@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,400;0,600;1,400&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: 'Archivo', sans-serif;
    color: white;
    font-weight: bold;
    background: #202020;
    /* background: white; */
}

header,
header-component{
    display: flex;
    background-color: #202020;
    padding: 0 2.34vw 0 2.34vw;
    height: 12vh;
    align-items: center;
    font-weight: 500;
    font-size: 1.9vh;
    position: sticky;
    top: 0;
    transition: all 0.3s ease;
    z-index: 100;
}

header.sticky,
header-component.sticky{
    background-color: #161616;
    z-index: 100;
}

.home{
    display: flex;
    flex: 1.5;
    align-items: center;
}

h2{
    margin: 1.29vh;
    font-size: 1.25vw;
    transition: 0.3s;
}

.home img{
    height: auto;
    width: 3.5vw;
}

@media screen and (max-width: 820px) {
    h2{
        font-size: 2vh;
    }
    .logo:hover{
        font-size: 3vw;
    }
    .home img{
        height: auto;
        width: 5vh;
    }
}

h2:hover,
.nav-link: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;
}

.logo:hover{
    font-size: 160%;
}

/* .logo a{
    font-size: 1.5vw;
} */

nav{
    justify-content: flex-end;
}

.nav-links{
    display: flex;
    justify-content: space-around;
    list-style: none;
}

a{
    color: white;
    text-decoration: none;
}

.nav-link{
    margin: 4.53vh 1vw;
    transition: 0.3s;
    font-weight: bold;
}

#active{
    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;
    padding: 1.29vh 0;
    border-bottom: 3px solid #f88029;
}

.isimain img{
    width: 100%;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    float: left;
}

.isimains img{
    width: 100%;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    /* float: left; */
}

.g2{
    display: none;
}

@media screen and (max-width: 800px) {
    .g2{
        display: block;
    }
    .g1{
        display: none;
    }
}

.notfound{
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0 0 3vh;
}

.notfound p{
    font-size: 1.5vw;
}

.notfound h1{
    font-size: 12vw;
    color: #f88029;
}

.notfound > h2{
    font-size: 2vw;
    letter-spacing: 0.4vw;
}

.not-found-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin: auto;
}

.back-btn{
    background-color: #f88029;
    width: fit-content;
    padding: 1vh 6vw;
    border-radius: 14px;
    font-size: 0.8em;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: row;
    transition: .3s;
}

.material-symbols-outlined {
    font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 48
}

.back-btn > p{
    margin: auto;
    padding-left: 1vw;
}

.back-btn:hover{
    transform: scale(1.1);
}

@media screen and (max-width: 480px) {
    .notfound{
        width: 100%;
        height: 100%;
        text-align: center;
        margin: 10vh 0 3vh;
    }
    
    .notfound p{
        font-size: 5vw;
    }
    
    .notfound h1{
        font-size: 35vw;
        color: #f88029;
    }
    
    .notfound > h2{
        font-size: 6vw;
        letter-spacing: 0.4vw;
    }
}

.vid{
    padding-top: 3vw ;
    display: grid;
    grid-template-columns: 19.53vw 1fr;
    grid-template-rows: 40vw 1fr;
    width: 100%;
    background-image: url('../PESERTA_PAGE/ASET/08_Background\ bintang.jpg');
}

.vid iframe{
    z-index: -0.5;
    grid-area: 1 / 3 / 2 / 2;
    width: 60vw;
    height: 35vw;
}

.vid-title{
    width: 100%;
    text-align: center;
    color: #fba769;
    font-family: 'Archivo', sans-serif;
    font-size: 4vw;
}

.credit{
    width: 100%;
    display: flex;
    justify-content: center;
}

.credit-content{
    justify-content: center;
    display: flex;
    flex: 2;
    align-items: center;
}

.credit-content .pp{
    border-radius: 50%;
    width: 8vw;
}

.contact-person{
    padding-left: 2vw;
}

.contact-person img{
    width: 4vw;
    /* background-color: aliceblue; */
    margin-left: -1vw;
    margin-right: -0.6vw;
}

.contact-person h4{
    color: #f88029;
    font-size: 1.7vw;
    padding-top: 1vw;
}

.contact-person p{
    font-weight: 100;
    font-size: 0.9vw;
}





/*photo gallery penjurian*/
.container
{
	width: 100%;
	height: 100%;
}

.container-3
{
	width: 100%;
	height: 100%;
    /* background-image: url(../WEBSITE/BERANDA/08_Background\ bintang.jpg); */
    background-size: 100% auto;
}
.trans
{
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	-webkit-transition: all 1s ease;
}
.top
{
	display: flex;
	width: 80vw;
	height: 100%;
	margin-top: 5vh;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10vh;
}
.top ul
{
	list-style: none;
	width: 100%;
	height: 100%;
	z-index: 1;
	box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.top ul li
{
	position: relative;
	float: left;
	width: 25%;
	height: 10vw;
	overflow: hidden;
}

.top ul li::before
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #202020;
	content: '';
	color: white;
	opacity: 0.4;
	text-align: center;
	box-sizing: border-box;
	pointer-events: none;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.top ul li:hover::before
{
	opacity: 0;
	background-color: rgba(0,0,0,0.90);
}
.top ul li img
{
	width: 100%;
	height: auto;
	overflow: hidden;
  /* transform: translateY(-10%); */
}
.lightbox
{
	position: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.75);
	z-index: 999;
	opacity: 0;
	pointer-events: none;
}
.lightbox img
{
	max-width: 90%;
	max-height: 80%;
	position: relative;
	top: -100%;
	/* Transition */
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	-webkit-transition: all 1s ease;
}
.lightbox:target
{
	outline: none;
	top: 0;
	opacity: 1;
	pointer-events: auto;
	transition: all 1.2s ease;
	-moz-transition: all 1.2s ease;
	-ms-transition: all 1.2s ease;
	-o-transition: all 1.2s ease;
	-webkit-transition: all 1.2s ease;
}
.lightbox:target img
{
	top: 0;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.outer_title{
  width: 100%;
  text-align: center;
  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;
}
.outer_title h1{
  letter-spacing: 1vw;
  padding-top: 1vw;
}
@media screen and (max-width: 820px) {
  .outer_title h1{
    font-size: 5vw;
  }
  .outer_title p{
    font-size: 4vw;
  }
}

.honorable{
    width: 100%;
}

.honorable ul{
    width: 100%;
    position: absolute;
}

.honorable ul li{
    float: left;
    overflow: hidden;
}

.honorable ul li img{
    height: 25vw;
    width: auto;
    display: block;
    transition: 1.5s;
}

.honorable ul li a:hover img{
    transform: scale(1.1);
}





.winners ul {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    list-style:none;
    width: 89.5vw;
    height:35.1vw;
    border-radius:3px;
    overflow:hidden;
    /* box-shadow:1px 1px 3px 1px; */
}

.winners ul li {
    position:relative;
    width:14.8vw;
    height:35.1vw;
    float:left;
    /* border-left:1px solid white; */
    -webkit-transition:all 0.7s;
    -moz-transition:all 0.7s;
    transition:all 0.7s;
    filter: grayscale(1) brightness(.75);
    /* box-shadow:-2px 0 10px 2px; */
}

.winners ul li:first-child {
    border:none;
}

.winners ul img {
    width:auto;
    height:35.1vw;
}

.winners ul:hover li {
    width:7.8vw;  
}

.winners ul li:hover {
    width:46.8vw;
    filter: none;
}


.video-dokum img{
    float: left;
    width: 100%;
}

.z1{
    margin: 480vw auto 0;
}

.z2{
    margin: 530vw auto 0;
}

@media screen and (max-width: 820px) {
    .winners .z1{
        margin: 503vw auto 0;
    }
    .winners .z2{
        margin: 550vw auto 0;
    }
}

.lightboxs
{
	position: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.75);
	z-index: 999;
	opacity: 0;
	pointer-events: none;
}
.lightboxs img
{
	max-width: 90%;
	max-height: 80%;
	position: relative;
    left: 5%;
	top: -100%;
	/* Transition */
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	-webkit-transition: all 1s ease;
}
.lightboxs:target
{
	outline: none;
	top: 0;
	opacity: 1;
	pointer-events: auto;
	transition: all 1.2s ease;
	-moz-transition: all 1.2s ease;
	-ms-transition: all 1.2s ease;
	-o-transition: all 1.2s ease;
	-webkit-transition: all 1.2s ease;
}
.lightboxs:target img
{
	top: 0;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
