
body {
    font-family: 'poppins';

}
.logo {
    width: 150px;
}
.navbar-collapse {
    font-size: 20px;
}
.navbar-nav {
    margin-left: auto;
}
.nav-item {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size:16px;
}
.nav-link{
    color:black; 
}

/*#mainbanner{
    height: 100vh; 
    background-image: url('../images/home.jpg'); 
    background-size:100% 100%;
    background-repeat: no-repeat;
}*/
#mainbanner {
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center; /* Vertically center the content */
    justify-content: center; /* Horizontally center the content (optional) */
    background-image: url('../images/home.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#mainbanner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    //background-color: rgba(255,255,255, 0.1); 
    background-color: rgba(0,0,0, 0.2); 
    
    z-index: 1;
}

#mainbanner-content {
    position: relative;
    z-index: 2; /* Keeps the content on top of the background */
    padding-top: 80px; /* Adjust this value based on the height of your menu bar */
    text-align: center !important;
    
}

#mainbanner-content h1 {
    color: white !important; /* Ensures the text remains black */
    opacity: 1 !important;   /* Makes sure the text has no transparency */
    font-size: 3em; /* Adjust font size as needed */
}
.bannertext{
    //font-family:nonchalance;
    font-family: 'poppins';
    
    font-size:44px;
    font-weight:bolder;
    color:white;
}
.slogam{
    text-align:center;
    font-family:Dancing Script;
    color:#F48839;
    font-weight:bolder;
}
.keymain{
    padding:2%;
    border:2px solid gray;
    width:90%;
    height:250px;
    background-color:white;
}
.keyheading{
    text-align:center;
    color:#F48839;
    font-weight:bolder;
}
.keycontent{
    padding-left:5%;
    padding-right:5%;
    text-align:center;
    font-size:14px;
    line-height:28px;
}
.locationbox{
    width:80%;height:200px;text-align:center;background-color:white;border:2px solid gray;
}
.downalign{
    text-align:right;
    margin-top:2%;

}
.introimg{
    width:100%;
    height:500px;
}
.aboutusimg{
    width:100%;
    height:400px;
}
.introsecond{
    margin-left:2%;
}
.headingtext{
    color:#F48839;
    font-size:24px !important;
    font-weight:bolder;
    
}
#mainkeyfeaturesbox{
    position:relative;
    height:700px;
    background-color:#F48839;
    width:650px;
    margin-left:25%;
}
.keyrow{
    margin-left:4%;
}
.subtext{
    width:80%;
  
}
.standardfontsize{
    font-size:14px;line-height:30px;text-align:justify;
}
.spacing{
    padding:2%;
}
#enquiry{
   
     height: 100vh; 
     background-image: url('../images/banner2.jpeg'); 
     margin:6%;
     //background-size:100% 100%;
     background-position:center;
     
     background-repeat: no-repeat;
 }
 .enquirybox
 {
    width:45%;
    text-align:center;
    margin-left:300px;
    margin-top:130px;
    background-color:white;
   padding-top:2%;
   box-shadow:2px 2px 2px lightgray;
    
 }
 .enquirytitle{
    font-weight:bolder;font-size:26px;

 }
 .enquirycontent
 {
    height:50px;
   // background-color:#F48839;
    background-color:#bc5253;
    color:white;text-decoration:none;margin:0px;
    
    padding-top:2%;
    

 }
 .enquirylink
 {
    text-decoration:none;padding:0px !important;color:white;font-size:20px;
    
 }
 .bhk{
    border:2px solid black;width:45%;font-size:35px;text-align:center;
 }
 .bhkmain{
    padding:0px !important;margin-right:-12px;
 }
 .planimages{
    width:100%;
    height:350px;
    box-shadow:2px 2px 5px lightgray;
 }
 .tabalign{
    width:80%;
    margin-left:10%;
 }
 #homeplan{
    //background-color:rgba(202, 186, 186, 0.1);
    background-color:#FEFFF6;

 }
 .image-container {
    position: relative;
    display: inline-block;
    width:100%;
}

.rooftoptext {
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background-color:white; 
   color: black; 
    padding: 10px;
    text-align: center;
    width:60%;padding:4%;box-shadow:2px 2px 5px lightgray;
    font-size:14px;
    line-height:28px;
}

#nearbyarea
{
    height:400px;
    background-color:#445C44;
    margin-top:190px;
  //  margin-left:-1%;
   // margin-right:-1%;
}
.nearbytext{
    color:white;
    font-size:24px;
    font-weight:bolder;

}
.nearbymap{
    width:90%;
    height:400px;
    position: absolute;
    bottom: -100px;
    left: 5%;
}
.nearmap{
    width:100%;height:100%;
    box-shadow:2px 2px 5px black;
}
.nearcontent{
    background-color:white;
    margin-left:-2%;
    box-shadow:2px 2px 5px black;
}
.neartext{
    padding:6%;
    font-size:14px;
    line-height:30px;
}
  


.nearby-container {
    position: relative;
    display: inline-block;
    width:100%;
}

.designactive{
 
    background-color: #F48839!important;
    color:white;
    border:none !important;
    
  
 }

 .design{
   
      border:2px solid black;
      width:45%;
      font-size:24px;
      text-align:center;
      height:60px;
      background-color:white;
   }
  
  .galleryimg-container {
    width:100%;height:300px;
     overflow: hidden; /* Hide the overflow */
    position: relative;
    padding:2%;
}

.galleryimg {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease; 
   // object-fit: cover;
}

.galleryimg-container:hover .galleryimg {
    transform: scale(1.2); 
}

#footerpart
{
background-color: black;
color:white !important;
font-family: 'Poppins';
  
}

.footerhomemenu
{
    color:white;text-decoration:none;
    padding-left:7%;
    font-size:20px;
    font-weight: bolder;
}
.footersecondpart
{
    color:white;
    text-decoration:none;
    font-size:16px;
    font-weight: bold;
}
.footermap{
    border:0;
    width:90%;
    height:300px;
}
.footericon{
    border:2px solid gray;
    padding:2%;color:gray;
    font-size:30px;
    margin-right:2%;
}


#aboutus {
    position: relative;
    height: 100vh;
    //background: url('../images/aboutusnew.png') no-repeat center center; 
    background: url('../images/interior1.jpg') no-repeat center center; 
    
    background-size: cover;
}

.overlay-text {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 26%; 
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    color: black;
    font-weight: bolder;
    padding-left: 20px !important;
    backdrop-filter: blur(10px); 
   
}
.boxlayout{
    text-align:center;
    border:1px solid black;
    height:400px;
    padding:1%;
    width:90%;
    box-shadow:10px 10px 5px lightgray; 
    background-color: white;
  
}
.position-relative {
    position: relative; 
}

.overlay-image {
    position: absolute;
    top: 30%; /* Adjusts vertical positioning */
    left: 20%; /* Adjusts horizontal positioning */
    transform: translate(-50%, -50%); /* Centers the image */
    z-index: 3; /* Places the image above the text */
    opacity: 1; /* Ensures full visibility */
}

.descriptiontext {
    font-size: 18px;
    background-color: #F7F7F7;
    width: 70%;
    text-align: center;
    height: 120px;
    padding-top: 4%;
    position: relative; /* Keeps text positioning in relation to its container */
    z-index: 2; /* Ensures text is below the image */
    margin: 0 auto; /* Centers the text block horizontally */
    color: #000; /* Adjust text color for visibility */
    line-height:37px;
}

.whyshinetext{
   
  
    height:450px;
    padding:1%;
    width:90%;
    box-shadow:10px 10px 5px lightgray; 
    background-color: white;
    padding-left:16%;
 
    padding-right:8%;
    line-height:25px;
}
.imagecss
{
    width:100%;height:200px;
    padding-bottom:8%;
    cursor:hand;
}
#mainimagecss
{
    width:100%;height:580px;
}
#construction{
    position: relative;
    height: 100vh; /* Adjust this based on your image */
    background: url('../images/constructionupdate2.png') no-repeat center center; /* Ensure this points to your image file */
    background-size: 100% 100%;
}


.constructiontext {
    font-size: 18px;
    background-color: #F7F7F7;
    width: 20%;
    text-align: center;
    height: 70px;
    padding-top: 2%;
    position: relative; /* Keeps text positioning in relation to its container */
    z-index: 2; /* Ensures text is below the image */
    margin: 0 auto; /* Centers the text block horizontally */
    color: #000; /* Adjust text color for visibility */
    line-height:30px;
}
.overlay-image-line {
    position: absolute;
    top: 45%; /* Adjusts vertical positioning */
    left: 39%; /* Adjusts horizontal positioning */
    transform: translate(-50%, -50%); /* Centers the image */
    z-index: 3; /* Places the image above the text */
    opacity: 1; /* Ensures full visibility */
}
/*#mainconstructionimagecss
{
    width:100%;height:380px;
}*/

#contactus{
    position: relative;
    height: 100vh; /* Adjust this based on your image */
   // background: url('../images/contactus.jpg') no-repeat center center; /* Ensure this points to your image file */
   background: url('../images/contactusnew.jpg') no-repeat center center; /* Ensure this points to your image file */
   
    background-size: 100% 100%;
}


#mainconstructionimagecss {
    width: 100%;
    height: 380px;
}

.image-container-construction {
    position: relative;
    display: inline-block;
}

.overlay-text-construction {
    position: absolute;
    top: 61%;
    left: 0%;
    background-color: black;
    color: white;
    width: 80%;
    padding: 3%;
    margin: 0;
    font-size:14px;
    line-height:28px;
    text-align:justify;
} 
.contactustext{
    font-size: 40px;padding-left:40px !important;
}
.contacttext{
    font-size:18px;line-height:32px;
}
.constructionheading{
    font-size: 40px;padding-left:40px !important;
}
.nav-tabs .nav-item {
    margin: 0; /* Removes the right margin between items */
  padding:0;
  
}
.nav-tabs .nav-link.active {
    background-color: #445C44; /* Green background for active tab */
    color: white; /* White text for better contrast */
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
   // background-color: #445C44; /* This sets the background color */
   // filter: invert(20%) sepia(50%) saturate(1000%) hue-rotate(100deg);
   filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
     
    /* Adjust these values to approximate the color #445C44 */
}
.enquirebutton{
    background-color:#bc5253;
    color:white;
    padding:5px;
    position: fixed; /* Fixes the button in place */
    right: -4%; /* Distance from the right edge */
    top: 50%;
    
    transform: translateY(-50%) rotate(90deg); /* Center vertically and rotate */
   
}
.planimage{
    width:50%;height:400px;
}
.rooftopimage{
    width:90%;height:500px;
}
#garden{
    margin-top:170px;
}
.gardenimage{
    width:90%;height:500px;
}
#designs{
    margin-top:50px;
}
.subcontent{
    font-size:14px;
    line-height:28px;
    text-align:justify;
}
.teamimage{
    border:1px solid black;
    padding:4%;
    width:90%;
    height:350px;
    box-shadow:0px 0px 15px grey;
}
.nearmapsecond{
    width:100%;height:100%;
    box-shadow:2px 2px 5px black;
    background-color:white;text-align:center;
}
.nearbyimage{
    width:200px;
}
.nearbytitle{
    color:#bc5253;
    font-weight:bolder;
    font-size:28px;
    line-height:36px;
}
.nearbycontent{
    font-size:14px;
    line-height:28px;
    font-weight:bold;
}
.keyaccess{
    font-size:24px;
    text-align:center;
    font-weight:bolder;
    line-height:38px;
}
.keyaccesslist{
    margin-left:25%;
    font-size:14px;
    line-height:28px;
}
.ttktext{
     font-size:70px;color:#F48839;
}
#subkeyfeaturesbox{
    position:absolute; top:25%; left:0; width:100%; height:100%;
}
.towerpic{
    width:100%;height:600px;
}
@media only screen and (max-width: 600px) {
    #lastbox{
        margin-bottom:30px !important;
       
    }
    .towerpic{
        height:500px;
    }
    .keymain{
        margin-top:3%;
        height:280px;
    }
    #mainkeyfeaturesbox{
   
    width:90% !important;
    margin-left:4%;
    // height:1900px;
     height:260vh;
}
#subkeyfeaturesbox{
     top:15% !important; 
   // border:2px solid red;
}
.mobilelocationbox{
 margin-left:10%;   
}
    .introsec{
        margin-top:15%;
    }
    .bannertext{
        font-size:24px;
    }
    .ttktext{
        font-size:28px;
    }
    .keyaccesslist{
        margin-left:15%;
    }
    #designs{
        margin-top:50px;
    }
    .nearbyimage{
        width:100px;
    }
  #contactus{
    height: 70vh !important;
  }
    
    .overlay-text {
         width: 40%;
         font-size:40px;
    }
    .contactustext{
        font-size: 30px;
    }
    .spacingtop{
        margin-top:6%;
    }
    #construction{
        height: 70vh;
        
    }
    .constructionheading{
        font-size: 21px;
    }
    .constructiontext {
        font-size: 22px;
        width: 49%;
       height: 60px;
    padding-top: 3%;
       
    }
    .overlay-image-line {
        left: 23%; /* Adjusts horizontal positioning */
       }

    .overlay-text-construction {
        top: 56%;
       
    } 
    .descriptiontext {
        height: 100px;
    }
   
    .whyshinetext{
         height:560px;
    }
    #mainimagecss
    {
        height:350px;
    }
    #aboutus {
        height: 70vh; /* Adjust this based on your image */
    }    
    #mainbanner{
         height: 70vh; /* Adjust the height as needed */
    }
    .enquirebutton{
    right:-12%;
    }
    .enquirybox
    {
        width:95%;
        text-align:center;
        margin-left:10px !important;
        margin-top:100px;
      
    padding-top:2%;
    box-shadow:2px 2px 2px lightgray;
        
    }
    .planimage{
        width:100%;height:300px;
    }
    .image-container {
        position: relative;
        display: inline-block;
        width:100%;
    }
 
.rooftoptext {
    position: absolute;
    bottom: -100px; /* Keep this to position text close to the bottom */
    left: 50%;
    transform: translateX(-50%);
    width: 80% !important;
    text-align: center;
    padding: 4%;
    font-size: 10px;
    margin-bottom: 20px; /* Adjust as needed */
}

.rooftopimage{
    height:400px;
}
#garden{
    margin-top:50px;
}
.gardenimage{
    height:400px;
}
.nearbymap{
    width:90%;
   // margin-left:6%;
    height:400px;
    //box-shadow:2px 2px 5px lightgray;

   // position: absolute;
   // bottom: -100px;
    left: 5%;
}
.neartext{
    padding:2%;
    font-size:10px;
    line-height:20px;
}
  .nearcontent{
    margin-top:1%;
    width:94%;
    margin-left:3%;
  }

  .design{
   
    width:75%;
    font-size:20px;
    text-align:center;
    height:60px;
    
 }


    
}


