@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700&display=swap");

@font-face {
  font-family: "CormorantGaramond";
  src: url("../fonts/CormorantGaramond-Regular.ttf");
}

@font-face {
  font-family: "CormorantGaramond_SemiBold";
  src: url("../fonts/CormorantGaramond-SemiBold.ttf");
}

@font-face {
  font-family: "KaufmannBT";
  src: url("../fonts/KaufmannBT.ttf");
}

body {
  font-family: "Lato", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
  color: #000 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "CormorantGaramond";
}

a {
  text-decoration: none !important;
}

.dark-bg {
  background: #072621;
}

.grey-bg {
  background: #f6efef;
  position: relative;
}

.video-wrapper .mob-video {
  min-height: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: 50% 0;
}

.video-wrapper .desk-video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-53%);
}

.video_fixed .video-wrapper .desk-video {
  position: relative;
}

.section-title {
  font-family: "CormorantGaramond_SemiBold";
  font-size: 48px;
  line-height: 1.2;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
}

.subhead {
  font-size: 25px;
  color: #fff;
  margin-bottom: 20px;
}

.sub-title {
  font-size: 30px;
}

.sec-padd {
  padding: 50px 0;
  background: #000;
}

.fas {
  font-weight: 900;
  filter: invert(1);
}

.sec-padd-top {
  padding-top: 100px;
}

.sec-padd-bot {
  padding-bottom: 100px;
}

.sm-padd {
  padding: 50px 0;
}

.mt-30 {
  margin-top: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.mid_txt {
  font-size: 18px;
  line-height: 1.8;
      color: #fff;
}

.img-box {
  max-width: 80%;
  margin-left: auto;
}

.head_wrap {
  position: relative;
  /* padding: 20px 0; */
  display: flex;
  align-items: center;
  justify-content: center;
}

#features {
  position: relative;
  background: url(../images/features_bg.jpg) no-repeat;
  background-position: bottom;
  width: 100%;
  height: 100%;
  background-size: cover;
  /* padding-bottom: 26rem; */
  background: #000;
}

.contactfrom_bg {
  position: relative;
  background: url(../images/map.webp) no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  background-size: cover;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

.contactfrom_bg::after {
  position: absolute;
  content: "";
  background: rgb(254 204 56 / 30%);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

.contactfrom_bg > * {
  position: relative;
  z-index: 1;
}

.contactus {
  position: relative;
  background: #f6ede4;
}

.contactus:before {
  position: absolute;
  content: "";
  /* background: url(../images/contact_bg.jpg) no-repeat; */
  background-position: left top;
  background-size: contain;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
}

.contactus::after {
  position: absolute;
  content: "";
  right: 0;
  top: -4%;
  background: url(../images/birds.png) no-repeat !important;
  background-size: contain;
  background-position: center;
  width: 200px;
  height: 106px;
}

.similar_wrapper {
  display: block;
  margin: 1.8rem 0;
  border-radius: 25px;
}

.similar_img,
.similar_wrapper {
  position: relative;
  overflow: hidden;
}

.similar_img img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: all 0.5s ease;
}

.similar_wrapper:hover .similar_img img {
  transform: scale(1.1);
  transition: all 0.5s ease;
  filter: grayscale(1);
}

.recent-content {
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.8));
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  transition: all 0.5s ease;
}

.similar_wrapper:hover .recent-content {
  transition: all 0.5s ease;
  top: 0;
  background: linear-gradient(180deg, transparent 0, #000);
}

.pro_details {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.pro_details,
.recent-details {
  position: absolute;
  bottom: 10px;
  left: 0;
}

.recent-details {
  padding: 30px 20px;
  color: #fff;
  right: 0;
  z-index: 2;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  transition: all 0.4s ease-in-out;
}

.list-custom {
  display: block;
  position: absolute;
  transform: translateY(200px);
  transition: 0.5s;
}

.similar_wrapper:hover .list-custom {
  display: block;
  transform: translateY(15px);
  transition: 0.5s;
}

.recent-title {
  font-size: 22px;
  font-weight: 600;
}

.similar_wrapper:hover .recent-details {
  transform: translateY(-150%);
  height: max-content;
}

.similar_wrapper2 img {
  height: 300px;
}

.icon_box {
  position: relative;
  padding: 10px;
  text-align: center;
  background: #f6f6f6;
  border-radius: 25px;
  min-height: 206px;
  /* padding: 1.3rem; */
}

.icon_box:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.icon_box img {
  height: 12.7vh;
  object-fit: contain;
}

.icon_wrap img {
  height: 6.7vh;
}

.icon_box:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
  border-top: 2px solid #DAB21E;
  border-left: 2px solid #DAB21E;
  opacity: 0;
  border-top-left-radius: 25px;
}

.icon_box:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
  border-bottom: 2px solid #DAB21E;
  border-right: 2px solid #DAB21E;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
  opacity: 0;
  border-bottom-right-radius: 25px;
}

.icon_box:hover:before,
.icon_box:hover:after {
  width: 30px;
  height: 30px;
  opacity: 1;
}

.icon_box:hover:before {
  border-top: 2px solid #DAB21E;
  border-left: 2px solid #DAB21E;
}

.icon_box:hover:after {
  border-bottom: 2px solid #DAB21E;
  border-right: 2px solid #DAB21E;
}

.spectitle {
  background: -webkit-linear-gradient(#DAB21E, #8d6728);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 32px;
  line-height: 40px;
}

.specsubtitle {
  text-transform: uppercase;
  color: #fff;
}

.spectitle span {
  font-size: 28px;
}

.overview_wrapper {
  max-width: 80%;
  margin: 0 auto;
}

.panipat_overview {
  z-index: 2;
  position: relative;
}

.highlight_txt {
  font-family: "KaufmannBT";
  font-size: 36px;
}

.subtitle {
  margin-top: 1rem;
  font-size: 21px;
}

.amen-wrapper .subtitle {
  color: #4e4e4e;
}

.amengal-carousel .owl-nav {
  display: flex;
  position: absolute;
  top: 50%;
  justify-content: space-between;
  width: 100%;
}

.owl-theme.amengal-carousel .owl-nav [class*="owl-"] {
  background: #DAB21E !important;
  color: #fff !important;
  border-color: #DAB21E !important;
}

.gallery-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.grey_textured {
  position: relative;
  background: #000;
}

.grey_textured::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: url(../images/graytextured.png) no-repeat !important;
  background-size: contain !important;
  background-position: center;
  width: 200px;
  height: 200px;
}

/******************Header**************/

.navbar-light .navbar-toggler.collapsed .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(196, 149, 72, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.navbar-light .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23DAB21E' width='30px' height='30px' viewBox='0 0 0.9 0.9' xmlns='http://www.w3.org/2000/svg' id='cross' class='icon glyph'%3E%3Cpath d='m0.503 0.45 0.236 -0.236a0.037 0.037 0 1 0 -0.053 -0.053L0.45 0.397l-0.236 -0.236a0.037 0.037 0 0 0 -0.053 0.053l0.236 0.236 -0.236 0.236a0.037 0.037 0 0 0 0 0.053 0.037 0.037 0 0 0 0.053 0l0.236 -0.236 0.236 0.236a0.037 0.037 0 0 0 0.053 0 0.037 0.037 0 0 0 0 -0.053Z'/%3E%3C/svg%3E") !important;
}

.navbar-light .navbar-toggler {
  color: #fff !important;
  border-color: transparent !important;
}

header {
  background: #fff;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0rem !important;
}

header .nav-link {
  font-family: "Lato", sans-serif !important;
  color: #555 !important;
  font-size: 16px;
}

header .nav-link:hover {
  color: #124353 !important;
}

.btn-close {
  color: #fff;
  filter: brightness(0) invert(1);
  opacity: 1 !important;
}

.btn-close:focus {
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25) !important;
}

.navbar-nav .dropdown-item {
  padding: 10px 12px !important;
  border-bottom: 1px solid #edf2fe;
}

.navbar-nav .dropdown-item:last-child {
  border-bottom: 0;
}

.head_phn {
  max-width: 40px !important;
}

.nav-item {
  margin-left: 13px;
}

.offcanvas {
  background-color: #03322b !important;
}

.btn-grp a {
  display: inline-block;
  margin-top: 20px;
}

.overlay {
  background: rgba(0, 0, 0, 0.7);
}

.box-wrap {
  align-items: center;
  border: 1px solid #000;
  padding: 10px;
  margin-top: 30px;
}

.icon-wrap img {
  width: 45px;
  margin-right: 13px;
}

.box-wrap > * {
  position: relative;
  z-index: 9;
}

.bg-hover {
  position: relative;
}

.bg-hover:after {
  content: "";
  position: absolute;
  left: 100%;
  bottom: 0px;
  top: 0px;
  height: 100%;
  width: 0px;
  background-color: #DAB21E;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.bg-hover:hover img {
  filter: brightness(0) invert(1);
}

.bg-hover:hover .title-wrap {
  color: #fff;
}

.bg-hover:hover:after {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.amenities-gallery {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: all 0.5s;
}

.amenities-gallery .actual {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #091b29;
  font-size: 18px;
  padding: 0px 15px 10px 10px;
  z-index: 99;
}

ul.listing {
  padding-left: 17px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}

ul.listing li {
  position: relative;
  color: #fff;
  flex: 0 0 23.33%;
  margin: 7px 15px;
  border-right: 1px solid #DAB21E;
}

ul.listing li:last-child {
  border-right: 0;
}

.navbar-brand img {
  max-width: 140px;
}

/**banner***/

.banner-title {
  font-size: 55px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
}

.banner_caption {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  padding: 6rem;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.4) 91%,
    rgba(0, 0, 0, 0) 100%
  );
}

/* .homeslider .owl-item.active .item img {
  animation: kenburns 20s linear infinite;
} */
@keyframes kenburns {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.2);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.owl-item.active .banner-title span {
  display: inline-block;
  white-space: pre;
}

.owl-item.active .banner-title .word {
  overflow: hidden;
}

.owl-item.active .banner-title .word .char {
  position: relative;
  animation: slide-up 1s cubic-bezier(0.75, 0, 0.25, 1) both;
  animation-delay: calc(1s + (0.5s * var(--word-index)));
}

@keyframes slide-up {
  from {
    transform: translateY(100%);
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.sm-txt {
  font-size: 35px;
  text-transform: capitalize;
}

.xs-txt {
  font-size: 20px;
}

.offtxt {
  margin-left: -46px;
}

.bg_patch::before {
  position: absolute;
  content: "";
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 58%,
    rgba(0, 0, 0, 1) 100%
  );
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.big-head {
  font-size: 60px;
  line-height: 1.4;
  font-weight: 600;
}

.overview-inner .paradise-img {
  margin-top: -450px;
}

.icon-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.txt {
  font-weight: 600;
  margin-bottom: 0;
}

.icon-box img {
  width: 32px;
}

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

.title-div {
  width: 50%;
  border-bottom: 3px solid #fff;
  margin: 25px 0;
}

.contact-info {
  margin-top: 60px;
}

.border-effect {
  position: relative;
  margin-bottom: 30px;
  padding: 10px 0;
}

.high-prior {
  position: relative;
  z-index: 9;
}

.over-sec .sticky-top {
  top: 72px;
}

.border-effect::before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  left: 50%;
  top: 0;
  transition-duration: 0.4s;
  background: #745c2c;
}

.border-effect::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  left: 50%;
  bottom: 0;
  transition-duration: 0.4s;
  background: #745c2c;
}

.border-effect:hover::before,
.border-effect:hover::after {
  width: 100%;
  left: 0;
}

.amenities-gallery img {
  height: 430px;
  /* transform: scale(1); */
}

.configuration-sec {
  background: url(../images/bg2.jpg) no-repeat center center/cover;
  width: 100%;
  height: 100%;
  padding: 2.7rem 0;
  /* background: #000; */
  /* background-attachment: fixed; */
}

#apartments{
  background: url(../images/bg2.jpg) no-repeat center center/cover;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.conf-wraper {
  text-align: center;
  /* background: url(../images/confbg.png), rgba(255, 255, 255, 0.8); */
  background: #fff;
  background-position: bottom;
  background-size: cover;
  padding: 1rem 0rem;
  border-radius: 25px;
  /* border: 2px solid #DAB21E; */
  margin: 0px 65px;
}

.con-wrap {
  padding: 20px 0;
  border-bottom: 1px solid #dcdedf;
}

.icon-wrap i {
  font-size: 27px;
  margin-right: 15px;
}

.conf-maintitle {
  /* font-weight: 600; */
  font-size: 40px !important;
  margin-bottom: 0;
  color: #124353;
  font-family: "Lato", sans-serif !important;
}

.con-title {
  font-size: 21px;
  text-align: center;
  color: #124353;
}

.con-subtitle {
  font-size: 18px;
}

.owl-theme .owl-nav [class*="owl-"] {
  margin: 10px 5px;
  position: relative;
  background: transparent !important;
  bottom: 0px;
  color: #124353 !important;
  font-size: 7px !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid !important;
  height: 40px;
  width: 40px;
  border-radius: 50% !important;
  outline: none !important;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #DAB21E !important;
  color: #fff !important;
  border: none !important;
}

.cont-info i {
  color: #DAB21E;
}

.cont-info {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.cont-info p:first-child {
  border-right: 1px solid #fff;
  padding-right: 10px;
  margin-right: 10px;
}

.border-top-gd {
  border-top: 5px solid #DAB21E;
}

.video-btn {
  position: absolute;
  left: 0;
  top: 50%;
}

.video-btn.center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.walktrough-wrapper::after {
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(to right, #DAB21E, rgba(255, 255, 255, 0)) 0 80%;
  border-image-slice: 5;
  border-bottom: 0;
  border-right: 0;
  position: absolute;
  content: "";
  width: 40%;
  height: 42%;
  top: 51px;
  left: 35px;
}

.video-btn::after {
  position: absolute;
}

.video-btn img {
  width: 4vw;
}

.locationimg-box img {
  border-radius: 25px;
}

/*********Animation************/
.pulseanimation {
  animation: pulse-cust 2s infinite;
}

@-webkit-keyframes pulse-cust {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(215, 146, 107, 0.5);
  }

  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(215, 146, 107, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(215, 146, 107, 0);
  }
}

@keyframes pulse-cust {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(215, 146, 107, 0.5);
  }

  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(215, 146, 107, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(215, 146, 107, 0);
  }
}

/*Up down*/
@-webkit-keyframes action {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes action {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

/* to remove slide effect  css */
.animated {
  -webkit-animation-duration: 0 ms !important;
  animation-duration: 0 ms !important;
  -webkit-animation-fill-mode: both !important;
  animation-fill-mode: both !important;
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.aos-animate .splitting .cell,
.aos-animate .splitting .cell__inner,
.aos-animate .splitting img {
  transition: transform 1s cubic-bezier(0.63, 0.01, 0.07, 0.99),
    opacity 1s linear;
  /* No animation on leave */
  transition-delay: calc(0.1s * var(--cell-index));
  /* Reverse the animation */
  transition-delay: calc(0.1s * (var(--cell-total) - var(--cell-index)));
}

.aos-animate .splitting img {
  transform: scale(0.8);
  transition-delay: 0s;
  visibility: visible;
  opacity: 0;
}

.aos-animate .splitting .cell,
.aos-animate .splitting .cell__inner {
  transition-delay: calc(0.1s * var(--cell-index));
}

.aos-animate .splitting img {
  opacity: 0.99;
  transform: scale(1);
  transition-delay: calc(0.1s * var(--cell-total));
}

.aos-animate .vert-slide .cell {
  transform: translateY(100%);
}

.aos-animate .vert-slide.\-fixed .cell__inner {
  transform: translateY(-100%);
}

.owl-item.active .splitting .cell,
.owl-item.active .splitting .cell__inner,
.owl-item.active .splitting img {
  transition: transform 1s cubic-bezier(0.63, 0.01, 0.07, 0.99),
    opacity 1s linear;
  /* No animation on leave */
  transition-delay: calc(0.1s * var(--cell-index));
  /* Reverse the animation */
  transition-delay: calc(0.1s * (var(--cell-total) - var(--cell-index)));
}

.owl-item.active .splitting img {
  transform: scale(0.8);
  transition-delay: 0s;
  visibility: visible;
  opacity: 0;
}

.owl-item.active .splitting:hover .cell,
.owl-item.active .splitting:hover .cell__inner {
  transition-delay: calc(0.1s * var(--cell-index));
}

.owl-item.active .splitting img {
  opacity: 0.99;
  transform: scale(1);
  transition-delay: calc(0.1s * var(--cell-total));
}

.owl-item.active .amentarget .cell {
  transform: translateX(-100%);
}

/**Tab***/
.nav-tabs .nav-link.active {
  border: 1px solid #DAB21E !important;
  background: #DAB21E !important;
  color: #fff !important;
}

.nav-tabs .nav-link {
  position: relative;
  border: 1px solid #DAB21E !important;
  background: transparent !important;
  color: #002b36 !important;
  border-radius: 30px !important;
  font-size: 18px;
  margin: 0 15px 15px !important;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

.nav-tabs .nav-link:hover {
  border: 1px solid #DAB21E !important;
  background: #DAB21E !important;
  color: #fff !important;
}

.tab-content > .tab-pane {
  display: block !important;
  height: 0 !important;
  overflow: hidden;
}

.tab-content > .tab-pane.active {
  display: block !important;
  height: auto !important;
}

.nav-tabs .fade:not(.show) {
  opacity: 0 !important;
}

.nav-tabs .fade.show {
  opacity: 1 !important;
}

.gallery .card-img-top {
  border-radius: 0 !important;
}

.gallery .card {
  position: relative;
  width: 100%;
  transition: all 0.5s;
  border: 0;
}

.list li {
  font-size: 21px;
  position: relative;
  margin-bottom: 12px;
  padding-left: 30px;
}

.list li::before {
  position: absolute;
  content: "";
  background: url(../images/loc-pin.gif) no-repeat;
  background-size: contain;
  background-position: center;
  width: 50px;
  height: 100%;
  left: -18px;
  top: -3px;
}

.btn-wrap a {
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
}

.btn-wrap img {
  max-width: 26px;
  margin-right: 10px;
}

.btn-wrap {
  position: absolute;
  bottom: 9%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.fixed-btn {
  display: inline-block;
  position: fixed;
  top: 50%;
  right: -8px;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform-origin: bottom right;
  z-index: 99;
}

.fixed img {
  max-width: 45px;
}

.whatsapp-wrap {
  text-align: right;
}

.fixed-btn a {
  border-radius: 0;
  margin: 0;
}

/************Button**************/

.round-btn {
  color: #fff;
  background: #DAB21E !important;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 16px;
  line-height: 26px;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  border: 1px solid #DAB21E;
  z-index: 1;
  margin: 11px;
  overflow: hidden;
  border-radius: 25px;
}

.round-mob-btn {
  color: #000;
  background: #fff !important;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 16px;
  line-height: 26px;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  border: 1px solid #DAB21E;
  z-index: 1;
  margin: 11px;
  overflow: hidden;
  border-radius: 25px;
}

.round-btn:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: #745c2c;
  transition: all 0.3s ease;
}

.nav-item .round-btn {
  font-size: 14px;
}

.round-btn:hover {
  color: #fff;
}

.round-btn:hover:after {
  left: 0;
  width: 100%;
}

.transparent-btn {
  background: transparent !important;
  color: #DAB21E;
}

.card-title {
  font-size: 25px;
  line-height: 1.4;
}

.content-wrap {
  max-width: 638px;
  margin-left: auto;
  padding-right: 80px;
}

.card-body {
  padding: 2rem !important;
}

.card-text {
  margin: 20px 0 30px;
}

.form-bg {
  /* background: url(../images/purple_patch.jpg) no-repeat; */
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}

.form-btn {
  background: #DAB21E !important;
  color: #fff;
  border: 0;
  margin-top: 20px;
  padding: 7px 40px;
  margin: auto;
  border-radius: 30px !important;
  text-transform: uppercase;
}

.form-group {
  margin-bottom: 15px;
}

.ami-overlay {
  /* width: 100%; */
  /* height: 100%; */
  background: rgb(73 73 73 / 69%);
  /* border-bottom-left-radius: 25px; */
  position: absolute;
  top: 0%;
  right: 0%;
  transition: all 1s;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  color: #fff;
  padding: 0.8rem;
  font-size: 17px;
  display: inline-block;
}

.galimg {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: all 0.5s;
  box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
  border: 0 !important;
}

.galimg:hover .ami-overlay {
  right: 0;
  transition: all 0.5s;
  cursor: url(../images/hovericon.png), auto !important;
}

.artist_txt {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(34, 34, 34, 0.6901960784);
  color: #fff;
  font-size: 13px;
  padding: 4px 7px;
  z-index: 2;
}

.modal-content form {
  position: relative;
  z-index: 99;
}

/*----------Modal Design-------*/
label.error {
  color: red;
  font-size: 12px;
  font-weight: 300;
}

.modal {
  z-index: 9999;
  background: rgba(185, 185, 185, 0.6);
}

.modal-content {
  background: #124353 !important;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 17px;
}

/* 
.modal-content::after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
} */

.modal-body {
  padding-top: 40px !important;
  padding-bottom: 30px !important;
  color: #fff;
}

.modal .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  opacity: 1;
  outline: none;
  border: none;
  z-index: 9;
  filter: brightness(0) invert(1);
}

.modal-dialog {
  margin-top: 7% !important;
  z-index: 9999 !important;
}

.modal-body p {
  font-size: 14px;
  text-align: center;
}

.modal-body h3 {
  font-family: "ogg Bold";
  margin-top: -10px;
  text-align: center;
  font-size: 25px;
}

.modal-content p {
  position: relative;
  z-index: 9999;
}

.disclaimer_text {
  height: 250px;
  overflow-y: scroll;
}

.disclaimer_text p {
  text-align: center !important;
}

.disclaimer_text::-webkit-scrollbar {
  width: 2px;
}

.disclaimer_text::-webkit-scrollbar-track {
  background: transparent;
}

.disclaimer_text::-webkit-scrollbar-thumb {
  background: #fff;
}

/*---modal form--*/

.modal-body form input:not(.form-check-input),
.modal-body form select {
  height: 40px;
  border: 1px solid #ffffff;
  width: 100%;
  background: #fff;
  margin-bottom: 0;
  padding-left: 10px;
  border-radius: 7px !important;
  color: #222222;
  border-left: none;
}

.modal-body form input::placeholder,
.modal-body form textarea::placeholder {
  color: #222222 !important;
}

.modal-body form .input-group-addon {
  background: #fff;
  color: #306e3c;
  border: 1px solid #ffffff;
  border-right: 0;
  border-radius: 7px 0 0 7px;
}

.form-ico {
  font-size: 19px !important;
}

.modal-body form textarea {
  border: none;
  resize: none;
  /*background: #e4e4e4;*/
}

.modal-body form .form-group {
  height: 40px;
  margin-bottom: 23px;
  margin-top: 0;
}

.form-control:focus {
  box-shadow: none !important;
}

.btn-center {
  display: block;
  margin: 0 auto;
}

.modal-body form .input-group {
  box-shadow: 0 5px 30px #00000014;
}

.modal-body form button {
  margin: 0 auto;
}

/*-----------Modal End --------*/

/*****************Footer*******************/
.footer {
  background-color: #000;
}

.logo-wrap img {
  /* filter: invert(1) brightness(100); */
  max-width: 180px;
}

.social-links {
  list-style: none;
  display: flex;
  padding-left: 0;
  gap: 20px;
}

.social-item i {
  color: #fff;
  font-size: 20px;
}

.social-item:hover i {
  color: #DAB21E;
}

.footer-title {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}

.footer-links {
  list-style: none;
}

.footer-links li {
  margin-bottom: 20px;
}

.footer-links li a {
  color: #fff;
  text-decoration: none;
}

.footer-links li:last-child {
  margin-bottom: 0;
}

.copyright-wrap {
  background-color: #DAB21E;
}

.five_col_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 25px;
}

#pageloader {
  background: rgba(255, 255, 255, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999999;
  top: 0;
}

#pageloader img {
  left: 50%;
  width: 100px;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
}

.error {
  color: #ff0000;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 14px;
}

.btneffect-title {
  font-size: 20px;
  display: inline-block;
  background: #fff;
  color: #DAB21E;
  padding: 10px 30px;
  font-weight: 600;
  line-height: 30px;
  position: relative;
}

.btneffect-title::after {
  position: absolute;
  content: "";
  border-top: 1px solid #fff;
  width: 100%;
  height: 100%;
  top: 24px;
  right: auto;
}

.image-wrapper {
  float: left;
  width: 50%;
  margin: 0 15px 28px 0;
}

#text {
  display: none;
}

a.readmore {
  color: #DAB21E;
}

.schools-sec .row > .col-md-6 {
  margin-bottom: 30px;
  color: #DAB21E;
}

.section-bg {
  padding: 120px 0;
  color: #fff;
  position: relative;
}

.section-bg:before {
  content: "";
  background: #DAB21E;
  position: absolute;
  bottom: 60px;
  top: 60px;
  left: 0;
  right: 0;
  transform: skewY(-3deg);
}

.institue-wrap {
  position: relative;
  z-index: 9;
}

/*************Accordian**************/

.accordion-flush .accordion-item .accordion-button {
  font-family: "ogg" !important;
}

.accordion-button:focus {
  box-shadow: 0 0 0 0 rgb(13 110 253 / 25%) !important;
}

/***************Thank you ****************/

.msgicon {
  height: 100px;
  width: 100px;
  border: 4px solid #fff;
  font-size: 39px;
  background: #DAB21E;
  color: #fff;
  border-radius: 50%;
  padding: 27px;
  text-align: center;
  margin: 0px auto;
  display: block;
  line-height: 40px;
}

.oops {
  text-align: center;
  font-size: 45px;
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-weight: 800;
}

.oops span {
  font-weight: 300;
}

.oops-subtitle {
  /*color: #fff;*/
  font-size: 18px;
  font-weight: 600;
}

.go-home {
  color: #414041;
  font-size: 19px;
  padding: 10px;
  width: 232px;
  margin: 0px auto;
  margin-top: 30px;
  border-radius: 5px;
  text-align: center;
  transition: ease 0.5s;
  font-weight: 600;
}

.go-home:hover {
  transition: ease 0.5s;
  color: #fff;
  background: #DAB21E;
  border-radius: 25px;
}

.oops-greet {
  color: #DAB21E;
  font-size: 25px;
  /*font-weight: 600;*/
  margin-bottom: 15px;
}

/**************Form***********/
#contact-form input:not(.form-check-input) {
  height: 40px;
  border: none;
  border-radius: 0;
  width: 100%;
  padding-left: 15px;
  color: #fff;
  background: #DAB21Ed9;
  border-radius: 25px;
}

#banner-form input:not(.form-check-input) {
  height: 40px;
  border: none;
  border-radius: 0;
  width: 100%;
  padding-left: 15px;
  color: #fff;
  background: #DAB21Ed9;
  border-radius: 25px;
}

.form-control:focus {
  box-shadow: 0 0 0 0 rgb(13 110 253 / 25%) !important;
}

form .form-check-input:checked {
  background-color: #DAB21E;
  border-color: #DAB21E;
}

.form-check label {
  font-weight: 400;
}

.contact-form .form-group {
  height: 40px;
  margin-bottom: 30px;
}

form .form-check {
  display: flex;
  gap: 10px;
}

label {
  color: #fff;
}

.contact-form input:not(.form-check-input) {
  height: 40px;
  border-radius: 0;
  width: 100%;
  padding-left: 8px;
}

.banner-form input:not(.form-check-input) {
  height: 40px;
  border-radius: 0;
  width: 100%;
  padding-left: 8px;
}

.form-wrapper {
  padding: 30px;
  background: #edf7ff;
}

.form-control::placeholder {
  color: #fff !important;
}

.reveal {
  visibility: hidden;
  width: 100%;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
}

.terms {
  font-size: 14px;
}

.cloudwrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.cloudwrap img {
  padding: 0 12%;
}

#overview {
  background: #000;
}

.over-secc::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0%;
  background: url(../images/birds.png) no-repeat !important;
  background-size: contain;
  background-position: center;
  width: 200px;
  height: 106px;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
    padding: 0;
  }

  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }

  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }

  .video-wrapper {
    height: 100vh;
  }
}

@media only screen and (min-width: 768px) {
  .banner-carousel .item img {
    height: auto;
  }
}

/* ============ desktop view .end// ============ */
@media only screen and (max-width: 1600px) {
  .navbar-brand img {
    max-width: 100px;
  }

  .video-wrapper .desk-video {
    transform: translateX(-50%) translateY(-68%);
  }

  .roundeff {
    width: 135px;
    height: 135px;
  }

  .spectitle span {
    font-size: 22px;
  }

  .spectitle {
    font-size: 24px;
    line-height: 26px;
  }

  .specsubtitle {
    font-size: 12px;
  }

  .mid_txt {
    font-size: 16px;
    color: #fff;
  }
}

@media only screen and (max-width: 1300px) {
  .sec-padd {
    padding: 60px 0;
  }

  .sec-padd-bot {
    padding-bottom: 60px;
  }

  body {
    font-size: 16px !important;
  }

  .content-wrap {
    max-width: 543px;
  }

  .subhead {
    font-size: 25px;
  }

  .sub-title {
    font-size: 25px;
  }

  header .nav-link {
    font-size: 13px;
  }

  .banner-title {
    font-size: 40px;
  }

  .sm-txt {
    font-size: 28px;
  }

  .list-item {
    font-size: 15px;
  }

  .contact-info p {
    font-size: 14px;
  }

  .overview-inner .paradise-img {
    margin-top: -400px;
  }

  .left-content {
    max-width: 545px;
  }

  .amenities-gallery img {
    height: 379px;
  }

  .amenities-gallery .actual {
    font-size: 14px;
  }

  .list li {
    font-size: 14px;
  }

  .map-image::after {
    height: 180px;
    margin-top: -120px;
  }

  .carousel-caption h3 {
    font-size: 35px;
  }

  .carousel-caption h4 {
    font-size: 32px;
  }

  .big-head {
    font-size: 35px;
  }

  .section-title {
    font-size: 33px;
  }

  .border-effect {
    margin-bottom: 20px;
  }

  .map-sec {
    margin-bottom: 0px;
  }

  .over-sec .sticky-top {
    top: 26px;
  }

  ul.listing li {
    flex: 0 0 26.33%;
    font-size: 12px;
  }

  .con-title {
    font-size: 16px;
  }

  .round-btn {
    padding: 3px 13px;
    font-size: 12px;
    line-height: 22px;
    margin: 5px;
  }

  .roundeff2 {
    padding: 30px;
  }

  .ami-overlay {
    font-size: 15px;
  }

  .subtitle {
    font-size: 12px;
  }

  .owl-theme .owl-nav [class*="owl-"] {
    height: 30px;
    width: 30px;
  }

  .owl-theme .owl-nav [class*="owl-"] span {
    font-size: 2em;
  }

  .grey_textured::before {
    width: 150px;
    height: 150px;
  }

  .recent-title {
    font-size: 18px;
  }

  .conf-maintitle {
    font-size: 40px;
  }

  .text {
    font-size: 13px;
  }

  .footer-links li,
  .copy-right p,
  .disclaimer_click {
    font-size: 13px;
  }
}

@media only screen and (max-width: 1200px) {
  .con-title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .sec-padd {
    padding: 40px 0;
  }

  .sec-padd-top {
    padding-top: 40px;
  }

  .sec-padd-bot {
    padding-bottom: 40px;
  }

  .section-title {
    font-size: 40px;
  }

  .mid_txt,
  .specsubtitle {
    font-size: 16px;
    line-height: 1.4;
  }

  .gallery-carousel.owl-theme .owl-nav [class*="owl-"],
  .owl-theme .owl-nav [class*="owl-"] {
    color: #000000 !important;
    font-size: 4px !important;
    height: 28px;
    width: 28px;
  }

  .gallery-carousel.owl-theme .owl-nav [class*="owl-"]:hover,
  .owl-theme .owl-nav [class*="owl-"]:hover {
    color: #fff !important;
  }

  .gallery-carousel .owl-nav {
    position: relative;
    top: auto;
    justify-content: center;
  }

  .five_col_grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .green-sec .w-75 {
    width: 100% !important;
  }

  ul.listing {
    justify-content: flex-start;
    padding-left: 0;
  }

  ul.listing li {
    flex: 0 0 39%;
    font-size: 14px;
    border-right: 0;
    border-left: 1px solid #DAB21E;
    padding-left: 5px;
  }

  ul.listing li .spectitle span {
    font-size: 27px;
  }

  .subtitle {
    font-size: 14px;
  }

  header .nav-link {
    color: #DAB21E !important;
    font-weight: 600;
  }

  header .nav-link:hover {
    color: #DAB21E !important;
  }

  #navbarNavDropdown {
    position: absolute;
    top: 55px;
    left: 0;
    z-index: 9999;
    background: #fff;
    width: 100%;
    padding: 1rem 0;
  }

  .overview-inner .paradise-img {
    margin-top: 0;
  }

  .content-wrap {
    max-width: 100%;
    margin-left: auto;
    padding-right: 0;
  }

  .section-title {
    font-size: 30px;
  }

  .sm-txt {
    font-size: 25px;
  }

  .round-btn {
    font-size: 16px;
    line-height: 26px;
  }

  .nav-item {
    padding: 0px 15px;
    border-bottom: 1px solid;
    border: 0;
    margin-left: 0;
  }

  .nav-item:last-child {
    border-bottom: 0;
  }

  .navbar-nav .dropdown-menu {
    padding: 0 !important;
    border: 0;
  }

  .page-banner {
    padding: 40px 0;
  }

  .form-wrapper {
    padding: 30px 15px;
    margin-top: 30px;
  }

  .project-content {
    padding-top: 30px;
    padding-left: 0px;
  }

  .amen-slide .item {
    margin-bottom: 60px;
  }

  .dropdown-menu {
    display: block !important;
  }

  .left-content {
    max-width: 338px;
  }

  .carousel-inner .carousel-caption {
    padding: 1rem 1.5rem !important;
  }

  .carousel-caption h3 {
    font-size: 26px;
  }

  .carousel-caption h4 {
    font-size: 23px;
  }

  .big-head {
    font-size: 29px;
  }

  .banner-title {
    font-size: 35px;
  }

  .icon_wrap img {
    max-width: 45px;
  }

  .spectitle {
    font-size: 28px;
  }

  .map-sec iframe {
    height: 300px;
  }

  .conf-wraper .text-end {
    text-align: center !important;
  }

  .terms {
    font-size: 11px;
  }
}

@media only screen and (max-width: 767px) {
  .video-btn-new {
    position: relative !important;
    display: inline-block !important;
    margin-left: 3% !important;
    /* background: #124353 !important; */
    /* color: #fff !important; */
    padding: 5px 7px !important;
    /* border-radius: 20px !important; */
    font-size: 13px !important;
  }

  .modal .modal-logo {
    position: absolute;
    top: -3.3% !important;
    left: 29.8% !important;
    background: #fff;
    border-radius: 5px;
    padding: 10px;
  }

  .footer-2 {
    padding: 30px 0;
  }

  .round-btn {
    font-size: 13px;
    line-height: 23px;
    margin: 7px;
  }

  .cont-info {
    flex-direction: column;
  }

  .roundeff2 {
    padding: 7px;
  }

  .icon_box img {
    height: 80px;
  }

  .subtitle {
    font-size: 16px;
  }

  .reverse-col {
    flex-direction: column-reverse;
  }

  .artist_txt {
    font-size: 11px;
  }

  .cloud {
    max-width: 70px;
    top: 0;
  }

  .video-btn img {
    width: 46px;
  }

  .walktrough-wrapper::after {
    top: 36px;
    left: 22px;
  }

  .image-wrapper {
    /* float: none; */
    width: 100%;
    margin: 0 0 15px 0;
  }

  .banner_caption {
    padding: 1rem;
  }

  .left-content {
    max-width: initial;
  }

  .conf-wrapper .btn_wrapper {
    margin: 8px 0;
  }

  .carousel-caption h4 {
    font-size: 18px;
  }

  .carousel-caption h3 {
    font-size: 21px;
  }

  .big-head {
    font-size: 28px;
  }

  .virtual-sec:after {
    filter: blur(1px);
  }

  .border-effect {
    margin-bottom: 0px;
  }

  .conf-content {
    max-width: 100%;
  }

  .over-sec .img-wrapper {
    overflow: hidden;
  }

  .offtxt {
    margin-left: 0;
  }

  .conf-img {
    margin: 60px 0 0 15px;
  }

  .nav-tabs .nav-link {
    font-size: 15px;
    margin: 0 7px 15px !important;
  }

  .galimg {
    margin-bottom: 20px;
  }

  .form-bg {
    margin-bottom: 40px;
  }

  .banner-title {
    font-size: 20px;
  }

  .sm-txt {
    font-size: 20px;
    text-transform: capitalize;
  }

  .carousel-inner .carousel-caption {
    top: initial;
  }

  .navbar-brand img {
    max-width: 75px;
  }

  .bg_patch::before {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 34%,
      rgba(0, 0, 0, 1) 100%
    );
  }

  .fixed-btn {
    position: fixed;
    bottom: -4px;
    width: 100%;
    z-index: 2;
    right: 0;
    top: auto;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }

  .fixed-btn a {
    border-radius: 0;
    width: 100%;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
  }

  .subhead {
    font-size: 18px;
  }

  .retreat-wait.bg_patch {
    background: url(../images/green_patch.jpg) no-repeat !important;
    padding-top: 0;
  }

  .retrat-img img {
    padding-bottom: 30px;
    height: 300px;
    object-fit: cover;
  }

  #amen_img {
    height: 300px;
    object-fit: cover;
  }

  .retreat-wait::after {
    background: transparent;
  }

  ul.listing {
    justify-content: space-around;
  }

  ul.listing li {
    flex: 0 0 44%;
    margin: 7px 9px;
  }

  .gallery-carousel .item img {
    height: 320px;
    object-fit: cover;
  }

  #amenities .amen-wrapper {
    padding: 30px 0;
  }

  .conf-wraper {
    max-width: 75%;
    margin: auto;
  }

  .conf-wraper .round-btn {
    margin: 10px 10px 0 0;
  }

  .con-title {
    font-size: 20px;
  }

  .five_col_grid {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }

  #features {
    background-position: -84px 0;
    padding-bottom: 2rem;
  }

  .grey_textured::before {
    width: 120px;
    height: 120px;
  }

  .similar_wrapper2 {
    margin-bottom: 0;
  }

  .mbmr {
    margin-top: 0;
  }

  .footer-links {
    padding-left: 0;
  }
}

@media only screen and (max-width: 576px) {
  .copyright-wrap .d-flex {
    flex-direction: column;
    text-align: center;
  }

  .copy-right {
    margin-bottom: 15px;
  }

  .btndropdown .round-btn {
    font-size: 11px;
    line-height: 20px;
    margin: 2px;
    padding: 7px 7px;
  }
}

/* New Css */

.modal .modal-logo {
  position: absolute;
  top: -7.3%;
  left: 32.8%;
  background: #fff;
  border-radius: 5px;
  padding: 10px;
}

.modal .modal-logo img {
  width: 111px;
  margin: 0px 20px;
}

.modal-body {
  margin-top: 40px;
}

#tierra-plan img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}

.pulseanimation {
  animation: pulse-cust 2s infinite;
}

@keyframes pulse-cust {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(215, 146, 107, 0.5);
  }

  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(215, 146, 107, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(215, 146, 107, 0);
  }
}

.video-btn-new {
  position: relative;
  display: inline-block;
  margin-left: 3%;
  background: transparent;
  color: #DAB21E;
  padding: 5px 10px;
  border-radius: 25px;
  font-size: 17px;
  border: 1px solid #DAB21E;
  cursor: pointer;
}

.btn-wrapper-second {
  display: flex;
  justify-content: start;
  align-items: center;
}

.video-btn-new img {
  width: 40px;
}

.faq_Section .title {
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0 0 3rem;
  color: #7d6a54;
}

.faq_Section {
  padding: 4% 3% 4%;
  overflow-x: hidden;
  background: #000;
}

.accordion-item {
  border: none !important;
  border-bottom: 1px solid #333 !important;
}

.acc_btn {
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
}

.accordion-item:first-of-type .accordion-button{
  background: #000 !important;
  color: #fff !important;
}

.accordion-button{
  background: #000 !important;
  color: #fff !important;
}

.accordion-item{
  background: #000 !important;
  color: #fff !important;
}

.acc_btn:not(.collapsed) {
  color: #333 !important;
  background-color: #fff !important;
  box-shadow: unset !important;
}

.accordion-body {
  padding: 1.5rem 1.25rem !important;
  font-size: 1.1rem !important;
  color: #fff !important;
  line-height: 1.7 !important;
}

.accordion-button:not(.collapsed){
  background: #000 !important;
  color: #fff !important;
}

.accordion-button::after{
  filter: invert(1);
}

.accordion-item {
  border: none !important;
  border-bottom: 1px solid #333 !important;
}

/* -------------gallery------------ */
.gallery {
  background-image: url(../images/bg1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* background: #000 */
}

.title {
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0 0 3rem;
  color: #7d6a54;
  /* text-transform: uppercase; */
}

section {
  padding: 4% 3% 4%;
  overflow-x: hidden;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #DAB21E !important;
  text-transform: uppercase;
  padding: 0.5rem 3rem;
}
.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: 0.25rem;
  color: #7d6a54;
  font-weight: 600;
  text-transform: uppercase;
}
.nav-pills .nav-link:hover {
  color: #DAB21E;
}

.thumbnail-image-township {
  width: 100%;
}

#home {
  padding: 0px;
}

/* ---------------------Video Banner Css------------------------------ */

.fullscreen-video-background {
  position: relative;
  width: 100%;
  z-index: -99;
  overflow: hidden;
  height: 100vh;
}

.fullscreen-video-background ._pattern-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  z-index: 2;
}

.fullscreen-video-background #_buffering-background {
  position: absolute;
  width: 100%;
  top: 0px;
  bottom: 0;
  z-index: 1;
}

.fullscreen-video-background #_buffering-background_mob {
  position: absolute;
  width: 100%;
  top: 0px;
  bottom: 0;
  z-index: 1;
}

.fullscreen-video-background #_youtube-iframe-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  top: -1%;
  position: absolute;
  height: 100%;
}

.fullscreen-video-background #_youtube-iframe-wrapper #_youtube-iframe {
  position: absolute;
  pointer-events: none;
  margin: 0px auto;
  height: 300vh;
  width: 100%;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

hr{
  background-color: #DAB21E !important;
  margin: 0  !important;
  padding: 0.10rem 0 !important;
  opacity: 0.6 !important;

}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .fullscreen-video-background #_youtube-iframe-wrapper {
    top: 8%;
  }
  .fullscreen-video-background {
    height: 50vh;
  }
}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
  .fullscreen-video-background #_youtube-iframe-wrapper {
    top: 8%;
  }
  .fullscreen-video-background {
    height: 50vh;
  }
}

/* --- */

.desktopVideo {
  display: block;
}

.mobileVideo {
  display: none;
}


.ban-form {
  background-color: #fff;
  padding: 3rem 2rem;
  box-shadow: rgb(0 0 0 / 62%) 0px 10px 50px;
  border-radius: 16px;
}


@media only screen and (max-width: 767px) {
  .desktopVideo {
    display: none !important;
  }

  .mobileVideo {
    display: block !important;
  }

  .ban-form {
    box-shadow: rgb(0 0 0 / 62%) 0px 5px 30px;
    margin: 0px 10px 55px;
  }

  .modal .modal-logo img {
    width: 80px;
    margin: 0px 20px;
  }
}

.fullscreen-video-background #_youtube-iframe-wrapper_mob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  top: -1%;
  position: absolute;
  height: 100%;
}

.fullscreen-video-background #_youtube-iframe-wrapper_mob #_youtube-iframe_mob {
  position: absolute;
  pointer-events: none;
  margin: 0px auto;
  height: 300vh;
  width: 100%;
}

.floor_click{
  filter: blur(2px);
}

#overview .section-title{
  font-size: 28px !important;
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .fullscreen-video-background #_youtube-iframe-wrapper_mob {
    top: 8%;
  }
  .fullscreen-video-background {
    height: 50vh;
  }
}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
  .fullscreen-video-background #_youtube-iframe-wrapper_mob {
    top: 8%;
  }
  .fullscreen-video-background {
    height: 50vh;
  }
}
/* -------------------------------------------------------------------- */


.roundeff2 {
  padding: 30px 0px 0px 0px;
}

@keyframes slides {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 30px 0px;
  white-space: nowrap;
  position: relative;
}

.logos:before, .logos:after {
  position: absolute;
  top: 0;
  content: '';
  width: 250px;
  height: 100%;
  z-index: 2;
}

.logos:before {
  left: 0;
  /* background: linear-gradient(to left, rgba(255,255,255,0), rgb(255, 255, 255)); */
}

.logos:after {
  right: 0;
  /* background: linear-gradient(to right, rgba(255,255,255,0), rgb(255, 255, 255)); */
}

.logo_items {
  display: inline-block;
  animation: 35s slides infinite linear;
}

.logos:hover .logo_items {
  animation-play-state: paused;
}

.logo_items img{
  margin: 30px;
  width: 150px;
  height: 100px;
}
