body {
    background-image:url(../images/july-page/bg.avif);
    background-repeat: repeat;
}

.no-arrow:after {
    content: none;
}

.hero-banner {
    margin-top: 0 !important;
    background-image: url(../images/july-page/hero-bg-mobile.avif);
    aspect-ratio: 768/1020;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    font-family: var(--font-bluescreen);
    color: white;
}

.hero-banner .wrapper {
    position: relative;
}

.hero-banner .content {
    display: flex;
    padding-top:30px;
    flex-direction: column;
    align-items: center;

    color: #F4313F;

    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}

.hero-banner .content > small {
    -webkit-text-stroke: 0;
    color: white;
    font-weight: 600;
    font-size: 50px;
    line-height: .8em;
    text-shadow: 0 5px 8px rgba(0, 0, 0, 0.80);
}

.hero-banner .content .big {
    font-size: 280px;
    font-weight: 600;
    letter-spacing: -0.01em;
}


.hero-banner .content .bonus {
    text-shadow: 0 5px 8px rgba(0, 0, 0, 0.80);
    -webkit-text-stroke-width: 2.5px;
    -webkit-text-stroke-color: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(../images/july-page/hero-hr-mobile.avif);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 30px;
    margin-bottom:10px;
    padding-top:10px;
    font-size: 90px;
    gap:10px;
}

.hero-banner .content .bonus > div {
    line-height: .8em;
}

.hero-banner .content .cta {
    margin-top:26px;
}

.hero-banner .content .cta .btn-primary {
    margin-left:auto;
    margin-right:auto;
    display: table;
    margin-bottom:10px;
    font-weight:400;
    box-shadow: 0 4px 10px 0 #511111;
    font-size:40px;
    width:261px;
    line-height:70px;
    padding:0;
    text-align: center;
}

.hero-banner .content .cta small{
    display:table;
    margin-left:auto;
    margin-right:auto;
    color:  #262626;
    text-align: center;
    font-family: var(--font-fjalla-one);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.promotion-heading {
    text-align: center;
    font-family: var(--font-fjalla-one);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
    color:#372C35;
}

.promotion-heading .btn-primary {
    font-size: 36px;
    margin-top:50px;
    width:261px;
    line-height:70px;
    text-align: center;
    padding:0;
    justify-content: center;
}

.promotion-heading p {
    color:#372C35;
}
.promotion-heading h1 {
    text-align: center;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.hero-banner .content .bonus .text {
    display: flex;
    flex-direction: row;
    gap:15px;
}

.hero-banner .content .bonus .text.offset {
    transform: translateX(-16%);
}

.promotion-heading .columns {
    display:flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #372C35;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px; /* 145% */    
    gap:50px;
}

.promotion-heading .columns > div {
    display:flex;
    flex-direction: column;
    gap:20px;
}

.promotion-heading .columns a {
    flex: 1;
    min-height: 0;
    display:flex;
}
.promotion-heading .columns img {
    width:100%;
    height:auto;
    object-fit: contain;
    flex: 1;
    min-height: 0;
}


.promotion-heading .columns .scratch {

    border-radius: 12px;
}

.hero-banner .content .welcome {
    font-size:60px;
}



@media (min-width:768px) {
    .hero-banner .content .bonus .text.offset {
        transform:none;
    }

    .hero-banner {
        background-image: url(../images/july-page/hero-bg-desktop.avif);
        background-size:100% auto;
        width:100%;
        aspect-ratio:3600/1544;
        position: relative;
    }

    .hero-banner .wrapper {
        background-image: url(../images/july-page/hero-eagle-desktop.avif);
        background-size: 50%;
        background-repeat: no-repeat;
        background-position:right 10%;
        height:100%;
    }

    .hero-banner .content {
        width:100%;
        scale: .4;
        transform-origin: top left;
        margin-left:2%;
    }
    .hero-banner .content .bonus {
        flex-direction: row;
        background-image:url(../images/july-page/hero-hr-desktop.avif);
        -webkit-text-stroke-width: 4px;
        font-size: 150px;
        margin-top:10px;
        margin-bottom:40px;
        padding-bottom:60px;
        gap:35px;
    }

    .hero-banner .content .bonus .text {
        flex-direction: column;
    }

    .hero-banner .content > small {
        font-size:70px;
    }

    .hero-banner .content .cta small {
        font-size:14px;
    }

    .hero-banner .content .big {
        font-size:400px;

    }
    .hero-banner .content .welcome {
        font-size:80px;
        white-space: nowrap;
    }

    .hero-banner .content .cta .btn-primary {
        font-size:70px;
        padding: 30px 0px;
        width:470px;
        height:auto;
    }

    .promotion-heading .btn-primary {
        padding: 30px 0px;
        width:470px;
        height:auto;
    }

    .hero-banner .content .cta  {
        font-size:16px;
    }

    .promotion-heading {
        max-width:1084px;
        margin-bottom:100px;
    }
    .promotion-heading .columns {
        flex-direction: row;
        gap:50px;
        align-items: stretch;
    }

    .promotion-heading .columns > div {
        display:flex;
        flex-direction: column;
        gap: 30px;
        align-items: center;
        flex: 1;
    }

    .promotion-heading .columns > div img {
        width:85%;
    }

    .promotion-heading .btn-primary {
        font-size:70px;
        letter-spacing: 0.7px;
        margin-top:50px;
        padding-left:8%;
        padding-right:8%;
    }    
}

@media (min-width:1024px) {
    .hero-banner .content {
        scale: 0.55;
        width:fit-content;
    }
}

@media (min-width:1366px) {
    .hero-banner .content {
        margin-left:5%;
    }
    .hero-banner .content {
        scale: 0.65;
    }

}

@media (min-width:1600px) {
    .hero-banner .content {
        scale: 0.85;
    }    
}

@media (min-width:1920px) {
    .hero-banner .content {
        scale: 1;
    }    
}

@media (min-width:2560px) {
    .hero-banner .content {
        scale: 1.3;
    }    
}

@media (min-width:3840px) {
    .hero-banner .content {
        scale: 2;
    }    
}