@import url("https://fonts.googleapis.com/css2?family=Anek+Latin:wght@300;400;500;600;700&display=swap");
@font-face {
  font-family: "Restora Neue";
  src: url("../fonts/restoraneue-bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Restora Neue";
  src: url("../fonts/restoraneue-extrabold.otf") format("opentype");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Restora Neue", serif;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Anek Latin", sans-serif;
  overflow-x: hidden;
  background: #FFF3DD;
  font-weight: 300;
  scroll-behavior: smooth;
}

.skip-to-main {
  position: absolute;
  left: -9999px;
  z-index: 9999;
  padding: 1em;
  background: #006951;
  color: #FFF3DD;
  text-decoration: none;
  font-weight: 600;
  border: 2px solid #FFF3DD;
}
.skip-to-main:focus {
  left: 0;
  top: 0;
  outline: 0px solid #FFF3DD;
  outline-offset: 0px;
}

.main-wrapper {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

.mobile {
  display: none;
}

::-webkit-scrollbar {
  width: 10px;
  height: 0px;
  padding: 5px;
}

::-webkit-scrollbar-track {
  background-color: #FFF3DD;
}

::-webkit-scrollbar-thumb {
  background: #006951;
  border: solid 1px #FFF3DD;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #FFF3DD;
}

.container.full-width {
  max-width: 100%;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
  .container.full-width {
    max-width: 100%;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1688px;
  }
  .container.full-width {
    max-width: 100%;
  }
}
.text-center {
  text-align: center;
}

.heading {
  font-size: 54px;
  line-height: 70px;
  font-weight: 700;
}
.heading.primary {
  color: #FFF3DD;
}
.heading.secondary {
  color: #006951;
}
.heading.white {
  color: #ffffff;
}

.para {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
}
.para.primary {
  color: #FFF3DD;
}
.para.secondary {
  color: #006951;
}
.para.white {
  color: #ffffff;
}
.para.fs-16 {
  font-size: 16px;
}

p.label {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #006951;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.uppercase {
  text-transform: uppercase !important;
}

.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn-antelopes {
  padding: 12px 28px;
  border-radius: 30px;
  min-width: 180px;
  border: 1px solid #FFF3DD;
  font-size: 16px;
  font-weight: 500;
  color: #FFF3DD;
  background: #006951;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}
.btn-antelopes img {
  margin-left: 8px;
  transition: transform 0.3s ease-in-out;
  display: inline-block;
}
.btn-antelopes:hover, .btn-antelopes:focus {
  color: #FFF3DD;
  outline: 0px solid #FFF3DD;
  outline-offset: 0px;
}
.btn-antelopes:hover img, .btn-antelopes:focus img {
  transform: translateX(5px);
}

.btn-antelopes1 {
  padding: 12px 28px;
  border-radius: 30px;
  border: 1px solid #006951;
  font-size: 16px;
  font-weight: 500;
  color: #006951;
  background: #FFF3DD;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-decoration: none;
  white-space: nowrap;
}
.btn-antelopes1:focus {
  outline: 0px solid #006951;
  outline-offset: 0px;
}
.btn-antelopes1 img {
  margin-left: 8px;
  transition: transform 0.3s ease-in-out;
  display: inline-block;
}
.btn-antelopes1:hover {
  color: #006951;
}
.btn-antelopes1:hover img {
  transform: translateX(5px);
}

.btn-antelopes2 {
  padding: 12px 28px;
  border-radius: 30px;
  border: 1px solid #61624D;
  font-size: 16px;
  font-weight: 500;
  color: #61624D;
  background: #FFF3DD;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2), 0px 5px 15px 0px rgba(5, 1, 0, 0.2);
  cursor: pointer;
}
.btn-antelopes2:focus {
  outline: 0px solid #61624D;
  outline-offset: 0px;
}
.btn-antelopes2 img {
  margin-left: 8px;
  transition: transform 0.3s ease-in-out;
  display: inline-block;
}
.btn-antelopes2:hover {
  color: #61624D;
}
.btn-antelopes2:hover img {
  transform: translateX(5px);
}

.call {
  position: fixed;
  right: 5px;
  bottom: 5px;
  z-index: 10000;
}
.call img {
  width: 50px;
}

.wrapper {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 768px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.desktop-header {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  position: relative;
  transition: visibility 1s ease;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.desktop-header.sticky ul {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.desktop-header ul {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 0;
  width: 100%;
  background-color: #FFF3DD;
  transition: all 0.3s ease;
  padding-top: 10px;
  padding-bottom: 10px;
}
.desktop-header ul li .logo {
  width: 140px;
}
.desktop-header ul li a {
  padding: 6px 10px;
  text-decoration: none;
  color: #006951;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}

.banner {
  display: flex;
  background-image: url(../images/banner.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  position: relative;
}
.banner .banner-igbc {
  position: absolute;
  bottom: 30px;
  right: 80px;
  text-align: center;
}
.banner .banner-igbc p {
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .banner .banner-igbc {
    max-width: 50px;
    right: 90px;
    bottom: 20px;
  }
}
.banner .left {
  width: 18%;
  background: #FFF3DD;
  transition: width 1s ease-in-out;
}
.banner .middle {
  width: 66%;
  transition: width 0.5s ease;
  position: relative;
  margin: 0 auto;
}
.banner .middle .heading {
  font-size: 56px;
  line-height: 64px;
  font-weight: 700;
  color: #FFF3DD;
  letter-spacing: 2.8px;
  font-feature-settings: "liga" off, "clig" off;
  text-transform: capitalize;
}
.banner .middle .content {
  text-align: center;
  padding-top: 80px;
}
.banner .middle .content .para {
  padding-bottom: 20px;
}
.banner .middle .discover {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translate(-50%);
}
.banner .middle .discover a {
  display: block;
  text-decoration: none;
  font-size: 18px;
  line-height: 20px;
  color: #FFF3DD;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
}
.banner .middle .discover img {
  display: block;
  margin: 0 auto;
  width: 30px;
  margin-top: 12px;
}
.banner .middle .discover img.circle {
  position: absolute;
  top: -13px;
  left: 0px;
  transform: rotate(0deg) scale(1);
  transition: transform 0.5s ease;
  /* Smooth rotation and scaling */
}
.banner .middle .discover a:hover .circle {
  transform: rotate(60deg) scale(1.2);
  /* Rotate and enlarge */
}
.banner .right {
  width: 18%;
  background: #FFF3DD;
  transition: width 1s ease-in-out;
}
.banner .right .btn-back {
  margin: 30px;
}
.banner .right ul li {
  list-style-type: none;
}
.banner .right ul li a {
  text-decoration: none;
  font-size: 18px;
  line-height: 40px;
  color: #006951;
}
.banner .right .discover-more {
  margin-left: 30px;
  margin-top: 20px;
}
.banner .humbergure {
  display: none;
}
.banner.full-banner .left, .banner.full-banner .right {
  width: 0;
}
.banner.full-banner .left .btn-back, .banner.full-banner .right .btn-back {
  display: none;
}
.banner.full-banner .left .humbergure, .banner.full-banner .right .humbergure {
  display: block;
  position: absolute;
  right: 10%;
  top: 15px;
  cursor: pointer;
}
.banner.full-banner .middle .logo img {
  visibility: hidden;
}

.about {
  margin-top: 1px;
}
.about .container {
  padding-left: 0;
  padding-right: 0;
}
.about .container .col-md-7 {
  max-width: 55%;
}
.about .container .col-md-7 img {
  max-width: 100%;
}
.about .container .col-md-5 {
  max-width: 45%;
  display: flex;
  align-items: center;
  padding-left: 60px;
  padding-right: 40px;
}
.about .container .col-md-5 h2 {
  font-size: 48px;
  font-weight: 700;
  color: #006951;
}
.about .container .col-md-5 .para {
  color: #006951;
}
.about .container .col-md-5 .para.middle {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}

.style {
  padding-top: 110px;
  padding-bottom: 60px;
}
.style .style-bg {
  padding-top: 20px;
}
.style .feature-box .feature {
  text-align: center;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 300px;
  padding-left: 16px;
  padding-right: 16px;
}
.style .feature-box .feature .para {
  line-height: 22px;
}

.architecture {
  padding-top: 80px;
  padding-bottom: 80px;
  min-height: 100vh;
  background-color: #006D4E;
}
.architecture .m-box {
  border: 1px solid #FFF3DD;
  padding: 24px;
}
.architecture .m-box .para.top {
  font-size: 20px;
  color: #FFF3DD;
  margin-bottom: 16px;
}
.architecture .m-box .para.bottom {
  font-size: 14px;
  line-height: 20px;
  color: #FFF3DD;
  margin-bottom: 20px;
}
.architecture .m-box img {
  max-width: 100%;
}

.club-ira-top {
  position: relative;
}
.club-ira-top .row img {
  padding-left: 0;
  padding-right: 0;
  background-size: cover;
  background-position: center;
}
.club-ira-top .row .content {
  position: absolute;
  top: 40px;
  left: 80px;
}
@media (max-width: 768px) {
  .club-ira-top .row .content {
    left: 10px;
    top: 30px;
  }
  .club-ira-top .row .content br {
    display: none;
  }
}

.suites {
  position: relative;
}
.suites .container {
  padding-left: 0;
  padding-right: 0;
}
.suites .container .club-ira {
  padding-top: 80px;
  padding-bottom: 80px;
}
.suites .container .club-ira .col-md-7 {
  max-width: 55%;
}
.suites .container .club-ira .col-md-7 img {
  max-width: 100%;
}
.suites .container .club-ira .col-md-5 {
  max-width: 45%;
  display: flex;
  align-items: center;
  padding-left: 60px;
  padding-right: 40px;
}
.suites .container .club-ira .col-md-5 h2 {
  font-size: 48px;
  font-weight: 700;
  color: #006951;
}
.suites .container .club-ira .col-md-5 .para {
  color: #006951;
}
.suites .container .club-ira .col-md-5 .para.middle {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}

.plans {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #006D4E;
}
.plans h2.heading {
  font-size: 48px;
}
.plans h3.heading {
  color: #61624D;
  font-size: 24px;
  line-height: 36px;
  color: #006D4E;
  font-weight: 700;
  padding-bottom: 16px;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.plans p.sqfit {
  font-size: 20px;
  color: #006D4E;
  margin: 0;
}
.plans p.para {
  text-align: left;
  margin-bottom: 80px;
  font-weight: 300;
}
.plans .dis {
  margin-top: 50px;
}
.plans .dis p {
  margin: 0;
  padding: 0;
}
.plans p {
  color: #FFF3DD;
  font-size: 20px;
  margin-top: 12px;
  font-weight: 300;
}
.plans .plan-item {
  margin-bottom: 10px;
  background: #FFF3DD;
  border-radius: 40px;
  overflow: hidden;
  padding: 20px 0 0 0;
  text-align: center;
}
.plans .plan-item .img-box {
  position: relative;
}
.plans .plan-item .img-box .btn-antelopes2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.location {
  padding-top: 80px;
  padding-bottom: 10px;
}
.location .btn-antelopes {
  background: transparent;
  color: #006951;
  border: 1px solid #006951;
}
.location h2.heading {
  padding-top: 10px;
  padding-bottom: 10px;
}

.distination {
  padding-bottom: 30px;
}
.distination #accordionExample {
  padding-bottom: 60px;
}
.distination .accordion-collapse {
  transition: height 0.5s ease, opacity 0.5s ease;
}
.distination .accordion-body {
  transition: opacity 0.5s ease;
}
.distination .points {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  align-items: center;
  width: 300px;
}
.distination .accordion-item {
  background-color: #FFF3DD;
  overflow: hidden;
  border-radius: 40px !important;
  margin-top: 24px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}
.distination .accordion-item .accordion-button {
  background-color: #FFF3DD;
  color: #006951;
  font-size: 22px;
  line-height: 28px;
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid rgba(97, 98, 75, 0.3215686275);
  padding-top: 26px;
  padding-bottom: 20px;
}
.distination .accordion-item .accordion-button:after {
  width: 1.4rem;
  height: 1.4rem;
  background-image: url(../images/accarrow.png);
  transform: scale(0.7);
}
.distination .accordion-item .accordion-button:not(.collapsed)::after {
  transform: rotate(-150deg);
}
.distination .accordion-item .accordion-button.collapsed {
  border-bottom: 0;
}
.distination .accordion-item p {
  color: #006951;
  margin-bottom: 8px;
}
.distination .map-sec {
  padding-top: 70px;
  padding-bottom: 40px;
}

.gallery {
  padding-top: 80px;
  padding-bottom: 120px;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.gallery .container-fluid {
  max-width: 1688px;
}
.gallery .container {
  width: 1200px;
  margin: 0 auto;
  max-width: 80%;
}
.gallery .slick-list {
  padding-top: 8% !important;
  padding-bottom: 8% !important;
  padding-left: 20% !important;
  padding-right: 20% !important;
}
.gallery .slick-dots {
  text-align: center;
}
.gallery .slick-dots li {
  background: #006951;
  opacity: 0.5;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin: 0 8px;
}
.gallery .slick-dots li.slick-active {
  background-color: #006951;
  width: 13px;
  height: 13px;
  opacity: 1;
}
.gallery .slick-track {
  max-width: 100% !important;
  transform: translate3d(0, 0, 0) !important;
  perspective: 100px;
}
.gallery .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 100% !important;
  transform: translate3d(0, 0, 0);
  transition: transform 1s, opacity 1s;
}
.gallery .slick-snext,
.gallery .slick-sprev {
  display: block;
}
.gallery .slick-current {
  opacity: 1;
  position: relative;
  display: block;
  transform: translate3d(0, 0, 20px);
  z-index: 2;
}
.gallery .slick-snext {
  opacity: 1;
  transform: translate3d(30%, 0, 0px);
  z-index: 1;
}
.gallery .slick-sprev {
  opacity: 1;
  transform: translate3d(-30%, 0, 0px);
}
.gallery .slick-arrow {
  width: 12px;
  z-index: 10;
  cursor: pointer;
}
.gallery .slick-arrow.prev {
  position: absolute;
  bottom: -22px;
  left: 33%;
}
.gallery .slick-arrow.next {
  position: absolute;
  bottom: -22px;
  right: 33%;
}

.book {
  padding-top: 100px;
  background-image: url(../images/book.webp);
  background-size: cover;
  background-position: center;
}
.book h6 {
  font-size: 36px;
  color: #FCF3E1;
  font-weight: 500;
  padding-top: 350px;
  font-family: "Anek Latin", sans-serif;
}
.book .btn-antelopes1 {
  width: 270px;
  margin: 0 auto;
}

.contact {
  background: #0F5B4F;
  background-size: cover;
  background-position: center;
  padding-top: 140px;
  padding-bottom: 90px;
}
.contact .container {
  padding-left: 0;
  padding-right: 0;
}
.contact p.label {
  color: #FFF3DD;
}

.contact-form {
  width: 100%;
}
.contact-form .cta-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.contact-form .cta-btn .mail {
  color: #FFF3DD;
  font-size: 20px;
}
.contact-form label {
  font-size: 16px;
  text-transform: uppercase;
  color: #FFF3DD;
  margin-bottom: 0;
}
.contact-form .mb-3 {
  margin-bottom: 50px !important;
}
.contact-form p.required {
  color: #FFF3DD;
  text-align: right;
  margin-top: -2.5rem;
}
.contact-form .form-control,
.contact-form .form-select {
  background-color: transparent;
  border: 0;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #FFF3DD;
  color: #FFF3DD;
  height: 60px;
  padding-left: 0;
  font-size: 18px;
}
.contact-form .form-control:focus,
.contact-form .form-select:focus {
  outline: 0px solid #FFF3DD;
  outline-offset: 0px;
  border-bottom: 1px solid #FFF3DD;
}
.contact-form .form-control::-moz-placeholder, .contact-form .form-select::-moz-placeholder {
  color: rgba(255, 243, 221, 0.6);
}
.contact-form .form-control::placeholder,
.contact-form .form-select::placeholder {
  color: rgba(255, 243, 221, 0.6);
}
.contact-form .form-select {
  color: #FFF3DD;
  background: rgba(90, 112, 225, 0) url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'><path fill='%23ffffff' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>") right 0.75rem center/8px 10px no-repeat !important;
}
.contact-form .form-check-input {
  background-color: transparent;
  border: 1px solid #FFF3DD;
  width: 1.25em;
  height: 1.25em;
  margin-top: 0.25em;
  cursor: pointer;
}
.contact-form .form-check-input:checked {
  background-color: #006951;
  border-color: #FFF3DD;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.contact-form .form-check-label {
  color: #FFF3DD;
  cursor: pointer;
  text-transform: capitalize;
}

.about-sec {
  padding-top: 100px;
  padding-bottom: 100px;
}
.about-sec b {
  font-weight: 500;
}
.about-sec .col-md-7 {
  padding-right: 30px;
}
.about-sec .col-md-7 p:nth-child(even) {
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
}
.about-sec .col-md-5 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.policy {
  background-color: #FFF3DD;
  margin-bottom: 30px;
  padding-bottom: 30px;
  padding-top: 30px;
}
.policy .privacy-para h5 {
  font-size: 20px;
  font-weight: 600;
}
.policy .privacy-para p,
.policy .privacy-para ul li {
  font-size: 16px;
  padding: 5px 0;
}

.footer {
  background-color: #FFF3DD;
  border-top: 1px solid #C6D5E3;
}
.footer .top {
  padding-top: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #D3D3D3;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.footer .top a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer .top a:hover {
  color: #006951;
}
.footer .top p.label {
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  color: #006951;
}
.footer .top p.para {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 0;
  font-family: "Anek Latin", sans-serif;
}
.footer .top ul.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .top ul.footer-links li {
  line-height: normal;
}
.footer .top ul.footer-links li a {
  font-size: 14px;
  color: #040100;
}
.footer .top ul.footer-links li a:hover {
  color: #006951;
}
.footer .top .box1 {
  width: 25%;
}
.footer .top .box1 a {
  display: inline-block;
}
.footer .top .box1 a svg {
  margin-bottom: 20px;
  display: block;
}
.footer .top .box1 p.para {
  padding-top: 15px;
  line-height: 1.7;
}
.footer .top .box2 {
  width: 25%;
}
.footer .top .box2 .mt-4 {
  margin-top: 30px;
}
.footer .top .box3 {
  width: 25%;
}
.footer .top .box3 .mt-4 {
  margin-top: 25px;
}
.footer .top .box3 .social {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}
.footer .top .box3 .social a {
  display: inline-block;
}
.footer .top .box3 .social a svg {
  transition: transform 0.3s ease;
}
.footer .top .box3 .social a svg:hover {
  transform: scale(1.1);
}
.footer .top .box4 {
  width: 25%;
}
.footer .top .box4 .footer-links li a {
  color: #006951;
  font-weight: 500;
}
.footer .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer .bottom p {
  font-size: 14px;
  color: #333;
  margin: 0;
  font-family: "Anek Latin", sans-serif;
}
.footer .bottom p a {
  color: #333;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.footer .bottom p a:hover {
  color: #006951;
}
.footer .bottom p a img {
  width: 30px;
  height: auto;
}
.footer .bottom p.para {
  display: flex;
  align-items: center;
}
.footer.thankfooter .top {
  justify-content: space-between;
  align-items: center;
}
.footer.thankfooter .top .box1 {
  width: 100%;
}
.footer.thankfooter .top .box-4 {
  width: 100%;
}
.footer.thankfooter a {
  white-space: nowrap;
}
.footer.thankfooter .social {
  margin-top: 20px;
  display: flex;
}
.footer.thankfooter .social a {
  display: block;
  margin-right: 15px;
}

.modal-title {
  color: #FFF3DD;
}

.modal-header {
  border-bottom: 0;
}
.modal-header h3 {
  padding-left: 40px;
  margin-bottom: -30px;
  padding-top: 16px;
  color: #F7F2EF;
}

.btn-close {
  background: url(../images/close.png);
  background-repeat: no-repeat;
  opacity: 1;
}

#downloadBrochure * {
  color: #006951 !important;
}
#downloadBrochure .form-control,
#downloadBrochure .form-select {
  border-bottom: 1px solid #006951 !important;
}
#downloadBrochure .modal-dialog {
  max-width: 1450px;
  width: 90%;
  margin: 0 auto;
}
#downloadBrochure .modal-dialog .modal-content {
  background-image: url(../images/form-bg.png);
  background-size: cover;
  background-position: center;
  padding-left: 80px;
  padding-bottom: 30px;
}
#downloadBrochure .modal-dialog .modal-content .heading {
  color: #FFF3DD;
}
#downloadBrochure .modal-dialog .modal-content .contact-form {
  padding-left: 20px;
  padding-right: 30px;
}
@media (max-width: 1440px) {
  #downloadBrochure .modal-dialog {
    width: 80%;
  }
  #downloadBrochure .modal-dialog .modal-body {
    padding: 0;
  }
  #downloadBrochure .modal-dialog .contact-form .mb-3 {
    margin-bottom: 20px !important;
  }
  #downloadBrochure .modal-dialog .contact-form .form-control,
  #downloadBrochure .modal-dialog .contact-form .form-select {
    height: 40px;
  }
  #downloadBrochure .modal-dialog .contact-form p.required {
    margin-top: -1.2rem;
  }
}
@media (max-width: 480px) {
  #downloadBrochure .modal-dialog {
    width: 96%;
  }
  #downloadBrochure .btn-close {
    z-index: 10;
  }
}

.thanks {
  height: 100vh;
  position: relative;
  overflow: hidden;
  background-image: url(../images/thanks.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.thanks .thanks-content {
  position: absolute;
  bottom: 34%;
  right: 3%;
  text-align: right;
}
.thanks .thanks-content .heading {
  font-size: 80px;
  line-height: 64px;
}
.thanks .thanks-content .heading span {
  font-size: 70%;
}
.thanks .thanks-content .para {
  font-size: 32px;
}

#map .modal-dialog {
  max-width: 1100px;
}
#map .modal-dialog .modal-body {
  padding: 0;
}
#map .modal-dialog .modal-body .btn-close {
  position: absolute;
  right: 5px;
  top: 5px;
  opacity: 1;
  z-index: 1000;
}

/*===== Custom Modal Animation =======*/
.modal.fade .modal-dialog {
  transition: transform 0.5s ease-out;
  transform: translateY(-100%);
}

.modal.fade.show .modal-dialog {
  transform: translateY(0);
}

.modal.fade .modal-dialog {
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
  transform: translateY(-100%);
  opacity: 0;
}

.modal.fade.show .modal-dialog {
  transform: translateY(0);
  opacity: 1;
}

/*===== Custom Modal Animation =======*/
.main-wrapper {
  visibility: none;
}

@media (max-width: 1680px) {
  .banner .middle .heading {
    font-size: 48px;
    line-height: 56px;
  }
  .para,
  .plans p.para,
  .plans p {
    font-size: 18px;
    line-height: 26px;
  }
  .btn-antelopes {
    font-size: 14px;
  }
  .about .container .col-md-5 h2,
  .heading,
  .suites .container .club-ira .col-md-5 h2,
  .plans h2.heading {
    font-size: 42px;
    line-height: 48px;
  }
  .architecture .m-box {
    padding: 12px;
  }
  .architecture .m-box .para.top {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
  }
  .architecture .m-box .para.bottom + div {
    padding-top: 17px !important;
  }
}
@media (max-width: 1366px) {
  .about .container .col-md-5,
  .suites .container .club-ira .col-md-5 {
    padding-left: 30px;
  }
  .desktop-header ul li a {
    font-size: 12px;
  }
  .banner .middle .heading {
    font-size: 40px;
    line-height: 48px;
  }
  .para,
  .plans p.para,
  .plans p {
    font-size: 16px;
    line-height: 22px;
  }
  .btn-antelopes {
    font-size: 12px;
  }
  .about .container .col-md-5 h2,
  .heading,
  .suites .container .club-ira .col-md-5 h2,
  .plans h2.heading {
    font-size: 32px;
    line-height: 38px;
  }
  .architecture .m-box {
    padding: 12px;
  }
  .architecture .m-box .para.top {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .architecture .m-box .para.bottom {
    font-size: 12px;
    line-height: 16px;
  }
  .architecture .m-box .para.bottom + div {
    padding-top: 12px !important;
  }
  .club-ira-top .row .content {
    top: 20px;
    left: 100px;
  }
  .plans h3.heading {
    font-size: 18px;
    line-height: 24px;
  }
  .plans p.sqfit {
    font-size: 16px;
    line-height: 22px;
  }
  .distination .accordion-item .accordion-button {
    font-size: 18px;
    line-height: 24px;
    padding-top: 18px;
    padding-bottom: 17px;
  }
  .contact-form label {
    font-size: 12px;
  }
  .contact-form .form-control,
  .contact-form .form-select {
    height: 46px;
  }
  .contact-form .mb-3 {
    margin-bottom: 30px !important;
  }
  .contact-form p.required {
    margin-top: -5rem;
    font-size: 12px;
  }
  .footer .top .box1 p.para {
    line-height: 1.3;
    font-size: 12px;
  }
  .footer .top p.para {
    font-size: 12px;
  }
  .footer .top ul.footer-links li a {
    font-size: 12px;
  }
  .footer .bottom p,
  .footer a {
    font-size: 12px;
  }
  .style .left-bg {
    padding: 30px 60px;
  }
  .style .left-bg p {
    line-height: 30px;
  }
  .style .py-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .location br {
    display: none;
  }
  .location .bg .info {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 1280px) {
  .banner .middle .heading {
    font-size: 32px;
    line-height: 38px;
  }
  .para,
  .plans p.para,
  .plans p {
    font-size: 12px;
    line-height: 18px !important;
  }
  .btn-antelopes {
    font-size: 10px;
  }
  .about .container .col-md-5 h2,
  .heading,
  .suites .container .club-ira .col-md-5 h2,
  .plans h2.heading {
    font-size: 26px;
    line-height: 32px;
  }
  .architecture .m-box {
    padding: 10px;
  }
  .architecture .m-box .para.top {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .architecture .m-box .para.bottom {
    font-size: 10px;
    line-height: 16px;
  }
  .architecture .m-box .para.bottom + div {
    padding-top: 12px !important;
  }
  .club-ira-top .row .content {
    top: 20px;
    left: 100px;
  }
  .plans h3.heading {
    font-size: 14px;
    line-height: 20px;
  }
  .plans p.sqfit {
    font-size: 12px;
    line-height: 18px;
  }
  .distination .accordion-item .accordion-button {
    font-size: 16px;
    line-height: 24px;
    padding-top: 18px;
    padding-bottom: 17px;
  }
  .style .left-bg {
    padding: 30px 60px;
  }
  .style .left-bg p {
    line-height: 30px;
  }
  .style .py-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .location br {
    display: none;
  }
  .location .bg .info {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 768px) {
  .club-ira-top .row .content {
    top: 20px;
    left: 10px;
  }
  .heading,
  h2.heading,
  h2 {
    font-size: 28px !important;
    line-height: 36px;
    letter-spacing: 1px;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .para {
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
  }
  .carousel-control-next-icon {
    background-image: url(../images/res/next.png);
    margin-right: -40px;
  }
  .carousel-control-prev-icon {
    background-image: url(../images/res/prev.png);
    margin-left: -40px;
  }
  .banner {
    height: 100vh;
    background-image: url(../images/res/banner.png);
  }
  .banner .middle {
    min-width: 100% !important;
  }
  .banner .middle .logo {
    display: none;
  }
  .banner .middle .heading {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 1px;
  }
  .banner .middle .content {
    padding-top: 12vh;
    max-width: 380px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  .banner .middle .para {
    text-align: center;
  }
  .banner .left {
    width: 0;
  }
  .banner .right {
    width: 0;
  }
  .banner.full-banner .right {
    width: 0;
  }
  .banner.full-banner .right .humbergure {
    right: 10px;
    top: 6px;
    z-index: 100;
    position: fixed;
    background: none;
    border: 0;
  }
  .banner .right.open {
    width: 80%;
    position: fixed !important;
    right: 0;
    height: 100%;
    z-index: 13;
    transition: width 0.5s ease-in-out;
  }
  .banner .right.open .humbergure {
    right: 10px !important;
    top: 9px !important;
  }
  .banner .right.open .btn-antelopes {
    margin-left: 16px;
    margin-top: 20px;
    width: 200px;
  }
  .banner .right.open .btn-antelopes.btn-back {
    width: 130px;
    display: block;
    margin-top: 50px;
  }
  .banner .right.open ul li a {
    line-height: 50px;
    color: #050100;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
  }
  .mobile-header {
    background: #FFF3DD;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 10px;
    z-index: 11;
  }
  .about {
    padding-bottom: 50px;
  }
  .about .container .col-md-7 {
    max-width: 100%;
  }
  .about .container .col-md-5 {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
  }
  .about .container .col-md-5 h2 {
    font-size: 28px;
  }
  .style {
    padding-top: 0;
    padding-bottom: 0;
  }
  .style .style-bg {
    height: 380px;
    -o-object-fit: cover;
       object-fit: cover;
    padding-left: 0;
    padding-right: 0;
  }
  .style .heading {
    font-size: 28px;
    letter-spacing: 2px;
    line-height: 36px;
    text-align: left !important;
  }
  .style .heading br {
    display: none;
  }
  .style .feature-box {
    padding-bottom: 50px;
  }
  .style .feature-box .feature {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    justify-content: normal;
    height: 200px;
    gap: 30px;
  }
  .style .feature-box .feature img,
  .style .feature-box .feature svg {
    max-height: 80px;
  }
  .style .feature-box .feature p {
    text-align: center;
  }
  .architecture {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  .architecture .col-md-8,
  .architecture .col-md-4 {
    width: 100%;
  }
  .architecture .pt-5 {
    padding-top: 1rem !important;
  }
  .architecture .m-box {
    padding: 12px;
  }
  .architecture .wonder {
    padding-top: 10%;
  }
  .architecture .wonder ul li {
    line-height: 44px;
  }
  .suites {
    height: auto;
    padding-top: 40px;
  }
  .suites .club-ira {
    padding-top: 30px !important;
  }
  .suites .club-ira .row {
    flex-direction: column-reverse;
  }
  .suites .club-ira .row .col-md-7 {
    max-width: 100% !important;
  }
  .suites .club-ira .row .col-md-5 {
    max-width: 100% !important;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
  }
  .amenities {
    padding-bottom: 30px;
    padding-top: 150px;
    position: relative;
  }
  .amenities br {
    display: none;
  }
  .amenities .heading {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 2px;
  }
  .amenities #pills-tab {
    padding-top: 30px;
  }
  .amenities #pills-tab .nav-item .nav-link {
    font-size: 20px;
    padding: 0.5rem 1.5rem 0.3rem 0;
  }
  .amenities .tab-content .flex-between {
    flex-wrap: wrap;
  }
  .amenities .tab-content .flex-between p {
    width: 49%;
    padding-bottom: 10px;
  }
  .amenities .clubhouse {
    padding-top: 30px;
  }
  .amenities .clubhouse .nav-item .nav-link {
    text-align: left;
  }
  .amenities .clubhouse .full-width p {
    width: 100%;
  }
  .amenities .clubhouse .amenities-list {
    justify-content: space-between;
  }
  .amenities .clubhouse .amenities-list .para {
    width: 49%;
    padding-bottom: 16px;
  }
  .interiors {
    padding-top: 0px;
    padding-bottom: 0px;
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .interiors .left {
    width: 100%;
  }
  .interiors .left .bg-left {
    position: relative;
    opacity: 1 !important;
    left: 0 !important;
    background-image: url(../images/res/int-1.webp);
    height: 390px;
  }
  .interiors .right {
    width: 100%;
  }
  .interiors .right .bg-right {
    position: relative;
    opacity: 1 !important;
    right: 0 !important;
    background-image: url(../images/res/int-2.webp);
    height: 390px;
  }
  .interiors .middle {
    width: 100% !important;
    padding: 30px 16px;
  }
  .interiors .middle .content {
    width: 100%;
  }
  .interiors .middle .content .heading {
    font-size: 44px;
    line-height: 36px;
  }
  .interiors .middle .content .heading span {
    font-size: 70%;
  }
  .gallery {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .gallery:before {
    background-image: url(../images/res/gallery.webp);
    background-size: contain;
  }
  .gallery .heading {
    font-size: 44px;
  }
  .gallery .container {
    max-width: 100%;
  }
  .gallery .slick-list {
    padding-bottom: 12% !important;
  }
  .gallery .slick-arrow {
    display: none !important;
  }
  .book {
    padding-top: 0;
  }
  .book p {
    padding-top: 230px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    padding-bottom: 10px;
  }
  .book h2 {
    padding-top: 80px;
  }
  .plans {
    padding: 60px 0px;
    background-size: contain;
  }
  .plans .text-center {
    text-align: left !important;
  }
  .plans p.para {
    margin-bottom: 40px;
  }
  .plans h2.heading {
    font-size: 28px;
    line-height: 36px;
    padding-bottom: 20px;
  }
  .plans p {
    font-size: 18px;
  }
  .plans .btn-antelopes2 {
    min-width: 216px !important;
  }
  .plans .carousel-item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .plans h3.heading {
    font-size: 18px !important;
    line-height: 20px;
  }
  .location .bg {
    background-position: bottom;
  }
  .location .bg .info {
    height: auto;
    padding: 40px 15px;
  }
  .location:hover .bg {
    background-position: bottom;
  }
  .distination {
    padding: 30px 0;
  }
  .distination .row {
    flex-direction: column-reverse;
  }
  .distination .heading {
    text-align: left !important;
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 44px;
  }
  .distination .text-center {
    text-align: left !important;
  }
  .distination .text-center .btn-antelopes2 {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .distination #accordionExample {
    padding: 0;
    padding-bottom: 35px;
  }
  .distination #accordionExample .accordion-item .accordion-button {
    padding-top: 20px;
    padding-bottom: 16px;
    font-size: 18px;
  }
  .distination .map-bg {
    background-image: url(../images/res/map.webp);
    background-repeat: no-repeat;
    height: 460px;
    cursor: pointer;
  }
  .distination .map-sec iframe {
    height: 460px;
  }
  .contact {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .contact .col-md-8 {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
  }
  .contact .heading {
    font-size: 44px;
    line-height: 50px;
  }
  .contact-form {
    width: 98%;
    padding-left: 0;
  }
  .contact-form .mb-3 {
    margin-bottom: 24px !important;
  }
  .contact-form p.required {
    margin-top: 0;
  }
  .about-sec {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .about-sec img {
    display: none;
  }
  .footer .top {
    flex-wrap: wrap;
    gap: 30px;
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .footer .top .box1 img {
    max-width: 200px;
  }
  .footer .top .box1,
  .footer .top .box2,
  .footer .top .box3,
  .footer .top .box4 {
    width: 100%;
    margin-bottom: 0;
  }
  .footer .top .box1 svg {
    margin-bottom: 15px;
  }
  .footer .top .box2 {
    padding-top: 0;
  }
  .footer .top .box2 .mt-4 {
    margin-top: 25px;
  }
  .footer .top .box3 {
    padding-left: 0;
  }
  .footer .top .box3 .mt-4 {
    margin-top: 20px;
  }
  .footer .top .box3 .social {
    margin-top: 15px;
  }
  .footer .top .box4 {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .footer .bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    flex-wrap: wrap;
  }
  .footer .bottom p {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .footer .top {
    gap: 25px;
    padding-top: 30px;
  }
  .footer .bottom p {
    font-size: 12px;
  }
  .whatsapp-float {
    width: 56px;
    height: 56px;
    bottom: 20px;
    right: 20px;
  }
  .whatsapp-float svg {
    width: 32px;
    height: 32px;
  }
  .thanks .thanks-content {
    bottom: 42%;
    right: 3%;
  }
  .thanks .thanks-content .heading {
    font-size: 38px;
    line-height: 46px;
  }
  .thanks .thanks-content .heading br {
    display: block;
  }
  .thanks .thanks-content .para {
    font-size: 16px;
    text-align: right;
  }
  .thanks .logo2 {
    top: 30px;
    left: 36%;
  }
  .thanks .logo2 img {
    width: 100px;
  }
  #downloadBrochure .modal-dialog .modal-content {
    padding-left: 0;
    border-radius: 20px;
    padding-bottom: 10px;
  }
  #downloadBrochure .modal-dialog .modal-content .heading {
    margin-top: -40px;
    font-size: 32px;
    line-height: 38px;
  }
  #downloadBrochure .modal-dialog .modal-content .modal-body {
    padding-left: 0;
    padding-right: 0;
  }
  #downloadBrochure .modal-dialog .modal-content .pb-5 {
    padding-bottom: 2rem !important;
  }
  #downloadBrochure .modal-dialog .modal-content .contact-form {
    padding: 0;
  }
  #downloadBrochure .modal-dialog .modal-content .contact-form p.required {
    margin-top: -1.5rem;
  }
  #downloadBrochure .modal-dialog .modal-content .contact-form .mb-3 {
    margin-bottom: 30px !important;
  }
  #downloadBrochure .modal-dialog .modal-content .contact-form .form-control,
  #downloadBrochure .modal-dialog .modal-content .contact-form .form-select {
    height: 40px;
  }
}
@media (max-width: 375px) {
  .about h2.heading {
    font-size: 34px;
    line-height: 32px;
  }
  .about h2.heading span {
    font-size: 75%;
  }
  .about .bottom .col-md-7 .heading.secondary {
    margin-top: 195px;
  }
  .modal-body {
    padding-left: 0;
    padding-right: 0;
  }
  .about {
    background-position: 0% 320px;
  }
  .style .left-bg p {
    line-height: 28px;
  }
  .heading {
    font-size: 24px;
    line-height: 32px;
  }
  .architecture .wonder p {
    font-size: 26px;
  }
  .suites .suites-info {
    top: 450px;
  }
  .amenities #pills-tab .nav-item .nav-link {
    font-size: 18px;
    padding: 0.5rem 1rem 0.3rem 0;
  }
  .location .heading {
    font-size: 28px;
  }
  .location .heading br {
    display: none;
  }
  .distination .heading {
    line-height: 50px;
  }
  .thanks .thanks-content .heading {
    font-size: 32px;
    line-height: 38px;
  }
  .thanks .logo2 img {
    width: 81px;
  }
}
@media (max-width: 340px) {
  .banner {
    height: 110vh;
  }
  .about h2.heading {
    font-size: 28px;
    line-height: 24px;
  }
  .about .bottom .col-md-7 h2.heading.secondary.uppercase.pb-2 span,
  .style .heading,
  .heading {
    font-size: 22px;
    line-height: 28px;
  }
  .about {
    background-position: 0% 356px;
  }
  .amenities {
    padding-top: 380px;
  }
  .distination {
    padding-top: 140px;
  }
  .amenities .para {
    font-size: 14px;
  }
  .interiors .middle .content .heading {
    font-size: 36px;
    line-height: 30px;
  }
  .gallery .heading,
  .plans h2.heading,
  .distination .heading,
  .contact .heading {
    font-size: 36px;
  }
  .architecture .wonder ul li {
    font-size: 14px;
    line-height: 38px;
  }
}
.whatsapp-float {
  position: fixed;
  bottom: 80px;
  right: 3px;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
  z-index: 1000;
  transition: all 0.3s ease;
  text-decoration: none;
}
.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(37, 211, 102, 0.6);
}
.whatsapp-float:active {
  transform: scale(0.95);
}
.whatsapp-float svg {
  width: 36px;
  height: 36px;
  display: block;
}

.policy {
  padding: 120px 100px 60px;
}
@media (max-width: 768px) {
  .policy {
    padding: 80px 15px;
  }
}/*# sourceMappingURL=main.css.map */