@font-face {
  font-family: "DM Serif Display";
  src: url("../fonts/font/DMSerifDisplay-Regular.woff2") format("woff2"), url("../fonts/font/DMSerifDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/font/Inter-Bold.woff2") format("woff2"), url("../fonts/font/Inter-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/font/Inter-Black.woff2") format("woff2"), url("../fonts/font/Inter-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/font/Inter-ExtraBold.woff2") format("woff2"), url("../fonts/font/Inter-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/font/Inter-ExtraLight.woff2") format("woff2"), url("../fonts/font/Inter-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/font/Inter-Light.woff2") format("woff2"), url("../fonts/font/Inter-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/font/Inter-Medium.woff2") format("woff2"), url("../fonts/font/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/font/Inter-Regular.woff2") format("woff2"), url("../fonts/font/Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/font/Inter-SemiBold.woff2") format("woff2"), url("../fonts/font/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/font/Inter-Thin.woff2") format("woff2"), url("../fonts/font/Inter-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
.is-inter-medium {
  font-family: "Inter";
  font-weight: 500;
}

body {
  font-family: "DM Serif Display";
}

.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 {
    padding: 8px 18px 4px;
    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 rgba(52, 173, 198, 0.5019607843);
  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-4 {
  letter-spacing: 4px;
}
@media only screen and (max-width: 1500px) {
  .letter-spacing-4 {
    letter-spacing: 3px;
  }
}

.heading-wrapper {
  width: 100%;
  margin: 7vw auto 5vw;
}
.heading-wrapper p {
  font-size: 1.5vw;
}
.heading-wrapper .p2 {
  font-size: 36px;
}
.heading-wrapper .p1 {
  font-size: 1.5vw;
}
.heading-wrapper h3 {
  font-size: 3.2vw;
  line-height: 1;
}
.heading-wrapper h2 {
  font-size: 4.2vw;
}
.heading-wrapper h4 {
  font-size: 2.7vw;
  font-family: "NexaRegular";
}
@media only screen and (max-width: 1500px) {
  .heading-wrapper {
    margin: 3vw auto 2vw;
  }
  .heading-wrapper h2 {
    font-size: 3.2vw;
  }
  .heading-wrapper h3 {
    font-size: 2.4vw;
  }
}
@media only screen and (max-width: 768px) {
  .heading-wrapper h2 {
    font-size: 4.2vw;
  }
  .heading-wrapper h3 {
    font-size: 3.4vw;
  }
}
@media only screen and (max-width: 480px) {
  .heading-wrapper h2 {
    font-size: 22px;
  }
  .heading-wrapper h3 {
    font-size: 16px;
  }
}

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

@media only screen and (min-width: 1500px) {
  .container:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1400px;
  }
}
@media only screen and (max-width: 480px) {
  .container {
    width: 90%;
  }
}

.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;
  font-family: "NexaRegular";
  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.png") 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 rgba(255, 255, 255, 0.5215686275);
}
.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;
  }
}

.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: rgba(255, 255, 255, 0.5019607843);
  padding: 0;
  margin: 0;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  border: 1px solid white;
}
.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-]:before {
  content: "";
  background-color: white;
  width: 26px;
  height: 2px;
  right: 4px;
}
.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-]:after {
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transition: all 0.3s ease;
  transform: translate(-80%, 0%) rotate(-45deg);
}
.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-prev {
  left: -4%;
}
.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-prev:after {
  transform: translate(-280%, 0%) rotate(135deg);
}
.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-next {
  right: -4%;
}
.slider-btn-arrow-circle.green.owl-theme .owl-nav [class*=owl-] {
  color: white;
  background: #30c679;
}
@media only screen and (max-width: 1500px) {
  .slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-] {
    transform: translateY(-50%) scale(0.7);
  }
}
@media only screen and (max-width: 768px) {
  .slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-] {
    transform: translateY(-50%) scale(0.5);
  }
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  background: #232e5b;
}

.header {
  position: fixed;
  left: 0;
  top: 28px;
  z-index: 55;
  width: 100%;
  background: #013334;
  transform: translateY(0px); /* 1 4 */
  box-shadow: 0 0.063em 0.25em rgba(37, 50, 55, 0.25); /* 1 4 */
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header.nav-down {
  background-color: #232e5b;
}
.header.navbar.is-dark {
  background-color: #3b3948;
}
.header .navbar-item img {
  max-height: none;
}
.header .navbar-start {
  display: none;
  margin-left: 0;
  margin-right: 0;
}
.header .navbar-end {
  margin-left: 0;
}
.header .navbar-end .navbar-item .navbar-phone-icon a {
  font-size: 30px;
  border: 1px solid;
  border-radius: 100px;
  /* padding: 10px 13px; */
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
}
.header .navbar-brand {
  align-items: center;
}
.header .enquire-button {
  background-color: #34adc6;
}
.header .navbar-menu {
  flex-grow: inherit;
  transition: all 0.3s ease;
}
.header .navbar-menu .navbar-item {
  font-family: "NexaRegular";
  font-size: 18px;
  letter-spacing: 2px;
  transition: all 0.3s ease;
}
.header .navbar-menu .navbar-item:not(:last-child) {
  margin-bottom: 20px;
}
.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 {
  color: #013334;
}
.header .navbar-menu.is-active {
  background-color: #013334;
  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-start .navbar-item {
  justify-content: center;
  border: 1px solid;
  padding: 12px 30px;
  color: #ffffff;
  text-align: center;
}
.header .navbar-burger {
  z-index: 99;
  display: block;
  margin: 0 70px 0 0;
}
.header .navbar-burger span {
  color: #fff;
}
.header .navbar-burger.is-active span {
  color: #ffffff;
}
@media only screen and (max-width: 1700px) {
  .header .navbar-menu .navbar-item {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1500px) {
  .header .navbar-item img {
    width: 120px;
  }
  .header .navbar-menu .navbar-item {
    font-size: 11px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .header .navbar-menu .navbar-item:not(:last-child):after {
    width: 5px;
    height: 5px;
  }
  .header .navbar-menu .navbar-item .control .enquire-button {
    font-size: 11px;
    margin: 4px 0;
    padding: 16px 20px;
  }
  .header .navbar-end .navbar-item .navbar-phone-icon a {
    font-size: 20px;
  }
  .header .navbar-end .control {
    margin: 0 !important;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .header .navbar-item img {
    width: 115px;
    margin-left: 100px;
  }
  .header .navbar-menu .navbar-item {
    font-size: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .header .navbar-menu .navbar-item:after {
    display: none;
  }
  .header .navbar-start,
.header .navbar-end {
    margin: 0;
  }
}

.home-banner-slider .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  padding-top: 11vw;
}
.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 0;
  padding: 2vw 0;
}
.home-banner-slider .item .pricing-section .pricing-content {
  font-size: 2.5vw;
}
.home-banner-slider .b1 h3 {
  line-height: 60px;
}
.home-banner-slider .b1 .home-booking-image {
  width: 6vw;
  position: absolute;
  left: 40px;
  bottom: 60px;
}
.home-banner-slider .b1 .presentation {
  color: white;
  font-size: 11px;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.home-banner-slider .b1 {
  background-image: url("../images/banner/top/top-banner.png");
}
.home-banner-slider .b2 {
  background-image: url("../images/banner/banner-02.jpg");
}
.home-banner-slider .b3 {
  background-image: url("../images/banner/banner-03.jpg");
}
.home-banner-slider.owl-carousel .owl-dots {
  bottom: 15px !important;
}
@media only screen and (max-width: 1500px) {
  .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;
  }
}
@media all and (device-width: 1366px) and (device-height: 1024px) and (orientation: landscape) {
  .home-banner-slider .item {
    height: calc(82vh - 78px);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1025px) {
  .home-banner-slider .item {
    height: calc(85vh - 78px);
  }
}
@media only screen and (max-width: 1024px) {
  .home-banner-slider .item {
    height: calc(100vh - 46px);
  }
  .home-banner-slider .item h3 {
    font-size: 30px;
  }
}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
  .home-banner-slider .item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    min-height: 70vh;
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    padding-top: 11vw;
    top: 42px;
    height: auto;
  }
}
@media only screen and (max-width: 768px), (max-width: 1024px) and (orientation: portrait) {
  .home-banner-slider .b1 {
    background-image: url("../images/banner/top/mobile-top-banner.png");
  }
  .home-banner-slider .b2 {
    background-image: url("../images/banner/banner-mob-02.jpg");
  }
  .home-banner-slider .b3 {
    background-image: url("../images/banner/banner-mob-03.jpg");
  }
}
@media only screen and (max-width: 768px) {
  .home-banner-slider .item h3 {
    font-size: 34px;
    line-height: 4.5vw;
  }
  .home-banner-slider .item .pricing-section .pricing-content {
    font-size: 2.5vw;
  }
  .home-banner-slider .b1 .home-booking-image {
    width: 18vw;
    left: 20px;
    bottom: 10px;
  }
  .home-banner-slider .b1 .presentation {
    font-size: 9px;
    right: 10px;
    bottom: 10px;
    padding: 0;
  }
  .home-banner-slider .b1 {
    background-image: url("../images/banner/top/mobile-top-banner.png");
    background-size: cover;
  }
  .home-banner-slider .b2 {
    background-image: url("../images/banner/banner-mob-02.jpg");
  }
  .home-banner-slider .b3 {
    background-image: url("../images/banner/banner-mob-03.jpg");
  }
}
@media only screen and (max-width: 767px) {
  .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 {
    height: calc(85vh - 78px);
  }
  .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;
  }
}
@media all and (device-width: 375px) and (device-height: 812px) and (orientation: portrait) {
  .home-banner-slider .item {
    height: calc(80vh - 78px);
  }
}

.overview-section .heading-wrapper {
  margin-bottom: 0;
}
.overview-section .heading-wrapper p {
  color: #424141;
  font-size: 30px;
}
.overview-section .heading-wrapper .p4 {
  font-size: 20px;
  background-color: white;
  position: relative;
  margin-bottom: 5px;
  font-weight: 600;
  letter-spacing: -1px;
}
.overview-section .heading-wrapper .p4::before {
  content: "";
  height: 1px;
  width: 30%;
  background-color: rgba(0, 0, 0, 0.5019607843);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 2;
  margin: auto;
}
.overview-section .heading-wrapper .p4 span {
  background: white;
  display: inline-block;
  position: relative;
  z-index: 3;
  padding: 0 14px;
}
.overview-section .heading-wrapper .p5 {
  background-color: white;
  position: relative;
  margin-bottom: 14px;
}
.overview-section .heading-wrapper .p5::before {
  content: "";
  height: 1px;
  width: 68%;
  background-color: rgba(0, 0, 0, 0.5019607843);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 2;
  margin: auto;
}
.overview-section .heading-wrapper .p5 span {
  background: white;
  display: inline-block;
  position: relative;
  z-index: 3;
  padding: 0 14px;
}
.overview-section .heading-wrapper .p5 span img {
  width: 20vw;
  max-width: 340px;
}
.overview-section .heading-wrapper .p6 {
  margin: 40px 0 20px 0;
  line-height: normal;
}
.overview-section .heading-wrapper.multi-para {
  height: 140px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.overview-section .heading-wrapper.multi-para.is-active {
  height: 380px;
}
.overview-section .add-image {
  margin: 50px auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100px;
  height: 100px;
  border: 1px solid black;
  border-radius: 50%;
}
.overview-section .add-image::before, .overview-section .add-image::after {
  content: "";
  background-color: black;
  width: 30px;
  height: 1px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 50%;
}
.overview-section .add-image::after {
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}
.overview-section .add-image.is-active::after {
  transform: rotate(0deg);
}
.overview-section .overview-image img {
  text-align: center;
  width: 100vw;
}
@media only screen and (max-width: 1500px) {
  .overview-section .heading-wrapper {
    margin: 1vw auto -4vw;
  }
  .overview-section .heading-wrapper p {
    font-size: 20px;
  }
  .overview-section .heading-wrapper .p2 {
    font-size: 18px;
  }
  .overview-section .heading-wrapper .p2 span {
    font-size: 18px;
  }
  .overview-section .heading-wrapper .p4 {
    font-size: 15px;
  }
  .overview-section .heading-wrapper .p4::before {
    width: 24%;
  }
  .overview-section .heading-wrapper .p4 span {
    padding: 0 6px;
  }
  .overview-section .heading-wrapper .p5 {
    line-height: 1vw;
  }
  .overview-section .heading-wrapper .p5::before {
    width: 48%;
  }
  .overview-section .heading-wrapper .p5 span img {
    width: 20vw;
    max-width: 340px;
  }
  .overview-section .heading-wrapper .p6 {
    margin: 30px 0 10px 0;
  }
  .overview-section .heading-wrapper .p6 span {
    font-size: 20px;
  }
  .overview-section .heading-wrapper.multi-para {
    margin: 7vw auto 5vw;
    height: 60px;
  }
  .overview-section .heading-wrapper.multi-para.is-active {
    height: 200px;
  }
  .overview-section .heading-wrapper .add-image:before {
    width: 60px;
    height: 60px;
  }
  .overview-section .add-image {
    width: 70px;
    height: 70px;
  }
  .overview-section .add-image::before, .overview-section .add-image::after {
    width: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .overview-section .heading-wrapper p {
    font-size: 14px;
  }
  .overview-section .heading-wrapper .p2 {
    font-size: 20px;
  }
  .overview-section .heading-wrapper .p4 {
    font-size: 12px;
  }
  .overview-section .heading-wrapper .p5 {
    line-height: 1px;
  }
  .overview-section .heading-wrapper .p5::before {
    width: 54%;
  }
  .overview-section .heading-wrapper .p5 span img {
    width: 20vw;
    max-width: 340px;
  }
  .overview-section .heading-wrapper .p6 {
    margin: 20px 0 10px 0;
  }
  .overview-section .heading-wrapper .p6 span {
    font-size: 14px;
  }
  .overview-section .heading-wrapper.multi-para.is-active {
    height: 200px;
  }
  .overview-section .add-image {
    width: 50px;
    height: 50px;
  }
  .overview-section .add-image::before, .overview-section .add-image::after {
    width: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .overview-section .p2 {
    font-size: 16px !important;
  }
  .overview-section .heading-wrapper p {
    font-size: 12px;
  }
  .overview-section .heading-wrapper .p4 {
    font-size: 12px;
  }
  .overview-section .heading-wrapper .p4:before {
    width: 35%;
  }
  .overview-section .heading-wrapper .p5 {
    line-height: 1px;
  }
  .overview-section .heading-wrapper .p5::before {
    width: 75%;
  }
  .overview-section .heading-wrapper .p5 span img {
    width: 30vw;
  }
  .overview-section .heading-wrapper .p6 {
    margin: 10px 0 10px 0;
  }
  .overview-section .heading-wrapper .p6 br {
    display: none;
  }
  .overview-section .heading-wrapper.multi-para {
    height: 50px;
  }
  .overview-section .heading-wrapper.multi-para.is-active {
    height: 160px;
  }
}
@media only screen and (max-width: 480px) {
  .overview-section .heading-wrapper .p2 br {
    display: none;
  }
  .overview-section .heading-wrapper.multi-para {
    height: 50px;
  }
  .overview-section .heading-wrapper.multi-para.is-active {
    height: 430px;
  }
}

.configuration-section .configuration-content a img {
  width: 90%;
}
.configuration-section .configuration-content .button {
  margin: 2vw 0;
}

.amenities-section {
  background-image: url(../images/amenities/amenities-background-image.png);
  background-repeat: repeat;
  padding-bottom: 6vw;
  position: relative;
}
.amenities-section .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.amenities-section .item .heading-wrapper {
  margin-top: 0;
}
.amenities-section .item a {
  width: calc(30% - 60px);
  margin: 30px;
  position: relative;
}
.amenities-section .item a p {
  color: white;
  font-size: 1.2vw;
  margin-top: -47px;
  text-align: center;
  opacity: 1;
  display: block;
  z-index: 1;
  position: relative;
  padding: 10px 0;
}
.amenities-section .item a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(360deg, #000000, transparent 40%);
}
.amenities-section .presentation {
  color: white;
  font-size: 11px;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
@media only screen and (max-width: 1500px) {
  .amenities-section .item a {
    width: calc(30% - 36px);
    margin: 18px;
  }
  .amenities-section .item a p {
    font-size: 15px;
    margin-top: -40px;
  }
}
@media only screen and (max-width: 768px) {
  .amenities-section .amenities-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-] {
    top: inherit;
    bottom: 20%;
  }
  .amenities-section .amenities-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-prev {
    left: 10%;
  }
  .amenities-section .amenities-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-next {
    right: 10%;
  }
  .amenities-section .item a {
    width: 40%;
  }
  .amenities-section .presentation {
    font-size: 9px;
    right: 20px;
    bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .amenities-section .amenities-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-] {
    top: inherit;
    bottom: 10%;
  }
  .amenities-section .amenities-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-prev {
    left: 2%;
  }
  .amenities-section .amenities-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-next {
    right: 2%;
  }
  .amenities-section .item a {
    width: calc(50% - 10px);
    margin: 5px;
    position: relative;
  }
  .amenities-section .item a p {
    font-size: 12px;
    margin-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
  }
}

.gallery-section {
  margin: 0 0 6vw 0;
  position: relative;
}
.gallery-section .project-slider p {
  text-align: center;
  font-size: 60px;
  color: #333333;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 20px;
}
.gallery-section .project-slider span.presentation {
  color: white;
  font-size: 11px;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.gallery-section .project-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-] {
  border: 1px solid black;
}
.gallery-section .project-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-]:before {
  content: "";
  background-color: black;
}
.gallery-section .project-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-]:after {
  content: "";
  border: solid black;
  border-width: 0 2px 2px 0;
}
.gallery-section .project-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-prev {
  left: -12%;
}
.gallery-section .project-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-next {
  right: -12%;
}
@media only screen and (max-width: 1500px) {
  .gallery-section .project-slider {
    width: 70vw;
    margin: 0 auto;
  }
  .gallery-section .project-slider p {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .gallery-section .project-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-prev {
    left: -20%;
  }
  .gallery-section .project-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-next {
    right: -20%;
  }
  .gallery-section .project-slider p {
    font-size: 20px;
  }
  .gallery-section .project-slider span.presentation {
    font-size: 9px;
    right: 20px;
    bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .gallery-section .project-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-prev {
    left: -25%;
  }
  .gallery-section .project-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-next {
    right: -25%;
  }
  .gallery-section .project-slider p {
    font-size: 14px;
    padding: 1px 10px;
  }
}

.greener-section {
  position: relative;
}
.greener-section .greener-logo-image {
  text-align: center;
  margin: -170px 0 50px 0;
}
.greener-section .presentation {
  color: #333333;
  font-size: 11px;
  position: absolute;
  right: 3rem;
  bottom: 10vw;
}
@media only screen and (max-width: 1500px) {
  .greener-section .greener-logo-image {
    width: 18vw;
    margin: -7.4vw 0 40px 0;
  }
}
@media only screen and (max-width: 768px) {
  .greener-section .greener-logo-image {
    width: 25vw;
    margin: -11.4vw 0 20px 0;
  }
  .greener-section .presentation {
    font-size: 9px;
    right: 1.5rem;
    bottom: 14vw;
  }
}
@media only screen and (max-width: 767px) {
  .greener-section .greener-logo-image {
    width: 150px;
    margin: -79px 0 20px 0;
  }
  .greener-section .presentation {
    font-size: 9px;
    right: 1.5rem;
    bottom: 14vw;
  }
}
@media only screen and (max-width: 480px) {
  .greener-section .presentation {
    bottom: 19vw;
  }
}

.greener-home-slider {
  margin: 0 0 10vw 0;
}
.greener-home-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-] {
  border: 1px solid black;
}
.greener-home-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-]:before {
  content: "";
  background-color: black;
}
.greener-home-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-]:after {
  content: "";
  border: solid black;
  border-width: 0 2px 2px 0;
}
.greener-home-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-prev {
  left: 42%;
  bottom: -150px;
  top: initial;
}
.greener-home-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-next {
  left: 52%;
  bottom: -150px;
  top: initial;
}
.greener-home-slider .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
.greener-home-slider .item .logo-section {
  width: 100%;
  display: flex;
  justify-content: center;
}
.greener-home-slider .item .logo-section .greener-logo-image {
  text-align: center;
  width: 550px;
  margin: auto;
  margin-top: -60px;
}
.greener-home-slider .item a {
  width: calc(25% - 20px);
  margin: 10px;
  position: relative;
}
.greener-home-slider .item a:hover p {
  transform: translateY(0);
  opacity: 1;
}
.greener-home-slider .item p {
  color: white;
  font-size: 28px;
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1500px) {
  .greener-home-slider .item .logo-section .greener-logo-image {
    width: 450px;
    margin-top: -50px;
  }
  .greener-home-slider .item p {
    font-size: 18px;
    height: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .greener-home-slider .item .logo-section .greener-logo-image {
    width: 350px;
    margin-top: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .greener-home-slider .item .logo-section .greener-logo-image {
    width: 350px;
    margin-top: -30px;
  }
  .greener-home-slider .item a {
    width: calc(45% - 20px);
  }
  .greener-home-slider .item p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .greener-home-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-prev {
    left: 30%;
    bottom: -130px;
    top: initial;
  }
  .greener-home-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-next {
    left: 52%;
    bottom: -130px;
    top: initial;
  }
  .greener-home-slider .item .logo-section .greener-logo-image {
    width: 200px;
    margin-top: -20px;
  }
}

.home-section .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.home-section .item a {
  width: 30%;
  margin: 1%;
}
@media only screen and (max-width: 768px) {
  .home-section .item a {
    width: 40%;
  }
}

.project-section {
  background-image: url(../images/amenities/amenities-background-image.png);
  background-repeat: repeat;
  padding-bottom: 10vw;
}
.project-section .project-floor-slider .item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-section .project-floor-slider .item a img {
  filter: blur(0px);
}
.project-section .project-floor-slider .item .enquire-button {
  display: none;
}
.project-section .project-floor-slider.is-blur .item a img {
  filter: blur(0px);
}
.project-section .project-floor-slider.is-blur .item .enquire-button {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  width: 180px;
  cursor: pointer;
  pointer-events: all;
  background-color: #fff;
  color: #3e8ed0;
  box-shadow: 0px 20px 70px 20px rgba(0, 0, 0, 0.3019607843);
}
.project-section .project-floor-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-] {
  border: 1px solid white;
}
.project-section .project-floor-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-]:before {
  content: "";
  background-color: white;
}
.project-section .project-floor-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-]:after {
  content: "";
  border: solid white;
  border-width: 0 2px 2px 0;
}
.project-section .project-floor-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-prev {
  left: -12%;
}
.project-section .project-floor-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-next {
  right: -12%;
}
@media only screen and (max-width: 1500px) {
  .project-section .project-floor-slider {
    width: 70vw;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .project-section .project-floor-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-prev {
    left: -20%;
  }
  .project-section .project-floor-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-next {
    right: -20%;
  }
}
@media only screen and (max-width: 480px) {
  .project-section .project-floor-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-prev {
    left: -25%;
  }
  .project-section .project-floor-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-next {
    right: -25%;
  }
}

.location-section {
  padding: 0;
}
.location-section .columns {
  margin-bottom: 0;
}
.location-section .columns .location-content {
  width: 44%;
  flex-basis: auto;
  padding: 6vw 4vw;
}
.location-section .columns .location-content .heading-wrapper {
  margin: 0;
}
.location-section .columns .location-content .location-title {
  position: relative;
  cursor: pointer;
  padding: 20px;
  font-size: 40px;
  color: #faf3e5;
  background-color: #232e5b;
  margin-bottom: 1px;
}
.location-section .columns .location-content .location-title::before, .location-section .columns .location-content .location-title::after {
  content: "";
  background-color: white;
  width: 30px;
  height: 1px;
  position: absolute;
  right: 40px;
  top: 50%;
}
.location-section .columns .location-content .location-title::after {
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}
.location-section .columns .location-content .location-title.active::after {
  transform: rotate(0deg);
}
.location-section .columns .location-content ul {
  display: none;
  padding: 20px 0;
}
.location-section .columns .location-content ul li p {
  font-size: 28px;
  color: black;
  font-family: "Inter";
}
.location-section .columns .location-content ul li p .fa {
  font-size: 1vw;
  color: blue;
  padding: 5px;
  margin-right: 10px;
}
.location-section .columns .location-content ul.open {
  display: block;
}
.location-section .columns .location-image-wrp {
  width: 56%;
  flex-basis: auto;
}
.location-section .columns .location-image-wrp img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media only screen and (max-width: 1500px) {
  .location-section .columns .location-content {
    padding: 3vw 2vw;
  }
  .location-section .columns .location-content .location-title {
    padding: 10px 16px;
    font-size: 22px;
  }
  .location-section .columns .location-content .location-title::before, .location-section .columns .location-content .location-title::after {
    width: 20px;
  }
  .location-section .columns .location-content ul li p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .location-section .columns {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }
  .location-section .columns .location-content {
    width: 100%;
    padding: 30px 50px;
  }
  .location-section .columns .location-content ul .location-title {
    padding: 20px;
  }
  .location-section .columns .location-content ul li p .fa {
    font-size: 14px;
  }
  .location-section .columns .location-image-wrp {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .location-section .columns .location-content {
    padding: 30px 40px;
  }
  .location-section .columns .location-content .location-title {
    padding: 8px 16px;
    font-size: 18px;
    margin-bottom: 1px !important;
  }
  .location-section .columns .location-content ul {
    padding: 10px 0;
  }
  .location-section .columns .location-content ul li p {
    font-size: 12px;
  }
  .location-section .columns .location-content ul li p .fa {
    font-size: 12px;
  }
  .location-section .columns .location-image-wrp {
    width: 100%;
  }
}

.contact-section {
  background: #013334;
  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;
  }
}

.vedio-section {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
}
.vedio-section iframe {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.vedio-section .pause-button {
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
}
.vedio-section .vedio-thumbnail {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../images/home/vedio-image.png");
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: all 3s ease;
}
.vedio-section .vedio-thumbnail .play-btn {
  display: flex;
  width: 150px;
  height: 150px;
  border: 1px solid white;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.vedio-section .vedio-thumbnail .play-btn::before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 21px solid white;
}
.vedio-section.active .vedio-thumbnail {
  display: none;
  transition: all 3s ease;
}
.vedio-section.active .pause-button {
  pointer-events: all;
  opacity: 1;
}
@media only screen and (max-width: 1500px) {
  .vedio-section .vedio-thumbnail .play-btn {
    width: 100px;
    height: 100px;
  }
  .vedio-section .vedio-thumbnail .play-btn::before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 18px solid white;
  }
}
@media only screen and (max-width: 1024px) {
  .vedio-section .vedio-thumbnail .play-btn {
    width: 80px;
    height: 80px;
  }
  .vedio-section .vedio-thumbnail .play-btn::before {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid white;
  }
}
@media only screen and (max-width: 768px) {
  .vedio-section {
    height: 45vh;
  }
}
@media only screen and (max-width: 1024px) {
  .vedio-section .vedio-thumbnail .play-btn {
    width: 60px;
    height: 60px;
  }
  .vedio-section .vedio-thumbnail .play-btn::before {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid white;
  }
}

.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.png") 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%;
  }
}

.end-section {
  margin: 1vw auto 5vw;
}
.end-section p {
  font-size: 16px;
}
@media only screen and (max-width: 1500px) {
  .end-section p {
    font-size: 12px;
  }
}

.eq-btn-mobile,
.call-btn-mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .eq-btn-mobile,
.call-btn-mobile {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    font-size: 18px;
    color: #fff;
    background: #000;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    z-index: 99;
  }
}

.call-btn-mobile {
  left: 50%;
  border-left: 1px solid #fff;
}
.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;
}

.dwnBro:hover {
  background: #fff;
  border-color: #232e5b;
  color: #232e5b;
}

.sec-eq {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0 !important;
  background: #232e5b;
  width: 100%;
  z-index: 111;
  padding: 8px 0;
  display: none;
}

.sec-eq .btn,
.wufoo input.btTxt {
  background-color: #fff;
  color: #232e5b;
  font-family: "MetaPro";
  font-weight: 600;
  -webkit-appearance: none;
  padding: 7px 20px;
  outline: none;
  border: none;
  border-radius: 40px;
  text-transform: uppercase;
}

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

.sec-eq .btn.arrow:after {
  border: 1px solid #232e5b;
  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,
form.wufoo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
}

form.wufoo #container, html.embed {
  background-color: transparent;
  margin: 0;
}

form.wufoo ul {
  display: flex;
  align-items: center;
  width: calc(100% - 200px);
}

.wufoo li div label,
.wufoo label.desc {
  display: none;
}

.wufoo .info {
  margin: 0;
  padding: 0;
  border: none;
}

.wufoo li.focused {
  background-color: transparent !important;
}

.wufoo #errorLi {
  display: none;
}

form.wufoo li.error {
  background-color: transparent !important;
}

form.wufoo p.error {
  font-size: 10px !important;
  position: absolute;
  bottom: -4px;
}

.eqTitle,
.wufoo .info h2 {
  font-size: 22px !important;
  text-transform: uppercase;
  font-weight: 400;
  margin: 15px;
  color: #fff !important;
}

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

.formControl,
.noI form li {
  margin: 0 15px;
  width: 30% !important;
}

.formControl:last-child,
.noI form li.buttons {
  width: auto !important;
  margin-right: 0;
}

.formControl input,
.wufoo input.text, .wufoo textarea.textarea, .wufoo input.file, .wufoo select.select, .wufoo li .wufoo-dropdown span {
  width: 100%;
  min-height: 36px;
  outline: 0;
  padding: 0 10px 0 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3019607843);
  border-radius: 0px;
  color: #fff !important;
}

.formControl input.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 {
  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;
}

@-webkit-keyframes upSlide {
  from {
    transform: translate(-50%, -50%) scale(1.2);
    transform-origin: center;
    opacity: 0;
  }
  to {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

@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: 300px;
  background: #232e5b;
  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 white;
  cursor: pointer;
}

.sec-eq.show iframe {
  height: 280px;
}

.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;
}

@media only screen and (max-width: 1200px) {
  .eqTitle {
    font-size: 16px;
  }
  .formControl {
    width: 180px;
    margin: 0 8px;
  }
}
@media only screen and (max-width: 800px) {
  .formControl {
    width: 140px;
    margin: 0 8px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-eq {
    opacity: 0;
    pointer-events: none;
  }
  .sec-eq.show {
    opacity: 1;
    pointer-events: all;
  }
  form.wufoo {
    flex-wrap: wrap;
  }
  form.wufoo ul {
    width: 100%;
    flex-wrap: wrap;
  }
  .noI form li {
    width: 100% !important;
  }
  .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;
  }
}
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;
}

.text-info, .text-info a, .text-info a:hover {
  color: #ffffff;
}

#contact, #project_floor_plan, #amenities {
  background-color: rgb(1, 51, 52) !important;
}

.contact-section, #project_floor_plan, #amenities {
  background-image: none !important;
}

.location-section .columns .location-content .location-title {
  background-color: #013334;
}

#location {
  background-color: #e7e8e9 !important;
}

.w-color {
  color: #ffffff;
}

.para-width {
  width: 70%;
  margin: 30px auto 0 !important;
}

.header.nav-down {
  background-color: #013334;
  box-shadow: 0 0 10px;
}

@media (max-width: 991px) {
  .para-width {
    width: 100%;
  }
}
#discover {
  padding-top: 70px;
  padding-bottom: 70px;
}
#discover .heading-wrapper {
  margin-bottom: 0;
}

.magnificent-slider {
  margin-top: 30px;
}
.magnificent-slider .points {
  border: 1px solid rgb(1, 51, 52) !important;
  height: 100%;
  padding: 15px;
  margin: 10px;
  border-radius: 5px;
  min-height: 175px;
  justify-content: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  text-align: center;
}
.magnificent-slider .points img {
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0px auto;
}
.magnificent-slider .points p {
  color: rgb(1, 51, 52) !important;
  font-size: 18px;
  padding-top: 20px;
}

.magnificent-slider {
  padding: 0 20px;
}
.magnificent-slider .owl-nav {
  margin-top: 45px;
}
.magnificent-slider .owl-nav [class*=owl-] {
  border: 1px solid black;
  background-color: transparent;
  position: absolute;
  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: rgba(255, 255, 255, 0.5019607843);
  padding: 0;
  margin: 0;
  border-radius: 50%;
  height: 60px;
  width: 60px;
}
.magnificent-slider .owl-nav [class*=owl-]:before {
  content: "";
  background-color: black;
  width: 26px;
  height: 2px;
  right: 4px;
}
.magnificent-slider .owl-nav [class*=owl-]:after {
  content: "";
  border: solid black;
  border-width: 0 2px 2px 0;
  transform: translate(-280%, 0%) rotate(135deg);
  display: inline-block;
  padding: 4px;
  transition: all 0.3s ease;
}
.magnificent-slider .owl-nav [class*=owl-].owl-prev {
  left: -85px;
  right: 0px;
  margin: 0px auto;
}
.magnificent-slider .owl-nav [class*=owl-].owl-prev:before {
  margin-left: 10px;
}
.magnificent-slider .owl-nav [class*=owl-].owl-next {
  right: -85px;
  left: 0;
  margin: 0px auto;
}
.magnificent-slider .owl-nav [class*=owl-].owl-next:after {
  transform: translate(-80%, 0%) rotate(-45deg);
}

.thank_you {
  background: #013334;
  min-height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 40px;
}
.thank_you h1 {
  color: #FFFFFF;
  font-size: 50px;
  line-height: 60px;
  font-family: "DM Serif Display";
  margin: 60px 0 20px 0;
}
.thank_you p {
  font-family: "Inter";
  color: #FFFFFF;
  font-size: 18px;
  line-height: 28px;
}
.thank_you a {
  color: #fff;
  padding: 10px 40px;
  border: 1px solid #fff;
  margin: 30px auto 0;
  font-size: 18px;
  line-height: 28px;
  font-family: "NexaRegular";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
}
.thank_you a img {
  width: 18px;
  height: 18px;
  margin: 0 10px 0 0;
}

@media only screen and (max-width: 768px) {
  #discover {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .magnificent-slider .owl-nav [class*=owl-] {
    transform: translateY(-50%) scale(0.5);
  }
  .magnificent-slider .owl-nav [class*=owl-].owl-prev {
    left: -40px;
  }
  .magnificent-slider .owl-nav [class*=owl-].owl-next {
    right: -40px;
  }
}
@media (min-width: 1200px) {
  .logo-space {
    margin-left: 120px;
  }
}
@media (min-width: 1500px) {
  .logo-space {
    margin-left: 160px;
  }
}
@media (max-width: 767px) {
  .navbar-menu {
    display: block;
    background: transparent;
  }
  .field.is-grouped p:nth-child(1) {
    display: none;
  }
  .header .navbar-end .navbar-item .navbar-phone-icon a {
    font-size: 15px;
    width: 32px;
    height: 32px;
  }
  .header .navbar-item img {
    margin-left: -14px;
  }
  .thank_you h1 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 500px) {
  .gallery-section .owl-nav, .project-section .owl-nav {
    margin-top: 35px;
  }
  .gallery-section .owl-nav [class*=owl-], .project-section .owl-nav [class*=owl-] {
    top: unset !important;
    height: 60px !important;
    width: 60px !important;
  }
  .gallery-section .owl-nav [class*=owl-].owl-prev, .project-section .owl-nav [class*=owl-].owl-prev {
    left: -40px !important;
    right: 0px;
    margin: 0px auto;
  }
  .gallery-section .owl-nav [class*=owl-].owl-next, .project-section .owl-nav [class*=owl-].owl-next {
    right: -40px !important;
    left: 0;
    margin: 0px auto;
  }
  .project-section {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
  .slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-] {
    height: 60px !important;
    width: 60px !important;
  }
  .oneworld-logo {
    width: 230px;
  }
}
.owl-prev:before {
  margin-left: 10px;
}

@media (max-width: 320px) {
  .header .navbar-burger {
    margin-right: 0;
  }
  .header .navbar-end .navbar-item .navbar-phone-icon a {
    margin-left: -30px;
  }
  .header .navbar-item img {
    margin-left: 0;
  }
  .amenities-section {
    padding-bottom: 18vw;
  }
  .amenities-section .presentation {
    bottom: 14px;
  }
}/*# sourceMappingURL=main.css.map */


    .formControl {
    width: 100% !important;
    }

.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=tel], .intl-tel-input.separate-dial-code input[type=text] {
    padding-right: 80px;

}

.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;
}
