@import url('https://fonts.cdnfonts.com/css/lato');

* {
    box-sizing: border-box;
    position: relative;
}

html,
body {
    padding: 0;
    margin: 0;
}

body {
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: normal;
    font-family: 'Lato', sans-serif;
    background: #151516;
    color: #fff;
}
/* Alignments
--------------------------------------------- */

.alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

.table-wrapper {
    overflow-x: auto;
}

table {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #dddddd;
    border-collapse: collapse;
}

table th {
    font-weight: bold;
    padding: 5px;
    background: #efefef;
    border: 1px solid #dddddd;
}

table td {
    border: 1px solid #dddddd;
    padding: 5px;
    min-width: 150px;
}
img {
    max-width: 100%;
    height: auto;
}

.container {
    max-width: 1680px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.btn {
    display: inline-flex;
    padding: 10px 35px;
    border-radius: 35px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.btn-white {
    background: #fff;
    color: #010101;
}

.btn-white:hover {
    background: #fefefe;
    box-shadow: 0 4px 32px 0 rgba(255, 255, 255, .5);
}

.btn-red {
    background: #70EC6F;
    color: #000;
}

.btn-red:hover {
       background: #70EC6F;
}

.btn-outline {
    border: 1px solid #70EC6F;
    color: #70EC6F;
}

.btn-outline:hover {
    background: #70EC6F;
    color: #000;
}

.header {
    padding-top: 81px;
}

.navbar-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    background: #1D1D1E;
}

.navbar-nav {
    display: none;
    position: fixed;
    background: #1D1D1E;
    width: 100%;
    max-width: 300px;
    height: 100%;
    top: 81px;
    left: 0;
    right: 0;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
    z-index: 99;
}

.navbar-nav.show {
    display: flex;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.navbar-brand__wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
}

.navbar-brand a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
}
/* .navbar-brand a svg,
.navbar-brand a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
} */


.navbar-nav__quick ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    gap: 20px;
}

.navbar-nav__quick ul li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
}

.navbar-nav__quick ul li a svg {
    fill: #fff;
}

.navbar-nav {
    width: 100%;

}

.navbar-nav ul {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
    gap: 20px;
    width: 100%;
}


.navbar-nav ul li {
    padding: 0;
    padding: 5px 20px;
}

.navbar-nav ul li a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;

}

/* .navbar-toggle{
    display: none;
} */
.navbar-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.navbar-toggle svg {
    width: 25px;
    height: 25px;
}

.navbar-auth {
    display: flex;
    align-items: center;
    gap: 10px;
}

.banner {
    padding: 50px 50px 120px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)),url(../img/bg_default.jpg);
    border-radius: 0 0 15px 15px;
    overflow: hidden;
}

.banner-content {
    max-width: 600px;
}

.banner-img {
    height: 650px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 0;
}

.banner-img img {
    height: 100%;
    width: auto;
    object-fit: cover;
}

.banner-badge {
    border: 1px solid #70EC6F;
    border-radius: 35px;
    padding: 10px 25px;
    display: inline-flex;
    font-weight: 500;
    text-transform: uppercase;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
}

.banner-badge svg {
    fill: #fff;
}

.banner-title {
    font-size: 64px;
    font-weight: bold;
    text-transform: uppercase;
}

.banner-text {
    font-size: 24px;
    padding: 25px 0;
    font-weight: 300;
    color: #979797;
}

.banner-action {
    margin-top: 100px;
}

.banner-pay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: #1D1D1E;
}

.banner-pay ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.banner-pay ul li img {
    height: 35px;
}

.breadcrumbs {
    margin: 35px 0;
}

.breadcrumbs {
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.breadcrumbs a {
    text-decoration: none;
    color: #cdcdcd !important;
}

.feature {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 35px 0;
}

.feature-item {
    flex: 1 1 auto;
    border-radius: 15px;
    padding: 20px;
    overflow: hidden;
    background: url(../img/82ddy5an6ssow88wsksc80ww4s4oo8w.png);
}

.feature-item:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background: radial-gradient(108.48% 81.73% at 75.34% 100%, rgba(0, 0, 0, .43) 0, rgba(0, 0, 0, .91) 50.26%, rgba(0, 0, 0, .99) 100%);
}

.feature-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.feature-title {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 50px;
}

.games-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 25px 0;
}

.games-title {
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.games-title svg {
    width: 35px;
    height: 35px;
    fill: #fff;
}

.games-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.game-item__link {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 5px;
}

span.game-item__img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    width: 100%;
    overflow: hidden;
}
.game-item__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.game-item__content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(0, 0, 0, .7);
    border: 2px solid #fff;
    border-radius: 5px;
    opacity: 0;
    transition: all .2s ease-in-out;
}

.game-item__link:hover .game-item__content {
    opacity: 1;
    z-index: 2;
}

.game-item__play svg {
    width: 40px;
    height: 40px;
    color: #fff;
}

.game-item__title {
    color: #fff;
    font-weight: 600;
}

.jackpot {
    background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url(../img/bg_default.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 15px;
    overflow: hidden;
    padding: 50px 35px;
}

.jackpot-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    padding: 20px;
}

.jackpot-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.jackpot-item {
    flex: 1 1 auto;
    background: #252528;
    background: #1D1D1E;
    padding: 20px;
    border-radius: 10px;
    text-decoration: none;
    color: #fff;
}

.jackpot-content {
    display: flex;
    flex-direction: column;
}

.jackpot-header__title {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 10px;

    text-transform: uppercase;
}

.jackpot-header__value {
    font-size: 100px;
    font-weight: bold;
    color: #fff;
}

.jackpot-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.jackpot-value {
    font-weight: bold;
    color: #fff;
}

.content {
    margin: 35px 0;
    background: #1D1D1E;
    padding: 15px 25px;
    border-radius: 15px;
}

.games {
    margin: 50px 0;
    background: #1D1D1E;
    padding: 15px 25px;
    border-radius: 15px;
}

.lott-header {
    border-bottom: 2px solid #f8e800;
    padding: 5px 0;
    margin-bottom: 20px;
    font-size: 20px;
}

.lott-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.lott-item {
    flex: 1 1 30%;
    background: #2063b2;
    padding: 20px;
    border-radius: 10px;
}

.lott-img {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
}

.lott-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.lott-title {
    font-size: 22px;
    text-align: center;
    margin: 5px;
}

.lott-ticket__price {
    font-size: 12px;
    text-align: center;
    color: #010101;
}

.lott-action {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 35px;
}

.lott-action .btn {
    padding: 10px 15px;

}

.top {
    margin: 50px 0;
}

.top-section__title {
    font-size: 44px;
    text-align: center;
    margin-bottom: 20px;
}

.top-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.top-block {
    flex: 1 1 auto;
    background: #1D1D1E;
    border-radius: 15px;
    padding: 20px;
}

.top-title {
    font-size: 28px;
    margin-bottom: 35px;
    text-align: center;
}

.top-list ol {
    margin: 0;
    padding: 0;
}

.top-list ol li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.top-list ol li img {
    height: 40px;
    width: 60px;
    object-fit: cover;
    border-radius: 5px;
}

.top-user {
    flex: 1 1 auto;
}

.top-deposit {
    flex: 1 1 auto;
    text-align: center;
}

.top-win {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    flex: 1 1 auto;
    text-align: right;
}

.soft {
    background: #151516;
    padding: 35px;
    border-radius: 15px;
    overflow: hidden;
    margin: 35px 0;
}

.soft ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.soft ul li img {
    height: 35px;
    width: auto;
}

.payment {
    background: #151516;
    padding: 35px;
    border-radius: 15px;
    overflow: hidden;
    margin: 35px 0;
}

.payment ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.payment ul li img {
    height: 35px;
    width: auto;
}

.footer {
    background: #1D1D1E;

    padding: 30px 0;
}

.footer-brand {
    height: 35px;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-brand img,
.footer-brand svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-navbar {
    margin: 35px 0;
    padding: 35px 0;
    border-top: 1px solid #70EC6F;
    border-bottom: 1px solid #70EC6F;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.footer-nav__list-title {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

.footer-nav ul {
    list-style-type: none;
    margin: 25px 0;
    padding: 0;
}

.footer-nav ul li {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 10px;
}

.footer-nav ul li a {
    text-decoration: none;
    color: #fff;

}

.footer-info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
}

.footer-copyright {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    margin-right: auto;
}

.footer-apps ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer-apps ul li img {
    filter: grayscale(1) brightness(1);
}

.footer-social ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer-social ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #70EC6F;
    border-radius: 100%;
    padding: 5px;

}

.footer-social ul li a img {
    filter: grayscale(1) brightness(1);
}

.related {
    margin: 35px 0;
}

.related-title {
    text-align: center;
    margin-bottom: 35px;
    font-size: 44px;
    text-transform: uppercase;
    font-weight: bold;
}

.related-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.related-list img {
    height: 250px;
    width: 200px;
    object-fit: cover;
}
.strong-form-inner{
    padding: 20px 0 !important;
}
.strong-form .text,
.strong-form .textarea {
    background: #1D1D1E !important;
    padding: 15px !important;
    border-radius: 15px !important;
    margin: 10px 0 !important;
    color: #fff !important; 
    border: none !important;
}
#wpmtst_submit_testimonial{
    display: inline-flex !important;
    padding: 10px 35px !important;
    border-radius: 35px !important;
    text-decoration: none !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;  
    background: #70EC6F !important;
    color: #000 !important;
    border: none !important;
}

#wpmtst_submit_testimonial:hover{
       background: #70EC6F;
}
.footer-text {
    border-bottom: 1px solid #70EC6F;
    padding: 0 0 35px;
    margin-bottom: 35px;
}
@media screen and (max-width: 960px) {

    .btn {
        padding: 5px 25px;
    }

    .navbar-wrapper {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 999;
    }

    .navbar {
        padding: 10px 0;
    }

    .navbar-brand a {
        height: 25px;
        width: auto;
    }

    .navbar-nav__quick {
        display: none;
    }

    .banner {
        padding: 20px 20px 120px;
    }

    .banner-content {
        z-index: 2;
    }

    .banner-img {
        right: 0;
        filter: blur(2px) brightness(0.5);
    }

    .banner-title {
        font-size: 44px;
    }

    .games-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 690px) {
    .navbar-brand__wrapper {
        gap: 10px;
    }

    .navbar-auth .btn-outline {
        display: none;
    }
    .navbar-brand a {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /* .navbar-brand a svg{
        height: 35px;
        width: auto;
    } */
    .banner {
        flex-direction: column-reverse;
        padding-bottom: 40px;
    }

    .banner-pay {
        display: none;
    }
    .banner-img{
        height: 335px;
    }
    .feature {
        flex-direction: column;
    }

    .feature-item {
        width: 100%;
    }

    .games-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .games-title {
        font-size: 24px;
    }

    .games-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .top-list {
        font-size: 14px;
    }

    .footer-navbar {
        flex-direction: column;
    }

    .footer-nav__list-title {
        font-size: 18px;
    }

    .footer-nav ul {
        margin: 15px 0;
    }

    .footer-info {
        flex-direction: column-reverse;
        text-align: center;
        justify-content: center;
        align-items: flex-start;
    }

    .footer-copyright {
        margin-right: 0;
    }

    .jackpot {
        padding: 20px;
    }

    .jackpot-header__title {
        font-size: 38px;
    }

    .jackpot-header__value {
        font-size: 28px;
    }
    .top-list ol li{
        gap: 10px;
    }
    .top-win{
        font-size: 14px;
    }
    .navbar-nav{
        top: 50px;
    }

}