/* Css code of Smart City Website */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
body{
    background-color: #fff;
    overflow-x: hidden;
}
/* Css for scroll bar */
body::-webkit-scrollbar {
    width: 1em;
  }
body::-webkit-scrollbar-thumb {
    background-color: rgb(169, 169, 169);
    border-radius: 5rem; 
}
.container{
    left: 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    height: 6rem;
    background-color: #fff;
    padding-left: 5rem;
    padding-right: 5rem;
    top: 0;
    border-bottom: 1px solid #ececec;
    z-index: 10;
    position: fixed;
}
.nav-links{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-left: 0;
    width: 60%;
}
.nav-links li{
    list-style: none;
    margin: 0 1rem;
}
.nav-links li a{
    position: relative;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    color: #636363;
}
#logo-img{
    width: 18rem;
}
.service-dropdown{
    height: 21rem;
    background-color: #fff;
    border-radius: 5px;
    position: absolute;
    z-index: 5;
    margin-left: 0;
    margin-top: 23rem;
    margin-left: 7rem;
    box-shadow: 5px 5px 50px #cecece;
    display: none;
}
.service-dropdown li{
    list-style: none;
    padding: 0.5rem 0.8rem;
}
.service-dropdown li:hover{
    background-color: rgb(240, 240, 240);
}
.dropdown-link{
    text-decoration: none;
    font-size: 0.7rem;
    color: #0f0e1f;
}
.dropdown-list{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
    width: 100%;
}
.toggle-dropdown{
    display: flex;
}
.footer-info1{
    display: flex;
    flex-direction: column;
    height: 6rem;
    justify-content: space-between;
}
.footer-detail{
    font-size: 0.8rem;
    color: #fff;
    text-align: left;
}
.footer-info{
    width: 100%;
    height: 5rem;
    display: flex;
    justify-content: space-between;
    padding: 2rem 5rem;
}
.footer-detail{
    font-size: 0.8rem;
    color: #fff;
    font-weight: 500;
}
.footer-info2{
    width: 15rem;
    padding-right: 5rem;
}
footer{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
    text-align: center;
    justify-content: center;
    width: 100%;
    height: 12rem;
    background-color: #2487b1;
}
.footer-rights{
    position: relative;
    font-weight: 500;
    color: #fff;
    font-size: 0.8rem;
    margin-top: 5rem;
}
.footer-rights::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 0.1rem;
    background-color: #1c6889;
}
.hero-container{
    margin-top: 6rem;
    width: 100%;
    height: 100%;
}
.hero-img-container{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 5rem;
    background-color: #2487b1;
}
.hero-img{
    width: 20%;
}
.hero-desc-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 10rem;
    margin-bottom: 3rem;
}
.hero-heading{
    font-size: 4rem;
}
.hero-para{
    font-size: 0.8rem;
    color: #0f0e1f;
}
.text-imagine{
    color: #8a16ef;
}
.text-plan{
    color: #f95335;
}
.text-design{
    color: #fcaf38;
}
.modelbar{
    position: relative;
    width: 100%;
    height: 20rem;
}
.modelbar-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.3);
}
.modelbar-info{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}
.modelbar-heading{
    text-align: center;
    color: #fff;
}
.modelbar-para{
    font-size: 0.8rem;
    text-align: center;
    color: #fff;
    margin-bottom: 1rem;
}
.modelbar-btn{
    width: 8rem;
    height: 3rem;
    background-color: #2487b1;
    border-radius: 100px;
    border: none;
    outline: none;
    color: #fff;
    font-weight: 600;
}
.modelbar-btn:hover{
    cursor: pointer;
}
.modelsimg{
    padding: 2rem 0;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.modelimg-box{
    position: relative;
    width: 14rem;
    height: 20rem;
    border: 2px solid #dcdcdc;
    transition: all 0.3s ease-out;
    margin-bottom: 2rem;
}
.modelimg-box:hover{
    box-shadow: 2px 2px 100px rgb(217, 224, 227);
    cursor: pointer;
}
.modelimg-box:hover .modelinfo{
    background-color: #2487b1;
}
.modelimg-box:hover .modelname{
    color: #fff;
}
.modelimg-box:hover .modelpara{
    color: #fff;
}
.cardmodelimg{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.modelinfo{
    width: 100%;
    height: 7rem;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0.5rem;
    transition: all 0.3s ease-out;
}
.modelname{
    font-size: 1rem;
    color: #0f0e1f;
    transition: all 0.3s ease-out;
}
.modelpara{
    font-size: 0.8rem;
    color: #0f0e1f;
    transition: all 0.3s ease-out;
}
.architectural-heading{
    text-align: center;
    font-size: 3rem;
    color: #0f0e1f;
    margin-bottom: 2rem;
}
.architectural-box{
    position: relative;
    width: 100%;
    height: 20rem;
}
.architectural-box-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.3);
}
.architecturaltype-img{
    width: 100%;
}
.architectural-box-text{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.architectural-box-label{
    font-size: 2rem;
    text-align: center;
    color: #fff;
}
.architectural-box-para{
    font-size: 0.9rem;
    text-align: center;
    color: #fff;
}
.architectural-info-container{
    width: 100%;
    padding: 2rem 5rem;
    margin-bottom: 2rem;
}
.architectural-info{
    color: #0f0e1f;
    line-height: 2rem;
}
.architecturalsketch-container{
    width: 100%;
}
.architecturalsketch-heading{
    text-align: center;
    font-size: 2rem;
    color: #0f0e1f;
    margin-bottom: 2rem;
}
.architecturalsketch-info{
    padding: 2rem 5rem;
    display: flex;
    justify-content: space-between;
}
.architecturalsketch-para{
    width: 60%;
    line-height: 2rem;
}
.architecturalsketch-img{
    width: 40%;
}
.architecturaltype-container{
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    padding: 2rem 5rem;
    margin-bottom: 2rem;
    color: #0f0e1f;
}
.architecturaltype-box{
    width: 20rem;
    height: 20rem;
    box-shadow: 2px 2px 100px rgb(211, 206, 206);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.architecturaltype-name{
    text-align: center;
}
.architecturaltype-img{
    width: 100%;
}
.design-info-container{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 2rem 5rem;
    margin-bottom: 2rem;
}
.design-text-container{
    display: flex;
    flex-direction: column;
    width: 45%;
}
.design-heading{
    font-size: 3rem;
}
.design-img-container{
    width: 45%;
}
.design-process-img, .design-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 2px solid rgb(227, 221, 221)
}
.design-process-container{
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 20rem;
    padding: 2rem 5rem;
}
.design-process{
    width: 12rem;
    height: 12rem;
    text-align: center;
    font-size: 0.9rem;
}
.process1::after{
    display: flex;
    justify-content: center;
    align-items: center;
    content: "1. PRE-DESIGN";
    position: absolute;
    width: 12rem;
    height: 3rem;
    background-color: #0f0e1f;
    color: #fff;
}
.process2::after{
    display: flex;
    justify-content: center;
    align-items: center;
    content: "2. SCHEMATIC DESIGN";
    position: absolute;
    width: 12rem;
    height: 3rem;
    background-color: #0f0e1f;
    color: #fff;
}
.process3::after{
    display: flex;
    justify-content: center;
    align-items: center;
    content: "3. DESIGN DEVELOPMENT";
    position: absolute;
    width: 12rem;
    height: 3rem;
    background-color: #0f0e1f;
    color: #fff;
}
.process4::after{
    display: flex;
    justify-content: center;
    align-items: center;
    content: "4. CONSTRUCTION DRAWINGS";
    position: absolute;
    width: 12rem;
    height: 3rem;
    background-color: #0f0e1f;
    color: #fff;
}
.process5::after{
    display: flex;
    justify-content: center;
    align-items: center;
    content: "5. CONSTRUCTION";
    position: absolute;
    width: 12rem;
    height: 3rem;
    background-color: #0f0e1f;
    color: #fff;
}
.process-details-container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding: 2rem 5rem;
}
.process-detail{
    width: 43%;
    height: 12rem;
    border: 2px solid #d0d0d0;
    padding: 2rem;
    box-sizing: content-box;
    margin-bottom: 2rem;
}
.process-detail-heading{
    font-size: 2rem;
    color: #0f0e1f;
}
.process-detail-para{
    font-size: 1rem;
    color: #0f0e1f;
    line-height: 2rem;
}
.project-hero{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 20rem;
    background-image: url("../Images/projectmanagement.jpg");
}
.project-heading{
    color: #fff;
    font-size: 3rem;
}
.project-para{
    font-size: 0.9rem;
    color: #cecece;
}
.project{
    width: 100%;
    height: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.project-box{
    width: 70%;
    height: 10rem;
    background-color: #fff;
    border-radius: 10px;
    margin-top: -10rem;
    box-shadow: 2px 10px 30px rgb(242, 238, 238);
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.project-info{
    width: 30%;
    height: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.project-title{
    font-size: 2.4rem;
    color: #f95335;
}
.project-subtitle{
    font-size: 0.8rem;
    color: #141228;
    font-weight: 600;
}
.project-details{
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 5rem;
    text-align: center;
    margin-bottom: 3rem;
}
.project-detail-para{
    width: 80%;
    line-height: 2rem;
}
.project-diagram-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 4rem;
}
.project-phase-container{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}
.project-phase{
    width: 15%;
}
.project-diagram{
    margin-bottom: 4rem;
}
.siteselection-container{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    padding: 2rem 5rem;
}
.siteselection-container2{
    background-color: #f6f6f6;
}
.siteselection-box{
    width: 30%;
}
.siteselection-heading{
    font-size: 0.8rem;
    font-weight: 400;
    color: #2487b1;
}
.siteselection-subheading{
    font-size: 1.2rem;
    color: #0f0e1f;
    font-weight: 600;
}
.siteselection-para{
    font-size: 0.8rem;
    color: #0f0e1f;
    line-height: 2rem;
}
.siteselection-img{
    width: 30%;
    object-fit: cover;
}
.widebox{
    width: 45%;
}
.landscape-container{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 2rem 5rem;
}
.landscape-info-container{
    width: 50%;
    padding: 0 2rem;
}
.landscape-img-container{
    width: 50%;
}
.landscape-img{
    width: 100%;
    object-fit: cover;
}
.landscape-subheading{
    font-size: 0.9rem;
    font-weight: 500;
    color: #2487b1;
}
.landscape-heading{
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.2;
    margin: 0.5rem 0;
    color: #0f0e1f;
}
.text-blue{
    color: #2487b1;
}
.landscape-para{
    font-size: 0.9rem;
    color: #0f0e1f;
    line-height: 2;
}
.landscape-features-container{
    width: 100%;
    height: 7rem;
    padding: 2rem 5rem;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: #2487b1;
    margin-bottom: 2rem;
}
.landscape-feature{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 8rem;
    height: 2.5rem;
    border: 2px solid #ffffff;
}
.landscape-feature-name{
    font-size: 1rem;
    color: #fff;
    font-weight: 500;
}
.landscape-gallery-container{
    width: 100%;
    padding: 2rem 5rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.landscape-gallery-box{
    position: relative;
    width: 18rem;
    height: 18rem;
    margin-bottom: 0.2rem;
}
.landscape-gallery-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-out;
}
.landscape-name{
    display: none;
    font-size: 1rem;
    text-align: center;
    font-weight: 600;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.landscape-gallery-box:hover .landscape-gallery-img{
    filter: brightness(0.5);
}
.landscape-gallery-box:hover .landscape-name{
    display: inline-block;
}
.interior-banner{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 20rem;
}
.interior-banner-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.5);
}
.interior-banner-info{
    width: 50%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.interior-banner-heading{
    margin-bottom: 1rem;
    font-size: 2rem;
}
.interior-banner-para{
    font-size: 0.9rem;
    color: #ececec;
}
.interior-details-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 2rem 5rem;
}
.interior-detail-box{
    color: #0f0e1f;
    width: 32%;
    padding: 2rem;
    background-color: #f1f5f9;
    margin-bottom: 1.5rem;
}
.interior-detail-heading{
    margin-bottom: 0.5rem;
}
.interior-detail-para{
    font-size: 0.9rem;
    line-height: 2;
}
.visualdesigns-container{
    width: 100%;
    padding: 2rem 5rem;
    display: flex;
    justify-content: space-between;
}
.visual-box{
    width: 48%;
    color: #0f0e1f;
    border: 2px solid #cecece;
}
.visual-img{
    width: 100%;
    height: 20rem;
    object-fit: cover;
}
.visual-heading{
    padding: 1rem;
}
.visual-para{
    font-size: 0.9rem;
    line-height: 2;
    padding: 0 1rem;
    margin-bottom: 1rem;
}
.visualsoftwares-container{
    width: 100%;
    height: 8rem;
    padding: 2rem 5rem;
    display: flex;
    justify-content: space-evenly;
}
.visualsoftware-img{
    height: 3rem;
}
@media only screen and (max-width: 1000px){
    *{
        box-sizing: border-box;
    }
    .container{
        width: 100vw;
        flex-direction: column;
        left: 0;
        top: 0;
        transform: none;
        padding: 5rem 0;
    }
    .service-dropdown{
        margin-top: 29rem;
    }
    #logo-img{
        margin-bottom: 1rem;
    }
    .nav-links{
        width: 100%;
    }
    .nav-links li{
        margin: 0.5rem;
    }
    .nav-links li a{
        display: flex;
    }
    footer{
        height: 100%;
    }
    .footer-info{
        height: 100%;
        padding: 2rem;
        flex-direction: column;
    }
    .footer-info1, .footer-info2{
        width: 100%;
        padding: 0;
    }
    .footer-info1{
        margin-bottom: 1rem;
    }
    .footer-detail{
        width: 100%;
    }
    .footer-rights{
        margin-top: 1rem;
        padding: 2rem;
    }
    .footer-rights::before{
        display: none;
    }
    .hero-container{
        margin-top: 10rem;
    }
    .hero-desc-container{
        height: 100%;
        text-align: center;
        padding: 0 2rem;
    }
    .hero-img-container{
        flex-direction: column;
    }
    .hero-img{
        width: 100%;
        margin-bottom: 2rem;
    }
    .modelsimg{
        flex-direction: column;
        align-items: center;
    }
    .modelimg-box{
        width: 80%;
    }
    .landscape-container{
        flex-direction: column;
        padding: 2rem;
    }
    .landscape-info-container{
        width: 100%;
        padding: 0;
        margin-bottom: 2rem;
    }
    .landscape-img-container{
        width: 100%;
    }
    .architectural-info-container{
        padding: 2rem;
    }
    .architecturalsketch-heading{
        padding: 0 2rem;
        margin-bottom: 0;
    }
    .architecturalsketch-info{
        flex-direction: column;
        padding: 2rem;
    }
    .architecturalsketch-para{
        width: 100%;
    }
    .architecturalsketch-img{
        width: 100%;
    }
    .architecturaltype-container{
        flex-direction: column;
        padding: 2rem;
        margin-bottom: 0;
    }
    .architecturaltype-box{
        width: 100%;
        margin-bottom: 2rem;
    }
    .design-info-container{
        flex-direction: column;
        padding: 2rem;
        margin-bottom: 0;
    }
    .design-text-container{
        width: 100%;
        margin-bottom: 2rem;
    }
    .design-heading{
        font-size: 2.5rem;
        box-sizing: border-box;
    }
    .design-img-container{
        width: 100%;
    }
    .landscape-features-container{
        height: 100%;
        flex-direction: column;
        padding: 2rem;
    }
    .landscape-feature{
        width: 100%;
        margin-bottom: 2rem;
        height: 3rem;
    }
    .design-process-container{
        padding: 2rem;
        flex-direction: column;
        height: 100%;
    }
    .design-process{
        width: 100%;
        height: 100%;
        margin-bottom: 5rem;
    }
    .design-process::after{
        width: 83%;
    }
    .process-details-container{
        padding: 2rem;
    }
    .process-detail{
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding: 1rem;
    }
    .project-hero{
        text-align: center;
        padding: 2rem;
    }
    .project-box{
        width: 90%;
        margin-top: -5rem;
    }
    .project-details{
        padding: 2rem;
    }
    .project-detail-para{
        width: 100%;
    }
    .project-phase-container{
        flex-direction: column;
        align-items: center;
    }
    .project-phase{
        width: 70%;
        margin-bottom: 2rem;
    }
    .project-diagram{
        display: none;
    }
    .siteselection-container{
        padding: 2rem;
        flex-direction: column;
    }
    .siteselection-box{
        width: 100%;
        margin-bottom: 2rem;
    }
    .siteselection-img{
        width: 100%;
    }
    .landscape-gallery-container{
        padding: 2rem;
    }
    .landscape-gallery-box{
        width: 100%;
    }
    .interior-banner{
        height: 100%;
    }
    .interior-banner-info{
        width: 100%;
    }
    .interior-details-container{
        flex-direction: column;
        padding: 2rem;
    }
    .interior-detail-box{
        width: 100%;
    }
    .visualdesigns-container{
        flex-direction: column;
        padding: 2rem;
    }
    .visual-box{
        width: 100%;
        margin-bottom: 2rem;
    }
    .visualsoftwares-container{
        flex-direction: column;
        height: 100%;
    }
    .visualsoftware-img{
        height: 100%;
        margin-bottom: 2rem;
    }
    .interior-banner-img{
        height: 150%;
    }
    .interior-banner-heading{
        margin: 0;
    }
}