.savernake-hero-widget {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    position: relative;
}

.savernake-hero-widget:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.savernake-hero-widget-content-wrapper {
    padding: 100px 0;
    display: flex;
    flex: 1;
}

@media (max-width: 1024px) {
    .savernake-hero-widget-content-wrapper {
        padding: 52px 0;
    }
}

.savernake-hero-widget-content-wrapper .e-con-inner {
    max-width: unset;
}

.savernake-hero-widget-content {
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 30px;
    flex: 1;
    position: relative;
    z-index: 1;
    width: 100%;
    padding-left: calc(8% - 10px);
    padding-right: calc(8% - 10px);
    max-width: calc(1500px + 16% - 20px);
    margin-left: auto;
    margin-right: auto;
}

/* @media (max-width: 1500px) {
    .savernake-hero-widget-content {
        padding-left: calc(8% - 10px);
        padding-right: calc(8% - 10px);
    }
} */

@media (max-width: 1024px) {
    .savernake-hero-widget-content {
        padding-left: calc(5% - 10px);
        padding-right: calc(5% - 10px);
    }
}

.savernake-hero-widget-title {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 900px;
}

.savernake-hero-widget-title h1 {
    font-size: 96px;
    line-height: 99px;
    color: #FBF9F6;
    margin: 0;
}

@media (max-width: 1024px) {
    .savernake-hero-widget-title h1 {
        font-size: 40px;
        line-height: 48px;
        text-align: center;
    }
}

.savernake-hero-widget-title p {
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    color: #FBF9F6;
    margin: 0;
}

@media (max-width: 1024px) {
    .savernake-hero-widget-title p {
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        max-width: 75%;
        margin: 0 auto;
    }
}

.savernake-hero-widget-buttons {
    display: flex;
    gap: 45px;
}

@media (max-width: 1024px) {
    .savernake-hero-widget-buttons {
        gap: 8px;
        justify-content: center;
    }
}

.savernake-hero-widget-buttons a {
    font-size: 12px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 10%;
    text-transform: uppercase;
    padding: 17px 22px;
    border-radius: 38px;
    text-decoration: none;
}

@media (max-width: 1024px) {
    .savernake-hero-widget-buttons a {
        padding: 12px 24px;
    }
}

.savernake-hero-widget-buttons a:hover {
    opacity: 0.8;
    transition: opacity 0.3s ease;
    color: #FBF9F6;
}

.savernake-hero-widget-button-1 {
    background-color: #FF4713;
    border: 1px solid #FF4713;
    color: #FBF9F6 !important;
}

.savernake-hero-widget-button-2 {
    background-color: transparent;
    border: 1px solid #FBF9F6;
    color: #FBF9F6 !important;
}

.savernake-hero-widget-button-2:hover {
    opacity: 0.8;
    transition: opacity 0.3s ease;
    color: #FBF9F6 !important;
}
