@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap');

*{
    font-family: 'Ubuntu', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth; 
}

.nav{
    display: flex;
    background-color: #ffffff;
    padding: 10px;
    z-index: 999;
    position: sticky;
    top: 0;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(217,214,217,0.5);
    -moz-box-shadow: 0px 5px 5px 0px rgba(217,214,217,0.5);
    box-shadow: 0px 5px 5px 0px rgba(217,214,217,0.5);
}
.NavLeft{
    flex: 1;
    display: flex;
    align-items: center;
}
.NavRight{
    flex: 1;
    display: flex;
    align-items: center;
}
.logo{
    width: 100px;
    margin-left: 50px;
}
.NavA{
    text-decoration: none;
    margin-left: 15px;
    color: black;
    font-weight: 500;

}
.NavA:hover{
    color: grey;
}
.sidebar{
    position: relative;
}
.banner{
    width: 90%;
    height: 90%;
}
.sidebarInfo{
    position: absolute;
    top: 40%;
    right: 65%;
}
.InfoSidevar{
    margin-top: 10px;
}
.pInfo{
    font-size: 60px;
}
.pInfoB{
    font-size: 30px;
    color: rgba(0, 0, 0, 0.815);
}
.InfoC{
    margin-top: 5px;
    color: grey;
}
.sidebarInfoIcon{
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    font-size: 35px;
    color: bisque;
}
.fa-brands{
    color: #0e8391;
}
.fa-solid{
    color: #0e8391;
}


.about{
    margin-top: 40px;
}
.Titleabout{
    text-align: center;
    font-size: 40px;
    font-weight: 100;
    color: grey;
    margin-bottom: 20px;
}
.aboutInfo{
    margin-left: 150px;
    margin-right: 150px;
    padding: 20px;
    text-align: center;
    background-color: rgba(245, 245, 245, 0.473);
    border-radius: 20px;
}
.AboutB1{
    margin-top: 20px;
    line-height: 1.875em;
}
.aboutInfoBottom{
    margin-top: 70px;
}
.aboutTitleb{
    text-align: center;
    font-size: 25px;
}
.AboutB2{
    text-align: center;
    margin-top: 10px;
}
.AboutB3{
    margin-top: 20px;
    line-height: 1.875em;
    text-align: center;
    padding-left: 150px;
    padding-right: 150px;
}

.AllServiceItem{
    margin-top: 30px;
}
.ServiceItem{
    display: flex;
    align-items: center;
    padding: 20px;
}
.ServiceItemLeft{
    flex: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ServiceItemRight{
    flex: 1;
}
.ImgService{
    width: 600px;
    border-radius: 20px;
}
.serviceTitle{
    margin-bottom: 20px;
    text-align: center;
}
.Descservice{
    margin-top: 10px;
    text-align: center;
}
.Engagement{
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.TitleEngagement{
    text-align: center;
    font-size: 40px;
    font-weight: 100;
    color: grey;
    margin-bottom: 20px;
}
.pEngagement{
    text-align: center;
    font-size: 20px;
}
.EngiTEM{
    width: 300px;
    margin-left: 20px;
}
.EngImg{
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 20px;
}
.EngTitle{
    text-align: center;
    margin-bottom: 20px;
}
.EngDesc{
    text-align: center;
    line-height: 1.875em;
}
.EngagementItem{
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.Contact{
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.ContactTitle{
    text-align: center;
    font-size: 40px;
    font-weight: 100;
    color: grey;
    margin-bottom: 20px;
}
.ContactContaoner{
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: rgba(245, 245, 245, 0.753);
    border-radius: 20px;
    width: 80%;
}
.ContactTop{
    flex: 1;
}
.ContactBottom{
    flex: 1;
}
.ContactTop{
    display: flex;
}
.ContactLeft{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.ContactRight{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Form{
    width: 70%;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}
.Input{
    margin-bottom: 5px;
    padding: 10px;
    border: none;
    border-radius: 20px;
}
.Input:focus{
    outline: none;
}
.Textarea{
    margin-bottom: 5px;
    border: none;
    border-radius: 20px;
    padding: 40px;
}
.Textarea:focus{
    outline: none;
}
.ContactImg{
    width: 90%;
    border-radius: 20px;

}

.btn{
    margin-top: 20px;
    padding: 10px;
    color: white;
    background-color: black;
    border-radius: 10px;
}
.ContactBottom{
    margin-top: 20px;
}
.ContactInfo{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.ContactP{
    margin-top: 5px;
    font-size: 18px;
    font-weight: 500;
}

.menu{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.fa-solid{
    font-size: 35px;
}

.MenuContainer{
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: whitesmoke;
    position: absolute;
    width: 100%;
    top: -1000%;
    right: 0;
}
.show{
    top: 0;
}
.NavRightb{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.NavAB{
    text-decoration: none;
    margin-left: 15px;
    color: black;
    font-weight: 500;
    margin-top: 20px;
    font-size: 25px;
}
.NavAB:hover{
    color: grey;
}
.fa-sharp{
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    font-size: 30px;
}



@media (max-width: 1023px){
    .logo{
        width: 90px;
        margin-left: 5px;
    }
    .NavRight{
        flex: 2;
        display: flex;
        align-items: center;
    } 
    .fa-solid{
        font-size: 20px;
    }   
    
}
/* @media (max-width: px){
    .sidebarInfo{
        position: absolute;
        top: 0;
        right: 30%;
        margin-left: 5px;
        margin-top: 5px;
    }
} */
@media (max-width: 900px){
    .NavRight{
        display: none;
    }
    .menu{
        display: flex;
    }
    .logo{
        width: 80px;
        margin-left: 5px;
    }
    .banner{
        width: 100%;
    }
    .sidebarInfo{
        position: absolute;
        top: 0;
        right: 30%;
        margin-left: 5px;
        margin-top: 5px;
    }
    .pInfo{
        font-size: 30px;
    }
    .pInfoB{
        font-size: 15px;
    }
    .sidebarInfoIcon{
        display: flex;
        flex-direction: column;
        margin-top: 5px;
        font-size: 20px;
        color: bisque;
    }
    .fa-solid{
        font-size: 20px;
    }
    .aboutInfo{
        margin-left: 5px;
        margin-right: 5px;
        padding: 20px;
        text-align: center;
        background-color: rgba(245, 245, 245, 0.473);
        border-radius: 20px;
    }
    .AboutB3{
        margin-top: 20px;
        line-height: 1.875em;
        text-align: center;
        padding-left: 5px;
        padding-right: 5px;
    }
    .ServiceItem{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0px;
        padding-bottom: 20px;
        position: relative;
    }
    .ImgService{
        width: 100%;
        height: 100%;
    }
    .ServiceItemRight{
        position: absolute;
        top: 5%;
        
    }
    .ContactTop{
        display: flex;
        flex-direction: column;
    }
    .ContactImg{
        width: 95%;
    }
    .Descservice{
        color: white;
    }
}

