@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,400;0,600;1,400&display=swap');

.head{
    position: fixed;
    top: 0;
    z-index: 5;
    width: 100%;
    transition: all 0.3s ease;
}

.head.sticky{
    background: #161616;
    filter: none;
    z-index: 20;
}

.navlink{
    margin: 4.53vh 1vw;
    transition: 0.3s;
    font-weight: bold;
}

.navlink:hover{
    text-shadow:0 0 10px #000,
    0 0 20px #000,
    0 0 40px #000,
    0 0 80px #000,
    0 0 150px #000,
    0 0 200px #000;
}

.navlink:hover.sticky{
    text-shadow:0 0 10px #f88029,
    0 0 20px #f88029,
    0 0 40px #f88029,
    0 0 80px #f88029,
    0 0 120px #f88029,
    0 0 160px #f88029;
}

.content{
    max-width: 100%;
    display: flex;
    padding: 0 2.34vw 0 2.34vw;
    height: 12vh;
    align-items: center;
    font-weight: 500;
    font-size: 1.9vh;
    justify-content: space-between;
}

.burger{
    display: none;
    cursor: pointer;
}

.burger div{
    width: 25px;
    height: 3px;
    background-color: white;
    margin: 5px;
    transition: all 0.3s ease;
}

@media screen and (max-width: 820px) {
    .head{
        position: sticky;
    }
    body{
        overflow-x: hidden;
    }

    .nav-links{
        /* position: absolute; */
        position: fixed;
        right: 0px;
        height: 92vh;
        top: 11vh;
        background-color: #161616;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        transform: translateX(100%);
        transition: transform 0.5s ease-in;
    }

    .nav-links li{
        opacity: 0;
    }

    .burger{
        display: block;
    }

    .navlink:hover{
        text-shadow:0 0 10px #f88029,
        0 0 20px #f88029,
        0 0 40px #f88029,
        0 0 80px #f88029,
        0 0 120px #f88029,
        0 0 160px #f88029;
    }
}

.nav-active{
    transform: translateX(0%);
}

@keyframes navLinkFade{
    from{
        opacity: 0;
        transform: translateX(50px);
    }
    to{
        opacity: 1;
        transform: translateX(0px);
    }
}

.toggle .line1{
    transform: rotate(-45deg) translate(-5px, 6px);
}
.toggle .line2{
    opacity: 0;
}
.toggle .line3{
    transform: rotate(45deg) translate(-5px, -6px);
}

.banner img,
.books img{
    width: 100%;
}

.peserta{
    /* position: relative; */
    background-image: url('../WEBSITE/BERANDA/03_Beranda_Foto\ Peserta.jpg');
    object-fit: cover;
}

.juri{
    /* position: relative; */
    background-image: url('../WEBSITE/BERANDA/08_Background\ bintang.jpg');
    object-fit: cover;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .peserta img,
.juri img{
    position: relative;
    width: 100%;
    z-index: -1;
} */

.peserta_container{
    /* position: absolute; */
    /* z-index: 2; */
    width: 100%;
    max-width: 100%;
}

.gallery_title{
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding-top: 16.2vh;
}

.gallery_title h1{
    text-shadow:0 0 10px #f88029,
    0 0 20px #f88029,
    0 0 40px #f88029,
    0 0 80px #f88029,
    0 0 120px #f88029,
    0 0 160px #f88029;
    letter-spacing: 0.78vw;
    font-weight: bold;
    font-size: 4vw;
}

.gallery_title p{
    padding-top: 4.86vh;
    letter-spacing: 0.78vw;
    padding-bottom: 9.72vh;
    font-size: 1.5vw;
}

.gallery{
    width: 85vw;
    padding: 0 0.3vw;
    margin: 0 auto;
    transition: 0.3s;
}

.gallery:hover .gallery-column a figure .gallery-image{
    filter:grayscale(1);
}

.gallery-column{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
}

.gallery-column a{
    margin: 5px;
    width: 23.5%;
    overflow: hidden;
}

.gallery-column a figure img{
    width: 100%;
}

.gallery-column .gallery-link:hover{
    box-shadow:
    0 0 12px #f88029;
}

.gallery-column .gallery-link:hover .gallery-thumb .gallery-image{
    filter: grayscale(0);
    transform: scale(1.1);
}

.gallery-column .gallery-link:hover .gallery-thumb .gallery-caption{
    opacity: 1;
}

.gallery-column .gallery-link .gallery-thumb .gallery-image{
    width: 100%;
    transition: 0.3s;
    display: block;
}

.gallery-column .gallery-link .gallery-thumb{
    position: relative;
}

.gallery-caption{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 4.273vh 1.17vw 2.56vh;
    width: 100%;
    font-size: 1.5vw;
    color: white;
    opacity: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, .5) 0%, rgba(255, 255 ,255 , 0) 100%);
    transition: .3s;
    text-shadow: 0 0 10px #f88029,
    0 0 20px #f88029,
    0 0 40px #f88029,
    0 0 80px #f88029,
    0 0 120px #f88029,
    0 0 160px #f88029;
}

/*DONE GABOLE UTAK ATIK LAGI*/

.vote{
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-top: 6.5vh;
    position: absolute;
}

.vote a{
    position: relative;
    display: inline-block;
    padding: 4.05vh 2.34vw;
    margin: 6.48vh 0;
    color: white;
    font-size: 1.79vw;
    text-decoration: none;
    overflow: hidden;
    transition: 0.5s;
    letter-spacing: 0.39vw;
}

@media screen and (max-width: 820px) {
    .vote a{
        font-size: 3.8vw;
    }
}

.vote a:hover{
    background: #f88029;
    color: white;
    box-shadow: 0 0 10px #f88029,
    0 0 20px #f88029,    
    0 0 40px #f88029,    
    0 0 100px #f88029;
    transform: scale(1.1);
    border: solid 3px white;
}

.vote a span{
    position: absolute;
    display: block;
}

.vote a span:nth-child(1){
    top: 0;
    left: -100%;
    width: 100%;
    height: 0.324vh;
    background: linear-gradient(90deg, transparent, #f88029);
    animation: animate1 1s linear infinite;
}

@keyframes animate1{
    0% {
        left: -100%;
    }
    50%, 100%{
        left: 100%;
    }
}

.vote a span:nth-child(2){
    top: -100%;
    right: 0;
    width: 0.156vw;
    height: 100%;
    background: linear-gradient(180deg, transparent, #f88029);
    animation: animate2 1s linear infinite;
    animation-delay: 0.25s;
}

@keyframes animate2{
    0% {
        top: -100%;
    }
    50%, 100%{
        top: 100%;
    }
}

.vote a span:nth-child(3){
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 0.324vh;
    background: linear-gradient(270deg, transparent, #f88029);
    animation: animate3 1s linear infinite;
    animation-delay: 0.5s;
}

@keyframes animate3{
    0% {
        right: -100%;
    }
    50%, 100%{
        right: 100%;
    }
}

.vote a span:nth-child(4){
    bottom: -100%;
    left: 0;
    width: 0.156vw;
    height: 100%;
    background: linear-gradient(360deg, transparent, #f88029);
    animation: animate4 1s linear infinite;
    animation-delay: 0.75s;
}

@keyframes animate4{
    0% {
        bottom: -100%;
    }
    50%, 100%{
        bottom: 100%;
    }
}

/*DONE GABOLE UTAK ATIK LAGI*/

.prev_saa{
    width: auto;
    height: auto;
}

.prev_saa img{
    max-width: 100%;
    width: 100%;
}

.prev_saa .prev_title{
    width: 100%;
    padding-bottom: 2.5vw;
}

.prev_saa .prev_title h1{
    color: white;
    text-shadow: 0 0 10px #f88029,
    0 0 20px #f88029,
    0 0 40px #f88029,
    0 0 80px #f88029;
    font-size: 2vw;
    text-align: center;
    position: relative;
}   

.prev_saa .prev_title p{
    font-weight: 400;
    color: white;
    text-shadow: 0 0 10px #f88029,
    0 0 20px #f88029,
    0 0 40px #f88029,
    0 0 80px #f88029;
    font-size: 1.25vw;
    text-transform: uppercase;
    letter-spacing: 1vw;
    text-align: center;
}  

.prev_saa .prev_wrapper .prev_block{
    width: 100%;
    overflow: hidden;
    height: 5vw;
    transition: all 0.5s ease;
}

.prev_saa .prev_wrapper .prev_block:hover{
    width: 100%;
    overflow: hidden;
    height: 20vw;
}

.prev_saa .prev_wrapper .prev_block h1{
    margin-top: -1.75vw;
    transition: all 0.5s ease;
    color: rgba(221, 229, 237, 0.308);
    font-size: 3.5vw;
    position: relative;
    top: 50%;
    z-index: 5;
    text-align: center;
}

.prev_saa .prev_wrapper{
    display: table;
}

.prev_saa .prev_wrapper a{
    text-decoration: none;
}

.prev_saa .prev_wrapper .prev_block:nth-of-type(1):hover h1{
    background: rgba(108, 123, 138, 0.6);
    color: white;
    font-size: 2vw;
    opacity: .8;
}

.prev_saa .prev_wrapper .prev_block:nth-of-type(2):hover h1{
    background: rgb(135, 168, 201);
    color: white;
    font-size: 2vw;
    opacity: .8;
}

.prev_saa .prev_wrapper .prev_block:nth-of-type(3):hover h1{
    background: linear-gradient(220deg, #eb8c70, #d2c18f);
    color: white;
    font-size: 2vw;
    opacity: .8;
}

.prev_saa .prev_wrapper .prev_block:nth-of-type(4):hover h1{
    background: #121212;
    color: #dece9e;
    font-size: 2vw;
    opacity: .8;
}

.prev_saa .prev_wrapper .prev_block img{
    margin-top: -3.25vw;
    width: 100%;
    object-fit: cover; 
    transition: all 0.5s ease;
    filter: grayscale(1) brightness(.1);
}

.prev_saa .prev_wrapper .prev_block:hover img{
    filter: none;
}

.logo2 img{
    width: 40vw;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40vh;
}

/*bagian quotes*/

.konten-container{
    position: relative;
    width: 62.5vw;
    min-width: 27.34vw;
    min-height: 42.8vh;
    padding-bottom: 6.849vh;
    overflow: hidden;
}

.quotes-wrapper{
    width: 800%;
    min-height: 100%;
    display: flex;
    justify-content: space-between;
    transition: 1s;
}

.card{
    width: 62.5vw;
    min-height: 100%;
    display: flex;
    
    /* background: #f88029; */
    background: #202020;
    border: solid 3px #f88029;

    padding: 3.42vh 1.56vw 3.42vh 1.56vw;
    margin: 0 0.78vw;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    border-radius: 20px;
    align-items: center;
    justify-content: center;
}

.card-thumb{
    width: 70%;
    /* height: 250px; */
    overflow: hidden;
    position: relative;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.card-thumb > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    filter: grayscale(1);
}

.client-name{
    position: absolute;
    bottom: 1.7vh;
    left: 0;
}

.client-name > p{
    font-size: 1.17vw;
    font-weight: 500;
    padding-top: 0.5vh;
}

.client-name h3{
    font-size: 1.5vw;
}

.card-body{
    width: 120%;
    min-height: fit-content;
    height: auto;
    border-radius: 10px;
    margin-left: 1.56vw;
    position: relative;
    padding-bottom: 8.56vh;
}

.review{
    font-size: 1.09vw;
    line-height: 20px;
    margin-top: 5.13vh;
    font-weight: 400;
    margin-bottom: 2vw;
    text-align: justify;
}

.indicators{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.indicators button{
    background: none;
    border: none;
    outline: none;
    width: 1.17vw;
    height: 1.17vw;
    border-radius: 50%;
    border: 2px solid white;
    cursor: pointer;
    margin-left: 0.39vw;
    transition: 0.5s;
}

button.active{
    width: 3.125vw;
    border-radius: 50px;
    background: white;
}

@media (max-width: 820px){
    .juri{
        height: 90vh;
    }   
    .konten-container{
        width: 60%;
        margin: auto;
    }
    .card{
        flex-direction: column;
        width: 60vw;
    }
    .card-thumb{
        width: 100%;
        border-radius: 10px;
    }
    .card-body{
        width: 100%;
        min-height: auto;
        margin-left: 0;
    }

    .indicators{
        display: none;
    }

    .review{
        font-size: 2vw;
        line-height: 3vw;
        margin-top: 5.13vh;
        font-weight: 400;
    }

    .client-name > p{
        font-size: 2vw;
        font-weight: 500;
    }
    
    .client-name h3{
        font-size: 2.5vw;
    }

    .logo2 img{
        width: 60vw;
        margin-top: 35vh;
    }
    .vote{
        margin-top: 0;
    }
    .gallery_title{
        padding-top: 8vh;
    }
    .gallery_title p{
        padding-top: 4vh;
        padding-bottom: 5vh;
    }

}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    display: block;
    /* top: 50%; */
    /* margin-top: 215vh; */
    width: auto;
    padding: 2.73vh 1.25vw 2.73vh 1.25vw;
    /* margin-top: -50px; */
    color: white;
    /* font-weight: bold; */
    font-size: 4vw;
    /* border-radius: 0 3px 3px 0; */
    user-select: none;
    -webkit-user-select: none;
    z-index: 5;
}

.next {
    right: 13%;
}

.prev{
    left: 13%;
}

.prev:hover,
.next:hover {
    /* background-color: rgba(0, 0, 0, 0.8); */
    text-shadow: 0 0 10px #f88029,
    0 0 20px #f88029,
    0 0 40px #f88029,
    0 0 80px #f88029;
}

