*{
    margin: 0;
    padding: 0;


}

.main{

    width: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.1)50%, rgba(0,0,0,0.1)50%), url(image6.jpeg);
    background-position: center;
    background-size: cover;
    height: 100vh;

}

.navbar{
    width: 1200px;
    height: 75px;
    margin: auto;

}

.icon{
    width: 200px;
    float: left;
    height: 70px;


}

.logo{
    color: rgb(209, 196, 15);
    font-size: 40px;
    font-weight: arial;
    padding-left:10px;
    float: right;
    padding-top: 10px;

}

.menu{

    width: 400px;
    float: left;
    height: 70px;


}

ul {
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;


}

ul li{
    list-style: none;
    margin-left: 100px;
    margin-top: 27px;
    font-size: 14px;
}

ul li a {
    text-decoration: none;
    color: rgb(250, 250, 252);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    transition: 0.5s ease-in-out;
}

ul li a:hover{
    color: darkblue;
}



.content{
    width: 1200px;
    height: auto;
    color: white;
    position: relative;

}

.content .par{
    padding-left: 20px;
    padding-bottom: 25px;
    font-family: arial;
    letter-spacing: 1.2px;
    line-height: 30px;

}

.content h1{
    font-family: 'Times New Roman';
    font-size: 50px;
    padding-left: 20px;
    margin-top: 9px;
    letter-spacing: 2px;

}

.content .cn{
    width: 160px;
    height: 40px;
    background: white;
    border: none;
    margin-bottom: 10px;
    margin-left: 20px;
    background: black;
    margin-bottom: 10px;
    margin-left: 20px;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
}

.content .cn a {
    text-decoration: none;
    color: white;
    transition: 0.5s ease;

}

.cn:hover{
    background-color: darkblue;
}

.content span{
    color: darkblue;
    font-size: 60px;
}

.form{
    width: 250px;
    height: 380px;
    background: linear-gradient(to top, rgba(247, 246, 246, 0.8)50%, rgba(238, 235, 235, 0.8)50%);
    position: absolute;
    top: 80px;
    left:1100px;
    border-radius: 10px;
    padding: 25px;


}

.form h2{
    width: 220px;
    font-family: Arial;
    text-align: center;
    color: black;
    font-size: 22px;
    
    border-radius: 10px;
    margin: 2px;
    padding: 8px;

}

.form input{
    width: 240px;
    height: 35px;
    background: transparent;
    border-bottom: 1px solid darkblue;
    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;

}

.btnn{
    width: 240px;
    height: 40px;
    background: white;
    border: none;
    margin-top: 30px;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
    color: rgb(116, 20, 36);
    transition: 0.4s ease;

}

.btnn:hover{
    background: darkblue;
    
}

.form.link{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    padding-top: 20px;
    text-align: center;

}

.form.link a{
    text-decoration: none;
    color: black;

}

.liw{
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: center;
}


