* {
    margin: 0;
    padding: 0;
}
par{
    font-size: large;
    margin-left: 20%;
}

.main {
    width: 100%;

    background-position: center;
    background: url(1.jpg);
    background-size: cover;
    height: 109vh;
}
.nav{
    width: 1200px;
    height: 75px;
    margin: auto;

}
.icon{
    width: 200px;
    float: left;
    height: 70px;

}
.logo{
    color: #ff7200;
    font-size: 35px;
    font-family: Arial;
    padding-left: 20px;
    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: 67px;
    margin-top: 27px;
    font-size: 14px;
}
ul li a{
    text-decoration: none;
    color: whitesmoke;
    font-family: Arial;
    font-weight: bolder;
    transition: 0.1s ease-in-out;
    
}
ul li a:hover{
    color: #ff7200;


}
.search{
    width: 330px;
    float: left;
    margin-left: 270px;

}
.srch{
    font-family: 'Times New Roman';
    width: 200px;
    height:40px ;
    background: transparent;
    border: 1px solid #ff7200;
    margin-top: 13px;
    color: #fff;
    padding: 10px;
    border-right: none;
    font-size: 15px;
    float: left;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;

}
.btn{
    width: 100px;
    height: 40px;
    background: #ff7200;
    border: 2px solid #ff7200;
    margin-top: 13px;
    color: #fff;
    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: #fff;
    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: 10%;
    letter-spacing: 1px;

}
.cn{
    width: 160px;
    height: 40px;
    background: #ff7200;
    border: none;
    text-decoration: none;
    margin-bottom: 10px;
    margin-left: 20px;
    font-size: 18px;
    margin-top: 5%;
    border-radius: 1cap;
    transition: 0.4s ease-in-out;
}
a{
    text-decoration: none;
    color: black;
    transition: .3s ease;
}
.cn:hover{
    background-color: #fff;
}
.content span{
    color: #ff7200;
    font-size: 60px;
}
.form{
    width: 250px;
    height: 380px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: -20px;
    left: 870px;
    border-radius: 10px;
    padding: 25px;

}


.form h2{
    width: 220px;
    font-family: sans-serif;
    text-align: center;
    color: #ff7200;
    font-size: 22px;
    background-color: #fff;
    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;

font-size: 15px;
letter-spacing: 1px;
margin-top: 30px;
font-family: sans-serif;


} 
.form input:focus{
    outline: none;
}
::placeholder{
    color: #fff;
}
.btn{
    border-radius: 1cap;
    width: 240px;
    margin-top: 20px;
    cursor: pointer;
    font-weight: bold;

}
.btn:hover{
    background-color: #fff;
    color: #ff7200;

}
.link{
    text-align: center;
    font-family: Arial;
    justify-content: center;
    padding-top: 20px;
    font-size: 17px;
}
.link a{
    text-decoration: none;
    color: #ff7200;


}
.liw{
    text-align: center;
    padding-top: 15px;
    padding-bottom: 10px;

}
.sign{
    text-align: center;
    color: #ff7200;
    margin-left: 80px;
    margin-top: 300px;
    
}
icons{
    text-decoration: none;
    color: #fff;
}
.icons ion-icon{
    color: #fff;
    font-size: 30px;
    padding-left: 14px;
    padding-top: 5px;
    transition: 0.1s ease-in-out;

}
.icons ion-icon:hover{
    color: #ff7200;
}