*{
    margin: 0px;
    padding: 0px;
}
.main{
    height: 100vh;
    background-size: cover;  
    background-image: url(../2.jpeg);
}

.navbar{
    width: 1200px;
    height: 75px;
    margin: auto;
}

.icon{
    width: 100px;
    float: left;
    height: 50px;
}
.logo{
    
    color: #ff7200;
    font-size: 35px;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 12px;
    float: left;
}
.menu{
    float: left;
    width: 400px;
    height: 75px;
}
ul{
    justify-content: center;
    display: flex;
    align-items: center;
    padding-left: 275px;
}
ul li{
    list-style: none;
    margin-left: 60px;
    margin-top: 26px;
    font-size: 14px;
}
ul li a{
    Text-decoration: none;
    color: #fff;
    font-family: Arial;
    font-weight: bold;
    transition: 0.4s ease-in-out;
}
ul li a:hover{
    color: #ff7200;
}
.search{
    width: 330px;
    float: left;
    margin-left: 370px;
    margin-top: 5px;
}
.srch{
    font-family: 'Times New Roman';
    background: transparent;
    width: 200px;
    height: 40px;
    border: 1px solid #ff7200;
    margin-top: 13px;
    color: rgb(238, 238, 238);
    border-right: none;
    font-size: 16px;
    float: left;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.btn{
    width: 100px;
    height: 40px;
    background-color: #ff7200;
    border: 2px solid #ff7200;
    margin-top: 13px;
    color: rgb(238, 238, 238);
    font-size: 16px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.srch:focus{
    outline: none;
}
.btn: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: 1px;
    line-height: 30px;
}
.content h1{
    font-family: 'Times New Roman';
    font-size: 50px;
    letter-spacing: 2px;
    margin-top: 9%;
    padding-left: 10px;
}

.content .cn{
    width: 160px;
    height: 40px;
    background-color: #ff7200;
    border: none;
    margin-left: 20px;
    margin-bottom: 10px;
    border-radius: 10px;
    font-size: 18px;
    cursor: pointer;
    transition: 0.5s ease;

}
.content .cn a{
    text-decoration: none;
    color: #000;
}
.cn:hover{
    background-color: #fff;
}

.from{
    width: 250px;
    height: 380px;
    background-color: rgba(41, 34, 34, 0.88);
    position: absolute;
    top: -20px;
    left: 870px;
    padding: 25px;
    border-radius: 10px;
}
.from h2{
    text-align: center;
    width: 220px;
    color: #ff7200;
    background-color: #fff;
    font-family: sans-serif;
    font-size: 22px;
    padding: 8px;
    margin: 2px;
    border-radius: 10px;
}

.from input{
    width: 240px;
    height: 35px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #ff7200;
    color: #fff;
    font-family: sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 30px;
}
.from input:focus{
    outline: none;
}
::placeholder{
    color: #fff;
    font-family: Arial;
}
.btnn{
    width: 240px;
    height: 40px;
    font-size: 18px;
    background-color: #ff7200;
    border: none;
    border-radius: 10px;
    margin-top: 20px;
    cursor: pointer;
    color: #fff;
    transition: 0.7s ease;
}
.btnn a{
    text-decoration: none;
    font-weight: bold;
    color: rgb(13, 12, 12);
}

.btnn:hover{
    background-color: #fff;
}

.from .link{
    text-align: center;
    padding-top: 20px;
    font-size: 17px;
    font-family: Arial;
}
.from .aa{
    text-decoration: none;
    color: #ff7200;
    padding-top: -10px;
    text-align: center;
}
.from .liw{
    text-align: center;
    padding-top: 15px;

}
.icons a{
    text-decoration: none;
    color: #fff;
}

.icons ion-icon{
    font-size: 30px;
    padding-left: 14px;
    padding-top: 10px;
    transition: 0.5s ease;
}

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





