@media (min-width:1536px) {
    .comingsoon {
  /*   top: 580px;
    left: 43%; */
}
}
@media (width:1164px) {
    .navbar-content {
        gap: 100px;
    }
    .navitems {
        gap: 20px;
    }
    .gr-swara-overview {
        gap: 100px !important;
    }
    .gr-swara-highlights {
        gap: 100px !important;
    }
    .check-btn {
    padding: 7px 17px;
    }
    .ranging {
    font-size: 16px;
    gap: 10px;
    }
    .button-group {
    display: flex;
    gap: 9px;
    }
   
    .enquiry-content{
        width: 440px;
    }
    .contacts{
        width: 589px;
    }
}
@media (min-width:1164px) and (max-width:1280px) {
.amenitiesname {
    color: #46494F;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 20px;
}
 .info-card {
        transform: translateY(-80%) !important;
        left: 62% !important;
    }
}
@media (min-width:1440px) {
    .highlightscontent{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /* right:26px; */
    width: 40%;
    }
    .gr-swara-overview{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    }
    .floorplancontent {
    padding: 29px;
    }
    .button-group {
    gap: 39px;
    }
  
}

@media (min-width:860px) {
    .backwhatsapp-size{
       padding: 12px 15px;
    }

.enquirynows i {
  /* width: 1em; */
 /*  font-size: 40px;
  height: 40px;
  line-height: 1;
  transform: rotate(45deg); */
   transform: rotate(45deg);    
}


    .d-desktop{
        display: block;
    }
    .d-mobile{
        display: none;
    }
    .gr-swara-overview{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 50px;
    }
    .gr-swara-highlights{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    }
    .floorplanlife{
    display: flex;
    }
    .floorplanimg{
    background: #FEFDFC;
    display: flex;
    justify-content: center;
    }
    .button-group {
    flex-wrap: wrap;
    }
    .floorplancontent{
    display: flex;
    }
    .info-card {
    transform: translateY(-74%);
    left: 70%;
    }
    .contactform{
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 50px;
    }
    .locationsec{
    height: 812px;
    padding: 3rem;
    }
    .info-card {
    width: 441px;
    height: 100%;
}

.enquirynow:hover {
    background: #ffffff; /* slightly darker brown */
    color:#6f412a;       /* pure white on hover */
    cursor: pointer;
    border:2px solid #8A5738;
   
}
.enquirynows:hover {
        background: #ffffff;
        color: #6f412a;
        cursor: pointer;
        border: 1px solid #8A5738;
        
    }
    .submitbtn:hover {
        background: #ffffff;
        color: rgba(91, 73, 59, 1);
        cursor: pointer;
        border: 2px solid rgba(91, 73, 59, 1);
    
    }
    .visitnow:hover {
        background:#975C02;
        color: #FFFFFFAB;
        cursor: pointer;
        border: 2px solid #FFFFFFAB;
        
    }
   


.banner-content{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.nav-link:hover {
     color: rgba(88, 70, 56, 1) !important;
}
.check-btn:hover {
  background-color: #b86e2c !important;
  color: #fff !important;
border: 1px solid #b86e2c !important;

}
.back-to-top:hover {
background-color: #FFF ;
border:1px solid #C18553;
color:  #C18553 !important;
}
.popup-box button[type="submit"]:hover {
    color: #57381C;
    background-color: #FFFFFF;
    border: 1px solid #57381C;
   
}
.buttonstyle:hover{
    background-color: rgba(255, 255, 255, 1);
     color: rgba(87, 56, 28, 1);
     border: 1px solid rgba(87, 56, 28, 1);
     
}
.comingsoon{
   top: 50%;
left: 50%;
transform: translate(-50%, -0%);
position: absolute;
}
.galleryimg .swiper-wrapper{
  display: flex;
  animation: scrollLinear 8s linear infinite;
}
.galleryimg:hover .swiper-wrapper {
  animation-play-state: paused;
}
@keyframes scrollLinear {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.enquirynow i {
    /* width: 1em; */
    /* font-size: 37px;
    transform: rotate(45deg);
    height: 57px;
    display: inline-block; */

    transform: rotate(45deg);
}
.spacious-img{
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.content-homes{
  display: flex;
  flex-direction: column;
  /* justify-content: flex-start; */
  align-items: center;
  position: relative;
  bottom: 70%;
}

.uds{
  display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: relative;
    bottom: 70%;
}
}
@media (max-width:860px) {
    
.enquirynows i {
        font-size: 14px;
        /* height: 40px; */
        line-height: 1;
         transform: rotate(45deg);
    }

    .fpbutton-container{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 12px;
    }

    .fp-btn{
        border: none;
        border-radius: 4px;
        background-color: #8A5738;
        color: #F3E9DD;
        font-family: 'Jost';
        font-weight: 500;
        font-size: 14px;
        text-transform: uppercase;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 2px;
        padding: 5px 18px;
    }

    .fp-btn .bi-arrow-up-short::before{
        font-size: 22px;
        transform: rotate(45deg);
        display: flex;
        justify-content: center;
        align-items: center;
    }






    .d-desktop{
        display: none;
    }
    .d-mobile{
        display: block;
    }
    .uds{
  display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;

}
    .banner-background {
    height: 415px;
    align-items: flex-end;
    }
    .banner-content {
    height: 249px;
    width: 300px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
   /*  border: 1px solid rgba(255, 255, 255, 0.54); */
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid rgba(255, 255, 255, 0.54);
    }
    .gr-swara-townhouse {
    font-size: 40px;
    margin-bottom: 0px;
    line-height: 1;
    }
    .Ordinary-lifestyle {
        font-size: 14px;
        MARGIN-BOTTOM: 5PX;
        font-weight: 450;
        margin-top: -7px;
    }
    .Ultra-Spacious {
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 12px;
    }
    .onwards {
    height: 36px;
    font-size: 24px;
    padding: 0px 0px;
    align-items: center;
    margin-bottom: 10px;
    }
    .amtonwards {
    font-size: 16px;
    }
    .visitnow { 
    font-size: 24px;
    padding: 0px 63px;
    border-radius: 4px;
    border-width: 1px;
    }
    .grswaraover {
    font-size: 14px;
    letter-spacing:  0.84px;
    text-align: center;
    }
    .amenitieshead {
    font-size: 14px;
    }
    .glimpse-life {
    font-size: 28px;
    line-height: 31px;
    margin-bottom: 2px;
    }
    .contacts{
        margin-top: 10px;
    }
    .enquiry-content{
        margin-top: 30px;
    }
    .welcome-townhouse {
    font-size: 28px;
    line-height: 31px; 
    text-align: center;
    }
    .overviewcontent {
    font-size: 12px;
    line-height: 19px;
    text-align: center;
    }
    .enquirynow {
    padding: 7px 20px;
    font-size: 14px;
    line-height: 1;
    }
    .overview-images {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    margin-top: 25px;
    }
    .townhouseimg {
    position: relative;
    right: 38px;
    top: 50px;
    }
    .townhouseimgs {
    position: relative;
    left: 36px;
    }
    .sparkleicon {
        position: relative;
        top: 16px;
        left: 28px;
    }
    .ranging {
    font-size: 12px;
    }
    .exceptionalimg {
    position: relative;
    left: 70px;
    top: 36px;
    }
    .highlightscontent {
    display: flex;
    justify-content: center;
    align-items: center;
  /*   position: relative;
    right: 38px; */
    }
    .sparkle {
    position: absolute;
    top: 13px;
    right: 166px;
    }
    .floorplanimg{
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .floors {
    font-size: 12px;
    margin-bottom: 8px;
    }
    .inffloors {
    font-size: 23px;
    line-height: 36px;
    }
    .check-btn {
    padding: 6px 8px;
        font-size: 14px;
        line-height: 1;
    }
    .enqcon {
        line-height: 16px;
    }
    .button-group {
    margin: 20px 0px;
    }
    .palncontent {
    font-size: 12px;
    }
    .palncontent {
    margin-bottom: 6px;
    }
    .enquirynows {
   padding: 4px 17px;
        font-size: 14px;
        gap: 6px;
    }
    .floorplanlife{
    width: 100%;
    height:100%;
    }
    .gallerysec {
  padding: 23px 0px;
    }
    .info-card h4 {
    font-size: 20px;
    }
    .info-card ul {
    font-size: 16px;
    }
    .info-card {
    bottom: 39px;
    padding: 14px;
    border: 1px solid #fff;
    }
    .info-card .counter {
    margin-top: 10px;
    font-size: 24px;
    } 
    .get-in-touch {
    font-size: 26px;
    }
    .submitbtn {    
    padding: 0px 84px;
    font-size: 24px;
    border-radius: 2px;
    }
    .copyrightsec{
     height: 100%;
    }
    .copyrightsec p {
        font-size: 12px;
        margin-bottom: 0;
    }
    .navbar-mb{
        background-image: url('../images/bgimg-mobile.avif');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 6px 10px;
    }
    .sliding-navbar {
    position: fixed;
    top: -160%;
    left: 0;
    width: 100%;
    height: 100vh;
    transition: top 0.8s ease-in-out;
    z-index: 9998;
    padding: 20px;
    overflow-y: auto;
    background-image: url('../images/gallerybgimg.avif');
    }
    .sliding-navbar.active {
    top: 0;
    }
    .mobile-nav-toggle {
    cursor: pointer;
    }
    .close-the-nav {
    cursor: pointer;
    width: 24px;
    }
    .nav-header-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding-bottom: 0px;
    }
    .top-nav-head {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding-top: 0px;
        text-align: center;
    }
    .nav-item-link {
        text-decoration: none;
        font-family: 'Poppins';
        font-size: 22px;
        font-weight: 400;
        transition: color 0.3s ease;
        
       color: #8A5738;
    }
    .navbar-items li{
    list-style: none;
     margin-bottom: 25px;
    }
      .row-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    } 
    
    .swiper-button-prev, .swiper-button-next {
    width: 32px !important;
    height: 32px !important;
    }
    .enqconspan {
    font-size: 16px;
    }
     .enqcon p {
    font-size: 12px;
    }
    .custom-form input {
        width: 268px;
        height: 36px;
    }
    .enquiry-content{
    gap: 18px;
    }
    .custom-form input {
    border: 1px solid #AAA498;
    background: #FFFFFFE0;
    width: 100%;
    border-radius: 6px;
    border-width: 1px;
    padding: 13px 10px;
    color: #4A2F1673;
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0px;
}
.floorplancontent {
  
    padding: 16px;
}
.button-group {
    gap: 16px;
}
.banner-background {
    justify-content: center;
}
.enquiryform input {
        border: 1px solid #AAA498;
        width: 100%;
        background: #FFFFFFE0;
        font-family: 'Plus Jakarta Sans';
        font-weight: 400;
        font-size: 16px;
        letter-spacing: 0px;
        color: rgba(0, 0, 0, 1);
        height: 36px;
    }
.info-card ul {
    color: rgba(76, 76, 76, 1);
font-family: 'Poppins';
font-weight: 300;
font-size: 14px;
letter-spacing: 0.08px;
text-transform: capitalize;
}
.cards-wrapper {
  max-width: 100%;
  padding: 16px;
}

.info-card {
  flex-direction: column;
  transition: opacity 0.4s ease-in-out;
   border: 1px solid #fff;
}

.info-card.active {
  display: flex;
}

.counter {
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
}
.swiper-slide {
text-align: center;
}
.image-wrapper img {
    width: 100%;
    height: 182px;
   border-radius: 4px;
   margin-top: 0px;
}
.location{
    font-size: 12px;
}
.locations{
    color: #341E0A;
    font-family: 'Playfair Display';
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0px;
}
.unlock-plan {
    padding: 3px 22px;
    font-size: 16px;
    top: 69%;
    left: 22%;
}
.gallerysec {
    height: 340px;
}
.galleries {
    filter: blur(18px);
    border: none;
}
.comingsoon {
    width: 203px;
    height: 41px;
    font-size: 24px;
    top: 80px;
    align-items: center;
}
.floorszz {
    filter: blur(10px);
}
.phonemail{
    height: 74px;
}
.amenitiesname{
    color: #46494F;
    font-family: 'Poppins';
    font-weight: 400;
    font-size:16px;
    letter-spacing: 0px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.back-to-top {
    padding: 12px 14px;
    bottom: 54px;
    right: 6px;
    font-size: 14px;
}
.masters {
    filter: blur(10px);
    position: relative;
}
.mobileunlock{
    position: absolute;
    display: flex
;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
}
.popup-box {
    max-width: 92%;
    height: 300px;
    padding: 0px 23px;
    gap: 10px;
    border-radius: 4px;
}
.popup-box input {
    padding: 3px 0px;
    font-size: 14px;
    font: weight 300;
    margin-bottom: 26px;
}
.popup-box h2 {
    font-family: 'DM Serif Display';
    font-weight: 300;
    font-size: 20px;
    margin-bottom: -3px;
}
.popup-box button[type="submit"] {
    background: #57381C;
    width: 220px;
    border-radius: 4px;
    gap: 10px;
    padding: 0px 0px;
    border: none;
    color: #FFFFFF;
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
    margin-top: 0px;
}
.close-btn {
    position: absolute;
       top: -9px;
        right: -2px;
        padding: 3px 4px;
}
.overview-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.popup-box input:valid {
font-family: 'Plus Jakarta Sans';
font-weight: 500;
font-size: 14px;
letter-spacing: 0px;
color: rgba(0, 0, 0, 1);
}
.canclelogo{
    height: 28px;
    width: 28px;
}
.locationsec{
    padding-top: 30px; 
}
.maploc{
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
}
.nextbbtn {
    position: relative;
    left: 7px;
}
.contactform{
  padding: 1rem;
}
.swaraenquiry{
    padding: 3rem;
}
.buttons{
    display: flex;
    justify-content: center;
    align-items: center;
}
.logoconact{
    height: 32px;
    width: 32px;
}
.enquiry-section { 
        padding: 0px 0px !important;
        position: fixed;
        bottom: 0;
        z-index: 9;
        width: 100%;
    }
    .contact-section {
       background: rgba(87, 56, 28, 1);
        display: flex;
        justify-content: space-around;
        align-items: center;
        text-align: center;
        padding: 0px 0px;
        width: 100%;
    }
        .contact-div {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 7px 0px;
        width: -webkit-fill-available;
        border-right: 1px solid #FFFFFF80;
    }
    .openPopup-style{
        border: none;
    }
    .enquirybtn{
        border: none;
        padding: 0px 0px;
        background: none;
        color: white;
        border: none;
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
    }

    #slideInfoBtn{
        height: 100%;
        position: absolute;
        right: 0px;
        background: rgba(138, 87, 56, 1);
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }


    .contactenquiry{
        font-weight: 400;
        color: #FFFFFF;
        font-size: 14px;
        margin-bottom: 0px;
        
        font-family: 'Jost';
    }
    .enquiry-section.hidden {
  display: none; /* or use opacity + transition for fade effect */
}
.bg-content {
    width: 100%;
    height: 300px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 1);
}
.VerifyNumber {
    font-size: 30px;
}
.digitotp {
    font-size: 12px;
}
.otp-field input {
    border: 1.4px solid rgba(87, 56, 28, 1);
    background: rgba(255, 255, 255, 1);
    width: 50px;
    height: 50px;
    font-size: 25px;
}
.buttonstyle {
    width: 185px;
    padding: 2px 0px;
    font-size: 24px;
}
.btn-close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -13px;
    right: 4px;
    background: rgba(87, 56, 28, 1);
    opacity: 1;
    z-index: 9;
}
.coming-soon{
    display: flex;
    justify-content: center;
    align-items: center;
}
.amenity-item{
    width: fit-content;
}
.swaracontainer{
    padding-left: 10px;
    padding-right: 10px;
}
.Sprawling{
    color: rgba(86, 59, 0, 1);
    font-family: 'Euclid Circular A';
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0px;
    margin-top: 0;
    margin-bottom: 14px;
}
.Residences {
       font-family: 'DM Serif Display';
        font-weight: 400;
        font-size: 32px;
        letter-spacing: 0px;
        color: rgba(91, 73, 59, 1);
        line-height: 1;
        margin-top: 14px;
}
   /*  .line{
        margin-bottom: 8px;
        margin-top: 4px;
    } */
.openspaces {
    width: 296px;
    padding: 10px;
    margin-top: 0px;
    height: 74px;
}
.percent {
    font-family: 'Jost';
    font-weight: 500;
    font-size: 28px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
   padding: 10px 7px 1px 7px;
        width: 50%;
}
.percent span{
    font-family: 'Jost';
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
}
.phone{
   height: 70px;
}
.enquirynow i {
        /* width: 1em; */
        font-size: 14px;
         transform: rotate(45deg);
        /* height: 57px; */
        display: inline-block;
        /* padding: 0px 0px; */
    }
.spacious-content {
    font-weight: 600;
    font-size: 32px;
    line-height: 1;
}
.spacious-content span {
    font-weight: 400;
    font-size: 24px;
}
.types-name {
    font-size: 18px;
    margin-bottom: 0px;
}
.spacious-img {
    width: 260px;
    height: 120px;
}
.types {
    height: 174px;
}

.homes {
    border-top: 1px solid rgba(194, 171, 114, 1);
    background: linear-gradient(180deg, #57381C -32.86%, #BD7A3D 135.33%);
    height: 337px;
    padding: 7px;
}
.specious-home{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.specious-home{
    background-image: url('../images/banner-img-content.png');
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    min-width: 100%;
    background-position: center;
    background-size: contain;
    gap: 14px;
}
.spacious-content1 {
    font-size: 32px;
    text-align: center;
}
.types-name1{
    font-size: 20px;
}
.content-homes1{
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #F0D695;
width: 40%;

}
.content-homes2{
    width: 55%;
    display: flex
;
    flex-direction: column;
    align-items: center;
}
#getProjectBox {
  display: flex;
  width: 100%;
  background: #8A5738;
  font-family: 'Poppins';
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  transition:all 0.8s ease-in-out;
  padding: 6px 0px;
  justify-content: center;
  align-items: center;
  gap: 10px;
right: -700px;
  position: fixed;
  bottom: 0px;
  z-index: 999;
}
#getProjectBox.active{
  right: 0;
}

}
@media (min-width:712px) and (max-width:860px){
    .banner-content {
    width: 75%;
    height: fit-content;
    padding: 14px 0px;
    }
    .gr-swara-townhouse {
        font-size: 50px;
    }
        .Ordinary-lifestyle {
        font-size: 20px;
        margin-top: 0px;
    }
    .Residences {
        font-size: 36px;
        margin-top: 12px;
    }
    .Sprawling {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .onwards {
        height: auto; 
        font-size: 30px;
    }
    .visitnow {
        width: 100%;
        height: fit-content;
        font-size: 30px;
        padding: 0px 0px;
    }
    .submitbtn {
        width: 50%;
    }
    .enqcon {
        height: fit-content;
    }
    .masters{
        width: 100%;
        filter: blur(20px);
    }
    .design-crafted-exclusivity{
        width: 70%;
    }
    .unlock-plan {
        left: 30%;
    }
    .homes {
        height: 500px;
    }
    .spacious-content {
        font-size: 56px;
    }
    .spacious-content span {
        font-size: 40px;
    }
    .types-name {
        font-size: 26px;
    }
    .spacious-content1 {
        font-size: 50px;
    }
    .content-homes2 {
        width: 45%;
    }
    .contactform {
        padding: 1rem 3rem;
    }
    .animate-on-scroll-bottom1 {
   
    transform: translateY(10px);
   
    } 
}
@media (min-width:900px) and (max-width:1000px) {
    .navigationcontent {
        padding: 10px 20px;
    }
    .ngbar {
        font-size: 14px;
    }
    .types {
        height: 200px;
        gap: 10px;
        padding: 25px 10px;
    }
    .spacious-content {
        font-size: 30px;
    }
    .types-name {
        font-size: 20px;
    }
    .spacious-content1 {
        font-size: 34px;
    }
    .overview-images img{
        width: 140%;
    }
    .highlightscontent img{
        width: 140%;
    }
    .welcome-townhouse {
        font-size: 39px;
        line-height: 47.2px;
    }
    .overviewcontent {
        font-size: 14px;
        line-height: 20.2px;
    }
    .gr-swara-overview {
        justify-content: space-evenly;
        gap: 80px;
    }
    .popup-box {
        max-width: 80%;
    }
    .exceptional {
        font-size: 39px;
        line-height: 47.2px;
    }
    .gr-swara-highlights {
        display: flex;
        justify-content: flex-end;
    }
    .ranging {
        font-size: 10px;
    }
    .floorszz {
        width: 100%;
    }
    .button-group {
        gap: 25px;
    }
    .check-btn {
        padding: 7px 12px;
    }
    .gallerysec {
        padding: 70px 22px 0px 22px;
    }
/*     .comingsoon {
        left: 30%;
    } */
    .info-card {
        left: 50%;
    }
    .swaracontainer {
     max-width: 850px;
    }
    .unlock-plan {
        left: 35%;
    }
 /*    .animate-on-scroll-left {
        transform: translateX(-26px);
    } */
     .enquirynows {
   
    font-size: 20px;
     }
}
@media (min-width:1130px) and (max-width:1200px) {
    .swaraenquiry {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .info-card {
        left: 60%;
    }
    .gr-swara-overview {
        gap: 92px;
    }
    .welcome-townhouse {
        font-size: 36px;
        line-height: 41.2px;    
    }
    .overviewcontent {
        font-size: 17px;
        line-height: 31.2px;
    }
    .gr-swara-highlights {
        display: flex;
        justify-content: flex-end;
    }
    .ranging {
        font-size: 14px;
    }
}
@media (width:1024px) {
    .navigationcontent {
        padding: 10px 30px;
    }
    .types {
        height: 215px;
        padding: 25px 22px;
        gap: 20px;
    }
    .spacious-content {
        font-size: 32px;
    }
    .types-name {
        font-size: 20px;
    }
    .spacious-content1 {
        font-size: 34px;
    }
    .spacious-img {
        height: 100%;
    }
    .overview-images img{
        width: 100%;
    }
    .welcome-townhouse {
        font-size: 46px;
        line-height: 53.2px;
    }
    .gr-swara-overview {
        display: flex;
        justify-content: center;
    }
    .highlightscontent img{
        width: 100%;
    }
    .exceptional{
        font-size: 46px;
        line-height: 53.2px;
    }
    .ranging {
        font-size: 15px;
    }
    .floorszz {
        width: 100%;
    }
   /*  .comingsoon {
        left: 32%;
    } */
    .info-card {
        left: 55%;
    }
    .swaracontainer {
     max-width: 960px;
}
}
@media (width:1366px) {
    .gr-swara-overview {
        display: flex
;
        justify-content: flex-start;
        align-items: center;
        /* gap: 50px; */
    }
}
@media (width: 320PX) {
    .allotp {
    gap: 13px;
}
.info-card ul {
font-size: 12px;
}
}
@media (width: 360px) {
    .ranging {
        font-size: 11px;
    }
}
@media (min-width: 340px) and (max-width:355px){
    .ranging {
        font-size: 11px;
    }
}

 @media (min-width: 390px) and (max-width:860px) {
    .homes {
      padding: 14px 7px !important;
    }
}

 @media (min-width: 480px) and (max-width:860px) {
    .content-homes1 {
padding: 0px 0px 0px 32px;
 }
 }
/*  @media (min-width: 1920px) and (max-width:2560px) {
.banner-background {
    height: 1030px;
}
.banner-content {
    width: 774px;
    height: 560px;
    gap: 10px;
}
 }
 @media (min-width: 1600px) and (max-width:1903px) {
.banner-background {
    height: 902px;
 }
}
@media (width:1536px) {
    .banner-background {
    height: 815px;
}
}
@media (width:1512px) {
.banner-background {
    height: 750px;
}
}
 @media (min-width: 1366px) and (max-width:1440px) {
.banner-background {
    height:725px;
 }
}
@media (width:1164px) {
.banner-background {
    height: 730px;
}
}
.animate-on-scroll-bottom {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
} */