@import url('https://fonts.googleapis.com/css2?family=Martel+Sans:wght@600&family=Poppins:wght@200;600;700&display=swap');


*{
    margin: 0;
    padding: 0;
}
.navbar{
    /* border: 2px solid red; */
    display: flex;
    width: 100vw;
    height: 50px;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: rgba(7, 7, 7, 0.947);
    position: sticky;
    top: 0;
    z-index: 20;
    
    
    
}
a{
    display: flex;
    color: white;

    
    
    

}
nav ul{
    display: flex;
    width: 400px;
    /* border: 2px solid rgb(128, 255, 0); */
    justify-content: center;
    align-items: center;
    gap: 20px;
}
nav ul li{
    display: flex;
    padding: 10px;
    
    justify-content: center;
    width: 60px;
    height: 20px;
    /* border: 2px solid rgb(9, 0, 0); */
    transition: background 1s ease-in-out;
}
.item:hover{
    background-color: rgb(0, 0, 0);
    border-radius: 20px;
    color: rgb(255, 255, 255);
    cursor: pointer;
}

.container1{
    background-image: url(bg1.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 750px;
    width: 100vw;
    border: 0.1px solid transparent;
}
.text1{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 20px;
    width: 650px;
    height: 300px;
    
    margin-top: 180px;
    margin-left: 45px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.676);
    border-radius: 8px;
    border: 2px solid black;
}
h4{
    font-family: 'Martel Sans', sans-serif;
    font-size: 23px;
}
h2{
    font-family: 'Poppins', sans-serif;
    font-size: 35px;
}
.container2{
    display: flex;
    flex-direction: column;
    height: 450px;
    width: 100vw;
    background-image: url(bg32.avif);
    background-repeat: no-repeat;
    background-position: center center;
    justify-content: center;
    background-size: cover;
    align-items: center;
    
    
}
.text2{
    display: flex;
    flex-direction: column;
    width: 70%;
    gap: 20px;
    font-family: 'Martel Sans', sans-serif;
    padding: 20px;
    background-color: rgba(255, 254, 254, 0.605);
    border-radius: 10px;
}
.text2 h3{
    text-align: center;
}
.text2 p{
    text-align: justify;
}


.container{
    transition: all 2s ease-out;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    
    border-radius: 10px;
    position: relative;
    width: 503px;
    margin: 80px auto;
    height: 712px;
      box-shadow: -6px 2px 20px 18px rgba(0, 0, 0, 0.447);;
    /* border: 2px solid ; */
    
}
.box{
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 4px;
    height: 200px;
    position: relative;
    background-color: #350027e9;
    /* border: 2px solid transparent; */
    
}
.img{
    background-image: url(anju.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    
    background-size: cover;
    height: 155px;
    width: 155px;
    position: absolute;
    top: 79px;
    
    align-self: center;
    border-radius: 50%;
    border: 5px solid white;
    
    
    
}
.text{
    width: 85%;
    margin: 0 auto;
    margin-top: 50px;
    padding: 20px;
    text-align: center;
    
    /* border: 2px solid red; */
    
}
h3{
    font-family: 'Poppins', sans-serif;
    
    margin-bottom: 10px;
}
p{
    
    font-size: 13px;
    font-family: 'Martel Sans', sans-serif;
}
.btn{
    width: 130px;
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
    border: none;
    /* border: 2px solid red; */
    
}
.buttonprimary {
    display: flex;
    flex-direction: row;
    width: 300px;

    /* border: 2px solid red; */
    padding: 10px;
    justify-content: center;
    align-self: center;
    gap: 15px;
    margin: 0px auto;


}
a{
    text-decoration: none;
}
button {
    
    border: none;
    background-color: transparent;
}
.hire{
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn {
    padding: 12px;
    width: 120px;
    text-decoration: none;
    align-self: center;
    border: none;
    background-color: #0050fc;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    /* margin-bottom: 35px; */
    
    


}

.btn:hover {
    background-color: #04ff00a4;
    color: white;

}
@media screen and (max-width: 600px) {
    .container{
        height: 820px;
        width: 302px;

    }
    .text1{
        width:199px;
        height: 421px;
        /* justify-content: center; */
        align-items: center;
        
    }
    h4{
        font-size: 16px;

    }
    h2{
        font-size: 20px;
    }
    .container2{
        height: 750px;
    }
    
}
@media screen and (max-width: 800px){
    .text1{
        width:199px;
        height: 421px;
        
        
    }
    h4{
        font-size: 18px;

    }
    h2{
        font-size: 20px;
    }
}

