@font-face {
    font-family: 'Prompt';
    src: url("/assets/fonts/prompt/prompt-regular.woff2") format("woff2"), url("/assets/fonts/prompt/prompt-regular.woff") format("woff"), url("/assets/fonts/prompt/Prompt-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Prompt';
    src: url("/assets/fonts/prompt/prompt-semibold-webfont.woff2") format("woff2"), url("/assets/fonts/prompt/prompt-semibold-webfont.woff") format("woff"), url("/assets/fonts/prompt/Prompt-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

body {
    background-color: #000;
    color: whitesmoke;
    font-family: "Prompt", sans-serif;
}

.navbar {
    background-color: #000;
    border-bottom: 1px solid #fedd79;
    box-shadow: 0px 2px 8px 2px rgb(168, 122, 60);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2024;
}

.navbar-expand-lg {
    flex-direction: column;
}

.navbar-brand {
    height: 75px;
    margin-right: 0;
    margin: 15px 0;
}

.navbar-brand img {
    height: 100%;
    width: auto;
}

.navbar-nav {
    width: 100%;
    align-items: center;
    justify-content: center;
}

.navbar-nav {
    margin-bottom: 7.5px;
}

.navbar-nav .nav-item {
    border-radius: 3.75px;
    margin: 0 3.75px;
    padding: 2px;
    transition: all 0.3s ease-in-out;
}

.navbar-nav .nav-item .nav-link {
    color: whitesmoke;
    border-radius: 3.75px;
    background: #000;
    min-width: 100px;
    transition: all 0.3s ease-in-out;
    text-align: center;
}

.navbar-nav .nav-item .nav-link i {
    /* display: none; */
}

.navbar-nav .nav-item .btn {
    min-width: 150px;
}

.navbar-nav .nav-item:hover .nav-link,
.navbar-nav .nav-item:focus .nav-link,
.navbar-nav .nav-item.active .nav-link {
    background: transparent;
    color: #ffc74e;
}

.main-content {
    margin-top: 210px;
}

.page-title {
    background: linear-gradient(to right, black, rgba(255, 193, 7, 0.5), rgba(255, 193, 7, 0.8), rgba(255, 193, 7, 0.5), black);
    padding: 7.5px 30px;
    text-align: center;
    font-size: 22px;
    margin-top: 15px;
    text-shadow: 0px 2px 3px #eed062;
    display: flex;
    color: #000000;
    align-items: baseline;
    justify-content: center;
    font-size: 28px;
    background: linear-gradient(90deg, #000000 0, #fdcd60 25%, #f3bb3d 50%, #f5c75de8 75%, #000000);
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
}

.title-bar {
    background: linear-gradient(90deg, #daa43e 0, #eab647 25%, #fcdf88 50%, #ffd57740 75%, #eec46500) !important;
    padding: 7.5px 30px;
    text-shadow: 0px 0px 1px #333;
    margin-bottom: 30px;
    font-size: 20px;
    border-radius: 3.75px;
    display: flex;
    align-items: center;
    color: #000;
}

footer {
    position: relative;
    padding: 15px 0;
}

footer .nav {
    padding: 15px;
    justify-content: center;
    align-items: baseline;
}

footer .nav.nav-vendor {
    align-items: center;
    justify-content: space-around;
}

footer .nav.page-title {
    background: none;
    color: #ffc107;
    font-size: 38px;
    background: linear-gradient(90deg, #976a36 0, #d4a54d 25%, #fcdf88 50%, #ffd577 75%, #eec465);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

footer a {
    color: gray;
    text-decoration: none;
}

footer a:hover {
    color: whitesmoke;
    text-decoration: none;
}

footer:before {
    content: '';
    position: absolute;
    top: 0;
    height: 2px;
    width: 100%;
    background: linear-gradient(270deg, rgba(184, 146, 71, 0) 0, #fad071 50%, #fcd273 75%, rgba(62, 37, 29, 0));
}

.nav-vendor img {
    height: 30px;
    width: auto;
    margin: 0 3.75px 7.5px;
}

.text {
    text-indent: 30px;
    margin-bottom: 15px;
}

.text-italic {
    font-style: italic;
}

.logo-inline {
    height: 25px;
    width: auto;
    margin: 0 15px;
    filter: drop-shadow(2px 2px 2px black);
}

.logo-inline.logo-1x {
    height: 35px;
}

.text-warning {
    color: #000000!important;
}

.login-logo {
    width: 80%;
    background: #000;
    padding: 12px;
    border-radius: 5px;
}

.iframe-container {
    height: 75vh;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.iframe-container iframe {
    height: 100%;
    width: 100%;
}

.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 30px 0 0;
}

.flex-container.game-list,
.flex-container.promotion-card {
    justify-content: space-around;
}

.flex-container.login {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.flex-item {
    min-width: 22.5%;
    max-width: 22.99999%;
    margin: 0 7.5px 15px;
    padding: 0 7.5px 15px;
}

.flex-item .game-item {
    width: 100%;
}

.flex-item .game-item img {
    width: 100%;
    height: auto;
}

.game-item {
    background-image: linear-gradient(90deg, #9f7239 0, #d6a850 25%, #fae0a3 50%, #eaca85 75%, #f3c86a);
    padding: 3px;
    border-radius: 3.75px;
    cursor: pointer;
    position: relative;
}

.game-item img {
    border-radius: 3.75px;
}

.btn {
    border-radius: 50px;
}

.btn-warning {
    color: #eec465;
    background: #000;
    border-color: #eec465;
}

.btn-secondary {
    color: #1c1817;
    background-image: linear-gradient(90deg, #976a36 0, #d4a54d 25%, #fcdf88 50%, #ffd577 75%, #eec465) !important;
    border-color: #ffde79;
}

.btn-danger {
    color: #eec465;
    background-color: #000000;
    border-color: #eec465;
    padding: 7px;
    box-shadow: none !important;
}

.text-head .text-primary {
    font-size: 35px;
    background: linear-gradient(90deg, #976a36 0, #d4a54d 25%, #fcdf88 50%, #ffd577 75%, #eec465);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hot-gaming-icon {
    position: absolute;
    width: auto;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #976a36 0, #d4a54d 25%, #fcdf88 50%, #ffd577 75%, #eec465) !important;
    border: 1px solid #ffde79;
    padding: 6px 16px;
    line-height: 14px;
    border-radius: 15px;
    box-shadow: 5px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.hot-gaming-icon span {
    font-size: 12px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    text-transform: uppercase;
    animation: flash 1.2s infinite;
}

.promotion-card {
    min-width: calc((100% / 2) - 15px);
    max-width: calc((100% / 2) - 15px);
    padding: 0 3.75px;
    margin: 7.5px 7.5px 15px;
    text-align: center;
    font-size: 22px;
    transition: all 0.3s ease-in-out;
}

.promotion-card .card-wrapper {
    width: 100%;
    margin-bottom: 15px;
    background-image: linear-gradient(90deg, #976a36 0, #d4a54d 25%, #fcdf88 50%, #ffd577 75%, #eec465) !important;
    padding: 3.75px;
}

.promotion-card .card-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 3.75px;
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}

.promotion-card:hover,
.promotion-card:focus {
    color: #ffffff;
}

.promotion-card:hover .card-wrapper img,
.promotion-card:focus .card-wrapper img {
    transform: scale(0.95);
}

#bannerSlide {
    margin-bottom: 30px;
}

#bannerSlide .carousel-indicators {
    margin-bottom: 0;
    flex-direction: column;
    height: 100%;
    left: initial;
    margin-right: 7.5px;
    margin-left: 0;
    bottom: 0;
}

#bannerSlide .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin-bottom: 3.75px;
}

#bannerSlide .carousel-indicators li.active {
    background-color: #ffc107;
}

.swiper-container {
    margin-bottom: 30px;
    padding: 0;
}

.swiper-container .swiper-wrapper {
    height: auto;
}

.swiper-container .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
}

.swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
}

.slide-item {
    background: rgb(0, 0, 0);
    border-radius: 7.5px;
    border: 2px solid #fedd79;
    padding: 7.5px 15px;
    /* background-image: linear-gradient(90deg, #9f7239 0, #d6a850 25%, #fae0a3 50%, #eaca85 75%, #f3c86a);
    padding: 3px; */
}

.slide-item img {
    filter: drop-shadow(0px 0px 0px whitesmoke);
}

.login-form {
    width: 30%;
    margin: 30px auto;
}

.login-form {
    padding: 30px 15px;
    margin: 7.5px 0;
    border-radius: 3.75px;
    box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.5);
    background: #232526;
    background: -webkit-linear-gradient(to right top, #414345, #232526);
    background: linear-gradient(90deg, #976a36 0, #d4a54d 25%, #fcdf88 50%, #ffd577 75%, #eec465) !important;
}

.form-control {
    border: 1px solid #deb45c;
}

.carousel-inner {
    border-bottom: 3px solid #c49c52;
}

.login-form .login-form img {
    height: 60px;
    width: auto;
    display: block;
    margin: 0 auto 15px;
    filter: drop-shadow(2px 4px 6px black);
}

.login-form .btn-login {
    margin-bottom: 15px;
}

.login-form .btn {
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
}

.login-form .btn.flex-grow-1 {
    width: 50%;
}

.login-form .form-control {
    margin-bottom: 7.5px;
}

.hide-desktop {
    display: none;
}

.hide-mobile {
    display: block;
}

@media (max-width: 991px) {
    .hide-desktop {
        display: block;
    }
    .hide-mobile {
        display: none;
    }
    .navbar-nav {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        margin-bottom: 0;
    }
    .navbar {
        position: relative;
        box-shadow: none;
    }
    .navbar .container {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .navbar-nav {
        flex-direction: row;
        justify-content: space-between;
        background: linear-gradient(90deg, #976a36 0, #d4a54d 25%, #fcdf88 50%, #ffd577 75%, #eec465);
        padding: 0;
        border-top: 1px solid #fcdd85;
        /* box-shadow: 0px 2px 8px 2px rgba(255, 255, 255, 0.5); */
        max-height: 65px;
    }
    .navbar-nav .nav-item {
        margin: 0;
        min-width: 20%;
        max-width: 20%;
        border-radius: 0;
        padding: 7.5px 0;
        position: relative;
    }
    .navbar-nav .nav-item .nav-link {
        border-radius: 0;
        min-width: initial;
        width: 100%;
        font-size: small;
        padding: 0;
        white-space: nowrap;
        background: transparent;
        color: #000;
    }
    .navbar-nav .nav-item .nav-link i {
        display: block;
        margin-bottom: 3.75px;
        font-size: 18px;
    }
    .navbar-nav .nav-item:hover,
    .navbar-nav .nav-item:focus,
    .navbar-nav .nav-item.active {
        background: #000;
        border-right: 1px solid #000;
    }
    .navbar-nav .nav-item:hover .nav-link,
    .navbar-nav .nav-item:focus .nav-link,
    .navbar-nav .nav-item.active .nav-link {
        background: #000;
        color: #d4a64e;
    }
    .navbar-nav .nav-item:after {
        content: '';
        position: absolute;
        top: 7.5px;
        right: -0.5px;
        height: 70%;
        width: 1px;
        background-color: black;
    }
    .navbar-nav .nav-item:nth-child(6):after {
        display: none;
    }
    .navbar-brand {
        height: 60px;
        margin: 3.75px 0;
    }
    .main-content {
        margin-top: 0;
    }
    .page-title {
        font-size: 18px;
        flex-wrap: wrap;
    }
    .logo-inline {
        height: 20px;
        margin: 0 7.5px;
    }
    footer {
        margin-bottom: 50px;
    }
    footer .nav {
        padding: 0;
        margin-bottom: 15px;
    }
    footer .nav.page-title {
        font-size: 18px;
    }
    .logo-inline.logo-1x {
        height: 22px;
    }
    .nav-vendor {
        margin-top: 30px;
    }
    .nav-vendor img {
        height: 15px;
        margin: 0 3.75px 7.5px;
    }
    .flex-item {
        min-width: 21.5%;
        max-width: 21.99999%;
    }
    .title-bar {
        padding: 7.5px 15px;
    }
    .login-form {
        width: 50%;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
    }
    .navbar-brand {
        height: 50px;
    }
    .flex-item {
        min-width: 29.5%;
        max-width: 29.99999%;
        margin: 0 3.75px 7.5px;
        padding: 0 3.75px 7.5px;
    }
    .game-item {
        padding: 2px;
    }
    .promotion-card {
        min-width: 100%;
        max-width: 100%;
        margin: 7.5px 0 15px;
    }
    ul.text-italic {
        margin-bottom: 3.75px;
    }
    footer .nav h3 {
        display: inline-block;
    }
    .navbar-nav .nav-item .nav-link {
        font-size: x-small;
    }
    .login-form {
        width: 100%;
    }
    .carousel-inner {
        border-bottom: none;
        margin-top: 15px;
    }
    .flex-item {
        min-width: 29.5%;
        max-width: 45%;
        margin: 0 3.75px 7.5px;
        padding: 0 3.75px 7.5px;
    }
    .promotion-title{
        font-size: 18px;
    }
}

.promotion-card .terms{
    color: #1c1817;
    background-image: linear-gradient(90deg, #976a36 0, #d4a54d 25%, #fcdf88 50%, #ffd577 75%, #eec465) !important;
    border-color: #ffde79;
    display: inline-block;
    border-radius: 50px;
    padding: 3px 40px;
    font-size: 15px;
    cursor: pointer;
}

.termstyle {
    display: none;
    padding: 20px;
    border: 1px solid #e1c168;
    background: #221803;
    border-radius: 5px;
}
.termstyle h3{
    font-size: 18px;
}
.termstyle p{
    font-size: 12px;
}
.termstyle p:last-child{
    margin-bottom: 0;
}

.pass{
    color: #c49c52;
}