/* 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: 5;
    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;
}
#nav-about::after{
    content: '';
    position: absolute;
    left: 1.2rem;
    bottom: -0.3rem;
    width: 4px; 
    height: 4px;
    border-radius: 50%;
    background-color: #2797c7;
}
.active{
    color: #2797c7 !important;
}
.hero-container{
    width: 100%;
    padding-top: 3rem;
    position: absolute;
    top: 6rem;
    color: #15132b;
}
.heading-title{
    padding-left: 5rem;
    margin-bottom: 2rem;
}
.hero-content{
    display: flex;
    justify-content: space-between;
    padding-right: 5rem;
}
.heading-title{
    font-size: 2.7rem;
    width: 40rem;
}
.about-content{
    font-size: 0.8rem;
    width: 40rem;
}
.about-description{
    font-size: 1rem;
    margin-bottom: 1rem;
    line-height: 1.7rem;
}
.about-img{
    width: 30rem;
    left: 0;
}
.sub-heading-container{
    padding: 2rem 5rem;
}
.heading-sub-title{
    font-size: 0.9rem;
    font-weight: 400;
    color: #2797c7;
}
.cta-button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 8rem;
    height: 2.5rem;
    padding: 1rem;
    background-color: #2797c7;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 0.8rem;
    font-weight: 600;
    transition: all ease-out 0.5s;
}
.cta-button:hover{
    cursor: pointer;
    box-shadow: 2px 10px 50px rgb(216, 216, 216);
}
.speciality-content{
    display: flex;
    justify-content: space-between;
    padding: 0 5rem;
    margin-bottom: 3rem;
}
.speciality-container{
    position: relative;
    padding: 1.7rem;
    width: 23rem;
    background-color: #f2f2f2;
    border-radius: 10px;
}
.speciality-container::before{
    content: '';
    position: absolute;
    width: 0.2rem;
    height: 2rem;
    border-radius: 4rem;
    background-color: #2797c7;
    left: 0;
}
.speciality-container img{
    width: 2rem;
}
.speciality-description{
    font-size: 0.8rem;
}
.speciality-heading{
    margin: 0.2rem 0;
}
.work-content{
    display: flex;
    justify-content: space-between;
    padding-left: 5rem;
}
.other-info-heading{
    font-size: 0.8rem;
}
.other-info-container{
    width: 13rem;
    margin-right: 2rem;
}
.other-info{
    display: flex;
}
footer{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    justify-content: center;
    width: 100%;
    height: 4rem;
    background-color: #15132b;
}
.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;
}
#dropdown-arrow{
    width: 0.3rem;
    transform: rotate(90deg);
    margin-left: 0.3rem;
}
.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%;
}
.dropdown-link:hover{
    color: #2797c7;
    transition: all ease-out 0.3s;
}
.toggle-dropdown{
    display: flex;
}
.company-features{
    width: 100%;
    height: 64rem;
    padding: 0 5rem;
}
.features-heading{
    width: 100%;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: bold;
}
.features-container{
    width: 100%;
    height: 35rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 2rem;
}
.feature-name{
    font-size: 1rem;
    font-weight: 600;
    margin: 0.2rem 0;
}
.feature{
    width: 20rem;
    height: 10rem;
}
.features-description{
    font-size: 0.9rem;
    line-height: 1.4rem;
}
.company-info-container{
    width: 100%;
    height: 30rem;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.info-heading{
    font-size: 1.5rem;
}
.info-container{
    width: 48%;
}
.info-para{
    padding-top: 0.5rem;
    line-height: 1.4rem;
    font-size: 0.9rem;
    border: 1px solid #ededed;
    border-radius: 1rem;
    padding: 1rem;
    box-shadow: 2px 0 20px #ededed;
}
.company-profile-container{
    width: 100%;
    height: 80rem;
    padding: 5rem;
}
.company-profile-header{
    width: 100%;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.company-profile-title{
    font-size: 1.5rem;
}
.profile-container{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 2rem 0;
}
.profile{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    width: 14rem;
    height: 13rem;
    background-color: #f6f6f6;
    border: 1px solid #dcdcdc;
    padding: 5rem 0;
    transition: all ease-out 0.4s;
    margin: 2rem;
}
.profile:hover{
    box-shadow: 2px 12px 100px #eaeaea;
}
.profile img{
    width: 7rem;
    height: 7rem;
    object-fit: cover;
    border-radius: 50%;
    top: -3.5rem;
    position: absolute;
}
.profile-position, .profile-id{
    font-size: 1rem;
}
.profile-id{
    font-weight: 500;
    color: rgb(70, 70, 70);
}
.profile-position{
    margin: 0.2rem 0;
}
.profile-position{
    color:rgb(160, 160, 160);
}
.profile-name{
    font-size: 1.2rem;
}
.text-blue{
    color: #1c6889;
}
@media only screen and (max-width: 1000px){
    .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;
    }
    .heading-title{
        width: 100%;
        padding: 2rem;
    }
    .about-img{
        width: 100%;
    }
    .hero-content, .work-content{
        flex-direction: column;
        padding: 0;
    }
    .about-content{
        width: 100%;
        padding: 2rem;
    }
    .sub-heading-container{
        padding: 2rem;
    }
    .speciality-content{
        padding: 2rem;
        flex-direction: column;
        margin-bottom: 0;
    }
    .speciality-container{
        width: 100%;
        margin-bottom: 2rem;
    }
    .company-features{
        height: 100%;
        padding: 2rem;
    }
    .features-container{
        height: 100%;
        flex-direction: column;
    }
    .feature{
        height: 100%;
        width: 100%;
        margin-bottom: 2rem;
    }
    .company-info-container{
        height: 100%;
        flex-direction: column;
    }
    .info-container{
        width: 100%;
        margin-bottom: 2rem;
    }
    .info-heading{
        margin-bottom: 1rem;
    }
}