* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #000;
    font-family: 'Lato', sans-serif;
    height: 100vh;
}

#multi p {
    font-size: 1em;
    color: #fff;
}

#multi strong {
    color: #fff000;
    font-weight: 900;
}

#multi {
    position: relative;
    height: 100vh;
}

#multi .top {
padding: 10px 0;
   margin: 0 auto;
   text-align: center;
   position: absolute;
   top: 0;
   right: 0;
   left: 0;
   background-color: #000;
   z-index: 1;
}

#multi .logo {
    width: 160px;
    margin: 0 auto;
}

#multi .buttons {
    display: none;
}

#multi .btn-atlantis {
    padding: 20px 30px;
    color: #fff;
    background-color: #002369;
    border: none;
    width: 100%;
}

#multi .btn-temple {
    padding: 20px 30px;
    color: #fff;
    background-color: #00490c;
    border: none;
    width: 100%;
}

#multi .btn-jungle {
    padding: 20px 30px;
    color: #fff;
    background-color: #350057;
    border: none;
    width: 100%;
}

#multi button:hover {
    border-bottom: solid 4px #fff000;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 100%;
}

#multi .tittle {
    margin: 0 auto;
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    top: 90px;
}

#multi .tittle img {
    max-width: 1600px;
    width: 100%;
}

#multi .tittle .mbl {
    display: none;
}

#multi .flexbox {
    display: flex;
    justify-content: center;
    align-items: center;
}

#multi .atlantis {
    background: url(images/atlantis-bg.jpg) no-repeat top center #030d17; 
    background-size: auto; 
    height: 100vh;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#multi .atlantis-flex{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 100vh;
    width: 80%;
    margin: 0 auto;
}

#multi .temple {
    background: url(images/temple-bg.jpg) no-repeat top center #0a1d19; 
    background-size: auto; 
    height: 100vh;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#multi .temple-flex{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 100vh;
    width: 80%;
    margin: 0 auto;
}

#multi .jungle {
    background: url(images/jungle-bg.jpg) no-repeat top center #0e0f3b; 
    background-size: auto; 
    height: 100vh;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#multi .jungle-flex{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 100vh;
    width: 80%;
    margin: 0 auto;
}

#multi .box-blue {
    position: relative;
    width: 80%;
    margin: -122px auto 0;
    text-align: center;
    padding: 20px 30px;
    border: solid 2px #000a52;
    background: rgb(0,180,255);
    background: linear-gradient(0deg, rgba(0,180,255,.8) 0%, rgba(0,10,82,.8) 100%);
}

#multi .masks-atlantis {
    max-width: 460px;
    width: 100%;
    margin-top: -60px;
}

#multi .masks-atlantis-mbl {
    display: none;
}


#multi .box-green {
    width: 80%;
    margin: -90px auto 0;
    text-align: center;
    padding: 20px 30px;
    border: solid 2px #002b17;
    background: rgb(36,220,0);
    background: linear-gradient(0deg, rgba(36,220,0,.8) 0%, rgba(0,82,14,.8) 100%);
}

#multi .great-temple {
    max-width: 460px;
    width: 100%;
    margin-top: -98px;
}

#multi .great-temple-mbl {
    display: none;
}

#multi .box-purple {
    position: relative;
    width: 80%;
    margin: -50px auto 0;
    text-align: center;
    padding: 20px 30px;
    border: solid 2px #002b17;
    background: rgb(98,0,161);
    background: linear-gradient(0deg, rgba(98,0,161,.8) 0%, rgba(0,16,171,.8) 100%);
}

#multi .bonus-jungle {
    max-width: 460px;
    width: 100%;
    margin-top: -142px;
}

#multi .bonus-jungle-mbl {
    display: none;
}

#multi .bonus {
    max-width: 440px;
    width: 100%;
    padding: 20px 0;
}

#multi .box-white {
    max-width: 300px;
    margin: 0 auto;
    padding: 10px;
    font-size: 1.5em;
    font-weight: 900;
    background-color: rgba(255, 255, 255, .25);
}

#multi .btn {
    margin-bottom: -50px;
    padding: 0;
}

#multi .btn a {
    border-radius: 50px;
    padding: 20px 70px;
    font-size: 1.5em;
    text-align: center;
    color: #000;
    text-decoration: none;
    font-family: 'lato', sans-serif;
    font-weight: 900;
    background: rgb(236,183,0);
    background: linear-gradient(0deg, rgba(236,183,0,1) 0%, rgba(252,255,0,1) 100%);
    background-image: linear-gradient(-50deg,  #ffffff 0%, rgba(252,255,0,1) 25%, rgba(252,255,0,1) 50%, rgba(252,255,0,1) 85%, #ffffff 100%);
    background-repeat: repeat-x;
    background-size: 800px 104px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    animation: shine 1.2s linear infinite;
}

@keyframes shine {
  0% {
    background-position: -380px 0;
  }
  100% {
    background-position: 400px 0;
  }
}

#multi .btn a:hover {
    transform: scale(1.1);
}

#multi .box-black {
    margin: 0 auto;
    text-align: center;
    padding: 14px 30px;
    background-color: rgba(0, 0, 0, .7);
    position: absolute;
    bottom: 50px;
    right: 0;
    left: 0;
}

#multi footer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.terms {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
    margin: 0 auto;
    text-align: center;
    background-color: #000;
    padding: 10px 60px;
}

.terms img {
    width: 200px;
}

.button-white{
    color: #fff;
    border: solid 1px #fff;
}

.button {
    font-size: 0.8em;
    text-transform: uppercase;
    padding: 6px 20px;
    cursor: pointer;
    text-align: center;
    max-width: 200px;
}

.button:hover {
    background-color: rgba(255, 255, 255, 0.5);
    font-weight: 900;
}

#termsInner {
    display: none;
    height: auto;
    font-size: 0.8em;
    color: #fff;
    padding: 8px 60px 20px;
    margin: 0 auto;
    text-align: center;
    background-color: #000;
  
}

.flex-terms {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
}

.flex-terms strong {
    color: #00e7d4;
}

#termsInner p {
    padding-bottom: 5px;
    margin: 0;
    text-align: center;
}

@media screen and (max-width: 1700px) {
    #multi .btn a {
        padding: 18px 40px;
    }
}

@media screen and (max-width: 1500px) {

    #multi .tittle {
        top: 90px;
    }

    #multi .tittle img {
        width: 90%;
    }

    #multi .bonus {
        padding: 15px 0;
    }

    #multi .box-green {
        margin-top: -70px;
    }

    #multi .box-purple {
        margin-top: -30px;
    }

    #multi .box-blue {
        margin-top: -98px;
    }
}

@media screen and (max-width: 1420px) {

    #multi p {
        font-size: 0.9em;
    }

    #multi .atlantis-flex {
        width: 90%;
    }

    #multi .temple-flex {
        width: 90%;
    }

    #multi .jungle-flex {
        width: 90%;
    }

    #multi .masks-atlantis {
        width: 70%;
        margin-top: -30px;
    }

    #multi .great-temple {
        width: 70%;
        margin-top: -36px;
    }

    #multi .bonus-jungle {
        width: 70%;
        margin-top: -70px;
    }

    #multi .box-green {
        margin-top: -60px;
    }

    #multi .box-blue {
        margin-top: -70px;
    }

    #multi .btn a {
        padding: 18px 38px;
        font-size: 1.3em;
    }
}

@media screen and (max-width: 1120px) {

    #multi p {
        font-size: 0.7em;
    }

    #multi .box-blue {
        margin-top: -60px;
        padding: 15px 20px;
    }

    #multi .box-green {
        margin-top: -52px;
        padding: 15px 20px;
    }

    #multi .box-purple {
        margin-top: -16px;
        padding: 15px 20px;
    }

    #multi .bonus {
        padding: 15px 0 10px;
    }

    #multi .btn a {
        padding: 16px 36px;
        font-size: 1.2em;
    }
}

@media screen and (max-width: 1050px) {

    #multi .btn a {
        padding: 12px 30px;
        font-size: 1em;
    }
}


@media screen and (max-width: 1000px) {

    #multi .buttons {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: 0 auto;
        position: absolute;
        top:40px;
        left: 0;
        right: 0;
        z-index: 1;
    }

     #multi .buttons img {
        max-width: 150px;
        width: 100%;
     }

     #multi .btn-jungle {
        padding: 2px 30px;
     }

     #multi .btn-temple {
        padding: 2px 30px;
     }

     #multi .btn-atlantis {
        padding: 2px 30px;
     }

    #multi .flexbox {
        flex-direction: column;
        position: relative;
    }

    #multi .tittle .desk {
        display: none;
    }

    #multi .tittle .mbl {
        margin: 0 auto;
        text-align: center;
        position: absolute;
        right: 0;
        left: 0;
        top: 50px;
        display: initial;
        z-index: 1;
    }

    #multi .tittle img {
        max-width: 800px;
        width: 70%;
    }

    #multi .atlantis {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

    #multi .temple {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

    #multi .jungle {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

    #multi .btn a {
        padding: 18px 50px;
        font-size: 1.5em;
    }

    #multi .masks-atlantis {
       display: none;
    }

    #multi .masks-atlantis-mbl {
        display: initial;
        width: 50%;
        margin-top: 10px;
    }

    #multi .box-blue {
        margin-top: -85px;
    }

    #multi .great-temple {
        display: none;
    }

    #multi .great-temple-mbl {
        display: initial;
        width: 50%;
        margin-top: 10px;
    }

    #multi .box-green {
        margin-top: -48px;
    }

    #multi .bonus-jungle {
        display: none;
    }

    #multi .bonus-jungle-mbl {
        display: initial;
        width: 50%;
        margin-top: 10px;
    }

    #multi .box-purple {
        margin-top: -44px;
    }



}


@media screen and (max-width: 750px) {

     #multi .logo {
        width: 120px;
    }

    #multi .buttons {
        top: 40px;
    }

    #multi .tittle .mbl {
        top: 20px;
    }

    #multi .masks-atlantis-mbl {
        width: 60%;
    }

    #multi .great-temple-mbl {
        width: 60%;
    }

    #multi .bonus-jungle-mbl {
        width: 60%;
    }

}

@media screen and (max-width: 650px) {

    #multi .tittle img {
        width: 90%;
    }

}

@media screen and (max-width: 500px) {

    #multi .masks-atlantis-mbl {
        margin-top: -20px;
        width: 60%;
    }

    #multi .box-blue {
        margin-top: -75px;
        width: 85%;
    }

    #multi .great-temple-mbl {
        margin-top: -60px;
        width: 60%;
    }

    #multi .box-green {
        margin-top: -44px;
        width: 85%;
    }

    #multi .bonus-jungle-mbl {
        margin-top: -60px;
        width: 60%;
    }

    #multi .box-purple {
        margin-top: -44px;
        width: 85%;
    }

    #multi .bonus {
        padding: 8px 0;
    }

    #multi .btn {
        margin-bottom: -35px;
    }

    #multi .btn a {
        padding: 12px 50px;
        font-size: 1.4em;
    }

    #multi .box-black {
        bottom: 76px;
    }

    .terms {
        flex-direction: column;
        row-gap: 5px;
    }

}

@media screen and (max-width: 450px) {


    #multi .box-blue {
        margin-top: -45px;
    }

    #multi .box-green {
        margin-top: -22px;
    }

    #multi .box-purple {
        margin-top: -10px;
    }

    #multi .btn a {
        padding: 12px 40px;
        font-size: 1.3em;
    }

}

@media screen and (max-width: 380px) {

     #multi .logo {
        width: 100px;
    }

    #multi .buttons {
        top: 40px;
    }

    #multi .tittle .mbl {
        top: 40px;
    }

    #multi .masks-atlantis-mbl {
        margin-top: -25px;
        width: 80%;
    }

    #multi .box-blue {
        padding: 8px 15px;
        margin-top: -64px;
    }

    #multi .great-temple-mbl {
        margin-top: -45px;
        width: 80%;
    }

    #multi .box-green {
        padding: 8px 15px;
        margin-top: -36px;
    }

    #multi .bonus-jungle-mbl {
        margin-top: -50px;
        width: 80%;
    }

    #multi .box-purple {
        padding: 8px 15px;
        margin-top: -32px;
    }

    #multi .box-white {
        padding: 8px;
        font-size: 1.3em;
    }

    #multi .box-black {
        padding: 12px 20px;
    }

    #multi .btn {
        margin-bottom: -30px;
    }

    #multi .btn a {
        padding: 10px 20px;
        font-size: 1em;
    }

}

@media screen and (max-width: 320px) {
    
    #multi .masks-atlantis-mbl {
        margin-top: -15px;
        width: 75%;
    }

    #multi .box-blue {
        margin-top: -34px;
    }

    #multi .great-temple-mbl {
        width: 75%;
    }

    #multi .box-green {
        margin-top: -18px;
    }

    #multi .bonus-jungle-mbl {
        margin-top: -35px;
        width: 75%;
    }

    #multi .box-purple {
        margin-top: -15px;
    }
}










