@media (min-width:320px) and (max-width:767px){
    .header{
        padding: 10px 15px;
        z-index: 3;
    }
    .logo{
        width: 110px;
        height: 41px;
    }
    .menuBtn{
        display: flex;
    }
    .headerRight{
        width: 100%;
        height: 100%;
        background-color: #fff;
        position: fixed;
        left: 0;
        top: 60px;
        z-index: 1;
        padding: 30px 0;
        flex-direction: column;
        display: none;
    }
    .headerRight.open{
        display: flex;
    }
    .topNav{
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .topNav li{
        margin-left: 0;
    }
    .topNav li a{
        margin: 10px 0;
        font-size: 18px;
    }
    .getinTouch{
        margin-left: 0;
        margin-top: 20px;
        width: 50%;
    }
    .homeSection__inner{
        padding: 30px 15px;
        flex-direction: column;
    }
    .homeLeft{
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }
    .homeRight{
        width: 100%;
    }
    .homeLeft h3{
        font-size: 32px;
        line-height: 48px;
    }
    .home-page{
        display: flex;
        flex-direction: column;
        min-height: 100vh;
    }
    .home-page .footer{
        margin-top: auto;
    }
    .bannerOuter{
        padding: 20px 0;
    }
    .banner{
        height: 150px;
        background-size: 550px;
        background-position: center center;
    }
    .banner h2{
        font-size: 32px;
    }
    .content{
        padding: 30px 0;
    }
    .aboutContent{
        padding: 0 15px;
        flex-direction: column;
        margin-bottom: 0;
        row-gap: 0;
        column-gap: 0;
    }
    .aboutContent .aboutContent__col{
        margin-bottom: 30px;
    }
    .aboutContent:last-child{
        flex-direction: column-reverse;
        margin-top: 30px;
    }
    .aboutContent h3{
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 20px;
    }
    .aboutContent p{
        font-size: 16px;
        line-height: 26px;
    }

    .teamList{
        display: grid;
        grid-template-columns: 1fr;
        padding: 0 50px;
        gap: 40px;
    }
    .teamList li{
        width: 100%;
    }
    .teamList li h3{
        font-size: 30px;
        line-height: 32px;
        margin-bottom: 15px;
    }
    .teamList li p{
        font-size: 18px;
        line-height: 24px;
    }
    .project__tabOuter{
        padding: 20px 0;
        top: 60px;
    }
    .project__tab li{
        font-size: 18px;
        flex-shrink: 0;
    }
    .projectSection{
        padding: 0 15px 30px 15px;
    }
    .projectList{
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .contactSection{
        padding: 30px 15px;
        flex: 1;
    }
    .contactContainer{
        flex-direction: column;
    }
    .contactLeft{
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }
    .contactLeft h3{
        font-size: 40px;
        line-height: 42px;
    }
    .footer__inner{
        padding: 10px 15px;
        flex-direction: column;
    }
    
}
@media (min-width:768px) and (max-width:1024px){
    .home-page{
        display: flex;
        flex-direction: column;
        min-height: 100vh;
    }
    .homeLeft{
        width: 300px;
    }
    .homeLeft h3{
        font-size: 36px;
        line-height: 46px;
    }
    .bannerOuter{
        padding: 40px 0;
    }
    .banner{
        height: 210px;
        background-size: 100%;
    }
    .banner h2{
        font-size: 38px;
    }
    .header{
        padding: 20px;
    }
    .container{
        padding: 0 20px;
    }
    .footer__inner{
        padding: 30px 20px;
    }
    .home-page .footer{
        margin-top: auto;
    }
    .teamList{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    .teamList li{
        width: auto;
    }
    .memberImg{
        height: 250px;
    }
    .teamList li h3{
        font-size: 22px;
        line-height: 26px;
    }
    .teamList li p{
        font-size: 16px;
        line-height: 24px;
    }
    .project__tabOuter{
        padding: 30px 0;
    }
    .project__tab li{
        font-size: 18px;
        padding: 0 15px 15px 15px;
    }
    .project__tabOuter{
        top: 95px;
    }
    .projectList{
        gap: 15px;
    }
    .projectList > li{
        padding: 12px;
    }
    .projectList__img{
        height: 150px;
    }
    .projectList__content h4{
        font-size: 18px;
        line-height: 24px;
    }
    .projectList__content h5{
        font-size: 14px;
        line-height: 20px;
    }
    .title{
        font-size: 12px;
        line-height: 20px;
    }
    .subTitle{
        font-size: 12px;
        line-height: 20px;
    }
    .completed,
    .under-construction,
    .commingSoon{
        font-size: 12px;
    }
    .contactSection{
        padding: 50px 0;
        flex: 1;
    }
    .contactContainer{
        flex-direction: column;
    }
    .contactLeft{
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }
}