@font-face {
    font-family: Nunito;
    src: url(../assets/fonts/Nunito/Nunito-Regular.ttf);
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: Nunito;
    src: url(../assets/fonts/Nunito/Nunito-Bold.ttf);
    font-style: normal;
    font-weight: bold;
    font-display: swap;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.example::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.example {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

body {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
}

#main {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1920px;
    min-width: 375px;
    min-height: 100vh;
    overflow: hidden;
    background-image: url(/assets/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin: 0 auto;
}

#appIconsBanner {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: -10;
}

#kooGames {
    position: relative;
    padding-top: 3.5rem;
    background-color: transparent;
    background-image: url(../assets/app_icons.png);
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
}

#mainBanner {
    position: relative;
    width: 100%;
    padding: 1rem;
    background-color: #e6fbff;
}

#mainLogo {
    display: block;
    margin: 0 auto;
    max-width: 709px;
    width: 99%;
    min-width: 350px;
}

#comingSoon {
    display: block;
    margin: 0 auto;
    width: 50%;
    max-width: 351px;
}

#kooverseLogo {
    display: block;
    margin: 0 auto;
    width: 50%;
    max-width: 1021px;
}

.text-center {
    text-align: center;
}

#playOurGames {
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
    font-family: Nunito, 'Courier New', Courier, monospace;
    color: #ff7900;
    font-size: 3rem;
}

.koo-games-iframe {
    background-color: #fff;
    display: block;
    margin: 0 auto;
    width: 80% !important;
    border-radius: 10rem;
}