* {
    box-sizing: border-box;
}

:root {
    /* --main-bg: linear-gradient(to bottom, #0cb7b1, rgba(0, 0, 0, 0)), linear-gradient(to bottom, #061a23, #061a23), linear-gradient(to bottom, #fff, #fff); */
    --main-text-color: #FCFCFD;
    --description-text-color: #FFC90F;
    --button-color: linear-gradient(38deg, #16e3ff 12%, #d1fffa 84%);
    --bonus-text-color: #33e9c6;
    --green-color: #00ff0a;
    --red-color: #fc0608;
    --borderImage: linear-gradient(to right, #ff016c 0%, #fff 52%, #ff016c 100%);
}

@font-face {
    font-family: PostNoBillsColomboSemiBold;
    src: url("../fonts/postnobillscolombo-semibold.ttf") format("truetype"), url("assets/fonts/postnobillscolombo-semibold.ttf.html") format("truetype");
}

.container {
    width: 375px;
    margin: 0px auto;
    padding: 20px 16px;
}

body {
    background-image: url("../newphoto/favicon14.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.header__promo__mini{
    align-self: stretch;
    flex-grow: 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 17px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: white;
}

@media (min-width: 720px) {
    .MagicWinImg{
        width: 120px !important;
        
        
        
        
        
        
        
        
        
        
        !i;
        !;
    }
    body {
        background-image: url("../../newphoto/favicon14.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        position: relative;
        min-height: 100%;
        background-color: black;
    }

    body::before {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        min-height: 100%;
        content: "";
        background-color: rgba(0, 0, 0, 0.68);
        height: 100vh;
    }
}

.header {
    width: 100%;
}

.header__ticker-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    padding: 12px 16px;
    border-radius: 16px;
    box-shadow: rgba(15, 15, 15, 0.2) 0px 24px 24px -16px;
    background-image: linear-gradient(179deg, rgb(0, 255, 163) 4%, rgb(0, 187, 119) 97%);
}

.header__logo {
    height: 24px;
}

.ticker__text {
    flex-grow: 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: rgb(0, 0, 0);
    white-space: nowrap;
    overflow-wrap: break-word;
    hyphens: none;
    overflow: hidden;
}

.header__promo {
    text-align: center;
}

.promo__title {
    align-self: stretch;
    flex-grow: 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: white;
}

.promo__subtitle {
    flex-grow: 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: var(--main-text-color);
}

.main {
    width: 100%;
    min-height: 100%;
}

.offers {
    display: flex;
    flex-flow: wrap;
    gap: 10px;
    align-items: flex-start;
}

.offers__card {
    width: 163px;
    margin-top: 65px;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: flex-start; */
    gap: 12px;
    border-radius: 17px;
    position: relative;
    background: rgb(21, 21, 21);
    border: 2px solid rgb(195, 9, 180);
    padding: 16px;
}

.card__header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    padding: 5px;
    background: transparent;
    /* position: absolute; */
    /* top: -30px; */
    left: -2.5px;
    align-content: center;
}

.card__header-indicator {
    width: 32px;
    height: 32px;
    flex-grow: 0;
    border-radius: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    position: absolute;
    top: 0px;
    left: 0px;
}

.card__header-logo {
    width: 147px;
    margin-top: 20px;
}

.card__header-logo-2 {
    width: 147px;
    margin-bottom: 0px;
    text-align: center;
    align-items: center;
}

.card__body {
    display: flex;
    flex-direction: column;
    padding-top: 10px;
}

.body__stats {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.stats__money {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 4px 0px;
    border-radius: 8px;
}

.stats__freespins {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 4px 0px;
    border-radius: 8px;
}

.stats__icon {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 4px 0px;
    border-radius: 8px;
    backdrop-filter: blur(2px);
    box-shadow: rgba(30, 30, 30, 0.12) 1px 3px 6px 0px;
    border-style: solid;
    border-width: 1px;
    border-image-source: linear-gradient(154deg, rgb(255, 255, 255) 16%, rgba(255, 255, 255, 0.02) 59%);
    border-image-slice: 1;
    background-image: linear-gradient(rgba(0, 224, 255, 0.7), rgba(0, 224, 255, 0.7)), linear-gradient(154deg, rgb(255, 255, 255) 16%, rgba(255, 255, 255, 0.02) 59%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.stats__image {
    height: 40px;
}

.stats__icon-subtitle {
    flex-grow: 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: rgb(142, 156, 176);
    text-transform: uppercase;
    margin-top: 4px;
}

.money__text {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px;
    align-self: stretch;
    flex-grow: 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center;
    color: rgb(142, 156, 176);
}

.money__text span {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: rgb(0, 151, 157);
}

.freespins__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    flex-grow: 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 10px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center;
    color: rgb(255, 255, 255);
}

.freespins__text span {
    text-shadow: rgb(255, 255, 255) 0px 0px 4px, rgba(255, 247, 61, 0.5) 0px 0px 5px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: rgb(0, 151, 157);
}

.fs {
    font-size: 11px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    margin-left: 2px;
}

.body__bonus {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 12px;
    justify-content: space-between;
}

.bonus__text {
    flex-grow: 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 20px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    display: flex;
    justify-content: space-between;
    color: var(--main-text-color);
}

.bonus__summary {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 24px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: rgb(0, 255, 163);
}

.body__reviews {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.reviews__icons-stars {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
}

.reviews__icons-users {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
}

.users__quantity {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: rgb(142, 156, 176);
}

.payment__type {
    align-self: stretch;
    flex-grow: 0;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: var(--main-text-color);
}

.card__button {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 90px;
    background-image: linear-gradient(105deg, rgb(195, 9, 180) 0%, rgb(0, 35, 95) 100%);
    text-decoration: none;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    text-align: center;
    color: rgb(255, 255, 255);
    margin-top: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.card__button img {
    margin-left: 16px;
}

@keyframes gradient {
    0% {
        background-position: 80% 0%;
    }

    50% {
        background-position: 20% 100%;
    }

    100% {
        background-position: 80% 0%;
    }
}

.card__button:hover {
    transition: 1s;
    background: rgb(241, 48, 255);
    color: rgb(255, 255, 255);
}

.content {
    align-self: stretch;
    flex-grow: 0;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: var(--main-text-color);
}

.footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    color: var(--main-text-color);
    margin-top: 12px;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
}

.footer__content {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    gap: 12px;
}

.footer__images {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px 0px;
}

.link__gamble {
    text-decoration: none;
    color: var(--main-text-color);
    padding-top: 2.5px;
    padding-bottom: 2.5px;
    position: relative;
}

.link__gamble:hover {
    color: rgb(0, 224, 255);
    transition: 1s;
}

.link__gamble::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -1px;
    width: 150px;
    height: 1px;
}

@keyframes shimmer {
    0% {
        box-shadow: rgb(0, 224, 255) 0px 0px 10px 2px;
    }

    50% {
        box-shadow: rgb(0, 224, 255) 0px 0px 20px 4px;
    }

    100% {
        box-shadow: rgb(0, 224, 255) 0px 0px 10px 2px;
    }
}

.footer__content p {
    margin: 0px;
}

.footer__links {
    display: flex;
    flex-direction: column;
    gap: 24px;
    color: var(--main-text-color);
}

.disclaimer__title {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: rgb(255, 255, 255);
}

.disclaimer__text {
    text-align: left;
}

.footer__nav {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    gap: 16px;
}

.footer__nav a {
    text-decoration: none;
    flex-grow: 0;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--main-text-color);
}

.footer__nav a:hover {
    color: rgb(255, 1, 108);
    transition: 0.5s;
}

.footer__copyright {
    flex-grow: 0;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: rgb(255, 255, 255);
    margin: 0px;
}

@media (min-width: 720px) {
    .container {
        width: 100%;
        max-width: 1110px;
        padding: 20px 0px;
        background: transparent;
        position: relative;
        z-index: 22;
    }

    .offers {
        flex-flow: wrap;
        justify-content: space-between;
    }

    .card__body {
        width: 100%;
        font-size: 14px;
    }

    .users__quantity, .freespins__text {
        font-size: 18px;
    }

    .offers__card {
        /* width: 259px; */
        flex-direction: column;
        justify-content: space-between;
        flex: 0 0 29%;
    }

    .body__bonus {
        width: 100%;
    }

    .card__header-logo {
        width: 90px;
    }

    .card__header-logo-2 {
        width: 200px;
        text-align: center;
        align-items: center;
    }

    .bonus__text {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .card__button {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .footer__images {
        justify-content: center;
    }

    .card__header-indicator {
        top: 0px;
        left: 0px;
    }

    .footer {
        margin-top: 56px;
    }

    .pre__footer {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }

    .footer__content {
        width: 100%;
    }

    .footer__disclaimer {
        width: 100%;
        font-size: 10px;
    }

    .disclaimer__title {
        margin-top: 0px;
    }

    .footer__links {
        flex-direction: row;
        gap: 24px;
    }

    .footer__nav {
        width: 100%;
        justify-content: flex-start;
        gap: 40px;
        padding-top: 24px;
        border-top: 1px solid rgb(255, 255, 255);
    }

    .footer__copyright {
        margin-left: auto;
    }

    .card__header {
        /* position: absolute; */
        /* top: -50px; */
        /* left: 10px; */
    }
}

@media (max-width: 720px) {
    .card__button {

    padding-left: 20px;
    padding-right: 20px;
}
    .promo__title {

font-size: 18px;
}
.header__promo__mini {

font-size: 10px;
}
        .offers {
        display: flex;
        flex-flow: wrap;
        gap: 10px;
        align-items: flex-start;
        flex-direction: column;
    }
    .offers__card {
    width: 100%;
    margin-top: 15px;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    gap: 12px;
    border-radius: 17px;
    position: relative;
    background: rgb(21, 21, 21);
    border: 2px solid rgb(195, 9, 180);
    padding: 16px;
    align-content: center;
}
.card__body {
    display: flex;
    flex-direction: row;
    padding-top: 10px;
    justify-content: revert-layer;
    align-items: center;
    gap: 30px;
    flex: 0 0 60%;
    flex-direction: column;
}
.container {
    width: 100%;
    margin: 0px auto;
    padding: 20px 16px;
}
    body {
        background-color: rgb(0, 35, 95);
    }
    .footer__images {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px 0px;
}
.footer__nav {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    gap: 16px;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
header{
    /* display: none; */
}
}

.hide{
    display: none;
}