@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');

*{
    margin: 0px;
    padding: 0px;
}


 /*navbar*/


.navbar{
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    
}

.logo{
    
}

.logo img{
    width: 80px;
    padding: 0px 70px;
}

.nav-list{
    width: 50%;
    display: flex;
    align-items: center;
    height: 85px;
}

.nav-list li a{
    text-decoration: none;
    color: white;
    cursor: pointer;
}

.nav-list li{
    list-style: none;
    padding: 0px 30px;
}

.rightnav{
    text-align: right;
    width: 50%;
}

#search{
    border: 2px solid white;
    border-radius: 8px;
    font-size: 17px;
    padding: 5px;
}


.btn-sm{
    padding: 6px 20px;
    border: 2px solid white;
    border-radius: 10px;
    background: none;
    color: white;
}

.btn-sm:hover{
    padding: 6px 20px;
    border: 2px solid white;
    border-radius: 10px;
    background: none;
    color: white;
    cursor: pointer;
}


.background{
    background: rgb(0, 0,0,0.7) url(building1.jpg);
    background-size: cover;
    background-blend-mode: darken;
}


/*First-section.............*/

.first-section{

}

.main-box{
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    height: 90vh;
    margin: 0px 0px 0px 100px;
}

.first-half {
    padding: 20px;
}

.text-big{
    font-size: 63px;
}

.text-small {
    font-size: 20px;
    width: 45rem;
}

.btn-b, .btn-s:hover{
    padding: 9px 22px;
    border: 2px solid white;
    border-radius: 10px;
    background: none;
    color: rgb(240, 240, 240);
    margin: 15px 0px;
    cursor: pointer;
}

.btn-b{
    padding: 9px 22px;
    border: 2px solid white;
    border-radius: 10px;
    background: none;
    color: white;
    margin: 15px 0px;
}

.btn-s{
    padding: 9px 22px;
    border: 2px solid white;
    border-radius: 10px;
    background: none;
    color: white;
    margin: 15px 0px;
}

.secondhalf{

}

.secondhalf img{
    width: 70%;
    border: 2px solid white;
    border-radius: 60%;
}
 

/* second-section.................*/

.second-box{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70vh;
    margin: 0px 0px 0px 100px;
}

.thirdhalf img{
    width:50%;
    border: 2px solid white; 
}

.second-half{
    padding: 20px;
}

/*form*/

.fourth-section{
    background: rgb(17, 48, 46);
}

#third-box{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 34px;
    color: white;
}

#third-box input,.btn-form{
    font-size: 20px;
    height: 44px;
    padding: 1px;
    width: 100%;
    border-radius: 12px;
}

#third-box input{
    font-size: 20px;
    height: 44px;
    padding: 1px;
    width: 100%;
    border-radius: 12px;
    margin-bottom: 8px;
}

#third-box label{
    font-size: 20px;
    
}

#third-box form{
    width: 40%;
}

.kk-form{
    font-size: 50px;
    color: white;
}

.btn-form{
    background-color: rgb(26, 82, 26);
}

.btn-form:hover{
    background-color: rgb(35, 92, 35);
}

.center{
    text-align: center;
    margin-bottom: 20px;
}

footer{
    background: black;
    color: white;
    padding: 6px;
}



