@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;
}
*{
  margin: 0;padding: 0;
  box-sizing: border-box;
}

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: 40px;
  line-height: 1.2;
  color: #124353;
  font-weight: 600;
  letter-spacing: 1px;
}

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

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

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

.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;
}
.img-box {
  /* max-width: 80%; */
  margin-left: auto;
  max-width: 100%;
}
.head_wrap {
  position: relative;
  /* padding: 20px 0; */
  display: flex;
  align-items: center;
  justify-content: center;
}
#features {
  position: relative;
  /* background: url(../images/apartment-features.webp) no-repeat; */
  background-position: center left;
  width: 100%;
  height: 100%;
  background-size: cover;
  /* padding-bottom: 26rem; */
  /* padding: unset !important; */
}
.contactfrom_bg {
  position: relative;
  background: url(../images/footer-bg.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(0 0 0 / 56%);
  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.webp) no-repeat;
  background-position: left top;
  background-size: contain;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.contactus::after {
  position: absolute;
  content: "";
  right: 0;
  top: -4%;
  background: url(../images/birds.webp) 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: 0;
  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;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
}
.icon_box:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.icon_box img {
  height: 8.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 #bba285;
  border-left: 2px solid #bba285;
  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 #bba285;
  border-right: 2px solid #bba285;
  -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 #bba285;
  border-left: 2px solid #bba285;
}
.icon_box:hover:after {
  border-bottom: 2px solid #bba285;
  border-right: 2px solid #bba285;
}
.spectitle {
  background: -webkit-linear-gradient(#bba285, #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 {
  font-size: 16px;
}
.amen-wrapper .subtitle {
  color: #4e4e4e;
}
.amengal-carousel .owl-nav {
  display: flex;
  position: absolute;
  top: 50%;
  justify-content: space-between;
  width: 100%;
}
.owl-theme.gal-carousel .owl-nav [class*="owl-"] {
  background: #b8782e !important;
  color: #333 !important;
  border-color: #bba285 !important;
}
.section-subtitle1{
  border: 5px solid #bba285;
  padding: 1rem;
  position: relative;
}

.section-subtitle1 .title{
  position: absolute;
  top: -1.2rem;
  left: 2rem;
  background-color: #fff;
  padding: 0 1rem;
}
.gallery-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.features-carousel .owl-nav .owl-next,
.features-carousel .owl-nav .owl-prev{
    margin-top: 1rem !important;
}
.grey_textured {
  position: relative;
}
.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;
}
.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: #555 !important;
    line-height: 1.7 !important;
}
.grey_textured::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: url(../images/graytextured.webp) 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='%23bba285' 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;
  text-transform: capitalize;
}

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: #bba285;
  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 #bba285;
}
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/apartment-features.webp) no-repeat top;
  width: 100%;
  height: 100%;
  background-size: cover;
  /* padding: 9rem 0; */
  padding: 0px !important;
  margin-top: -86px;
}

.conf-wraper {
  text-align: center;
  background: url(../images/confbg.webp), rgba(255, 255, 255, 0.8);
  background-position: bottom;
  background-size: cover;
  padding:1rem 0 2rem;
  border-radius: 25px;
  border: 2px solid #bba285;
  margin-top: 2rem;
}
.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: 27px !important;
  margin-bottom: 0;
  color: #124353;
  font-family: 'CormorantGaramond_SemiBold';
}
.conf-sub-title {
  font-size: 24px;
  font-weight: 600;
  margin: 0.5rem 0;
}
.con-title {
  font-size: 21px;
  text-align: center;
  color: #124353;
}
.con-subtitle {
  font-size: 18px;
}

.footer{
  padding: 2% 3%;
}
.adress{
  font-size: 1.1rem;
    color: #fff;
}
.disclimer h3{
  font-size: 1.05rem !important;
    color: #fff;
}
.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: #bba285 !important;
  color: #fff !important;
  border: none !important;
}

.cont-info i {
  color: #bba285;
}
.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 #bba285;
}

.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, #bba285, 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 #bba285 !important;
  background: #bba285 !important;
  color: #fff !important;
}

.nav-tabs .nav-link {
  position: relative;
  border: 1px solid #bba285 !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 #bba285 !important;
  background: #bba285 !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;
  bottom: 3%;
  left: 1%;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(0deg);
  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: #bba285 !important;
  padding: 10px 17px;
  text-decoration: none;
  font-size: 16px;
  line-height: 26px;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  border: 1px solid #bba285;
  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: #bba285;
}

.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.webp) no-repeat; */
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}

.form-btn {
  background: #bba285 !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.webp), 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: 500px;
  overflow-y: scroll;
}
.disclaimer_text p {
  text-align: left !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: #124352;
}
.logo-wrap img {
  filter: invert(1) brightness(100);
  max-width: 100px;
}
.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: #bba285;
}
.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: #052f3c;
}
.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: #bba285;
  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: #bba285;
}

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

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

.section-bg:before {
  content: "";
  background: #bba285;
  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: #bba285;
  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;
}
.gallery{
  background-image: url(../images/contact_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#grow {
  padding: 70px 0px;
  background: url(../images/last-img.webp) center;
  background-size: cover;
  background-attachment: initial;
  background-repeat: no-repeat;
  background-position: inherit;
}
.confback {
  background-color: #ffff;
  padding: 20px 10px;
  outline: 2px solid #fff;
  outline-offset: 4px;
  border-radius: 1rem;
  position: relative;
}
.titlew{
      position: absolute;
    top: -2rem;
    font-size: 20px;
    background-color: #bba285;
    width: fit-content;
    padding: 0.5rem 2rem;
    color: #fff;
    border-radius: 1rem;
    margin-left: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
    box-shadow: 0.1rem 0.1rem 0.5rem #bba285;

}
.comon-btn {
    background: #fff;
    width: 400px;
    margin: 20px auto;
    display: block;
    background: #001626;
    font-weight: 900;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background-image: linear-gradient(to right, #bba285, #bba285);
    border-radius: 10px;
    padding: 3px 4px;
  }
  body{
    overflow-x: hidden;
    width: 100%;
  }
  section{
    padding: 4% 3% 4%;
    overflow-x: hidden;
  }
  .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #bba285 !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: #bba285;
}
.title{
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0 0 3rem;
  color: #7d6a54;
  /* text-transform: uppercase; */
}

.border-aprt {
  display: flex;
  align-items: center;
  outline: 3px solid #5abe84;
  outline-offset: -17px;
}

.pad-tab {
  padding: 40px 10px 10px;
  display: inline-block;
}

.grow-tab {
  padding: 40px 20px 10px;
  display: inline-block;
}

.overview-img {
  /* width: 821px; */
  /* margin: 0px auto; */
  /* height: 425px; */
  /* object-fit: cover; */
  /* outline: 4px solid #fff; */
  /* outline-offset: -13px; */
  /* box-shadow: 0px 0px 2px 5px #23212152; */
}

.over-logo {
  width: 150px;
  background: #654690;
  padding: 14px;
  border-radius: 4px;
  outline: 2px solid #fff;
  outline-offset: -6px;
  margin: 14px auto;
  display: block;
}

.sec-gray p {
  /* font-family: 'PlayfairDisplayItalic'; */
  text-align: inherit;
  color: #5a5a5a;
  line-height: 24px;
  font-size: 15px;
  letter-spacing: 0px;
}

.owl-carousel .owl-nav {
  margin-top: 0;
  /* resetting margins for nav buttons */
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  width: 40px;
  height: 40px;
  margin: 0;
  /* removes margins around nav buttons */
  background: #ecf0f1;
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  position: relative;
  z-index: 9999;
  background-image: linear-gradient(
    to right,
    #67c07f,
    #0fbba1,
    #00b3be,
    #00a7d1,
    #4698d3
  );
  bottom: 0px;
  font-size: 7px;
  /* border-radius: 71px; */
  z-index: 999;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  background: #ecf0f1;
  color: #34495e;
}

.owl-nav button.owl-prev {
  left: -50px;
  /* starting position */
}

.owl-nav button.owl-next {
  right: -50px;
  /* starting position */
}

/* Dots */

.owl-theme .owl-dots {
  margin-top: 10px;
  /* restores top margin for dots only */
}

.owl-theme .owl-dots .owl-dot span {
  background-color: #ecf0f1;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #c4a26d;
  /* for active dot */
}

.view-carousel .owl-nav button.owl-prev,
.gal-carousel .owl-nav button.owl-prev {
  position: absolute !important;
  top: 45%;
  left: 30px;
  display: block !important;
  /* border: 0px solid black; */
  /* starting position */
  color: #333;
  background: #000;
  background-image: linear-gradient(
    to right,
    #c4a26d,#c4a26d,#c4a26d,#c4a26d
  ) !important;
  border-radius: 70px;
}

.view-carousel .owl-nav button.owl-next,
.gal-carousel .owl-nav button.owl-next {
  position: absolute !important;
  top: 45%;
  right: 26px;
  display: block !important;
  /* right: 0px; */
  /* border: 0px solid #000; */
  color: #fff;
  border-radius: 70px;
  background: #333;
  background-image: linear-gradient(
    to right,
    #c4a26d,#c4a26d,#c4a26d,#c4a26d
  ) !important;
}
.intro{
  line-height: 1.7;
}
.intro_list li{
  margin-bottom: 1rem;
}
.grow-last{
  line-height: 1.6;
}
.view-carousel .owl-carousel:hover .owl-nav button.owl-prev,
.gal-carousel .owl-carousel:hover .owl-nav button.owl-prev {
  left: 25px;
  /* target position after transition */
}

.view-carousel .owl-carousel:hover .owl-nav button.owl-next,
.gal-carousel .owl-carousel:hover .owl-nav button.owl-next {
  right: 25px;
  /* target position after transition */
}


.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: #bba285;
  border-radius: 25px;
}

.oops-greet {
  color: #bba285;
  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: #bba285d9;
  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: #bba285;
  border-color: #bba285;
}
.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;
}

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

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

.floorp {
  border: 2px solid #00000080;
}

.contactback {
  padding: 0px 40px;
  height: 550px;
}
.section-subtitle {
  font-size: 18px;
  margin: -.5rem 0 0;
  text-align: center;
  position: sticky;
  color: #000;
  border: 3px solid #c4a26d;
}
.contactback .title{
  text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 1rem 0 1.5rem;
    color: #7d6a54;
    text-transform: uppercase;
}
#contact .form-container {
  /* font-family: 'Roboto', sans-serif; */
  padding: 0 10px;
}
#contact .form-container .form-horizontal {
    background-image: url(../images/white-texture.webp);
    background-size: cover;
    background-position: center;
    padding: 5px 40px;
    box-shadow: none;
    border-radius: 10px;
}
.form-horizontal .form-group {
    background-color: rgba(255, 255, 255, 0.15);
    margin: 0 30px 12px;
    border: 1px solid #b5b5b5;
    border-radius: 20px;
}

.form-horizontal .input-icon {
    color: #b5b5b5;
    font-size: 20px;
    text-align: center;
    line-height: 35px;
    height: 35px;
    width: 30px;
    margin: 0 0 0 4px;
    vertical-align: top;
    border-right: 1px solid #b5b5b5;
    display: inline-block;
}
.form-horizontal .form-control {
    color: #222;
    background-color: transparent;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    width: calc(100% - 55px);
    height: 33px;
    padding: 3px 10px 0 10px;
    box-shadow: none;
    border: none;
    border-radius: 0;
    display: inline-block;
    transition: all 0.3s;
}
.form-horizontal .btn {
    color: #fffc;
    background-image: linear-gradient(
    to right,
    #c4a26d,#c4a26d,#c4a26d,#c4a26d
  ) ;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 15px 4px;
    border: none;
    border-radius: 20px;
    display: block;
    transition: all 0.3s ease;
    margin: 17px auto;
}

/* ============ 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: 15px;
  }
}
@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;
    text-align: center;
  }

  .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: 14px;
    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 #bba285;
    padding-left: 5px;
  }
  ul.listing li .spectitle span {
    font-size: 27px;
  }
  .subtitle {
    font-size: 14px;
  }
  header .nav-link {
    color: #bba285 !important;
    font-weight: 600;
  }
  header .nav-link:hover {
    color: #bba285 !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) {

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

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

  .bird-eye-view {
    position: fixed !important;
    top: 40% !important;
    z-index: 9999 !important;
    right: -6% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    cursor: pointer !important;
}

.bird-eye-view a {
  border-radius: 50% !important;
  width: 50px !important;
  height: 50px !important;
  text-align: center !important;
  padding: 0px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  line-height: 18px !important;
  font-size: 11px !important;
}

  .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: 105px;
  }
  .bg_patch::before {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 34%,
      rgba(0, 0, 0, 1) 100%
    );
  }
  .fixed-btn {
    position: fixed;
    bottom: 0px;
    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);
    left: 0px;
  }
  .fixed-btn a {
    border-radius: 0;
    width: 100%;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    padding: 5px;
  }
  .subhead {
    font-size: 18px;
  }
  .retreat-wait.bg_patch {
    background: url(../images/green_patch.webp) 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: 57%;
    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: 10rem; */
  }
  .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;
  }
}


.bird-eye-view{
  position: fixed;
  top: 40%;
  z-index: 9999;
  right: -2%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.bird-eye-view a{
  border-radius: 50% !important;
  width: 70px;
  height: 70px;
  text-align: center;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 19px;
}
 
.overlay-feature{
  background-color: #00000070;
  padding: 100px 0;
}

.features-carousel-second .owl-nav button.owl-next, .features-carousel-second .owl-nav button.owl-prev, .features-carousel-second button.owl-dot{
  background-color: #bba285 !important
}

.features-carousel .owl-nav button.owl-next, .features-carousel .owl-nav button.owl-prev, .features-carousel button.owl-dot{
  background-color: #bba285 !important
}

.conf-carousel-second .owl-nav button.owl-next, .conf-carousel-second .owl-nav button.owl-prev, .conf-carousel-second button.owl-dot{
  background-color: #bba285 !important
}

.conf-carousel .owl-nav button.owl-next, .conf-carousel .owl-nav button.owl-prev, .conf-carousel button.owl-dot{
  background-color: #bba285 !important
}

.gal1{
  overflow: hidden;
}

.gal1 img{
  transition: all 1s;
}

.gal1:hover img {
  transform: scale(1.19);
}

.gal2{
  overflow: hidden;
}

.gal2 img{
  transition: all 1s;
}

.gal2:hover img {
  transform: scale(1.19);
}

.gal3{
  overflow: hidden;
}

.gal3 img{
  transition: all 1s;
}

.gal3:hover img {
  transform: scale(1.19);
}

.gal4{
  overflow: hidden;
}

.gal4 img{
  transition: all 1s;
}

.gal4:hover img {
  transform: scale(1.19);
}


#pills-tabContent .item{
  overflow: hidden;
}

#home .banner-carousel .item{
  margin-top: -61px !important;
}

.video-overylay{
  background-color: #00000000;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  cursor: pointer;
}

.modal .modal-content{
  background-image: url(../images/main-pop-1-shade.webp) !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
 
/* #main-pop .overlay-main-popup{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #000;
} */

.bottom-scroller{
  position: fixed;
  bottom: 4%;
  right: 1%;
  z-index: 99999;
}

.bottom-scroller img{
  width: 40px;
  height: 40px;
  animation: pulse infinite 2s;
}

html{
  scroll-behavior: smooth;
}

body{
  scroll-behavior: smooth;
}


@media screen and (max-width:767px){

  #home .banner-carousel .item {
    margin-top: unset !important;
}

  .btn-wrapper{
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 20px;
  }

  .bottom-scroller {
    position: fixed !important;
    bottom: 6% !important;
    right: 1% !important;
    z-index: 99999 !important;
}

.bottom-scroller img {
  width: 30px !important;
  height: 30px !important;
  animation: pulse infinite 2s !important;
}

  .titlew {
    margin-left: 0 !important;
  }

  #contact .form-container .form-horizontal {
    padding: 5px 2px !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    padding: 0.5rem 1rem !important;
}
.comon-btn {
    width: fit-content !important;
    font-size: 14px !important;
    padding: 7px 12px !important;
  }
}

.btndropdown{
  position: absolute;
  right: 0px;
}

#configurations table th{
  width: 33.3%;
  border: 1px solid #fff;
  padding: 15px 10px;
}

#configurations table td{
  border: 1px solid #fff;
  font-weight: bold;
}
 
#configurations table{
  background: #124353cc;
  color: #fff;
}

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

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

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

.video-btn-new a{
  color: #bba285;
}

.video-btn-new a:hover
{
  color: #bba285;
}

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

footer ul{
  list-style-type: none;
}

.unit-plan-video{
  width: 100%;
}

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

.modal .modal-logo img{
  width: 150px;
}


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

.footer-top-project-by{
color: white;
margin-left: 40px;
}


/* logo slider */

/* from left to right  */
/* @keyframes slides {
  from {
    transform: translateX(-100%);
  }
  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;
  white-space: nowrap;
}

.logo_items img {
  height: 100px;
  display: inline-block;
} */


/* from right to left  */

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



    /* Video container for responsiveness */
    .video-container {
      position: relative;
      width: 100%;
      padding-top: 56.25%; /* 16:9 Aspect Ratio */
      overflow: hidden;
  }

  /* Responsive iframe */
  .video-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: none;
  }

  /* Optional: Adjust height for mobile devices */
  @media (max-width: 768px) {
      .video-container {
          padding-top: 75%; /* Slightly taller aspect ratio on mobile */
      }
  }    /* Video container for responsiveness */
  .video-container {
      position: relative;
      width: 100%;
      padding-top: 56.25%; /* 16:9 Aspect Ratio */
      overflow: hidden;
  }

  /* Responsive iframe */
  .video-container iframe {
      position: absolute;
      top: -85px;
      left: 0;
      width: 100%;
      height: 100%;
      border: none;
      pointer-events: none; /* Prevent interaction */
  }

  /* Optional: Adjust height for mobile devices */
  @media (max-width: 768px) {
      .video-container {
          padding-top: 75%; /* Slightly taller aspect ratio on mobile */
      }

      .video-container iframe {
   
        top: 0px;
      
    }




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


.configuration-sec {

  margin-top: -9px;
}
  
  }

  

  .auth-text{
    font-size: 8px;
    margin-bottom: 0rem !important;
    margin-top: 5px;
  }

/* About Project Section */
.about-project-sec {
  background: #fff;
  padding: 60px 0 47px;
  position: relative;
  z-index: 2;
}

.about-project-title {
  font-family: "CormorantGaramond_SemiBold";
  font-size: 42px;
  font-weight: 600;
  color: #124353;
  letter-spacing: 1px;
  margin-bottom: 35px;
}

.about-project-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.about-project-item {
  font-size: 17px;
  color: #333;
  text-align: center;
  margin: 0;
  line-height: 1.5;
}

.about-check {
  color: #4a4a4a;
  font-size: 18px;
  margin-right: 6px;
}