@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: #111111;
    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: #FED000;
    color: #000;
}

.btn-red:hover {
       background: #FED000;
}

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

.btn-outline:hover {
    background: #FED000;
    color: #fff;
}

.header {
    padding-top: 81px;
}

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

.navbar-nav {
    display: none;
    position: fixed;
    background: #1a1a1a;
    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;
    min-height: 35px;
    font-size: 28px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;

}
.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: 25px 50px 100px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.5)),url(../img/bg_default.jpg);
    border-radius: 0 0 15px 15px;
    overflow: hidden;
}

.banner-img:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
}
.banner-content {
    /*max-width: 600px;*/
    /*background-color: rgba(0, 0, 0, 0.3);*/
    min-height: 285px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.banner-img {
    /*max-height: 560px;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    /*z-index: -1;*/
    /*max-width: 600px;*/
}

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

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

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

.banner-title {
    font-size: 52px;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
}

.banner-text {
    font-size: 22px;
    padding: 15px 0 20px;
    font-weight: 300;
    /*color: #979797;*/
}

.banner-action {
    margin-top: auto;
}

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

.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(18, 24, 39, .43) 0, rgb(0 0 0 / 91%) 50.26%, rgb(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,0), 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: #1a1a1a;
    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: #1a1a1a;
    padding: 15px 25px;
    border-radius: 15px;
}

.games {
    margin: 50px 0;
    background: #1a1a1a;
    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: #1a1a1a;
    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: #111111;
    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: #111111;
    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: #1a1a1a;

    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 #FED000;
    border-bottom: 1px solid #FED000;
    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 #FED000;
    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: #1a1a1a !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: #fff !important;
    color: #000 !important;
    border: none !important;
}

#wpmtst_submit_testimonial:hover{
       background: #FED000;
}
.footer-text {
    border-bottom: 1px solid #FED000;
    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-nav__quick {
        display: none;
    }

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

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

    .banner-img {
        right: 0;
        filter: blur(2px) brightness(0.9);
        left: auto;
        max-height: 350px;
    }

    .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;
    }

}


/**
 * Strong Testimonials Default Form template
 */
.strong-form {
    position: relative;
    margin: 0 auto;
}
.strong-form .form-field {
    margin-bottom: 1.5em;
}
.strong-form .form-field.wpmtst-submit {
    margin-bottom: 0;
}
.strong-form .required.symbol:after {
    content: '*';
    color: #FF0000;
    font-size: 1.5em;
    font-weight: 400;
    margin: 0 5px;
    position: relative;
    top: 5px;
}
.strong-form label {
    display: inline-block;
    float: none;
    width: auto;
}
.strong-form input[type="text"],
.strong-form input[type="email"],
.strong-form input[type="url"],
.strong-form input[type="file"],
.strong-form select,
.strong-form textarea {
    box-sizing: border-box;
    display: block;
    float: none;
    width: 100%;
}
.strong-form input[type="checkbox"] {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    margin-left: 12px;
    margin-right: 6px;
}
.strong-form input[type="checkbox"] + label {
    font-weight: 400;
    padding: 5px;
}
.strong-form input[type="checkbox"]:focus + label {
    outline: 1px solid #CCC;
}
.strong-form textarea {
    height: 16em;
}
.strong-form span.error,
.strong-form label.error {
    display: block;
}
.strong-form .before {
    display: block;
}
.strong-form .after {
    display: block;
}

.strong-form-inner {
    padding: 20px;
}

input.captcha {
    display: block;
    width: auto;
}

img.captcha {
    border: 0;
}

.wpmtst-captcha {
    margin-bottom: 1em;
}

/* category checklist */
.strong-form ul.strong-category-list,
.strong-form ul.strong-category-list ul.children {
    list-style-type: none;
}
.strong-form ul.strong-category-list label,
.strong-form ul.strong-category-list ul.children label {
    font-weight: 400;
    white-space: nowrap;
    word-wrap: break-word;
}
.strong-form ul.strong-category-list {
    margin: 0;
    padding-left: 0;
}
.strong-form ul.strong-category-list ul.children {
    margin-left: 1.5em;
    padding-left: 0;
}

/* The "wait" spinner on form submission.
-----------------------------------------------*/
.strong-form-wait {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.7);
}
.strong-form-wait .message {
    position: absolute;
    top: calc( 50% - 25px );
    text-align: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #111;
}

.strong-form-wait .message img {
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

@keyframes wpmtst-spin{
    0%{
        transform: rotate(360deg);
    }
    100%{
        transform: rotate(0deg);
    }
}

.strong-form-wait .message img{
    animation: wpmtst-spin 2.5s infinite 0s linear;
}

.strong-form {
    /* field-wrap is used for checkboxes, radios, star ratings */
}
.strong-form label {
    font-weight: 700;
}
.strong-form .form-field .after {
    font-size: .9em;
    font-style: italic;
}
.strong-form input.error,
.strong-form textarea.error,
.strong-form select.error {
    background: #F9E5E6;
    border: 1px solid #E8AAAD;
    color: #B50007;
}
.strong-form span.error,
.strong-form label.error {
    color: #B50007;
}
.strong-form .field-wrap {
    display: block;
    font-weight: 400;
    border: 1px solid transparent;
}
.strong-form .field-wrap.error {
    border-radius: 3px;
    background: #F9E5E6;
    border: 1px solid #E8AAAD;
    color: #B50007;
}
.strong-form .field-wrap.error .checkbox-label {
    outline: none;
}
.strong-form .field-wrap.error .strong-rating {
    outline-color: #E8AAAD;
}
.strong-form .field-wrap input + label + .required.symbol:after {
    margin-left: 0;
}

/* Dark Theme
-----------------------------------------------*/
.strong-form.dark input.error,
.strong-form.dark textarea.error,
.strong-form.dark select.error {
    border: 1px solid #FF6666;
}
.strong-form.dark .field-wrap.error {
    border: 1px solid #FF6666;
}
.strong-form.dark .field-wrap.error .checkbox-label {
    color: #111;
}
.strong-form.dark .field-wrap.error .strong-rating {
    outline-color: #FF6666;
}

a {
    color: currentColor;
}
