@font-face{
    font-family: segoe-bold;
    src: url("font/segoeuib.ttf");
}
@font-face{
    font-family: segoe;
    src: url("font/seguisb.ttf");
}
@font-face{
    font-family: telegrafico;
    src: url("font/telegrafico.ttf");
}
@font-face{
    font-family: myriad;
    src: url("font/MyriadPro-Regular.otf");
}

div{
    box-sizing: border-box;
}
body{
    background-color: #3270b8;
    font-size: 0;
}
body::-webkit-scrollbar{
    display: none;
}
.custom-navbar{
    margin-bottom: 0;
    height: 60px;
    background-color: #3270b8;
    border-bottom: solid 5px #fafafa;
    padding: 10px 5px;
    position: fixed;
    width: 100%;
    top: 0;
    font-size: 1.8rem;
    transition: all .375s ease;
    -webkit-transition: all .375s ease;
    z-index: 10000;
}
.custom-navbar.transparent{
    background-color: transparent;
    background-image: url('../images/overlay-home-top.png');
    background-size: contain;
    border: none;
}
.custom-navbar.transparent.back{
    background-color: #3270b8;
}
.custom-navbar .navbar-title{
    display: inline-block;
    float: right;
    line-height: 40px;
    width: 15%;
    -webkit-transition: all .375s ease;
    transition: all .375s ease;
}
.navbar-title .company-logo, .custom-navbar.transparent.back .navbar-title .company-logo{
    background-image: url("../images/stockastic-logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 100%;
    height: 40px;
    transition: all .375s ease;
}
.custom-navbar.transparent .navbar-title .company-logo{
    /*background-image: url("../images/stockastic-logo.png");*/
    background-image: none;
    background-size: contain;
}
.custom-navbar .button-container{
    position: fixed;
    left: 0;
    top: 60px;
    width: 80%;
    background-color: #ffffff;
    height: 100%;
    -webkit-transition: all ease .375s;
    transition: all ease .375s;
    overflow: hidden;
    transform: translate3d(-100%,0,0);
    -webkit-transform: translate3d(-100%,0,0);
}
.custom-navbar .button-container.expanded{
    height: 100%;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
}
.navbar-trigger{
    width: 12%;
    float: left;
    height: 40px;
    max-width: 40px;
    text-align: center;
    border-radius: 5px;
    margin: 0;
    padding: 0;
    font-size: 0;
    cursor: pointer;
    color: #424242;
}
.navbar-trigger .menu-trigger, .custom-navbar.transparent.back .navbar-trigger .menu-trigger{
    background: url("../images/icon-menu-white.png") no-repeat center;
    background-size: 90%;
    display: inline-block;
    width: 70%;
    height: 100%;
    transition: all ease .375s;
    -webkit-transition: all ease .375s;
    transform: rotate3d(0,0,1,180deg);
    -webkit-transform: rotate3d(0,0,1,180deg);
}
.transparent .navbar-trigger .menu-trigger{
    background: url("../images/icon-menu-white.png") no-repeat center;
    background-size: 90%;
}
.navbar-trigger.back .menu-trigger, .custom-navbar.transparent.back .navbar-trigger.back .menu-trigger{
    background: url("../images/icon-back-white.png") no-repeat center;
    background-size: 90%;
    transform: rotate3d(0,0,1,0deg);
    -webkit-transform: rotate3d(0,0,1,0deg);
}
.transparent .navbar-trigger.back .menu-trigger{
    background: url("../images/icon-back-white.png") no-repeat center;
    background-size: 90%;
}
.button-container ul{
    margin: 0;
    padding: 0;
}
.scrollto-button{
    cursor: pointer;
    list-style: none;
    font-family: segoe;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: solid 1px #aaaaaa;
    padding: 15px 0 15px 30px;
    margin: 0 20px;
    color: #3270b8;
}
.scrollto-button:hover{
    background-color: #ebeef0;
    color: #424242;
}

.button-container ul li {
    list-style-type: none;
}

.section{
    display: inline-block;
    width: 100%;
    background-size: cover;
    background-position: center top;
    padding: 80px 0 50px;
}
.section.full{
    min-height: 640px;
}
.section.short{
    min-height: 480px;
}
.section.tiny{
    min-height: 120px;
}
#sec1{
    background-image: url('../images/bg-home.jpg');
    position: relative;
    z-index: 100;
    overflow: hidden;
    padding-top: 0;
    min-height: 450px;
}
#sec1:after{
    content: "";
    width: 100%;
    position: absolute;
    height: 50px;
    background-image: url('../images/overlay-home-bottom.png');
    background-size: contain;
    left: 0;
    bottom: 0;
    z-index: 110;
}
.header-banner{
    text-align: center;
    position: relative;
    width: 100%;
    min-height: 640px;
}
.header-banner img{
    margin-top: 15%;
    width: 50%;
    transition: all .5s ease;
}
.header-banner .character{
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    padding-bottom: 100%;
    width: 0;
    left: 0;
    top: 70%;
    transform: translateY(-15%);
}
.header-banner .character.student{
    background-image: url('../images/character-1.png');
    width: 35%;
    left: 43%;
    top: 75%;
    z-index: 103;
}
.header-banner .character.pro-trader{
    background-image: url('../images/character-2.png');
    width: 32%;
    left: -10%;
    top: 77%;
    z-index: 105;
}
.header-banner .character.scholar{
    background-image: url('../images/character-3.png');
    width: 27%;
    left: 12%;
    top: 70%;
    z-index: 103;
}
.header-banner .character.ceo{
    background-image: url('../images/character-4.png');
    width: 60%;
    left: 12%;
    top: 71%;
    z-index: 106;
}
.header-banner .character.ins-trader{
    background-image: url('../images/character-5.png');
    width: 27%;
    left: 60%;
    top: 71%;
    z-index: 102;
}
.header-banner .character.entrepreneur{
    background-image: url('../images/character-6.png');
    width: 45%;
    left: 72%;
    top: 79%;
    z-index: 101;
}
#sec2{
    background-color: #3270b8;
    position: relative;
    padding-top: 0;
    padding-bottom: 25px;
}
#sec2:before{
    content: "";
    width: 100%;
    position: absolute;
    height: 55%;
    background-image: url('../images/graph-lightblue.png');
    transform: scaleY(-1);
    background-size: cover;
    left: 0;
    top: 0;
    z-index: 100;
}
.bg-icon-wrapper{
    display: flex;
    justify-content: space-evenly;
    z-index: 101;
    position: relative;
    padding-top: 25px;
}
.bg-icon{
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center;
    width: 25%;
    padding-bottom: 50%;
}
.bg-icon.age{
    background-image: url('../images/icon-age.png');
}
.bg-icon.player{
    background-image: url('../images/icon-players.png');
}
.bg-icon.time{
    background-image: url('../images/icon-time.png');
}
#sec3{
    padding-top: 0;
}
.about-title{
    font-size: 2rem;
    font-family: segoe-bold;
    color: #ffffff;
    width: auto;
    display: inline-block;
    text-align: left;
    margin-bottom: 20px;
}
.about-wrapper{
    font-size: 1.5rem;
    font-family: segoe;
    color: #fafafa;
    text-align: left;
    padding: 20px 10%;
    line-height: 25px;
    position: relative;
}
.about-wrapper .coin{
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    width: 10%;
    min-width: 50px;
    height: 10%;
    min-height: 50px;
}
.coin.one{
    background-image: url('../images/coin-1.png');
}
.coin.five{
    background-image: url('../images/coin-5.png');
}
.coin.ten{
    background-image: url('../images/coin-10.png');
}
.coin.fifty{
    background-image: url('../images/coin-50.png');
}
.coin.one:nth-child(1){
    left: -2%;
    top: -5%;
}
.coin.one:nth-child(2){
    right: -5%;
    top: 5%;
}
.coin.one:nth-child(3){
    right: -3%;
    bottom: 30%;
}
.coin.one:nth-child(4){
    right: -2%;
    bottom: 10%;
}
.coin.one:nth-child(5){
    left: 5%;
    bottom: -10%;
}
.coin.five:nth-child(6){
    right: 5%;
    bottom: -10%;
}
.coin.five:nth-child(7){
    right: -5%;
    bottom: 50%;
}
.coin.five:nth-child(8){
    left: -10%;
    top: 40%;
}
.coin.ten:nth-child(9){
    right: 5%;
    top: -5%;
}
.coin.ten:nth-child(10){
    left: -5%;
    bottom: 15%;
}
.coin.fifty:nth-child(11){
    top: 10%;
    left: -5%;
}
#sec4{
    background-image: url('../images/bg-texture-tile.jpg');
    background-size: 100%;
    background-position: bottom;
    position: relative;
    padding-top: 50px;
    padding-bottom: 100px;
}
#sec4:before{
    content: "";
    width: 100%;
    position: absolute;
    height: 15%;
    background-image: url('../images/graph-blue.png');
    transform: scaleY(-1);
    background-size: cover;
    left: 0;
    top: 0;
    z-index: 100;
}
.setup-wrapper{
    padding-top: 40px;
}
.setup-wrapper:before{
    content: "";
    width: 10%;
    position: absolute;
    height: 100%;
    background-image: url('../images/overlay-gamesetup-leftright.png');
    transform: scaleY(-1);
    background-size: contain;
    left: 0;
    top: 0;
    z-index: 90;
    opacity: .3;
}
.setup-wrapper:after{
    content: "";
    width: 10%;
    position: absolute;
    height: 100%;
    background-image: url('../images/overlay-gamesetup-leftright.png');
    transform: scaleY(-1);
    background-size: contain;
    right: 0;
    top: 0;
    transform: scaleX(-1);
    z-index: 90;
    opacity: .3;
}
.setup-layout{
    min-height: 275px;
    background-image: url("../images/game-setup.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    width: 90%;
}
.component-info{
    display: none;
}
.setup-text{
    text-align: center;
    margin: 0 auto;
    width: 85%;
    padding: 15px;
    border-radius: 15px;
    background-color: rgba(255,255,255,.7);
    color: #424242;
    font-size: 1.5rem;
    font-family: myriad;
    line-height: 22px;
}
#sec5{
    text-align: center;
    position: relative;
    padding-top: 25px;
}
#sec5:before{
    content: "How to Play";
    font-size: 3rem;
    font-family: segoe-bold;
    color: #f0f1f8;
    padding: 15px;
    width: 100%;
    position: absolute;
    height: 75px;
    background-image: url('../images/header-howtoplay.png');
    background-size: cover;
    background-position: center;
    left: 0;
    top: -50px;
    z-index: 100;
}
.play-step-wrapper{
    padding-bottom: 0;
}
.play-step-item{
    padding: 0 5%;
    margin: 50px auto 50px; 
    position: relative;
}
.play-step-title{
    font-size: 2rem;
    font-family: segoe-bold;
    color: #f0f1f8;
}
.play-step-text{
    background-color: #fceed2;
    border: solid 8px #f0f1f8;
    padding: 20px;
    border-radius: 15px;
    font-size: 1.6rem;
    font-family: myriad;
    line-height: 30px;
}
.turn-token{
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    width: 10%;
    min-width: 80px;
    height: 10%;
    min-height: 80px;
}
.turn-token.one{
    background-image: url("../images/turntoken-1.png");
    left: 15%;
    bottom: -45%;
}
.turn-token.two{
    background-image: url("../images/turntoken-2.png");
    left: 45%;
    bottom: -20%;
    transform: scale(0.8);
}
.turn-token.three{
    background-image: url("../images/turntoken-3.png");
    left: 55%;
    bottom: -30%;
    transform: scale(0.8);
}
.turn-token.four{
    background-image: url("../images/turntoken-4.png");
    right: 0%;
    bottom: -10%;
    transform: scale(0.8);
}
.turn-token.five{
    background-image: url("../images/turntoken-5.png");
    right: 5%;
    bottom: -45%;
    transform: scale(0.8);
}
.turn-token.six{
    background-image: url("../images/turntoken-6.png");
    right: 15%;
    bottom: -55%;
    transform: scale(0.7);
}
.share-card{
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    width: 15%;
    min-width: 120px;
    height: 10%;
    min-height: 80px;
    transition: all .5s ease;
}
.share-card.a{
    background-image: url("../images/share-1.png");
    left: 5%;
    bottom: -40%;
    transform: rotateZ(-25deg);
}
.share-card.b{
    background-image: url("../images/share-2.png");
    left: 15%;
    bottom: -50%;
    transform: rotateZ(-10deg);
}
.share-card.c{
    background-image: url("../images/share-3.png");
    left: 40%;
    bottom: -60%;
    transform: rotateZ(20deg);
}
.share-card.d{
    background-image: url("../images/share-4.png");
    right: 15%;
    bottom: -40%;
    transform: rotateZ(-20deg);
}
.share-card.e{
    background-image: url("../images/share-5.png");
    right: 0%;
    bottom: -60%;
    transform: rotateZ(-10deg);
}
.rumor-card-back{
    background-image: url("../images/rumor-back.jpg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    width: 10%;
    min-width: 80px;
    height: 15%;
    min-height: 120px;
    right: 30%;
    bottom: -50%;
    transform: rotateZ(40deg);
}
.event-card-back{
    background-image: url("../images/event-back.jpg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    width: 15%;
    min-width: 120px;
    height: 10%;
    min-height: 80px;
    left: 20%;
    bottom: -45%;
    transform: rotateZ(10deg);
}
.forecast-token{
    background-image: url("../images/forecast.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    width: 10%;
    min-width: 50px;
    height: 10%;
    min-height: 50px;
}
.forecast-token:nth-child(3){
    left: 10%;
    bottom: -55%;
    transform: rotateZ(-90deg);
}
.forecast-token:nth-child(4){
    left: 40%;
    bottom: -15%;
    transform: rotateZ(15deg);
}
.forecast-token:nth-child(5){
    right: 20%;
    bottom: -55%;
    transform: rotateZ(-30deg);
}
.player-model{
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
}
.player-model:nth-child(1){
    width: 35%;
    min-width: 100px;
    height: 55%;
    min-height: 200px;
    background-image: url("../images/character-6.png");
    left: 10%;
    bottom: -67%;
}
.player-model:nth-child(2){
    width: 25%;
    min-width: 100px;
    height: 55%;
    min-height: 200px;
    background-image: url("../images/character-2.png");
    right: 15%;
    bottom: -62%;
}
.coin-cluster{
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
}
.coin-cluster:nth-child(1){
    width: 40%;
    min-width: 100px;
    height: 40%;
    min-height: 100px;
    background-image: url("../images/coin-cluster-1.png");
    left: 10%;
    bottom: -30%;
}
.coin-cluster:nth-child(2){
    width: 40%;
    min-width: 100px;
    height: 40%;
    min-height: 100px;
    background-image: url("../images/coin-cluster-2.png");
    right: 10%;
    bottom: -30%;
}
#sec6{

}
.character-wrapper{

}
.character-title{
    font-size: 2rem;
    font-family: segoe-bold;
    color: #f0f1f8;
    text-align: center;
}
.character-slider{
    min-height: 200px;
    background-color: #f0f1f8;
    margin: 20px auto 0;
    width: 100%;
    display: flex;
}
.character-preview-toggle{
    flex-grow: 1;
    background-size: 200%;
    background-position: center 15%;
    background-repeat: no-repeat;
    cursor: pointer;
}
.character-preview-toggle.student{
    background-image: url("../images/char-cut-1.jpg");
}
.character-preview-toggle.student:hover{
    background-image: url("../images/char-cut-1-hover.jpg");
}
.character-preview-toggle.pro-trader{
    background-image: url("../images/char-cut-2.jpg");
}
.character-preview-toggle.pro-trader:hover{
    background-image: url("../images/char-cut-2-hover.jpg");
}
.character-preview-toggle.scholar{
    background-image: url("../images/char-cut-3.jpg");
}
.character-preview-toggle.scholar:hover{
    background-image: url("../images/char-cut-3-hover.jpg");
}
.character-preview-toggle.ceo{
    background-image: url("../images/char-cut-4.jpg");
}
.character-preview-toggle.ceo:hover{
    background-image: url("../images/char-cut-4-hover.jpg");
}
.character-preview-toggle.ins-trader{
    background-image: url("../images/char-cut-5.jpg");
}
.character-preview-toggle.ins-trader:hover{
    background-image: url("../images/char-cut-5-hover.jpg");
}
.character-preview-toggle.entrepreneur{
    background-image: url("../images/char-cut-6.jpg");
}
.character-preview-toggle.entrepreneur:hover{
    background-image: url("../images/char-cut-6-hover.jpg");
}
.character-text{
    color: #f0f1f8;
    padding: 10px 20px;
    font-size: 1.4rem;
    font-family: segoe;
    line-height: 25px;
}
#sec7{
    background-color: #ffffff;
    color: #424242;
}
.event-wrapper{
    text-align: center;
}
.event-title{
    color: #3270b8;
    font-family: segoe-bold;
    font-size: 3rem;
    text-transform: uppercase;
}
.event-text{
    padding: 10px 20px;
    color: #424242;
    font-family: segoe;
    font-size: 1.5rem;
}
.event-slider{
    margin: 20px auto 0;
    width: 90%;
    position: relative;
}
.fp-controlArrow{
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 50%;
    border: none;
    width: 5%;
    min-width: 50px;
    height: 5%;
    min-height: 50px;
}
.fp-controlArrow.fp-next{
    background-image: url("../images/button-right.png");
    right: -5%;
}
.fp-controlArrow.fp-prev{
    background-image: url("../images/button-left.png");
    left: -5%;
}
.event-slider img{
    width: 80%;
}
#sec8{
    background-color: #ffffff;
    color: #424242;
}
.rumor-wrapper{
    text-align: center;
}
.rumor-title{
    color: #3270b8;
    font-family: segoe-bold;
    font-size: 3rem;
    text-transform: uppercase;
}
.rumor-text{
    padding: 10px 20px;
    color: #424242;
    font-family: segoe;
    font-size: 1.5rem;
}
.rumor-slider{
    margin: 20px auto 0;
    width: 90%;
    position: relative;
}
.rumor-slider img{
    width: 60%;
}
#sec9{
    background-color: #ffffff;
    color: #424242;
    position: relative;
    padding-bottom: 120px;
}
#sec9:after{
    content: "";
    width: 100%;
    position: absolute;
    height: 100px;
    background-image: url('../images/graph-blue.png');
    background-size: cover;
    left: 0;
    bottom: 0;
    z-index: 110;
}
.rules-wrapper{
    text-align: center;
}
.rules-title{
    color: #3270b8;
    font-family: segoe-bold;
    font-size: 3rem;
    text-transform: uppercase;
}
.rules-text{
    color: #424242;
    font-family: segoe;
    font-size: 1.6rem;
}
.faq-container{
    border-radius: 25px;
    background-color: #ffffff;
    border: solid 15px #3270b8;
    margin: 20px auto 0;
    width: 90%;
}
.faq-item{
    font-size: 1.7rem;
    color: #424242;
    padding: 10px;
}
.faq-item:nth-child(even){
    background-color: #f0f1f8;
}
.faq-item:last-child{
    border-radius: 0 0 15px 15px;
}
.faq-question{
    font-family: segoe-bold;
}
.faq-answer{
    font-family: segoe;
}

.footer{
    min-height: 250px;
    display: inline-block;
    width: 100%;
    background-color: #3270b8;
}
.footer-logo{
    width: 100%;
    text-align: center;
    margin: 30px 0;
}
.footer-logo img{
    max-width: 100px;
}
.footer-copy{
    color: #f1f0f8;
    font-family: telegrafico;
    font-size: 1.8rem;
    text-align: center;
    width: 100%;
    margin-bottom: 25px;
}
.footer-prime-text{
    font-size: 2rem;
    margin-bottom: 25px;
}
.footer-lesser-text{
    font-size: 1.3rem;
}
.sosmed-container{
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.sosmed-item{
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 5px 10px 50px;
    cursor: pointer;
}
.sosmed-item.facebook{
    background: url('../images/icon-fb.png') no-repeat center;
    background-size: 100%;
}
.sosmed-item.facebook:hover{
    background: url('../images/icon-fb-hover.png') no-repeat center;
    background-size: 100%;
}
.sosmed-item.twitter{
    background: url('../images/icon-tw.png') no-repeat center;
    background-size: 100%;
}
.sosmed-item.twitter:hover{
    background: url('../images/icon-tw-hover.png') no-repeat center;
    background-size: 100%;
}
.sosmed-item.instagram{
    background: url('../images/icon-ig.png') no-repeat center;
    background-size: 100%;
}
.sosmed-item.instagram:hover{
    background: url('../images/icon-ig-hover.png') no-repeat center;
    background-size: 100%;
}

.bx-wrapper{
    width: 80%;
    margin-top: 20px;
}
.bx-wrapper .bx-viewport{
    left: 0;
}
.bx-wrapper .bx-prev{
    left: -10px;
}
.bx-wrapper .bx-next{
    right: -10px;
}
.popup-overlay{
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000;
    padding: 25% 10%;
    top: 0;
    left: 0;
    text-align: center;
}
.popup-overlay img{
    width: 100%;
}

@media (min-width:768px){
    .custom-navbar{
        height: 80px;
        padding: 10px;
    }
    .custom-navbar.transparent{
        background-color: transparent;
    }
    .custom-navbar .navbar-title{
        display: inline-block;
        line-height: 40px;
        width: 10%;
        -webkit-transition: all .375s ease;
        transition: all .375s ease;
        vertical-align: top;
    }
    .custom-navbar .navbar-title .company-logo{
        background-image: url("../images/stockastic-logo-outline.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        display: inline-block;
        width: 100%;
        height: 40px;
        transition: all .375s ease;
    }
    .custom-navbar.transparent .navbar-title .company-logo{
        /*background-image: url("../images/stockastic-logo-outline.png");*/
        background-image: none;
        background-size: contain;
    }
    .navbar-trigger{
        display: none;
    }
    .custom-navbar .button-container{
        width: 90%;
        display: inline-block;
        vertical-align: top;
        top: 0;
        background-color: transparent;
        padding: 10px;
        height: auto;
        line-height: 55px;
        transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
    }
    .custom-navbar .button-container.expanded{
        height: auto;
    }
    .button-container ul{
        text-transform: uppercase;
        color: #424242;
        font-weight: bold;
    }
    .transparent .button-container ul{
        color: #fafafa;
    }
    .scrollto-button{
        display: inline-block;
        margin: 0 20px;
        font-size: 1.6rem;
        border-bottom: none;
        padding: 0 20px;
        color: #fafafa;
    }
    .scrollto-button.left{
        float: left;
    }
    .scrollto-button.right{
        float: right;
    }
    .scrollto-button:hover{
        border-bottom: solid 5px #424242;
        padding-bottom: 5px;
        background-color: #fafafa;
        color: #424242;
    }
    .scrollto-button:nth-child(1):hover{
        border-bottom: solid 5px #424242;
    }
    .scrollto-button:nth-child(2):hover{
        border-bottom: solid 5px #1e84e1;
    }
    .scrollto-button:nth-child(3):hover{
        border-bottom: solid 5px #e11e84;
    }
    .scrollto-button:nth-child(4):hover{
        border-bottom: solid 5px #84e11e;
    }
    .scrollto-button:nth-child(5):hover{
        border-bottom: solid 5px #ff8f00;
    }
    .transparent .scrollto-button:hover{
        color: #424242;
        border-bottom: none;
        background-color: transparent;
    }
    body::-webkit-scrollbar{
    }    

    .section{
        padding: 50px 10% 50px;
    }
    #sec1, #sec2, #sec3, #sec4, #sec5, #sec6, #sec7, #sec8, #sec9, .footer{
        position: relative;
    }
    #sec1{
        background-position: bottom;
    }
    .bg-icon-wrapper{
        padding: 50px 25%;
    }
    .about-wrapper{
        padding: 50px 25%;
    }
    .about-title{
        font-size: 3rem;
    }
    .about-text{
        font-size: 2rem;
    }
    .header-banner img{
        width: 20%;
        margin-top: 5%;
    }
    .character{
        transition: all .5s ease;
        transform: scale(.6) translateY(-45%);
    }
    .character-hovered{
        transform: scale(.7) translateY(-50%);
        z-index: 200;
    }
    .about-wrapper .coin{
        transition: all .5s ease;
        width: 30%;
        height: 30%;
    }
    .setup-text{
        padding: 5%;
        font-size: 2rem;
        line-height: 40px;
    }
    .setup-wrapper, .event-wrapper, .rumor-wrapper, .character-wrapper{
        padding-top: 50px;
    }
    .setup-layout{
        min-height: 600px;
        margin-top: 50px;
        position: relative;
    }
    .component-info{
        display: block;
        position: absolute;
        width: 30px;
        height: 30px;
        left: 0;
        top: 0;
        cursor: pointer;
        border-radius: 50%;
        background-image: url('../images/info-icon.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .component-info span{
        font-size: 0;
        display: none;
    }
    .component-info:hover span{
        font-size: 1.6rem;
        color: #f0f1f8;
        display: block;
        background-color: #3270b8;
        min-width: 150px;
        width: 100%;
        padding: 10px;
        font-family: segoe;
        border-radius: 10px;
        transform: translate(30px, -15px);
        text-align: center;
    }
    .comp-forecast{
        left: 18%;
        top: 6%;
    }
    .comp-coin-reserve{
        left: 80%;
        top: 5%;
    }
    .comp-event{
        left: 36%;
        top: 10%;
    }
    .comp-rumor{
        left: 58%;
        top: 10%;
    }
    .comp-player-area{
        left: 78%;
        top: 86%;
    }
    .comp-stock-card{
        left: 78%;
        top: 40%;
    }
    .comp-turn-token{
        left: 61%;
        top: 72%;
    }
    .comp-turn-tracker{
        left: 38%;
        top: 20%;
    }
    .comp-company-board{
        left: 39%;
        top: 46%;
    }
    #sec4:before{
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom;
        top: -3px;
    }
    #sec5{
        padding-top: 50px;
    }
    #sec5:before{
        background-size: cover;
        background-repeat: no-repeat;
        height: 100px;
        top: -100px;
        background-position: top;
        padding: 40px;
        font-size: 4rem;
    }
    .play-step-item{
        padding: 0;
        margin: 25px auto;
    }
    .play-step-title{
        font-size: 3rem;
    }
    .play-step-text{
        padding: 3%;
        font-size: 2rem;
        text-align: left;
        margin-top: 20px;
    }
    .play-step-wrapper{
        margin: 0;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .play-step-wrapper:nth-child(odd) .play-step-title{
        text-align: left;
    }
    .play-step-wrapper:nth-child(even) .play-step-title{
        text-align: right;
    }
    .play-step-wrapper:nth-child(odd) .play-step-text{
        padding-right: 30%;
    }
    .play-step-wrapper:nth-child(even) .play-step-text{
        padding-left: 30%;
    }
    .play-step-wrapper:nth-child(9) .play-step-title{
        text-align: center;
    }
    .play-step-wrapper:nth-child(9) .play-step-text{
        padding-left: 20%;
        padding-right: 20%;
    }

    .turn-token{
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        position: absolute;
        width: 30%;
        min-width: 80px;
        height: 30%;
        min-height: 80px;
        transition: all .5s ease;
    }
    .turn-token.one{
        background-image: url("../images/turntoken-1.png");
        left: 65%;
        bottom: 25%;
        transform: scale(1.3);
    }
    .turn-token.two{
        background-image: url("../images/turntoken-2.png");
        left: 73%;
        bottom: 50%;
        transform: scale(0.9) rotateZ(15deg);
    }
    .turn-token.three{
        background-image: url("../images/turntoken-3.png");
        left: 77%;
        bottom: 40%;
        transform: scale(0.9) rotateZ(35deg);
    }
    .turn-token.four{
        background-image: url("../images/turntoken-4.png");
        left: 84%;
        bottom: 56%;
        transform: scale(0.9) rotateZ(-15deg);
    }
    .turn-token.five{
        background-image: url("../images/turntoken-5.png");
        left: 80%;
        bottom: 5%;
        transform: scale(0.9) rotateZ(-25deg);
    }
    .turn-token.six{
        background-image: url("../images/turntoken-6.png");
        left: 75%;
        bottom: -5%;
        transform: scale(0.9) rotateZ(60deg);
    }
    .share-card{
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        position: absolute;
        width: 15%;
        min-width: 120px;
        height: 10%;
        min-height: 80px;
    }
    .share-card.a{
        background-image: url("../images/share-1.png");
        left: 5%;
        bottom: 20%;
        transform: rotateZ(-25deg);
    }
    .share-card.b{
        background-image: url("../images/share-2.png");
        left: 15%;
        bottom: 20%;
        transform: rotateZ(-10deg);
    }
    .share-card.c{
        background-image: url("../images/share-3.png");
        left: 0%;
        bottom: 10%;
        transform: rotateZ(20deg);
    }
    .share-card.d{
        background-image: url("../images/share-4.png");
        left: -5%;
        bottom: 30%;
        transform: rotateZ(-20deg);
    }
    .share-card.e{
        background-image: url("../images/share-5.png");
        left: 0%;
        bottom: -15%;
        transform: rotateZ(-10deg);
    }
    .rumor-card-back{
        transition: all .5s ease;
        background-image: url("../images/rumor-back.jpg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        position: absolute;
        width: 40%;
        min-width: 80px;
        height: 60%;
        min-height: 120px;
        left: 70%;
        bottom: 20%;
        transform: rotateZ(40deg);
    }
    .event-card-back{
        transition: all .5s ease;
        background-image: url("../images/event-back.jpg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        position: absolute;
        width: 60%;
        min-width: 120px;
        height: 40%;
        min-height: 80px;
        left: 45%;
        bottom: 25%;
        transform: rotateZ(10deg);
    }
    .forecast-token{
        background-image: url("../images/forecast.png");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        position: absolute;
        width: 10%;
        min-width: 50px;
        height: 10%;
        min-height: 50px;
        transition: all .5s ease;
    }
    .forecast-token:nth-child(3){
        left: 75%;
        bottom: 50%;
        transform: rotateZ(-90deg);
    }
    .forecast-token:nth-child(4){
        left: 65%;
        bottom: 15%;
        transform: rotateZ(15deg);
    }
    .forecast-token:nth-child(5){
        left: 90%;
        bottom: 25%;
        transform: rotateZ(-30deg);
    }
    .player-model{
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        position: absolute;
        transition: all .5s ease;
    }
    .player-model:nth-child(1){
        width: 15%;
        min-width: 100px;
        height: 45%;
        min-height: 200px;
        background-image: url("../images/character-6.png");
        left: 0%;
        bottom: -5%;
        transform: scaleX(-1);
    }
    .player-model:nth-child(2){
        width: 10%;
        min-width: 100px;
        height: 45%;
        min-height: 200px;
        background-image: url("../images/character-2.png");
        left: 15%;
        bottom: -5%;
        transform: scaleX(-1);
    }
    .coin-cluster{
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        position: absolute;
        transition: all .5s ease;
    }
    .coin-cluster:nth-child(1){
        width: 20%;
        min-width: 100px;
        height: 80%;
        min-height: 100px;
        background-image: url("../images/coin-cluster-1.png");
        left: -5%;
        bottom: 0%;
    }
    .coin-cluster:nth-child(2){
        width: 25%;
        min-width: 100px;
        height: 80%;
        min-height: 100px;
        background-image: url("../images/coin-cluster-2.png");
        right: -5%;
        bottom: 0%;
    }

    .zoomed{
        transform: scaleX(-1.2) ScaleY(1.2) !important;
        z-index: 200;
    }

    .character-slider{
        min-height: 400px;
    }
    .character-preview-toggle{
        background-size: 115%;
        background-position: center 15%;
    }
    .popup-overlay{
        padding: 10% 35%;
    }
    .event-slider img{
        width: 60%;
    }
    .rumor-slider img{
        width: 40%;
    }
    .faq-container{
        text-align: left;
    }
    .faq-item:hover{
        background-color: #1daf69;
        cursor: pointer;
        color: #ffffff;
    }
    .faq-item:last-child{
        border-radius: 0 0 10px 10px;
    }
    .faq-item:first-child{
        border-radius: 10px 10px 0 0;
    }
    .sosmed-container{
        width: 25%;
    }
}

@media (min-width:1600px){
    .section{
        padding: 50px 25% 50px;
    }
    #sec1, #sec2, #sec3, #sec4, #sec5, #sec6, #sec7, #sec8, #sec9, .footer{
        padding-left: 25%;
        padding-right: 25%;
        position: relative;
    }
    .header-banner img{
        display: block;
        position: absolute;
        right: -40%;
        top: -15%;
        margin: 0;
    }
    .character{
        transition: all .5s ease;
        transform: scale(.7) translateY(-35%);
    }
    .character-hovered{
        transform: scale(.8) translateY(-40%);
    }
    #sec4{
        padding-bottom: 150px;
    }
    #sec4:before{
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
    }
    #sec5:before{
        background-size: cover;
        background-repeat: no-repeat;
        height: 150px;
        top: -150px;
        background-position: top;
        padding: 60px;
        font-size: 5rem;
    }
    #sec9:after{
        background-size: contain;
    }
    .character-preview-toggle{
        background-size: 112%;
        background-position: center 10%;
    }
    .popup-overlay{
        padding: 10% 40%;
    }
}
