*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

}
.main{
    background-image: linear-gradient(rgba(10, 9, 10, 0.8),rgb(0,0,0,0.8),rgb(0,0,0,0.8)
    ),url(/images/14.jpeg);
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: auto;
}
.logo{
    display: flex;
    width: 180px;
}
.logo h1{
    margin-left: 7%;
    margin-top: 7%;
    font-size: 20px;
    color: #09ef28;
    text-transform:uppercase;
    font-family:fantasy;
}
.logo h1 span{
    color: #fff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.header{
    display: flex;
}
.menu ul{
    display: flex;
    margin-left: 9%;
}
.menu ul a{
    margin-top: 5%;
    margin-left: 2%;
    height: 30px;
    width: 105px;
    background-color:transparent;
    padding-top: 6px;
    text-align: center;
    text-decoration: none;
    border: 2px solid #fff;
    transition: 0.4s ease-in-out;
}
.menu ul a li{
    font-size: 10px;
    list-style: none;
    color:#fff;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.menu ul a li:hover{
    color:black;
}
.menu ul a:hover{
    background-color: #09ef28;
}
.content{
    margin-top: 10%;
    margin-left: 2%;
}
.content p{
    color: #fff;
    font-size: 40px;
    text-transform: capitalize;
    font-family:sans-serif;
}
.content p span{
    font-family: sans-serif;
    font-size: 34px;
    color: #09ef28;
}
.content ul{
    margin-left: 5%;
    font-size: 25px;
    color: #fff;
    list-style-type: disc;
}
.quick-btn{
    margin: 32px 13px;
}
.quick-btn button{
    height: 50px;
    width: 150px;
    border-radius: 5px;
    border: none;
    outline: none;
    font-size: 20px;
    padding: 4px 4px;
    text-transform: uppercase;
    font-family: sans-serif;
    transition:0.8s ease-in-out;
}
.quick-btn button:hover{
    cursor: pointer;
    background-color: #09ef28;
    height: 55px;
    width: 155px;
}

/*ads page*/
.main-ads{
    background-image: linear-gradient(rgba(10, 9, 10, 0.8),rgb(0,0,0,0.8),rgb(0,0,0,0.8)
    ),url(/images/images\ \(1\).jpeg);
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: auto;  
}
.contactform{
    text-align: center;
    margin:5% 5%;
}
.contactform h2{
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
    font-family:'Lucida Sans Unicode';
    margin-bottom: 5%;
}
form{
    display: flex;
    flex-direction: column;
    width: fit-content;
}
form input{
    height: 30px;
    font-size: 20px;
    text-transform: capitalize;
    outline: none;
    border: 0;
    color: #fff;
    background-color: #8809ef;
    margin-bottom: 2%;
    transition: 0.8s ease-in-out;
}
form input:last-child{
    background-color: #fff;
    color: #8809ef;
}
form input:last-child:hover{
    color: #fff;
}
form input:hover{
    background-color: #600160;
    
}

form select{
    height: 30px;
    font-size: 20px;
    text-transform: capitalize;
    outline: none;
    border: 0;
    color: #fff;
    background-color:  #8809ef;
    margin-top: 3%;
    text-align: center;
}
form select option{
    color: #8809ef;
    background-color: #fff;
}
form select:hover{
    background-color: #600160;
    
}
label{
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-family: cursive;
}
#warning{
    color: red;
    margin-top: -3%;
}
p{
    color: #fff;
    margin-top: 10%;
    font-family:Arial, Helvetica, sans-serif;
    text-align: left;
}
b{
    text-decoration: underline;

}
#submit{
    background-color: #fff;
    border: none;
    height: 35px;
    font-size: 30px;
    padding: 0;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    color: #600160;
    cursor: pointer;
    transition: .6s ease-in-out;
}
#submit:hover{
    background-color: #c670c6;
    color: #fff;
}
#msg{
    color: #09ef28;
    font-family: Arial, Helvetica, sans-serif;
}