@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Goldman:wght@400;700&family=Roboto+Mono:wght@300;400;600&display=swap');
*{
    padding: 0;
    margin: 0;
    user-select: none;
}
html {
    scroll-behavior: smooth;
}

/* font Style */
.h1{
    color: #280f36;
    font-family: 'bebas neue', sans-serif;
    font-size: 3rem;
}
.p{
    color: #280f36;
    font-family: 'Roboto Mono', sans-serif;
    font-size: 1rem;
    padding: 0px 150px;
}

/* Header Start (Navbar - Loading Page - head) */
header{
    background: url("asset/BG/bgw.webp");
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
}
nav{
    background: transparent;
    padding: 30px 100px !important;
}
nav a{
    color: white;
    font-family: 'bebas neue', sans-serif;
    font-size: 1.3rem;
    transition: .8s;
}
nav a:hover{
    transition: .8s;
}

nav b:hover{
    transition: .8s;
}

nav li{
    margin: 0px 15px;
}
nav img{
    /* width: 120px; */
    height: 50px;
}
.play{
    width: 50px;
    height: 50px;
    vertical-align: middle;
    margin-right: 6%;
    cursor: pointer;
}
.loading-wrapper{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #280f36;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 99999;
}
.loading-inner{
    display: block;
}
.section-padding{
    padding: 50px 0px;
}
.head{
    justify-content: center;
    align-items: center;
    text-align: center;
}
.head h1{
    color: whitesmoke;
    font-family: 'bebas neue', sans-serif;
    font-size: 3rem;
    top: 20px;
}
.head h2{
    color: #b169d9;
    font-family: 'bebas neue', sans-serif;
    font-size: 2rem;
    padding-top: none;
}

.caps {
    color: #fff;
}

.head h3{
    color: #b169d9;
    font-family: 'bebas neue', sans-serif;
    font-size: 2rem;
    text-align: end;
    vertical-align: middle;
}

.head p{
    color: #b169d9;
    font-family: 'Roboto Mono', sans-serif;
    font-size: 1rem;
    text-align: end;
    vertical-align: middle;
}

#tiltAnimation{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: perspective(2000px);
    transform-style: preserve-3d;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.20), 0 15px 12px rgba(0, 0, 0, 0.15);
    transition: all 180ms ease-out;
}

.sticky {
    position: sticky;
    top: 0;
    bottom: 0;
    background: transparent;
    padding: 30px;
    font-size: 20px;
    z-index: 1;
    width: 25%;
    height: 300px;
    left: 80%;
}

.stickyText{
    color: white;
}

#karakter1{
    height: 400px;
    margin: 50px 0px;
}

.col-centered{
    float: none;
    margin-right: auto;
    margin-left: auto;
}

.poster{
    position: relative;
    height: 100%;
    width: 100%;
}

.posterCard{
    position: relative;
    height: 400px;
    width: auto;
}

/* Section About */
.asset-about{
    position: relative;
    max-height: 140px;
}

#about-section{
    position: relative;
}

/* Divisi Section */
.card{
    border-radius: none;
}
.card-title{
    color: #fff;
    font-family: 'bebas neue', sans-serif !important;
    font-size: 1.5rem !important;
}
.card-text{
    font-family: 'Roboto Mono', sans-serif !important;
    font-size: .8rem !important; 
}

#card-section{
    background: url("asset/BG/bgw.webp");
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    width: 100%;
    font-family: 'Roboto Mono';
    text-align: center;
    color: white;
}

/* Section Step */
#step-section .card{
    background-color :#4d367c;
    color:white;
}
#step-section .card-title{
    color:white ;
}

#contact-section{
    font-family: 'Roboto Mono';
    text-align: center;
}
.icons{
    max-height: 20px;
    max-width: 20px;
}

#tengah{
    text-align: center;
}

#footer-new{
    background-color: transparent;
    border: none;
}

#footer-new2{
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.20), 0 15px 12px rgba(0, 0, 0, 0.15);
}

/* Button*/
.button {
    position: absolute;
    top: 65%;
    left: 50%;
    color: #4d367c;
    transform: translate(-50%, -50%);
    outline: none;
    
}

#btn{
    border: 1px solid #4d367c;
    padding: 10px  20px;
    background-color: #fff;
    color: black;
    transition: 0.6s;
    border-radius: 12px;
    border: none;
    outline: none;
}

#btn:hover {
    background-color:#4d367c;
    color: white;
    transition: 0.6s;
}

#btn:hover a {
    color: white;
}

#btn2{
    border: 1px solid #4d367c;
    padding: 10px  20px;
    background-color: #b169d9;
    color: white;
    transition: 0.6s;
    border-radius: 12px;
    border: none;
    outline: none;
}

#btn2:hover {
    background-color:#fff;
    color: black;
    transition: 0.6s;
}

#btn2:hover a {
    color: black;
}

#btn3{
    width: 10%;
    opacity: 0;
}

#btn3:hover{
    opacity: 0.6;
}

#btn5{
    border: 1px solid #4d367c;
    padding: 10px  20px;
    background-color: #b169d9;
    color: white;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    position: absolute;
    transition: 0.6s;
    border-radius: 12px;
    border: none;
    outline: none;
    left: 69%;
    top: 70%;
}

#btn5:hover {
    background-color:#fff;
    color: black;
    transition: 0.6s;
}

#btn5:hover a {
    color: black;
}

.modal-header {
    background-color: #280f36;
    color: white;
}

.modal-body, .modal-footer {
    background-color: white;
    color: #280f36;
}
a:link, a:visited {
    color: #280f36;
}
a:hover, a:active {
    color: #4d367c;
}

/* footer */
footer{
    background-color: #280f36 !important;
}
.font-style-p{
    color: white;
    font-family: 'Roboto Mono', sans-serif !important;
    font-size: .7rem;
}

#karakter1{
    position: relative;
    height: 400px;
    margin: 30px 0px;
    animation: bounce-2 6s infinite;
}

#karakter4{
    position: relative;
    height: 300px;
    left: 25%;
}

@keyframes bounce-2 {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-30px); }
    100% { transform: translateY(0); }
}

#karakter2{
    position: relative;
    height: 300px;
    top: 25%;
    margin: 30px 0px;
    right: 20px;
    animation: bounce-2 6s infinite;
}

@keyframes bounce-2 {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-30px); }
    100% { transform: translateY(0); }
}

#karakter3{
    position: relative;
    height: 300px;
    top: 25%;
    margin: 30px 0px;
    right: 20px;
    animation: bounce-2 6s infinite;
}

@keyframes bounce-2 {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-30px); }
    100% { transform: translateY(0); }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 780px) {
    nav{
        background: transparent;
        padding: 30px 40px !important;
    }
    nav img{
        width: auto;
    }
    nav ul{
        text-align: right;
    }
    .navbar-brand{
        max-width: 30%;
    }
    #karakter1{
        height: 400px;
        margin: 30px 0px;
    }
    #karakter2{
        display: none;
    }
    #karakter3{
        display: none;
    }
    #karakter1{
    position: relative;
    height: 400px;
    margin: 30px 0px;
    animation: bounce-2 6s infinite;
    }
    .sticky{
        height: 230px;
        width: 50%;
    }
    #karakter4{
        height: 200px;
    }
    #btn5{
        height: 30%;
        width: auto;
        left: 66%;
    }
}

@keyframes bounce-2 {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-30px); }
    100% { transform: translateY(0); }
}

    .h1{
        color: #280f36;
        font-family: 'bebas neue', sans-serif;
        font-size: 2rem;
    }
    .p{
        color: #280f36;
        font-family: 'Roboto Mono', sans-serif;
        font-size: 1rem;
        padding: 0px 50px;
    
}

@media only screen and (max-width: 480px) {
    .head h1{
        font-size: 3rem;
    }
    #karakter1{
        height: 320px;
    }
    #karakter4{
        height: 180px;
    }
    .sticky{
        height: 180px;
        width: 50%;
    }
    #btn5{
        height: 30%;
        width: auto;
    }
}
@media only screen and (max-width: 380px) {
    .head h1{
        font-size: 2.5rem;
    }
    #karakter1{
        height: 280px;
    }
    #karakter4{
        height: 155px;
    }
    .sticky{
        height: 150px;
        width: 50%;
    }
    #btn5{
        height: 30%;
        width: auto;
    }
}