* {
    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 .a1{
    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;
}

.welcome{
    background: rgba(255, 102, 0, 1);
    background-size: 100%;
    background-repeat: no-repeat;

    padding-top: 5rem;
    padding-bottom: 5rem;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.welcome h1{
    font-family: 'FZXiaoHei-S04S', sans-serif;
    font-weight: bold;
    font-size: 4rem;
    color: #ffffff;
    text-shadow: -1px -1px 3px #000, 1px -1px 3px #000, -1px 1px 3px #000, 1px 1px 3px #000;
}

.welcome h2{
    padding-bottom: 2rem;
    text-shadow: -1px -1px 3px #000, 1px -1px 3px #000, -1px 1px 3px #000, 1px 1px 3px #000;
    letter-spacing: 15px;
}

.welcom_text2{
    font-family: 'FZXiaoHei-S04S', sans-serif;
    font-weight: bold;
    font-size: 5rem;
    color: #fff;

    padding-top: 0rem;
}

.job_release{
    display: flex;
    flex-direction: column;
    padding-top:  6rem;
    background: #eee;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins', sans-serif;
}

.job_release img{
    max-width: 17rem;
}

.container{
    position: relative;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.container .card{
    position: relative;
    padding-left: 2rem;
    padding-right: 2rem;
}

.container .card .face{
    width: 300px;
    height: 200px;
    transition: 0.4s;
}

.container .card .face.face1{
    position: relative;
    background: #ff6400;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    z-index: 1;
    transform: translateY(100px);
}

.container .card:hover .face.face1{
    transform: translateY(0);
}

.container .card .face.face1 .content{
    opacity: 1;
    transition: 0.5s;
    text-align: center;
}

.container .card:hover .face.face1 .content{
    opacity: 1;
}

.container .card .face.face1 .content i{
    font-size: 3em;
    color: #fff;
    display: inline-block;
}

.container .card .face.face1 .content h3{
    font-size: 1em;
    color: #fff;
    text-align: center;
}

.container .card .face.face1 .content a{
    transition: 0.5s;
}

.container .card .face.face2{
    position: relative;
    background: whitesmoke;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8);
    transform: translateY(-100px);
}

.container .card:hover .face.face2{
    transform: translateY(0);
}

.container .card .face.face2 .content p, a{
    font-size: 10pt;
    margin: 0;
    padding: 0;
    color: #333;
}

.container .card .face.face2 .content a{
    text-decoration: none;
    color: #111;
    box-sizing: border-box;
    outline: 1px solid #333;
    padding: 10px;
    margin: 15px 0 0;
    display: inline-block;
}

.container .card .face.face2 .content a{
    background: #333;
    color: #fff;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
}

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%;
    }

    .welcome{
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    
    .welcome h1{
        font-size: 1.5rem;
    }
    
    .welcome h2{
        padding-bottom: 2rem;
        text-shadow: -1px -1px 3px #000, 1px -1px 3px #000, -1px 1px 3px #000, 1px 1px 3px #000;
        letter-spacing: 15px;
    }
    
    .welcom_text2{
        font-family: 'Raleway', sans-serif;
        font-weight: bold;
        font-size: 2rem;
        color: #fff;
    
        padding-top: 0rem;
    }

    .job_release{
        display: flex;
        flex-direction: column;
        padding-top:  6rem;
        background: #eee;
        justify-content: center;
        align-items: center;
        font-family: 'Poppins', sans-serif;
    }

    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;
    }
    
}