
@import 'https://fonts.googleapis.com/css?family=Kanit|Prompt';
body {
    font-family: "Kanit", sans-serif;
    background-color: lightgray;
    background: url("../assets/images/items/asset-2.jpg") center top repeat-y #000;
    background-size: inherit;
    color: #e1e1e1;
    font-size: 16px;
    background-size: 120%;
}

.bg-gradient {
    /* background-color: #0093d4;
    background-image: linear-gradient(#035989, #0093d4);
    border-bottom: 1px solid #0082ba; */
    background-color: #2df2e9;
    background-image: linear-gradient(#000, #4fcfd5);
  /*  background-image: linear-gradient(#000000, #e27b12);*/
    border-bottom: 1px solid #000000;
}

.bg-gradient-reverse {
    background: linear-gradient(to top, #002c5c, #007bff);
}

#home-slide {
    background-size: contain;
    max-height: 400px;
    position: relative;
}

#home-slide img.img-fluid {
    display: block;
    margin: 0 auto;
}

#home-slide .carousel-indicators {
    align-items: center;
}

#home-slide .carousel-indicators li {
    width: 7.5px;
    height: 7.5px;
    border-radius: 50%;
    transition: all 0.3s;
    background-color: #a3cfff;
}

#home-slide .carousel-indicators li.active {
    width: 5px;
    height: 5px;
    background-color: #007bff;
}
marquee {
	background: rgb(24 83 118);
	color:white;
	font-weight: 500;
	font-size: 1.0em;
	padding: 5px 0;

}
.navbar {
    height: 60px;
}

.navbar.navbar-dark {
    height: 35px;
    font-weight: 600;
    font-size: smaller;
}

.navbar.navbar-dark a.text-warning {
    color: #977e37 !important;
}

.navbar.navbar-dark a.text-warning:hover,
.navbar.navbar-dark a.text-warning:focus,
.navbar.navbar-dark a.text-warning.active {
    text-decoration: none;
    opacity: 1;
}

.navbar.bg-dark {
    background: #144b6c !important;
}


.navbar.navbar-light .navbar-nav {
    margin-left: auto;
}

.navbar.navbar-light .navbar-nav form {
    display: inline-flex;
}

.navbar.navbar-light .text-muted {
    margin-left: 180px;
}

.navbar.bg-gradient a.btn-default {
    color: #e1e1e1 !important;
    transition: all 0.3s;
}

.navbar.bg-gradient a.btn-default:hover,
.navbar.bg-gradient a.btn-default:focus,
.navbar.bg-gradient a.btn-default.active {
    color: #ffc107 !important;
}

.navbar-brand {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    /*! background: linear-gradient(to bottom right, #f6e045, #01b0f6); */
padding: 5px; 
/*! box-shadow: -1px 1px 10px 2px rgba(45, 24, 84, 0.61); */
 position: absolute; 
     top: -64px; 
    /*! margin-left: 0; */
    /*! z-index: 2024; */
    /*! border: 1px solid #ffff99; */
}


.navbar-brand img {
    height: auto;
    width: 100%;
}

.navbar-nav.mr-lg-auto {
    margin-left: 150px;
}

.wrapper {
    width: 1100px;
    height: fit-content;
    margin: 0 auto;
    overflow: hidden;
    background-color: #fff;
}

.wrapper1 {
    width: 1000px;
    height: 100vh;
    margin: 0 auto;
    overflow: hidden;
    background-color: #fff;
}
.wrapper2 {
    width: 1000px;
    height: 1500px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #fff;
}
.section-service {
    background: linear-gradient(to bottom, #131313, #000000);
    padding: 20px 30px;
    flex-wrap: wrap;
    border-top: 1px solid #1f1f1f;
}

.service-item {
    flex: 0 1 20%;
    padding: 7.5px;
    cursor: pointer;
    position: relative;
}

.service-item img.btn-hot {
    position: absolute;
    left: 30%;
    border-radius: 5px;
    transform: translate(12%, -50%);
    width: 35%;
    border: none;
    box-shadow: 0;
    transition: all 0.3s;
}

.service-item img {
    border-radius: 7.5px;
    width: 100%;
    height: auto;
    border: 1px solid #dfdc5b;
    box-shadow: -1px 5px 3px 0px rgba(179, 170, 53, 0.46);
    transition: all 0.3s;
}

.service-item:hover img,
.service-item:focus img {
    box-shadow: none;
}

.btn-hot-slot {
    position: absolute;
    transform: translate(-115%, -113%);
    z-index: 10;
    width: 40%;
    border-radius: 5px;
}

.list-group {
    flex-direction: row;
    align-items: center;
    /* overflow-y: scroll; */
}

.list-group .list-group-item {
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    border: none;
    width: 100%;
    background-image: linear-gradient(#2cc0c7, #000000);
}

.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
}

.list-group .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: .25rem;
}


/* .list-group-border-top-right{
    margin-bottom: 0;
    border-top-right-radius: .25rem;
}
.list-group-border-bottom-left{
    border-bottom-left-radius: .25rem;
} */

.list-group .list-group-item.active {
    color: #fff;
}

.list-group-item {
    padding: 0.75rem;
    font-size: 11.8px;
}

.tab-content {
    padding: 30px 15px;
    border-top: 2px solid #000000;
    min-height: 300px;
    position: relative;
    background-image: linear-gradient(#000000, #000000);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.tab-content:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #f7b705 25%, #b17c1a 75%, transparent 100%);
}

.game-card {
    width: calc((100% / 6) - 15px);
    text-align: center;
    margin: 7px 7.5px;
    background-image: linear-gradient(#000, rgb(174 236 242));
    padding: 6px;
    border-radius: 5px;
}


.game-card .card-head {
    height: 197.66px;
    /* margin-top: 15px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: relative;
}

.game-card .card-head .card-img-top {
    display: block;
    transform: scale(1);
    transition: all 0.3s;
    max-height: 180px;
}

.game-card .card-head:after {
    content: '';
    width: 100%;
    height: 15px;
    background-image: radial-gradient(rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0.1) 60%, transparent 10%);
    border-radius: 60%;
    filter: blur(3px);
    position: absolute;
    bottom: 7.5px;
}

.game-card .game-title {
    color: #000;
    transition: all 0.3s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
}

.game-card:hover,
.game-card:focus,
.game-card.active {
    text-decoration: none;
}

.game-card:hover .card-head .card-img-top,
.game-card:focus .card-head .card-img-top,
.game-card.active .card-head .card-img-top {
    transform: scale(1.1);
}

.game-card:hover .game-title,
.game-card:focus .game-title,
.game-card.active .game-title {
    color: red;
}

.section-content {
    padding: 30px 30px;
}

.section-content .d-flex .blog-left,
.section-content .d-flex .blog-right,
.section-content .d-flex .media {
    flex: 1 1 50%;
    max-width: 50%;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#main_container {
    height: 75vh;
    width: 100%;
}

.card-login {
    width: 50%;
    border-radius: 30px;
    display: block;
    margin: 30px auto;
    padding: 45px 30px;
    z-index: 99;
}

.card-ameba {
    height: 170px;
}

.blockquote {
    font-size: 24px;
}

.blockquote-footer {
    color: #ffc107;
}

.img-banking {
    width: 280px;
    display: block;
    margin: 0 auto 7.5px;
}

.img-vendor {
    width: auto;
    height: 50px;
    margin: 0 2.75px;
}

.img-vendor-menu {
    width: auto;
    height: 50px;
    margin: 0 3.75px;
}

.img-promotion {
    width: 100% !important;
}

footer {
    text-align: center;
    color: #818181;
    background-color: #02102c;
}

footer .nav {
    padding: 15px;
    flex-direction: row;
    justify-content: space-between;
    font-size: small;
}

footer .nav a {
    color: #818181;
}

.toggler-nav {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2024;
    padding: 12px;
    background-color: transparent;
    display: none;
}

.bar {
    width: 25px;
    height: 3px;
    border-radius: 5px;
    background-color: #fff;
    margin: 6px 0;
    transition: all 0.3s;
}

.bar.change.bar1 {
    -webkit-transform: rotate(-45deg) translate(-8px, 8px);
    transform: rotate(-45deg) translate(-7px, 7px);
}

.bar.change.bar2 {
    opacity: 0;
}

.bar.change.bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-6px, -6px);
}

.show-mobile,
.show-tablet {
    display: none;
}

.item-login,
.item-register {
    display: inline-block;
}

.item-logout {
    display: none;
}

.menu-mobile {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0px 4px rgba(136, 136, 136, 0.25);
    -moz-box-shadow: 0 0px 4px rgba(136, 136, 136, 0.25);
    box-shadow: 0 0px 4px rgba(136, 136, 136, 0.25);
    box-shadow: 0 0px 4px rgba(136, 136, 136, 0.25);
    background: #5b020d;
    border-top: 2px solid #ffc107;
    background: linear-gradient(to top, #0c0f0c 0%, #e1682d 65%, #f27011 100%);
    box-shadow: 0px 0px 5px 2px #e0e0e0;
    z-index: 99;
}

.menu-mobile ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 10px 0 10px 0;
}

.menu-mobile li {
    width: 20%;
    float: left;
    text-align: center;
    border-right: 1px solid #0c0f0c;
}

.menu-mobile li:last-child {
    border-right: none;
}

.menu-mobile li a {
    color: #fff;
    font-size: 10px;
    display: block;
    line-height: 1.5;
    text-decoration: none;
    /* margin-bottom: 7px; */
}

.menu-mobile li a i {
    display: block;
    font-size: 20px;
    color: #fff;
    padding-bottom: 3px;
}

@media (max-width: 991px) {
    .menu-mobile {
        display: block;
        z-index: 2024;
    }
    .column-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .column-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .wrapper {
        width: 100%;
    }
    .wrapper1 {
        width: 100%;
    }
    .wrapper2 {
        width: 100%;
    }
    .navbar .navbar-nav {
        flex-direction: row;
        width: auto;
    }
    .navbar-brand {
        display: none;
    }
    .collapse:not(.show) {
        transition: all 0.3s;
    }
    .collapse.show {
        transition: all 0.3s;
        filter: drop-shadow(2px 4px 6px black);
    }
    .toggler-nav {
        display: block;
    }
    .navbar-collapse {
        position: absolute;
        top: 60px;
        right: 0;
        margin: 0 7.5px;
        background-color: #dc3545;
        padding: 15px;
        border-radius: 7.5px;
        max-width: 300px;
    }
    .navbar-collapse .form-control:last-child {
        margin-bottom: 15px;
    }
    .navbar-collapse .btn-sm {
        width: 100%;
        margin: 3.75px 0;
    }
    .navbar.navbar-light .navbar-nav form {
        display: block;
    }
    .navbar.navbar-dark {
        padding: 0;
        text-align: center;
    }
    .navbar.navbar-dark .navbar-nav {
        margin-left: 12px;
        margin-right: 12px;
        white-space: nowrap;
        justify-content: space-between;
    }
    .navbar.navbar-dark .navbar-nav::-webkit-scrollbar {
        display: none;
    }
    .navbar.navbar-dark .navbar-nav .nav-item {
        margin: 0 15px;
    }
    .navbar.navbar-dark .navbar-nav .nav-item .nav-link {
        height: 100%;
        padding: 5px 0;
    }
    .tab-content {
        padding: 30px 0;
    }
    .list-group {
        flex-wrap: wrap!important;
    }
    .list-group-item {
        padding: 15px 7.5px;
        font-size: 14px;
    }
    .list-group .list-group-item:last-child {
        border-radius: 0;
        /* margin: 0px 0px -1px; */
    }
    .game-card {
        width: calc((100% / 5) - 15px);
        margin: 7.5px;
    }
    .game-card .card-head {
        height: 126.59px;
        margin-top: 0;
    }
    #main_container {
        height: 90vh;
        width: 100%;
    }
    .card-login {
        width: 60%;
    }
    .show-tablet {
        display: block;
    }
    .logogame-img {
        width: 18%;
    }
}

@media (max-width: 767px) {
    .img-promotion {
        width: 80% !important;
    }
    .game-card .card-head .card-img-top {
        max-height: 120px;
    }
    .btn-hot-slot {
        position: absolute;
        transform: translate(65%, -120%);
        z-index: 10;
        width: 40%;
        border-radius: 5px;
    }
    .promo-text {
        width: 80% !important;
        margin: 0 auto;
    }
    .wrapper {
        width: 100%;
    }
    .wrapper1 {
        width: 100%;
    }
    .wrapper2 {
        width: 100%;
    }
    .hide-mobile {
        display: none;
    }
    .show-mobile {
        display: block;
    }
    .navbar-collapse {
        max-width: inherit;
    }
    .navbar.navbar-dark .navbar-nav .nav-item {
        margin: 0;
    }
    .navbar.navbar-dark .navbar-nav {
        width: 100%;
    }
    .navbar-nav {
        display: flex;
        justify-content: space-between;
    }
    .section-service,
    .section-content {
        padding: 30px 7.5px;
    }
    .section-service .d-flex,
    .section-content .d-flex {
        flex-wrap: wrap;
        justify-content: center;
    }
    .section-service .d-flex .service-item,
    .section-content .d-flex .service-item {
        flex: 1;
        padding: 2.75px;
        margin: 0 0 2.5px 0;
        min-width: 33%;
        max-width: 33%;
    }
    .game-card {
        width: calc((100% / 3) - 15px);
        margin: 7.5px;
        height: 168px;
    }
    .game-card .card-head {
        height: 140px;
        margin-top: 0;
    }
    .list-group {
        width: 100%;
        white-space: nowrap;
    }
    .list-group .list-group-item {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        max-height: 120px;
        min-height: 50px;
    }
    .list-group-item {
        padding: 15px 3.75px;
        font-size: 10.5px;
    }
    /* .list-group::-webkit-scrollbar {
        display: none;
    } */
    .section-content .d-flex .blog-left,
    .section-content .d-flex .blog-right,
    .section-content .d-flex .media {
        flex: 1;
        max-width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .card-login {
        width: 100%;
    }
    .card-login .title {
        color: #333 !important;
    }
    .img-vendor {
        width: auto;
        height: 45px;
        margin: 0 2px;
    }
    footer .nav {
        flex-direction: column;
        justify-content: center;
        padding: 15px 2.75px;
    }
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #f7c70c;
}

.section-service h3 {
    color: #fff;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-image: linear-gradient(#d1f4f4, #115420);
    border-color: #1e7e34;
}


.list-group-item:focus,
.list-group-item:hover {
    z-index: 0;
    text-decoration: none;
}

.bg-dark {
    background-image: linear-gradient(#000000, #02091b);
}

span {
    color: #bdbdbd;
}

footer .nav a {
    color: #bdbdbd;
}

.social {
    color: #011941;
}
.btn-warning {
    color: #000000;
    background-color: #c7c46f;
    border-color: #ffc107;
}
.btn-success {
    color: #fff;
    background-color: #ff0000;
    border-color: #251204;
    width: 120px;
}
.btn-danger {
    color: #fff;
    background-color: #f3200b;
    border-color: #bb35dc;
}
.logogame-img {
    width: 9%;
}

.img-promotion {
    width: 80%;
    border-radius: 10px;
    border: 3px solid #1d1a6b;
}

.line-gradient {
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, transparent, #011941, transparent);
    margin-bottom: 30px;
}

.btn-warning {
    width: 120px;
}

.navbar {
    padding: 0.5rem 0.5rem;
}

.section-content h2 {
    color: #011941;
}

.promo-text {
    color: #ffffff;
    width: 100%;
    padding: 5px;
    background: #1d1a6b;
    border-radius: 7px;
}

iframe {
    width: 100%;
    height: 100vh;
}