@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;
}

.just-back{
    float: left;
    width: 100%;
}

.head.sticky{
    background: #6c6b79;
    filter: none;
    z-index: 20;
}

.navlink{
    margin: 4.53vh 1vw;
    transition: 0.3s;
    font-weight: bold;
}

@media screen and (min-width: 820px) {
    .navlink:hover{
        font-size: 1vw;
    }
}

.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;
        background: rgb(28,43,62);
    }
    body{
        overflow-x: hidden;
    }

    .nav-links{
        /* position: absolute; */
        position: fixed;
        right: 0px;
        height: 92vh;
        top: 11vh;
        background-color: rgb(28,43,62);
        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;
    }
}

.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');
    background-size: cover; */
    width: 100%;
}

/* .peserta img,
.juri img{
    position: relative;
    width: 100%;
    z-index: -1;
} */

.peserta_container{
    position: absolute;
    z-index: 2;
    width: 100%;
    max-width: 100%;
    padding-top: 85vw;
}

.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;
    /* z-index: 2; */
    /* 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: 4vw 2.34vw;
    margin: 6.48vh 0;
    color: white;
    font-size: 1.79vw;
    text-decoration: none;
    overflow: hidden;
    transition: 0.5s;
    letter-spacing: 0.39vw;
    border-radius: 50px;
    background: #f88029;
    border: solid 3px white;
}

@media screen and (max-width: 820px) {
    .vote a{
        font-size: 3.8vw;
    }
}

.vote a:hover{
    /* box-shadow: 0 0 10px #f88029,
    0 0 20px #f88029,    
    0 0 40px #f88029,    
    0 0 100px #f88029; */
    transform: scale(1.1);
}

/*DONE GABOLE UTAK ATIK LAGI*/

.prev_saa{
    background-image: url('../WEBSITE/BERANDA/06_CLICK\ HERE\ TO\ GO.jpg');
    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(137,104,75, 1);
    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: #121212;
    color: white;
    font-size: 2vw;
    opacity: .8;
}

.prev_saa .prev_wrapper .prev_block:nth-of-type(2):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(3):hover h1{
    background: rgb(135, 168, 201);
    color: white;
    font-size: 2vw;
    opacity: .8;
}

.prev_saa .prev_wrapper .prev_block:nth-of-type(4):hover h1{
    background: linear-gradient(220deg, #eb8c70, #d2c18f);
    color: white;
    font-size: 2vw;
    opacity: .8;
}

.prev_saa .prev_wrapper .prev_block:nth-of-type(5):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: sepia(70%) brightness(20%) contrast(80%) saturate(80%);
}

.prev_saa .prev_wrapper .prev_block:hover img{
    filter: none;
}

.logo2 img{
    width: 60vw;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15vw;
    margin-bottom: 10vw;
}

@media (max-width: 820px){
    .gallery-column a{
        margin: 5px;
        width: 40%;
        overflow: hidden;
    }

    .logo2 img{
        width: 60vw;
        margin-top: 40vw;
    }
    .vote{
        margin-top: 0;
    }
    .gallery_title{
        padding-top: 8vh;
    }
    .gallery_title p{
        padding-top: 4vh;
        padding-bottom: 5vh;
    }
}

@media screen and (min-width: 800px) {
    #jic{
        display: none;
    }
}

/*bagian quotes*/

.juri{
    width: 100%;
}

.quotes_container{
    position: absolute;
    z-index: 2;
    /* margin-top: 260vw; */
    width: 100%;
    max-width: 100%;
    height: auto;
    padding-bottom: 5vw;
}

.section{
    margin: auto;
    width: 70%;
    position: relative;
}

.section .left, .section .middle, .section .right{
    width: 100%;
    display: block;
    color: #fff;
    box-sizing: border-box;
    left: 0;
    padding: 5vw;
    overflow: hidden;
    -moz-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
    -webkit-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all;
}

@media (min-width: 480px){
    .section .left .content_quotes, 
    .section .middle .content_quotes, 
    .section .right .content_quotes{
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: left;
    }
}

@media (min-width: 480px){
    .section .left, .section .middle, .section .right{
        width: 50%;
        font-size: 0.9em;
        /* font-size: 5vw; */
        /* padding: 10px; */
        padding: 0.5vw;
        left: 0;
        float: left;
        position: absolute;
    }
}

@media (min-width: 768px){
    .section .left, .section .middle, .section .right{
        width: 33.33333%;
        left: 33.33%;
        /* padding: 10px; */
        padding: 0.5vw;
    }
}

.section.animate .left{
    left: 0;
}

@media (min-width: 480px){
    .section.animate .left{
        left: 50%;
    }
}

@media (min-width: 768px){
    .section.animate .left{
        left: 0;
    }
}

.section.animate .right{
    left: 0;
}

@media (min-width: 480px){
    .section.animate .right{
        left: 50%;
    }
}

@media (min-width: 768px){
    .section.animate .right{
        left: 66.66%;
    }
}

.section .left .content_quotes{
    text-align: right;
    max-width: 100%;
    margin: auto;
    padding: 30px 10px;
}

.section .right .content_quotes{
    text-align: left;
    max-width: 100%;
    margin: auto;
    padding: 30px 10px;
}

.section .title{
    background: rgb(34,52,76);
}

.section .title h2{
    margin: 0;
    margin-bottom: 1vw;
    color: rgb(249,129,42);
    font-size: 1.3vw;
}

@media (max-width: 480px) {
    .section .title .content_quotes h2{
        font-size: 2.5vw;
    }

    .section .title .content_quotes h3{
        font-size: 1.5vw;
    }
    
    .section .title .content_quotes p{
        font-size: 1.3vw;
    }

    .section .middle{
        height: 40vw;
    }
    
    .section .middle img{
        max-width: 100%;
    }

    .section .middle #img1{
        margin-top: -5vw;
    }

    .section .middle #img2{
        margin-top: -5vw;
    }

    .section .middle #img3{
        margin-top: -5vw;
    }

    .section .middle #img4{
        margin-top: -15vw;
    }

    .section .middle #img5{
        margin-top: -5vw;
    }

    .section .middle #img6{
        margin-top: -10vw;
    }

    .section .middle #img7{
        margin-top: -20vw;
    }
    
    .section .middle #img8{
        margin-top: -5vw;
    }
}

.section .title h3{
    font-size: .8vw;
}

.section .title p{
    font-size: .8vw;
}

.section .middle{
    background: slategray;
    z-index: 2;
    padding: 0;
    max-height: 100%;
}

.section .middle img{
    width: 100%;
    height: auto;
    display: block;
}

.quotes_container .section br{
    font-size: 1vw;
}