﻿body {
    font-size: 16px;
    font-family: 'Roboto', sans-serif!important;
}



:root {
    --title-color: #ffffff;
    --text-color: #98A7B5;
    --sub-text-color: #656E78;
    --placeholder-color: #4D565E;
    --background-color: #24262B;
    --standard-color: #1C1E22;
    --shadow-color: #111415;
    --page-shadow: linear-gradient(to right, #111415, rgba(17, 20, 21, 0));
    --autofill-color: #f5f6f7;
    --yellow-color: #FFBF39;
    --header-color: #24262B;
    --box-shadow: linear-gradient(to bottom, #111415, rgba(17, 20, 21, 0));
    --link-color: #98A7B5;
    --border-radius: .25rem;
    --icon-color: #67707B;
    --dark-color: #17191B;
    --hover-color: #2D3035;
    --green-text: #3BC117;
    --icon-button: #282A30;
    --primary-color: #3BC117;
    --img-ball-1: url(../img/assets/ball.png);
    --img-ball-2: url(../img/assets/ball_2.png);
}

a{
    text-decoration:none!important;
}


.wrapper {
    position: absolute;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    box-sizing: border-box;
    background: linear-gradient(180deg,#191B1E 0%,#24262B 100%);
    overflow-x: hidden;
}


.main-container {
    display: flex;
    height: 100vh;
    width: 100%;
    margin-top: 65px;
    padding: 0;
}


.content {
    flex-grow: 1;
    width: 100%;
    max-width: 1430px;
    margin: 0 auto;
}

.page-content {
    max-width: 1420px;
    height: 100%;
    margin: 0 auto;
    width:100%;
}

@media (max-width:1450px) {
    .content {
        margin-left:30px;
    }
}

@media (max-width:992px) {
    .content, .content-lg, .content-md, .content-sm {
        max-width: 100% !important;
    }
}

/* SEARCH ICON */
.search-block__input {
    height: 40px;
    color: #fff;
    transition: 0.3s all ease;
}

    .search-block__input:focus {
        border-color: #fff;
    }

.search-icon {
    background-image: url(../img/search.svg);
    background-repeat: no-repeat;
    background-position: calc(70% - 1px) center !important;
    width: 50px;
}

    .search-icon:active, .search-icon:focus {
        outline: none;
    }

/************************** BUTTON **************************/
    button {
    background-color: transparent;
    border: none;
}


.button-primary {
    min-width: 112px;
    padding: 0px 12px;
    height: 44px;
    font-weight: 600;
    color: #fff;
    background-color: #1d803ab3;
    background-image: conic-gradient(from 1turn, rgba(88, 175, 16, 1), rgba(29, 128, 58, 1));
    outline: none;
    border: none;
    text-transform: uppercase;
    font-size: 14px;
    transition: .25s ease-in-out;
    border-radius: var(--border-radius);
}

    .button-primary:hover, .button-primary:focus {
        background-image: conic-gradient(from 1turn, rgba(88, 175, 16, .7), rgba(29, 128, 58, .7));
    }

.button-secondary {
    background-image: none;
    background-color:transparent;
    color: var(--text-color);
}

    .button-secondary:hover, .button-secondary:focus {
        background-image: none;
        background-color: transparent;
    }

.button-tertiary {
    color: #fff;
    background-color: #6e34e2b3;
    background-image: conic-gradient(from 1turn, rgba(136, 83, 252, 1), rgba(110, 52, 226, 1));
    width: auto;
    padding: 0 1.25rem;
    min-width: 9.375rem;
    height: 3rem;
    line-height: 3rem;
    font-weight: 400;
    font-size: .875rem;
    white-space: nowrap;
    margin-right: .75rem;
}
    .button-tertiary:hover, .button-tertiary:focus {
        background-image: conic-gradient(from 1turn, rgba(136, 83, 252, .7), rgba(110, 52, 226, .7));
    

    }
    

    .btn-width{
        width:auto;
        min-width:0;
    }



/************************** END BUTTON **************************/


/***/
.banner-box {
    margin-bottom: 17px;
    position: relative;
    overflow: hidden;
}

.page-max-width-wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
    /*padding: 0 40px 0 33px;*/
    max-width: 1430px;
    display: flex;
    flex-direction: column;
    position: relative;
}

/***/
.w100 {
    width: 100%;
}

.w95 {
    width: 95%;
}

.btn-shadow {
    box-shadow: 0 3px 0 #960326;
}

.btn-shadow-blue {
    box-shadow: 0 3px 0 #0e0ef1;
}

.only-mobile {
    display: none;
}

/* HELPER */

.mt-50 {
    margin-top: 50px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-4{margin-top:4.5rem;}

/*panel
.category-panel {
    display: -ms-flexbox;
    display: flex;
    margin: 25px 0 0;
}

.games-menu {
    display: -ms-flexbox;
    display: flex;
    margin: 0 0px;
    overflow: auto;
}

.category-panel__menu {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.games-menu__list {
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.big {
    font-size: 30px;
    margin: 0;
}

.games-menu__txt {
    font-size: 15px;
}


    @media screen and (max-width: 992px) {

     
        .no-mobile {
            display: none;
        }

        .only-mobile {
            display: block;
            margin-top: -3px;
        }
    }

    @media screen and (max-width: 767px) {

        .category-panel {
            display: none;
        }
    }

    */

/* SideNav */

.sidenav-list {
    margin: 0;
    padding: 0 10px;
    list-style: none;
    font-weight: 500;
    border-top: 1px solid #1c1d27;
}

.sidenav-list-item {
    cursor: pointer;
    height: 46px;
    border-bottom: 3px solid #1c1d27;
    padding: 12px 10px;
    background-color: var(--header-color);
    border-radius: var(--border-radius);
}

.sidenav-list-span {
    -ms-flex-align: center;
    align-items: center;
    color: #c6c6c6;
    cursor: pointer;
    line-height: 1;
    padding: 12px 9px;
    transition: 0.35s all ease;
    font-size: 15px;
    text-align: left;
}

.sidenav-list-item img {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    height: 22px;
}

.sidenav-list-item i {
    margin-left: 5px;
    margin-right: 10px;
    color: var(--icon-color);
}


.sidenav-list-item:hover {
    background-color: var(--hover-color);
}

    .sidenav-list-item:hover .sidenav-list-span {
        color: #fff;
    }


    .sidenav-list-item:hover .icon-hover {
        color: #fff;
    }


.sidenav-list-item select {
    background-color: transparent;
    border: none;
    color: #c6c6c6;
    outline: none;
}

.sidenav-list-item a {
    text-decoration: none;
}

/*sidenav dropdown*/

.dropdown-content-sidenav {
    padding-top: 10px;
}

.sub-menu-sidenav {
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
    line-height: 1;
    border-top: 1px solid #1c1d27;
    border-bottom: 1px solid #1c1d27;
    transition: 0.6s all ease;
    padding-left: 0;
}

    .sub-menu-sidenav:last-child {
        border-bottom: none;
    }

.sub-menu-list {
    padding: 10px 3px 10px 0px;
    font-size: 12px;
}

    .sub-menu-list:last-child {
        padding-bottom: 0;
    }

    .sub-menu-list:hover span {
        color: #ffbb39;
    }

.header-menu__category-btn {
    display: inline;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: none;
    padding-top: 10px;
}

.dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-bottom: 0;
    border-right: 0.3em solid transparent;
    border-top: 0.3em solid;
    border-left: 0.3em solid transparent;
    cursor: pointer !important;
}

.dropdown-toggle .rotate {
    transform: rotate(180deg);
}
/**/

    /*HEADER LINK */
    .header-link-item {
        display: block;
        width: 100px;
        height: 2.75rem;
        margin-right: .5rem;
        border-radius: var(--border-radius);
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: var(--link-color);
        cursor: pointer;
        text-decoration: none;
    }


        .header-link-item:hover {
            background: #2D3035;
            color: #fff;
        }

    .header-link-item_area {
        font-size: 0;
    }

        .header-link-item_area p {
            font-size: 16px;
            margin-left: 23px;
            margin-top: -19px;
            color: var(--icon-color);
        }

        .header-link-item_area .icon {
            width: 1.4em;
            height: 1.4em;
            color: var(--icon-color);
            font-size: 0.8125rem;
            margin-right: .5rem;
        }

/*****/
    .category-area{
        position:relative;
        margin-top:20px;
    }


.category-panel__row {
    --bs-gutter-y: 1rem;
    --bs-gutter-x: 1rem;
}

/* BIG WIN CAROUSEL */
.bigwin-title {
    font-size: .875rem;
    line-height: 22px;
    color: var(--title-color);
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 8px 8px;
}

    .bigwin-title b {
        background-color: #45d91e;
        width: .5rem;
        height: .5rem;
        border-radius: .25rem;
        position: relative;
        margin-right: .625rem;
    }

        .bigwin-title b:after {
            content: "";
            position: absolute;
            display: block;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            left: 50%;
            top: 50%;
            margin-top: -.25rem;
            margin-left: -.25rem;
            background-color: #45d91e4d;
            -webkit-animation: pulse infinite 1.5s linear;
            animation: pulse infinite 1.5s linear;
        }

@keyframes pulse {
    0% {
        transform: scale(1);
    }

   
    100% {
        transform: scale(2.5);
    }
}

.bigwin-cont {
    background: #2D3035;
    padding: 8px 6px;
    border-radius: var(--border-radius);
}

.nav-link{
    color: var(--text-color);
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #43484F;
    font-weight: 600;
    color: var(--title-color);
}

.nav-link:focus, .nav-link:hover {
    background-color: rgba(67,72,79,.4);
    color:white;
}



/*CAROUSEL*/
.owl-nav button.owl-prev, .owl-nav button.owl-next {
    background-color: #25272C !important;
    width: 2.5rem;
    height: 2.5rem;
}

    .owl-nav button.owl-prev:hover, .owl-nav button.owl-next:hover {
        background-color: #2D3035 !important;
    }


    .owl-nav button.owl-prev span, .owl-nav button.owl-next span {
        color: #67707B;
        font-size: 25px;
        font-weight: bold;
        display: flex;
        justify-content: center;
        margin-top: -4px;
    }



/* BANNER CAROUSEL */
.banner_carousel .owl-dots .owl-dot span {
    border-radius: .3125rem;
    width: .625rem;
    height: .625rem;
}



.banner_carousel .owl-dots .owl-dot.active span {
    width: 1.75rem !important;
    background-color: white;
    transition: width .3s linear;
}


.banner_carousel .owl-nav .owl-prev,
.banner_carousel .owl-nav .owl-next {
    position: absolute;
    top: 30%;
}


.banner_carousel .owl-nav .owl-prev {
    left: -2.8rem;
}

.banner_carousel .owl-nav .owl-next {
    right: -2.9rem;
}



/*GAME CAROUSEL*/
.game_carousel .owl-dots .owl-dot span {
    border-radius: .3125rem;
    width: .625rem;
    height: .625rem;
}



.game_carousel .owl-dots .owl-dot.active span {
    width: 1.75rem !important;
    background-color: white;
    transition: width .3s linear;
}


.game_carousel .owl-nav .owl-prev,
.game_carousel .owl-nav .owl-next {
    position: absolute;
    top: 30%;
}


.game_carousel .owl-nav .owl-prev {
    left: -2.8rem;
}

.game_carousel .owl-nav .owl-next {
    right: -2.9rem;
}



    /*Games Area*/
  .title{
      color: var(--title-color);
      font-size:1.25rem;
  }

.viewAll{
    color: var(--primary-color);
    cursor:pointer;

}

/* Payment Area*/

.payment_area {
    overflow: hidden;
    border-radius: var(--border-radius);
    background: var(--img-ball-1), var(--img-ball-2);
    background-color: #1C1E22;
    background-repeat: no-repeat, no-repeat;
    background-size: 22% auto, 25% auto;
    background-position: -5% top, center -9.375rem;
    min-height: 14.375rem;
    margin: 4.5rem 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.payment_list {
    width:50%;
    padding: 0 1.25rem;
}

.top-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .top-list img, .bot-list img {
        margin: .625rem 0;
        display: block;
        padding: 0 1.25rem;
        max-width: 8.625rem;
    
    }

.bot-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 70%;
    margin: 0 auto;
}

.payment_text {
    position: relative;
    width: 50%;
    margin-left: auto;
}

    .payment_text:after {
        content: "";
        position: absolute;
        inset: 0;
        -webkit-backdrop-filter: blur(6px);
        backdrop-filter: blur(6px);
    }

.payment-cont {
    position: relative;
    z-index: 1;
    padding: 2.25rem 1.25rem 2.25rem 3.5rem;
    color: var(--title-color);
    font-size: 1.25rem;
}

.payment-title {
    font-weight: 600;
}

.payment-subtitle{
    padding-top:10px;
}

.payment-subtitle span {
    color: var(--yellow-color);
    font-weight: 700;
}

.btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2.5rem;
}

@media screen and (max-width: 992px) {
    .payment_area {
        flex-direction: column;
    }
}