:root{
    --color-main: #E74C3D;
    --color-brown: #663333;
}

/* ========================
   COMMON
=========================*/
html,body{
    position: relative;
    margin: 0;
    font-size: 16px;
    overflow: hidden;
}

img{
    width: 100%;
}

.text-main{
    color: var(--color-main);
}

.bg-cover{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-contain{
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.d-none{
    display: none!important;
}

/* ========================
    PRE-LOADER STYLE
=========================*/
.tree{
    position: absolute;
    bottom: 15%;
    left: -6%;

    width: 25%;
}

.sun{
    position: absolute;
    width: 20%;
    right: 0;
    top: 0;
    z-index: 10;
    display: block;
}

.sun::after{
    content: "";
    display: block;
    position: absolute;

    top: 50%;
    left: 50%;
    width: 30%;
    height: 30%;
    transform: translate(-50%,-50%);

    z-index: -1;

    box-shadow: 0px 0px 150px 76px rgba(255,255,255,1);
    -webkit-box-shadow: 0px 0px 150px 76px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 150px 76px rgba(255,255,255,1);
}

.play{
    position: absolute;
    z-index: 99;
    top: 30%;
    left: 50%;
    transform: translate(-50%,-50%);

    width: 25%;
}

.bird{
    position: absolute;
    z-index: 10;
    top: 25%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.cloud-1{
    position: absolute;
    top: 18%;
    left: 5%;
    width: 15%;
}

.cloud-2{
    position: absolute;
    top: 10%;
    left: 20%;

    width: 15%;
}

.cloud-3{
    position: absolute;
    top: 5%;
    left: 70%;

    width: 15%;
}

.cloud-4{
    position: absolute;
    top: 30%;
    left: 65%;

    width: 12%;
}

.umbrella{
    width: 20%;
    position: absolute;
    bottom: 25%;
    left: 20%;
}

.chair{
    width: 50%;
    position: absolute;
    bottom: 18%;
    left: 25%;
}

.board{
    width: 20%;
    position: absolute;
    bottom: 18%;
    right: 13%;
}

.walk{
    width: 15%;
    position: absolute;
    bottom: 5%;
    right: 6%;
}

.dance{
    width: 20%;
    position: absolute;
    bottom: 8%;
    left: 6%;
}

.ball{
    width: 7%;
    position: absolute;
    bottom: 8%;
    left: 26%;
}

.swim{
    width: 10%;
    position: absolute;
    bottom: 40%;
    right: 25%;
}

.umbrella-2{
    width: 15%;
    position: absolute;
    bottom: 16%;
    right: 0;
}

.ball-2{
    width: 5%;
    position: absolute;
    bottom: 16%;
    right: 30%;
}


/* ========================
    MAIN STYLE
=========================*/
.section-wrapper, .index-wrapper{
    width: 100%;
}

.bg-main{
    background-image: url("../img/background.png");
}

.bg-index{
    background-image: url("../img/background-index.png");
}

.question-wrapper{
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%,-50%);

    width: 70%;
}

.question{
    font-family: Optima, sans-serif;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
}

.answer-wrapper{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);

    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.answer{
    background-image: url("../img/frame-answer.png");
    width: 150px;
    height: 150px;
    color: var(--color-brown);
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;

    font-size: 36px;
}

.dash-wrapper{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,-50%);

    width: 90%;
}

.dash{
    position: relative;
    width: 100px;
}

.arrow{
    position: relative;
    width: 15px;
    margin-left: auto;
    margin-right: auto;
}

.shoot-wrapper{
    position: absolute;
    bottom: 5%;
    left: 90%;
    transform: translate(-50%,-50%);
}

.shoot{
    font-family: Optima, sans-serif;
    background: rgba(0,0,0,0.2);
    color: #2b2b2b;
    padding: 36px 16px;
    border-radius: 50%;
}

.menu-wrapper{
    position: absolute;
    top: 5%;
    left: 90%;
    transform: translate(-50%,-50%);

    display: flex;
    width: 50%;
    justify-content: center;
}

.menu:first-child{
    max-width: 36px;
    margin-right: 16px;
}

.menu:nth-child(2){
    max-width: 80px;
}

.result-wrapper{
    z-index: 88;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
}

.result{
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.result-text{
    position: relative;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 2rem;

    font-family: Optima, sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #fff;

    /*text-shadow: 0px 0px 10px rgba(0,0,0,0.70);*/
}

.action-wrapper{
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}

.btn-action{
    max-width: 20%;
    margin: 0 0.5rem;
}

.font-small{
    font-size: 16px;
    padding: 16px;
}

.sound-wrapper{
    position: absolute;
    top: 5%;
    left: 3%;
    transform: translate(-50%, -50%);
    display: flex;
    width: 35px;
    justify-content: center;
}

.wrong-answer, .wrong-answer-sub{
    display: block;
    color: var(--color-main)!important;
}

.wrong-answer-sub{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
}

.result-btn-wrapper{
    position: absolute;
    width: 100px;
    top: 80%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.correct-answer{
    width: 100%;
    text-align: center;
}
