@font-face {
  font-family: "Euclid Circular B";
  src: url("../fonts/font/EuclidCircularB-Light.eot");
  src: url("../fonts/font/EuclidCircularB-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/font/EuclidCircularB-Light.woff2") format("woff2"), url("../fonts/font/EuclidCircularB-Light.woff") format("woff"), url("../fonts/font/EuclidCircularB-Light.ttf") format("truetype"), url("../fonts/font/EuclidCircularB-Light.svg#EuclidCircularB-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Euclid Circular B";
  src: url("../fonts/font/EuclidCircularB-Medium.eot");
  src: url("../fonts/font/EuclidCircularB-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/font/EuclidCircularB-Medium.woff2") format("woff2"), url("../fonts/font/EuclidCircularB-Medium.woff") format("woff"), url("../fonts/font/EuclidCircularB-Medium.ttf") format("truetype"), url("../fonts/font/EuclidCircularB-Medium.svg#EuclidCircularB-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Euclid Circular B";
  src: url("../fonts/font/EuclidCircularB-Regular.eot");
  src: url("../fonts/font/EuclidCircularB-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/font/EuclidCircularB-Regular.woff2") format("woff2"), url("../fonts/font/EuclidCircularB-Regular.woff") format("woff"), url("../fonts/font/EuclidCircularB-Regular.ttf") format("truetype"), url("../fonts/font/EuclidCircularB-Regular.svg#EuclidCircularB-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Euclid Circular B";
  src: url("../fonts/font/EuclidCircularB-Bold.eot");
  src: url("../fonts/font/EuclidCircularB-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/font/EuclidCircularB-Bold.woff2") format("woff2"), url("../fonts/font/EuclidCircularB-Bold.woff") format("woff"), url("../fonts/font/EuclidCircularB-Bold.ttf") format("truetype"), url("../fonts/font/EuclidCircularB-Bold.svg#EuclidCircularB-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.font-circular-std-book {
  font-family: "Euclid Circular B";
}

.color-01 {
  color: #3c3c3c;
}

.color-02 {
  color: #b08062;
}

.color-03 {
  color: #363535;
}

.color-04 {
  color: #494949;
}

.color-white {
  color: #fff;
}

.bg-color-white {
  background-color: #fff;
}

.bg-color-white-light {
  background-color: #ffffff45 !important;
}

.top-bottom-padding {
  padding-top: 10vw;
  padding-bottom: 10vw;
}
.top-bottom-padding.small-padding {
  padding-top: 2vw;
  padding-bottom: 2vw;
}
@media only screen and (max-width: 1023px) {
  .top-bottom-padding {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
  .top-bottom-padding.small-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .top-bottom-padding.mob-top-padding-0 {
    padding-top: 0;
  }
  .top-bottom-padding.mob-bottom-padding-0 {
    padding-bottom: 0;
  }
}

body {
  font-family: "Euclid Circular B";
  font-weight: 400;
  overflow-x: hidden;
  background-color: #151515;
}

.btn {
  background: #fff;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  border-radius: 50px;
  padding: 14px 24px 10px;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
}

.btn span {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1500px) {
  .btn {
    font-size: 14px;
    padding: 10px 18px 8px;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 12px;
  }
}
.btn:hover:after {
  height: 100%;
}

.btn.arrow {
  padding-right: 48px;
}

.btn.arrow:before {
  content: "";
  position: absolute;
  margin: 0 auto;
  width: 13px;
  height: 1px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: #000;
  transition: all 0.3s ease;
}

.btn.arrow:after {
  content: "";
  position: absolute;
  margin: 0 auto;
  width: 6px;
  height: 6px;
  border: 1px solid #000;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  border-top: none;
  border-left: none;
  transition: all 0.3s ease;
}

.btn.arrow:hover::before {
  right: 12px;
}

.btn.arrow:hover::after {
  right: 12px;
}

@media screen and (max-width: 1500px) {
  .btn.arrow:before, .btn.arrow:after {
    top: 49%;
  }
}
.btn.arrow-btn {
  padding: 10px 14px;
  font-size: 14px;
}

.btn.arrow-btn i {
  margin-left: 6px;
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  .btn.arrow-btn {
    padding: 8px 10px 7px;
    font-size: 14px;
  }
}
.btn-circle {
  position: relative;
  color: #34adc6;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-top: 5vw;
  display: inline-block;
}
.btn-circle:before {
  content: "";
  width: 7vw;
  height: 7vw;
  border: 1px solid #34adc680;
  border-radius: 50%;
  position: absolute;
  right: -2.8vw;
  top: -2.7vw;
  z-index: 0;
}
@media only screen and (max-width: 1500px) {
  .btn-circle {
    font-size: 12px;
    margin-bottom: 5vw;
  }
}
@media only screen and (max-width: 1024px) {
  .btn-circle::before {
    right: -1.5vw;
  }
}
@media only screen and (max-width: 767px) {
  .btn-circle {
    font-size: 9px;
  }
  .btn-circle:before {
    width: 60px;
    height: 60px;
    top: -24px;
    right: -14px;
  }
}

.tabcontent {
  display: none;
}

.letter-spacing-1 {
  letter-spacing: 1px !important;
}

.heading-01 {
  font-size: 47px;
  color: #fff;
}
.heading-01.margin-b {
  margin-bottom: 34px;
}
@media only screen and (max-width: 1700px) {
  .heading-01 {
    font-size: 34px;
  }
  .heading-01.margin-b {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 1500px) {
  .heading-01 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .heading-01 {
    font-size: 16px;
    line-height: 20px;
  }
  .heading-01.margin-b {
    margin-bottom: 14px;
  }
}
.heading-02 {
  font-size: clamp(24px, 4vw, 75px);
  line-height: 1.05;
  white-space: normal;
  word-break: break-word;
  font-weight: 500;
  color: #fff;
}
.heading-02.margin-b {
  margin-bottom: 34px;
}
@media only screen and (max-width: 1023px) {
  .heading-02.margin-b {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .heading-02 {
    font-size: 24px;
    line-height: 24px;
  }
}

.para-01 {
  font-size: 30px;
  line-height: 34px;
  color: #fff;
}
.para-01.margin-l {
  margin-left: 9.5%;
}
.para-01.margin-b {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1700px) {
  .para-01 {
    font-size: 24px;
    line-height: 28px;
  }
  .para-01.margin-b {
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 1500px) {
  .para-01 {
    font-size: 14px;
    line-height: 18px;
  }
  .para-01.margin-b {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .para-01 {
    font-size: 13px;
    line-height: 17px;
  }
  .para-01.is-uppercase {
    font-size: 10px;
    line-height: 14px;
  }
}

.para-02 {
  font-size: 24px;
  line-height: 28px;
  color: #fff;
}
@media only screen and (max-width: 1700px) {
  .para-02 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 1500px) {
  .para-02 {
    font-size: 12px;
    line-height: 16px;
  }
}

.heading-wrapper {
  width: 100%;
  margin: auto;
  padding: 6vw 0 4vw;
}
.heading-wrapper .anim_fade_in_wrp {
  animation-delay: 0.4s;
}
@media only screen and (max-width: 1023px) {
  .heading-wrapper {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .heading-wrapper .para-01 {
    padding-right: 15%;
  }
  .heading-wrapper .para-01 br {
    display: none;
  }
}

.width-01 {
  width: 90.5%;
  margin: 0 0 0 auto;
}

.width-02 {
  width: 80.5%;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 767px) {
  .title {
    margin-bottom: 20px !important;
  }
}

option {
  color: #363535;
}

@media only screen and (min-width: 1500px) {
  .container:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1400px;
  }
}
.container.fullhd {
  width: 100%;
  max-width: none !important;
  padding-left: 12%;
}
@media only screen and (max-width: 767px) {
  .container.fullhd {
    padding-right: 10px;
  }
}
.main-wrapper {
  width: 90vw;
  margin-left: auto;
}

.owl-nav-wrp .owl-nav [class*=owl-] {
  background: transparent;
  color: #34adc6;
  text-transform: uppercase;
  font-size: 0;
  font-weight: 600;
  letter-spacing: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.owl-nav-wrp .owl-nav [class*=owl-]:before {
  content: "";
  width: 100px;
  height: 100px;
  border: 1px solid white;
  border-radius: 50%;
  position: absolute;
  right: -107px;
  top: -54px;
  z-index: 0;
}
.owl-nav-wrp .owl-nav [class*=owl-]:after {
  content: "";
  background: url("../images/right-arrow.jpg") center no-repeat;
  width: 33px;
  height: 16px;
  position: absolute;
  right: -70px;
  top: -10px;
}
.owl-nav-wrp .owl-nav [class*=owl-]:not(.disabled):hover {
  color: #3b95d1;
}
.owl-nav-wrp .owl-nav .owl-prev {
  left: -4%;
}
.owl-nav-wrp .owl-nav .owl-prev:before {
  left: -99px;
}
.owl-nav-wrp .owl-nav .owl-prev:after {
  transform: rotate(180deg);
  left: -70px;
}
.owl-nav-wrp .owl-nav .owl-next {
  right: -4%;
}
.owl-nav-wrp .owl-nav .disabled {
  opacity: 0 !important;
}
.owl-nav-wrp.white-btn .owl-nav [class*=owl-] {
  background-color: #fff;
  box-shadow: 0px 4px 20px 3px #ffffff85;
}
.owl-nav-wrp.white-btn .owl-nav [class*=owl-]:before {
  content: "";
  background-color: #555;
}
.owl-nav-wrp.white-btn .owl-nav [class*=owl-]:after {
  content: "";
  border: solid #555;
  border-width: 0 1px 0px 0;
}
.owl-nav-wrp.white-btn .owl-nav [class*=owl-]:not(.disabled):hover:before {
  background-color: #fff;
}
.owl-nav-wrp.white-btn .owl-nav [class*=owl-]:not(.disabled):hover:after {
  border: solid #fff;
  border-width: 0 1px 0px 0;
}
@media screen and (max-width: 1700px) {
  .owl-nav-wrp .owl-nav [class*=owl-] {
    font-size: 0;
  }
  .owl-nav-wrp .owl-nav [class*=owl-]:before {
    content: "";
    width: 80px;
    height: 80px;
    right: -47px;
    top: -46px;
  }
  .owl-nav-wrp .owl-nav [class*=owl-]:after {
    content: "";
    background-size: cover;
    width: 30px;
    height: 13px;
    right: -22px;
    top: -10px;
  }
  .owl-nav-wrp .owl-nav .owl-prev:before {
    left: -60px;
  }
  .owl-nav-wrp .owl-nav .owl-prev:after {
    left: -36px;
  }
}
@media screen and (max-width: 1500px) {
  .owl-nav-wrp .owl-nav [class*=owl-] {
    font-size: 0;
  }
  .owl-nav-wrp .owl-nav [class*=owl-]:before {
    content: "";
    width: 80px;
    height: 80px;
    right: -42px;
    top: -128px;
  }
  .owl-nav-wrp .owl-nav [class*=owl-]:after {
    content: "";
    width: 22px;
    height: 9px;
    right: -12px;
    top: -90px;
  }
  .owl-nav-wrp .owl-nav .owl-prev:before {
    left: -36px;
  }
  .owl-nav-wrp .owl-nav .owl-prev:after {
    left: -5px;
  }
}
@media screen and (max-width: 1280px) {
  .owl-nav-wrp .owl-nav .owl-prev {
    left: -1%;
  }
  .owl-nav-wrp .owl-nav .owl-next {
    right: -1%;
  }
}
@media screen and (max-width: 1024px) {
  .owl-nav-wrp .owl-nav [class*=owl-] {
    font-size: 0;
  }
  .owl-nav-wrp .owl-nav [class*=owl-]:before {
    content: "";
    width: 60px;
    height: 60px;
    right: -35px;
    top: -22px;
  }
  .owl-nav-wrp .owl-nav [class*=owl-]:after {
    content: "";
    width: 16px;
    height: 8px;
    right: -16px;
    top: 6px;
  }
}
@media screen and (max-width: 768px) {
  .owl-nav-wrp .owl-nav [class*=owl-] {
    font-size: 0;
  }
  .owl-nav-wrp .owl-nav .owl-prev {
    left: 4%;
  }
  .owl-nav-wrp .owl-nav .owl-next {
    right: 4%;
  }
}
@media screen and (max-width: 767px) {
  .owl-nav-wrp .owl-nav [class*=owl-] {
    font-size: 0;
  }
  .owl-nav-wrp .owl-nav [class*=owl-]:before {
    content: "";
    width: 40px;
    height: 40px;
    right: -35px;
    top: -22px;
  }
  .owl-nav-wrp .owl-nav [class*=owl-]:after {
    content: "";
    width: 16px;
    height: 8px;
    right: -22px;
    top: -5px;
  }
  .owl-nav-wrp .owl-nav .owl-prev:after {
    left: -22px;
  }
}
@media screen and (max-width: 480px) {
  .owl-nav-wrp .owl-nav .owl-prev {
    left: 4px;
  }
  .owl-nav-wrp .owl-nav .owl-next {
    right: 4px;
  }
}

.owl-carousel .owl-dots {
  text-align: center;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  margin: 5px 14px;
}
.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #3c3c3c;
}
@media only screen and (max-width: 1700px) {
  .owl-carousel .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .owl-carousel .owl-dots {
    bottom: -15px !important;
  }
  .owl-carousel .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
  }
}

.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-] {
  background-color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.6s cubic-bezier(0.14, 1, 0.34, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0px;
  text-transform: uppercase;
  color: #ffffff80;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  border: 1px solid white;
  overflow: hidden;
}
.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-]:before {
  content: "";
  background-color: white;
  width: 22px;
  height: 3px;
  right: 4px;
  transform: translateX(20%);
}
.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-]:after {
  content: "";
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
  transition: all 0.3s ease;
  transform: translate(-60%, 0%) rotate(-45deg);
}
.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-prev {
  left: -18%;
  transform: translate(60%, -50%) rotate(180deg);
}
.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-next {
  left: -2.5%;
}
.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-]:not(.disabled):hover:before {
  animation: 1s btn-arrow-before;
}
.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-]:not(.disabled):hover:after {
  animation: 1s btn-arrow-after;
}
.slider-btn-arrow-circle.dark.owl-theme .owl-nav [class*=owl-] {
  border-color: #2f2f2f66;
}
.slider-btn-arrow-circle.dark.owl-theme .owl-nav [class*=owl-]:before {
  background-color: #b08062;
}
.slider-btn-arrow-circle.dark.owl-theme .owl-nav [class*=owl-]:after {
  border-color: #b08062;
}
.slider-btn-arrow-circle.white.owl-theme .owl-nav [class*=owl-] {
  border-color: #fff;
}
.slider-btn-arrow-circle.white.owl-theme .owl-nav [class*=owl-]:before {
  background-color: #fff;
}
.slider-btn-arrow-circle.white.owl-theme .owl-nav [class*=owl-]:after {
  border-color: #fff;
}
@keyframes btn-arrow-after {
  0%, 100% {
    transform: translate(-60%, 0%) rotate(-45deg);
    opacity: 1;
  }
  49% {
    opacity: 1;
  }
  50% {
    transform: translate(60px, 0%) rotate(-45deg);
    opacity: 0;
  }
  51% {
    transform: translate(-60px, 0%) rotate(-45deg);
    opacity: 0;
  }
  52% {
    opacity: 1;
  }
}
@keyframes btn-arrow-before {
  0%, 100% {
    transform: translate(20%, 0);
    opacity: 1;
  }
  49% {
    opacity: 1;
  }
  50% {
    transform: translate(60px, 0);
    opacity: 0;
  }
  51% {
    transform: translate(-60px, 0);
    opacity: 0;
  }
  52% {
    opacity: 1;
  }
}
@media only screen and (max-width: 1700px) {
  .slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-] {
    transform: translateY(-50%) scale(0.7);
  }
  .slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-prev {
    transform: translate(60%, -50%) rotate(180deg) scale(0.7);
  }
  .slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-next {
    left: -4%;
  }
}
@media only screen and (max-width: 1023px) {
  .slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-] {
    transform: translateY(-50%) scale(0.5);
  }
  .slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-prev {
    transform: translate(0%, -50%) rotate(180deg) scale(0.5);
    left: -24%;
  }
  .slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-next {
    left: -6%;
  }
}
@media only screen and (max-width: 768px) {
  .slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-] {
    transform: translateY(-50%) scale(0.5);
  }
}
@media only screen and (max-width: 767px) {
  .slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-] {
    transform: translateY(-50%) scale(0.5);
  }
  .slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-prev {
    left: -26%;
  }
  .slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-next {
    left: -8%;
  }
}
@media only screen and (max-width: 480px) {
  .slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-prev {
    left: -25%;
    top: 36%;
  }
  .slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-next {
    left: -25%;
    top: 63%;
  }
}

.accordion-section-title {
  position: relative;
  padding: 12px 0 5px 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.429);
  cursor: pointer;
  background-color: #fff3;
  color: #fff;
  font-weight: 600;
}
.accordion-section-title:before {
  content: "+";
  position: absolute;
  left: 10px;
  top: 11px;
  color: #fff;
  font-size: 22px;
}
.accordion-section-title.active {
  background-color: #000;
  border-bottom: 1px solid #000;
}
.accordion-section-title.active:before {
  content: "-";
}
@media only screen and (max-width: 1700px) {
  .accordion-section-title {
    padding: 9px 0 4px 32px;
  }
  .accordion-section-title:before {
    left: 10px;
    top: 3px;
    font-size: 16px;
  }
  .accordion-section-title p {
    font-size: 12px;
  }
}

@media (max-width: 767px) {

    .icon-box-main {
        position: relative;
    }

    /* arrows */
    .scroll-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 35px;
        height: 35px;
        background: #000;
        color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 99;
        cursor: pointer;
    }

    .scroll-arrow.left {
        left: 5px;
    }

    .scroll-arrow.right {
        right: 5px;
    }
}


#why_now .tab-wrp .tab {
    pointer-events: none;
    cursor: default;
}

#why_now .tabcontent {
    display: block !important;
}

#why_now .counter {
    display: none; /* optional cleaner UI */
}



@media (max-width: 1024px) {
    .icon-box-wrp {
        display: flex;
        gap: 15px;
        overflow-x: auto;
        scroll-behavior: smooth;
        padding-bottom: 10px;
    }

    .icon-box {
        flex: 0 0 auto;
        width: 220px;   /* restore original compact width */
        min-height: auto; /* remove forced large height */
        padding: 20px 15px;
    }

    .icon-box img {
        width: 60px;
        height: auto;
        margin-bottom: 15px;
    }

    .icon-box p {
        font-size: 14px;
        line-height: 1.5;
    }
}

@media (max-width: 767px) {
    .icon-box {
        width: 85vw;   /* mobile same like earlier */
        padding: 18px 15px;
    }

    .icon-box p {
        font-size: 13px;
    }
}


/* =========================================
   FIX 2: Center "Janai Heritage" text
   ON the image (desktop + tablet)
========================================= */

.highlights-section-02 {
    position: relative;
}

.highlights-section-02 .artist-impression {
    position: relative;
    text-align: center;
}

.highlights-section-02 .my-element {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 2;
    pointer-events: none;
}

.highlights-section-02 .p2 {
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
    z-index: 2;
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
    pointer-events: none;
}

@media (max-width: 1024px) {
    .highlights-section-02 .p2 {
        font-size: 16px;
        top: 56%;
    }
}

.home-banner-wrp {
    min-height: 70vh;
    height: auto;
    padding: 30px 0;
}

.home-banner-slider .item img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.overview-section .heading-wrapper .heading-02 {
    font-size: clamp(28px, 7vw, 72px);
    line-height: 1.05;
}

.overview-section .wrp-02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.overview-section .wrp-02 .para-01 {
    min-width: 180px;
}

@media only screen and (max-width: 1023px) {
    .container.fullhd {
        padding-left: 20px;
        padding-right: 20px;
    }

    .overview-section .heading-wrapper .heading-02 {
        font-size: 12vw;
    }

    .overview-section .wrp-02 {
        width: 100%;
        padding: 24px 20px;
        border-width: 8px;
        margin: 4vw 0 5vw;
    }

    .overview-section .wrp-02 .para-01 {
        width: 100%;
        text-align: center;
        margin: 0;
    }

    .overview-section .wrp-03 {
        display: block;
    }

    .overview-section .wrp-03 > div {
        width: 100%;
    }

    .highlights-section-02 {
        min-height: 55vh;
        background-attachment: auto;
    }

    .highlights-section-02 .p2 {
        font-size: 15vw;
        top: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .container.fullhd {
        padding-left: 12px;
        padding-right: 12px;
    }

    .highlights-section-02 {
        min-height: 45vh;
    }

    .highlights-section-02 .p2 {
        font-size: 18vw;
        top: 48%;
    }
}


.accordion-section-content {
  background-color: #fff;
  color: #000;
  padding: 3px 0;
}
.accordion-section-content p {
  padding: 0 0 0 10px;
}
.accordion-section-content p span {
  margin-left: 10px;
}
@media only screen and (max-width: 1700px) {
  .accordion-section-content p {
    padding: 2px 0 2px 10px;
    font-size: 12px;
  }
  .accordion-section-content p img {
    width: 8px;
    margin: 0px 0 0 0;
  }
}

.box-line {
  position: absolute;
  pointer-events: none;
}
.box-line span {
  position: absolute;
  background-color: #494949;
}
.box-line .hori-line {
  width: 100%;
  height: 1px;
}
.box-line .hori-line.top {
  top: 0;
}
.box-line .hori-line.bottom {
  bottom: 0;
}
.box-line .vert-line {
  width: 1px;
  height: 100%;
}
.box-line .vert-line.left {
  left: 0;
}
.box-line .vert-line.right {
  right: 0;
}
@media only screen and (max-width: 1023px) {
  .box-line span {
    background-color: #49494980;
  }
}

/* MOBILE VIEW - Scrollable single card per view */
@media (max-width: 767px) {
  .icon-box-wrp {
    position: relative;
    display: flex !important;
    overflow-x: auto;
    gap: 10px;
    padding: 0 40px;
    scroll-behavior: smooth;
    height: auto;
    flex-wrap: nowrap;
  }

  .icon-box-wrp .icon-box {
    width: 100%;
    min-width: 100%;
    flex: 0 0 100%;
    height: 300px;
    border: 1px solid #494949;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 36px;
    position: relative !important;
    left: auto !important;
    top: auto !important;
  }

  .icon-box-wrp .icon-box img {
    width: 41%;
    margin: auto 0;
  }

  .icon-box-wrp .icon-box p {
    width: 100%;
  }

  .icon-box-wrp .icon-box .tilt-line-01,
  .icon-box-wrp .icon-box .tilt-line-02 {
    background-color: #494949;
    position: absolute;
    width: 86px;
    height: 1px;
    left: 0;
    transform: rotate(43deg);
    transform-origin: left;
  }

  .icon-box-wrp .icon-box:nth-child(1),
  .icon-box-wrp .icon-box:nth-child(2),
  .icon-box-wrp .icon-box:nth-child(3),
  .icon-box-wrp .icon-box:nth-child(4),
  .icon-box-wrp .icon-box:nth-child(5),
  .icon-box-wrp .icon-box:nth-child(6) {
    left: auto !important;
    top: auto !important;
  }

  .icon-box-wrp .icon-box:nth-child(2) .tilt-line-01,
  .icon-box-wrp .icon-box:nth-child(2) .tilt-line-02 {
    top: auto;
  }
}

/* TABLET VIEW (768px - 1023px) - All cards in one row */
@media (min-width: 768px) and (max-width: 1023px) {
  .icon-box-wrp {
    position: relative;
    height: auto;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
    overflow: visible;
    padding: 0;
  }

  .icon-box-wrp .icon-box {
    width: 100%;
    height: auto;
    /* min-height: 300px; */
    border: 1px solid #494949;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 20px;
    position: relative;
  }

  .icon-box-wrp .icon-box img {
    width: 50%;
    margin: auto 0;
  }

  .icon-box-wrp .icon-box p {
    width: 100%;
    font-size: 12px;
  }

  .icon-box-wrp .icon-box .tilt-line-01,
  .icon-box-wrp .icon-box .tilt-line-02 {
    background-color: #494949;
    position: absolute;
    width: 86px;
    height: 1px;
    left: 0;
    transform: rotate(43deg);
    transform-origin: left;
    display: none;
  }

  .icon-box-wrp .icon-box:nth-child(1),
  .icon-box-wrp .icon-box:nth-child(2),
  .icon-box-wrp .icon-box:nth-child(3),
  .icon-box-wrp .icon-box:nth-child(4),
  .icon-box-wrp .icon-box:nth-child(5),
  .icon-box-wrp .icon-box:nth-child(6) {
    left: auto;
    top: auto;
  }

  .scroll-arrow {
    display: none;
  }
}

/* LAPTOP VIEW (1024px+) - All cards in one row */
@media (min-width: 1024px) {
  .icon-box-wrp {
    position: relative;
    height: auto;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    overflow: visible;
    padding: 0;
  }

  .icon-box-wrp .icon-box {
    width: 100%;
    height: auto;
    min-height: 350px;
    border: 1px solid #494949;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 36px;
    position: relative;
  }

  .icon-box-wrp .icon-box img {
    width: 41%;
    margin: auto 0;
  }

  .icon-box-wrp .icon-box p {
    width: 100%;
  }

  @media (min-width: 768px) and (max-width: 1024px) {

  .icon-box-wrp .icon-box {
    min-height: 0 !important;
    height: auto !important;
  }

}

  .icon-box-wrp .icon-box .tilt-line-01,
  .icon-box-wrp .icon-box .tilt-line-02 {
    background-color: #494949;
    position: absolute;
    width: 86px;
    height: 1px;
    left: 0;
    transform: rotate(43deg);
    transform-origin: left;
    display: none;
  }

  .icon-box-wrp .icon-box:nth-child(1),
  .icon-box-wrp .icon-box:nth-child(2),
  .icon-box-wrp .icon-box:nth-child(3),
  .icon-box-wrp .icon-box:nth-child(4),
  .icon-box-wrp .icon-box:nth-child(5),
  .icon-box-wrp .icon-box:nth-child(6) {
    left: auto;
    top: auto;
  }

  .icon-box-wrp .icon-box:nth-child(2) .tilt-line-01,
  .icon-box-wrp .icon-box:nth-child(2) .tilt-line-02 {
    top: auto;
  }

  .scroll-arrow {
    display: none;
  }
}

@media (min-width: 1200px) {
  .icon-box-wrp {
    gap: 30px;
  }

  .icon-box-wrp .icon-box {
    min-height: 380px;
  }
}
@media only screen and (max-width: 1700px) {
  /* Legacy sizing - remove to use grid layout */
}
@media only screen and (max-width: 767px) {
  .icon-box-wrp {
    height: 250px;
  }
  .icon-box-wrp .icon-box {
    position: relative;
    width: 180px;
    height: 180px;
    padding: 20px;
  }
  .icon-box-wrp .icon-box img {
    width: 50%;
  }
  .icon-box-wrp .icon-box .tilt-line-01,
.icon-box-wrp .icon-box .tilt-line-02 {
    width: 50px;
  }
  .icon-box-wrp .icon-box:nth-child(1) {
    left: 0;
    top: 40px;
  }
  .icon-box-wrp .icon-box:nth-child(2) {
    left: 140px;
    top: -80px;
  }
  .icon-box-wrp .icon-box:nth-child(2) .tilt-line-02 {
    top: 82px;
  }
  .icon-box-wrp .icon-box:nth-child(3) {
    left: 80px;
  }
  .icon-box-wrp .icon-box:nth-child(4) {
    left: 221px;
    top: -99px;
  }
  .icon-box-wrp .icon-box:nth-child(4) .tilt-line-02 {
    top: 62px;
  }
}
@media only screen and (max-width: 480px) {
  .icon-box-wrp .icon-box img {
    width: 40%;
  }
  .icon-box-wrp .icon-box:nth-child(1) {
    left: -30px;
  }
  .icon-box-wrp .icon-box:nth-child(2) {
    left: 110px;
  }
  .icon-box-wrp .icon-box:nth-child(3) {
    left: 0px;
    top: -20px;
  }
  .icon-box-wrp .icon-box:nth-child(4) {
    left: 141px;
    top: -119px;
  }
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.98;
}

.intl-tel-input.separate-dial-code .selected-flag {
  background-color: transparent !important;
}

.section-pl {
  padding-left: 320px;
}

.section-dot {
  position: relative;
}
.section-dot:after {
  content: "";
  background-color: #3c3c3c;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  z-index: 1;
}
@media only screen and (max-width: 1700px) {
  .section-dot:after {
    width: 7px;
    height: 7px;
  }
}

.section-line {
  position: relative;
}
.section-line:before {
  content: "";
  background-color: #cccccc;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1;
  transform: translateX(-50%);
}
.section-line > * {
  position: relative;
  z-index: 2;
}

.golden-bg {
  background-color: #f8f3e5;
  background-image: url("../images/golden-bg.jpg");
  background-position: center;
  background-repeat: repeat;
  background-size: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0%;
  z-index: 0;
}

.left-right-wrp {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1023px) {
  .left-right-wrp {
    flex-direction: column-reverse;
  }
}

.tab-wrp {
  text-align: center;
  margin: 0 0 70px 12.5%;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 40px;
}
.tab-wrp:before {
  height: 1px;
  width: 68%;
  background-color: #00000080;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: -1;
  margin: auto;
}
.tab-wrp span {
  color: #fff;
  font-size: 18px;
}
.tab-wrp .tab {
  background-color: transparent;
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  padding: 16px 30px 12px;
  font-weight: 500;
  letter-spacing: 1px;
}
.tab-wrp .tab.active {
  color: #b08062;
}
.tab-wrp .tab.disabled {
  pointer-events: none;
  opacity: 0.6;
  cursor: not-allowed;
}
.tab-wrp.anim_fade_in_wrp {
  animation-delay: 0.6s;
}
@media only screen and (max-width: 1700px) {
  .tab-wrp span {
    font-size: 12px;
  }
  .tab-wrp .tab {
    font-size: 14px;
    padding: 12px 24px 12px;
  }
}
@media only screen and (max-width: 1500px) {
  .tab-wrp span {
    font-size: 10px;
  }
  .tab-wrp .tab {
    font-size: 12px;
    padding: 8px 20px 8px;
  }
}
@media only screen and (max-width: 1023px) {
  .tab-wrp {
    margin: 0 0 30px 12.5%;
  }
  .tab-wrp .tab {
    font-size: 10px;
    padding: 6px 12px 6px;
  }
}

.box-shadow, .single-image-slider .owl-item .item .img-01, .two-image-slider .owl-item .item .img-01 {
  box-shadow: 6px 11px 40px 5px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1700px) {
  .box-shadow, .single-image-slider .owl-item .item .img-01, .two-image-slider .owl-item .item .img-01 {
    box-shadow: 6px 11px 30px 0px rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (max-width: 1023px) {
  .box-shadow, .single-image-slider .owl-item .item .img-01, .two-image-slider .owl-item .item .img-01 {
    box-shadow: 6px 11px 20px 0px rgba(0, 0, 0, 0.2);
  }
}

.counter {
  position: absolute;
  left: -10.5%;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
@media only screen and (max-width: 1700px) {
  .counter {
    left: -8.2%;
  }
}
@media only screen and (max-width: 1023px) {
  .counter {
    left: -12%;
  }
}
@media only screen and (max-width: 480px) {
  .counter {
    left: -15%;
  }
}

.bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.artist-impression {
  position: relative;
}
.artist-impression:after {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
  width: 100%;
  height: 30%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.artist-impression span {
  font-size: 8px;
  color: #fff;
  position: absolute;
  right: 10px;
  bottom: 4px;
  z-index: 1;
}

.artistic-caption {
  position: absolute;
  right: 8px;
  font-size: 10px;
}

.header {
  position: fixed;
  left: 0;
  top: 0px;
  z-index: 999;
  width: 100%;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  padding: 0px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header.header--hidden {
  -webkit-transform: translateY(-171px);
  -ms-transform: translateY(-171px);
  transform: translateY(-171px);
}
.header.nav-down {
  background-color: #b08062;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.header.navbar.is-dark {
  background-color: #3b3948;
}
.header .navbar-item img {
  width: 208px;
  max-height: none;
  transition: all 0.3s ease;
}
.header .navbar-item .field.is-grouped {
  align-items: center;
}
.header .navbar-start {
  display: none;
  margin-left: 0;
  margin-right: 0;
}
.header .navbar-end {
  margin-left: 0;
}
.header .navbar-end .navbar-item .control {
  margin: 0;
}
.header .navbar-end .navbar-item a, .header .navbar-end .navbar-item p {
  font-family: "Euclid Circular B";
  font-size: 18px;
  display: flex;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
}
.header .navbar-end .navbar-item a img, .header .navbar-end .navbar-item p img {
  margin-right: 14px;
  width: 12px;
}
.header .navbar-end .nav-divider {
  margin: 0 20px;
}
.header .navbar-brand {
  align-items: center;
  align-self: flex-start;
  transition: all 0.3s ease;
}
.header .enquire-button:before {
  content: "";
  width: 130px;
  height: 130px;
  /* border: 1px solid rgba(255, 255, 255, 0.5); */
  border-radius: 50%;
  position: relative;
  left: 100px;
  transition: all 0.3s ease;
}
.header .enquire-button:hover {
  text-decoration: underline;
}
.header .navbar-phone-icon {
  background-color: #fff;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .navbar-phone-icon a {
  display: flex;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.header .navbar-phone-icon img {
  width: 22px !important;
  margin: auto !important;
  transition: none;
}
.header .navbar-phone-icon:hover {
  background-color: #b08062;
}
.header .navbar-phone-icon:hover img {
  filter: invert(93%) sepia(94%) saturate(37%) hue-rotate(218deg) brightness(117%) contrast(100%);
}
.header .navbar-menu {
  flex-grow: inherit;
  transition: all 0.3s ease;
  margin-left: auto;
}
.header .navbar-menu .navbar-item {
  font-size: 18px;
  letter-spacing: 1px;
  color: #fff;
  padding-left: 15px;
  padding-right: 0;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
.header .navbar-menu .navbar-item:not(:last-child):after {
  background: #5a5671;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  right: -3px;
}
.header .navbar-menu .navbar-item:hover, .header .navbar-menu .navbar-item:focus {
  background-color: transparent;
  color: #3c3c3c;
}
.header .navbar-menu.is-active {
  background-color: #b08062;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  transition: all 0.3s ease;
}
.header .navbar-menu.is-active .navbar-start {
  display: block;
}
.header .navbar-menu.is-active .navbar-end {
  display: none;
}
.header .navbar-menu.is-active .navbar-item {
  font-size: 20px;
}
.header .navbar-burger {
  z-index: 99;
  display: block;
  margin: 0 70px 0 0;
}
.header .navbar-burger span {
  color: #fff;
}
.header .navbar-burger.text-circle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-right: 110px;
  cursor: pointer;
}
.header .navbar-burger.text-circle:before {
  content: "";
  background-color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translate(0%, -50%);
  z-index: 1;
}
.header .navbar-burger.text-circle p {
  font-family: "Euclid Circular B";
  font-size: 18px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
}
.header .navbar-burger.text-circle p:first-child {
  display: block;
}
.header .navbar-burger.text-circle p:last-child {
  display: none;
}
.header .navbar-burger:hover.text-circle p:first-child {
  text-decoration: underline;
}
.header .navbar-burger.is-active span {
  color: #000;
}
.header .navbar-burger.is-active.text-circle {
  background-color: transparent;
  position: absolute;
  right: 3vw;
  top: 3vw;
}
.header .navbar-burger.is-active.text-circle p:first-child {
  display: none;
}
.header .navbar-burger.is-active.text-circle p:last-child {
  display: block;
}
.header.active {
  background-color: #3c3c3c;
  height: 100px;
}
.header.active .navbar-item img {
  width: 120px; 
  transition: all 0.3s ease;
}
.header.active .navbar-brand {
  /* background-color: #151515; */
}
.header.active .enquire-button:before {
  opacity: 0;
}
@media only screen and (max-width: 1700px) {
  .header .navbar-item img {
    width: 180px;
  }
  .header .navbar-menu .navbar-item {
    font-size: 10px;
  }
  .header .navbar-menu .navbar-item:not(:last-child):after {
    width: 5px;
    height: 5px;
  }
  .header .navbar-end .navbar-item {
    display: flex;
    align-items: center;
  }
  .header .navbar-end .navbar-item a, .header .navbar-end .navbar-item p {
    font-size: 10px;
  }
  .header .navbar-end .navbar-item a img, .header .navbar-end .navbar-item p img {
    width: 10px;
    margin-right: 10px;
  }
  .header .navbar-end .control {
    margin: 0 !important;
  }
  .header .navbar-end .nav-divider {
    margin: 0 14px;
  }
  .header .navbar-burger {
    margin: 0 10px 0 0;
  }
  .header .navbar-burger.text-circle {
    padding-right: 90px;
  }
  .header .navbar-burger.text-circle:before {
    width: 10px;
    height: 10px;
    right: -10px;
  }
  .header .navbar-burger.text-circle p {
    font-size: 10px;
  }
  .header .enquire-button:before {
    width: 70px;
    height: 70px;
    left: 50px;
  }
  .header .navbar-phone-icon {
    width: 38px;
    height: 38px;
  }
  .header .navbar-phone-icon img {
    width: 40% !important;
    margin: auto;
  }
  .header.active {
    height: 70px;
  }
  .header.active .navbar-item img {
    /* width: 80px; */
  }
  .header.active .enquire-button:before {
    width: 70px;
    height: 70px;
    left: 50px;
  }
}
@media only screen and (max-width: 1200px) {
  .header .navbar-end {
    display: none;
  }
  .header .navbar-menu.is-active .navbar-item {
    font-size: 16px;
  }
  .header .navbar-burger {
    margin: 0 20px 0 0;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .header .navbar-menu .navbar-item {
    font-size: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .header .navbar-burger {
    display: block;
    margin: 0 20px 0 0;
  }
  .header .navbar-menu .navbar-item {
    font-size: 14px;
    padding: 10px 10px;
  }
  .header .navbar-menu .navbar-item:after {
    display: none;
  }
  .header .navbar-start,
.header .navbar-end {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header {
    padding: 0 10px;
  }
  .header .navbar-item img {
    width: 120px;
  }
  .header .navbar-burger {
    margin: 0 10px 0 0;
  }
  .header .navbar-burger.text-circle:before {
    width: 6px;
    height: 6px;
    right: 0px;
  }
  .header .navbar-burger.text-circle p {
    font-size: 10px;
  }
}

.enquire-button-fixed {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 9;
  transform: rotate(90deg) translate(0, -104px);
  background: #ec726c;
  color: #fff;
  padding: 14px 30px 10px;
  font-size: 30px;
  line-height: 30px;
  border: none;
  border-radius: 0px 0px 10px 10px;
  height: auto;
}
@media only screen and (max-width: 1500px) {
  .enquire-button-fixed {
    transform: rotate(90deg) translate(0, -76px);
    padding: 13px 24px 10px;
    font-size: 22px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .enquire-button-fixed {
    transform: rotate(90deg) translate(0, -67px);
    padding: 9px 24px 8px;
    font-size: 18px;
    line-height: 18px;
  }
}

.three-img-slider-wrp {
  position: relative;
}

.two-image-slider-wrp {
  width: 90%;
  padding: 0 7%;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .two-image-slider-wrp {
    padding: 0;
  }
}

.two-image-slider {
  width: 50%;
  margin-right: auto;
}
.two-image-slider .owl-stage-outer {
  overflow: visible;
}
.two-image-slider .owl-item .item {
  position: relative;
  padding: 4vw 0;
  transform: scale(0.9);
  opacity: 0;
}
.two-image-slider .owl-item .item .play-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 80px;
  display: block;
  margin: auto;
}
.two-image-slider .owl-item .item .img-01 {
  filter: grayscale(1);
}
.two-image-slider .owl-item .item.text-wrp a {
  position: relative;
  text-align: left;
}
.two-image-slider .owl-item .item.text-wrp a:before {
  content: "";
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  width: 100%;
  height: 40%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.two-image-slider .owl-item .item.text-wrp .para-02 {
  position: absolute;
  left: 20px;
  right: 0;
  bottom: 20px;
  z-index: 2;
  color: #fff;
  text-transform: uppercase;
}
.two-image-slider .owl-item.active .item {
  transform: scale(1);
  opacity: 1;
}
.two-image-slider .owl-item.active .item .img-01 {
  filter: grayscale(0);
}
.two-image-slider .owl-item.active ~ .owl-item .item {
  opacity: 1;
}
.two-image-slider .owl-item.active ~ .owl-item ~ .owl-item .item {
  opacity: 0;
}
.two-image-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-prev {
  left: -16%;
}
.two-image-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-next {
  right: -116%;
}
.two-image-slider.owl-carousel .owl-dots {
  width: 200%;
}
@media only screen and (max-width: 1023px) {
  .two-image-slider .owl-item .item {
    padding: 30px 0;
  }
  .two-image-slider .owl-item .item .play-btn {
    width: 40px;
  }
  .two-image-slider .owl-item .item.text-wrp .para-02 {
    left: 12px;
    bottom: 12px;
  }
  .two-image-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-prev {
    left: -22%;
  }
  .two-image-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-next {
    right: -124%;
  }
}
@media only screen and (max-width: 767px) {
  .two-image-slider {
    width: 100%;
  }
  .two-image-slider .owl-item .item {
    padding: 20px 0 40px;
    transform: scale(1);
    opacity: 1;
  }
  .two-image-slider .owl-item .item .play-btn {
    width: 30px;
  }
  .two-image-slider.owl-carousel .owl-dots {
    width: 100%;
    bottom: 0px !important;
  }
}

.single-image-slider {
  width: 76%;
  margin: auto;
  padding: 0 20px;
}
.single-image-slider .owl-item .item {
  position: relative;
  padding: 4vw 0;
}
.single-image-slider .owl-item .item .play-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 80px;
  display: block;
  margin: auto;
}
.single-image-slider .owl-item .item.text-wrp a {
  position: relative;
  text-align: left;
}
.single-image-slider .owl-item .item.text-wrp a:before {
  content: "";
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  width: 100%;
  height: 40%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.single-image-slider .owl-item .item.text-wrp .para-02 {
  position: absolute;
  left: 20px;
  right: 0;
  bottom: 20px;
  z-index: 2;
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .single-image-slider .owl-item .item .play-btn {
    width: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .single-image-slider {
    width: 100%;
  }
  .single-image-slider .owl-item .item {
    padding: 20px 0 40px;
    transform: scale(1);
    opacity: 1;
  }
  .single-image-slider .owl-item .item .play-btn {
    width: 30px;
  }
  .single-image-slider.owl-carousel .owl-dots {
    width: 100%;
    bottom: 0px !important;
  }
}

.normal-video {
  position: relative;
}
.normal-video .iframe-wrp {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.normal-video .iframe-wrp iframe {
  width: 100%;
  height: 100%;
}
.normal-video .video-thumb {
  display: block;
  cursor: pointer;
  position: relative;
}
.normal-video .video-thumb:before {
  content: "";
  background-color: #00000033;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.normal-video .thumb {
  display: block;
}
.normal-video .play-btn-wrp {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.normal-video .play-btn-wrp.btn-01 {
  width: 27px;
}
.normal-video .pause-button {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
}
.normal-video .pause-button:before {
  position: absolute;
  right: 14px;
  top: 14px;
  background-color: #fff;
  color: #563636;
  font-size: 2vw;
  line-height: 0vw;
  padding: 1.2% 0.5%;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: none;
  transition-delay: 0s;
}
.normal-video.active .iframe-wrp {
  display: block;
}
.normal-video.active .video-thumb {
  opacity: 0;
  pointer-events: none;
}
.normal-video.active .pause-button {
  pointer-events: all;
}
.normal-video.active .pause-button:before {
  opacity: 1;
  transition: all 0.3s ease;
  transition-delay: 1s;
}
@media only screen and (max-width: 1700px) {
  .normal-video .play-btn-wrp.btn-01 {
    width: 16px;
  }
}

.play-btn-circle {
  position: relative;
  width: 11vw;
  height: 11vw;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.play-btn-circle ~ .para-02 {
  transition: all 0.3s ease;
}
.play-btn-circle span {
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #fff;
  display: inline-block;
}
.play-btn-circle:hover {
  background-color: #b08062;
}
.play-btn-circle:hover ~ .para-02 {
  transform: translateX(7%);
}
@media only screen and (max-width: 1700px) {
  .play-btn-circle {
    width: 7vw;
    height: 7vw;
  }
  .play-btn-circle span {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 12px solid #fff;
  }
}
@media only screen and (max-width: 1023px) {
  .play-btn-circle {
    width: 10vw;
    height: 10vw;
  }
}
@media only screen and (max-width: 767px) {
  .play-btn-circle {
    width: 70px;
    height: 70px;
  }
  .play-btn-circle span {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #fff;
    margin-left: 2px;
  }
}

.home-banner-wrp {
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* margin-top: 110px; */
}
@media only screen and (max-width: 1200px) {
  .home-banner-wrp {
    height: 90vh;
  }
}
@media only screen and (max-width: 1023px) {
  .home-banner-wrp {
    min-height: 80vh;
    height: auto;
  }
}

.home-banner-slider {
  width: 100%;
  min-height: 100%;
  height: auto;
  top: 70px;
}
.home-banner-slider .owl-stage-outer,
.home-banner-slider .owl-stage,
.home-banner-slider .owl-item {
  width: 100%;
  height: 100%;
}
.home-banner-slider .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.home-banner-slider .item h3 {
  font-size: 60px;
  letter-spacing: 0;
}
.home-banner-slider .item p {
  font-size: 18px;
}
.home-banner-slider .item .pricing-section {
  border-top: 1px solid white;
  margin: 2vw 0;
  padding: 2vw 0;
}
.home-banner-slider .item .pricing-section .pricing-content {
  font-size: 2.5vw;
}
.home-banner-slider .item img {
  object-fit: contain;
  width: 100%;
  height: auto;
  max-width: 100%;
}
.home-banner-slider .b1 {
  background-image: url("../images/top-banners/banner-desktop.jpg");
}
.home-banner-slider .b2 {
  background-image: url("../images/webp/top-banners/banner-02.webp");
}
.home-banner-slider .b3 {
  background-image: url("../images/webp/top-banners/banner-03.webp");
}
.home-banner-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-] {
  height: 18vw;
  width: 18vw;
}
.home-banner-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-]:before {
  transform: translateX(-400%);
}
.home-banner-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-]:after {
  transform: translate(-760%, 0%) rotate(-45deg);
}
.home-banner-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-prev {
  left: 0%;
  top: inherit;
  bottom: 6%;
  transform: translate(-60%, 0%) rotate(180deg);
}
.home-banner-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-next {
  left: inherit;
  right: 0%;
  top: inherit;
  bottom: 6%;
  transform: translateX(60%);
}
.home-banner-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-]:not(.disabled):hover:before {
  animation: 1s home-btn-arrow-before;
}
.home-banner-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-]:not(.disabled):hover:after {
  animation: 1s home-btn-arrow-after;
}
.home-banner-slider.owl-carousel .owl-dots {
  bottom: 15px !important;
}
@keyframes home-btn-arrow-after {
  0%, 100% {
    transform: translate(-760%, 0%) rotate(-45deg);
    opacity: 1;
  }
  49% {
    opacity: 1;
  }
  50% {
    transform: translate(-100%, 0%) rotate(-45deg);
    opacity: 0;
  }
  51% {
    transform: translate(-1460%, 0%) rotate(-45deg);
    opacity: 0;
  }
  52% {
    opacity: 1;
  }
}
@keyframes home-btn-arrow-before {
  0%, 100% {
    transform: translate(-400%, 0);
    opacity: 1;
  }
  49% {
    opacity: 1;
  }
  50% {
    transform: translate(0, 0);
    opacity: 0;
  }
  51% {
    transform: translate(-800%, 0);
    opacity: 0;
  }
  52% {
    opacity: 1;
  }
}
@media only screen and (max-width: 1700px) {
  .home-banner-slider .item h3 {
    font-size: 40px;
    line-height: 3vw;
  }
  .home-banner-slider .item .pricing-section {
    margin: 1.5vw 0;
    padding: 1.5vw 0;
  }
  .home-banner-slider .item .pricing-section .pricing-content {
    font-size: 2vw;
  }
  .home-banner-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-]:before {
    transform: translateX(-300%);
  }
  .home-banner-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-]:after {
    transform: translate(-600%, 0%) rotate(-45deg);
  }
  @keyframes home-btn-arrow-after {
    0%, 100% {
      transform: translate(-600%, 0%) rotate(-45deg);
      opacity: 1;
    }
    49% {
      opacity: 1;
    }
    50% {
      transform: translate(-100%, 0%) rotate(-45deg);
      opacity: 0;
    }
    51% {
      transform: translate(-1460%, 0%) rotate(-45deg);
      opacity: 0;
    }
    52% {
      opacity: 1;
    }
  }
  @keyframes home-btn-arrow-before {
    0%, 100% {
      transform: translate(-300%, 0);
      opacity: 1;
    }
    49% {
      opacity: 1;
    }
    50% {
      transform: translate(0, 0);
      opacity: 0;
    }
    51% {
      transform: translate(-800%, 0);
      opacity: 0;
    }
    52% {
      opacity: 1;
    }
  }
}
@media only screen and (max-width: 1024px) {
  .home-banner-slider .item h3 {
    font-size: 30px;
  }
  .home-banner-slider.owl-theme .owl-nav [class*=owl-].owl-prev {
    left: -6%;
  }
  .home-banner-slider.owl-theme .owl-nav [class*=owl-].owl-next {
    right: -6%;
  }
}
@media only screen and (max-width: 1023px) {
  .home-banner-slider {
    margin-top: 0%;
  }
  .home-banner-slider .item h3 {
    font-size: 34px;
    line-height: 4.5vw;
  }
  .home-banner-slider .item .desktop {
    display: none;
  }
  .home-banner-slider .item .mobile {
    display: block;
  }
  .home-banner-slider .item .pricing-section .pricing-content {
    font-size: 2.5vw;
  }
  .home-banner-slider .b1 {
    background-image: url("../images/top-banners/banner-mobile.jpg");
  }
  .home-banner-slider .b2 {
    background-image: url("../images/webp/top-banners/banner-02-mobile.webp");
  }
  .home-banner-slider .b3 {
    background-image: url("../images/webp/top-banners/banner-03-mobile.webp");
  }
  .home-banner-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-] {
    height: 150px;
    width: 150px;
  }
  .home-banner-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-]:before {
    width: 18px;
    height: 2px;
    transform: translateX(-200%);
  }
  .home-banner-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-]:after {
    border-width: 0 2px 2px 0;
    padding: 4px;
    transform: translate(-460%, 0%) rotate(-45deg);
  }
  .home-banner-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-prev {
    bottom: 2%;
  }
  .home-banner-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-next {
    bottom: 2%;
  }
  .home-banner-slider.owl-carousel .owl-dots {
    bottom: -3% !important;
  }
  @keyframes home-btn-arrow-after {
    0%, 100% {
      transform: translate(-460%, 0%) rotate(-45deg);
      opacity: 1;
    }
    49% {
      opacity: 1;
    }
    50% {
      transform: translate(-100%, 0%) rotate(-45deg);
      opacity: 0;
    }
    51% {
      transform: translate(-1460%, 0%) rotate(-45deg);
      opacity: 0;
    }
    52% {
      opacity: 1;
    }
  }
  @keyframes home-btn-arrow-before {
    0%, 100% {
      transform: translate(-200%, 0);
      opacity: 1;
    }
    49% {
      opacity: 1;
    }
    50% {
      transform: translate(0, 0);
      opacity: 0;
    }
    51% {
      transform: translate(-800%, 0);
      opacity: 0;
    }
    52% {
      opacity: 1;
    }
  }
}
@media only screen and (max-width: 767px) {
  .home-banner-slider {
    width: 100%;
  }
  .home-banner-slider .item h3 {
    font-size: 32px;
    line-height: 5vw;
  }
  .home-banner-slider .item .pricing-section .pricing-content {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .home-banner-slider .item > div .digit {
    font-size: 6vw !important;
  }
  .home-banner-slider .item h3 {
    font-size: 22px;
    line-height: 25px;
  }
  .home-banner-slider .item h2 img {
    width: 80% !important;
    margin: 0 auto;
  }
  .home-banner-slider .item p {
    padding: 0px 30px;
  }
  .home-banner-slider .item .pricing-section .pricing-content {
    font-size: 16px;
  }
}

.overview-section {
  position: relative;
  padding-top: 22vw;
  margin-top: 10vw;
}
.overview-section .box-line {
  width: 11vw;
  height: 77%;
  left: 17.8vw;
  top: 12vw;
}
.overview-section .overview-logo-icon {
  position: absolute;
  right: 19.9vw;
  top: 8.5vw;
  width: 35.6%;
}
.overview-section .heading-wrapper .heading-02 {
  font-size: 7vw;
  line-height: 8vw;
}
.overview-section .heading-wrapper .para-01 span {
  font-weight: 300;
}
.overview-section .wrp-02 {
  display: inline-flex;
  padding: 40px 50px;
  border: 16px solid #b08062;
  margin: 3.8vw 0 7vw;
}
.overview-section .wrp-02 .para-01 span {
  font-size: 45px;
  font-weight: 500;
  margin-top: 20px;
  display: inline-block;
}
.overview-section .wrp-02 .para-01:nth-child(2) {
  margin: 0 2vw 0 7vw;
}
.overview-section .wrp-03 {
  display: flex;
  align-items: flex-start;
}
.overview-section .wrp-03 > div:first-child {
  width: 26%;
  text-align: center;
}
.overview-section .wrp-03 > div:last-child .para-02 {
  margin-bottom: 36px;
}
@media only screen and (max-width: 1700px) {
  .overview-section .box-line {
    width: 9vw;
    left: 15.8vw;
  }
  .overview-section .wrp-02 {
    padding: 20px 30px;
    border-width: 6px;
    margin: 2.8vw 0 5vw;
  }
  .overview-section .wrp-02 .para-01 span {
    font-size: 34px;
    margin-top: 16px;
  }
  .overview-section .wrp-03 > div:first-child {
    width: 20%;
  }
  .overview-section .wrp-03 > div:last-child .para-02 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1500px) {
  .overview-section .wrp-02 .para-01 span {
    font-size: 21px;
    margin-top: 4px;
  }
}
@media only screen and (max-width: 1023px) {
  .overview-section .right-wrp {
    width: 100%;
    padding: 40px 0 0;
  }
  .overview-section .right-wrp .para-01 {
    margin: 20px 0 0;
  }
  .overview-section .left-wrp {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .overview-section .heading-wrapper .para-01 br {
    display: block;
  }
  .overview-section .box-line {
    width: 12vw;
  }
  .overview-section .wrp-02 {
    width: 60%;
    flex-wrap: wrap;
    padding: 14px 22px;
    border-width: 3px;
    margin: 20px 0 30px;
  }
  .overview-section .wrp-02 .para-01 {
    width: 100%;
  }
  .overview-section .wrp-02 .para-01 span {
    font-size: 18px;
    margin-top: 2px;
  }
  .overview-section .wrp-02 .para-01:nth-child(2) {
    margin: 30px 0px;
  }
  .overview-section .wrp-03 > div:first-child {
    width: 120px;
    text-align: left;
  }
  .overview-section .wrp-03 > div:last-child {
    width: calc(100% - 140px);
  }
  .overview-section .wrp-03 > div:last-child br {
    display: none;
  }
  .overview-section .wrp-03 > div:last-child .para-02 {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .overview-section .wrp-02 {
    width: calc(100% - 10px);
    padding: 10px 8px;
    border-width: 2px;
    margin: 12px 5px 20px 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px;
  }
  .overview-section .wrp-02 .para-01 {
    width: 48%;
    font-size: 12px;
    text-align: center;
  }
  .overview-section .wrp-02 .para-01 span {
    font-size: 14px;
    margin-top: 3px;
    display: block;
  }
  .overview-section .wrp-02 .para-01:nth-child(2) {
    margin: 0;
  }
}

.overview-section-02 {
  margin-left: auto;
}
.overview-section-02 .play-btn-wrp .para-02 {
  margin-left: -40px;
}
@media only screen and (max-width: 1700px) {
  .overview-section-02 .play-btn-wrp .para-02 {
    margin-left: -20px;
  }
}

.highlights-section {
  position: relative;
  padding-top: 20vw;
  padding-bottom: 16vw;
}
.highlights-section .box-line {
  width: 21.9vw;
  height: 74%;
  right: 17.6vw;
  top: 12vw;
}
.highlights-section .box-line .middle {
  top: 60%;
}
.highlights-section .box-line .center {
  right: 25%;
}
.highlights-section .three-img-slider .item {
  background-color: #3c3c3c;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 40px 60px;
  height: 480px;
  height: 25vw;
  position: relative;
}
.highlights-section .three-img-slider .item:before {
  content: "";
  background: url("../images/triangle.png") center center no-repeat;
  width: 25px;
  height: 28px;
  position: absolute;
  right: 5%;
  top: 4%;
}
.highlights-section .three-img-slider .item img {
  width: auto;
  margin: 20% 0 10px;
}
.highlights-section .three-img-slider .item p {
  width: 100%;
}
.highlights-section .golden-bg {
  height: 266%;
  top: -90%;
}
@media only screen and (max-width: 1700px) {
  .highlights-section .three-img-slider .item {
    height: 18vw;
    padding: 16px 30px;
  }
  .highlights-section .three-img-slider .item:before {
    width: 13px;
    height: 15px;
    background-size: cover;
  }
  .highlights-section .three-img-slider .item img {
    width: 80%;
    margin: 14% 0 12%;
  }
}
@media only screen and (max-width: 1023px) {
  .highlights-section .three-img-slider .item {
    height: 40vw;
  }
}
@media only screen and (max-width: 767px) {
  .highlights-section {
    padding-bottom: 10vw;
  }
  .highlights-section .box-line {
    height: 88%;
  }
}
@media only screen and (max-width: 480px) {
  .highlights-section .three-img-slider .item {
    height: 80vw;
  }
}

.highlights-section-02 {
  background: url("../images/highlights/big-img.png") center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 120vh;
  position: relative;
}
.highlights-section-02 .artist-impression {
  height: 100%;
}
.highlights-section-02 div.my-element {
  width: 100%;
  position: absolute;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
}
.highlights-section-02 .p2 {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  font-size: 11vw;
  color: #fff;
  text-align: center;
  width: 100%;
  letter-spacing: -0.3vw;
  font-weight: 600;
}
@media only screen and (max-width: 1023px) {
  .highlights-section-02 {
    background: url("../images/highlights/big-img-mobile.png") center no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
  .highlights-section-02 svg {
    top: 47%;
  }
  .highlights-section-02 .p2 {
    top: 53%;
    font-size: 15vw;
    letter-spacing: -0.4vw;
  }
}
@media only screen and (max-width: 767px) {
  .highlights-section-02 {
    height: 600px;
  }
}

.amenities-section {
  position: relative;
  padding-top: 20vw;
}
.amenities-section .box-line {
  width: 20.3vw;
  height: 79%;
  left: 13.7vw;
  top: 12vw;
}
.amenities-section .box-line .center {
  left: 32%;
}
.amenities-section .heading-wrapper {
  padding-bottom: 2vw;
}
.amenities-section .tab-wrp {
  margin-left: 22.5%;
  margin-bottom: 40px;
}
.amenities-section .item .para-01 {
  padding: 30px 0 30px 30px;
}
@media only screen and (max-width: 1700px) {
  .amenities-section .item .para-01 {
    padding: 12px 0 10px 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .amenities-section .heading-wrapper {
    padding-bottom: 20px;
  }
  .amenities-section .experience-text {
    width: 100%;
    margin: -10.4% auto;
  }
}
@media only screen and (max-width: 767px) {
  .amenities-section {
    padding-bottom: 0;
  }
  .amenities-section .wrp-02 {
    padding-top: 30px;
  }
  .amenities-section .wrp-02 .heading-02 {
    font-size: 30px;
  }
}

.plans-section {
  position: relative;
  padding-top: 24vw;
  padding-bottom: 0;
}
.plans-section:before {
  content: "";
  background: #fff;
  width: 61.5vw;
  height: 57.4%;
  position: absolute;
  left: 0;
  bottom: 0%;
}
.plans-section .box-line {
  width: 37.6vw;
  height: 38vw;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.plans-section .box-line .tilt-line-01 {
  width: 66%;
  height: 1px;
  left: -41.7%;
  top: -30.5%;
  transform: rotate(35.6deg);
  transform-origin: left;
}
.plans-section .box-line .tilt-line-02 {
  width: 44%;
  height: 1px;
  left: -41.7%;
  bottom: 13.1%;
  transform: rotate(17.4deg);
  transform-origin: left;
}
.plans-section .heading-wrapper {
  width: 48.5vw;
  margin: 0;
  padding: 4% 2% 4% 2%;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) and (max-width: 1023px) {

  /* push map a little down */
  .map-center-wrapper {
    margin-top: 60px;
  }

  /* create clear gap before Why Now section */
  .plans-section {
    margin-top: 80px;
  }

}

@media (min-width: 1024px) {

  .map-center-wrapper {
    margin-top: 0;
  }

  .plans-section {
    margin-top: 0;
    /* padding-top:0dvw; */
  }

}

@media (min-width: 768px) and (max-width: 1023px) {

  /* CONNECTIVITY + MAP spacing fix */
  .connectivity-section {
    padding-bottom: 40px;
  }

  .map-center-wrapper {
    margin-top: 40px;
    position: relative;
    z-index: 1;
  }

  /* WHY NOW section spacing fix */
  .plans-section {
    margin-top: 60px;
    position: relative;
    z-index: 2;
  }

  .plans-section .heading-wrapper {
    margin-top: 0;
  }

  /* reduce huge gap coming from paragraphs */
  .plans-section .para-01 {
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {

  .connectivity-section {
    padding-bottom: 20px;
  }

  .map-center-wrapper {
    margin-top: 30px;
  }

  .plans-section {
    margin-top: 0px;
  }
}

.plans-section .heading-wrapper * {
  color: #3c3c3c;
}
.plans-section .right-wrp {
  background-color: #b08062;
  width: 53.3vw;
  position: absolute;
  right: 0;
  bottom: 5vw;
  padding: 1% 4%;
}
.plans-section .right-wrp-01 {
  background-color: #b08062;
  width: 53.3vw;
  position: absolute;
  right: 0;
  bottom: 40vw;
  padding: 1% 4%;
}
.plans-section .tab-wrp {
  text-align: center;
  margin: 0 0 20px 5%;
}
.plans-section .tab-wrp .tab.active {
  color: #3c3c3c;
}

.plans-section .plans-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-] {
  top: inherit;
  bottom: -28%;
}
.plans-section .plans-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-prev {
  left: 45%;
}
.plans-section .plans-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-next {
  right: inherit;
  left: 80%;
}
.plans-section .counter {
  left: 58.5%;
  top: inherit;
  bottom: -9%;
  transform: translateY(-30%);
}
@media only screen and (max-width: 1700px) {
  .plans-section .box-line {
    width: 37.3vw;
  }
  .plans-section .box-line .tilt-line-01 {
    left: -42.5%;
    top: -29.6%;
  }
  .plans-section .box-line .tilt-line-02 {
    width: 45%;
    left: -42.7%;
    transform: rotate(17deg);
  }
  .plans-section .plans-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-] {
    bottom: -20.5%;
  }
  .plans-section .plans-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-next {
    left: 72%;
  }
  .plans-section .counter {
    bottom: -7.7%;
  }
}
@media only screen and (max-width: 1200px) {
  .plans-section .box-line {
    width: 38.6vw;
  }
  .plans-section .box-line .tilt-line-01 {
    left: -38.4%;
    top: -51.8%;
  }
  .plans-section .box-line .tilt-line-02 {
    width: 46%;
    left: -37.8%;
    bottom: 21%;
    transform: rotate(32.7deg);
  }
  .plans-section .plans-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-] {
    bottom: -31.5%;
  }
  .plans-section .counter {
    left: 61.5%;
    bottom: -9.8%;
  }
}
@media only screen and (max-width: 767px) {
  .plans-section {
    padding-top: 18vw;
  }
  .plans-section:before {
    display: none;
  }
  .plans-section .box-line {
    width: 84.9vw;
    bottom: 6vw;
    height: 80vw;
    z-index: 2;
  }
  .plans-section .box-line .tilt-line-01 {
    left: -15vw;
    top: -13.7vw;
    transform: rotate(-49.4deg);
    width: 23.2vw;
    background-color: #3c3c3c3d !important;
  }
  .plans-section .box-line .tilt-line-02 {
    left: 1px;
    bottom: 0;
    transform: rotate(-49.4deg);
    width: 23.2vw;
  }
  .plans-section .heading-wrapper {
    background: #fff;
    width: 80%;
    padding: 8% 6% 100px 8%;
  }
  .plans-section .heading-wrapper br {
    display: none;
  }
  .plans-section .right-wrp {
    position: relative;
    bottom: inherit;
    top: -70px;
    z-index: 3;
    width: 85%;
    left: 15%;
    padding: 30px;
  }
  .plans-section .tab-wrp {
    margin: 0 0 20px 10px;
  }
  .plans-section .plans-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-] {
    bottom: -49.5%;
  }
  .plans-section .plans-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-prev {
    left: -36%;
    bottom: 30%;
  }
  .plans-section .plans-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-next {
    left: -36%;
    bottom: 0%;
  }
  .plans-section .counter {
    left: -9%;
    bottom: 37%;
    transform: translateX(-50%);
  }
}

.gallery-section {
  position: relative;
  padding-top: 20vw;
  padding-bottom: 4vw;
}
.gallery-section .box-line {
  width: 21.9vw;
  height: 88%;
  right: 16.5vw;
  top: 12vw;
}
.gallery-section .box-line .middle {
  top: 60%;
}
.gallery-section .box-line .center {
  left: 30%;
}
.gallery-section .heading-wrapper {
  padding-bottom: 2vw;
}
.gallery-section .tab-wrp {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1023px) {
  .gallery-section {
    padding-bottom: 8vw;
  }
  .gallery-section .heading-wrapper {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-section .heading-wrapper .heading-02 br {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .gallery-section .box-line {
    height: 95%;
  }
}

.construction-update-section {
  position: relative;
  padding-top: 16vw;
}
.construction-update-section .box-line {
  width: 59.2vw;
  height: 68%;
  right: 0;
  top: 7.7%;
}
.construction-update-section .box-line .tilt-line-01 {
  width: 40.1%;
  height: 1px;
  left: 0%;
  top: 31.4%;
  transform: rotate(-29.1deg);
  transform-origin: left;
}
.construction-update-section .box-line .tilt-line-02 {
  width: 124.4%;
  height: 1px;
  left: 0%;
  top: 135.7%;
  transform: rotate(29.1deg);
  transform-origin: left;
}
.construction-update-section .left-wrp {
  width: 40%;
  position: relative;
}
.construction-update-section .right-wrp {
  width: 50%;
  padding: 0 0 7% 6%;
}
.construction-update-section .construction-update-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-] {
  top: 66%;
}
.construction-update-section .construction-update-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-prev {
  left: 112%;
}
.construction-update-section .construction-update-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-next {
  left: 138%;
}
.construction-update-section .counter {
  left: inherit;
  right: -34%;
  top: 65.7%;
}
@media only screen and (max-width: 1700px) {
  .construction-update-section .heading-01 {
    padding: 30px 0 20px;
  }
  .construction-update-section .distance {
    font-size: 18px;
    padding: 0px 16px;
  }
}
@media only screen and (max-width: 1023px) {
  .construction-update-section {
    padding-top: 12vw;
  }
  .construction-update-section .box-line .tilt-line-01 {
    width: 108.4%;
    left: -48%;
    top: 32.7%;
  }
  .construction-update-section .heading-01 {
    padding: 0px 0 0px;
  }
  .construction-update-section .right-wrp {
    width: 100%;
    padding: 0 0 10% 20%;
  }
  .construction-update-section .left-wrp {
    width: 100%;
  }
  .construction-update-section .construction-update-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-] {
    top: -6%;
  }
  .construction-update-section .construction-update-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-prev {
    left: 18%;
  }
  .construction-update-section .construction-update-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-next {
    left: 38%;
  }
  .construction-update-section .counter {
    left: 30%;
    right: inherit;
    top: -5.8%;
  }
}
@media only screen and (max-width: 767px) {
  .construction-update-section .box-line .tilt-line-01 {
    width: 132.7%;
    left: -69.6%;
    top: 38.8%;
    transform: rotate(-37.7deg);
  }
  .construction-update-section .right-wrp {
    padding: 0 0 50px 20%;
  }
  .construction-update-section .construction-update-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-] {
    top: -6%;
  }
  .construction-update-section .construction-update-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-prev {
    left: 18%;
  }
  .construction-update-section .construction-update-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-next {
    left: 38%;
  }
  .construction-update-section .counter {
    left: 32%;
    top: -6%;
  }
}
@media only screen and (max-width: 480px) {
  .construction-update-section .construction-update-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-] {
    top: -9%;
  }
  .construction-update-section .construction-update-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-prev {
    left: 18%;
  }
  .construction-update-section .construction-update-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-next {
    left: 46%;
  }
  .construction-update-section .counter {
    left: 38%;
    top: -9%;
  }
}

.g-map, .s-map {
  display: none;
  width: 100%;
}

.g-map.active, .s-map.active {
  display: block;
}


.connectivity-section {
  position: relative;
  padding-top: 15vw;
}
.connectivity-section .box-line {
  width: 79vw;
  height: 34%;
  right: 0;
  bottom: 0;
}
.connectivity-section .box-line .tilt-line-01 {
  width: 19.5%;
  height: 1px;
  left: 0;
  bottom: 30.8%;
  transform: rotate(36deg);
  transform-origin: left;
}
.connectivity-section .box-line .tilt-line-02 {
  width: 23.3%;
  height: 1px;
  left: 82.3%;
  top: 0;
  transform: rotate(36deg);
  transform-origin: left;
}
.connectivity-section .img-wrp {
  width: 64%;
  margin: auto;
}
.connectivity-section .img-wrp img {
  width: 100%;
}

@media only screen and (max-width: 1023px) {
  .connectivity-section {
    padding-bottom: 10vw;
  }
}
@media only screen and (max-width: 767px) {
  .connectivity-section .heading-wrapper .heading-02 br {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .connectivity-section .box-line .tilt-line-01 {
    width: 25.3%;
    bottom: 25.8%;
  }
  .connectivity-section .box-line .tilt-line-02 {
    width: 26.3%;
    left: 79.2%;
  }
}

.location-advantage-section {
  padding-bottom: 4vw;
}
@media only screen and (max-width: 1023px) {
  .location-advantage-section .para-01 {
    font-size: 10px;
    line-height: 14px;
  }
}

.our-legacy-section .heading-wrapper .para-01:last-child {
  text-decoration: underline;
  margin-top: 50px;
}
.our-legacy-section .our-legacy-logo {
  border: 1px solid #494949;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 18%;
}
.our-legacy-section .our-legacy-logo img {
  width: 75%;
  margin: 8% 0;
}
.our-legacy-section .our-legacy-logo p {
  border-top: 1px solid #494949;
  width: 100%;
  text-align: center;
  padding: 26px 0;
  text-transform: uppercase;
  letter-spacing: 10px;
  position: relative;
}
.our-legacy-section .our-legacy-logo p .tilt-line-01,
.our-legacy-section .our-legacy-logo p .tilt-line-02 {
  background-color: #494949;
  position: absolute;
  width: 6vw;
  height: 1px;
  transform: rotate(43deg);
  transform-origin: left;
}
.our-legacy-section .our-legacy-logo p .tilt-line-01 {
  top: 0;
  left: 0;
}
.our-legacy-section .our-legacy-logo p .tilt-line-02 {
  right: 0;
  transform-origin: right;
  bottom: 0;
}
@media only screen and (max-width: 1700px) {
  .our-legacy-section .heading-wrapper .para-01:last-child {
    margin-top: 20px;
  }
  .our-legacy-section .our-legacy-logo p {
    padding: 16px 0;
  }
  .our-legacy-section .our-legacy-logo p .tilt-line-01,
.our-legacy-section .our-legacy-logo p .tilt-line-02 {
    width: 5.2vw;
  }
}
@media only screen and (max-width: 1200px) {
  .our-legacy-section .our-legacy-logo p .tilt-line-01,
.our-legacy-section .our-legacy-logo p .tilt-line-02 {
    width: 6.7vw;
  }
}
@media only screen and (max-width: 1023px) {
  .our-legacy-section .heading-wrapper .para-01:last-child {
    margin-top: 14px;
  }
  .our-legacy-section .our-legacy-logo p {
    padding: 11px 0;
  }
}
@media only screen and (max-width: 767px) {
  .our-legacy-section .our-legacy-logo p .tilt-line-01,
.our-legacy-section .our-legacy-logo p .tilt-line-02 {
    width: 58px;
  }
}
@media only screen and (max-width: 480px) {
  .our-legacy-section .our-legacy-logo p {
    letter-spacing: 4px;
    font-size: 10px;
    padding: 7px 0;
  }
  .our-legacy-section .our-legacy-logo p .tilt-line-01,
.our-legacy-section .our-legacy-logo p .tilt-line-02 {
    width: 44px;
  }
}

.enquire-now-section {
  position: relative;
  background-size: cover;
}
@media only screen and (max-width: 1700px) {
  .enquire-now-section .content-wrp {
    background-size: 56%;
    padding-bottom: 190px;
  }
  .enquire-now-section .content-wrp .wrp-01 .p1 {
    font-size: 20px;
  }
  .enquire-now-section .content-wrp .wrp-01 .p2 {
    font-size: 20px;
  }
  .enquire-now-section .content-wrp .wrp-02 {
    padding: 4vw 0;
  }
  .enquire-now-section .content-wrp .wrp-02 p {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .enquire-now-section .content-wrp .wrp-02 img {
    width: 200px;
  }
}
@media only screen and (max-width: 1200px) {
  .enquire-now-section .content-wrp {
    background-size: 50%;
    padding-bottom: 150px;
  }
  .enquire-now-section .content-wrp .wrp-01 .p1 {
    font-size: 16px;
  }
  .enquire-now-section .content-wrp .wrp-01 .p2 {
    font-size: 16px;
  }
  .enquire-now-section .content-wrp .wrp-02 {
    padding: 50px 0 30px;
  }
  .enquire-now-section .content-wrp .wrp-02 p {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .enquire-now-section .content-wrp .wrp-02 img {
    width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .enquire-now-section .content-wrp .wrp-01 > div {
    margin-bottom: 10px;
  }
  .enquire-now-section .content-wrp .wrp-01 > div:after {
    content: "";
    display: none;
  }
}

.end-section {
  padding-top: 9vw;
  padding-bottom: 1vw;
}
.end-section p {
  color: #d4d4d4;
  font-weight: 400;
  text-transform: none;
}
.end-section .heading-wrapper > div {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.end-section .heading-wrapper > div > div p:first-child {
  margin: 50px 0 20px;
}
.end-section .heading-wrapper .follow-us {
  display: flex;
  align-items: center;
}
.end-section .heading-wrapper .follow-us a {
  margin-left: 4vw;
}
.end-section .end-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid;
  padding-top: 5vw;
  margin-top: 6vw;
}
.end-section .end-content .img-wrp {
  width: 216px;
}
@media only screen and (max-width: 1700px) {
  .end-section .heading-wrapper > div > div p:first-child {
    margin: 30px 0 10px;
  }
  .end-section .heading-wrapper .follow-us a {
    margin-left: 1.2vw;
    width: 30px;
  }
  .end-section .end-content {
    padding-top: 3vw;
    margin-top: 4vw;
  }
  .end-section .end-content p {
    font-size: 11px;
  }
  .end-section .end-content .img-wrp {
    width: 136px;
  }
}
@media only screen and (max-width: 767px) {
  .end-section {
    padding-bottom: 90px;
    padding-left: 0;
    padding-right: 0;
  }
  .end-section .container {
    padding: 0 20px;
  }
  .end-section .heading-wrapper > div {
    flex-wrap: wrap;
  }
  .end-section .heading-wrapper .follow-us a {
    margin: 10px 15px 0 0;
  }
  .end-section .end-content {
    flex-direction: column;
    text-align: center;
    padding-top: 40px;
    margin-top: 40px;
  }
  .end-section .end-content p {
    margin-bottom: 20px;
  }
  .end-section .end-content .img-wrp {
    display: none;
  }
}

.contact-section {
  background-image: url(../images/amenities/amenities-background-image.jpg);
  background-repeat: repeat;
}
.contact-section .heading-wrapper p {
  font-size: 30px;
}
@media only screen and (max-width: 1500px) {
  .contact-section .heading-wrapper p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-section .heading-wrapper p {
    font-size: 12px;
  }
}

.contact-form-section {
  position: relative;
  padding: 5vw 0 9vw;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.contact-form-section:before {
  content: "";
  background: url("../images/home/contact-form-bg-01.jpg") left top no-repeat;
  background-size: 22.5%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 35.7vw;
  top: 4vw;
  z-index: -1;
}
.contact-form-section .heading-wrapper {
  margin-left: 11%;
}
.contact-form-section .form-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 82%;
  margin: 0 auto;
}
.contact-form-section .form-section .form-input,
.contact-form-section .form-section .intl-tel-input {
  width: 45%;
  margin: 20px 20px;
  padding: 30px 0;
  border: none;
  border-bottom: 1px solid black;
  color: #bdbdbd;
  outline: none;
  font-size: 18px;
  background-color: transparent;
}
.contact-form-section .form-section .form-input[name=phone],
.contact-form-section .form-section .intl-tel-input[name=phone] {
  width: 100%;
  margin-left: 0px;
}
.contact-form-section .form-section .intl-tel-input {
  padding: 0 !important;
  border-bottom: none;
}
.contact-form-section .form-section .form-input-5 {
  width: 94%;
  margin: 20px 20px;
  padding: 30px 0;
  border: none;
  border-bottom: 1px solid black;
  color: #bdbdbd;
  outline: none;
  font-size: 18px;
  background-color: transparent;
}
.contact-form-section .form-section .btn-circle {
  margin-left: auto;
  margin-right: 6%;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.contact-form-section .form-section ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #bdbdbd;
}
.contact-form-section .form-section ::-moz-placeholder {
  /* Firefox 19+ */
  color: #bdbdbd;
}
.contact-form-section .form-section :-ms-input-placeholder {
  /* IE 10+ */
  color: #bdbdbd;
}
.contact-form-section .form-section :-moz-placeholder {
  /* Firefox 18- */
  color: #bdbdbd;
}
.contact-form-section .form-section .intl-tel-input.separate-dial-code .selected-flag {
  background-color: transparent;
}
.contact-form-section .form-close-btn {
  position: absolute;
  right: 4vw;
  top: 1vw;
  font-size: 3vw;
  cursor: pointer;
  opacity: 0;
}
.contact-form-section input::-webkit-outer-spin-button,
.contact-form-section input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.contact-form-section input[type=number] {
  -moz-appearance: textfield;
}
.contact-form-section.form-02 {
  display: none;
}
.contact-form-section.is-active {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  padding: 3vw 0;
  display: flex;
  align-items: center;
}
.contact-form-section.is-active .heading-wrapper {
  margin-top: 0px;
  margin-bottom: 1vw;
}
.contact-form-section.is-active .form-close-btn {
  opacity: 1;
}
@media only screen and (max-width: 1500px) {
  .contact-form-section .heading-wrapper {
    margin-left: 16%;
  }
  .contact-form-section .form-section .form-input,
.contact-form-section .form-section .intl-tel-input {
    width: 40%;
    font-size: 14px;
    margin: 10px 10px;
    padding: 20px 0;
  }
  .contact-form-section .form-section .form-input-5 {
    width: 82%;
    font-size: 14px;
    margin: 10px 10px;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .contact-form-section .form-section .form-input,
.contact-form-section .form-section .form-input-5,
.contact-form-section .form-section .intl-tel-input {
    font-size: 10px;
    letter-spacing: 2px;
  }
  .contact-form-section .form-section .btn-circle {
    margin-right: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .contact-form-section {
    padding: 10vw 0 12vw;
  }
  .contact-form-section .heading-wrapper {
    margin-left: 2%;
  }
  .contact-form-section .form-section {
    width: 100%;
  }
  .contact-form-section .form-section .form-input,
.contact-form-section .form-section .intl-tel-input {
    font-size: 9px;
    width: 100%;
    margin: 5px 2%;
    padding: 14px 0;
  }
  .contact-form-section .form-section .form-input-5 {
    font-size: 9px;
    width: 96%;
    margin: 5px 0 20px;
    padding: 14px 0;
  }
  .contact-form-section .form-close-btn {
    font-size: 28px;
  }
  .contact-form-section.is-active .heading-wrapper {
    width: 87%;
    margin: 0 auto;
  }
  .contact-form-section.is-active .form-section {
    width: 90%;
  }
  .contact-form-section.is-active .form-section .form-input,
.contact-form-section.is-active .form-section .intl-tel-input {
    width: 100%;
  }
}

.eq-btn-mobile,
.call-btn-mobile {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .eq-btn-mobile,
.call-btn-mobile {
    display: block !important;
    position: fixed;
    bottom: 0;
    left: 0;
    font-size: 14px;
    color: #fff;
    background: #3c3c3c;
    width: 50%;
    padding: 10px 0;
    text-align: center;
    z-index: 999;
  }
}

.call-btn-mobile {
  left: 50%;
  border-left: 1px solid #fff;
  display: none;
}
.call-btn-mobile span {
  padding: 0 10px;
}

.dwnBro {
  width: 165px;
  height: 34px;
  display: flex;
  background-repeat: no-repeat;
  background-color: #232e5b;
  position: fixed;
  right: 0;
  top: 50%;
  transform: rotate(-90deg) translateY(66px);
  z-index: 11;
  align-items: center;
  justify-content: center;
  background-position: 6px 6px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #fff;
}

/****************************************************** Animation Start */
.anim_r_t_l_wrp {
  transform: translateX(10%);
  opacity: 0;
}

.anim_r_t_l {
  animation: anim_r_t_l 2s ease forwards;
}

@keyframes anim_r_t_l {
  0% {
    transform: translateX(10%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
.anim_l_t_r_wrp {
  transform: translateX(-10%);
  opacity: 0;
}

.anim_l_t_r {
  animation: anim_l_t_r 2s ease forwards;
}

@keyframes anim_l_t_r {
  0% {
    transform: translateX(-10%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
.anim_t_t_b_wrp {
  transform: translateY(-10%);
  opacity: 0;
}

.anim_t_t_b {
  animation: anim_t_t_b 2s ease forwards;
}

@keyframes anim_t_t_b {
  0% {
    transform: translateY(-10%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
.anim_b_t_t_wrp {
  transform: translateY(10%);
  opacity: 0;
}

.anim_b_t_t {
  animation: anim_b_t_t 2s ease forwards;
}

@keyframes anim_b_t_t {
  0% {
    transform: translateY(10%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
.anim_t_t_t_wrp {
  transform: translateY(-10%);
  opacity: 0;
}

.anim_t_t_t {
  animation: anim_t_t_t 2s ease forwards;
}

@keyframes anim_t_t_t {
  0% {
    transform: translateY(-10%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
.anim_fade_in_wrp {
  opacity: 0;
}

.anim_fade_in {
  animation: anim_fade_in 2s ease forwards;
}

@keyframes anim_fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mask-wrp {
  background-size: 0;
  position: relative;
}

.mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #151515;
  position: absolute;
  top: 0;
}

.mask-wrp .mask.hide {
  -webkit-mask: url("../images/mask-sprite.png");
  mask: url("../images/mask-sprite.png");
  -webkit-mask-size: 2300% 100%;
  mask-size: 2300% 100%;
  -webkit-animation: mask-play 1.4s steps(22) forwards;
  animation: mask-play 1.4s steps(22) forwards;
}

@-webkit-keyframes mask-play {
  from {
    -webkit-mask-position: 0% 0;
    mask-position: 0% 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@keyframes mask-play {
  from {
    -webkit-mask-position: 0% 0;
    mask-position: 0% 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
.anim_splitting_wrp .char,
.anim_splitting_wrp .word {
  opacity: 0;
}
.anim_splitting_wrp.slide-in.anim_splitting.splitting .char,
.anim_splitting_wrp.slide-in.anim_splitting.splitting .word {
  animation: slide-in 0.5s cubic-bezier(0.3, 0, 0.7, 1) both 0.5s;
}
.anim_splitting_wrp.slide-in.anim_splitting.splitting .char:nth-child(1n+1),
.anim_splitting_wrp.slide-in.anim_splitting.splitting .word:nth-child(1n+1) {
  animation-delay: 0.1s;
}
.anim_splitting_wrp.slide-in.anim_splitting.splitting .char:nth-child(1n+2),
.anim_splitting_wrp.slide-in.anim_splitting.splitting .word:nth-child(1n+2) {
  animation-delay: 0.2s;
}
.anim_splitting_wrp.slide-in.anim_splitting.splitting .char:nth-child(1n+3),
.anim_splitting_wrp.slide-in.anim_splitting.splitting .word:nth-child(1n+3) {
  animation-delay: 0.3s;
}
.anim_splitting_wrp.slide-in.anim_splitting.splitting .char:nth-child(1n+4),
.anim_splitting_wrp.slide-in.anim_splitting.splitting .word:nth-child(1n+4) {
  animation-delay: 0.4s;
}
.anim_splitting_wrp.slide-in.anim_splitting.splitting .char:nth-child(1n+5),
.anim_splitting_wrp.slide-in.anim_splitting.splitting .word:nth-child(1n+5) {
  animation-delay: 0.5s;
}
.anim_splitting_wrp.slide-in.anim_splitting.splitting .char:nth-child(1n+6),
.anim_splitting_wrp.slide-in.anim_splitting.splitting .word:nth-child(1n+6) {
  animation-delay: 0.6s;
}
.anim_splitting_wrp.slide-in.anim_splitting.splitting .char:nth-child(1n+7),
.anim_splitting_wrp.slide-in.anim_splitting.splitting .word:nth-child(1n+7) {
  animation-delay: 0.7s;
}
.anim_splitting_wrp.slide-in.anim_splitting.splitting .char:nth-child(1n+8),
.anim_splitting_wrp.slide-in.anim_splitting.splitting .word:nth-child(1n+8) {
  animation-delay: 0.8s;
}
.anim_splitting_wrp.slide-in.anim_splitting.splitting .char:nth-child(1n+9),
.anim_splitting_wrp.slide-in.anim_splitting.splitting .word:nth-child(1n+9) {
  animation-delay: 0.9s;
}
.anim_splitting_wrp.slide-in.anim_splitting.splitting .char:nth-child(1n+10),
.anim_splitting_wrp.slide-in.anim_splitting.splitting .word:nth-child(1n+10) {
  animation-delay: 1s;
}
.anim_splitting_wrp.slide-in.anim_splitting.splitting .char:nth-child(1n+11),
.anim_splitting_wrp.slide-in.anim_splitting.splitting .word:nth-child(1n+11) {
  animation-delay: 1.1s;
}
.anim_splitting_wrp.slide-in.anim_splitting.splitting .char:nth-child(1n+12),
.anim_splitting_wrp.slide-in.anim_splitting.splitting .word:nth-child(1n+12) {
  animation-delay: 1.2s;
}
.anim_splitting_wrp.slide-in.anim_splitting.splitting .char:nth-child(1n+13),
.anim_splitting_wrp.slide-in.anim_splitting.splitting .word:nth-child(1n+13) {
  animation-delay: 1.3s;
}
.anim_splitting_wrp.slide-in.anim_splitting.splitting .char:nth-child(1n+14),
.anim_splitting_wrp.slide-in.anim_splitting.splitting .word:nth-child(1n+14) {
  animation-delay: 1.4s;
}
.anim_splitting_wrp.slide-in.anim_splitting.splitting .char:nth-child(1n+15),
.anim_splitting_wrp.slide-in.anim_splitting.splitting .word:nth-child(1n+15) {
  animation-delay: 1.5s;
}
.anim_splitting_wrp.slide-in.anim_splitting.splitting .char:nth-child(1n+16),
.anim_splitting_wrp.slide-in.anim_splitting.splitting .word:nth-child(1n+16) {
  animation-delay: 1.6s;
}
.anim_splitting_wrp.slide-in.anim_splitting.splitting .char:nth-child(1n+17),
.anim_splitting_wrp.slide-in.anim_splitting.splitting .word:nth-child(1n+17) {
  animation-delay: 1.7s;
}
.anim_splitting_wrp.slide-in.anim_splitting.splitting .char:nth-child(1n+18),
.anim_splitting_wrp.slide-in.anim_splitting.splitting .word:nth-child(1n+18) {
  animation-delay: 1.8s;
}
.anim_splitting_wrp.slide-in.anim_splitting.splitting .char:nth-child(1n+19),
.anim_splitting_wrp.slide-in.anim_splitting.splitting .word:nth-child(1n+19) {
  animation-delay: 1.9s;
}
.anim_splitting_wrp.slide-in.anim_splitting.splitting .char:nth-child(1n+20),
.anim_splitting_wrp.slide-in.anim_splitting.splitting .word:nth-child(1n+20) {
  animation-delay: 2s;
}
.anim_splitting_wrp.left-to-right.anim_splitting.splitting .char,
.anim_splitting_wrp.left-to-right.anim_splitting.splitting .word {
  animation: left-to-right 0.5s cubic-bezier(0.3, 0, 0.7, 1) both 0.5s;
}
.anim_splitting_wrp.left-to-right.anim_splitting.splitting .char:nth-child(1n+1),
.anim_splitting_wrp.left-to-right.anim_splitting.splitting .word:nth-child(1n+1) {
  animation-delay: 0.1s;
}
.anim_splitting_wrp.left-to-right.anim_splitting.splitting .char:nth-child(1n+2),
.anim_splitting_wrp.left-to-right.anim_splitting.splitting .word:nth-child(1n+2) {
  animation-delay: 0.2s;
}
.anim_splitting_wrp.left-to-right.anim_splitting.splitting .char:nth-child(1n+3),
.anim_splitting_wrp.left-to-right.anim_splitting.splitting .word:nth-child(1n+3) {
  animation-delay: 0.3s;
}
.anim_splitting_wrp.left-to-right.anim_splitting.splitting .char:nth-child(1n+4),
.anim_splitting_wrp.left-to-right.anim_splitting.splitting .word:nth-child(1n+4) {
  animation-delay: 0.4s;
}
.anim_splitting_wrp.left-to-right.anim_splitting.splitting .char:nth-child(1n+5),
.anim_splitting_wrp.left-to-right.anim_splitting.splitting .word:nth-child(1n+5) {
  animation-delay: 0.5s;
}
.anim_splitting_wrp.left-to-right.anim_splitting.splitting .char:nth-child(1n+6),
.anim_splitting_wrp.left-to-right.anim_splitting.splitting .word:nth-child(1n+6) {
  animation-delay: 0.6s;
}
.anim_splitting_wrp.left-to-right.anim_splitting.splitting .char:nth-child(1n+7),
.anim_splitting_wrp.left-to-right.anim_splitting.splitting .word:nth-child(1n+7) {
  animation-delay: 0.7s;
}
.anim_splitting_wrp.left-to-right.anim_splitting.splitting .char:nth-child(1n+8),
.anim_splitting_wrp.left-to-right.anim_splitting.splitting .word:nth-child(1n+8) {
  animation-delay: 0.8s;
}
.anim_splitting_wrp.left-to-right.anim_splitting.splitting .char:nth-child(1n+9),
.anim_splitting_wrp.left-to-right.anim_splitting.splitting .word:nth-child(1n+9) {
  animation-delay: 0.9s;
}
.anim_splitting_wrp.left-to-right.anim_splitting.splitting .char:nth-child(1n+10),
.anim_splitting_wrp.left-to-right.anim_splitting.splitting .word:nth-child(1n+10) {
  animation-delay: 1s;
}
.anim_splitting_wrp.left-to-right.anim_splitting.splitting .char:nth-child(1n+11),
.anim_splitting_wrp.left-to-right.anim_splitting.splitting .word:nth-child(1n+11) {
  animation-delay: 1.1s;
}
.anim_splitting_wrp.left-to-right.anim_splitting.splitting .char:nth-child(1n+12),
.anim_splitting_wrp.left-to-right.anim_splitting.splitting .word:nth-child(1n+12) {
  animation-delay: 1.2s;
}
.anim_splitting_wrp.left-to-right.anim_splitting.splitting .char:nth-child(1n+13),
.anim_splitting_wrp.left-to-right.anim_splitting.splitting .word:nth-child(1n+13) {
  animation-delay: 1.3s;
}
.anim_splitting_wrp.left-to-right.anim_splitting.splitting .char:nth-child(1n+14),
.anim_splitting_wrp.left-to-right.anim_splitting.splitting .word:nth-child(1n+14) {
  animation-delay: 1.4s;
}
.anim_splitting_wrp.left-to-right.anim_splitting.splitting .char:nth-child(1n+15),
.anim_splitting_wrp.left-to-right.anim_splitting.splitting .word:nth-child(1n+15) {
  animation-delay: 1.5s;
}
.anim_splitting_wrp.left-to-right.anim_splitting.splitting .char:nth-child(1n+16),
.anim_splitting_wrp.left-to-right.anim_splitting.splitting .word:nth-child(1n+16) {
  animation-delay: 1.6s;
}
.anim_splitting_wrp.left-to-right.anim_splitting.splitting .char:nth-child(1n+17),
.anim_splitting_wrp.left-to-right.anim_splitting.splitting .word:nth-child(1n+17) {
  animation-delay: 1.7s;
}
.anim_splitting_wrp.left-to-right.anim_splitting.splitting .char:nth-child(1n+18),
.anim_splitting_wrp.left-to-right.anim_splitting.splitting .word:nth-child(1n+18) {
  animation-delay: 1.8s;
}
.anim_splitting_wrp.left-to-right.anim_splitting.splitting .char:nth-child(1n+19),
.anim_splitting_wrp.left-to-right.anim_splitting.splitting .word:nth-child(1n+19) {
  animation-delay: 1.9s;
}
.anim_splitting_wrp.left-to-right.anim_splitting.splitting .char:nth-child(1n+20),
.anim_splitting_wrp.left-to-right.anim_splitting.splitting .word:nth-child(1n+20) {
  animation-delay: 2s;
}
.anim_splitting_wrp.right-to-left.anim_splitting.splitting .char,
.anim_splitting_wrp.right-to-left.anim_splitting.splitting .word {
  animation: right-to-left 0.5s cubic-bezier(0.3, 0, 0.7, 1) both 0.5s;
}
.anim_splitting_wrp.right-to-left.anim_splitting.splitting .char:nth-child(1n+1),
.anim_splitting_wrp.right-to-left.anim_splitting.splitting .word:nth-child(1n+1) {
  animation-delay: 0.1s;
}
.anim_splitting_wrp.right-to-left.anim_splitting.splitting .char:nth-child(1n+2),
.anim_splitting_wrp.right-to-left.anim_splitting.splitting .word:nth-child(1n+2) {
  animation-delay: 0.2s;
}
.anim_splitting_wrp.right-to-left.anim_splitting.splitting .char:nth-child(1n+3),
.anim_splitting_wrp.right-to-left.anim_splitting.splitting .word:nth-child(1n+3) {
  animation-delay: 0.3s;
}
.anim_splitting_wrp.right-to-left.anim_splitting.splitting .char:nth-child(1n+4),
.anim_splitting_wrp.right-to-left.anim_splitting.splitting .word:nth-child(1n+4) {
  animation-delay: 0.4s;
}
.anim_splitting_wrp.right-to-left.anim_splitting.splitting .char:nth-child(1n+5),
.anim_splitting_wrp.right-to-left.anim_splitting.splitting .word:nth-child(1n+5) {
  animation-delay: 0.5s;
}
.anim_splitting_wrp.right-to-left.anim_splitting.splitting .char:nth-child(1n+6),
.anim_splitting_wrp.right-to-left.anim_splitting.splitting .word:nth-child(1n+6) {
  animation-delay: 0.6s;
}
.anim_splitting_wrp.right-to-left.anim_splitting.splitting .char:nth-child(1n+7),
.anim_splitting_wrp.right-to-left.anim_splitting.splitting .word:nth-child(1n+7) {
  animation-delay: 0.7s;
}
.anim_splitting_wrp.right-to-left.anim_splitting.splitting .char:nth-child(1n+8),
.anim_splitting_wrp.right-to-left.anim_splitting.splitting .word:nth-child(1n+8) {
  animation-delay: 0.8s;
}
.anim_splitting_wrp.right-to-left.anim_splitting.splitting .char:nth-child(1n+9),
.anim_splitting_wrp.right-to-left.anim_splitting.splitting .word:nth-child(1n+9) {
  animation-delay: 0.9s;
}
.anim_splitting_wrp.right-to-left.anim_splitting.splitting .char:nth-child(1n+10),
.anim_splitting_wrp.right-to-left.anim_splitting.splitting .word:nth-child(1n+10) {
  animation-delay: 1s;
}
.anim_splitting_wrp.right-to-left.anim_splitting.splitting .char:nth-child(1n+11),
.anim_splitting_wrp.right-to-left.anim_splitting.splitting .word:nth-child(1n+11) {
  animation-delay: 1.1s;
}
.anim_splitting_wrp.right-to-left.anim_splitting.splitting .char:nth-child(1n+12),
.anim_splitting_wrp.right-to-left.anim_splitting.splitting .word:nth-child(1n+12) {
  animation-delay: 1.2s;
}
.anim_splitting_wrp.right-to-left.anim_splitting.splitting .char:nth-child(1n+13),
.anim_splitting_wrp.right-to-left.anim_splitting.splitting .word:nth-child(1n+13) {
  animation-delay: 1.3s;
}
.anim_splitting_wrp.right-to-left.anim_splitting.splitting .char:nth-child(1n+14),
.anim_splitting_wrp.right-to-left.anim_splitting.splitting .word:nth-child(1n+14) {
  animation-delay: 1.4s;
}
.anim_splitting_wrp.right-to-left.anim_splitting.splitting .char:nth-child(1n+15),
.anim_splitting_wrp.right-to-left.anim_splitting.splitting .word:nth-child(1n+15) {
  animation-delay: 1.5s;
}
.anim_splitting_wrp.right-to-left.anim_splitting.splitting .char:nth-child(1n+16),
.anim_splitting_wrp.right-to-left.anim_splitting.splitting .word:nth-child(1n+16) {
  animation-delay: 1.6s;
}
.anim_splitting_wrp.right-to-left.anim_splitting.splitting .char:nth-child(1n+17),
.anim_splitting_wrp.right-to-left.anim_splitting.splitting .word:nth-child(1n+17) {
  animation-delay: 1.7s;
}
.anim_splitting_wrp.right-to-left.anim_splitting.splitting .char:nth-child(1n+18),
.anim_splitting_wrp.right-to-left.anim_splitting.splitting .word:nth-child(1n+18) {
  animation-delay: 1.8s;
}
.anim_splitting_wrp.right-to-left.anim_splitting.splitting .char:nth-child(1n+19),
.anim_splitting_wrp.right-to-left.anim_splitting.splitting .word:nth-child(1n+19) {
  animation-delay: 1.9s;
}
.anim_splitting_wrp.right-to-left.anim_splitting.splitting .char:nth-child(1n+20),
.anim_splitting_wrp.right-to-left.anim_splitting.splitting .word:nth-child(1n+20) {
  animation-delay: 2s;
}
.anim_splitting_wrp.bottom-to-top.anim_splitting.splitting .char,
.anim_splitting_wrp.bottom-to-top.anim_splitting.splitting .word {
  animation: bottom-to-top 0.5s cubic-bezier(0.3, 0, 0.7, 1) both 0.5s;
}
.anim_splitting_wrp.bottom-to-top.anim_splitting.splitting .char:nth-child(1n+1),
.anim_splitting_wrp.bottom-to-top.anim_splitting.splitting .word:nth-child(1n+1) {
  animation-delay: 0.1s;
}
.anim_splitting_wrp.bottom-to-top.anim_splitting.splitting .char:nth-child(1n+2),
.anim_splitting_wrp.bottom-to-top.anim_splitting.splitting .word:nth-child(1n+2) {
  animation-delay: 0.2s;
}
.anim_splitting_wrp.bottom-to-top.anim_splitting.splitting .char:nth-child(1n+3),
.anim_splitting_wrp.bottom-to-top.anim_splitting.splitting .word:nth-child(1n+3) {
  animation-delay: 0.3s;
}
.anim_splitting_wrp.bottom-to-top.anim_splitting.splitting .char:nth-child(1n+4),
.anim_splitting_wrp.bottom-to-top.anim_splitting.splitting .word:nth-child(1n+4) {
  animation-delay: 0.4s;
}
.anim_splitting_wrp.bottom-to-top.anim_splitting.splitting .char:nth-child(1n+5),
.anim_splitting_wrp.bottom-to-top.anim_splitting.splitting .word:nth-child(1n+5) {
  animation-delay: 0.5s;
}
.anim_splitting_wrp.bottom-to-top.anim_splitting.splitting .char:nth-child(1n+6),
.anim_splitting_wrp.bottom-to-top.anim_splitting.splitting .word:nth-child(1n+6) {
  animation-delay: 0.6s;
}
.anim_splitting_wrp.bottom-to-top.anim_splitting.splitting .char:nth-child(1n+7),
.anim_splitting_wrp.bottom-to-top.anim_splitting.splitting .word:nth-child(1n+7) {
  animation-delay: 0.7s;
}
.anim_splitting_wrp.bottom-to-top.anim_splitting.splitting .char:nth-child(1n+8),
.anim_splitting_wrp.bottom-to-top.anim_splitting.splitting .word:nth-child(1n+8) {
  animation-delay: 0.8s;
}
.anim_splitting_wrp.bottom-to-top.anim_splitting.splitting .char:nth-child(1n+9),
.anim_splitting_wrp.bottom-to-top.anim_splitting.splitting .word:nth-child(1n+9) {
  animation-delay: 0.9s;
}
.anim_splitting_wrp.bottom-to-top.anim_splitting.splitting .char:nth-child(1n+10),
.anim_splitting_wrp.bottom-to-top.anim_splitting.splitting .word:nth-child(1n+10) {
  animation-delay: 1s;
}
.anim_splitting_wrp.bottom-to-top.anim_splitting.splitting .char:nth-child(1n+11),
.anim_splitting_wrp.bottom-to-top.anim_splitting.splitting .word:nth-child(1n+11) {
  animation-delay: 1.1s;
}
.anim_splitting_wrp.bottom-to-top.anim_splitting.splitting .char:nth-child(1n+12),
.anim_splitting_wrp.bottom-to-top.anim_splitting.splitting .word:nth-child(1n+12) {
  animation-delay: 1.2s;
}
.anim_splitting_wrp.bottom-to-top.anim_splitting.splitting .char:nth-child(1n+13),
.anim_splitting_wrp.bottom-to-top.anim_splitting.splitting .word:nth-child(1n+13) {
  animation-delay: 1.3s;
}
.anim_splitting_wrp.bottom-to-top.anim_splitting.splitting .char:nth-child(1n+14),
.anim_splitting_wrp.bottom-to-top.anim_splitting.splitting .word:nth-child(1n+14) {
  animation-delay: 1.4s;
}
.anim_splitting_wrp.bottom-to-top.anim_splitting.splitting .char:nth-child(1n+15),
.anim_splitting_wrp.bottom-to-top.anim_splitting.splitting .word:nth-child(1n+15) {
  animation-delay: 1.5s;
}
.anim_splitting_wrp.bottom-to-top.anim_splitting.splitting .char:nth-child(1n+16),
.anim_splitting_wrp.bottom-to-top.anim_splitting.splitting .word:nth-child(1n+16) {
  animation-delay: 1.6s;
}
.anim_splitting_wrp.bottom-to-top.anim_splitting.splitting .char:nth-child(1n+17),
.anim_splitting_wrp.bottom-to-top.anim_splitting.splitting .word:nth-child(1n+17) {
  animation-delay: 1.7s;
}
.anim_splitting_wrp.bottom-to-top.anim_splitting.splitting .char:nth-child(1n+18),
.anim_splitting_wrp.bottom-to-top.anim_splitting.splitting .word:nth-child(1n+18) {
  animation-delay: 1.8s;
}
.anim_splitting_wrp.bottom-to-top.anim_splitting.splitting .char:nth-child(1n+19),
.anim_splitting_wrp.bottom-to-top.anim_splitting.splitting .word:nth-child(1n+19) {
  animation-delay: 1.9s;
}
.anim_splitting_wrp.bottom-to-top.anim_splitting.splitting .char:nth-child(1n+20),
.anim_splitting_wrp.bottom-to-top.anim_splitting.splitting .word:nth-child(1n+20) {
  animation-delay: 2s;
}

@keyframes slide-in {
  from {
    transform: translateY(50%);
    opacity: 0;
  }
  to {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes left-to-right {
  from {
    transform: translateX(-10px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes right-to-left {
  from {
    transform: translateX(10px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes bottom-to-top {
  from {
    transform: translateY(10px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.sec-eq {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0 !important;
  background: #232e5b;
  width: 100%;
  z-index: 111;
  padding: 8px 0;
}

.sec-eq .btn-wrp {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec-eq .btn {
  background-color: #fff;
  color: #363535;
  font-weight: 400;
  font-family: "Euclid Circular B";
}

.sec-eq .btn.arrow:before {
  background: #363535;
}

.sec-eq .btn.arrow:after {
  border: 1px solid #363535;
  border-top: none;
  border-left: none;
}

.sec-eq .btn.arrow:hover::before {
  right: 12px;
}

.sec-eq .btn.arrow:hover::after {
  right: 12px;
}

.sec-eq form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.eqTitle {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 15px;
  color: #fff;
}

.sec-eq .eqTitle {
  margin-left: 0;
}

.formControl {
  margin: 0 15px;
  width: 250px;
}

.formControl:last-child {
  width: auto;
  margin-right: 0;
}

.formControl input,
.formControl select {
  width: 100%;
  min-height: 70px;
  outline: 0;
  padding: 0 10px 0 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #ffffff4d;
  border-radius: 0px;
  color: #a4997b;
  font-family: "Euclid Circular B" !important;
  letter-spacing: 1px;
  font-weight: 100 !important;
}

.formControl input.error_new,
.formControl select.error_new {
  border-bottom-color: red;
}

.formControl.btn {
  width: 100px;
}

.subBtn {
  border: 0;
  outline: 0;
  font-weight: bold;
  cursor: pointer;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.error_bottom {
  border-bottom: 2px solid red !important;
}

.mobEq {
  display: none;
}

.closeBtn {
  display: none;
}

.sec-eq .intl-tel-input {
  width: 100%;
  color: #232e5b;
}

.selected-dial-code {
  color: #fff;
}

.iti-mobile .intl-tel-input.iti-container {
  z-index: 99999;
}

.sec-eqMobile {
  display: none;
}

.closeIcon {
  display: none;
}

.sec-eq.show {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 11111;
}

@keyframes upSlide {
  from {
    transform: translate(-50%, -50%) scale(1.2);
    transform-origin: center;
    opacity: 0;
  }
  to {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
.sec-eq.show .container {
  transform-origin: center;
  position: absolute;
  width: 400px;
  background: #b08062;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 15px;
  animation-name: upSlide;
  -webkit-animation-name: upSlide;
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
}

.sec-eq.show .closeIcon {
  display: flex;
  position: absolute;
  right: 15px;
  font-size: 18px;
  top: 10px;
  color: #fff;
  transform: rotate(45deg);
  background: #000;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffff;
  cursor: pointer;
  padding-bottom: 3px;
}

.sec-eq.show .eqTitle {
  margin: 15px 0;
}

.sec-eq.show form {
  flex-direction: column;
}

.sec-eq.show .formControl {
  width: 100%;
  margin: 0 0 15px 0;
}

.sec-eq.show .formControl input,
.sec-eq.show .formControl select {
  color: #fff;
  min-height: 40px;
}

.sec-eq.static {
  position: relative;
  background-color: transparent;
}

.sec-eq.static .container {
  padding-right: 12%;
}

.sec-eq.static .eqTitle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-weight: 600;
  font-size: 25px;
  color: #b08062;
  display: none;
}

.sec-eq.static .formControl {
  margin: 1vw 0px;
  width: 48%;
}

.sec-eq.static .formControl input,
.sec-eq.static .formControl select,
.sec-eq.static .formControl select {
  border-block-color: #fff;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}

.sec-eq.static .intl-tel-input {
  width: 100%;
}

.sec-eq.static .selected-dial-code {
  color: #fff;
}

.sec-eq.static .btn-wrp {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
}

.sec-eq.static .btn-wrp .btn {
  background-color: #fff;
  color: #3c3c3c;
  text-transform: none;
  padding: 16px 30px;
  font-size: 24px;
  margin: 2vw auto 0;
  border: 1px solid #fff;
  transition: all 0.3s ease;
}
.sec-eq.static .btn-wrp .btn:before, .sec-eq.static .btn-wrp .btn:after {
  display: none;
}

.sec-eq.static .btn-wrp .btn:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  color: #fff;
}

@media only screen and (max-width: 1700px) {
  .formControl input, .formControl select {
    min-height: 50px;
  }

  .sec-eq.static .eqTitle {
    font-size: 16px;
  }

  .sec-eq.static .btn-wrp .btn {
    padding: 8px 20px;
    font-size: 18px;
  }

  .sec-eq.static .formControl input,
.sec-eq.static .formControl select {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1500px) {
  .sec-eq.static .btn-wrp .btn {
    font-size: 14px;
  }

  .sec-eq.static .formControl input,
.sec-eq.static .formControl select {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) {
  .eqTitle {
    font-size: 16px;
  }

  .formControl {
    width: 180px;
    margin: 0 8px;
  }

  .sec-eq.static .btn-wrp .btn {
    margin-top: 14px;
  }
}
@media only screen and (max-width: 1023px) {
  .sec-eq.show .container {
    width: 300px;
  }
}
@media only screen and (max-width: 800px) {
  .formControl {
    width: 140px;
    margin: 0 8px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-eq.static .formControl {
    width: 100%;
  }

  .sec-eq.static .formControl input,
.sec-eq.static .formControl select {
    font-size: 11px;
    min-height: 30px;
  }

  .sec-eq form {
    flex-direction: column;
  }

  .formControl {
    width: 100%;
    margin: 0 0 15px 0;
  }

  .sec-eqMobile {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    font-size: 20px;
    color: #000;
    background: #fff;
    width: 100%;
    padding: 10px 0 6px;
    text-align: center;
    z-index: 99;
  }

  .closeIcon {
    display: flex;
    display: none;
  }
}
input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.sec-eq.static input::-webkit-input-placeholder {
  color: #fff;
}

.sec-eq.static input::-moz-placeholder {
  color: #fff;
}

.sec-eq.static input:-ms-input-placeholder {
  color: #fff;
}

.sec-eq.static input:-moz-placeholder {
  color: #fff;
}



.loader {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9;
    max-width: 70px;
    animation: none;
    border: none;
    width: 100%;
    height: 100%;
    max-height: 120px;
}

.overlay {
    z-index: 99999;
    top: 0px;
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: #00000087;
    opacity: 1;
    cursor: pointer;
}
.fancybox-caption__body{
	display:none;
}
/*# sourceMappingURL=main.css.map */

/* ONLY center this text */
.section2Text {
    text-align: start;
}

.overview-text-block {
    display: block !important;
}

.fix-overview {
    margin-top: 0 !important;
    padding-top: 40px !important;
}

/* Only apply these changes to Mobile (S, M, and L) */
@media screen and (max-width: 767px) {
    .overview-section .wrp-02 {
        display: flex !important;
        flex-direction: row !important; /* Horizontal layout */
        flex-wrap: nowrap !important;   /* No stacking */
        justify-content: space-between !important;
        gap: 10px !important;
        width: 100% !important;
        padding: 0 10px !important;
    }

    .overview-section .wrp-02 .para-01 {
        flex: 1 !important; /* Split width 50/50 */
        text-align: center !important;
        margin: 0 !important;
        padding: 10px 5px !important;
        /* Optional: adjust font if text is too long for one line */
        font-size: 13px !important; 
    }
    
    .overview-section .wrp-02 .para-01 span {
        font-size: 15px !important;
        display: block; /* Keeps the value (e.g. 2/3 BHK) on a new line within the box */
    }
}

/* Target Mobile S, M, and L (up to 767px) */
@media screen and (max-width: 767px) {
    /* Make the container take full width and remove flex/grid constraints */
    .overview-section .wrp-03 {
        display: block !important;
        width: 100% !important;
        padding: 0 15px !important; /* Prevents text from touching the very edge */
    }

    /* Force the inner columns/divs to take 100% width */
    .overview-section .wrp-03 > div {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 0 15px 0 !important; /* Adds spacing between the two text blocks */
        text-align: left !important; /* Optional: adjust if you want centered text */
    }

    /* Adjust paragraph spacing for better readability on small screens */
    .overview-section .wrp-03 .para-02 {
        font-size: 14px !important;
        line-height: 1.6 !important;
        width: 100% !important;
    }
    
    .overview-section .wrp-03 .para-01 {
        width: 100% !important;
    }
}



.map-center-wrapper {
    width: 90%;          /* Leaves an elegant gap on the sides */
    max-width: 1100px;   /* Matches your site's content width */
    margin: 40px auto;   /* 'auto' handles the perfect horizontal centering */
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    overflow: hidden;    /* Clips map corners to match the border radius */
    line-height: 0;
}

.map-center-wrapper iframe {
    width: 100%;         /* Forces map to follow the container width */
    height: 450px;       /* Fixed height for Desktop */
    display: block;
}

/* Mobile Compatibility Fix */
@media (max-width: 768px) {
    .map-center-wrapper {
        width: 100%;      /* Edge-to-edge on small screens */
        margin: 20px 0;
        border-radius: 0; /* Looks cleaner on mobile */
        border: none;
    }
    
    .map-center-wrapper iframe {
        height: 300px;    /* Shorter height so users can scroll past it easily */
    }
}