*{
    margin: 0;
    
}

.main{
    width: 100%;
    background: linear-gradient(to top,rgba(0,0,0,0.5)50%,rgba(0,0,0,0.5)50%),url(R.jpg);
    background-size: cover;
    background-position: center;
    height: 109vh;
}
.navbar{
    width: 1200px;
    height: 75px;
    margin: auto;

}
.icon{
    width: 200px;
    height: 70px;
    float: left;
    

}
.logo{
    color:orange ;
    font-size:35px ;
    padding-top: 20px;
    float: left;
    padding-left: 20px;

}
.menu{
    width: 400px;
    height: 70px;
    float: left;

}
ul{
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;

}

ul li{
    list-style: none;
    margin-left: 62px;
    margin-top: 27px;
    font-size: 14px;
}
ul li a{
    color: white;
    font-family: arial;
    font-weight: bold;
    transition: 0.5s ease-in-out;
}
ul li a:hover{
    color: orangered;
}

.form{
    width: 250px;
    height: 380px;
    background: linear-gradient(to top,rgba(0,0,0,0.5)50%,rgba(0,0,0,0.5)50%);
    position: absolute;
    top: 120px;
    left: 1110px;
    border-radius: 10px;
    padding: 25px;
    color: white;
}
.form h2{
    width: 220px;
    font-family: sans-serif;
    text-align: center;
    color: orange;
    font-size: 22px;
    background-color: white;
    border-radius: 10px;
    margin: 2px;
    padding: 8px;



}

.form input{
    width: 240px;
    height: 35px;
    background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid orange;
    color: white;
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 30px;
    font-family: sans-serif;
}

::placeholder{
    color: white;
    font-family: Arial;

}

.btn{
    width: 240px;
    height: 40px;
    background-color: orange;
    margin-top: 40px;
    font-size: 18px;
    border-radius: 10px;
    color: white;
    cursor: pointer;
}
.btn:hover{
    background-color: white;
    color: orange;
}
.btn a{
    color: black;
    font-weight: bold;
}
.form .link{
    font-family: arial;
    padding-top: 20px;
    text-align: center;
    text-decoration: none !important;
    border-bottom: none !important;

}
.form .link a{
    text-decoration: none;
    color: orange;
}
.icons a{
    color: white;
    padding-left: 13px;
    padding-top: 14px;
}
.icons ion-icon{
    padding-top: 5px;
}
.icons ion-icon:hover{
    color: orange;
}

.heading h2{
    color:orange;
    width: 300px !important;
    height: 30px;
    padding-top: 200px;
}
.heading h3{
    color:white;
    width: 800px !important;
    height: 300px;
    padding-top: -20px;
    padding-bottom: 600px;
}
