*{
    margin: 0;
    padding: 0;

}

.title{
color: black;
}


main{
    width: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.5)50%,white),url(Screenshot\ 2023-11-07\ 143836.png) ;
    background-position: center;
    background-size: cover;
    height: 109vh;
}
 
.navbar{
    width: 1200px;
    height: 75px;
    margin: auto;
}

.icon{
    width: 200px;
    float: left;
    height: 70px;
}

.logo{
    color: white(0, 81, 255);
    font-size: 35px;
    font-family: Arial;
    padding-left: 20px;
    float: left;
    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: 62px;
    margin-top: 27px;
    font-size: 14px;
}

ul li a{
    text-decoration: none;
    color: white;
    font-family: Arial;
    font-weight: bold;
    transition: 0.4s ease-in-out;
}

ul li a:hover{
    color: rgb(139, 138, 138);
}

.search{
    width: 300px;
    float: left;
    margin-left: 270px;
}

.srch{
    font-family: 'Times New Roman';
    width: 200px;
    height: 40px;
    background: transparent;
    border: 1px solid rgb(254, 254, 254);
    margin-top: 13px;
    color: rgb(254, 252, 252);
    border-right: none;
    font-size: 16px;
    float: left;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
}

.btn{
    width: 100px;
    height: 40PX;
    background: rgb(251, 250, 250);
    border: 2px solid rgb(249, 249, 249);
    margin-top: 13px;
    color: rgb(8, 8, 8);
    font-size: 15px;
    border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
}

.btn:focus{
    outline: none;
}

.srch:focus{
    outline: none;
}

.content{
    float: left;
    width: 1200px;
    height: auto;
    margin: auto;
    color: white;
    position: relative;
}

.content .par{
    padding-left: 20px;
    padding-top: 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: 9%;
    letter-spacing: 2px;
}

.content .cn{
    width: 160px;
    height: 40px;
    background: rgb(248, 246, 246);
    border: none;
    margin-bottom: 10px;
    margin-left: 20px;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
    transition: .4s ease;
}

.content .cn a{
    text-decoration: none;
    color: rgb(14, 14, 14);
    transition: .3s ease;
}

.cn:hover{
    background: rgb(157, 156, 156);
}

.content span{
    color: black;
    font-size: 65px;
}

.form{
    float: right;
    width: 250px;
    height: 380px;
    background: linear-gradient(to top, rgba(0,0,0,0.5)50%,rgba(0,0,0,0.5)50%,);
    position: absolute;
    top: -20px;
    left: 870px;
    transform: translate(0%,-5%);
    border-radius: 10px;
    padding: 120px;
    margin: 10px;
}

.form h2{
    width: 220px;
    font-family: Arial;
    text-align: center;
    color: rgb(12, 12, 12);
    font-size: 22px;
    background-color: rgb(252, 248, 248);
    border-radius: 10px;
    margin: 2px;
    padding: 8px;
}

.form input{
    width: 240px;
    height: 35px;
    background: transparent;
    border-bottom: 1px solid black;
    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 input:focus{
    outline: none;
}

::placeholder{
    color: white;
    font-family: Arial;
}

.btnn{
    width: 240px;
    height: 40px;
    background: white;
    border: none;
    margin-top: 30px;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
    color: white;
    transition: 0.4s ease;
}

.btnn:hover{
    background: rgb(138, 137, 137);
    color: black;
}

.btnn a{
    text-decoration: none;
    color: rgb(12, 12, 12);
    font-weight: bold;
}

.form .link{
    font-family: Arial;
    font-size: 17px;
    padding-top: 20px;
    text-align: center;
    color: white;

}

.form .link a{
    text-decoration: none;
    color: rgb(97, 8, 252);
}

.liw {
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: center;
    color: #fefbfb;
}

.icons a{
    text-decoration: none;
    color: white;
}

.icon ion-icon{
    color: white;
    font-size: 20px;
    padding-left: 14px;
    padding-top: 5px;
}

.icon ion-icon:hover{
    color: black;
}

footer{
position: fixed;
bottom: 0;
width: 100%;
text-align: center;
color: white;  
background-color: black;
font-size: 10px;
}

footer a{
    color: blue;
}

.social-icons {
    color: white;
    margin: 20px 0;
    text-align: center;
}

.social-icons a {
    font-size: 16px; /* Try 14px, 16px, or 18px depending on your design */
    margin: 0 8px;
    color: white;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: #807d7d; /* match site accent color */
}

