:root{
    --primary-Slide-1 : #2F39C2;
    --primary-Slide-4 : #7180E7;
    --second-Slide-4 : #C0A077;
}

@font-face {
    font-family: 'Norwester';
    src: url(assets/font/norwester.otf);
}
@font-face {
    font-family: 'Oxanium';
    src: url(assets/font/Oxanium-ExtraBold.ttf);
}
@font-face {
    font-family: 'SAO';
    src: url(assets/font/SAOWelcomeTT-Bold.ttf);
}

/* Setting html */

*{
    -moz-user-select: none;
    -moz-user-focus: none;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    -webkit-user-select: none;
    user-select: none;
}

/* html::-webkit-scrollbar{
    width:.7vw;
}
html::-webkit-scrollbar-track{
    background: gray;
}

html::-webkit-scrollbar-thumb{
    background: #2D2D2D;
} */

/* html { */
    /* scrollbar-width: 1vw; */
    /* scrollbar-color: gray; */

/* } */
*, html {
    margin: 0;
    padding: 0;    
    scroll-behavior: smooth;
}
body, html {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body{
    height: calc(1*var(--vh, 100vh));
    background-color: black!important;
    overflow: hidden;
}

.full-height{
    height: 100%;
}

.full-width{
    width: 100%;
}

.absolute{
    position: absolute;
}
/* Navigasi */

.navbar{
    width: 100%;
    height: 5.4vw;
    position: fixed;
    display: flex;
    z-index: 1000001;
    
    /* border : .5px solid black; */
}


.container-isi-navbar{
    display: flex;
    
}


.nav-logo{
    width: 15%;
    height: 75%;
    display: flex;
    text-align: center;
}   

.nav-logo img {
  display: inline-block;
  cursor: pointer;
  margin: 1% 0 0 20%;
  object-fit: contain;
  width: 10vw;
}


.nav-text{
    display: flex;
    /* border : 1px solid black; */
    width: 60%;
    height: 58%;
    margin-left: 5%;
    padding-left: 2vw;
    align-items: center;
    overflow: hidden;

}
.nav-text .item{
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 3vw;
    /* border: .5px solid black; */
}

.nav-text .item h1 {
    height: 100%;
    width: auto;
    display: block;
    padding: 2.2vw 0 0 0;
    /* border: .5px solid black; */
    font-size: 1.5vw;
    font-family: 'Oxanium'!important;
    color: rgb(128, 128, 128);
    overflow: hidden;
}
.nav-text .item h1::after{
    content: "";
    margin-top: .3vw;
    /* border: 1px solid #000; */
    display: block;
    height: 100%;
    width: 100%;
    transform: scaleX(0);
    background-image: url(assets/images/navLine.png);
    background-size: 100% 6.5%;
    background-position: 0 0;
    background-repeat: no-repeat;
    transition: .5s ease-in-out;
}

.nav-text .item.active h1::after,.nav-text .item h1:hover::after{
    transform: scaleX(1);
}

.nav-text .item.active h1,.nav-text .item h1:hover {
    color: white;
}

/* Pagenation arrow */


.navigation-arrow{
    position: fixed;
    top: 40%;
    right: 2%;
    height: 10vw;
    width: 3%;
    display: flex;
    z-index: 100;
    background: url(assets/images/Subtract\ 2.png) 0 0 no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
[role="button"] {
    border: none;
    outline: none ;
}


.navigation-arrow .upArrow{
    position: absolute;
    cursor: pointer;
    top: 1%;
    left: 1%;
    width: 95%;
    height: 20%;

}
.navigation-arrow .downArrow{
    position: absolute;
    cursor: pointer;
    bottom: 1%;
    left: 1%;
    width: 95%;
    height: 20%;
}

.urow{
    position: absolute;
    margin: 10% 0 0 13% ;
    object-fit: contain;
    width: 2.2vw;
    display: none;
}
.urow1{
    position: absolute;
    margin: 10% 0 0 13% ;
    object-fit: contain;
    width: 2.2vw;
    display: block;
}

.drow{
    position: absolute;
    margin: 0 0 10% 13% ;
    object-fit: contain;
    width: 2.2vw;
    display: none;
}
.drow1{
    position: absolute;
    margin: 0 0 10% 13% ;
    object-fit: contain;
    width: 2.2vw;
    display: block;
}

.upArrow.swiper-button-disabled .urow, .downArrow.swiper-button-disabled .drow{
    display: block;
}
.upArrow.swiper-button-disabled .urow1, .downArrow.swiper-button-disabled .drow1{
    display: none;
}

/* Isi body */

.swiper-index{
    width: 100%;
    height: 100%;
}

/* slide1 */

.slide1 {
    background: url(assets/images/bgUtama.jpeg) 0 0 no-repeat;
    background-size: 100% 100%;
}

.slide1 img {
    object-fit: contain;
    width: 100%;
}

.slide1 .scroll-bottom {
    position: absolute;
    /* border : 1px solid black; */
    top : 94%;
    height: 3vw;
    width: 100%;
    text-align: center;
    align-items: center;
    overflow: hidden;
    animation: scroll-arrow 2s ease-in-out infinite;

}

@keyframes scroll-arrow {
    0%{
    height:1.2vw;
    animation-delay: 0;
    }
}

.slide1 .text-scroll{
    color: white;
    font-size : .8vw;
    margin : .3vw 0 .3vw 0;
}


.slide1 .scroll-arrow {
    position: absolute;
    background: transparent url(assets/images/scroll.png) 0 0 no-repeat;
    background-size: 100% 100%;
    left: 49.6%;
    width: .6vw;
    height: 1vw;
    
}

.slide1 .container-slideSatu{
    position: absolute;
    top: 20vw;
    left: 25vw;
    width: 50%;
    height: 40%;
    /* border: 1px solid black; */
}

.slide1 .container-slideSatu .subSatu{
    /* border: 1px solid black; */
    
    text-align: center;
    justify-content: end;
}

.container-slideSatu .subSatu img{
    object-fit: contain;
    width: 30vw;
}

.subDua{
    top: 75%;
    width: 100%;
    height: 2.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1%;
    /* border: 1px solid red; */
}

.subDua button{
    height: 100%;
    width: 10vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, .2);
    -webkit-backdrop-filter: blur(.2vw);
    backdrop-filter: blur(.2vw);
    gap: 3%;
    border: none;
    cursor: pointer;
    transition: .3s ease-in-out;
}

.subDua button:hover{
    background-color: rgba(255, 255, 255, 1);
    -webkit-backdrop-filter: blur(0) brightness(2);
    backdrop-filter: blur(0) brightness(2);
    box-shadow: 0 0 1vw .3vw white,0 0 .2vw .1vw white;
}
.subDua button .dekor-bg-button{
    top: 0;
    object-fit: contain;
    width: 10vw;
}

.subDua button .button-slide-icon{
    position: relative;
    height: 2vw;
    width: 2vw;
}
.subDua button .button-slide-icon .image-button-slide-icon{
    object-fit: contain;
    width: 100%;
}

.subDua button:nth-child(2):hover .mask-icon-button{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mask-image: url('assets/images/icon-myanimelist.png');
    mask-size: cover;
    background-color: var(--primary-Slide-1);
    z-index: 1;
  }
.subDua button:nth-child(4):hover .mask-icon-button{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mask-image: url('assets/images/icon-play-store.png');
    mask-size: cover;
    background-color: var(--primary-Slide-1);
    z-index: 1;
  }
.subDua button:nth-child(5):hover .mask-icon-button{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mask-image: url('assets/images/icon-app-store.png');
    mask-size: cover;
    background-color: var(--primary-Slide-1);
    z-index: 1;
  }

.subDua button h1{
    color: black;
    font-size: 1vw;
    font-weight: bolder;
    height: auto;
    width: auto;
}
.subDua button:hover h1{
    color: var(--primary-Slide-1);
}

/*  */
/* slide2 */
/*  */

.slide2 {
    background: url(assets/images/bg-slide-2.jpg) 0 0 no-repeat;
    background-size: 100% 100%;
}


.slide2 .bgdekorBayangan{
    position: absolute;
    /* border: 1px solid black; */
    width : 45vw;
    height: 30vw;
    opacity: .2;
    left: 0;
    bottom: 0;
    overflow: hidden;
}

.slide2 .bgdekorBayangan img{
    object-fit: contain;
    width: 100%;
}
/*  */
/* Navigasi Arrow Slide 2 */
/*  */

.slide2 .navArrow-domSlide2 {
    position: absolute;
    left : 0;
    width: 100%;
    height: 5%;
    top : 47%;
    z-index: 100;
}

.navArrow-domSlide2 .leftArrows2 {
    position: absolute;
    left: 5%;
    width: 5%;
}
.leftArrows2 .lrow2{
    object-fit: contain;
    cursor: pointer;
    width: 3vw;
}
.navArrow-domSlide2 .rightArrows2 {
    position: absolute;
    right: 5%;
    width: 5%;
}
.rightArrows2 .rrow2{
    object-fit: contain;
    cursor: pointer;
    width: 3vw;
}

.rightArrows2 .rrow2:hover, .leftArrows2 .lrow2:hover{
    transform: scale(1.1);
}

/*  */
/* Transisi Slide 2 */
/*  */

.isiKontenS2 {
    height: 100%;
    width: 100%;
    position: absolute;
    overflow: hidden;
}

.slide2 .isiKontenS2.active .domSlide2 .detail, 
.slide2 .isiKontenS2 .domSlide2 .detail, 
.slide2 .isiKontenS2 .swiper2,
.slide2 .isiKontenS2 .foto{
    opacity: 0;
    transition: 1s ease-in-out;
}


.slide2 .isiKontenS2.active .domSlide2.now, 
.slide2 .isiKontenS2.active .swiper2,
.slide2 .isiKontenS2.active .foto{
    opacity: 1;
    transition: 1s ease-in-out;
}

/* Saat masuk */
.domSlide2 .detail {
    right: -10%;
    transition: right 1s ease-in-out;
}

.isiKontenS2.active .domSlide2.now .detail {
    right: 20%;
    opacity: 1;
}
.domSlide2 .bgDekorDom{
    left: -50%;
    transition: left 1.5s ease-in-out;
}

.isiKontenS2.active .domSlide2.now .bgDekorDom{
    left: 0%;
}

.trFoto{
    transition: all 1s ease-in-out;
}



/*  */
/* Isi Konten Slide 2 umum*/
/*  */
.domSlide2 .bgDekorDom{
    position: absolute;
    /* border: 1px solid black; */
    width : 45vw;
    height: 30vw;
    bottom: 0;
    overflow: hidden;
    z-index: 4;
}

.domSlide2 .bgDekorDom img{
    object-fit: contain;
    width: 100%;
    opacity: 1;
}

.domSlide2 .detail{
    position: absolute;
    top: 60% ;
    width : 30vw;
    height: 15vw;
    background : url(assets/images/Background-Detail.png) 0 0 no-repeat;
    background-size: 100% 100%;
    z-index: 6;
    /* transition: 1s ease-in-out; */
}

.isiKontenS2 .domSlide2 .detail .nama{
    position : absolute;
    top : 10%;
    right : 1%;
    font-weight: bold;
    letter-spacing: .5vw;
    font-family: helvetica, sans-serif;
    color: black;
    font-size: 1.8vw;
    /* border: 2px solid red; */
    
}


.isiKontenS2 .domSlide2 .detail .rating{
    position: absolute;
    right: 3%;
    top: 23%;
    width: 90%;
    height: 70%;
    /* border: 1px solid black; */
}

 .raritySR{
    position: absolute;
    left: 5%;
    top: 45%;
}

.raritySR img{
    object-fit: contain;
    width: 6vw;
}

.star5{
    position: absolute;
    top: 0;
    right : 0;
    width : 15.447vw;
    height: 1.757vw;
    overflow: hidden;
}

.star5 img{
    width: 100%;
}

.shine-mask5 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mask-image: url('assets/images/RatingSR bg.png');
    mask-size: cover;
    background: linear-gradient(100deg, transparent 40%, rgba(255, 255, 255, 1) 50%, transparent 60%) 0 0 no-repeat;
    /* background-position: 15vw 0; */
    animation: shine 7s linear infinite;
  }
  
  @keyframes shine {
    0% {
      background-position: -15vw 0;
    }
    100% {
      background-position: 15vw 0;
    }
  }
/* .star5:after {
	content:'';
    top:-10px;
	transform:translateX(100%);
	width:30%;
	height:200%;
	position: absolute;
	z-index:1;
	animation: shine 7s infinite;  
	 
    background: -moz-linear-gradient(left, 
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.8) 30%, 
    rgba(255,255,255,0.8) 50%, 
    rgba(255,255,2,0) 70%, 
    rgba(255,255,255,0) 100%); /* FF3.6+ */

	/* background: -webkit-gradient(linear, left top, right top, 
    color-stop(0%,rgba(255,255,255,0)), 
    color-stop(30%,rgba(255,255,255,0.8)), 
    color-stop(50%,rgba(255,255,255,0.8)), 
    color-stop(79%,rgba(255, 255, 255,0)), 
    color-stop(100%,rgba(255,255,255,0))); Chrome,Safari4+ */

	/* background: -webkit-linear-gradient(left, 
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.8) 30%, 
    rgba(255,255,255,0.8) 50%, 
    rgba(255,255,2,0) 70%, 
    rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */

	/* background: -o-linear-gradient(left, 
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.8) 30%, 
    rgba(255,255,255,0.8) 50%, 
    rgba(255,255,2,0) 70%, 
    rgba(255,255,255,0) 100%); Opera 11.10+ */ 

	/* background: -ms-linear-gradient(left, 
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.8) 30%, 
    rgba(255,255,255,0.8) 50%, 
    rgba(255,255,2,0) 70%, 
    rgba(255,255,255,0) 100%);IE10+ */

    /* background: linear-gradient(to right, 
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.8) 30%, 
    rgba(255,255,255,0.8) 50%, 
    rgba(255,255,2,0) 70%, 
    rgba(255,255,255,0) 100%); */

	/* filter: progid:DXImageTransform.Microsoft.gradient(  */
        /* startColorstr='#00ffffff', endColorstr='#007db9e8',GradientType=1 ); IE6-9 */

/* } */

/* animation shine */

/* @keyframes shine {
	0% {transform:translateX(-400%) rotate(5deg);}
	100% {transform:translateX(200%) rotate(5deg);}
} */

.isiKontenS2 .domSlide2 .detail .faksi{
    position: absolute;
    background: url(assets/images/Faksi.png) 0 0 no-repeat;
    background-size: 100% 100%;
    top: 25%;
    text-align: center;
    left: 8%;
    width: 24.96vw;
    height: 10.25vw;
    /* border: 1px solid black;  */
}

.Union img{
    margin-top: 2vw;
    margin-left: 10vw;
}
.eagleUnion img{
    object-fit: contain;
    width: 9vw;
}
.sakuraUnion img{

    object-fit: contain;
    width: 9vw;
}

@keyframes moveGlitch{
    0%{
        filter : drop-shadow(0 0 0 white);
        
        transform: scale(1);
    }
    50%{
        transform: scale(1.02)translateY(-1.5vw);
    }
    93.9%{
        filter : drop-shadow(0 0 0 white);
        
    }
    94%{
        filter : drop-shadow(2px 0 red);
    }
    96%{
        filter : drop-shadow(0 2px blue);
    }
    98%{
        filter : drop-shadow(0 -2px black);
    }
    100%{
        transform: scale(1);
        filter : drop-shadow(-2px 0 red);
    }

}

.domSlide2.now .foto .glitch{
    animation : moveGlitch 7s infinite ease-in-out;
}
/*  */
/* Slide 2 Foto*/
/*  */

.slide2 .isiKontenS2 .foto {
    position: absolute;
    top: -15%;
    left: 0;
    width: 100%;
    height: 100%;
/* border: 1px solid black; */
text-align: center;

}
.slide2 .isiKontenS2 .foto img {
    object-fit: contain;
    height: 60vw;
}



/*  */
/* Swiper Slide 2 */
/*  */

.container-swiper2{
    position: absolute;
    top: 30%;
    left:83%;
    width: 5vw;
    height: 20vw;
    /* background-color: green; */
    /* border: 1px solid white; */
    overflow : hidden;
    z-index: 7;
  }

.swiper2{
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 25vw;
    /* background-color: black; */
    /* border: 1px solid white; */
    overflow : hidden;
  }
  
 .isiKontenS2 .swiper2 .swiper-slide {
    /* shadow */
    text-align: center;
    height: 100%;
    transform: scale(1);
    cursor: pointer;
    transition: .4s ease-in-out;
    overflow : hidden;
  }
  
 .isiKontenS2 .swiper2 .swiper-slide.swiper-slide-active{
    width: 100%;
    height : 100%;
    cursor: default;
    transform: scaleX(1);
  }
  
  
  .isiKontenS2 .swiper2 .swiper-slide img {
    height: 100%;
    object-fit: contain;
  }
  .isiKontenS2 .swiper2 .swiper-slide::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    transform: scale(1);
    opacity: .6;
    width: 100%;
    height: 100%;
    transition: .4s ease-in-out
  }
  .isiKontenS2 .swiper2 .swiper-slide.swiper-slide-active::after {
    opacity: 0;
  }
  

/*  */
/* Slide 3 */
/*  */

.slide3 {
    background: url(assets/images/bg-slide-3.jpg) 0 0 no-repeat;
    background-size: 100% 100%;
}
.slide3 .container-bg-swiper3{
    top: 25.5%;
    left:0;
    width: 100%;
    height: 26.3vw;
    /* border: 2px solid red; */
    opacity: 1;
    background-color: white;
    transition: 1s ease-in-out;
}

.slide3 .container-borderS3{
    top: 19.2%;
    left:20.5%;
    width: 58.5vw;
    height: 33vw;
    /* border: 2px solid red; */
    opacity: 1;
    transition: 1s ease-in-out;
}

.slide3 .container-borderS3 img{
    object-fit: contain;
    height: 100%;    
}

.slide3 .isiKontenS3{
    top: 25%;
    left:20%;
    width: 60vw;
    height: 27vw;
    overflow: hidden;
    /* border: 1px solid black; */
    opacity: 0;
    transition: 1s ease-in-out;
    z-index : 1;
}
.slide3 .isiKontenS3.active{
opacity: 1;
}

.isiKontenS3 .swiper3{
    position: absolute;
    top: 0vw;
    left: -42.2vw;
    width: 144vw;
    height: 60vw;
    /* border: 1px solid white; */
    overflow : hidden;
}


.isiKontenS3 .swiper3 .swiper-slide {
    /* shadow */
    text-align: center;
    height: 45%;
    cursor: pointer;
    /* background-color: black; */
    overflow: hidden;
  }
  
 .isiKontenS3 .swiper3 .swiper-slide.swiper-slide-active{
    cursor: default;
  }
  
  
  .isiKontenS3 .swiper3 .swiper-slide img {
    height: 100%;
    object-fit: contain;
  }


  /* Navigasi Arrow Slide3 */

  .slide3 .navArrow-Slide3 {
    position: absolute;
    left : 0;
    width: 100%;
    height: 5%;
    top : 47%;
}

.navArrow-Slide3 .leftArrows3 {
    position: absolute;
    left: 5%;
    width: 5%;
}
.leftArrows3 .lrow3{
    object-fit: contain;
    cursor: pointer;
    width: 3vw;
}
.navArrow-Slide3 .rightArrows3 {
    position: absolute;
    right: 5%;
    width: 5%;
}
.rightArrows3 .rrow3{
    object-fit: contain;
    cursor: pointer;
    width: 3vw;
}

.rightArrows3 .rrow3:hover, .leftArrows3 .lrow3:hover{
    transform: scale(1.1);
}

/* Slide 4 */

.slide4{
    background: url(assets/images/Background\ slide\ 4.png) 0 0 no-repeat; 
    background-size: 100% 100%;
}

.slide4 .zeta-pictures{
    right: 0;
    bottom: 0;
    width: 39.751vw;
    height: 44.766vw;
}

.zeta-pictures img{
    object-fit: contain;
    height: 100%;
}

.slide4 .container-voice-hover{
    top: 25%;
    right: 30%;
    width: 1.611vw;
    height: 1.611vw;
    overflow: hidden;
    transition: 1s ease-in-out;
}
.slide4 .container-voice-hover:hover, .slide4 .container-voice-hover.playing{
    width: 18.549vw;
    height: 8.547vw;

}

.slide4 .container-voice{
    top: 0;
    right: 0;
    width: 18.549vw;
    height: 8.547vw;
}

.container-voice .audio{
    top: 0;
    right: 0;
    width: 1.611vw;
    height: 1.611vw;
    mask-image: url('assets/images/Audio\ icon.png');
    mask-size: cover;
    background-color: black;
    z-index: 1;
    cursor: pointer;
}

.container-voice-hover.playing .container-voice .audio{
    background-color: var(--primary-Slide-4);
}

.container-voice .box-audio{
    left: 0;
    bottom: 0;
    width: 17.716vw;
    height: 6.891vw;
    background: url(assets/images/Box-vestia-zeta.png) 0 0 no-repeat;
    background-size: 100% 100%;
    opacity: 0;
    transition: 1s ease;

}

.slide4 .container-voice-hover:hover .box-audio, .container-voice-hover.playing .box-audio{
   opacity: 1;

}

.box-audio .text-box{
    width: 13.836vw;
    bottom : 14%;
    left: 11%;
}

.text-box h3{
    font-size: 0.82vw;
}

.container-slide-4-subSatu{
    top: 30%;
    left: 5%;
    width: 44.766vw;
    height: 19.07vw;
    /* border: 1px solid red; */
    overflow: hidden;
}

.container-slide-4-subSatu .subContainer-powered-by .powered{
    font-size: 0.703vw;
    margin: 0 0 0 9%;
}

.container-slide-4-subSatu .subCcontainer-logo-vestia-zeta{
    height: 9.151vw;
    display: flex;
    justify-content: end;
}
.subCcontainer-logo-vestia-zeta img{
    object-fit: contain;
    height: 100%;
}
.container-slide-4-subSatu .subContainer-text-vestia-zeta{
    margin-top: 3%;
    display: flex;
    font-size: 1.171vw;
}
.subContainer-text-vestia-zeta .text-1{
    width: 14.5%;
    color: var(--primary-Slide-4);
    font-weight: bold;
}
.subContainer-text-vestia-zeta .text-2{
    width: 85.5%;
    /* border: 1px solid red; */
}
.subContainer-text-vestia-zeta .text-2 span{
    color: var(--second-Slide-4);
    font-weight: bold;
    /* border: 1px solid red; */
}
