.hero-section {
    position: relative;
    background: 
    repeating-linear-gradient(
    to right,
    rgba(213, 223, 1, 0.5) 0px,
    rgba(213, 223, 1, 0.5) 2px,
    transparent 2px,
    transparent 20px
    ),
    var(--gradient1);
    padding-top: 145px;
    overflow: hidden;
}

.hero-section > div {
    display: flex;
    gap: 235px;
    position: relative;
    padding-bottom: 105px;
}

.hero-text-wrapper img,
.hero-text-wrapper picture {
    height: 130px;
    width: 246px;
}

.hero-text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 278px;
}

.hero-promo {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-top: 130px;
}

.hero-promo > div {
    width: 308px;
    height: 85px;
    background: url("/wp-content/themes/jores-theme/assets/img/wave-background.png");
    padding: 10px 16px;
}

.promo-number {
    font-family: "CronosPro";
    font-size: 40px;
    line-height: 33px;
    font-weight: 700;
}

.promo-first {
    display: flex;
    gap: 16px;
    align-items: end;
    position: relative;
}

.promo-first img {
    position: absolute;
    right: 0px;
    bottom: 20px;
}

.promo-second {
    display: flex;
    gap: 16px;
    align-items: center;
}

.promo-second a {
    display: flex;
    gap: 7px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    padding: 11px 10px;
    background-color: var(--green1);
    padding-right: 20px;
    transition: 0.3s ease all;
}

.promo-second a:hover,
.promo-second svg {
    transition: 0.3s ease all;
}

.promo-second:hover a:hover {
    background-color: var(--green1hover);
}

.promo-second:hover svg {
    transform: rotate(45deg);
    transition: 0.3s ease all;
}

.promo-third {
    display: flex;
    gap: 16px;
    align-items: center;
    position: relative;
}

.promo-third img {
    position: absolute;
    right: -78px;               
    top: 44%;               
    transform: translateY(-50%); 
}

.promo-third > div {
    display: flex;
    flex-direction: column;
}

.promo-third > div > p:first-child {
    margin-bottom: 10px;
}

.hero-bottom-left {
    position: absolute;
    left: 93px;
    bottom: -70px;
}

.hero-bottom-right {
    position: absolute;
    right: -150px;
    bottom: -78px;
}

.hero-top-right {
    position: absolute;
    top: -143px;
    right: 25%;
}

.hero-large-circle {
    position: absolute;
    right: 100px;
    bottom: -20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-game-text {
    text-align: center;
    padding: 20px 0px;
}

.header-wave-reverse {
    width: 100%;
    height: 24px; 
    background-image: url('/wp-content/themes/jores-theme/assets/img/header-wave-mini.png');
    background-repeat: repeat-x;
    background-size: auto 100%;
    transform: rotate(180deg);
    margin-top: -37px;
}

@media screen and (max-width: 1380px) {
    
    .hero-section > div {
        gap: 100px;
    }
}

@media screen and (max-width: 1260px) {
    
    .hero-section > div {
        gap: 70px;
        flex-direction: column;
    }

    .hero-bottom-left {
        display: none;
    }

    .hero-promo {
        padding-top: 0px;
    }

    .promo-first img {
        right: -17px;
    }

    .hero-large-circle {
        right: 250px;
    }

    .hero-bottom-right {
        right: -60px;
        bottom: 0px;
    }

    .hero-top-right {
        top: -62px;
        right: 30%;
    }
}

@media screen and (max-width: 1020px) {

    .hero-bottom-right {
        display: none;
    }

    .hero-large-circle {
        right: 150px;
    }
}

@media screen and (max-width: 900px) {

    .hero-large-circle {
        right: 50px;
    }

    .hero-top-right {
        right: 15%;
    }

}

@media screen and (max-width: 768px) {

    .hero-top-right {
        display: none;
    }

    .hero-section {
        padding-top: 120px;
    }

    .hero-large-circle {
        right: 50px;
        bottom: 0px;
    }

    .hero-text-wrapper img, .hero-text-wrapper picture {
        width: 178px;
        height: 94px;
    }

    .hero-text-wrapper {
        max-width: 200px;
    }

    .hero-line {
        height: 275px;
    }
}

@media screen and (max-width: 730px) {

    .hero-circle {
        width: 250px;
        height: 250px;
    }

    .hero-line {
        height: 350px;
    }

    .promo-second a {
        padding-right: 10px;
    }

    .promo-second svg {
        display: none;
    }
}

@media screen and (max-width: 630px) {

    .hero-text-wrapper img, .hero-text-wrapper picture {
        width: 143px;
        height: 75px;
    }

    .hero-text-wrapper {
        gap: 6px;
    }

    .hero-top-right {
        display: block;
        right: -5%;
        top: -105px;
    }

    .hero-bottom-right {
        display: block;
        right: -260px;
        bottom: -30px;
    }

    .hero-line {
        height: 278px;
    }

    .hero-section > div {
        padding-bottom: 70px;
        gap: 130px;
    }

    .hero-promo {
        gap: 24px;
        z-index: 5;
    }

    .promo-first,
    .promo-second,
    .promo-third {
        gap: 8px;
    }

    .promo-first img {
        width: 140px;
        right: 0px;
    }

    .hero-large-circle {
        right: 10px;
    }

    .hero-game-text {
        padding: 20px 0px;
    }
}

@media screen and (max-width: 600px) {

    .hero-circle {
        width: 200px;
        height: 200px;
    }

    .hero-line {
        height: 330px;
    }
}

@media screen and (max-width: 500px) {

    .hero-circle {
        width: 180px;
        height: 180px;
    }

    .hero-large-circle {
        right: 40px;
    }

    .promo-second a {
        gap: 0px;
        padding: 6px 8px;
        white-space: nowrap;
    }

    .promo-third > div > p:first-child {
        margin-bottom: 0px;
    }

    .promo-third img {
        width: 102px;
        height: 102px;
    }

    .hero-promo > div {
        padding: 8px 7px;
        width: 197px;
        height: 53px;
        background: url(/wp-content/themes/jores-theme/assets/img/wave-background-mobile.png);
    }

    .hero-line {
        height: 265px;
    }

    .hero-top-right {
        right: -10%;
    }

    .promo-first img {
        right: 25px;
    }
}

@media screen and (max-width: 440px) {

    .hero-large-circle {
        right: 10px;
    }

    .hero-top-right {
        top: -115px;
    }

    .promo-third img {
        right: -67px;
    }
}