* {
    font-family: 'Inter', sans-serif;
}

/* .navbar {
    position: relative;
}


.navbar-brand {
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    max-width: 100%;
} */

* {
    font-family: 'Inter', sans-serif;
}

.text-bg-warning {
    color: rgb(19, 18, 18);
    background-color: #F79400 !important;
}

.btn-warning {
    background-color: #F79400 !important;
}

.btn-outline-warning {
    border-color: #F79400 !important;
}

.btn-outline-warning:hover {
    background-color: #F79400 !important;
}

.text-primary {
    color: #F79400 !important;
    font-weight: 700;
}

footer {
    font-size: smaller !important;
}

/* language */
.lang {
    position: absolute;
    right: 0;
    top: 25%;
}

.lang-en {
    width: 21%;
    height: 100%;
    left: -34%;
    position: absolute;
}

.lang-cn {
    width: 21%;
    height: 100%;
}

body {
    background: url(../img/body.jpg) no-repeat fixed;
    background-size: 100% 100%;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

li a {
    display: block;
    color: red;
    text-align: center;
    text-decoration: none;
}

li a:hover {
    color: rgb(212, 52, 52);
}



.number-pools {
    position: absolute;
    left: 30%;
    margin-top: 14%;
}

.number-pools-right {
    position: absolute;
    right: -15%;
    margin-top: 14%;
}

.overlay-text-right {
    position: absolute;
    color: white;
    right: -17%;
    margin-top: 10%;
    font-weight: bold;
}

.test {
    width: 70px;
    height: 70px;
    font-size: 60px;
}

.main-text {
    position: relative;
}

.main-text>img,
.overlay-text {
    position: absolute;
    left: 25%;
}

.overlay-text {
    color: white;
    left: 30%;
    margin-top: 10%;
    font-weight: bold;
}

.border-pools {
    border-bottom: 5px solid white !important;
}


.content-pools {
    display: inline-block;
    padding: 5px;
}

#main {
    background-color: #ffffff;
    padding: 3px;
    margin-top: 18%;
    border: 1px solid black;
}


/* mobile*/
@media screen and (max-width: 564px) {

    .main-text>img,
    .overlay-text {
        left: 0%;
    }

    .overlay-text {
        margin-top: 5%;
        margin-left: 2%;
        font-size: 14px;

    }

    .navbar-brand {
        transform: translateX(-50%);
        left: 60%;
        position: absolute;
        max-width: 100%;
        top: -30%;
    }

    .logo {
        width: 43%;
        height: 100%;
    }

    .header {
        height: 100%;
    }

    .number-pools {
        position: absolute;
        left: 2%;
        margin-top: 12%;
    }

    .number-pools-right {
        position: absolute;
        right: 2%;
        margin-top: 12%;
    }

    .overlay-text-right {
        position: absolute;
        color: white;
        right: 1%;
        margin-top: 6%;
        font-weight: bold;
        font-size: 11px;
    }

    #main {
        background-color: #ffffff;
        padding: 3px;
        margin-top: 30%;
        border: 1px solid black;
    }

    .header {
        height: 100%;
        width: 100%;
    }

    .lang-en {
        width: 14%;
        height: 57%;
        left: 36%;
        position: absolute;
    }

    .lang-cn {
        width: 15%;
        height: 77%;
        left: 57%;
        top: -25%;
        position: relative;
    }
}


.page-item.active .page-link {
    background-color: #F79400;
    border-color: #F79400;
    color: white;
}

.page-link {
    color: #F79400;
}

.page-link:focus,
.page-link:hover {
    color: black;
}

/* video embed */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}