.hero img.hero-img,
.hero picture,
.hero::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.content-grid,
.h6,
.hero,
h1 {
    position: relative
}

.explore-btn,
.h6,
h1 {
    font-weight: 700
}

.hero {
    overflow: hidden;
    margin-top: 0;
    padding-top: 0
}

.hero img.hero-img,
.hero picture {
    object-fit: cover;
    z-index: 0
}

.hero::before {
    content: "";
    z-index: 1;
    background: linear-gradient(#c16e2a00, rgba(80, 39, 37, .16)) center / cover no-repeat, linear-gradient(#c16e2a00, rgba(80, 39, 37, .16)) center / cover no-repeat, linear-gradient(rgb(249 5 16 / 30%), rgb(48 156 145 / 28%)) center / cover no-repeat, linear-gradient(to right, rgb(83 5 2 / 77%) 0, rgba(122, 119, 117, 0%) 70%, rgba(0, 0, 0, 0%) 100%);
}

.content-grid {
    z-index: 2;
    margin: 0 auto
}

.hero-content {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    min-height: 80vh;
    height: 100%;
    color: #fff;
    padding: 0 20px;
    max-width: 600px;
    background-color: transparent
}

.h6 {
    color: #fff;
    font-size: 62px;
    margin-bottom: 20px;
    line-height: 1.3
}

.explore-btn,
.hero-content p {
    font-size: 16px;
    position: relative
}

h1 {
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 1rem;
    line-height: 1.1
}

.hero-content p {
    line-height: 1.7;
    margin-bottom: 40px;
    max-width: 65ch
}

.explore-btn {
    background-color: #d82028;
    text-transform: uppercase;
    padding: 15px 40px;
    border: none;
    cursor: pointer;
    letter-spacing: 1px;
    list-style: none;
    text-decoration: none;
    /* color: #141437d1 */
}

.explore-btn:hover {
    background-color: #d82028;
    opacity: .9
}

.decorative-element {
    position: absolute;
    width: 400px;
    height: 400px;
    border: 1px solid rgba(248, 247, 245, .3);
    border-radius: 50%;
    left: -100px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1
}

@media (max-width:1024px) {
    h1 {
        font-size: 24px;
        margin-top: 2rem
    }

    .h6 {
        font-size: 48px
    }

    .hero-content {
        min-height: 60vh
    }
}

@media (max-width:768px) {
    h1 {
        font-size: 22px;
        margin-top: 1.5rem
    }

    .h6 {
        font-size: 36px;
        margin-bottom: 30px;
        padding-bottom: 20px
    }

    .explore-btn,
    .hero-content p {
        font-size: 16px
    }

    .explore-btn {
        padding: 12px 30px
    }
}

@media (max-width:480px) {
    .hero-content {
        min-height: 60vh
    }

    h1 {
        font-size: 20px
    }

    .h6,
    .hero-content p {
        margin-bottom: 30px
    }
}

@media (max-width:374px) {
    .hero-content {
        min-height: 80vh
    }
}