@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap');

.banner {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 40px);
    max-width: 1374px;
    height: 233px;
    overflow: hidden;
    z-index: 100;
    background: linear-gradient(131.26deg, #FFFFFF 0%, #F1F1F1 100%);
    border: 1.65px solid;
    border-image-source: linear-gradient(131.26deg, #CECECE 0%, #CDCDCD 100%);
}

.background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner_close {
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 200;
    left: calc(100% - 48px);
    fill: #8C8C8C;
    cursor: default;
    transform: scale(1.5);
    top: 28px;
    gap: 0;
}

.main-background {
    position: absolute;
    height: 811px;
    top: -460px;
    gap: 0;
    opacity: 80%;
    background-image: url('../images/banner_bg.png');
    background-size: cover;
    background-position: center;
    width: 100%;
}

.gradient {
    position: absolute;
    height: 811px;
    top: -460px;
    gap: 0;
    opacity: 80%;
    rotate: 180deg;
    background-image: url('../images/banner_gradient.png');
    background-size: cover;
    background-position: center;
    width: 100%;
}

.bet-info {
    background-image: url('../images/banner_bet.png');
    background-size: contain;
    background-position: center;
    width: 325px;
    height: 705px;
    position: absolute;
    rotate: -15.06deg;
    top: -110px;
    left: calc(100% - 683px);
    gap: 0;
}

.content {
    position: relative;
    display: flex;
    height: 100%;
    color: white;
}

.title {
    position: absolute;
    gap: 0;
    width: calc(100% - 520px);
    height: 182px;
    top: 39px;
    left: 46px;
}

.title p {
    font-family: "Montserrat", sans-serif;
    font-size: 96px;
    font-weight: 800;
    text-align: left;
    color: #ffffff;
    margin: 0;
    line-height: 42px;
    height: auto;
}

.title .first_part {
    text-transform: uppercase;
    line-height: 70px;
}

.title .second_part {
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
}

.title .second_part .third_part {
    color: #E98537;
}

/*.fourth_part {*/
/*    position: absolute;*/
/*    width: 235px;*/
/*    height: 37px;*/
/*    top: 129px;*/
/*    left: 0;*/
/*    gap: 0;*/
/*    background: #E98537;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    padding: 0 10px;*/
/*}*/

/*.fourth_part p {*/
/*    position: absolute;*/
/*    top: -5px;*/
/*    font-size: 36px;*/
/*    font-weight: 500;*/
/*    text-align: left;*/
/*    line-height: 42px;*/
/*}*/

.fourth_part {
    position: absolute;
    min-width: 235px;
    width: fit-content;
    height: 37px;
    top: 129px;
    left: 0;
    gap: 0;
    background: #E98537;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

.fourth_part p {
    position: relative;
    font-size: 36px;
    font-weight: 500;
    text-align: left;
    line-height: 42px;
    top: -5px;
    margin: 0;
}

.cta {
    position: absolute;
    width: 390px;
    height: 73px;
    top: 80px;
    left: calc(100% - 467px);
    color: white;
    border-radius: 5px;
    gap: 0;
    background: linear-gradient(180deg, #005707 0%, #077E26 100%);
    border: 2px solid;
    border-image-source: linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0%, rgba(153, 153, 153, 0.4) 100%);
    box-shadow: 0 4px 4px 0 #00000040;
}

.cta span {
    position: absolute;
    width: 303px;
    height: 30px;
    top: 20px;
    left: 18px;
    gap: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 29px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.005em;
    text-align: left;
    color: #FFFFFF;

}

.hand-icon {
    position: absolute;
    width: 133px;
    height: 113px;
    top: 88px;
    left: calc(100% - 150px);
    gap: 0;
    z-index: 1;
}


@media (max-width: 1147px) {
    .bet-info {
        background-image: url('../images/banner_bet.png');
        background-size: contain;
        background-position: center;
        width: 325px;
        height: 705px;
        position: absolute;
        rotate: -15.06deg;
        top: -110px;
        left: calc(100% - 633px);
        gap: 0;
    }

    .cta {
        position: absolute;
        width: 340px;
        height: 73px;
        top: 80px;
        left: calc(100% - 417px);
        color: white;
        border-radius: 5px;
        gap: 0;
        background: linear-gradient(180deg, #005707 0%, #077E26 100%);
        border: 2px solid;
        border-image-source: linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0%, rgba(153, 153, 153, 0.4) 100%);
        box-shadow: 0 4px 4px 0 #00000040;
    }

    .cta span {
        position: absolute;
        width: 303px;
        height: 30px;
        top: 20px;
        left: 18px;
        gap: 0;
        font-family: "Montserrat", sans-serif;
        font-size: 24px;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: -0.005em;
        text-align: left;
        color: #FFFFFF;

    }

    .hand-icon {
        position: absolute;
        width: 133px;
        height: 113px;
        top: 88px;
        left: calc(100% - 150px);
        gap: 0;
        z-index: 1;
    }

    .title {
        position: absolute;
        gap: 0;
        width: calc(100% - 520px);
        height: 150px;
        top: 45px;
        left: 46px;
    }

    .title p {
        font-family: "Montserrat", sans-serif;
        font-size: 76px;
        font-weight: 800;
        text-align: left;
        color: #ffffff;
        margin: 0;
        line-height: 36px;
        height: auto;
    }

    .title .first_part {
        text-transform: uppercase;
        line-height: 50px;
    }

    .title .second_part {
        font-size: 36px;
        font-weight: 700;
        line-height: 36px;
        text-align: left;
    }

    .title .second_part .third_part {
        color: #E98537;
    }

    /*.fourth_part {*/
    /*    position: absolute;*/
    /*    width: 235px;*/
    /*    height: 37px;*/
    /*    top: 90px;*/
    /*    left: 0;*/
    /*    gap: 0;*/
    /*    background: #E98537;*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*    justify-content: center;*/
    /*}*/

    /*.fourth_part p {*/
    /*    position: absolute;*/
    /*    top: -5px;*/
    /*    font-size: 36px;*/
    /*    font-weight: 500;*/
    /*    text-align: left;*/
    /*    line-height: 42px;*/
    /*}*/

    .fourth_part {
        position: absolute;
        min-width: 235px;
        width: fit-content;
        height: 37px;
        top: 90px;
        left: 0;
        gap: 0;
        background: #E98537;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 10px;
    }

    .fourth_part p {
        position: relative;
        font-size: 36px;
        font-weight: 500;
        text-align: left;
        line-height: 42px;
        top: -5px;
        margin: 0;
    }
}

@media (max-width: 990px) {
    .bet-info {
        background-image: url('../images/banner_bet.png');
        background-size: contain;
        background-position: center;
        width: 325px;
        height: 705px;
        position: absolute;
        rotate: -15.06deg;
        top: -110px;
        left: calc(100% - 536px);
        gap: 0;
    }

    .cta {
        position: absolute;
        width: 270px;
        height: 73px;
        top: 80px;
        left: calc(100% - 320px);
        color: white;
        border-radius: 5px;
        gap: 0;
        background: linear-gradient(180deg, #005707 0%, #077E26 100%);
        border: 2px solid;
        border-image-source: linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0%, rgba(153, 153, 153, 0.4) 100%);
        box-shadow: 0 4px 4px 0 #00000040;
    }

    .cta span {
        position: absolute;
        width: 303px;
        height: 30px;
        top: 20px;
        left: 18px;
        gap: 0;
        font-family: "Montserrat", sans-serif;
        font-size: 18px;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: -0.005em;
        text-align: left;
        color: #FFFFFF;

    }

    .hand-icon {
        position: absolute;
        width: 103px;
        height: 93px;
        top: 92px;
        left: calc(100% - 110px);
        gap: 0;
        z-index: 1;
    }

    .title {
        position: absolute;
        gap: 0;
        width: calc(100% - 420px);
        height: 120px;
        top: 60px;
        left: 46px;
    }

    .title p {
        font-family: "Montserrat", sans-serif;
        font-size: 58px;
        font-weight: 800;
        text-align: left;
        color: #ffffff;
        margin: 0;
        line-height: 36px;
        height: auto;
    }

    .title .first_part {
        text-transform: uppercase;
        line-height: 40px;
    }

    .title .second_part {
        font-size: 24px;
        font-weight: 700;
        line-height: 24px;
        text-align: left;
    }

    .title .second_part .third_part {
        color: #E98537;
    }

    /*.fourth_part {*/
    /*    position: absolute;*/
    /*    width: 235px;*/
    /*    height: 37px;*/
    /*    top: 70px;*/
    /*    left: 0;*/
    /*    gap: 0;*/
    /*    background: #E98537;*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*    justify-content: center;*/
    /*}*/

    /*.fourth_part p {*/
    /*    position: absolute;*/
    /*    top: -5px;*/
    /*    font-size: 36px;*/
    /*    font-weight: 500;*/
    /*    text-align: left;*/
    /*    line-height: 42px;*/
    /*}*/

    .fourth_part {
        position: absolute;
        min-width: 235px;
        width: fit-content;
        height: 37px;
        top: 70px;
        left: 0;
        gap: 0;
        background: #E98537;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 10px;
    }

    .fourth_part p {
        position: relative;
        font-size: 36px;
        font-weight: 500;
        text-align: left;
        line-height: 42px;
        top: -5px;
        margin: 0;
    }
}


@media (max-width: 755px) {
    .bet-info {
        background-image: url('../images/banner_bet.png');
        background-size: contain;
        background-position: center;
        width: 325px;
        height: 705px;
        position: absolute;
        rotate: -15.06deg;
        top: -110px;
        left: calc(100% - 466px);
        gap: 0;
    }

    .cta {
        position: absolute;
        width: 200px;
        height: 53px;
        top: 90px;
        left: calc(100% - 250px);
        color: white;
        border-radius: 5px;
        gap: 0;
        background: linear-gradient(180deg, #005707 0%, #077E26 100%);
        border: 2px solid;
        border-image-source: linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0%, rgba(153, 153, 153, 0.4) 100%);
        box-shadow: 0 4px 4px 0 #00000040;
    }

    .cta span {
        position: absolute;
        width: 303px;
        height: 30px;
        top: 12px;
        left: 10px;
        gap: 0;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: -0.005em;
        text-align: left;
        color: #FFFFFF;

    }

    .hand-icon {
        position: absolute;
        width: 83px;
        height: 73px;
        top: 99px;
        left: calc(100% - 95px);
        gap: 0;
        z-index: 1;
    }

    .title {
        position: absolute;
        gap: 0;
        width: calc(100% - 320px);
        height: 120px;
        top: 65px;
        left: 46px;
    }

    .title p {
        font-family: "Montserrat", sans-serif;
        font-size: 48px;
        font-weight: 800;
        text-align: left;
        color: #ffffff;
        margin: 0;
        line-height: 42px;
        height: auto;
    }

    .title .first_part {
        text-transform: uppercase;
        line-height: 42px;
    }

    .title .second_part {
        font-size: 24px;
        font-weight: 700;
        line-height: 18px;
        text-align: left;
    }

    .title .second_part .third_part {
        color: #E98537;
    }

    /*.fourth_part {*/
    /*    position: absolute;*/
    /*    width: 190px;*/
    /*    height: 30px;*/
    /*    top: 65px;*/
    /*    left: 0;*/
    /*    gap: 0;*/
    /*    background: #E98537;*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*    justify-content: center;*/
    /*}*/

    /*.fourth_part p {*/
    /*    position: absolute;*/
    /*    top: -2px;*/
    /*    font-size: 28px;*/
    /*    font-weight: 500;*/
    /*    text-align: left;*/
    /*    line-height: 28px;*/
    /*}*/

    .fourth_part {
        position: absolute;
        min-width: 190px;
        width: fit-content;
        height: 30px;
        top: 65px;
        left: 0;
        gap: 0;
        background: #E98537;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 10px;
    }

    .fourth_part p {
        position: relative;
        font-size: 28px;
        font-weight: 500;
        text-align: left;
        line-height: 28px;
        top: -2px;
        margin: 0;
    }
}

@media (max-width: 690px) {
    .banner {
        display: none;
        position: fixed;
        bottom: 50%;
        left: 50%;
        transform: translate(-50%, 50%);
        width: calc(100% - 5px);
        max-width: 372px;
        height: 400px;
        overflow: hidden;
        z-index: 100;
        background: linear-gradient(131.26deg, #FFFFFF 0%, #F1F1F1 100%);
        border: 1.65px solid;
        border-image-source: linear-gradient(131.26deg, #CECECE 0%, #CDCDCD 100%);
    }

    .blur-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(10px);
        z-index: 99;
    }

    .banner_close {
        width: 20px;
        height: 20px;
        position: absolute;
        z-index: 200;
        left: calc(100% - 30px);
        top: 13px;
        gap: 0;
        fill: #8C8C8C;
        cursor: default;
        transform: scale(1.5);
    }
    .main-background {
        position: absolute;
        height: 400px;
        top: 0;
        left: -152px;
        gap: 0;
        opacity: 80%;
        background-image: url('../images/banner_bg.png');
        background-size: cover;
        background-position: center;
        width: 676px;
    }
    .gradient {
        position: absolute;
        height: 400px;
        top: 0;
        gap: 0;
        opacity: 80%;
        rotate: 180deg;
        background-image: url('../images/banner_gradient.png');
        background-size: cover;
        background-position: center;
        width: 372px;
    }
    .bet_info_wrapper {
        position: absolute;
        width: 245px;
        height: 170px;
        top: 121px;
        left: 50%;
        transform: translateX(-50%);
        gap: 0;
        opacity: 100%;
        overflow: hidden;
    }
    .bet-info {
        background-image: url('../images/banner_bet_screen.png');
        background-size: contain;
        background-position: center;
        width: 235px;
        height: 510px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        rotate: 0deg;
    }
    .content {
        position: relative;
        display: flex;
        flex-direction: column;
        height: 100%;
        color: white;
    }

    .title {
        position: absolute;
        gap: 0;
        width: 338px;
        height: 132px;
        top: 30px;
        left: 50%;
        transform: translateX(-50%);
    }

    .title p {
        font-family: "Montserrat", sans-serif;
        font-weight: 800;
        color: #ffffff;
        margin: 0;
        height: auto;
        font-size: 48px;
        line-height: 20px;
        text-align: center;
    }

    .title .first_part {
        text-transform: uppercase;
        line-height: 40px;
    }

    .title .second_part {
        font-size: 24px;
        font-weight: 700;
        line-height: 20px;
        text-align: center;
    }

    .title .second_part .third_part {
        color: #E98537;
    }

    .fourth_part {
        position: absolute;
        width: 145px;
        height: 18px;
        top: 65px;
        left: 50%;
        transform: translateX(-50%);
        gap: 0;
        background: #E98537;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .fourth_part p {
        position: absolute;
        top: -3px;
        font-size: 24px;
        font-weight: 500;
        text-align: center;
        line-height: 20px;
    }
    .cta {
        position: absolute;
        width: 301px;
        height: 57px;
        top: 304px;
        left: 50%;
        transform: translateX(-50%);
        color: white;
        border-radius: 5px;
        gap: 0;
        background: linear-gradient(180deg, #005707 0%, #077E26 100%);
        border: 2px solid;
        border-image-source: linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0%, rgba(153, 153, 153, 0.4) 100%);
        box-shadow: 0 4px 4px 0 #00000040;
    }

    .cta span {
        position: absolute;
        width: 254px;
        height: 22px;
        top: 12px;
        left: 10px;
        gap: 0;
        font-family: "Montserrat", sans-serif;
        font-size: 23px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: -0.005em;
        text-align: left;
        color: #FFFFFF;

    }

    .hand-icon {
        position: absolute;
        width: 95px;
        height: 81px;
        top: 309px;
        left: calc(100% - 84px);
        gap: 0;
        z-index: 1;
    }
}

@media (max-width: 361px) {
    .cta span {
        position: absolute;
        width: 254px;
        height: 22px;
        top: 12px;
        left: 10px;
        gap: 0;
        font-family: "Montserrat", sans-serif;
        font-size: 21px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: -0.005em;
        text-align: left;
        color: #FFFFFF;
    }
}
