body {
    font-family: Open Sans;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    
}
.logo{
    width: 90px;
    margin-top: 0.4em;
}

.logo img{
width: 100%;
}
.logo img:hover{
transform: scale(1.2);
}
.logo:hover::after{
content: "Kembali Home";
text-align: center;
background-color: #EEE;
padding: 0.5em;
border-radius: 5px;
width: 10em;
position: absolute;
top: 6.2em;
left: 2.4em;
opacity: .8;
}
nav{
  display: flex;
  margin-left: 5em;
margin-right: 5em;
  justify-content: space-between;
  gap: 2em;
    
}
#player-container{
    margin-top: 1em;
    text-indent: -999999px;
    width: 70px;
    height: 70px;
    /* background-color: #f7762b;
   border: 3px solid #f76918; */
    
    border-radius: 10px;
    cursor: pointer;
}
#player-container:hover{
    transform: scale(1.2);
}


.play {
   
    width: 100%;
    height: 100%;
    background-image: url('./img/off.png');
    background-size: cover;
    /* background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMiAyNHYtMjRsMjAgMTItMjAgMTJ6Ii8+PC9zdmc+); */
  }
  .pause {
   
    width: 100%;
    height: 100%;
    background-image: url('./img/on.png');
    background-size: cover;
     
  }
.container{
    width: 100%;
    background-image: url('./bg1.jpg');
    background-size: cover;
    /* background-color: #888; */
    height: 100vh;
overflow-x: hidden;
    
}

h1,h3 {
    text-align: center;
}


#quiz {
    text-indent: 10px;
    display:none;
}

.btn-wrap{
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    margin-top: 2em;
    height: 50px;
}
.button{
    width: 40px;
    border: 1px solid #804000;
    background: linear-gradient(to bottom, #FF8000, #FA6900);
    padding: 8px 48px;
    color: #EEE;
    text-decoration: none;
    border-radius: 4px;
    font-family: Segoe UI;
    transition: all 0.05s linear,background-color 0.1s linear,color 0.1s linear;
    box-shadow: 0 7px 0 #804000;
    font-size: 1.4em;
    font-weight: bold;
  }
  
  .button:hover{
    background: linear-gradient(to bottom, #FF8000, #FF9000);
    transform: scale(1.2);
    color: #FFF;
  }
  
  .button:active{
    margin-top: 3px;
    box-shadow: 0 4px 0 #804000;
  }

.button a {
    text-decoration: none;
    color: black;
}

.button img{
    width: 100%;
}

#main {
    width:50%;
    height: 70%;
    margin:auto;
    padding: 0 25px 40px 10px;
    background-color: #1E90FF;
    border:4px solid #B0E0E6;
    border-radius:5px;
    color: #FFFFFF;
    font-weight: bold;
    box-shadow: 5px 5px 5px #888;
    opacity: 0.9;
    box-sizing: border-box;
}


.logo-main{
    width: 170px;
    margin: 0 auto;
    margin-top: -1em;
}
.logo-main img{
    width: 100%;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#prev {
    display:none;
}

#start {
    display:none;
    width: 120px;
    height: 40px;
    text-align: center;
 
}




@media only screen and (max-width: 1200px) {
    #duck,.duck{
        /* width: 200px;
        right: -65px; */
        display: none;
        
    }

    #main{
        margin-top: 1.5em;
        width: 80%;
    }

    li{
        margin-top: 2em;
    }

    .container{
        height: 100vh;
        overflow-x: hidden;
        overflow-y: hidden;
        border: 2px solid black;
    }

    #kupu,#kupu2,#panda{
        opacity: 0;
    }

    
  }