.banner-1 {
    position: relative;
    overflow: hidden;
    padding: 80px 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



.banner-1::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
}

.banner-1__inner {
    position: relative;
    z-index: 1;
    width: min(100% - 40px, var(--gc-container, 1920px));
    margin-inline: auto;
}

.banner-1__content {
    max-width: 760px;
}

.banner-1--center .banner-1__content {
    margin-inline: auto;
    text-align: center;
}

.banner-1,
.banner-1 h1,
.banner-1 p {
    color: #ffffff;
    text-shadow: 0px 4px 8px rgba(0,0,0,0.7);
}

.banner-1 h1{
    font-family: "Shopie";
    font-size: 172px;
    font-weight: 100;
    line-height: .95;
}

.banner-1 .banner-loc .elementor-heading-title{
    font-family: "Shopie";
    font-size: 100px;
    font-weight: 100;
    line-height: .95;
}

.banner-1 .subline p{
    font-size: 35px;
    font-weight: 500;
    line-height: .95;
    color: var(--global--color-yellow);
    text-shadow: 0px 4px 8px rgba(0,0,0,0.7);
}

@media(max-width: 1680px) and (min-width: 1200px){
    .banner-1 h1{
        font-size: 8.96vw;
    }

    .banner-1 .banner-loc .elementor-heading-title{
        font-size: 5.21vw;
    }
}

@media(max-width: 1199px) {
    .banner-1 h1{
        font-size: clamp(48px, 11.843vw, 142px);
    }
    .banner-1 .banner-loc .elementor-heading-title{
        font-size: clamp(42px, 8.34vw, 100px);
    }
}

@media (max-width: 767px) {
    .banner-1 {
        padding: 60px 20px;
    }


    .banner-1 .subline p {
        font-size: 18px;
    }

    .banner-1 h1{
        font-size: clamp(30px, 11.806vw, 58px);
    }
    .banner-1 .banner-loc .elementor-heading-title{
        font-size: clamp(32px, 8.34vw, 42px);
    }
}
