@font-face {
    font-family: NotoSansRegular;
    font-weight: 400;
    src: url("../fonts/NotoSans-Regular.ttf");
}

@font-face {
    font-family: NotoSansMedium;
    font-weight: 500;
    src: url("../fonts/NotoSans-Medium.ttf");
}

@font-face {
    font-family: NotoSansSemiBold;
    font-weight: 600;
    src: url("../fonts/NotoSans-SemiBold.ttf");
}

@font-face {
    font-family: NotoSansBold;
    font-weight: 700;
    src: url("../fonts/NotoSans-Bold.ttf");
}

@font-face {
    font-family: NotoSansSCBlack;
    font-weight: 900;
    src: url("../fonts/NotoSansSC-Black.woff2");
}

.font-nt-regular {
    font-family: NotoSansRegular;
    font-weight: 400;
}

.font-nt-medium {
    font-family: NotoSansMedium;
    font-weight: 500;
}

.font-nt-semibold {
    font-family: NotoSansSemiBold;
    font-weight: 600;
}

.font-nt-bold {
    font-family: NotoSansBold;
    font-weight: 700;
}

.font-ntsc-black {
    font-family: NotoSansSCBlack;
    font-weight: 900;
}

.font-white-o40 {
    color: rgba(243, 246, 255, 0.4);
}

.font-white-o60 {
    color: rgba(243, 246, 255, 0.6);
}

.font-white-o80 {
    color: rgba(243, 246, 255, 0.8);
}

.font-white {
    color: rgba(243, 246, 255, 1);
}

.font-yellow-o80 {
    color: rgba(253, 187, 44, 0.8);
}

.font-yellow {
    color: rgba(253, 187, 44, 1);
}

body {
    margin: 0px;
    background: #000B26;
}

.joinnow-cta-btn {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: NotoSansBold;
    font-weight: 700;
    outline: none;
    border: 0px;
    color: #FDBB2C;
    background: rgba(253, 187, 44, 0.16);
    height: 39px;
    width: 188px;
    border-radius: 4px;
    margin-top: 15px;
}

.header-bg {
    width: 100vw;
    max-width: 1920px;
    height: 80px;
    background-color: #19264B;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.6);
    position: relative;
    margin: 0 auto;
}

.header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0px 20px;
}

.header-wrap img {
    height: 40px;
    width: auto;
    object-fit: contain;
    cursor: pointer;
}

.header-wrap .nav-bar {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
}

.header-wrap .nav-bar ul {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    margin: 0px;
}

.header-wrap .nav-bar ul li {
    list-style: none;
    font-family: NotoSansSemiBold;
    font-weight: 600;
    color: #EFF3FF;
    font-size: 13px;
    margin: 3px 10px 0px;
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 15px;
    border-bottom: 3px solid transparent;
}

.header-wrap .nav-bar ul li.active {
    border-bottom: 3px solid #FDBB2C;
}

.header-wrap .nav-bar .nav-btn,
.joinnow-popup-btn {
    outline: none;
    border: 0px;
    color: #000;
    background-color: #FDBB2C;
    border-radius: 5px;
    cursor: pointer;
    font-family: NotoSansBold;
    font-weight: 700;
    font-size: 14px;
}

.header-wrap .nav-bar .nav-btn {
    height: 40px;
    width: 120px;
    margin-left: 25px;
}

.joinnow-popup-btn {
    height: 50px;
    width: 350px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
}

.popup-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.popup-box {
    position: relative;
    width: calc(560px / 760* 800);
    height: 560px;
    padding: 2.5rem 20%;
    color: #FFF;
    background-image: url('../images/join-now-bg.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 1rem
}

#join-now-success-popup .popup-box {
    width: 500px;
    height: 250px;
    background-size: 100%;
}

#joinNowForm {
    width: 350px;
    margin: 0 auto;
}

.joinNowForm-inner-wrap {
    position: relative;
    margin-bottom: 1rem;
}

.joinNowForm-inner-wrap input,
.joinNowForm-inner-wrap select {
    width: 100%;
    height: 42px;
    padding: 0 16px;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.joinNowForm-inner-wrap select {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAYAAACaq43EAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADVSURBVEhL7ZVJDsIwDEUTyrBkxZId3AEuwKW5UleVKoEYwv+uCyQERLoILPIk1z+2a3dQG+ucM79gpD47ZXA2/mOwtXYK5+hhXH+yWV8rJycS3vGEB3xiR7iK+g1j1BxUyzmphINb3MGcAo3PcLFXUSF3otDaljqVWOMGDRcUGHCBs9QKfzi8IA5lTUM9hNhgUqPxkgKDrhIBvdZcTT0YNLtbhDXiHoitutQDhlPNX8TZIidAb7qQD1Op5m0SeISqXtjBWLiXVcBzj28pu1M2yuBMGHMDz46urejiZg8AAAAASUVORK5CYII=);
    background-position: 100%;
    background-repeat: no-repeat;
}

.joinNowForm-inner-wrap select option {
    color: #FFFFFF;
    background: #131D39;
    border-radius: 7px;
}

.joinNowForm-inner-wrap input::placeholder {
    color: rgba(243, 246, 255, 0.5);
}

.joinNowForm-inner-wrap .toggle-pwd {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.32);
    cursor: pointer;
}

.popup-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    background-image: url('../images/close-btn.png');
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.email-btn,
.email-btn:hover,
.email-btn:active,
.email-btn:visited {
    text-decoration: none;
    color: rgba(253, 187, 44, 1);
}

@media (max-width: 768px) {
    body {
        font-family: NotoSansMedium;
        font-weight: 500;
        color: rgba(243, 246, 255, 0.8);
    }

    .main {
        margin-top: 70px;
        margin-bottom: 55px;
        min-height: calc(100vh - 70px - 55px);
    }

    .text-left-md {
        text-align: left;
    }

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

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

    .padding {
        padding: 5rem;
    }

    #mySidenav {
        background-color: #000B26;
    }

    .sidebar-menu-title {
        font-family: NotoSansBold;
        font-weight: 700;
        font-size: 22px;
        line-height: 30px;
        color: #FFFFFF;
        border-bottom: 1px solid rgba(255, 255, 255, 0.22);
        display: flex;
        place-content: space-between;
        place-items: center;
        padding-bottom: 8px;
    }

    .nav-item {
        font-family: NotoSansMedium;
        font-weight: 500;
        color: #EFF3FF;
        font-size: 14px;
        margin: 30px 0px;
        cursor: pointer;
    }

    .nav-item.active {
        color: #FDBB2C;
    }

    .navbar-close-btn {
        color: #fff;
        outline: none;
        border: 0px;
        background-color: transparent;
        position: absolute;
        right: 15px;
        top: 15px;
        font-size: 24px;
    }

    /* popup */
    .popup-modal {
        background-color: rgba(0, 0, 0, 0.8);
    }

    .popup-box {
        width: 90vw !important;
        height: max-content !important;
        padding: 2rem 10%;
        background-image: url('../images/join-now-bg.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #131D39;
        color: #FFF;
        border-radius: 20px;
        border-radius: 1rem;
    }

    .popup-body {
        display: flex;
        justify-content: center;
    }

    #joinNowForm {
        width: 100%;
        margin-bottom: 14px;
    }

    .popup-close {
        top: 12px;
        right: 12px;
        width: 34px;
        height: 34px;
        background: url('../images/close-btn.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }

    /* start of mobile navbar */
    .navbar {
        max-width: 768px;
    }

    .navbar.nav-child {
        background: #FFFFFF;
        box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
        min-height: 60px !important;
    }

    .navbar.nav-child .title {
        font-weight: 700;
        font-size: 16px;
        line-height: 22px;
        text-align: center;
        color: #FFFFFF;
        text-transform: uppercase;
    }

    .navbar.nav-child img {
        max-width: 30px;
    }

    .navbar.fixed-top {
        background: #19264B;
        box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.6);
        min-height: 70px;
        padding: 0;
        left: auto;
        right: auto;
        width: 100%;
    }

    .navbar.fixed-top .text-animated {
        font-weight: 400;
        font-size: 10px;
        line-height: 14px;
        text-align: center;
        color: rgba(255, 255, 255, 0.5);
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        margin-bottom: 5px;
    }

    .navbar.fixed-top .text-animated .text-overflow {
        word-wrap: none;
        position: relative;
    }

    .navbar.fixed-top .content {
        display: flex;
        min-height: 50px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar.fixed-top .content .btn {
        min-width: auto;
        height: 28px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .navbar.fixed-top .content .btn.btn-language {
        border: 1px solid rgba(255, 255, 255, 0.36);
        border-radius: 5px;
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
        text-align: center;
        color: #FFFFFF;
        margin-right: 5px;
        width: 32px;
        padding-left: 3px;
        padding-right: 3px;
    }

    .navbar.fixed-top .content .btn.btn-currency {
        background: rgba(255, 255, 255, 0.1);
        border-radius: 5px;
        font-weight: 600;
        font-size: 12px;
        line-height: 16px;
        text-align: center;
        color: #FDBB2C;
        border-color: transparent;
        display: flex;
        place-content: center;
        place-items: center;
        padding-left: 8px;
        padding-right: 8px;
    }

    .navbar.fixed-top .content .btn.btn-currency img {
        margin-right: 5px;
    }

    .navbar.fixed-top .content .btn.btn-add {
        display: flex;
        place-content: center;
        place-items: center;
        width: 30px;
    }

    .navbar.fixed-top .content .btn.btn-login {
        font-weight: 700;
        font-size: 12px;
        line-height: 16px;
        text-align: center;
        color: #000000;
    }

    .navbar.fixed-top .content .btn.btn-login div {
        display: flex;
        place-content: center;
        place-items: center;
        height: 100%;
        gap: 5px;
    }

    .navbar.fixed-top .content #navMenu {
        min-width: auto;
        padding-left: 0;
        padding-right: 0;
        text-align: left;
        margin-left: -3px;
    }

    .navbar.fixed-top .content #navMenu:focus {
        box-shadow: none;
    }

    .navbar.fixed-top .content #navMenu img {
        width: 26px;
    }

    .navbar.fixed-top .content__customer_service {
        width: 80px;
        font-style: normal;
        display: flex;
        place-content: center;
        place-items: center;
        gap: 5px;
        font-weight: 500;
        font-size: 12px;
        line-height: 14px;
        color: #597EF7;
    }

    .navbar.fixed-top .content__customer_service img {
        width: 25px;
    }

    .navbar.fixed-top .content__logo {
        max-width: 117px;
    }

    .navbar.fixed-bottom {
        background: #19264B;
        box-shadow: 0px -3px 8px rgba(0, 0, 0, 0.6);
        left: auto;
        right: auto;
        width: 100%;
        padding: 0;
    }

    .navbar.fixed-bottom .content {
        display: flex;
        place-content: space-around;
        place-items: center;
        text-align: center;
    }

    .navbar.fixed-bottom .content .nav-item {
        min-height: 55px;
        min-width: 50px;
        text-decoration: none;
        display: flex;
        place-content: space-around;
        place-items: center;
        flex-direction: column;
        position: relative;
    }

    .navbar.fixed-bottom .content .nav-item .img {
        min-height: 15px;
        display: flex;
        place-content: center;
        place-items: center;
        width: 50px;
        margin: auto;
        margin-top: 10px;
    }

    .navbar.fixed-bottom .content .nav-item .img img {
        height: 17px;
    }

    .navbar.fixed-bottom .content .nav-item .img img.active {
        height: 27px;
        margin-top: -5px;
    }

    .navbar.fixed-bottom .content .nav-item .img .active {
        display: none;
    }

    .navbar.fixed-bottom .content .nav-item .text {
        font-weight: 400;
        font-size: 10px;
        line-height: 14px;
        text-align: center;
        color: rgba(255, 255, 255, 0.4);
        margin-bottom: 7px;
    }

    .navbar.fixed-bottom .content .nav-item.active .img img {
        display: none;
    }

    .navbar.fixed-bottom .content .nav-item.active .img img.active {
        display: block;
    }

    .navbar.fixed-bottom .content .nav-item.active .text {
        color: #FDBB2C;
    }

    .navbar.fixed-bottom .content .nav-item.active::after {
        position: absolute;
        content: "";
        top: 0;
        width: 25px;
        height: 3px;
        background: #FDBB2C;
        border-radius: 1.5px;
    }

    /* end of mobile navbar */
}