*{
    margin: 0;
    padding: 0;
}
.main{
    width: 100%;
    background: url(ethio.png);
    background-position: center;
    background-size: cover;
    height: 109vh;
}
.navbar{
    width: 1200px;
    height: 75px;
    margin: auto;
}
.icon{
    width: 200px;
    float: left;
    height: 70px;
    padding-left: 10px;
}
.logo{
    color: yellow;
    font-size: 55px;
    font-family: Arial, Helvetica, sans-serif;
    float: left;
    padding-top: 20px; 
    
}
.menu{
   padding-top: 50px;
   padding-left: 350px;
   padding-bottom: 120px;
}
ul li{
    list-style:none;
    display: inline-block;
    margin-left: 60px;

}
ul li a{
    text-decoration: none;
    color: rgb(194, 224, 41);
    font-size: 38px;
    font-weight: bold;
    
}
ul li a:hover{
    color: rgb(251, 251, 250);
    transition: 0.4s ease-in-out;
}


.search{
    width: 330px;
    float: left;
    margin-left: 270px;
}
.srch{
    font-family: 'Times New Roman', Times, serif;
    width: 200px;
    height: 40px;
    background: transparent;
    border: 1px solid yellow;
    margin-top: 13px;
    color: white;
    border-radius: none;
    font-size: 16px;
    float: left;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.btn{
    width: 100px;
    height: 40px;
    background: yellow;
    border: 2px solid yellow;
    margin-top: 13px;
    color: white;
    font-size: 15px;
    border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.btn:focus{
    outline: none;
}
.srch:focus{
    outline: none;
}
.content{
    width: 1200px;
    height: auto;
    margin: auto;
    color: white;
    position: relative;
    padding-top: 60px;
}
.content .par{
    padding-left: 20px;
    padding-bottom: 25px;
    font-size: 20px;
    font-family: 'Times New Roman', Times, serif;
    letter-spacing: 1.2px;
    line-height: 30px;

}
.content h1{
    font-family: 'Times New Roman', Times, serif;
    font-size: 50px;
    padding-left: 20px;
    margin-top: 9%;
    letter-spacing: 5px;
}
.content .cn{
    width: 160px;
    height: 40px;
    background: yellow;
    border: none;
    margin-bottom: 10px;
    margin-left: 20px;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.4s ease;
}
.content .cn a{
    text-decoration: none;
    color: black;
    transition: 3s ease;
}
.cn:hover{
    background-color: white;
}

.content span{
    color: yellow;
    font-size: 60px;
}
.form{
    width: 250px;
    height: 380px;
    background: linear-gradient(to top, rgba(0,0,0,0.8)50%, rgba(0,0,0,0.8)50%);
    position: absolute;
    top: -20px;
    left: 870px;
    border-radius:10px ;
    padding: 25px;
}
.form h2{
    width: 220px;
    font-family: sans-serif;
    text-align: yellow;
    font-size: 22px;
    background-color: white;
    border-radius: 10px;
    margin: 2px;
    padding: 8px;
}
.form input{
    width: 240px;
    height: 35px;
    background: transparent;
    border-bottom: 1px solid yellow;
    border-top: none;
    border-right: none;
    border-left: none;
    color: white;
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 30px;
    font-family: sans-serif;
}
.form input:focus{
    outline: none;
}
::placeholder{
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}
.btnn{
    width:240px ;
    height: 40px;
    background: yellow;
    border: none;
    margin-top: 30px;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
    color: white;
    transition: 0.4s ease ;
}
.btnn:hover{
    background: white;
    color: yellow;
}

.btnn a{
    text-decoration: none;
    color: black;
    font-weight: bold;
}
.form .link{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    padding-top: 20px;
    text-align: center;
}
.form .link a{
    text-decoration: none;
    color: yellow;
}
.liw{
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: center;
}
