
    .search{
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px;

    }
    .srch{
        font-family: 'Times New Roman', Times, serif;
        background: transparent;
        border:1px solid #ff7200;
        color: #FFF;
        border-right: none;
        margin-top: 20px;
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
        height: 40px;
        



    }
    .btn{
        width: 100px;
        height: 40px;
        background: #ff7200;
        border: 2px solid  #ff7200;
        color: white;
        font-size: 15px;
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
        margin-left: -10px;
        margin-top: 20px;

    }
    .btn:focus{
        outline: none;
    }
    .srch:focus{
        outline: none;
    }

    .content{
        margin-top: 100px;
        display: flex;
        width: 100%;
        height: auto;
        margin: auto;
        color: white;
        position: relative;
        justify-content: center;
        align-items: center;
    }
    .content .par{
        width: 70%;
        padding-left: 20px;
        padding-bottom: 25px;
        font-family: Arial;
        letter-spacing: 1.2px;
        line-height: 30px;
    }
    .content h1{
        font-family: 'Times New Roman', Times, serif;
        font-size: 50px;
        padding-left: 20px;
        letter-spacing: 2px;
    }
.content .cn{
    width: 160px;
    height: 40px;
    background: #ff7200;
    border: none;
    margin-bottom:10px ;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
}
.content .cn a{
    text-decoration: none;
    color: black;
    transition: .3s ease;

}
.cn:hover{
    background-color: white;
}

.content span{
    color: #ff7200;
    font-size: 60px;
}
.form{
    margin-top: 100px;
    width:50%;
    height: auto;
    border-radius: 10px;
    padding: 25px;
    background: linear-gradient(to top,rgba(0,0,0,0.8)50%,rgba(0,0,0,0.8)50%);


}
.form h2{
    width: 100%;
    font-family:sans-serif;
    text-align: center;
    color: white;
    font-size: 22px;
    background-color: #ff7200;
    border-radius: 10px;
    margin: 2px;
    padding: 8px;
}
.form input{
    width: 100%;
    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 select{
    width: 100%;
    height: 35px;
    background: white;
    border-bottom: 1px solid #ff7200;
    border-top: none;
    border-right: none;
    border-left: none;
    color:black;
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 30px;
    font-family: sans-serif;

}
.form input:focus{
    color: white;
    font-family: arial ;

}
.form .btn{
    width: 100%;
    height: 40px;
    background-color: #ff7200;
    border: none;
    margin-top: 30px;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointers;
    color: white;

}
.form .btn:hover{
    background: white;
    color: #ff7200;

}
.form .btn a{
    text-decoration: none;
    color: black;
    font-size: 17px;
    text-align: center;

}

.link{
   text-align: center;
   padding: 5px;
}
.signup{
align-items: center;
text-align: center;
}
.form .link a{
    text-decoration: none;
    color: #ff7200;

}
.liw{
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: center;
}

.icon{
    margin: 20px;
    display: flex;
    justify-content: space-between;
   
}
.icon a{
    text-decoration: none;
    color: white;
}
.icon ion-icon{
    color: white;
    font-size: 30px;
    padding-left: 14px;
    padding-top: 5px;
    transition: 0.3s ease;


}
.icon .fa:hover{
    color: #ff7200;
}

@media(max-width:850px) {
    .navbar nav{
        flex-direction:column;

    }
    .logo{
      font-size: 30px;
      margin-left: 10px;
    }

    .menu ul{
        display: none;
    }
    .content h1{
        font-size: 35px;
    }
    .content h1 span{
        font-size: 30px;
    }

}

