.bg-lightblue {
  background: #99c5ea;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p {
  margin-bottom: 0;
}

.white-font {
  color: #fff;
}

.darkgreen-font {
  color: #5d5a53;
}

.ash-font {
  color: #e0dbd8;
}

.fw1 {
  font-weight: 100;
}

.fw2 {
  font-weight: 200;
}

.fw3 {
  font-weight: 300;
}

.fw4 {
  font-weight: 400;
}

.fw5 {
  font-weight: 500;
}

.fw6 {
  font-weight: 600;
}

.fw7 {
  font-weight: 700;
}

.fw8 {
  font-weight: 800;
}

.fw9 {
  font-weight: 900;
}

.sub-font {
  font-family: "Playfair Display", serif;
}

.main-font {
  font-family: "Gantari", sans-serif;
}

.para, .para p {
  font-family: "Gantari", sans-serif;
  font-weight: 400;
}

::selection {
  color: #fff;
  background: #5d5a53;
}

/* For Mozilla Firefox */
::-moz-selection {
  color: #fff;
  background: #5d5a53;
}

:focus-visible {
  outline: 0;
  box-shadow: none;
}

.wpcf7 p {
  margin: 0;
}

.wpcf7 p br {
  display: none;
}

.slick-slider:not(.slick-initialized) {
  display: none !important;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

.accordion-button:focus {
  border-color: transparent;
  box-shadow: unset;
}

.accordion-item {
  border: 0;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: unset;
}

img {
  width: 100%;
  height: 100%;
}

/* width */
::-webkit-scrollbar {
  width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #5d5a53;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #5d5a53;
}

a {
  text-decoration: none;
}

.tab-content > .tab-pane:not(.active),
.pill-content > .pill-pane:not(.active) {
  display: block;
  height: 0;
  overflow-y: hidden;
}

.z-1 {
  z-index: 1;
}

.arrow-btn {
  color: #e0dbd8;
  text-align: left;
  font-family: "Playfair Display", serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 4.2px;
  text-transform: uppercase;
}
.arrow-btn svg {
  transition: transform 0.3s ease;
  width: 30px;
  height: 10px;
}
.arrow-btn:hover {
  color: #fff;
}
.arrow-btn:hover svg {
  transform: translateX(5px);
}

source {
  display: none;
}

.bg-green {
  background: #b7caa6;
}

[class^=hvr-] {
  margin: 0.4em;
  padding: 1em;
  cursor: pointer;
  background: #e1e1e1;
  text-decoration: none;
  color: #666;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-property: color;
  transition-duration: 0.5s;
}
.hvr-bounce-to-top::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e0dbd8;
  transform: scaleY(0);
  transform-origin: 50% 100%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active {
  color: #5d5a53 !important;
}
.hvr-bounce-to-top:hover::before, .hvr-bounce-to-top:focus::before, .hvr-bounce-to-top:active::before {
  transform: scaleY(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

input[type=date].field-wrap {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  padding: 10px;
  font-size: 16px;
  line-height: 1.2;
  background-color: #fff;
}

@media only screen and (min-width: 1023px) {
  .arrow-btn {
    font-size: 1.0416666667vw;
    line-height: normal;
    letter-spacing: 0.4166666667vw;
    gap: 1.0416666667vw;
  }
  .arrow-btn svg {
    transition: transform 0.3s ease;
    width: 2.6041666667vw;
    height: 0.5208333333vw;
  }
  .arrow-btn:hover svg circle {
    transform: translate(40px, 0);
    transition: transform 0.5s ease;
    transform-box: fill-box;
    transform-origin: center;
  }
  input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date.field-wrap {
    width: 100% !important;
    text-align: left !important;
  }
  [class^=hvr-] {
    margin: 0.4em;
    padding: 1em;
    cursor: pointer;
    background: #e1e1e1;
    text-decoration: none;
    color: #666;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .hvr-bounce-to-top {
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    transition-property: color;
    transition-duration: 0.5s;
  }
  .hvr-bounce-to-top::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e0dbd8;
    transform: scaleY(0);
    transform-origin: 50% 100%;
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
  }
  .hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active {
    color: #5d5a53 !important;
  }
  .hvr-bounce-to-top:hover::before, .hvr-bounce-to-top:focus::before, .hvr-bounce-to-top:active::before {
    transform: scaleY(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  }
  .vbox-grab .vbox-child img {
    height: 41.6666666667vw;
    width: 100%;
  }
}
/**Styling scrollable elements*/
.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}

.js-scroll.scrolled {
  opacity: 1;
}

.scrolled.fade-in {
  animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
  animation: fade-in-bottom 1s ease-in-out both;
}

.scrolled.slide-left {
  animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
  animation: slide-in-right 1s ease-in-out both;
}

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.explore-img {
  transition: clip-path 3000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  clip-path: inset(0 0 100% 0);
}

.animate {
  clip-path: inset(0 0 0 0);
}

.page-template-page-templateevent-php .content-sec {
  padding: 47px 0 75px;
}

.tab-sec {
  padding: 0 0 70px;
}
.tab-sec .tab-wrap .nav-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
  border: none;
}
.tab-sec .tab-wrap .nav-tabs .nav-item {
  height: 70px;
  background: #e7e2dc;
  width: 100%;
}
.tab-sec .tab-wrap .nav-tabs .nav-item .nav-link {
  padding: 10px 20px;
  height: 70px;
  background: #e7e2dc;
  color: #5d5a53;
  font-size: 22px;
  font-style: italic;
  line-height: 82%;
  border: none;
  font-weight: 500;
  transition: 0.3s;
  border-radius: 0;
  width: 100%;
}
.tab-sec .tab-wrap .nav-tabs .nav-item .nav-link.active, .tab-sec .tab-wrap .nav-tabs .nav-item .nav-link:hover {
  background-color: #555;
  color: #e7e2dc;
}
.tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .para {
  color: #5d5a53;
  text-align: justify;
  font-size: 14px;
  font-weight: 400;
  line-height: 205%;
  padding: 0 20px 50px;
  font-family: "Gantari", sans-serif;
}
.tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .main-details .main-wrap {
  flex-direction: column;
  padding: 0 30px 73px;
}
.tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .main-details .main-wrap .area {
  display: flex;
  align-items: start;
  gap: 15px;
  padding-bottom: 40px;
}
.tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .main-details .main-wrap .area .icon {
  width: 50px;
  height: 50px;
  background: #e7e2dc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .main-details .main-wrap .area .icon img {
  object-fit: contain;
  width: 24.265px;
  height: 24.265px;
}
.tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .main-details .main-wrap .area .flex-rap h6.text {
  color: #5d5a53;
  font-size: 14px;
  line-height: 95%;
  padding-bottom: 5px;
}
.tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .main-details .main-wrap .area .flex-rap .deta {
  color: #5d5a53;
  font-size: 25px;
  font-style: italic;
  line-height: 25px;
}
.tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .image-cap {
  position: relative;
}
.tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .image-cap .bg-img {
  object-fit: cover;
  position: relative;
  /* margin-bottom: 40px; */
  height: 583px;
  right: 0;
  left: 0;
  width: 100%;
}
.tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .image-cap .wrap-con {
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: column;
  top: -53px;
  right: 20px;
  left: 20px;
}
.tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .image-cap .wrap-con .event-imh {
  height: 361px;
  position: relative;
}
.tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .image-cap .wrap-con .event-imh::after {
  background: linear-gradient(99deg, rgba(255, 255, 253, 0) 43.37%, #eee7c6 115.17%);
  background-blend-mode: color-dodge;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .image-cap .wrap-con .event-imh img {
  object-fit: cover;
}
.tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .image-cap .wrap-con .caption {
  color: #5d5a53;
  font-size: 50px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
  padding-top: 35px;
  z-index: 9;
  padding-left: 5px;
}
.tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .bottom-para {
  padding-top: 50px;
  padding-bottom: 20px;
}
.tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .key-points {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0 40px 65px;
}
.tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .key-points .point {
  color: #5d5a53;
  font-size: 14px;
  font-weight: 500;
  line-height: 256%;
}
.tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .key-points .point svg {
  margin-right: 10px;
  width: 16px;
  height: 5px;
}
.tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .key-points .point svg line {
  stroke: #5d5a53;
}
.tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .key-points .point svg circle {
  fill: #5d5a53;
}
.tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .gallery-sec {
  padding: 60px 0 36px;
  background-color: #e0dbd8;
}
.tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .gallery-sec .main-wrap {
  padding: 0 0 0 20px;
}
.tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .gallery-sec .galler-main-slider-for .slick-list {
  padding-right: 47px;
}
.tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .gallery-sec .galler-main-slider-for .room-galler-item {
  padding: 0 5px;
  position: relative;
}
.tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .gallery-sec .galler-main-slider-for .room-galler-item.slick-current .about-img {
  display: block;
  transition: all 0.3s;
}
.tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .gallery-sec .galler-main-slider-for .room-galler-item.slick-current .gallery-c::after {
  opacity: 0;
}
.tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .gallery-sec .galler-main-slider-for .room-galler-item .gallery-c {
  height: 236px;
  position: relative;
}
.tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .gallery-sec .galler-main-slider-for .room-galler-item .gallery-c::after {
  opacity: 0.43;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: lightgray;
}
.tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .gallery-sec .galler-main-slider-for .room-galler-item .gallery-c img {
  object-fit: cover;
}
.tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .gallery-sec .galler-main-slider-for .room-galler-item .room-slider-numbers {
  position: absolute;
  display: flex;
  gap: 50px;
  color: #5d5a53;
  font-family: "Gantari", sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 205%;
  justify-content: center;
  right: 0;
  left: 0;
  bottom: 0;
}
.tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .gallery-sec .galler-main-slider-for .room-galler-item .room-slider-numbers .current-num {
  position: relative;
}
.tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .gallery-sec .galler-main-slider-for .room-galler-item .room-slider-numbers .current-num::after {
  position: absolute;
  bottom: 14px;
  left: 11px;
  right: 5px;
  width: 40px;
  height: 1px;
  content: "";
  background: #5d5a53;
}
.tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .gallery-sec .galler-main-slider-for .room-galler-item .room-slider-numbers .all-slider-coumt {
  font-weight: 600;
  opacity: 0.57;
}
.tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .gallery-sec .galler-main-slider-for .room-galler-item .about-img {
  color: #5d5a53;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  padding: 20px 20px 45px;
  display: none;
  transition: all 0.3s;
}
.tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .gallery-sec .galler-main-slider-nav {
  display: none;
}
.tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .call-to-action {
  padding: 60px 30px 0;
}
.tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .call-to-action .main-wrap {
  text-align: center;
}
.tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .call-to-action .main-wrap .call-img img {
  height: 289px;
  object-fit: cover;
}
.tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .call-to-action .main-wrap .title-call {
  color: #5d5a53;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  text-align: start;
  padding-top: 37px;
  padding-right: 30px;
}
.tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .call-to-action .main-wrap .para {
  color: #5d5a53;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 205%;
  padding: 25px 0;
  text-align: start;
}
.tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .call-to-action .main-wrap a {
  color: #5d5a53;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}

@media only screen and (min-width: 765px) {
  .tab-sec .tab-wrap .nav-tabs .nav-item {
    width: 33%;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .para {
    color: #5d5a53;
    text-align: justify;
    font-size: 14px;
    font-weight: 400;
    line-height: 205%;
    padding: 0 20px 50px;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .main-details .main-wrap {
    flex-direction: row;
    padding: 0 40px 73px;
    display: flex;
    justify-content: space-between;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .bottom-para {
    padding-top: 50px;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .image-cap {
    position: relative;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .image-cap .bg-img {
    height: 500px;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .image-cap .wrap-con {
    position: absolute;
    display: flex;
    align-items: center;
    flex-direction: column;
    top: -53px;
    right: 20px;
    left: 20px;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .image-cap .wrap-con .event-imh {
    height: 361px;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .image-cap .wrap-con .event-imh img {
    object-fit: cover;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .image-cap .wrap-con .caption {
    text-align: center;
    padding: 40px;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .gallery-sec {
    padding: 60px 0 36px;
    background-color: #e0dbd8;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .gallery-sec .main-wrap {
    padding: 0 0 0 100px;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .gallery-sec .galler-main-slider-for .slick-list {
    padding-right: 100px;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .gallery-sec .galler-main-slider-for .room-galler-item {
    padding: 0 5px;
    position: relative;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .gallery-sec .galler-main-slider-for .room-galler-item.slick-current .about-img {
    display: block;
    transition: all 0.3s;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .gallery-sec .galler-main-slider-for .room-galler-item.slick-current .gallery-c::after {
    opacity: 0;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .gallery-sec .galler-main-slider-for .room-galler-item .gallery-c {
    height: 350px;
    position: relative;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .gallery-sec .galler-main-slider-for .room-galler-item .gallery-c::after {
    opacity: 0.43;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: lightgray;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .gallery-sec .galler-main-slider-for .room-galler-item .gallery-c img {
    object-fit: cover;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .gallery-sec .galler-main-slider-for .room-galler-item .about-img {
    color: #5d5a53;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    padding: 20px 20px 45px;
    display: none;
    transition: all 0.3s;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .call-to-action {
    padding: 80px 30px 0;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .call-to-action .main-wrap {
    text-align: center;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .call-to-action .main-wrap .call-img img {
    height: 289px;
    object-fit: contain;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .call-to-action .main-wrap .title-call {
    text-align: center;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .call-to-action .main-wrap .para {
    text-align: center;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .call-to-action .main-wrap a {
    justify-content: center;
  }
}
@media only screen and (min-width: 1023px) {
  .page-template-page-templateevent-php .content-sec {
    padding: 4.7395833333vw 0 7.2916666667vw;
  }
  .tab-sec {
    padding: 0;
  }
  .tab-sec .tab-wrap .nav-tabs {
    margin-bottom: 0;
    background: #e7e2dc;
  }
  .tab-sec .tab-wrap .nav-tabs .nav-item {
    height: 5.9375vw;
    width: 25vw;
  }
  .tab-sec .tab-wrap .nav-tabs .nav-item .nav-link {
    padding: 0.5208333333vw 1.0416666667vw;
    height: 5.9375vw;
    font-size: 1.6666666667vw;
    line-height: normal;
  }
  .tab-sec .tab-wrap .nav-tabs .nav-item .nav-link.active, .tab-sec .tab-wrap .nav-tabs .nav-item .nav-link:hover {
    background-color: #555;
    color: #e7e2dc;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .para {
    font-size: 0.8333333333vw;
    line-height: 205%;
    padding: 2.96875vw 18.8541666667vw 4.8958333333vw;
      font-weight: 400;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .main-details {
    padding-bottom: 8.8541666667vw;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .main-details .main-wrap {
    flex-direction: row;
    padding: 0 17.9166666667vw;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .main-details .main-wrap .area {
    display: flex;
    align-items: center;
    gap: 0.8854166667vw;
    padding-bottom: 0;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .main-details .main-wrap .area:last-child .flex-rap .deta {
    font-size: 1.4583333333vw;
    line-height: 82%;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .main-details .main-wrap .area .icon {
    width: 3.5416666667vw;
    height: 3.5416666667vw;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .main-details .main-wrap .area .icon img {
    object-fit: contain;
    width: 1.8229166667vw;
    height: 1.8229166667vw;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .main-details .main-wrap .area .flex-rap {
    gap: 0.6770833333vw;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .main-details .main-wrap .area .flex-rap h6.text {
    font-size: 0.8333333333vw;
    line-height: 95%;
    padding-bottom: 0.5729166667vw;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .main-details .main-wrap .area .flex-rap .deta {
    font-size: 2.5vw;
    line-height: 82%;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .image-cap {
    position: relative;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .image-cap .bg-img {
    height: 32.1354166667vw;
    right: 0;
    left: 0;
    width: 100%;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .image-cap .wrap-con {
    flex-direction: row;
    top: -5.2083333333vw;
    right: 14.53125vw;
    left: 12.7604166667vw;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .image-cap .wrap-con .event-imh {
    width: 36.8229166667vw;
    height: 40.2604166667vw;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .image-cap .wrap-con .event-imh img {
    object-fit: cover;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .image-cap .wrap-con .caption {
    width: calc(100% - 36.8229166667vw);
    font-size: 5vw;
    line-height: 100%;
    padding: 0;
    text-align: left;
    margin-left: -6.25vw;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .bottom-para {
    padding-top: 6.25vw;
    padding-bottom: 3.0208333333vw;
    text-align: center;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .key-points {
    display: block;
    gap: 2.8645833333vw;
    column-count: 2;
    padding: 0 25vw 7.0833333333vw;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .key-points .point {
    font-size: 0.8333333333vw;
    line-height: 256%;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .key-points .point svg {
    margin-right: 0.8333333333vw;
    width: 1.3020833333vw;
    height: 0.2604166667vw;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .gallery-sec {
    padding: 5.2083333333vw 0;
    overflow: hidden;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .gallery-sec .main-wrap {
    padding: 0 0 0 12.8125vw;
    display: flex;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .gallery-sec .galler-main-slider-for {
    width: 55.8333333333vw;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .gallery-sec .galler-main-slider-for .slick-list {
    padding-right: 0;
    overflow: visible;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .gallery-sec .galler-main-slider-for .room-galler-item {
    padding: 0 0.5208333333vw;
    padding: 0 0.2604166667vw;
    position: relative;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .gallery-sec .galler-main-slider-for .room-galler-item.slick-current .about-img {
    display: block;
    transition: all 0.3s;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .gallery-sec .galler-main-slider-for .room-galler-item.slick-current .gallery-c {
    display: block;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .gallery-sec .galler-main-slider-for .room-galler-item.slick-current .gallery-c::after {
    opacity: 0;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .gallery-sec .galler-main-slider-for .room-galler-item.slick-current .room-slider-numbers {
    position: relative;
    gap: 8.3333333333vw;
    font-size: 0.8333333333vw;
    line-height: 205%;
    justify-content: flex-start;
    display: flex;
    padding-bottom: 2.8125vw;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .gallery-sec .galler-main-slider-for .room-galler-item.slick-current .room-slider-numbers .current-num {
    position: relative;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .gallery-sec .galler-main-slider-for .room-galler-item.slick-current .room-slider-numbers .current-num::after {
    position: absolute;
    bottom: 0.7291666667vw;
    left: 0.5729166667vw;
    right: 0.2604166667vw;
    width: 7.8125vw;
    height: 0.0520833333vw;
    content: "";
    background: #5d5a53;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .gallery-sec .galler-main-slider-for .room-galler-item.slick-current .room-slider-numbers .all-slider-coumt {
    font-weight: 600;
    opacity: 0.57;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .gallery-sec .galler-main-slider-for .room-galler-item .room-slider-numbers {
    display: none;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .gallery-sec .galler-main-slider-for .room-galler-item .wrap {
    position: absolute;
    right: -35%;
    z-index: 1;
    bottom: 0;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .gallery-sec .galler-main-slider-for .room-galler-item .gallery-c {
    height: 35.46875vw;
    position: relative;
    display: none;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .gallery-sec .galler-main-slider-for .room-galler-item .gallery-c::after {
    opacity: 0.43;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: lightgray;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .gallery-sec .galler-main-slider-for .room-galler-item .gallery-c img {
    object-fit: cover;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .gallery-sec .galler-main-slider-for .room-galler-item .about-img {
    font-size: 0.8333333333vw;
    line-height: 205%;
    width: 18.90625vw;
    text-align: justify;
    padding: 0;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .gallery-sec .galler-main-slider-nav {
    width: calc(100% - 55.8333333333vw);
    display: block;
    padding-left: 0.2604166667vw;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .gallery-sec .galler-main-slider-nav .slick-list {
    padding-right: 4.7395833333vw;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .gallery-sec .galler-main-slider-nav .room-galler-item {
    height: 15.9375vw;
    padding: 0 0.5208333333vw;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .gallery-sec .galler-main-slider-nav .room-galler-item.slick-current {
    display: none;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .gallery-sec .galler-main-slider-nav .room-galler-item img {
    object-fit: cover;
    border-radius: 0;
    transform: scale(1);
    transition: all 0.3s;
    filter: contrast(0.5);
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .gallery-sec .galler-main-slider-nav .room-galler-item img:hover {
    transform: scale(1.02);
    transition: all 0.3s;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .call-to-action {
    padding: 6.25vw 18.8020833333vw 0;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .call-to-action .main-wrap {
    text-align: center;
    display: flex;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .call-to-action .main-wrap .call-img img {
    width: 30.625vw;
    height: 23.2553645833vw;
    object-fit: cover;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .call-to-action .main-wrap .div--c {
    width: calc(100% - 30.625vw);
    padding-left: 6.25vw;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .call-to-action .main-wrap .div--c .title-call {
    font-size: 2.5vw;
    line-height: 82%;
    padding-top: 4.5833333333vw;
    padding-right: 0;
    width: 21.5104166667vw;
    text-align: start;
  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .call-to-action .main-wrap .div--c .para {
    font-size: 0.8333333333vw;
    line-height: 205%;
    padding: 1.1979166667vw 0 2.2395833333vw;
    text-align: start;
    width: 25.3125vw;
      font-weight: 400;

  }
  .tab-sec .tab-wrap .tab-content .tab-pane .con-wrap .call-to-action .main-wrap .div--c a {
    color: #5d5a53;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1.0416666667vw;
  }
}

/*# sourceMappingURL=event.css.map */
