* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

body{
    background: url();
    background-size: cover;
    width: 100%;
    height: 100vh;
}

header{
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: rgb(42, 42, 42);
    backdrop-filter: blur(10px);
    height: 80px;
}

.logo{
    max-width: 250px;
}

.nav a{
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    padding: 8px 48px;
    transition: 300ms;
    border-radius: 99px;
}

.nav .a4{
    color: #ff6400;
}

.nav a:hover{
    background: rgba(255, 255, 255, 0.2);
    color: #ff6400;
}

.user-form-group a{
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
}

.user-form-group a:hover{
    color: #ff6400;
}

.signup{
    border: rgba(255, 255, 255, 0.5) 2px solid;
    padding: 8px 16px;
    margin-left: 16px;
    border-radius: 99px;
    transition: 300ms;
}

.signup:hover{
    background: white;
    color: black;
}

.nav .logo {
    display: none;
}

#check{
    display: none;
}

.user-form-group label{
    display: none;
}

footer{
    width: 100%;
    color: white;
    display: flex;
    flex-direction: column;
}

.footer_links_con{
    background-color: rgb(42, 42, 42);
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    padding-top: 1rem;
    padding-bottom: 2rem;
}
.footer_links{
    flex-direction: row;
    justify-content: center;
    padding-top: 0rem;
}

.footer_text1{
    grid-column: 2 / 6 ;
}

.f_h1{
    max-width: 20rem;
    width: 100%;
    height: auto;
}

.footer_text1 p{
    color: rgb(180, 180, 180);
    line-height: 2em;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 15px;
}

.footer_text2{
    grid-column: 7 / 8 ;

    display: flex;
    flex-direction: column;
}

.footer_text2 h3{
    font-family: Archivo;
    font-size: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 2rem;
}

.footer_text2 a{
    text-decoration: none;
    color: rgb(180, 180, 180);
    padding-top: 0.5rem;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.footer_text2 a:hover{
    text-decoration: underline;
}

.footer_text3{
    grid-column: 9 / 12 ;

    display: flex;
    flex-direction: column;
}

.footer_text3 h3{
    font-family: Archivo;
    font-size: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 2rem;
}

.footer_text3 p{
    text-decoration: none;
    color: rgb(180, 180, 180);
    padding-top: 0.5rem;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.copyright{
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    background-color: rgb(25,25,25);

}

.copyright p{
    grid-column: 4 / 12;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

@media screen and (max-width: 768px){
    .user-form-group label{
        display: block;
    }

    .logo{
        max-width: 180px;
    }

    .nav{
        position: absolute;
        left: -100%;
        top: 0;
        display: flex;
        flex-direction: column;
        background: #0f172a;
        height: 100vh;
        width: 50%;
        padding: 0px 20px;
        gap: 16px;
        transition: 500ms;
        box-shadow: 10px 0px 10px rgba(0, 0, 0, 0.2);
        z-index: 9999;
    }
    .nav .logo{
        display: block;
        margin-left: 16px;
        margin-top: 20px;
        max-width: 200px;
    }
    .divider{
        background: rgba(255, 255, 255, 0.1);
        width: 100%;
        height: 2px;
        margin: 16px 0px;
    }

    .user-form-group{
        display: flex;
        align-items: center;
    }

    .signup{
        margin-right: 16px;
    }

    .menu{
        font-size: 45px;
        color: white;
        cursor: pointer;
    }

    #check:checked~.user-form-group .menu{
        display: none;
    }

    .close-menu{
        font-size: 45px;
        color: white;
        cursor: pointer;
    }

    .user-form-group .close-menu{
        display: none;
    }
    #check:checked~.user-form-group .close-menu{
        display: block;
    }
    #check:checked~.nav {
        left: 0%;
    }

    footer{
        color: white;
        
        display: flex;
        flex-direction: column;
        z-index: -10;
    }
    
    .footer_links_con{
        background-color: rgb(42, 42, 42);

        display: flex;
        flex-direction: column;
        justify-content: left;
        
        padding-top: 2rem;
        padding-bottom: 2rem;
        padding-left: 2rem;
    }
    .footer_links{
        flex-direction: column;
        justify-content: center;
        padding-top: 0rem;
    }
    
    .f_h1{
        max-width: 15rem;
        width: 100%;
        height: auto;
    }
    
    .footer_text1 p{
        color: rgb(180, 180, 180);
        line-height: 2em;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        padding-right: 2rem;
    }
    
    .footer_text2{    
        display: flex;
        flex-direction: column;
    }
    
    .footer_text2 h3{
        font-family: Archivo;
        font-size: 1.5rem;
        padding-top: 3rem;
        padding-bottom: 2rem;
    }
    
    .footer_text2 a{
        text-decoration: none;
        color: rgb(180, 180, 180);
        padding-top: 0.5rem;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    }
    
    .footer_text2 a:hover{
        text-decoration: underline;
    }
    
    .footer_text3{
        display: flex;
        flex-direction: column;
    }
    
    .footer_text3 h3{
        font-family: Archivo;
        font-size: 1.5rem;
        padding-top: 3rem;
        padding-bottom: 2rem;
    }
    
    .footer_text3 p{
        text-decoration: none;
        color: rgb(180, 180, 180);
        padding-top: 0.5rem;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    }
    
    .copyright{
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-color: rgb(25,25,25);
        padding-left: 2rem;
    
    }
    
    .copyright p{
        padding-top: 1rem;
        padding-bottom: 1rem;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    }
    
}