*{
    padding: 0;
    margin: 0px;
    background: #020d14;
    color: #fff;
    font-family: 'Poppins', sans-serif;

}

body{
    padding: 0;
    margin: 0;
}

nav{
    background: inherit;
}

nav ul{
    display: flex;
    padding-right: 30px;
    justify-content: right;
}

nav ul li{
    padding: 10px;
    list-style-type: none;
}

nav ul li img{
    border-radius: 50%;
    padding: 3px;
}

nav ul li a{
    text-decoration: none;
    color: white;
    padding: 5px;
    font-family: 'poppins', sans-serif;
    font-weight: 500;
    font-size: 15px;
}

nav ul li i{
    padding: 7px;
    transition: all 0.3s ease-in-out;
}

nav ul li a:hover{
    text-decoration: underline;
}

nav ul li i:hover{
    border-radius: 25px;
    background: #1e1f1f;
}

main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 74.7vh;
    width: 70%;
    padding: 20px;
    margin: 0 auto;
}

main h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 70px;
    letter-spacing: 2px;
    margin-bottom: 30px;
    text-align: center;
    color: #fafafa;
}

/* Content Box */
.maining {
    display: flex;
    flex-direction: row;
    padding:10px 15px;
    width: 55%;
    margin-bottom: 20px;
    border-radius: 50px;
    background: #404242;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-wrap: wrap;
    outline: none;
    color: rgb(139, 137, 137);
    gap: 20px;
}

.maining i, .maining input, .maining a, .maining button {
    background: #404242;
    outline: none;
    font-size: 18px;
    color: #a09d9d;
    border: none;
}

.maining input{
    width: 70%;
    margin: 0;
    padding: 0;
    color: #ffffff;
}

.btn{
    display: flex;
    gap:35px;
padding: 20px;
}

.btn button{
    outline: none;
    border: none;
    background: #242424;
    border-radius: 5px;
    padding: 8px 20px;
    font-size: 14px;
}

.btn button:hover{
    border: 1px solid #cccaca;
}

main h5{
    color: #797676;
    margin-top: 20px;
    text-align: center;
    font-weight: 500;
}
main h5 a{
    color: hwb(251 58% 9%);
    text-decoration: none;
}

main h5 a:hover{
    color: #baadd8;
    text-decoration: underline;
}
footer{
    background: #080a0c;
}

footer p{
    padding: 12px 20px;
    font-size: 14px;
    background: #0f1113;

}

.foots{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    background: #0f1113;
}

hr{
    width: 100%;
    height: 1px;
    background: #404242;
    border: none;
    margin: 0 auto;
}

.foot{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background: #0f1113;

}

.foot a{
    text-decoration: none;
    color: #f8f4f4;
    font-size: 12px;
    background: #0f1113;
}

.mobile-foots{
    display: none;
}

.foot a:hover{
    text-decoration: underline;
}

/* Responsive Media Queries */
@media (max-width: 768px) {
nav ul{
    display: flex;
    padding-right: 5px;
    align-items: center;
    justify-content: right;
}

nav ul li{
    padding: 4px;
    list-style-type: none;
}

nav ul li a{
    text-decoration: none;
    color: white;
    font-family: 'poppins', sans-serif;
    font-weight: 500;
    font-size: 10px;
}

nav ul li i{
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

nav ul li a:hover{
    text-decoration: underline;
}

nav ul li i:hover{
    border-radius: 20px;
    background: #404242;
}

#did{
    display: none;
 }

 nav ul li img{
    width: 26px;
    height: 24.5px;
    padding-top: 5px;
}

main{
    height: 68vh;
}

    .maining {
        width: 70%;
        gap: 12px;
        padding: 2px 8px;
        margin-bottom: 5px;
        border-radius: 30px;
    }
    
    .maining i, .maining input, .maining a, .maining button {
        font-size: 14px;
}

    main h1{
        font-size: 50PX;
        font-weight: 450;
        margin-bottom: 7px;
}

    .maining input {
        width: 66%;
}

    .btn {
        gap: 30px;
    }

    .btn button{
        font-size: 11px;
    }

    .btn button:hover{
        border: 1px solid #cccaca;
    }

    main h5{
        color: #797676;
        margin-top: 10px;
        text-align: center;
        font-weight: 400;
        font-size: 8px;
    }

footer p{
    padding: 10px 20px;
    font-size: 13px;
    background: #0f1113;

}

.foots{
    display: none;
}

.mobile-foots{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px 10px 10px;
    background: #0f1113;
}


footer .mobile-foot{
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    background: inherit;
}

footer .mobile-foot a{
    font-size: 11px;
}

footer .mobile{
    width: 100%;
    display: flex;
    background: inherit;
    gap: 20px;
}

.mobile-footee{
    display: flex;
    padding: 7px;
    justify-content: start;
    align-items: center;
    background: #0f1113;
}

.mobile-footee a{
    margin-right: 10px;
    text-decoration: none;
    color: #f8f4f4;
    font-size: 11px;
    padding: 8px;
    background: #0f1113;

}

.mobile-foo{
    width: 40%;
    justify-content: center;
}

.mobile-fool{
    width: 80%;
    padding-right: 3px;
    margin: 0;
}

.mobile-foot a{
    text-decoration: none;
    color: #f8f4f4;
    background: #0f1113;
}

.foots{
    display: none;
}
}

@media (min-width: 320px) and (max-width: 425px) {
    nav ul{
        display: flex;
        padding-right: 5px;
        align-items: center;
        justify-content: right;
    }
    
    nav ul li{
        padding: 1px;
        list-style-type: none;
    }
    
    nav ul li a{
        text-decoration: none;
        color: white;
        font-family: 'poppins', sans-serif;
        font-weight: 500;
        font-size: 5px;
    }
    
    nav ul li i{
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease-in-out;
    }
    
    nav ul li a:hover{
        text-decoration: underline;
    }
    
    nav ul li i:hover{
        border-radius: 20px;
        background: #404242;
    }
    
    #did{
        display: none;
     }
    
     nav ul li img{
        width: 16px;
        height: 16px;
        padding-top: 5px;
    }
    
    main{
        height: 71.7vh;
    }
    
        .maining {
            width: 100%;
            gap: 5px;
            font-size: 12px;
            margin-bottom: 5px;
            border-radius: 30px;
        }
        
        .maining i, .maining input, .maining a, .maining button {
            font-size: 11px;
            padding: 2px;
    }
    
        main h1{
            font-size: 40PX;
            font-weight: 450;
            margin-bottom: 7px;
    }
    
        .maining input {
            width: 58%;
    }
    
        .btn {
            gap: 20px;
        }
    
        .btn button{
            font-size: 8px;
        }
    
        .btn button:hover{
            border: 1px solid #cccaca;
        }
    
        main h5{
            color: #797676;
            margin-top: 10px;
            text-align: center;
            font-weight: 400;
            font-size: 6px;
        }
    
    footer p{
        padding: 10px 20px;
        font-size: 8px;
    }
    
    hr{
        width: 100%;
        height: 1px;
        background: #404242;
        border: none;
        margin: 0 auto;
    }

    
    .mobile-foots{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 5px 10px 10px 10px;
        background: #0f1113;
    }

    footer{ 
        margin-bottom: 0;
    }
    
    footer .mobile-foot{
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: center;
        background: inherit;
    }

   footer .mobile-foot a{
        font-size: 8px;
    }
    
    footer .mobile{
        width: 100%;
        display: flex;
        padding-top: 8px;
        background: inherit;
        gap: 0;
    }
    
    .mobile-footee{
        display: flex;
        padding: 0;
        justify-content: start;
        align-items: center;
        background: #0f1113;
    }

    .mobile-footee a{
        text-decoration: none;
        color: #f8f4f4;
        font-size: 8px;
        width: 100%;
        padding: 0px;
        background: #0f1113;
 
    }

    .mobile-foo{
        width: 30%;
    }

    .mobile-fool{
        width: 60%;    
    }

    footer .mobile-fool{
        margin-left: 0;
        padding: 0;
    }

    .mobile-foot a{
        text-decoration: none;
        color: #f8f4f4;
        background: #0f1113;
    }

    .foots{
        display: none;
    }
}