

/* Large Tab responsive */
@media screen and (max-width:950px) {
    .intro-text-container{
        display: none;
    }

}
@media screen and (max-width:900px){
    /* Home Banner Fixed */
    .home-banner-fixed {
        width: 30%;
        height: auto;
    }
   
    .project-tag-text p:nth-child(2){
  font-size: 16px;
}
    .home-banner-fixed-container:nth-child(1) strong{
        font-size: 9px;
        margin-left: 20px;
    }
    .home-banner-fixed-container:nth-child(1) p{
        font-size: 7px;
    }
    .home-banner-fixed-divider::after{
        margin-bottom: 2px;
        height: 3px;
    }
    .home-banner-fixed-container2:nth-child(2) strong{
        font-size: 8px;
        margin-left: 20px;
    }
    .home-banner-fixed-container2:nth-child(2) p{
        font-size: 7px;
    }
    .navigation{
        display: none;
    }
    .menu-toggle{
      display: block;
    }
    .header-container{
        margin: 10px 20px;
    }
    .sidenav-container{
        display: none;
    }
    .contact-button{
        width: 90px;
        height: 25px;
        font-size: 14px;
        margin-right: -5px;
    }
    /* Home Banner */
    .home-banner{
        height: 50vh;
    }

    /* About Section */
    .about-section{
        /*height: 250px;*/
        /*margin-top: 15%;*/
    }
    .about-section .section-header{
        margin-top: 5%;
    }
    .about-section .about-text{
        font-size: 19px;
    }
    .about-section .about-highlight{
        display: flex;
        flex-direction: row;
    }
    .about-section .about-highlight p{
        margin-top: 10px;
        font-size: 8px;
    }
    .about-section .about-text p{
        font-size: 14px;
        text-align: left;
    }
    .side-explore p{
       display: none;
    }
    .side-explore{
        position: relative;
    }
    .side-explore .explore-button{
        margin: 0 auto;
    }

    /* intro section */
    .intro-section{
       width: 100%;
       position: relative;
    }
    .intro-border{
        position: absolute;
        top: 15%;
        width: 80%;
        height: 195px;
        margin-left: 5%;
        border-radius: 5px;
    }
    .intro-image-container{
        width: 100%;
        height: 195px;
        position: relative;
        margin-top: 15px;
        margin-left: 20px;
        border-radius: 5px;
    }
    .intro-image-container img{
        border-radius: 5px;
    }
    .intro-image-container::before{
        display: none;
    }
    .intro-text-container{
        display: none;
    }
    .intro-text-mob-container{
        width: 84%;
        position: absolute;
        bottom: 18.89%;
        margin-left: 10%;
        display: block;
    }
    .intro-text-mob-container .intro-text-header{
        font-size: 20px;
        width: 90%;
    }
    .intro-text-mob-container .intro-text-header span{
        font-weight: 600;
    }
    .intro-text-mob-container .intro-text-footer{
        margin-top: -10px;
        width: 90%;
        font-size: 14px;
    }
    .project-logo{
        bottom: 0%;
        right: 50%;
        transform: translate( 50%, -5%);
        opacity: 0.4;
    }
    /* HighLight Section */
    .highlight-section{
        height: 700px;
        position: relative;
        overflow: hidden;
    }
    .highlight-header{
        width: 100%;
    }
    .highlight-header::before{
        width: 60%;
    }
    .highlight-header::after{
        width: 300px;
    }
    .highlight-name{
        position: absolute;
        margin-left: -4%;
    }
    .highlight-container{
        width: 100%;
    }
    .highlight-container-header{
        padding: 10px 10px;
    }
    .highlight-container-header p:nth-child(1){
        margin-top: 15%;
        margin-left: 15%;
        width: 80%;
        font-size: 22px;
        text-align: center;
    }
    .highlight-container-header p:nth-child(2){
        margin-top: 5%;
        margin-left: 15%;
        font-size: 22px;
    }
    .highlight-section-container{
        height: 55%;
    }
    .highlight-section-image-container{
        top: -10%;
        display: flex;
        flex-wrap: wrap; /* Allow items to wrap onto multiple lines */
        justify-content: center; /* Center items horizontally */
        gap: 10px;
    }
    .highlight-section-image {
        width: 20%;
        flex: 1 1 40%; /* Adjust the width of each highlight section */
        margin: 10px; /* Add some margin between each highlight section */
      }
      .section-image {
        margin-top: -20px;
        width: 230px;
        height: 155px;
        position: relative;
      }
      .section-image-text {
        position: absolute;
        bottom: 10px; /* Adjust the vertical position of the text */
        left: 0px; /* Adjust the horizontal position of the text */
        background-color: rgba(255, 255, 255, 0.7); /* Add a semi-transparent background */
        border-radius: 5px; /* Add some border-radius for rounded corners */
      }
      .section-image-text p{
        color: var(--ambience, #006699);
        text-shadow: 0px 1.948px 1.948px rgba(245, 245, 245, 0.15);
        font-family: Montserrat;
        font-size: 7.306px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
      }
      .section-image-drop-text{
        width: 80%;
      }
      .section-image-drop-text p{
        margin-top: 40px;
        font-size: 12px;
      }
      /* Amenities Section */
      .amenities-section{
        position: relative;
        height: 700px;
        width: 100%;
        overflow: hidden;
    }
    .amenities-name{
        right: -10%;
    }
    .amenities-header h2{
        opacity: 0.4;
    }
    .amenities-container{
        width: 80%;
    }
    .amenities-container-header{
        padding: 2px 2px;
    }
    .amenities-container-header h4{
        font-size: 24px;
    }
    .amenities-container-header p{
        font-size: 13px;
        font-weight: 600;
    }
    .amenities-image-slider .container {
        height: auto;
        overflow: hidden;
    }
    .amenities-image-container{
        bottom: 45%;
        height: 100px;
    }
    .carousel-view .item-list{
        /* padding: 0px 0px; */
        gap: 4px;
        display: grid;
        grid-template-rows: repeat(2, auto); /* Two rows, each with auto height */
        grid-auto-flow: column; /* Items flow in columns */
        row-gap: 50px;
    }
    .item{
        min-height: 60px;
        width: 20px;
        height: 100px;
    }
    .item .item-image{
        height: 90%;
        width: 80%;
    }
    .item .item-text{
        font-size: 16px;
        bottom: -40%;
    }
    /* Pricing Section */
    .pricing-section{
        height: 1250px;;
        overflow: hidden;
        border-radius: 5px;
    }
    .pricing-name{
        left: -12%;
    }
    .pricing-header h2{
        font-size: 24px;
        opacity: 0.4;
    }
    .pricing-header::after{
        width: 380px;
    }
    .pricing-header::before{
        width: 180px;
    }
    .pricing-heading{
       width: 90%;
       top: 5%;
       left: 20%;
    }
    .pricing-heading h2{
       font-size: 24px;
        padding: 8px 15px;
        margin-top: -17px;
        text-align: left;
    }
    .pricing-slider-container{
        margin-left: 12%;
        width: 88%;
        height: 100%;
    }
    .pricing-section-container{
        top: 33%;
    }
    .pricing-section-wrapper {
        grid-template-columns: repeat(1, 1fr); /* Single column layout for smaller screens */
        row-gap: 50px;
    }
    .pricing-border{
        width: 90%;
        margin-left: 10px;
    }
    .pricing-content{
        width: 90%;
        margin-left: 10px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    /* Floor PLan */
    .floor-plan-section{
        height: 650px;
        overflow: hidden;
        border-radius: 5px;
    }
    .floor-plan-name{
        right: -15%;
    }
    .floor-plan-header h2{
        opacity: 0.4;
    }
    .floor-plan-heading{
        width: 80%;
        margin: 0 auto;
    }
    .floor-plan-heading h2{
        font-size: 23px;
    }
    .floor-plan-image-container{
        margin-top: 10%;
        margin-left: 20%;
        display: flex;
    }
    /* Hide all images by default */
    .floor-plan-section-image {
      display: none;
      opacity: 0;
      transition: opacity 0.5s ease-in-out; /* Add transition effect */
    }
  /* Show only the first image initially */
    .floor-plan-section-image:first-child {
      display: block;
    }
    .floor-plan-section-image.active {
        display: block;
        opacity: 1;
      }
    .slider-controls{
        position: absolute;
        bottom: 0px;
        display: flex;
        justify-content: center;
        width: 100%;
        margin-bottom: 10%;
        gap: 40px;
    }
    .slider-controls button{
        border: none;
        background-color: transparent;
        color: #006699;
        font-size: 25px;
        text-align: center;
    }
    /* Location Section */
    .location-section{
        height: 650px;
        position: relative;
    }
    .location-name{
        left: -8%;
    }
    .location-header h4{
        font-size: 30px;
    }
    .location-header::after{
        width: 320px;
    }
    .location-header::before{
        width: 160px;
    }
    .location-header-name{
        width: 80%;
        margin-left: 10%;
        margin-top: 20%;
        height: 30px;
    }
    .location-header-name h2{
        font-size: 23px;
    }
    .location-section-image-container{
        top: 15%;
        height: 90%;
    }
    .location-text-container{
        display: flex;
        flex-direction: column;
        height: 90%;
    }
    .location-image-container{
        margin-top: 9%;
        max-width: 100%;
        width: 90%;
    }
    .location-image-border{
        width: 80%;
        margin-right: 20%;
    }
    .location-section-container{
        max-width: 100%;
    }
    .location-text{
        width: 80%;
        height: 300px;
        margin-left: 10%;
    }
    .location-text ul li{
        font-size: 15px;
    }
    /* Project Logo Section */
    .project-tag-line{
        width: 90%;
        margin-left: 7%;
        margin-top: 10%;
    }
    .project-tag-text p{
        font-size: 19px;
    }
    /* contact Section */
    .contact-section{
        height: auto;
        position: relative;
        overflow: hidden;
    }
    .contact-name{
        display: none;
    }
    .contact-container{
        flex-direction: column;
        width: 100%;
        position: relative;
    }
    .contact-container::before{
        content: "";
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #ded7d7c6;
    }
    .contact-image-wrapper{
        z-index: 2;
        max-width: 100%;
        width: 90%;
        margin-top: 10%;
        height: calc(100% + 50px);
    }
    .mob-contact-image{
        display: none;
    }
    .image-container{
        height: 400px;
        width: 100%;
        grid-template-rows: repeat(9, 10vw);
    }
    .image-1 {
        grid-column-start: 1;
        grid-column-end: 5;
        grid-row-start: 1;
        grid-row-end: 4;
    }
    .image-2{
        grid-column-start: 5;
        grid-column-end: 9;
        grid-row-start: 1;
        grid-row-end: 4;
    }
    .image-3{
        grid-column-start: 1;
        grid-column-end: 6;
        grid-row-start: 4;
        grid-row-end: 6;
    }
    .image-4{
        grid-column-start: 6;
        grid-column-end: 9;
        grid-row-start: 4;
        grid-row-end: 6;
    }
    .image-5{
        grid-column-start: 1;
        grid-column-end: 4;
        grid-row-start: 6;
        grid-row-end: 9;
    }
    .image-6{
        grid-column-start: 4;
        grid-column-end: 9;
        grid-row-start: 6;
        grid-row-end: 9;
    }
    /* Contact Section */
    .contact-container::after {
        content: ""; 
        position: absolute; 
        bottom: 0; 
        left: 0; 
        width: 100%; 
        height: 60%; /* Set height to 50% */
        background-color: white; /* Add white background color */
        z-index: 1; /* Ensure it's behind other content */
      }
    .contact-logo{
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 200px;
        width: 100%;
        margin-left: -21px;
    }
    .contact-logo img{
        height: 30%;
        width: 45%;
        margin-top: 15%;
    }
    .contact-form{
        max-width: 100%;
        width: 90%;
        z-index: 2;
    }
    .contact-form-text{
        margin-left: 15px;
        margin-right: 15px;
    }
    /* modal Form POP up*/
    .left-part{
        display: none;
    }
    .footer-section{
        height: 100px;
    }
    .footer-container{
        justify-content: center;
    }
    .copyright p{
        text-align: center;
    }
}
/* CSS for desktop screens */
/* Tab Responsive */
@media screen and (max-width:768px){
    /* Home Banner Fixed */
    .home-banner{
        height: 75vh;
    }
    .floor-plan-heading{
  left: 10%;
}

    .home-banner-fixed {
        width: 20%;
        height: 15%;
    }
    .right-part form {
        /* margin-bottom: 23px; */
        padding: 24px 10px;
    }
    .home-banner-fixed-container:nth-child(1) strong{
        font-size: 9px;
        margin: 0 auto;
        display: block;
    }
    .home-banner-fixed-container:nth-child(1) p{
        font-size: 7px;
    }
    .home-banner-fixed-divider::after{
        margin-bottom: 2px;
        height: 3px;
    }
    .home-banner-fixed-container2:nth-child(2) strong{
        font-size: 8px;
        /* margin: 0 auto; */
    }
    .home-banner-fixed-container2:nth-child(2) p{
        font-size: 7px;
    }
    .fixed-form{
        display: none;
    }
    .header-container{
        align-items: center;
        justify-content: space-around;
        margin: 10px 10px;
    }
    .section-image {
        width: 125px;
        height: 135px;
        position: relative;
      }
      /* Amenities Section */
    .amenities-name{
        right: -15%;
    }
    /* contact Section */
    .contact-logo img {
        height: 41%;
        width: 45%;
        margin-top: 6%;
    }

}
/* Mobile Responsive */
@media screen and (max-width: 430px) {
    .highlight-name {
        margin-left: -18%;
    }
        .amenities-name {
        right: -26%;
    }
}
@media screen and (max-width: 430px) {
    /* Home Banner Fixed */
    .home-banner-fixed {
        width: 50%;
        height: auto;
        bottom: 3%;
    }
    .home-banner-fixed-container:nth-child(1) strong{
        font-size: 12px;
        font-weight: 600;
        /*margin-left: 20px;*/
    }
    .home-banner-fixed-container:nth-child(1) p{
        font-size: 7px;
        font-weight: 600;
    }
    .home-banner-fixed-divider::after{
        margin-bottom: 2px;
        height: 3px;
    }
    .home-banner-fixed-container2:nth-child(2) strong{
        font-size: 11px;
        /*margin: 0 auto;*/
    }
    .home-banner-fixed-container2:nth-child(2) p{
        font-size: 10px;
        font-weight: 600;
    }
    /* header */
    .header-container{
        margin: 10px 0;
    }
    .home-banner{
        height: 60vh;
    }
    .about-section .section-header h1 {
    font-size: 20px;
    }
    .intro-text-mob-container .intro-text-header p{
        font-size: 18px;
    }
    .highlight-name{
        margin-left: -12%;
    }
    .highlight-section-image-container{
        top: -10%;
        display: flex;
        flex-wrap: wrap; /* Allow items to wrap onto multiple lines */
        justify-content: center; /* Center items horizontally */
        gap: 5px;
    }
    .section-image {
        width: 125px;
        height: 135px;
        position: relative;
    }
    .section-image-drop-text p{
        font-size: 8px;
    }
    /* Amenities Section */
    .amenities-image-container{
        bottom: 50%;
    }
    .amenities-name{
        right: -23%;
    }
    /* Pricing Section */
    .pricing-name{
        left: -9%;
    }
    .pricing-name .pricing-header h2{
       font-size: 38px;
    }
    .pricing-wrap  .item:nth-child(3){
        margin-left: -25%;
    }
    /* Floor plan */
    .floor-plan-name{
        right: -15%;
    }
    .floor-plan-image-container{
        margin-top: 30%;
        margin-left: 0;
    }
    /* Location Section */
    .location-name{
        left: -16%;
    }
    .location-header h4{
        opacity: 0.4;
        font-size: 38px;
    }
    .location-image-container{
        height: 180px;
        max-width: 100%;
        width: 95%;
        margin-top: 15%;
        margin-right: 9%;
    }
    .location-image-border{
        width: 100%;
        height: 100%;
        margin-right: 0;
    } 
    /* project Tag LIne */
    .project-tag-line{
        margin-top: 20%;
    }
    /* contact Section */
    .mob-contact-image{
        display: block;
    }
    .contact-logo img{
        margin-left: auto;
        margin-right: auto;
    }
}
/* Small Mobile Size */
@media screen and (max-width: 320px) {
    .home-banner-fixed {
        width: 30%;
        height: auto;
    }
    .home-banner-fixed-container:nth-child(1) strong {
        font-size: 7px;
        margin: 0 auto;
        display: block;
    }
    .home-banner-fixed-container:nth-child(1) p {
        font-size: 6px;
        margin: 0 0;
    }
    .home-banner-fixed-container2:nth-child(2) strong {
        font-size: 6px;
        margin: 0 0;
    }
    .home-banner-fixed-container2:nth-child(2) p {
        font-size: 6px;
        margin: 0 0;
    }
    .pricing-name{
        left:-13%;
    }
    .floor-plan-name {
       right: -23%;
    }
    .location-section {
       height: 715px;
       position: relative;
   }
    .location-name{
        left:-17%;
    }
    .location-header h4 {
     opacity: 0.4;
     font-size: 33px;
   }
    .section-image {
        width: 117px;
        height: 135px;
        position: relative;
    }
   .project-tag-line {
    margin-top: 23%;
  }
  .about-section .about-highlight p{
        margin-top: 10px;
        font-size: 6px;
    }
    .amenities-name {
        right: -33%;
    }
    .highlight-name {
        margin-left: -23%;
    }
  .contact-form .contact-form-field {
      width:265px;
  }
  .contact-form form button{
      width: 265px;
  }
  .footer-container{
     flex-direction: column;
  }
}

@media screen and (max-width:1200px) {
    .intro-text-container {
        position: absolute;
        top: 30%;
        right: 14%;
    }
}

@media screen and (min-width:1440px) {
     .home-banner-fixed{
        height: auto;
     }
    .image-container{
        height: 400px;
        width: 100%;
        grid-template-rows: repeat( 9, 3vw);
    }
     .image-1 {
        grid-column-start: 1;
        grid-column-end: 5;
       grid-row-start: 1;
       grid-row-end: 5;
    }
    .image-2{
        grid-column-start: 5;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 5;
    }
    .image-3{
        grid-column-start: 1;
    grid-column-end: 6;
    grid-row-start: 5;
    grid-row-end: 9;
    }
    .image-4{
        grid-column-start: 6;
        grid-column-end: 9;
        grid-row-start: 5;
        grid-row-end: 9;
    }
}

@media screen and (min-width:2560px) {

    .image-container{
        height: 400px;
        width: 100%;
        grid-template-rows: repeat( 5, 3vw);
    }
     .image-1 {
        grid-column-start: 1;
        grid-column-end: 5;
       grid-row-start: 1;
       grid-row-end: 3;
    }
    .image-2{
        grid-column-start: 5;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 3;
    }
    .image-3{
        grid-column-start: 1;
    grid-column-end: 6;
    grid-row-start: 3;
    grid-row-end: 5;
    }
    .image-4{
        grid-column-start: 6;
        grid-column-end: 9;
        grid-row-start: 3;
        grid-row-end: 5;
    }
    .home-banner-fixed{
        height: 9%;
    }
}

@media screen and (max-width:900px) {
    .fixed-form{
        display: none;
    }
}