@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,400;0,600;1,400&display=swap');

.banner img,
.books img{
    width: 100%;
}

.peserta{
    /* position: relative; */
    background-image: url('../WEBSITE/HOME/HOME_NOMINEE.jpg'); 
    object-fit: cover;
    background-size: 100%; 
    /* height: auto; */
    padding-top: 325px;
    background-repeat: no-repeat;
}

@media screen and (min-width: 820px) {
    .peserta{
        padding-bottom: 5vw;
    }
}

@media screen and (max-width: 820px) {
    .peserta{
        height: auto;
        padding-top: 15vw;
    }
}

.juri{
    /* position: relative; */
    background-color: rgb(0, 127, 127);
    background-image: url('../WEBSITE/HOME/HOME_QUOTES_BG.jpg');
    background-repeat: no-repeat;
    object-fit: cover;
    width: 100%;
    /* height: 100vh; */
    display: flex;
    justify-content: center;
    align-items: center;
    
    background-size: 100%;
    margin-bottom: -6.5px;
}

@media screen and (min-width: 820px) {
    .juri {
        background-repeat: no-repeat;
    }
}

/* .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: 22.5%;
    overflow: hidden;
}

@media screen and (max-width: 473px) {
    .gallery-column a{
        width: 22%;
    }   
}

.gallery-column a figure img{
    width: 100%;
}

.gallery-column .gallery-link:hover{
    box-shadow:
    0 0 12px rgb(0, 187, 187);
}

.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 rgb(0, 187, 187),
    0 0 20px rgb(0, 157, 157),
    0 0 40px rgb(0, 137, 137),
    0 0 80px rgb(0, 117, 117),
    0 0 120px rgb(0, 97, 97),
    0 0 160px rgb(0, 77, 77);
}

/*DONE GABOLE UTAK ATIK LAGI*/

.vote{
    width: 100%;
    max-width: 100%;
    text-align: center;
    /* margin-top: 6.5vh; */
    /* position: absolute; */
    background-image: url('../WEBSITE/HOME/HOME_PARTICIPANT_BG.jpg');
    background-size: 100%;
    height: auto;
    background-repeat: no-repeat;
}

.vote a{
    position: relative;
    display: block;
    padding: 3.75vw 0;
    /* margin: 6.48vh 0; */
    color: white;
    font-size: 1.79vw;
    text-decoration: none;
    overflow: hidden;
    transition: 0.5s;
    letter-spacing: 0.39vw;
}

.vote a img {
    width: 40vw;
}

@media screen and (max-width: 820px) {
    /* .vote a img {
        width: 40vw;
    } */
}

.vote a:hover{
    /* background: rgb(0, 187, 187); */
    color: white;
    /* box-shadow: 0 0 10px rgb(0, 187, 187),
    0 0 20px rgb(0, 157, 157),    
    0 0 40px rgb(0, 127, 127),    
    0 0 100px rgb(0, 97, 97); */
    transform: scale(1.1);
    /* border: solid 3px white; */
}

/*DONE GABOLE UTAK ATIK LAGI*/

.prev_saa{
    width: auto;
    height: auto;
    background-image: url('../WEBSITE/HOME/HOME_PREVIOUS_SAA.jpg');
    background-size: 100%;
}

.prev_saa .prev_wrapper {
    padding-top: 13.5vw;
}

.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-last-child(6):hover h1{
    background: #6c6b79;
    color: white;
    font-size: 2vw;
    opacity: .8;
}

.prev_saa .prev_wrapper .prev_block:nth-last-child(5):hover h1{
    background: #121212;
    color: white;
    font-size: 2vw;
    opacity: .8;
}

.prev_saa .prev_wrapper .prev_block:nth-last-child(4):hover h1{
    background: rgba(108, 123, 138, 0.6);
    color: white;
    font-size: 2vw;
    opacity: .8;
}

.prev_saa .prev_wrapper .prev_block:nth-last-child(3):hover h1{
    background: rgb(135, 168, 201);
    color: white;
    font-size: 2vw;
    opacity: .8;
}

.prev_saa .prev_wrapper .prev_block:nth-last-child(2):hover h1{
    background: linear-gradient(220deg, #eb8c70, #d2c18f);
    color: white;
    font-size: 2vw;
    opacity: .8;
}

.prev_saa .prev_wrapper .prev_block:nth-last-child(1):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: 100%;
    height: auto;
}

/*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; */
    background-image: url('../WEBSITE/HOME/QUOTES/QUOTES_BG.png');
    background-size: 100% 100%;
    

    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;
    color: black !important;
}

.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){ 
    .konten-container{
        width: 60%;
    }

    .card{
        flex-direction: column;
        width: 70vw;
    }

    .card-thumb{
        width: 100%;
        border-radius: 10px;
    }

    .card-thumb > img{
        position: relative;
        width: 25vw;
        left: 50%;
        margin-left: -25%;
    }

    .card-body{
        width: 100%;
        min-height: auto;
        margin-left: 0;
    }

    .indicators{
        display: none;
    }

    .review{
        font-size: 2vw;
        line-height: 2.25vw;
        margin-top: 5.13vh;
        font-weight: 400;
    }

    .client-name > p{
        font-size: 2vw;
        font-weight: 500;
    }
    
    .client-name h3{
        font-size: 2.5vw;
    }

    /* .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 rgb(0, 187, 187),
    0 0 20px rgb(0, 157, 157),
    0 0 40px rgb(0, 127, 127),
    0 0 80px rgb(0, 97, 97);
}

