@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

a:hover{
    cursor: pointer;
}

body{
    background: linear-gradient(90deg
        ,#161616 29px,transparent 1%) center,linear-gradient(#161616 29px,transparent 1%) center,#3c3c3c;
        background-size: 30px 30px;
        font-family: 'Inter', sans-serif;
}
.hero, .hero-mobile{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 100px;
    min-height: 100vh;
    overflow: hidden;
}
.hero-details-course{
    display: flex;
    align-items: center;
    text-align: center;
    min-height: 100vh;
    overflow: hidden;
}
.foto_login{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-height: 100vh;
    overflow: hidden;
}
.foto_login img{
    height: 100vh;
}
.foto_signup{
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
}
.foto_signup img{
    height: 130vh;
}
.hero-mobile{
    display: none;
}

.background video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    opacity: 0.8;
    z-index: -2;
}
.background img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    opacity: 0.8;
    z-index: -2;
}

.background .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: normal;
    background: #00000087;
    z-index: -1;
}

.about-mobile{
    display: none;
}

.cta h3{
    line-height: 55px;
}

.cta .active2 p{
    color: white;
}

.cta .active2 img.unactive{
    display: none;
}

.cta img.active{
    display: none;
}

.cta .fadeout{
    display: none;
}

.cta .active2 img.active{
    display: block;
}

.cta .active2 div.fadeout{
    display: block;
    transition: all .5s ease-in-out;
}
.cta .active2 div.fadeout:target{
    display: block;
    transition: all .5s ease-in-out;
}

.oneCourse .topik{
    background: radial-gradient(76.41% 76.41% at 50% 23.59%, rgba(96, 96, 96, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    border: 1px solid #ffffff54;
    box-sizing: border-box;
    backdrop-filter: blur(10px);
    border-radius: 10px;
}

section#carousel > figure.visible > div {
    display: flex;
    position: relative;
}
.login{
    box-shadow: 0 2px 20px 6px #ff9f006b;
}

@media only screen and (max-width: 600px) {
    .hero{
        display: none;
    }
    .hero-mobile{
        align-items: flex-end;
        margin-bottom: 70px;
        display: flex;
    }
    .hero-mobile .sub-mobile{
        padding-bottom: 7rem;
    }
    .about-mobile{
        display: block;
    }
    .about-mobile img{
        margin-bottom: 30px;
    }
    .cta h3{
        line-height: normal;
    }
    .card-mobile{
        width: 92%;
    }
    .foto_login{
        display: none;
    }
    .hero-details-course{
        align-items: flex-end;
    }
}
.dropdown{
    max-width: 240px;
}


/* urrofi */
.urrofi img{
    width: 30%;
    border-radius: 20px;
}
@media (max-width: 600px){
    .urrofi img{
        width: 65%;
        margin-bottom: 2rem;
        border-radius: 5px;
    }
}
