*{
    margin: 0px;
    padding: 0px;
}
 nav{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0;
        background-color: #333;
    }
    nav ul li{
        display: inline-block;
        list-style: none;
        margin: 10px 25px;
    }
    nav ul li a{
        text-decoration: none;
        color: #fff;
        font-size: 13px;
    
    }
    nav ul li a:hover{
        color: #ff7200;
    }
h2{
    color: #ff7200;
    font-size: 30px;
    font-family: Arial;
    padding-left: 20px;
    padding-top: 10px;
}

.search{
    display: inline-block;
    margin-right: 45px;
}
.srch{
    font-family: 'Times New Roman';
    width: 200px;
    background: transparent;
    border: 1px solid #ff7200;
    color: #fff;
    border-right: none;
    font-size: 14px;
    padding: 7px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    outline: none;
   
}
.search .btn{
    width: 80px;
    padding: 7px;
    background: #ff7200;
    color: #fff;
    font-size: 14px;
    border: 2px solid #ff7200;
    border-bottom-left-radius: none;
    border-top-left-radius: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
    transition: 0.3 ease;
}
.btn:hover{
    background: #fff;
    border: none;
    color: #000;
    transform: scale(1.1);

}
 .content{
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.5)50%, rgba(0, 0, 0, 0.5)50%), url(image/campaign-creators-gMsnXqILjp4-unsplash.jpg);
    background-position: center;
    background-size: cover;
    height: 100vh;
    position: relative;
}
.content .par{
    padding-left: 20px;
    padding-bottom: 25px;
    font-family: Arial;
    letter-spacing: 1.2px;
    line-height: 30px;
    color: #fff;
}
.content h1{
    font-family: 'Times New Roman';
    font-size: 49px;
    padding-left: 20px;
    color: #fff;
    padding-top: 9%;
    letter-spacing: 2px;
}
span{
    color: #ff7200;
    font-size: 60px;
}
.content .cn{
    width: 160px;
    height: 40px;
    background: #ff7200;
    border: none;
    margin-left: 20px;
    margin-bottom: 10px;
    border-radius: 10px;
    font-size: 18px;
    cursor: pointer;
    transition: .4s ease;
}
.content .cn a{
    text-decoration: none;
    color: #000;
    transition: .3s ease;
}
.cn:hover{
    background-color: #fff;
    color: #ff7200;
}
.form{
    width: 280px;
    height: 400px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8)50%, rgba(0, 0, 0, 0.8)50%);
    position: absolute;
    top: 100px;
    right: 50px;
    border-radius: 10px;
    padding: 25px;

}
.form h2{
    text-align: center;
    font-size: 22px;
    background-color: #fff;
    border-radius: 50%;
    padding: 8px;
    margin: 2px;
}
.form input{
    width: 240px;
    height: 35px;
    background: transparent; 
    border: 1px solid #ff7200;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 30px;
    padding: 8px;
    outline: none;
}

::placeholder{
    color: #fff;
    font-family: 'Times New Roman';
    font-size: 10px;
}
.form .btnn{
    width: 260px;
    height: 40px;
    background: #ff7200;
    border: none;
    margin-top: 30px;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
    color: #fff;
    transition: 0.4s ease;
}
.btnn:hover{
    background: #fff;
    color: #ff7200;
}
.btnn a{
    text-decoration: none;
    color: #000;
    font-weight: bold;
}
.form .link{
    font-family: Arial;
    font-size: 15px;
    padding-top: 20px;
    text-align: center;
    color: #fff;
}
.form .link a{
    text-decoration: none;
    color: #ff7200;
}
.form .liw{
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    color: #fff;
    font-family: Arial;
    font-size: 15px;
}
.icons a{
    text-decoration: none;
    color: #fff;
}
.icons ion-icon{
    color: #fff;
    font-size: 20px;
    padding-left: 20px;
    padding-top: 5px;
    transition: 0.3s ease;
}
.icons ion-icon:hover{
    color: #ff7200;
}


@media screen and (max-width: 800px) {
    nav {
        flex-direction: column;
        align-items: center;
        overflow-x: hidden;
        height: auto;
        padding-bottom: 15px;
    }
    nav h2 {
        padding-left: 0;
        margin-bottom: 10px;
    }
    nav ul {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 10px;
    }
    nav ul li {
        margin: 5px 5px; 
    }
    .search {
        margin-right: 0;
    }
    .content {
        overflow-y: auto;
        height: auto;
        min-height: calc(100vh - 120px);
        display: flex;
        flex-direction: column;
    }
    .content h1 {
        font-size: 26px;
        padding-top: 30px;
        padding-left: 15px;
        line-height: 1.2;
    }
    span {
        font-size: 32px;
    }
    .content .par {
        font-size: 12px;
        line-height: 1.6;
        max-width: 90%;
        padding-left: 15px;
        margin-bottom: 20px;
    }
    .content .cn {
        margin-left: 15px;
        margin-bottom: 30px;
    }
    .form {
        position: relative;
        width: 90%;
        max-width: 280px;
        margin: 0 auto 50px auto;
        top: 0;
        right: 0;
        height: auto;
        min-height: auto;
        padding: 20px;
        margin-top: 80px;
    }
    .form input {
        margin-top: 20px;
    }
}
