body{
    margin: 0;
    padding: 0;
}
.main {
    width: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.8)50%,rgba(0,0,0,0.8)50%), url(./background.jpg);
    background-position: center;
    background-size: cover;
    height: 100vh;
}
.navbar{
    width: 1200px;
    height: 95px;
    margin: auto;
}
.icon{
    width: 200px;
    float: left;
    height: 70px;
}
.logo{
    color: #ff7200;
    font-size: 35px;
    font-family: Arial;
    padding-left: 20px;
    float: left;
    padding-left: 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: 62px;
    margin-top: 27px;
    font-size: 14px;
}
ul li a{
    text-decoration: none;
    color: white;
    font-family: Arial;
    font-weight: bold;
    transition: o.4s ease-in-out;
}
ul li a:hover{
    color: #ff7200;
}
.search{
    width: 330px;
    float: left;
    margin-left: 270px;
    height: 70px;
}
.srch{
    font-family: 'Times New Roman';
    width: 200px;
    height: 50px;
    background: transparent;
    border: 1px solid #ff7200;
    margin-top: 13px;
    float: left;
    padding: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 13px;
    color: white;
    border-right: none;
}
.btn{
    width: 100px;
    height: 50px;
    background: #ff7200;
    border: 2px solid #ff7200;
    margin-top: 13px;
    color: white;
    font-size: 15px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
}
.search .btn:hover{
    color: white;
}
.btn:focus{
    outline: none;
}
.srch:focus{
    outline: none;
}
.content{
    padding-top: 100px;
    width: 1200px;
    height: auto;
    margin: auto;
    color: white;
    position: relative;
}
.content h1{
    padding-left: 20px;
    margin-top: 10px;
    letter-spacing: 2px;
    font-family: 'Times New Roman';
    font-size: 50px;
}
.content .para{
    padding-left: 20px;
    padding-bottom: 20px;
    font-family: Arial;
    letter-spacing: 1px;
    line-height: 30px;
}
.content .btn2{
    width: 160px;
    height: 40px;
    background: #ff7200;
    border: none;
    margin-bottom: 10px;
    margin-left: 10px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 18px;
    transition: 0.4s ease;
}
.content .btn2 a{
    text-decoration: none;
    color: black;
    transition: 0.3s ease;
}
.btn2:hover{
    background-color: white;
}
.content span{
    font-size: 60px;
    color: #ff7200;
}
.form{
    width: 250px;
    height: 380px;
    background: linear-gradient(to top, rgba(0,0,0,0.8)50%,rgba(0,0,0,0.5)50%);
    position: absolute;
    top: -20px;
    left: 870px;
    border-radius: 10px;
    padding: 25px;
    margin-top: 100px;

}
.form h2{
    width: 220px;
    text-align: center;
    color: #ff7200;
    font-size: 22px;
    background-color: white;
    font-family: sans-serif;
    border-radius: 10px;
    margin: 2px;
    padding: 8px;
}
.form input{
    width: 240px;
    height: 35px;
    background: transparent;
    border-bottom: 1px solid #ff7200;
    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;
}
.form input::placeholder{
    color: white;
    font-family: Arial;
}
.btn3{
    width: 240px;
    height: 40px;
    background: #ff7200;
    border: none;
    margin-top: 30px;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
    color: white;
}
.btn3:hover{
    background: white;
    color: #ff7200;
}
.btn3 a{
    text-decoration: none;
    color: black;
    font-weight: bold;
}
.form .link{
    font-family: Arial;
    font-size: 17px;
    padding-top: 20px;
    text-align: center;
}
.form .link a{
    text-decoration: none;
    color: #ff7200;
}
.lw{
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: center;
}
.icon2 a{
    text-decoration: none;
    color: white;
}
.icon2 ion-icon{
    color: white;
    font-size: 30px;
    padding-left: 14px;
    padding-top: 5px;
    transition: 0.3s ease;
}
.icon2 ion-icon:hover{
    color: #ff7200;
}
