@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
* {
    font-family: "jost";
}

:root {
    --primary-color: #006755;
    --secondary-color: #DEB878;
    --background-color: #DFE7ED;
    --type1:#E8CDC4;
    --type2:#A5C1B2;
    --appart1:#E1BE96;
    --appart2:#CAD2D4;
    --appart3:#D0C1C8;
    --appart4:#79675D;
    --appart5:#CE9D96;
    --appart6:#92A8CF;
}
a {
    text-decoration: none !important;
}

.topheader {
    background-color: var(--secondary-color);
    height: 40px;
}
.navbar.navbar-expand-lg {
    background-color: #313e49;
}

.navbar-nav {
    font-family: 'jost';
}

.topicon-content {
    font-family: 'jost';
}

.carousel {
    position: relative;
  }

.slider-img {
    height: 650px;
    background-position: center top;
    object-fit: cover;
    filter: brightness(50%);
}

@media (max-width: 1399px) and (min-width: 992px) {
    .slider-img {
        height: 480px;
        background-position: center top;
        object-fit: cover;
        filter: brightness(50%);
    }
    .slider-content {
        position: absolute;
        top: 150px
    }
}

@media (max-width: 991px) {
    .slider-img {
        height: 520px;
        background-position: center top;
        object-fit: cover;
    }

    .slider-content {
        position: absolute;
        top: 120px
    }

}

.slider-content {
    position: absolute;
    bottom: 350px;
}

.small-title {
    color: var(--secondary-color);
    font-family: 'jost';
    font-weight: bold;
    text-transform: uppercase;
}

.slide-title {
    color: #fff;
    text-align: left;
    width: 60%;
    font-family: 'jost';
}

@media (max-width: 450px) {
    .slider-content {
        position: absolute;
        bottom: 350px;
    }
    
    .small-title {
        color: var(--secondary-color);
        font-family: 'jost';
        font-weight: bold;
        text-align: center;
    }
    
    .slide-title {
        color: #fff;
        text-align: center;
        width: 100%;
    }
}
.styleimg {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
} 


.styleimg1 {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
} 


.styleimg3 {
    max-width: 100%;
    height: auto;
    border-left: 15px solid #fff;
    border-bottom: 15px solid #fff;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    object-fit: cover;
    margin-top: -160%;
    margin-left: 50%; /* Adjust this value as needed */
    transform: translateX(-50%);
}

.sub-title {
    color: var(--primary-color);
    font-weight: bold;
    font-family: 'jost';
    text-transform: uppercase;
}


.btn {
    font-family: 'jost' !important;
}

.multiple-location {
    margin-top: 80px;
}
.multi-map {
    height: 866px;
    width: 100%;
    box-shadow: 0px 0px 30px 3px rgba(97,97,97,1);
    border-radius: 20px;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .multi-map {
        height: 990px;
        width: 100%;
        box-shadow: 0px 0px 30px 3px rgba(97,97,97,1);
        border-radius: 20px;
    }
}

@media (max-width: 991px) {
    .multiple-location {
        margin-top: 100px;
    }
}

@media (max-width: 1399px) and (min-width: 1200px) {
    .multiple-location {
        margin-top: 220px;
    }
    .multi-map {
        height: 750px;
        width: 100%;
        
    }
}

@media (max-width: 450px) {
    .multi-map {
        height: 450px;
        width: 100%;
        
    }
}

/* Media queries for responsiveness */
@media (max-width: 992px) {
    .styleimg3 {
        margin-left: 0; /* Reset margin-left */
        transform: none; /* Reset transform */
    }
}

@media (max-width: 768px) {
    .row {
        flex-direction: column; /* Stack columns in small screens */
    }

    .styleimg3 {
        margin-top: -130%; /* Adjust margin-top as needed */
    }
}

.img-fluid {
    height: auto;
    max-width: 100%;
    border-radius: 10px;
}



img.loc {
    border-radius: 20px;
    height:200px;
    max-width: 100%;
}
img.stag {
    border-radius: 20px;
    height:200px;
    max-width: 100%;
}
@media (max-width: 1199px) and (min-width: 992px) {
    img.loc {
        border-radius: 20px;
        height:fit-content;
        max-width: 100%;
    }
    img.stag {
        border-radius: 20px;
        height:fit-content;
        max-width: 100%;
    }
}

@media (max-width:575px) {
    img.loc {
        border-radius: 20px;
        height:auto;
        max-width: 100%;
    }
    img.stag {
        border-radius: 20px;
        height:auto;
        max-width: 100%;
    }
}


img.appart {
    border-radius: 20px;
    height:auto;
    max-width: 100%;

}



.loaction {
    background-color: var(--background-color);
}

.stylish {
    background-color: var(--background-color);
}

.main-heading {
    font-family: 'jost';
}

.c-content {
    font-family: 'jost';
}

.style-content {
    font-family: 'jost';
}


.col.for {
    background-color: #fff;
    height: 600px;
    padding: 70px;

}

.col-lg-6.col-md-12.col-sm-12.for.shadow {
    border-radius: 30px !important;
}

.contact-form {
    padding: 30px;
}
.form-label {
    font-family: 'jost';
    font-size: 15px;
}

input.form-control {
    padding: 15px;
    border-radius: 15px;
    border: 1px solid var(--primary-color);
}

textarea.form-control {
    height: 100px;
    border-radius: 15px;
    border: 1px solid var(--primary-color);
}

.form-check-label {
    font-family: 'jost';
}

.form-check-input {
    border: 1px solid var(--primary-color) !important;
}

.form-check-input:checked {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

::placeholder {
    font-family: 'jost';
    color: #d5d5d5;
}
/* vignesh chellamuthu */
.keyfeatures {
    border-radius: 50px;
}
.mainhead{
  font-size: 15px;
  font-weight: 700; 
  color: var(--primary-color); 
  letter-spacing: 3%;
  line-height: 120%;
  text-transform: uppercase;
}


.innerhead{
    font-size: medium;
    font-weight: 800; 
   
    text-transform: uppercase;    
}
.keylist{
    
    padding: 0%;
    margin: 0%;
}

.keylistitems {
    line-height: 30px;
    font-size: 15px;
    padding: 2px;
}
.textbackground{
    background-color: var(--primary-color);
}
.textbackground {
    overflow: hidden;
}

.textbackground .text-white {
    white-space: nowrap;
    animation: moveText 20s linear infinite;
}

@keyframes moveText {
    0% { transform: translateX(0%); } /* Start from left */
    100% { transform: translateX(-100%); } /* End at right */
}

.btn1{
    background-color: var(--primary-color);
    border: var(--primary-color);
    padding: 10px;
    color: #fff;
    width: 100% !important;
}
.btn2{
    background-color: var(--primary-color);
    border: var(--primary-color);
    padding: 10px;
    color: #fff;
    width: 100% !important;
}
.btn1:hover {
    background-color: var(--secondary-color);
}
.btn2:hover {
    background-color: var(--secondary-color);
}

.btn1 {
    appearance: none;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    margin: 0;
    min-height: 60px;
    min-width: 0;
    outline: none;
    padding: 16px 24px;
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 100%;
    will-change: transform;
    font-family: 'jost';
  }
  
  .btn1:disabled {
    pointer-events: none;
  }
  
  .btn1:hover {
    box-shadow:var(--secondary-color) 0 8px 15px;
    transform: translateY(-2px);
  }
  
  .btn1:active {
    box-shadow: none;
    transform: translateY(0);
  }
  
  .btn2 {
      appearance: none;
      box-sizing: border-box;
      cursor: pointer;
      display: inline-block;
      line-height: normal;
      margin: 0;
      min-height: 60px;
      min-width: 0;
      outline: none;
      padding: 16px 24px;
      text-align: center;
      text-decoration: none;
      transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
      user-select: none;
      -webkit-user-select: none;
      touch-action: manipulation;
      width: 100%;
      will-change: transform;
      font-family: 'jost';
    }
    
    .btn2:disabled {
      pointer-events: none;
    }
    
    .btn2:hover {
      box-shadow:var(--secondary-color) 0 8px 15px;
      transform: translateY(-2px);
    }
    
    .btn2:active {
      box-shadow: none;
      transform: translateY(0);
    }

    .btn3 {
        appearance: none;
        box-sizing: border-box;
        cursor: pointer;
        display: inline-block;
        line-height: normal;
        padding: 15px 25px;
        color: #fff;
        text-align: center;
        text-decoration: none;
        transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
        will-change: transform;
        background-color: var(--primary-color);
        font-family: 'jost';
      }

      .btn3:disabled {
        pointer-events: none;
      }
      
      .btn3:hover {
        box-shadow:var(--secondary-color) 0 8px 15px;
        transform: translateY(-2px);
        background-color: var(--secondary-color);
      }
      
      .btn3:active {
        box-shadow: none;
        transform: translateY(0);
    }

    .btn4 {
        appearance: none;
        box-sizing: border-box;
        cursor: pointer;
        display: inline-block;
        line-height: normal;
        padding: 15px 25px;
        color: #fff;
        text-align: center;
        text-decoration: none;
        transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
        will-change: transform;
        background-color: var(--secondary-color);
        font-family: 'jost';
      }

      .btn4:disabled {
        pointer-events: none;
      }
      
      .btn4:hover {
        box-shadow:var(--primary-color) 0 8px 15px;
        transform: translateY(-2px);
        background-color: var(--primary-color);
      }
      
      .btn4:active {
        box-shadow: none;
        transform: translateY(0);
    }

    .type1 {

        padding: 16px 24px;
        text-align: center;
        text-decoration: none;
        width: 100%;
        font-family: 'jost';
        background-color: var(--type1);
      }
    .type2 {

        padding: 16px 24px;
        text-align: center;
        text-decoration: none;
        width: 100%;
        font-family: 'jost';
        background-color: var(--type2);
      }
    .btn-app1 {

        padding: 16px 24px;
        text-align: center;
        text-decoration: none;
        width: 100%;
        font-family: 'jost';
        background-color: var(--appart1);
      }
    .btn-app2 {

        padding: 16px 24px;
        text-align: center;
        text-decoration: none;
        width: 100%;
        font-family: 'jost';
        background-color: var(--appart2);
      }
    .btn-app3 {

        padding: 16px 24px;
        text-align: center;
        text-decoration: none;
        width: 100%;
        font-family: 'jost';
        background-color: var(--appart3);
      }
    .btn-app4 {

        padding: 16px 24px;
        text-align: center;
        text-decoration: none;
        width: 100%;
        font-family: 'jost';
        background-color: var(--appart4);
      }
    .btn-app5 {

        padding: 16px 24px;
        text-align: center;
        text-decoration: none;
        width: 100%;
        font-family: 'jost';
        background-color: var(--appart5);
      }
    .btn-app6 {

        padding: 16px 24px;
        text-align: center;
        text-decoration: none;
        width: 100%;
        font-family: 'jost';
        background-color: var(--appart6);
      }
      


.active-btn {
    background-color:var(--secondary-color);
    color: white;
  }
.innerheadleft{
    font-weight: 500; 
    font-size: medium;
    color: #000000;   
    text-align: left;  
}

 @media (min-width: 992px) and (max-width: 1080px) { 
    .btn2{
        background-color: var(--primary-color);
        border: var(--primary-color);
        padding: 10px;
        color: #fff;
        width: 100px;
        font-size: 13px;
    }

}

.moving-text {
    font-family: "jost";
}
.movingtextlink{
    color: #fff;
    text-decoration: none;

}
::marker {
    color: var(--primary-color) !important;
    font-size: 20px;
}

.partners-container {
    margin: 0 auto;
    max-width: 800px; /* Adjust as needed */
  }
  
  .partner {
    margin: 0 10px; /* Add margin to create gap between logos */
  }
  
  .partner img {
    max-width: 100%;
    height: auto;
  }
  
 .btn-back {
            display: inline-block;
            padding: 10px 20px;
            font-size: 16px;
            color: #ffffff;
            background-color: #006755;
            border-radius: 30px;
            text-decoration: none;
            transition: background-color 0.3s ease, box-shadow 0.3s ease;
            font-weight: 500;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }

        .btn-back:hover {
            background-color: #006755;
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
        }

        /* Styles for the Image */
        .floor-image {
            max-width: 100%;
            height: auto;
            border-radius: 10px;
            box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .floor-image:hover {
            transform: scale(1.03);
            box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.3);
        }
  
  .patnerlogo {
    background-color: #DFE7ED;
    padding-top: 50px;
    padding-bottom: 200px;
   
  }
  .patnerhead{
    padding-bottom: 20px;
  }

  .slick-dots {
   bottom: -100px !important;
  
  }
  .slick-dots li button {
    font-size: 20px !important;
   }

   .downloadinner {
    background-color:#F9FCFF;
    border-radius: 60px;
   }
   .download {
    background-color:#DFE7ED !important; 
    padding-bottom: 50px;
   }
 .wipcon{
    padding-top: 50px;
 }


   @media (min-width: 997px) and (max-width: 3000px) { 
    .downtop{
     margin-top:-7em !important;
    }

}

.footer{
    background-color: #000000;
    padding-bottom: 10px;

}
.img-fluid-footer{
    text-align: left;
    align-items: flex-start;
    justify-content: left;
    margin: 0px !important;

}

.img-fluidaa{
    width: 100%;
}

.pdf-link{
    text-decoration: none;
    font-style: italic;
    color: #000000;
    font-weight: 500;
}




.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto; /* Enable scrolling if needed */
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.popup-content {
    position: fixed;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -65%);
    max-width: 90%; /* Adjust maximum width */
    max-height: 90%; /* Adjust maximum height */
    overflow: auto; /* Enable scrolling if content exceeds maximum dimensions */
    background-color: white;
    padding: 40px;
    border-radius: 10px;
}

.close-btn {
    position: fixed;

    width: 50px;
    right: 10px;
    cursor: pointer;
}

.popup-images img {
    display: block;
    max-width: 100%;
    height: auto;
    
}
.main-heading {
    cursor: pointer;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
  }

  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }