.header-home-page {
    background: var(--slots-slider-bg);
    /* margin-bottom: 1rem; */
    box-shadow: var(--nav-top-shadows);
    /* background: linear-gradient(-45deg, #fafaf9, #f0eced, #dadada, #f1f1f1);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite; */
    /* background-repeat: no-repeat;
    background-size: cover; */
    /* background: linear-gradient( to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .01)), url(../svg/bg.svg); */
}


/* @keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
} */

h1.box-align-default {
    margin-top: 1rem;
    margin-bottom: 0.25rem;
    color: var(--active);
}

.index-header {
    position: relative;
    /* margin: 4rem auto 1rem; */
    margin: 1rem auto;
    display: flex;
    flex-direction: column;
    background: var(--index-background-hero);
    /* height: 20rem; */
    min-height: 20rem;
    border: none;
    box-sizing: border-box;
}

.index-hero-subtitle {
    color: var(--index-hero-subtitle);
    font-size: 1.25rem;
}

.index-hero-text {
    /* color: var(--white-dimmed); */
    color: var(--header-text-color);
}

.index-hero-text strong,
.index-hero-text b {
    color: var(--white);
}

.index-here-content {
    height: 100%;
    background: var(--background-hero);
}


/* .news-top-title {
    color: var(--grey__text);
} */

.header-promo {
    min-width: 18.75rem;
    background: var(--header-promo);
    box-shadow: var(--review-box-shadow);
}

.header-promo .box-rating-tablet {
    color: var(--box-rating-tablet-header);
}


/* BANNER OPENING POP UP START */

.wrapper {
    height: 100%;
    max-height: 100%;
    margin: 0 auto;
    position: relative;
}

.cross {
    opacity: 0;
    position: absolute;
    background: rgba(0, 0, 0, 1);
    color: var(--active);
    border-radius: 50%;
    padding: 0 0.5rem 0.2rem 0.5rem;
    right: 1rem;
    top: 1rem;
    transition: opacity 500ms;
}

.card-container {
    height: 21.875rem;
    /* width: calc(100% - 2rem); */
    box-shadow: var(--box-shadows);
    border-radius: var(--border-15);
    margin-bottom: 1rem;
}

.card-container .logo-inside {
    position: relative;
    top: 1rem;
    left: 1rem;
    display: block;
    width: 3rem;
    height: 3rem;
    opacity: .9;
}

.card-preview {
    position: relative;
    height: 21.875rem;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
    border: 1px solid var(--outline);
    overflow: hidden;
}

.card-preview-default-color {
    background: var(--card-preview-default-color);
}

.card-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 21.875rem;
    z-index: -1;
    /* object-fit: cover; */
    filter: opacity(0.8);
}

.card-lg .item-image {
    height: 21.875rem;
}

.card-container .square .item-image::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /* height: 14rem; */
    display: inline-block;
    background: var(--hero-shadow-banner);
}

.card-container.card-lg .item-image::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /* height: 14rem; */
    display: inline-block;
    background: var(--hero-shadow)
}

.card.active .bonus-summary-text a {
    /* text-decoration: underline; */
    /* color: var(--white); */
}

.banner-image-figure {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background: var(--banner-dimming);
}

.banner-image-figcaption {
    position: absolute;
    bottom: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    /* background: var(--cards-border-review); */
    background: var(--figcaption-modal-bg);
    padding: 1rem 0;
    box-sizing: border-box;
}

.card {
    background: var(--main-bg);
    overflow: hidden;
    height: 21.875rem;
    border-radius: var(--border-15);
    /* border: 1px solid var(--card__bg); */
    width: 100%;
}

.card.active {
    border-radius: 0;
    top: 0 !important;
    position: fixed;
    width: 100%;
    max-width: 100%;
    right: 0;
    left: 0;
    height: 100% !important;
    max-height: 100%;
    z-index: 1020;
    overflow-y: scroll;
    overflow-x: hidden;
    border: none;
}

.card.active .item-content {
    height: auto;
    overflow: auto;
    opacity: 1;
    padding: auto 0;
}

img.index-logo-right-corner {
    width: 4rem;
    height: 4rem;
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.banner-index-inside-nav {
    position: absolute;
    right: 0;
    top: 10rem;
    width: 50%;
    z-index: 2;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-around;
    padding: 1rem;
    box-sizing: border-box;
}

.banner-index-inside-nav figcaption {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
}

.banner-index-inside-nav figcaption span {
    color: var(--gray_ish);
    padding: 0 0.5rem;
}

.banner-index-inside-nav .wager-box {
    border: 1px solid var(--outline);
    background: var(--card__bg);
    color: var(--white);
    position: relative;
    min-height: 8rem;
    background-image: var(--banner-wager-box);
}

.banner-index-inside-nav .wager-box+.banner-index-inside-nav .wager-box {
    margin-left: .438rem;
}

.banner-index {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    z-index: 2;
}

.card.active .card-preview {
    margin: 0 0 1rem;
    width: 100%;
    border: none;
}

.card.active .card-background {
    max-width: 120rem;
}

.card.active .cross {
    opacity: 1;
}

.card.active .card-preview.rounded {
    border-radius: 0;
}

.card-lg,
.card-lg .card,
.card-lg .card-preview {
    height: 25.5rem;
}

.item-title {
    /* max-width: 343px; */
    /* max-width: 23.438rem; */
    /* padding: 1.5rem 1rem 1rem; */
    padding: 0.625rem 0.625rem 0.25rem;
    box-sizing: border-box;
}

.item-title.absolute-bottom {
    position: absolute;
    top: 20rem;
    left: 0;
}

.item-sub-title,
.item-sub-title-rotate {
    color: var(--item-sub-title);
}

.item-title h3 {
    padding: .5rem 0 0;
}


/* Multiicons sliding banner */

.Outerview {
    height: 23.438rem;
    width: 21.875rem;
    background: var(--card__bg);
    display: flex;
    display: -ms-flexbox;
    align-items: left;
    flex-direction: column;
    overflow: hidden;
    border-radius: 0.625rem;
}

.sub-heading {
    color: var(--white);
    opacity: 0.6;
    text-align: left;
    padding: 1rem 1rem 0.375rem 1rem;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
}

.main-heading {
    text-align: left;
    padding: 1rem 1rem 0.375rem 1rem;
    font-size: 1.75rem;
    font-weight: 600;
    text-transform: capitalize;
}

.icon-section div:first-child {
    margin-left: -10%;
}

.icon-section div:last-child {
    margin-left: -30%;
}

.icon-holder {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    overflow: hidden;
}

.icon-banner {
    border-radius: var(--border-15);
    height: 4.688rem;
    width: 4.688rem;
    margin: 0.25rem;
    position: relative;
    animation: slideShow 60s infinite;
    flex-shrink: 0;
}

.up-down-margin {
    margin: 1rem 0;
}

.item-sub-title-two {
    text-transform: uppercase;
    font-weight: 700;
    color: var(--white);
}

@keyframes slideShow {
    from {
        left: 0%;
    }
    to {
        left: -30%;
    }
}

@media only screen and (max-width: 575px) and (min-width: 280px) {
    .index-header-image,
    .banner-index-inside-nav {
        display: none;
    }
    .hero-tag {
        display: none;
    }
    .item-top-title {
        position: absolute;
        top: 0.5rem;
        left: 1rem;
        width: calc(100% - 6rem);
        color: var(--white);
        z-index: 2;
        font-size: 2rem;
        line-height: 2.5rem;
    }
    .item-title.absolute {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        color: var(--h2-color);
        z-index: 2;
        background: var(--card__bg);
        height: 6.25rem;
    }
    .item-image {
        position: relative;
        height: 21.875rem;
        overflow: hidden;
    }
    .item-sub-title,
    .item-sub-title-two {
        margin: 0 auto;
    }
    .item-sub-title,
    .item-sub-title-two,
    .item-sub-title-rotate {
        width: calc(100% - 2.25rem);
    }
    /* .box-align-default {
        margin: 0 1rem;
    } */
    .tabs {
        display: flex;
        scroll-snap-type: x mandatory;
        overflow-x: scroll;
        display: -ms-flexbox;
        height: 100%;
        box-sizing: border-box;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        justify-content: space-around;
    }
    .tab {
        cursor: pointer;
        padding: .5rem;
        margin: 0px 2px;
        display: inline-block;
        text-align: center;
    }
}

@media screen and (min-width: 576px) {
    .tabs {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .header-promo {
        /* padding: .5rem; */
        border-radius: var(--border-15);
        margin-top: 1rem;
    }
    .header-home-page {
        padding-bottom: 1rem;
        position: relative;
    }
    .box-align-default {
        margin-left: 1rem;
        margin-right: 1rem;
    }
}

@media only screen and (min-width: 361px) and (max-width: 575px) {
    h1.box-align-default {
        font-size: 2rem;
        line-height: 2.118rem;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    h1.box-align-default {
        font-size: 2.25rem;
    }
    .index-here-content,
    .banner-index-inside-nav {
        display: flex;
        flex-direction: row;
    }
    .header-promo-content {
        flex-direction: column;
    }
    .item-top-title {
        position: absolute;
        top: 1rem;
        left: 1rem;
        width: calc(100% - 6rem);
        color: var(--white);
        z-index: 2;
    }
    .item-image {
        position: relative;
        height: 21.875rem;
        overflow: hidden;
    }
    .item-sub-title,
    .item-sub-title-two {
        /* width: 100%; */
        width: 90%;
        margin: 0 1rem;
    }
    .tab {
        cursor: pointer;
        padding: .5rem 1rem;
        margin: 0px 2px;
        display: inline-block;
        text-align: center;
    }
}

@media only screen and (min-width: 601px) and (max-width: 767px) {
    .two-banners-box {
        display: flex;
        justify-content: space-between;
    }
    .card-container {
        width: calc(50% - 1rem);
    }
}

@media only screen and (min-width: 768px) {
    h1.box-align-default {
        font-size: 2.5rem;
    }
    .index-here-content {
        display: flex;
        flex-direction: row;
    }
    .header-promo {
        border: 1px solid var(--cards-border-review);
        color: var(--white);
    }
    .index-header-image {
        display: flex;
        justify-content: center;
    }
    .item-title.absolute {
        position: absolute;
        top: 14.5rem;
        left: 0;
        width: 50%;
        color: var(--h2-color);
        z-index: 2;
    }
    .item-image {
        position: relative;
        height: 21.875rem;
        overflow: hidden;
    }
    .index-banner-right-side-box {
        position: absolute;
        top: 0;
        right: 0;
        max-width: 50%;
        box-sizing: border-box;
        padding: 1rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        height: 100%;
    }
    .index-banner-right-big-title-only {
        width: 80%;
        margin: 0 auto;
        font-size: 2.5rem;
        font-weight: bold;
        text-align: center;
        line-height: 3rem;
        color: rgba(255, 255, 255, .6);
    }
    .header-promo {
        position: absolute;
        right: 0;
    }
    .header-promo-content {
        flex-wrap: wrap;
        position: relative;
        min-height: 20.588rem;
    }
    .index-hero-text {
        width: calc(100% - 19rem);
    }
    .tab {
        cursor: pointer;
        padding: .5rem 1rem;
        margin: 0px 2px;
        display: inline-block;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .two-banners-box {
        display: flex;
        justify-content: space-between;
    }
    .card-container {
        width: calc(50% - 1rem);
    }
    .card .item-sub-title,
    .card .item-sub-title-two {
        /* width: 100%; */
        width: 90%;
        margin: 0 1rem;
    }
    .header-home-page {
        padding-bottom: 1rem;
    }
    .card.active .item-sub-title,
    .card.active .item-sub-title-two,
    .box-align-default {
        width: 100%;
        max-width: 720px;
        margin: 0 auto;
    }
    .item-top-title {
        position: absolute;
        top: 1rem;
        left: 1rem;
        width: calc(80% - 2rem);
        color: var(--white);
        z-index: 2;
        font-size: 1.5rem;
        line-height: 1.75rem;
    }
    .index-hero-text {
        padding-right: 1rem;
        box-sizing: border-box;
        font-size: 1.118rem;
        line-height: 1.353rem;
    }
}

@media only screen and (min-width: 992px) {
    .two-banners-box {
        display: flex;
        justify-content: space-between;
    }
    .card-container {
        display: flex;
        /* width: calc(50% - 1rem); */
    }
    .one {
        width: calc(65% - 1rem);
    }
    .two {
        width: calc(35%)
    }
    .index-hero-text {
        padding-right: 1rem;
        box-sizing: border-box;
        font-size: 1.125rem;
        line-height: 1.5rem;
    }
    .panels {
        padding: 1rem;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .card .item-sub-title,
    .card .item-sub-title-two {
        width: 90%;
        margin: 0 1rem;
    }
    .card.active .item-sub-title,
    .card.active .item-sub-title-two {
        width: 100%;
        max-width: 960px;
        margin: 0 auto;
    }
    .box-align-default {
        max-width: 960px;
        margin: 0 auto;
    }
    .item-top-title {
        position: absolute;
        top: 1rem;
        left: 1rem;
        width: calc(80% - 2rem);
        color: var(--white);
        z-index: 2;
        font-size: 1.5rem;
        line-height: 1.85rem;
    }
    .header-home-page {
        /* min-height: 28.125rem; */
        min-height: 26.125rem;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .card .item-sub-title,
    .card .item-sub-title-two {
        width: 100%;
        margin: 0 1rem;
    }
    .card.active .item-sub-title,
    .card.active .item-sub-title-two {
        width: 100%;
        max-width: 1140px;
        margin: 0 auto;
    }
    .box-align-default {
        max-width: 1140px;
        margin: 0 auto;
    }
    .item-top-title {
        position: absolute;
        top: 1rem;
        left: 1rem;
        width: calc(70% - 2rem);
        color: var(--white);
        z-index: 2;
        font-size: 1.8rem;
        line-height: 2.5rem;
    }
    .header-home-page {
        min-height: 28.125rem;
    }
}

@media only screen and (min-width: 1400px) {
    .card .item-sub-title,
    .card .item-sub-title-two {
        width: 100%;
        margin: 0 1rem;
    }
    .card.active .item-sub-title,
    .card.active .item-sub-title-two {
        width: 100%;
        max-width: 1140px;
        margin: 0 auto;
    }
    .box-align-default {
        max-width: 1140px;
        margin: 0 auto;
    }
    .item-top-title {
        position: absolute;
        top: 1rem;
        left: 1rem;
        width: calc(70% - 2rem);
        color: var(--white);
        z-index: 2;
        font-size: 1.8rem;
        line-height: 2.25rem;
    }
    .header-home-page {
        min-height: 28.125rem;
    }
}


/* SLIDING BONUSES */

.sliding-bonuses-offer {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
}

.panels {
    /* min-height: 200px; */
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    /* padding: 1rem; */
}

.panel {
    display: none;
    animation: fadein .8s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.radio {
    display: none;
}

#one:checked~.panels #one-panel,
#two:checked~.panels #two-panel,
#three:checked~.panels #three-panel {
    display: block
}

#one:checked~.tabs #one-tab,
#two:checked~.tabs #two-tab,
#three:checked~.tabs #three-tab {
    color: var(--font-color);
    border-top: 3px solid var(--active);
    font-weight: 600;
    box-shadow: var(--box-shadows);
    background: var(--white);
    border-radius: var(--border-bottom);
}