/********** Template CSS **********/
:root {
    --primary: #977a54;
    --secondary: #8D9297;
    --light: #F8F9FA;
    --dark: #977a54;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}
.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #fff;
    font-family: 'mangiola';
}
.btn-square {
    width: 38px;
    height: 38px;
}
.btn-sm-square {
    width: 32px;
    height: 32px;
}
.btn-lg-square {
    width: 48px;
    height: 48px;
}
.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
/*** Navbar ***/
.navbar-collapse {
    display: flex !important;
}
.left-menu, .right-menu {
    display: flex;
    align-items: center;
    gap: 7px;
}
/* Center logo properly */
.navbar-brand.d-lg-block {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
/* Mobile fix */
@media (max-width: 991px) {
    .navbar-brand.d-lg-block {
        position: static;
        transform: none;
    }
    .navbar-collapse {
        flex-direction: column;
        align-items: flex-start;
    }
    .left-menu, .right-menu {
        flex-direction: column;
        width: 100%;
    }
}
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
    height: 93px;
     position: absolute;   /* sit on top of banner */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: transparent !important;
}
.navbar .navbar-nav .nav-link {
   margin-left: 24px;
    padding: 25px 0;
    color: #3e3a3b;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
    font-size: 15px;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #a76332;
}
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-left: 0;
        padding: 10px 0;
    }
    .navbar .navbar-nav {
        margin-top: 25px;
        border-top: 1px solid #EEEEEE;
    }
}
@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}
/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    text-align: start;
    background: rgba(0, 0, 0, .65);
    z-index: 1;
}
.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 2rem;
    height: 2rem;
    /*background-color: var(--dark);
    border: 15px solid var(--dark);*/
    border-radius: 50px;
}
.carousel-caption .breadcrumb-item+.breadcrumb-item::before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
}
@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 3rem;
        height: 3rem;
        border-width: 12px;
    }
}
.page-header {
    background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #999999;
}
/*** Img Border ***/
.img-border {
    position: relative;
    height: 100%;
    min-height: 400px;
}
.img-border::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 3rem;
    bottom: 3rem;
    border: 5px solid var(--primary);
}
.img-border img {
    position: absolute;
    top: 3rem;
    left: 3rem;
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    object-fit: cover;
}
/*** Icon ***/
.icon {
    padding: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f8efe673 !important;
    border-radius: 50%;
    border: 1px solid #a7633299;
}
/*** Plan ***/
.appointment {
    background-color: #ECF4E8;
    text-align: center;
    padding: 25px 0 45px 0;
}
.price-row {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 50px;
}
.price-card {
    padding: 40px 20px;
    width: 467px;
    text-align: center;
    border-radius: 20px;
    background: #e3e9ed;
    box-shadow: 0 1px 1px 0 #6960e9, 0 0 1px 0 #00000040;
}
.card-type {
    padding: 10px 23px;
    border: 1px solid #000;
    border-radius: 6px;
    margin-bottom: 35px;
    letter-spacing: 1px;
    color: #000;
    display: inline-block;
    font-size: 14px;
}
.floor-pln img{
    width: 265px;
}
ul.flat-usp {
    text-align: left;
}
.enquire-btn.price-sec {
    background: #2a9ebe;
    text-decoration: none;
    transition: .3s;
    padding: 12px 20px;
    margin-top: 0;
    color: #fff;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 6px;
    border: 1px solid #fff6;
    margin-top: 40px;
    margin-left: 0;
}
/*** CTA ***/
.cta {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.65)), url(../img/ea3.webp) center center no-repeat;
    background-size: cover;
}
/*** CTA ***/
.cta2 {
    background: linear-gradient(rgb(0 0 0 / 28%), rgb(0 0 0 / 28%)), url(../img/cta-img1.webp) center center no-repeat;
    background-size: cover;
    background-attachment:fixed ;
    padding:10px 0 350px 0;
}
.cta3 {
    background: linear-gradient(rgb(0 0 0 / 28%), rgb(0 0 0 / 28%)), url(../img/cta3.webp) center center no-repeat;
    background-size: cover;
    background-attachment:fixed ;
    padding:10px 0 350px 0;
}
/*** Floor ***/
.floor-carousel .owl-nav {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
.floor-carousel .owl-nav .owl-prev,
.floor-carousel .owl-nav .owl-next {
    margin-right: 15px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark);
    border: 2px solid var(--primary);
    border-radius: 50px;
    font-size: 18px;
    transition: .5s;
}
.floor-carousel .owl-nav .owl-prev:hover,
.floor-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    background: var(--primary);
}
.floor-item .floor-overlay {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 4px;
    background: rgba(34, 36, 41, 0.4);
    /* semi-transparent dark */
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: .5s;
    opacity: 1;
}
/*** Connectivity ***/
.connectivity-carousel .owl-item img {
    width: 64px;
    height: 64px;
}
.connectivity-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: start;
}
.connectivity-carousel .owl-nav .owl-prev,
.connectivity-carousel .owl-nav .owl-next {
    margin-right: 15px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark);
    border: 2px solid var(--primary);
    border-radius: 50px;
    font-size: 18px;
    transition: .5s;
}
.connectivity-carousel .owl-nav .owl-prev:hover,
.connectivity-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    background: var(--primary);
}
/*** Footer ***/
.footer {
    background-color: #e3e9ed;
}
.footer .copyright {
    padding: 5px 0;
    font-size: 15px;
    border-top: 1px solid #585858bd;
}
.footer .copyright a {
    color: var(--light);
}
.footer .copyright a:hover {
    color: var(--primary);
}
.fadeclass {
    display: inline-block;
    animation: fadeZoom 3s ease-in-out infinite;
}
@keyframes fadeZoom {

    0%,
    100% {
        opacity: 0.4;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.05);
    }
}
/*new css */
/*whats app start*/
.whatsapp-float {
    position: fixed;
    bottom: 40px;
    left: 20px;
    background-color: #25D366;
    color: white;
    font-size: 28px;
    padding: 6px 14px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    z-index: 999;
    text-align: center;
    transition: transform 0.3s;
}
.whatsapp-float:hover {
    transform: scale(1.1);
    color: white;
}
@media (max-width: 767px) {
    .whatsapp-float {
        display: none;
    }
}
/*whats app end*/
/*modal form start*/
/* Limit modal width and center it */
@media (max-width: 576px) {
    .modal-dialog.modal-custom-width {
        max-width: 90%;
    }
}
.modal-backdrop.show {
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.8);
}
.modal-dialog.modal-custom-width {
    max-width: 800px;
}
.img-fluid.object-fit-cover {
    object-fit: cover;
    height: 100%;
}
/* Icon Styling */
.input-icon {
    position: absolute;
    top: 50%;
    left: 18px; 
    transform: translateY(-50%);
    color: #6c757d;
    font-size: 16px;
    z-index: 2;
}
.input-with-icon {
    padding-left: 40px;
    border: none;
}
.modal.fade .modal-dialog {
    transform: translateY(-50px);
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
.modal.show .modal-dialog {
    transform: translateY(0);
}
.input-with-icon:focus {
    box-shadow: 0 0 0 4px rgba(81, 45, 168, 0.15);
}
.table tbody td {
    background-color: rgba(255, 255, 255, 0.85);
    color: #333;
    border: 1px solid #dee2e6;
}
.table thead tr {
       background-color: #3a3a3a;
}
.table thead th {
    background: transparent;
    color: #fff;
    border: 1px solid #dee2e6;
}
.table {
    border-collapse: collapse;
}
.table th,
.table td {
    border: 1px solid #dee2e6;
}
.table tbody tr:nth-of-type(odd) td {
    background-color: rgba(255, 255, 255, 0.9);
}
/*end*/
.mouse-follower {
    position: fixed;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background: #e31e25;
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    transform: translate(-50%, -50%);
}
.custom-cursor {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}
.ring1 {
    width: 10px;
    height: 10px;
    border: 2px solid #977a54;
    transition: transform 0.1s ease-out;
}
.ring2 {
    width: 15px;
    height: 15px;
    border: 2px solid #977a54b8;
    transition: transform 0.15s ease-out;
}
/*sticky button start*/
.container-box1 {
    display: inline-block;
    position: fixed;
    top: 80%;
    right: -140px;
    z-index: 30;
}
.rotated1 {
    -webkit-transform: rotate(-90deg);
    transform-origin: top left;
}
.bgimg {
    background-image: url(../img/about-bk-image2.png);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
@media (max-width: 767px) {
    h5.eameh5 {
        font-size: 12px;
    }
    .project-item .project-title {
        height: 5px;
    }
    .project-item:hover .project-title,
    .project-carousel .owl-item.center .project-title {
        bottom: -20px;
    }
    .project-carousel .owl-nav .owl-prev,
    .project-carousel .owl-nav .owl-next {
        width: 35px;
        height: 35px;
        font-size: 10px;
    }
    .project-item .project-title::before {
        display: none;
    }
    p.footercontactp {
    font-size: 20px;
    }
    .project-item:hover img, .project-carousel .owl-item.center img {
    margin-top: -30px;
    }
}
/*abt arrow*/
.animate-up-down {
    position: relative;
    animation: animateUpDown 1s ease infinite;
}
@keyframes animateUpDown { 
    0% { 
        top: 0px;
    }
    50% { 
        top: 10px;
    }
    100% { 
        top: 0px;
    } 
}
.animate-rotate {
    position: absolute;
    animation: animateRotate 8s linear infinite;
}
@keyframes animateRotate { 
    100% { 
        transform: rotate(360deg); 
    } 
}
/*** Testimonial ***/
.testimonial-title {
    height: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 150px 150px 0px 0px;
    background: url(../img/bg.jpg) center center no-repeat;
    background-size: cover;
}
.testimonial-img {
    position: relative;
    padding: 45px 5px 45px 90px;
}
.testimonial-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: calc(50% + 45px);
    height: 100%;
    background: #f3e9dd;
    z-index: -1;
}
.testimonial-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 1.5rem;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}
.testimonial-carousel .owl-prev,
.testimonial-carousel .owl-next {
    margin-bottom: 15px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #977a54;
    border: 2px solid #977a54;
    border-radius: 50px;
    font-size: 18px;
    transition: .5s;
}
.testimonial-carousel .owl-prev:hover,
.testimonial-carousel .owl-next:hover {
    color: #977a54;
    background: #fff;
}

@media (max-width: 768px) {
    .testimonial-carousel .owl-nav {
        top: 6.3rem;
    }
}
img.iconimg {
    filter: invert(48%) sepia(62%) saturate(257%) hue-rotate(354deg) brightness(90%) contrast(90%);
    width: 39px;
}
h2.ambh2 {
font-size: 35px;
font-weight: 300;
}
.sideimg {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 20px; /* space between text and images */

}
.sideimg::before,
.sideimg::after {
  content: "";
  width: 40px;              /* image width */
  height: 40px;             /* image height */
  background: url("../img/sideimg.webp") no-repeat center;
  background-size: contain;
  display: inline-block;
  transform: rotate(180deg);
}
.sideimg::before {
  transform: rotate(360deg);
}
.sideimg2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 20px; /* space between text and images */
}
.sideimg2::before,
.sideimg2::after {
  content: "";
  width: 40px;              /* image width */
  height: 40px;             /* image height */
  background: url("../img/sideimgwhite.webp") no-repeat center;
  background-size: contain;
  display: inline-block;
  transform: rotate(180deg);
}
.sideimg2::before {
  transform: rotate(360deg);
}
@media (max-width: 767px) {
    
    .overlay-text {
    margin-right: 5px;
}
h2.ambh2 {
    font-size: 25px;
    margin-top: 40px;
}
.artimg::after {
  right: 35px!important;
  font-size: 5px!important;
}
.overlay-text {
    font-size: 10px!important;
}
}
/* Tab nav active state */
.event .tab-class .nav-item a.active {
  background: #977a54 !important;
}
/* FORCE span text to white when active */
.event .tab-class .nav-item a.active .textchng {
  color: #fff !important;
}
.textchng {
  color: #2a9ebe;
}
.artimg {
  position: relative;
}
/* Text overlay */
.artimg::after {
  content: "Artistic Image";
  position: absolute;
  top: 100px;
  right: 105px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: rgba(0, 0, 0, 0.35);
  padding: 4px 8px;
  border-radius: 3px;
  z-index: 3;
}
@media (min-width: 1920px) and (max-width: 2560px) {
    .artimg::after {
    right: 125px;
}
}
/************************************hansa web*******************************/
.content {
    padding-top: 22px;
    padding-left: 15px;
}
.clr2 {
   color: #000;
    font-size: 14px;
    padding-top: 12px;
}
/**************gallery slider***********/
.marquee-wrapper {
  position: relative;
  padding-top: 40px;
}
.marquee {
  display: flex;
  gap: 30px;
  overflow: hidden;
}
.marquee-item {
  position: relative;
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}
.member {
  width: 100%;
}
.member-link {
  display: block;
  color:#000;
}
.member-img-wrapper {
  margin: 0;
}
.member-img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: filter 0.3s;
}
.member-subtitle {
  margin: 0;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.member-link:hover .member-details {
  transform: none;
}
.member-link:hover .member-img {
  filter: grayscale(0);
}
.marquee-arrow {
  position: absolute;
  bottom: -60px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #2a9ebe;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
}
.marquee-arrow.arrow-prev {
  left: calc(50% - 50px);
}
.marquee-arrow.arrow-next {
  right: calc(50% - 50px);
}
@media (min-width: 850px) {
  .marquee-item {
    width: 500px;
  }
  .member-img {
    height: 500px;
  }
  .member-title {
    font-size: 1.6em;
  }
  .marquee-arrow {
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
  }
  .marquee-arrow.arrow-prev {
    left: 40px;
  }
  .marquee-arrow.arrow-next {
    right: 40px;
  }
}
.page-footer {
  position: fixed;
  right: 0;
  bottom: 50px;
  display: flex;
  align-items: center;
  padding: 5px;
  z-index: 1;
  font-size: 14px;
  color: black;
  background: white;
}
.page-footer a {
  display: flex;
  margin-left: 4px;
}
.p-1 {
    display: flex;
    justify-content: center;
}
.p-1 p {
    padding-top: 25px;
    padding-left: 20px;
    font-size: 15px;
    color: #000;
}
/***************connectivity***********/
.locc {
   padding: 60px 60px 80px 60px;
    background-color: #a76332;
} 
a.btn-other
 {
    text-align: center;
    align-items: center;
    padding: 10px 10px !important;
    border-radius: 10px;
    width: 166px;
    display: inline-block;
    font-size: 15px;
    color: #fff;
    border-color: #fff!important;
}
.image p {
    font-size: 21px;
    background-color: #bb9569;
    top: 440px;
    position: relative;
    margin-left: 300px;
    color: #ffffff;
    padding: 8px 7px 6px 15px;
    width: 245px;
    text-align: center;
}
.form-bg {
    background-color: #d6e4ed;
    padding: 50px 50px 0px 50px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: 450px;
}
.mapp {
    position: relative;
    height: 500px;
    overflow: hidden;
}
.abo {
    padding: 20px 0px 20px 0;
    justify-content: center;
}
.ab p {
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    padding-top: 11px;
    color: #000;
}
.ab img {
    height: 58px;
    display: inline-block;
}
.ab {
    text-align: center;
    border-right: 2px #000 dotted;
}
p.title {
    text-align: center;
    font-size: 18px;
    padding-bottom: 20px;
}
.col-12.contact-button {
    text-align: right;
}
.form-floating>.form-select{
    color: #000;
}
.footer-bottom-area {
    background: #e3e9ed;
    padding: 10px 0 0px 0;
    text-align: center;  
}
p.footer-text{
font-size: 12px;
    line-height: 15px;
    margin-bottom: 0px;
    padding: 20px 60px 20px 70px;
    text-align: center;
}
footer.footer-area{
    border-top: 1px solid #585858bd;
}
.plans {
    position: relative;
}
.floor-overlay {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 4px;
    backdrop-filter: blur(4px);
    transition: .5s;
    /* background: rgb(34 36 41 / 2%); */
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.location-sectn{
    text-align: center;
    padding:10px 0 40px 0;
}
.map{
    background-color: #e3e9ed;
    padding: 33px 0 30px 0;
} 
h3.contact-hdn{
padding-bottom: 35px;
}     
article.member a:hover{
color:#a76332;
}
.logoclass {
    height: 90px;
    /* filter: brightness(0) invert(1); */
    width: 90px;
    top: 18px;
    position: relative;
}
/* .banner-section {
    height: 105vh;
} */
.banner-section div {
    position: relative;
    z-index: 2;
}
img.hdn-icon {
    width: 17px;
    animation: rotateImg 8s linear infinite;
    top: -3px;
    position: relative;
}
@keyframes rotateImg {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.abt{
    text-align: center;
    padding-top: 35px;
}
span.bldg-intro {
    padding: 0 15px;
    font-size: 17px;
}
video {
    border-radius: 50px;
}
.video
 {
    padding: 50px 30px 0 30px;
}
.testimonial-img {
    overflow: hidden;
}
.overlay-text {
    background: rgba(0, 0, 0, 0.8);  /* black background */
    color: #fff;                    /* white text */
    font-size: 15px;
    font-weight: 600;
    border-radius: 4px 0 0 0;       /* optional: rounds only top-left corner */
    right:5px;
}
.reveal-section {
    height: 90vh; 
    display: flex;
    align-items: center;
    justify-content: center;
}
/************usp start**************/
.glass-card {
    height: 50px;
    border-radius: 50px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
    box-shadow:
        inset 0 1px 2px rgba(255,255,255,0.3),
        0 8px 20px rgba(0,0,0,0.2);
    transition: all 0.6s ease;
    overflow: hidden;
}
.glass-card p {
    margin: 0;
    font-size: 16px;
    color: #fff;
}
.icon-wrap {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease;
}
.glass-card.active {
    height: 190px;
    border-radius: 30px;
    padding: 30px;
    background-size: cover;
    background-position: center;
    box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 70%);
}
.glass-card.active .icon-wrap {
    opacity: 1;
    transform: translateY(0);
    margin-bottom: 15px;
}
.glass-card.active p {
    font-size: 17px;
    padding-top: 10px;
}
.usp {
    padding-top: 25px;
    padding-bottom: 50px;
    display: flex;
    justify-content: center;
    gap: 50px;
}
.icon-wrap img
 {
    width: 53px;
}
/****************/
/*********menu*******/
.navigation_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    transition: .5s;
}
.inner_menu_wrapper {
    max-width: 100%;
    margin: 0 auto;
}
.container_vara{
    padding: 0 30px;
}
.menu-wrapper{
display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
}
.left-side {
    flex: 1;
}
.center-nav {
    display: flex;
    justify-content: center;
}
.right-side {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}
.left-side .logo-wrapper a{
    display: inline-block;
}
.nav-menu
 {
    display: flex;
    list-style: none;
    gap: 0;
    overflow: visible;
    border: 1px solid rgb(0 0 0 / 20%);
    border-radius: 12px;
}
ul.nav-menu:before {
    left: 8.80%;
    content: "";
}
ul.nav-menu:after {
    right: 8.80%;
    content: "";
}
ul.nav-menu:after, ul.nav-menu:before{
    opacity: .21;
    background: #000000;
    position: absolute;
    width: 100px;
    height: 1px;
    z-index: 999999;
    top: 45%;
}
.nav-menu li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: 1px;
    background: rgb(0 0 0 / 25%);
}
.left-side .logo {
    width: auto;
    max-width: 65px;
}
.right-side .logo {
    width: auto;
    max-width: 65px;
    filter: invert(1);
}
.nav-menu li a {
    display: block;
    transition: .3s;
    font-size: 14px;
    font-weight: 500;
    padding: 18px 24px;
}
.nav-menu li a, .title_vara {
    line-height: 120%;
    color: #000;
}
.nav-menu li{
position: relative;
} 
/*********menu done*******/
/* highlight sticky */
.highlights {
    position: relative;
    height: 270vh;
    padding: 40px 0 0 0;
}
.usp-bk-img {
    position: sticky;
    top: 0;
    height: 100vh;
    background: url('../img/horizon-bk1.webp') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.usp-bk-img::after {
    content: "";
    position: absolute;
    inset: 0;
   background: rgba(0,0,0,0.4);
   z-index: 2;
}
.headingg {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    z-index: 3;
}
.headingg h3 {
    font-size: 42px;
    text-transform: uppercase;
    color: #fff;
    padding-top: 25px;
}
.usp-slide {
    position: relative;
    top: 0;
    width: 100%;
    height: 160vh;
    z-index: 4;
}
.box {
    position: relative;
    width: 100%;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 80px;
}
.box-usp {
    width: 304px;
    height: 340px;
    padding: 30px 30px 30px 37px;
    border-radius: 25px;
    background: #2a9ebe;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}
span.box-sub-title {
    font-size: 80px;
    font-weight: 400;
    line-height: 80px;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.4);
    margin-left: 78px;
}   
.box-usp p {
    margin: 0;
    font-size: 14px;
    color: #fff;
    padding-top: 24px;
}
.box-usp h6{
    margin: 0;
    font-size: 21px;
    color: #fff;
    padding-top: 55px;
}
.box-info img{    
margin-top: -54px;
width: 55px;
}  
.box:nth-child(1) {
    justify-content: flex-end;
    padding-right: 80px;
}
.box:nth-child(2) {
    justify-content: flex-start;
    padding-left: 80px;
}
.box:nth-child(3) {
    justify-content: flex-end;
    padding-right: 80px;
}
/**********************************************/
.abt-content-section {
    display: flex;    
    padding-top: 35px;
}
/******************popup walkthru************/
.wrapper1 {
    display: block;
    position: absolute;
    left: 15%;
    transform: translate(-50%, -50%);
    padding-top: 630px;
}
.video-main {
  position: relative;
  display: inline-block;
}
/* .video {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background: transparent;
  color: #fff;
  display: inline-block;
  background: #000000;
  z-index: 999;
} */
@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
.fa-play:before {
  content: "\f04b";
}
i.fa.fa-play {
  margin-left: -65px;
    top: -71px;
    position: absolute;
    color: #289dbe;
}
.waves {
  position: absolute;
  width: 250px;
  height: 250px;
  background: rgb(126 68 68 / 30%);
  opacity: 0;
  border-radius: 100%;
  right: -63px;
    bottom: -60px;
  z-index: -1;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}
.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.white-popup {
  max-width: 700px;
  margin: 40px auto;
  background: #000;
  padding: 10px;
}
.mfp-hide {
  display: none !important;
}
.stats-section {
  padding: 50px 20px 0 20px;
}
.stats-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 550px;
  max-width: 900px;
  margin: auto;
  border-top: 1px solid #cfcac2;
  border-left: 1px solid #cfcac2;
  background-color: #2a9ebe;
    border-radius: 25px;
}
.stat-box {
  text-align: center;
  padding: 60px 20px;
}
.stat-box h2 {
    font-size: 60px;
    font-weight: 500;
    margin: 0;
    color: #fff;
}   
.stat-box p {
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
}
.amenities{
    text-align: center;
    padding: 25px 0;
}
/*************amenities slider**********/
.wrapper2 {
  max-width: 60em;
  margin: 1em auto;
  position: relative;
    padding-top: 28px;
}
input {
  display: none;
}
.inner {
  width: 500%;
  line-height: 0;
}
article {
  width: 20%;
  float: left;
  position: relative;
}
article img {
  width: 100%;
}
/*---- SET UP CONTROL ----*/
.slider-prev-next-control {
  height: 50px;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slider-prev-next-control label {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #2a9ebe;
  opacity: 0.7;
}
.slider-prev-next-control label:hover {
  opacity: 1;
}
.slider-dot-control {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
}
.slider-dot-control label {
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #bbb;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.slider-dot-control label:hover {
  background: #ccc;
  border-color: #777;
}
/* Info Box */
.info {
  position: absolute;
  font-style: italic;
  line-height: 20px;
  opacity: 0;
  color: #000;
  text-align: left;
  -webkit-transition: all 1000ms ease-out 600ms;
  -moz-transition: all 1000ms ease-out 600ms;
  transition: all 1000ms ease-out 600ms;
}
.info h3 {
    color: #fcfff4;
    margin: 0 0 5px;
    font-size: 34px;
    font-style: normal;
    line-height: 34px;
}
.info.top-left {
    top: 86%;
    position: absolute;
    right: 50px;
    color: #fff;
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 40px;
    font-weight: 300;
    width: 40%;
    z-index: 999;
    text-align: center;
}
.slider-wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 1px 1px 4px #666;
  background: #fff;
  background: #fcfff4;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.slider-wrapper .inner {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}
/*---- SET POSITION FOR SLIDE ----*/
#slide1:checked ~ .slider-prev-next-control label:nth-child(5)::after, #slide5:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide2:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slide5:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(5)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide2:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide1:checked ~ .slider-prev-next-control label:nth-child(2)::after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin: 0;
  line-height: 38px;
  font-size: 24px;
  display: block;
  color: #fff;
}
#slide5:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(5)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide2:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide1:checked ~ .slider-prev-next-control label:nth-child(2)::after {
  content: "";
  padding-left: 0px;
}
#slide5:checked ~ .slider-prev-next-control label:nth-child(1), #slide4:checked ~ .slider-prev-next-control label:nth-child(5), #slide3:checked ~ .slider-prev-next-control label:nth-child(4), #slide2:checked ~ .slider-prev-next-control label:nth-child(3), #slide1:checked ~ .slider-prev-next-control label:nth-child(2) {
  display: block;
  float: right;
  margin-right: 5px;
}

#slide1:checked ~ .slider-prev-next-control label:nth-child(5), #slide5:checked ~ .slider-prev-next-control label:nth-child(4), #slide4:checked ~ .slider-prev-next-control label:nth-child(3), #slide3:checked ~ .slider-prev-next-control label:nth-child(2), #slide2:checked ~ .slider-prev-next-control label:nth-child(1) {
  display: block;
  float: left;
  margin-left: 5px;
}
#slide1:checked ~ .slider-prev-next-control label:nth-child(5)::after, #slide5:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide2:checked ~ .slider-prev-next-control label:nth-child(1)::after {
  content: "";
  padding-left: 0px;
}
#slide5:checked ~ .slider-dot-control label:nth-child(5), #slide4:checked ~ .slider-dot-control label:nth-child(4), #slide3:checked ~ .slider-dot-control label:nth-child(3), #slide2:checked ~ .slider-dot-control label:nth-child(2), #slide1:checked ~ .slider-dot-control label:nth-child(1) {
  background: #333;
}
#slide5:checked ~ .slider-wrapper article:nth-child(5) .info, #slide4:checked ~ .slider-wrapper article:nth-child(4) .info, #slide3:checked ~ .slider-wrapper article:nth-child(3) .info, #slide2:checked ~ .slider-wrapper article:nth-child(2) .info, #slide1:checked ~ .slider-wrapper article:nth-child(1) .info {
  opacity: 1;
}
#slide1:checked ~ .slider-wrapper .inner {
  margin-left: 0%;
}
#slide2:checked ~ .slider-wrapper .inner {
  margin-left: -100%;
}
#slide3:checked ~ .slider-wrapper .inner {
  margin-left: -200%;
}
#slide4:checked ~ .slider-wrapper .inner {
  margin-left: -300%;
}
#slide5:checked ~ .slider-wrapper .inner {
  margin-left: -400%;
}
/************location*********/
.container1{
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    padding: 45px 0 30px 0;
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(400px, 1fr));
    grid-gap: 30px;  
}
 .container1 .boxx{
     position: relative;
     width:100%;
     background-color: black;
     box-sizing: border-box;
     overflow: hidden;
     box-shadow: 3px 6px 33px -3px rgba(0,0,0,0.75);
     height: 37vh;
     border-radius: 15px;
}
 .container1 .boxx:before{
    content: "";
    position: absolute;
    top:10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    box-sizing: border-box;
    transition: .5s;
    transform: scaleX(0);
    opacity: 0;
    z-index: 1;
    display: inline-block;
    padding-bottom: calc(100% / (3 / 2) );
}
.container1 .boxx:hover:before
{
    transform: scaleX(1);
    opacity: 1;
}
.container1 .boxx:after{
    content: "";
    position: absolute;
    top:10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid #fff;
    box-sizing: border-box;
    transition: .5s;
    transform: scaleY(0);
    opacity: 0;
    z-index: 1;
}
.container1 .boxx:hover:after
{
    transform: scaleY(1);
    opacity: 1;
}
.container1 .box .img-box{
    position: relative;
}
.container1 .boxx .img-box img{
    width: 100%;
    height: 100%;
    object-fit:cover;
    transition: 0.5s;
    display: block;  
}
.container1 .boxx:hover .img-box img{
    opacity: .2;
    transform: scale(1.2);
}
.container1 .boxx .content{
    position: absolute;
    width: 100%;
    top:50%;
    transform: translateY(-50%);
    z-index: 2;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;  
}
.container1 .boxx .content ul li{
    margin: 0 0 10px;
    padding: 0;
    color: white;
    transition: 0.5s;
    transform: translateY(-50px);
    opacity: 0;
    visibility: hidden;
}
.container1 .boxx .content ul li{
    margin: 0;
    padding: 0;
    color: white;
    line-height:2em;
    transition: 0.5s;
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
}
.container1 .boxx:hover .content ul li
{
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition-delay: 0.2s;
}
.default-bar {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  transition: 0.3s;
}
.left-text {
  display: flex;
  align-items: center;
  gap: 6px;
}
.right-text {
  font-size: 13px;
  border-bottom: 1px solid rgba(255,255,255,0.6);
  cursor: pointer;
}
.boxx:hover .default-bar {
  opacity: 0;
}
.boxx::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.65), transparent);
  z-index: 1;
}
.left-text img {
    width: 40px;
}
.content ul {
    text-align: left;
    font-size: 14px;
    column-count: 2;
}
.gallery{
    text-align: center;
    padding: 35px 0;
}
.counterWrap {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 17px 0;
    margin: 15px 0;
}
.counterWrap .item {
    position: relative;
    margin-bottom: 20px;
}
.counterWrap .item .count {
    display: flex;
    margin-bottom: 10px;
     justify-content: center;
}
.counterWrap .item .count .no, .counterWrap .item .count .stymbol {
    font-size: 37px;
    font-weight: 700;
    font-family: Inter, sans-serif;
}
.section-head{
    display: flex;
    padding-top: 30px;
}
.pointers .item {
    border: 1px solid #a3a3a3;
    padding: 15px 23px;
    border-radius: 15px;
    margin-bottom: 15px;
    width:100%;
    text-align: left;
    font-size: 15px;
}
.developer{
text-align: center;
padding: 32px 0 45px 0;
}
.left-developer{
    text-align: left;
    padding-right: 50px;
}
h4.title.white {
    padding-bottom: 20px;
    padding-top: 40px;
    font-size: 21px;
    text-align: left;
}
.counterWrap .item.a::before {
    content: "";
    background-color: #908D8D;
    width: 1px;
    height: 100%;
    position: absolute;
    left: -64px;
    top: 0;
}
.enquiebtn {
    position: fixed;
    top: 240px;
    right: 10px;
    z-index: 999;
}
.enquiebtn ul {
    position: relative;
    padding-left: 0;
    margin-bottom: 0;
}
.enquiebtn ul li {
    background-color: #2a9ebe;
    list-style-type: none; 
    border: 1px solid #2a9ebe;
    border-radius: 50px;
    margin: 10px 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    transition: all 0.6s ease;
}
.enquiebtn ul li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 10px;
    position: relative;
}
.enquiebtn ul li a .img {
    position: relative;
    z-index: 1;
    transition: all 0.6s ease;
}
.enquiebtn ul li a p {
    position: absolute;
    left: 55px;
    color: #fff;
    white-space: nowrap;
    transition: all 0.2s ease;
} 
.enquiebtn ul li:hover {
    margin-left: -130px; 
    cursor: pointer;
}
/****image reveal start***/
.amenity-media {
    position: relative;
         /* width: 100%; */
         overflow: hidden;
         border-radius: 0;
         }
         /* LEFT → RIGHT wipe (default) */
         .img-reveal {
         clip-path: inset(0 100% 0 0);
         transition: clip-path 2.6s cubic-bezier(.215,.61,.355,1);
         will-change: clip-path;
         }
         /* RIGHT → LEFT wipe */
         .img-reveal.right {
         clip-path: inset(0 0 0 100%);
         }
         /* revealed */
         .img-reveal.aos-animate {
         clip-path: inset(0 0 0 0);
         }
          .amenity-media img {
         width: 100%;
         height: auto;
         display: block;
         object-fit: cover;
         }
         /****image reveal end***/
    .floor-pln img{
    filter: blur(3px);
}     
 /******************s***********location start********************************/
.routes {
    position: relative;
text-align: center;
background: #000;
color: white;
height: 100%;
overflow: hidden;
}
.route-slider {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.route-slider__background-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.route-slider__contents {
 position: absolute;
top: 0%;
left: 0;
width: 100%;
display: flex;
justify-content: center;
/* transform: translateY(-50%); */
overflow-x: auto;
scroll-behavior: smooth;
white-space: nowrap;
padding: 10px 0;
height: 100%;

}
.route-slider__contents::-webkit-scrollbar {
    display: none; 
}
.route-slider__contents ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    transition: transform 0.5s ease-in-out;
    will-change: transform;
}
.route-slider__contents li {
    min-width: 220px;
    background: rgb(255 255 255 / 0%);
    padding: 0px;
    margin: 0 10px;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    white-space: nowrap;
}
.is-activee {
    background: #e3e9ed!important;
    color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    width: 350px;
max-width: 350px;
/* transition: all 0.3s ease-in-out; */
    box-shadow: 0 4px 4px 0 #1b1f3b, 0 0 4px 0 #00000040;
}
.nav-buttons {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}
.nav-buttons button {
    background: rgba(0, 0, 0, 0.7);
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
}
li.loc h3 {
display: none;
}
li.loc span{
display: none;
}
li.is-activee h3 {
    display: block;
    text-align: left;
    padding-left: 22px;
    color: #303030;
}
li.is-activee span{
    display: block;
    text-align: left;
    padding-left: 22px;
    font-size: 15px;
    line-height: 26px;
    color: #303030;
}
#routes {
height: 560px;
margin-top: 15px;
}
h2.route-slider__title {
position: absolute;
top: 33px;
left: 14%;
transform: translateX(-50%);
font-size: 50px;
z-index: 1;
font-family: 'Haboro', sans-serif;
}
.route-slider__contents ul {
display: flex; 
list-style: none;
padding: 0;
margin: 0;
transition: transform 0.6s ease-in-out;
will-change: transform;
box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 15%);
}
/****************************************location end*************************/
 #top-navigation.scrolled {
    background: #ffffff; 
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}
#top-navigation.scrolled {
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(10px);
}
.scrolled .menu-wrapper{
padding: 9px 0;
}
.about-image{
    display: flex;
}
.about-right{
padding-left: 58px;
padding-top: 27px;
}
.about-right h3{
    padding-bottom: 35px;
}
/****image reveal start***/
.amenity-media1 {
    position: relative;
         /* width: 100%; */
         overflow: hidden;
         border-radius: 0;
         }
         /* LEFT → RIGHT wipe (default) */
         .img-reveal1 {
         clip-path: inset(0 100% 0 0);
         transition: clip-path 2.6s cubic-bezier(.215,.61,.355,1);
         will-change: clip-path;
         }
         /* RIGHT → LEFT wipe */
         .img-reveal1.right {
         clip-path: inset(0 0 0 100%);
         }
         /* revealed */
         .img-reveal1.aos-animate {
         clip-path: inset(0 0 0 0);
         }
          .amenity-media1 img {
         width: 100%;
         height: auto;
         display: block;
         object-fit: cover;
         }
         /****image reveal end***/
         .location-section1 {
    display: flex;
    background-color: cadetblue;
        align-items: flex-start;
}
ul.amenitiyy li {
    list-style-type: none;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
}
.location-section1 h4 {
    color: #fff;
    padding-left: 32px;
    font-size: 23px;
}
.location-section1 .lisst{
padding: 45px 0 0 0;
}
.loc h3{
    text-align: center;
        padding-bottom: 40px;
    padding-top: 10px;
}

.pulseanimation {
    animation: pulse-cust 2s infinite;
}
@keyframes pulse-cust {
	0% {
		-webkit-box-shadow: 0 0 0 0 #19d9c7;
	}

	70% {
		-webkit-box-shadow: 0 0 0 25px rgba(227, 56, 56, 0);
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(227, 56, 56, 0);
	}
}
a.plan-btn{
padding: 9px 18px;
    animation: Gradient 3s ease infinite;
    background-size: 400% 400% !important;
    font-size: 12px;
    color: #fff;
    border-radius: 6px;
    background: linear-gradient(to right, #314755 0%, #2a9ebe 51%, #266a7c 100%);
    text-transform: uppercase;
    text-decoration: none;
}
@keyframes Gradient {
  0% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}
h3.heading2 {
  text-align: center;
  position: relative;
  display: inline-block;
}
h3.heading2::before,
h3.heading2::after {
    content: "";
    position: absolute;
    top: 74%;
    width: 80px;
    height: 1px;
    background-color: #1e1e1e;
}
h3.heading2::before {
  right: 100%;
  margin-right: 15px;
}
h3.heading2::after {
  left: 100%;
  margin-left: 15px;
}
section.loc {
    padding-top: 40px;
}
ul.amenitiyy {
    padding-top: 10px;
}

/* Hamburger */
.hamburger {
   display: none;
   flex-direction: column;
   gap: 5px;
   cursor: pointer;
}

.hamburger span {
   width: 25px;
   height: 3px;
   background: #000;
   transition: 0.3s;
}
/* Mobile Menu */
.mobile-menu {
   position: fixed;
   top: 0;
   right: -100%;
   width: 65%;
   height: 100vh;
    background: cadetblue;
    transition: 0.4s ease;
    padding-top: 80px;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
    color: #fff;
}
.mobile-menu ul {
   list-style: none;
   text-align: center;
   padding: 0;
}
.mobile-menu ul li {
   margin: 20px 0;
}
.mobile-menu ul li a {
   text-decoration: none;
   font-size: 18px;
   color: #fff;
}
.mobile-menu.active {
   right: 0;
}
.hamburger span {
   transition: 0.3s ease;
}

/* Transform into X */
.hamburger.active span:nth-child(1) {
   transform: rotate(45deg) translate(5px, 5px);
}
.hamburger.active span:nth-child(2) {
   opacity: 0;
}
.hamburger.active span:nth-child(3) {
   transform: rotate(-45deg) translate(4px, -6px);
}
.row.plnss {
    padding-top: 35px;
}

input.btn-view-more{
display: inline-block;
    margin-top: 0px;
    padding: 7px 19px;
    border: 1px solid #2a9ebe !important;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 1px;
    background-color: #20c2c4;
    font-size: 14px;
} 
@media only screen and (min-width : 1920px)
{
section.loc .container-fluid{  
  max-width: 1344px!important;
    margin: 0 auto;  
} 
}
@media only screen and (max-width: 767px)
{
.left-side{
flex: 0 0 auto;
}
 .center-nav,
   .right-side {
      display: none;
}
.hamburger {
      display: flex;
   }
.abt p{
padding: 5px 0px 0px 5px!important;
    font-size: 12px!important;
}   
.usp {
    display: grid!important;
    justify-content: stretch!important;
    gap: 11px!important;
    padding-left: 5px!important;
    padding-top: 7px!important;
    padding-bottom: 33px!important;
}
h3.heading2{
padding-top: 0px!important;
font-size: 19px!important;
}
span.font-new {
    font-size: 25px!important;
}
h3.heading2::before {
    margin-right: 4px!important;
}
h3.heading2::before, h3.heading2::after {
    width: 20px!important;
}
h3.heading2::after {
    margin-left: 5px!important;
}
 .location-section1 {
    flex-direction: column;
}
 .location-section1.secnd {
    flex-direction: column-reverse!important;
    padding-bottom: 20px;
}
.location-section1 > div {
    width: 100%!important;
}
.location-section1 .col-md-3 img{
    width: 100%;
    max-width: 330px;
    height: auto;
    display: block;
    margin: 0 auto;
} 
iframe {
    width: 100%;
}
.section-head {
    display: block!important;
}
p.rera-info
{
    font-size: 10px !important;
    padding-left: 31px!important;
    padding-top: 15px!important;
}
.maharer{
    display: contents!important;
}
p.footer-text {
    font-size: 11px!important;
    padding: 20px 10px 20px 10px!important;
}
.developer {
    padding: 32px 0 10px 0!important;
}
.pointers .item {
    font-size: 13px!important;
    padding: 14px 17px!important;
}
h4.title.white {
    padding-bottom: 20px!important;
    padding-top: 15px!important;
    font-size: 17px!important;
    text-align: center;
}
.copyright p{
    font-size: 13px;
}
.counterWrap {
    display: flex!important;
    justify-content: center!important;
        padding: 9px 0!important;
}
.counterWrap .item.a::before{
background-color:#908d8d00!important;
}
.about-image {
    display: block!important;
}
.about-right {
    padding-left: 15px!important;
}
.about-right h3 {
    padding-bottom: 20px!important;
    font-size: 21px!important;
    line-height: 31px!important;
}
.video {
    padding: 30px 10px 0 10px!important;
}
h3.heading{
    font-size: 29px!important;
}
h3.heading2::before, h3.heading2::after{
display:none!important;    
}
.projj {
    text-align: center!important;
}
.address-wrap p{
    padding-top: 17px!important;
    font-size: 12px!important;
    text-align: center!important;
}
.left-developer {
    padding-right: 5px!important;
}
.banner-section div
{
    z-index: 0!important;
}
.left-side .logo {
    max-width: 40px!important;
}
.mobile-menu{
    z-index: 1;
}
.navigation_menu{
    position: relative!important;
}
.right-side {
    display: flex !important;
    justify-content: flex-start!important;
}
.right-side .logo {
    max-width: 50px!important;
    margin-left: 18px!important;
}
.menu-wrapper {
    justify-content: left!important;
    padding: 10px 0!important;
}
.map p{
    font-size: 13px!important;
}
.map{
    padding: 33px 0 23px 0!important;
}
.form-bg {
    padding: 30px 30px 0px 30px!important;
    height: 500px!important;
}
p.title {
    font-size: 17px !important;
}
a.plan-btn {
    padding: 9px 9px!important;
    font-size: 10px!important;
}
.table tbody td {
    font-size: 14px!important;
}
a.btn.btn-secondary{
    margin: 8px 0!important;
}
.tbl {
    margin-top: 13px!important;
}
.hamburger.active span{
    height: 2px!important;
    background:#fff;
}
.abt {
    padding-top: 25px!important;
}
.glass-card.active{
    height: 150px!important;
}
.table thead th{
    font-size: 16px!important;
    font-weight: 500!important;
}
.appointment{
    padding: 25px 0 25px 0!important;
}
#floorplan{
padding-top: 15px!important;
    padding-bottom: 25px!important;
}
.row.plnss {
    padding-top: 18px;
}
.cta2 {
    padding: 10px 0 80px 0!important;
}
.wrapper2{
    padding-top: 0px!important;
}
.info h3
{
font-size: 18px !important;
line-height: 19px !important;
margin: -30px 0 5px !important;
} 
#location{
    padding-top: 0px!important;
}
section.loc {
    padding-top: 10px!important;
}
.location-section1 .lisst {
    padding: 29px 0 10px 0!important;
}
.gallery
 {
    padding: 25px 0px 73px 0 !important;
}
.marquee-arrow{
    bottom: -47px!important;
    width: 30px!important;
    height: 30px!important;
}
.counterWrap .item .count .no, .counterWrap .item .count .stymbol
{
font-size: 30px!important;
    font-weight: 500!important;
}
.countLable {
    font-size: 14px;
}
.mobile-menu ul li a{
    font-size: 16px!important;
}
.mobile-menu ul {
    list-style: outside!important;
    text-align: left!important;
   padding-left: 42px!important;
}
.modal-body h3.mb-4 {
    font-size: 22px!important;
}
.cta2 {
    background-attachment: scroll!important;
}

}