*{
    box-sizing: border-box;
}
nav{
    background-color:rgb(206, 206, 206);
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    height: 90px;
    padding-top: 22px;
    position: static;
    width:100% ;
    top:0px;
    
}
.bi{
    margin-left: 50%;
    font-size: 20px;
    font-size: 30px;
}
.logo{
    font-size: 30px;
    margin-left: 20px;
}
footer{
    width: 100%;
    text-align: center;
    background-color: rgb(218, 218, 218);
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    height: realtive;
    padding-top:20px;
}
span{
    color: #ffffff;
}
.social{
    margin-left: 0%;
    font-size: 40px;
}
.dropbtn {
    background-color:rgb(206, 206, 206);;
    color: rgb(0, 0, 0);
    padding: 16px;
    font-size: 20px;
    border: none;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    margin-left: 0%;
   
}
.dropdown {
    position: relative;
    display: inline-block;
   
    
}
  
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    width: 150px;
    
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    
}
.dropdown-content a:hover {background-color: #adadad;}
  
  .dropdown:hover .dropdown-content {display: block;}

nav ul{
        float: right;
        margin-top: -55px;
        list-style-type: none;
}
nav ul li{
        display: inline-block;
        margin-right: 30px;
}
nav ul li a{
        color: rgb(0, 0, 0);
        font-size: 20px;
        text-decoration: none;
        text-align: center;
}
.checkbtn{
        color: rgb(0, 0, 0);
        font-size: 20px;
        float: right;
        line-height: 65px;
        margin-right: 30px;
        display: none;
}
#check{
    display: none ;
}
@media screen and (max-width:768px){
    .checkbtn{
        display:block;
    }
    nav ul{
        position: fixed;
        top: 50px;
        left:-100%;
        text-align: center;
        background-color: rgb(206, 206, 206);
        width: 100%;
        height:100vh;
        padding:0;
    }
    nav ul li{
        display: block;
        margin:50px 0px;
    }
    nav ul li a{
        font-size: 20px;
    }
    #check:checked ~ ul{
        left:0;
    }
    .btn1{
        margin-bottom: 20px;
    }
}
    .input-field{
        width: 50%;
        outline: 0;
        border:0;
        border-bottom: 2px solid black;
        padding: 10px 0;
        background: transparent;
        font-size: 20px;
    }
.submit{
    width: 50%;
    padding:10px 20px;
    margin-top:20px;
    border:none;
    border-radius: 30px;
    color: white;
    background-color: #000000;
    font-weight: bold ;
}

a{
        text-decoration: none;
        color: #000000;
}
body{
    background-color: #fcfcfc;
}
 
.container{
        border-radius: 10px;
        background-color: #b4b4b4;
        width: 700px;
        min-height:500px ;
        padding: 30px;
}
input{
    width: 300px;
    height: 50px;
    border-radius: 5px;
    align-items: center;
}
input:hover{
    border-width: 3px;
    border-color: rgb(79, 79, 255);
}
form input{
    width: 20px;
    margin-left: 30px;
}
.btn1{
    background-color: rgb(57, 75, 134);
    width: 300px;
    height: 50px;
    border-radius: 5px;
    border:none;
    font-size: 20px;
    font-weight: bold;
    color:#ffffff;
}
.btn2{
    background: linear-gradient(lightgreen,green);
    width: 300px;
    height: 50px;
    border-radius: 5px;
    border:none;
    font-size: 20px;
    font-weight: bold;
    color:#ffffff;
}
.btn1:hover{
    background-color: rgb(34, 46, 85);
    color: #e6e6e6;
}
.btn2:hover{
    background: linear-gradient(rgb(124, 197, 124),rgb(0, 121, 0));
    color: #e6e6e6;
}
select{
    width: 200px;
    height: 50px;
    font-size: 20px;
    border-radius: 5px;
}
select:hover{
    border-width: 3px;
    border-color: rgb(79, 79, 255);
}
#year{
    width: 200px;
    height: 50px;
}
