@font-face {
  font-family: "GT-Ultra";
  src: url("/assets/fonts/GT-Ultra-Fine-Thin-Trial.otf") format("opentype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Abc-Fvorite";
  src: url("/assets/fonts/ABCFavorit-Regular-Trial.woff2") format("woff2"), url("/assets/fonts/ABCFavorit-Regular-Trial.woff") format("woff"), url("/assets/fonts/ABCFavorit-Regular-Trial.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Abc-Fvorite";
  src: url("/assets/fonts/ABCFavorit-Light-Trial.woff2") format("woff2"), url("/assets/fonts/ABCFavorit-Light-Trial.woff") format("woff"), url("/assets/fonts/ABCFavorit-Light-Trial.otf") format("opentype");
  font-style: normal;
  font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "GT-Ultra";
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Abc-Fvorite";
  overflow-x: hidden;
  background: #F8E9D4;
  font-weight: 300;
  scroll-behavior: smooth;
}

.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: #F8E9D4;
}

::-webkit-scrollbar-thumb {
  background: #823C47;
  border: solid 1px #F8E9D4;
  border-radius: 5px;
}

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

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

.heading {
  font-size: 72px;
  line-height: 80px;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 400;
}
.heading.primary {
  color: #F8E9D4;
}
.heading.secondary {
  color: #823C47;
}
.heading.white {
  color: #ffffff;
}

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

p.label {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #823C47;
  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;
  border: 1px solid #F8E9D4;
  font-size: 16px;
  font-weight: 500;
  color: #F8E9D4;
  background: #823C47;
  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);
}
.btn-antelopes img {
  margin-left: 8px;
  transition: transform 0.3s ease-in-out;
  display: inline-block;
}
.btn-antelopes:hover {
  color: #F8E9D4;
}
.btn-antelopes:hover img {
  transform: translateX(5px);
}

.btn-antelopes1 {
  padding: 12px 28px;
  border-radius: 30px;
  border: 1px solid #823C47;
  font-size: 16px;
  font-weight: 500;
  color: #823C47;
  background: #F8E9D4;
  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);
}
.btn-antelopes1 img {
  margin-left: 8px;
  transition: transform 0.3s ease-in-out;
  display: inline-block;
}
.btn-antelopes1:hover {
  color: #823C47;
}
.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: #F8E9D4;
  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);
}
.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;
}

.desktop-header {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  position: relative;
  transition: visibility 1s ease;
  visibility: hidden;
}
.desktop-header.sticky ul {
  position: fixed;
  top: 0;
  width: 100%;
  transition: all 0.3s ease;
}
.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: #F8E9D4;
  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: #040100;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 340;
}

.banner {
  display: flex;
  background-image: url(/assets/images/banner.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
}
.banner .left {
  width: 20%;
  background: #F8E9D4;
  transition: width 1s ease-in-out;
}
.banner .middle {
  width: 60%;
  transition: width 0.5s ease;
  position: relative;
}
.banner .middle .heading {
  font-size: 64px;
  line-height: 70px;
  font-weight: 600;
  font-feature-settings: "liga" off, "clig" off;
  -webkit-text-stroke-color: #FBE8D1;
  -webkit-text-stroke-width: 1;
  -webkit-text-stroke-color: color(display-p3 0.9725 0.9137 0.8314);
}
.banner .middle .logo {
  text-align: center;
}
.banner .middle .logo img {
  width: 170px;
  transition: visibility 1s ease;
  padding-top: 6px;
}
.banner .middle .content {
  text-align: center;
  padding-top: 23vh;
}
.banner .middle .content .para {
  padding-top: 10px;
  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: #F8E9D4;
  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: 20%;
  background: #F8E9D4;
  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: #823C47;
}
.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 {
  width: 100%;
}
.banner.full-banner .middle .logo img {
  visibility: hidden;
}

.about {
  position: relative;
  background-image: url(/assets/images/about-wave1.svg);
  background-size: cover;
  background-position: center -40px;
  transition: background 0.5s ease-in-out;
  min-height: 100vh;
}
.about .row {
  padding-top: 110px;
}
.about h2.heading {
  text-transform: unset;
  line-height: 60px;
  font-size: 90px;
  letter-spacing: 1px;
}
.about h2.heading.lheight {
  line-height: 50px;
}
.about h2.heading span {
  font-size: 50%;
}
.about .bottom {
  padding-top: 380px;
  margin-bottom: 30px;
}
.about .bottom ul {
  list-style-type: none;
  padding-left: 0;
}
.about .bottom ul li {
  font-weight: 500;
  line-height: 40px;
}
.about .bottom .heading span {
  line-height: 30px;
}
.about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/assets/images/about-wave2.svg);
  background-size: cover;
  background-position: center center;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  z-index: 0;
}
.about:hover::before {
  opacity: 1;
}
.about * {
  position: relative;
  z-index: 1;
}

.style {
  padding-top: 70px;
}
.style .left-bg {
  background-image: url(/assets/images/bg-sec.webp);
  background-size: cover;
  background-position: center;
  padding: 80px 120px;
  display: flex;
  align-items: center;
}
.style .left-bg p {
  line-height: 35px;
}
.style .style-images {
  padding-right: 0;
}
.style .s-item {
  overflow: hidden;
  height: 100%;
}
.style .s-item img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
}
.style .s-item:hover img {
  transform: scale(1.1);
}
.style .top {
  display: flex;
  gap: 10px;
}
.style .top .top-right {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.style .bottom {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.architecture {
  padding-top: 100px;
  padding-bottom: 0px;
  min-height: 100vh;
}
.architecture .col-md-8 {
  width: 70%;
}
.architecture .col-md-4 {
  width: 30%;
}
.architecture .wonder {
  padding-top: 28%;
}
.architecture .wonder p {
  color: #823C47;
  font-weight: 400;
  font-size: 32px;
}
.architecture .wonder ul {
  list-style-type: none;
  padding-left: 0;
}
.architecture .wonder ul li {
  color: #823C47;
  line-height: 56px;
  font-weight: 400;
}
.architecture .creative {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  height: 100vh;
  margin-left: -100px;
}
.architecture .creative img {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.architecture .creative .art1 {
  margin-bottom: -111px;
  z-index: 4;
  position: relative;
}
.architecture .creative .art2 {
  margin-bottom: -172px;
  z-index: 3;
  position: relative;
}
.architecture .creative .art3 {
  position: relative;
}
.architecture .creative .art3 img {
  margin-left: -44px;
  margin-bottom: -35px;
  z-index: 2;
}
.architecture .creative .art4 {
  margin-top: -180px;
  z-index: 1;
  position: relative;
}
.architecture .creative:hover .art1 img {
  transform: translateY(-190px);
}
.architecture .creative:hover .art2 img {
  transform: translateY(-120px);
}
.architecture .creative:hover .art3 img {
  transform: translateY(-10px);
}
.architecture .creative:hover .art4 img {
  transform: translateY(70px);
}
.architecture .creative:hover .art-label {
  opacity: 1;
  visibility: visible;
}
.architecture .creative .art-label {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.architecture .creative .art-label p {
  font-size: 14px;
  color: #823C47;
  text-align: left;
}
.architecture .creative .art-label.art-label-1 {
  top: 10px;
  right: -40px;
}
.architecture .creative .art-label.art-label-1 p:before {
  content: url(/assets/images/art-line-1.png);
  position: absolute;
  left: -70px;
  top: 10px;
}
.architecture .creative .art-label.art-label-2 {
  top: -60px;
  right: -20px;
}
.architecture .creative .art-label.art-label-2 p:before {
  content: url(/assets/images/art-line-2.png);
  position: absolute;
  left: -120px;
  top: 10px;
}
.architecture .creative .art-label.art-label-3 {
  top: 130px;
  left: -120px;
}
.architecture .creative .art-label.art-label-3 p:before {
  content: url(/assets/images/art-line-1.png);
  position: absolute;
  right: -70px;
  top: 24px;
}
.architecture .creative .art-label.art-label-4 {
  bottom: -160px;
  transform: translate(50%);
}

.suites {
  position: relative;
  padding-top: 60px;
}
.suites .slick-slider {
  margin: 0 -6px;
}
.suites .slick-slide {
  margin-right: 6px;
  margin-left: 6px;
}
.suites .suites-info {
  background: #F8E9D4;
  width: 730px;
  padding: 40px;
  position: absolute;
  left: 50%;
  bottom: -20%;
  transform: translate(-50%, -50%);
}

.amenities {
  padding-top: 120px;
  padding-bottom: 120px;
}
.amenities .heading {
  font-size: 90px;
  line-height: 100px;
}
.amenities #pills-tab {
  padding-top: 90px;
  border-bottom: 1px solid #823C47;
}
.amenities #pills-tab .nav-item .nav-link {
  color: #CFB694;
  padding: 0.5rem 4rem 0.3rem 0;
  font-size: 36px;
}
.amenities #pills-tab .nav-item .nav-link.active {
  background: none;
  color: #823C47;
}
.amenities .tab-content {
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
}
.amenities .para {
  font-weight: 400;
}
.amenities .clubhouse {
  padding-top: 30px;
}
.amenities .clubhouse .head {
  border-bottom: 1px solid #823C47;
  font-size: 28px;
  color: #823C47;
}
.amenities .clubhouse .head span {
  color: #CFB694;
  padding-left: 16px;
}
.amenities .clubhouse .amenities-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.amenities .clubhouse .amenities-list .para {
  width: 20%;
  padding-bottom: 2rem;
  font-weight: 400;
}

.interiors {
  display: flex;
  min-height: 100vh;
  background-image: url(/assets/images/lifestyle.webp);
  background-size: cover;
  background-position: center;
}
.interiors p.label {
  color: #F8E9D4;
}
.interiors .heading {
  font-size: 90px;
  line-height: 62px;
  padding-top: 24px;
  padding-bottom: 20px;
}
.interiors .heading span {
  font-size: 70%;
}
.interiors .left {
  width: 40%;
  position: relative;
}
.interiors .left .bg-left {
  position: absolute;
  top: 0;
  left: -100%;
  background-image: url(/assets/images/luxury-left.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  transition: left 0.5s ease-in-out, opacity 0.5s ease-in-out;
  opacity: 0;
}
.interiors .middle {
  width: 40%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  transition: width 0.5s ease;
}
.interiors .middle .content {
  width: 550px;
  margin: 0 auto;
}
.interiors .right {
  width: 20%;
  position: relative;
}
.interiors .right .bg-right {
  position: absolute;
  top: 0;
  right: -100%;
  background-image: url(/assets/images/luxury-right.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  transition: right 0.5s ease-in-out, opacity 0.5s ease-in-out;
  opacity: 0;
}
.interiors:hover .left .bg-left {
  left: 0;
  opacity: 1;
}
.interiors:hover .middle {
  width: 40%;
}
.interiors:hover .right .bg-right {
  right: 0;
  opacity: 1;
}

.gallery {
  padding-top: 80px;
  padding-bottom: 120px;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.gallery::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/assets/images/gallery/gallery-bg.webp);
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: -1;
}
.gallery:hover::before {
  opacity: 1;
}
.gallery .heading {
  color: #61624D;
  margin-bottom: 40px;
  font-size: 96px;
}
.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: rgba(97, 98, 77, 0.5176470588);
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin: 0 8px;
}
.gallery .slick-dots li.slick-active {
  background-color: #61624D;
  width: 13px;
  height: 13px;
}
.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: 40%;
}
.gallery .slick-arrow.next {
  position: absolute;
  bottom: -22px;
  right: 40%;
}

.plans {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #61624D;
  background-image: url(/assets/images/plans/floorplans.png);
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}
.plans h2.heading {
  text-align: right;
  padding-bottom: 100px;
  font-size: 96px;
}
.plans h3.heading {
  color: #61624D;
  font-size: 48px;
  line-height: 54px;
  letter-spacing: 2px;
  padding-top: 20px;
}
.plans p.subhead {
  font-size: 26px;
  margin: 0;
  letter-spacing: 2px;
}
.plans p {
  color: #61624D;
  font-size: 20px;
  margin-top: 12px;
  font-weight: 400;
}
.plans .plan-item {
  margin-bottom: 10px;
  background: #F8E9D4;
  border-radius: 40px;
  overflow: hidden;
  padding: 26px 10px;
  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-bottom: 30px;
  margin-left: -15px;
  margin-right: -15px;
}
.location .bg {
  background-image: url(/assets/images/location-bg.webp);
  background-size: contain;
  background-position: 135% top;
  background-repeat: no-repeat;
  height: 100vh;
  transition: background-position 1s ease-in-out;
}
.location .bg .info {
  background: #F8E9D4;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 120px;
  padding-right: 120px;
}
.location .bg .info .heading {
  color: #61624D;
}
.location .bg .info p {
  color: #61624D;
}
.location:hover .bg {
  background-position: 100% top;
}

.distination {
  padding-bottom: 80px;
}
.distination .map-bg {
  background-image: url(/assets/images/map-bg.webp);
  background-size: 100%;
  background-position: center;
  position: relative;
  height: 1050px;
  background-repeat: no-repeat;
}
.distination .map-bg .zoom {
  position: absolute;
  bottom: 15px;
  left: 15px;
  cursor: pointer;
  transition: transform 0.1s ease;
}
.distination .map-bg .zoom:hover {
  transform: scale(1.1);
}
.distination .heading {
  color: #61624D;
  text-align: right;
  padding-top: 40px;
  padding-bottom: 20px;
}
.distination .btn-antelopes2 {
  margin-left: 50px;
}
.distination #accordionExample {
  padding-left: 70px;
  padding-top: 50px;
  padding-bottom: 60px;
}
.distination .accordion-collapse {
  transition: height 0.5s ease, opacity 0.5s ease;
}
.distination .accordion-body {
  transition: opacity 0.5s ease;
}
.distination .accordion-item {
  background-color: #FBE8D1;
  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: #FBE8D1;
  color: #61624B;
  text-transform: uppercase;
  font-size: 24px;
  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(/assets/images/accarrow.png);
}
.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: #61624B;
  margin-bottom: 8px;
}

.contact {
  background-image: url(/assets/images/form-bg.webp);
  background-size: cover;
  background-position: center;
  padding-top: 90px;
  padding-bottom: 90px;
}
.contact .heading {
  color: #F8F2EF;
  margin-bottom: 10px;
  font-size: 96px;
  line-height: 106px;
}
.contact p.label {
  color: #F8E9D4;
}

.contact-form {
  width: 100%;
  padding-left: 140px;
}
.contact-form label {
  font-size: 16px;
  text-transform: uppercase;
  color: #F8E9D4;
  margin-bottom: 0;
}
.contact-form .mb-3 {
  margin-bottom: 50px !important;
}
.contact-form p.required {
  color: #F8E9D4;
  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 #F8E9D4;
  color: #F8E9D4;
  height: 60px;
  padding-left: 0;
  font-size: 18px;
}
.contact-form .form-select {
  color: #F8E9D4;
  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;
}

.policy {
  background-color: #F8E9D4;
  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 .top {
  padding-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  display: flex;
}
.footer .top a {
  color: #040100;
  text-decoration: none;
}
.footer .top p.label {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #61624D;
}
.footer .top p,
.footer .top ul li {
  font-size: 14px;
  color: #050100;
}
.footer .top ul li {
  padding-bottom: 5px;
}
.footer .top .box2 p.para {
  line-height: 26px;
}
.footer .top .box2 .social {
  display: flex;
  gap: 12px;
  margin-top: 10px;
}
.footer .top .box3 a {
  text-decoration: none;
}
.footer .top .box3 div {
  margin-bottom: 20px;
}
.footer .top .box1 {
  width: 33.33%;
}
.footer .top .box2 {
  width: 33.33%;
}
.footer .top .box3 {
  width: 33.33%;
}
.footer .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
}
.footer .bottom p {
  font-size: 14px;
}
.footer .bottom p a {
  color: #040100;
}
.footer .bottom p img {
  width: 30px;
}
.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: #F8E9D4;
}

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

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

#downloadBrochure .modal-dialog {
  max-width: 1450px;
  width: 90%;
  margin: 0 auto;
}
#downloadBrochure .modal-dialog .modal-content {
  background-image: url(/assets/images/form-bg.webp);
  background-size: cover;
  background-position: center;
  padding-left: 80px;
  padding-bottom: 30px;
}
#downloadBrochure .modal-dialog .modal-content .heading {
  color: #F8E9D4;
}
#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;
}
.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;
}
.thanks .logo1 {
  padding-left: 120px;
  padding-top: 100px;
}
.thanks .logo2 {
  left: 120px;
  top: 100px;
  z-index: 100;
  position: absolute;
  display: none;
}
.thanks .bg-top,
.thanks .bg-bottom {
  position: absolute;
  width: 100%;
  animation-duration: 2s;
  /* Duration of the animation */
  animation-timing-function: ease-out;
  /* Smooth animation */
  animation-fill-mode: forwards;
  /* Keeps the end state */
}
.thanks .bg-top {
  top: -100%;
  /* Start above the view */
  animation-name: slideDown;
  /* Animation name */
}
.thanks .bg-bottom {
  bottom: -100%;
  /* Start below the view */
  animation-name: slideUp;
  /* Animation name */
}
@keyframes slideDown {
  from {
    top: -100%;
    /* Starting position */
  }
  to {
    top: -5%;
    /* End position */
  }
}
@keyframes slideUp {
  from {
    bottom: -100%;
    /* Starting position */
  }
  to {
    bottom: -5%;
    /* End position */
  }
}

#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 =======*/
/* Loader video styling */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(/assets/images/loader/loader-bg.webp);
  /* Animation: Reveal letters */
}
#loader .letters {
  position: relative;
  width: 100%;
  height: 100vh;
  /* Full-screen height */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  /* Allows wrapping of items */
}
#loader .letters img {
  position: absolute;
  opacity: 0;
  /* Hidden initially */
  transform: scale(0.5);
  /* Smaller size initially */
  transition: all 1s ease-in-out;
  /* Smooth transition for animation */
  /* Position each letter dynamically */
}
#loader .letters img.a {
  top: 8%;
  left: 10%;
}
#loader .letters img.n {
  top: 20%;
  left: 35%;
}
#loader .letters img.t {
  top: 10%;
  left: 60%;
}
#loader .letters img.e {
  top: 40%;
  left: 80%;
}
#loader .letters img.l {
  bottom: 8%;
  left: 10%;
}
#loader .letters img.o {
  bottom: 20%;
  left: 33%;
}
#loader .letters img.p {
  bottom: 32%;
  left: 60%;
}
#loader .letters img.e1 {
  bottom: 5%;
  right: 20%;
}
#loader .letters img.s {
  bottom: 10%;
  right: 5%;
}
#loader .letters img.animate {
  opacity: 1;
  /* Fully visible */
  transform: scale(1);
  /* Original size */
}

.main-wrapper {
  visibility: none;
}

@media (max-width: 1680px) and (min-width: 1440px) {
  .heading {
    font-size: 64px;
    line-height: 74px;
  }
  .location .bg .info {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 1440px) and (min-width: 1366px) {
  .banner .middle .heading {
    font-size: 60px;
    line-height: 68px;
  }
  .about h2.heading {
    font-size: 70px;
  }
  .about .bottom {
    padding-top: 300px;
  }
  .heading {
    font-size: 50px;
    line-height: 60px;
  }
  .para {
    font-size: 16px;
    line-height: 24px;
  }
  .style .left-bg {
    padding: 30px 60px;
  }
  .amenities .heading,
  .contact .heading,
  .plans h2.heading,
  .gallery .heading {
    font-size: 60px;
    line-height: 70px;
  }
  .interiors .middle .content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .interiors .heading {
    font-size: 60px;
    line-height: 44px;
  }
  .plans h3.heading {
    font-size: 40px;
    line-height: 44px;
  }
  .location br {
    display: none;
  }
  .location .bg .info {
    padding-left: 60px;
    padding-right: 60px;
  }
  .architecture .creative .art-label.art-label-1 {
    top: 10px;
    right: -25px;
  }
  .architecture .creative .art-label.art-label-2 {
    top: -60px;
    right: -40px;
  }
  .architecture .creative .art-label.art-label-3 {
    top: 130px;
    left: -135px;
  }
}
@media (max-width: 1366px) and (min-width: 1280px) {
  .banner .middle .heading {
    font-size: 50px;
    line-height: 60px;
  }
  .about h2.heading {
    font-size: 50px;
    line-height: 40px;
  }
  .about h2.heading.lheight {
    line-height: 36px;
  }
  .heading {
    font-size: 40px;
    line-height: 50px;
  }
  .para {
    font-size: 16px;
    line-height: 24px;
  }
  .style .left-bg {
    padding: 30px 60px;
  }
  .style .left-bg p {
    line-height: 30px;
  }
  .style .py-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .amenities .heading,
  .contact .heading,
  .plans h2.heading,
  .gallery .heading {
    font-size: 50px;
    line-height: 60px;
  }
  .interiors .heading {
    font-size: 50px;
    line-height: 44px;
  }
  .plans h3.heading {
    font-size: 30px;
    line-height: 38px;
  }
  .location br {
    display: none;
  }
  .location .bg .info {
    padding-left: 60px;
    padding-right: 60px;
  }
  #loader .letters img {
    width: 60px;
  }
  .architecture .creative .art-label.art-label-1 {
    top: -15px;
    right: -90px;
  }
  .architecture .creative .art-label.art-label-2 {
    top: -60px;
    right: -90px;
  }
  .architecture .creative .art-label.art-label-3 {
    top: 130px;
    left: -180px;
  }
}
@media (max-width: 1280px) and (min-width: 768px) {
  .banner .middle .discover {
    display: none;
  }
  .banner .middle .heading {
    font-size: 40px;
    line-height: 50px;
  }
  .about h2.heading {
    font-size: 40px;
    line-height: 40px;
  }
  .about h2.heading span {
    font-size: 70%;
  }
  .heading {
    font-size: 30px;
    line-height: 40px;
  }
  .para {
    font-size: 16px;
    line-height: 24px;
  }
  .style .left-bg {
    padding: 15px 15px;
  }
  .style .left-bg p {
    line-height: 26px;
  }
  .style .py-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .amenities .heading,
  .contact .heading,
  .plans h2.heading,
  .gallery .heading {
    font-size: 40px;
    line-height: 50px;
  }
  .interiors .heading {
    font-size: 40px;
    line-height: 34px;
  }
  .plans h3.heading {
    font-size: 24px;
    line-height: 30px;
  }
  .location br {
    display: none;
  }
  .location .bg .info {
    padding-left: 15px;
    padding-right: 15px;
  }
  .interiors .middle .content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .amenities #pills-tab .nav-item .nav-link {
    padding: 0.5rem 2rem 0.3rem 0;
    font-size: 26px;
  }
  .amenities .clubhouse .amenities-list .para {
    width: 25%;
  }
  #loader .letters img {
    width: 50px;
  }
  .architecture .wonder {
    padding-top: 14%;
  }
  .architecture .wonder ul li {
    line-height: 40px;
  }
  .architecture .creative .art-label.art-label-1 {
    top: -15px;
    right: -75px;
  }
  .architecture .creative .art-label.art-label-2 {
    top: -60px;
    right: -70px;
  }
  .architecture .creative .art-label.art-label-3 {
    top: 130px;
    left: -180px;
  }
  .architecture .creative:hover .img-fluid {
    max-width: 80%;
  }
  .architecture .creative:hover .art2 {
    margin-bottom: -230px;
  }
  .architecture .creative:hover .art3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) and (min-width: 1000px) {
  .banner .middle .discover {
    display: none;
  }
  .architecture .creative .art-label.art-label-1 {
    top: -30px;
    right: -45px;
  }
  .architecture .creative .art-label.art-label-2 {
    top: -60px;
    right: -30px;
  }
  .architecture .creative .art-label.art-label-3 {
    top: 130px;
    left: -200px;
  }
}
@media (max-width: 768px) {
  .heading {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 1px;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .para {
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
  }
  .banner {
    height: 100vh;
    background-image: url(/assets/images/res/banner.webp);
  }
  .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: 33vh;
    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;
  }
  .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: #F8E9D4;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 10px;
    z-index: 11;
  }
  .about {
    background-image: url(/assets/images/res/about.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0% 300px;
    padding-bottom: 60px;
  }
  .about:hover {
    background-image: url(/assets/images/res/about.png);
  }
  .about::before {
    display: none;
  }
  .about .row {
    padding-top: 70px;
  }
  .about h2.heading {
    font-size: 40px;
    line-height: 34px;
  }
  .about h2.heading span {
    font-size: 64%;
  }
  .about h2.heading.lheight {
    line-height: 34px;
  }
  .about .col-md-5 {
    padding-bottom: 50px;
  }
  .about .bottom .col-md-7 .heading.secondary {
    margin-top: 270px;
  }
  .about .bottom .col-md-7 h2.heading.secondary.uppercase.pb-2 span {
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 2px;
  }
  .style {
    padding-top: 0;
    padding-bottom: 0;
  }
  .style .left-bg {
    padding: 60px 15px;
  }
  .style .left-bg p {
    line-height: 30px;
  }
  .style .style-images {
    padding-left: 0;
  }
  .style .py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .style .heading {
    font-size: 28px;
    letter-spacing: 2px;
    line-height: 36px;
  }
  .style .heading br {
    display: none;
  }
  .architecture {
    padding-top: 79px;
    padding-bottom: 0px;
  }
  .architecture .col-md-8,
  .architecture .col-md-4 {
    width: 100%;
  }
  .architecture .wonder {
    padding-top: 10%;
  }
  .architecture .wonder ul li {
    line-height: 44px;
  }
  .suites {
    height: 100vh;
    padding-top: 40px;
  }
  .suites .suites-info {
    left: 0;
    top: 500px;
    transform: unset;
    width: auto;
    padding: 15px;
    box-shadow: none;
  }
  .suites .mb-5 {
    margin-bottom: 2rem !important;
  }
  .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(/assets/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(/assets/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: 80px;
    padding-bottom: 80px;
  }
  .gallery:before {
    background-image: url(/assets/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;
  }
  .plans {
    padding: 60px 0px;
    background-size: contain;
  }
  .plans h2.heading {
    font-size: 44px;
    line-height: 60px;
    text-align: center;
    padding-bottom: 20px;
  }
  .plans h3.heading {
    font-size: 30px;
    padding-top: 0;
  }
  .plans p {
    font-size: 18px;
  }
  .plans .btn-antelopes2 {
    min-width: 216px !important;
  }
  .plans .carousel-item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .plans .carousel-control-next-icon {
    background-image: url(/assets/images/res/next.png);
    margin-right: -30px;
  }
  .plans .carousel-control-prev-icon {
    background-image: url(/assets/images/res/prev.png);
    margin-left: -30px;
  }
  .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;
  }
  .distination #accordionExample .accordion-item .accordion-button {
    padding-top: 20px;
    padding-bottom: 16px;
    font-size: 18px;
  }
  .distination .map-bg {
    background-image: url(/assets/images/res/map.webp);
    background-repeat: no-repeat;
    height: 460px;
    cursor: pointer;
  }
  .contact {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .contact .heading {
    font-size: 44px;
    line-height: 50px;
  }
  .contact-form {
    width: 98%;
    padding-left: 0;
  }
  .footer {
    position: relative;
  }
  .footer .top {
    flex-wrap: wrap;
    background-image: url(/assets/images/amber-bg.webp);
    background-size: cover;
    background-position: center;
    padding-bottom: 15px;
    position: relative;
  }
  .footer .top .box4 {
    display: none;
  }
  .footer .top .box2 .social {
    position: absolute;
    bottom: 40px;
    left: 15px;
  }
  .footer .top .box1,
  .footer .top .box2,
  .footer .top .box3,
  .footer .top .box4 {
    width: 100%;
  }
  .footer .top .box2 {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .footer .top .box3 {
    padding-left: 0;
  }
  .footer .top .box3 div {
    margin-bottom: 15px;
  }
  .footer .top .box4 {
    padding-left: 0;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .footer .bottom {
    flex-wrap: wrap;
  }
  .footer .bottom .box1 {
    width: 100%;
  }
  .footer .bottom .box4 {
    width: 100%;
  }
  .footer .bottom a {
    color: #7d7d7d;
  }
  .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;
  }
  #loader {
    background-image: url(/assets/images/res/Loading.png);
    background-position: left center;
  }
  #loader .letters {
    height: 400px;
    margin-top: -60px;
  }
  #loader .letters img {
    width: 24px;
    margin-bottom: -50px;
    margin-top: 10px;
  }
  #loader .letters img.a {
    top: 25%;
    left: 5%;
  }
  #loader .letters img.n {
    top: 32%;
    left: 25%;
  }
  #loader .letters img.t {
    top: 30%;
    left: 53%;
  }
  #loader .letters img.e {
    top: 45%;
    left: 66%;
  }
  #loader .letters img.l {
    bottom: 25%;
    left: 5%;
  }
  #loader .letters img.o {
    bottom: 30%;
    left: 27%;
  }
  #loader .letters img.p {
    bottom: 33%;
    left: 50%;
  }
  #loader .letters img.e1 {
    bottom: 25%;
    right: 20%;
  }
  #loader .letters img.s {
    bottom: 40%;
    right: 8%;
  }
}
@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;
  }
}/*# sourceMappingURL=main.css.map */