@import url('variables.css');

/* Offers section of the vouchers page */

.voucher-page-content {
    max-width: 1080px;
    margin: auto;
    position: relative;
    z-index: 1;
}

.voucher-page-offers-centered-content {
    position: relative;
    width: 100vw;
    left: calc(50% - 50vw);
    align-self: flex-start;
    display: flex;
    justify-content: center;
}

.voucher-page-offer-background-img {
    position: absolute;
    inset: 0;
    height: 105%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.voucher-page-offer-content {
    position: relative;
    display: flex;
    margin-top: 16px;
    width: 1080px;
    max-width: 100%;
    top: 20px;
    flex-direction: column;
}

.voucher-page-offer-header {
    display: flex;
    align-items: center;
    font-family: var(--UpExp_fourth_font);
    gap: 16px;
    font-size: 42px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.84px;
    line-height: 124%;
    justify-content: center;
}

.offers-header {
    /* display: flex; */
    align-items: center;
    gap: 16px;
    font-size: 42px;
    color: #890a0a;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.84px;
    line-height: 52px;
    justify-content: center;
}

.voucher-page-offers-line-container {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.voucher-page-offers-text-container {
    display: flex;
}

.voucher-page-offers-title-container {
    display: flex;
}

.voucher-page-offers-text {
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    width: 100%;
    padding: 20px 0px;
}

.voucher-page-offers-line-container {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.voucher-page-offers-line {
    flex-grow: 1;
    border: 1px solid rgba(255, 255, 255, 0.3)
}

.voucher-page-offers-text::before,
.voucher-page-offers-text::after {
    content: "";
    flex: 0 0 110px;
    height: 1px;
    margin-right: 20px;
    margin-left: 20px;
    background-color: #FFFFFF;
    opacity: 30%;
}

.voucher-page-offers-highlighted-text {
    color: #faf3e3;
    font-size: 42px !important;
    font-weight: 600 !important;
    font-family: var(--UpExp_fourth_font);
    text-transform: uppercase;
    text-align: center;
    position: relative;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.voucher-page-offers-highlighted-text-secondary {
    color: #ffff96;
    font-size: 42px !important;
    font-weight: 600 !important;
    font-family: var(--UpExp_fourth_font);
    text-transform: uppercase;
}

.voucher-page-offers-line:first-child {
    margin-right: 20px;
}

.voucher-page-offers-line:last-child {
    margin-left: 20px;
}

.voucher-page-offers-title-text {
    max-width: 675px;
}

.voucher-page-offer-header {
    display: flex;
    align-items: center;
    font-family: var(--UpExp_fourth_font);
    gap: 16px;
    font-size: 42px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.84px;
    line-height: 124%;
    justify-content: center;
}

.voucher-page-offer-line-container {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.voucher-page-offer-line {
    flex-grow: 1;
    border: 1px solid rgba(255, 255, 255, 0.3)
}

.voucher-page-offer-line:first-child {
    margin-right: 20px;
    margin-left: 20px;
}

.voucher-page-offer-line:last-child {
    margin-left: 20px;
    margin-right: 20px;
}

.voucher-page-offer-header-img {
    object-fit: auto;
    object-position: center;
    width: 100%;
    stroke-width: 1px;
    stroke: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.3);
    align-self: stretch;
    flex: 1;
    margin: auto 0;
}

.voucher-page-offer-header-text {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.voucher-page-offer-highlighted-text {
    color: #faf3e3;
    font-size: 42px !important;
    font-weight: 600 !important;
    font-family: var(--UpExp_fourth_font);
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.voucher-page-offer-highlighted-text-secondary {
    color: #ffff96;
    font-size: 42px !important;
    font-weight: 600 !important;
    font-family: var(--UpExp_fourth_font);
    text-transform: uppercase;
}

.voucher-page-offer-header::before,
.voucher-page-offer-header::after {
    content: "";
    flex: 0 0 5.8em;
    height: 1px;
    background-color: white;
    opacity: 30%;
}

.voucher-page-offer-header::before {
    margin-right: 10px;
}

.voucher-page-offer-header::after {
    margin-left: 10px;
}


.voucher-page-header-img-secondary {
    object-fit: auto;
    object-position: center;
    width: 100%;
    stroke-width: 1px;
    stroke: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.3);
    align-self: stretch;
    flex: 1;
    margin: auto 0;
}

.voucher-page-sub-header {
    color: #a99b86;
    text-align: center;
    margin-top: 24px;
    margin: 10px 100px 10px 100px;
    font: 500 18px/23px Roboto, sans-serif;
}

.voucher-page-main-section {
    justify-content: center;
    border-radius: 20px;
    border: 1px solid #664d2b;
    backdrop-filter: blur(4px);
    background-color: rgba(94, 45, 0, 0.3);
    display: flex;
    margin-top: 34px;
    flex-direction: column;
    padding: 18px;
}

.voucher-page-section-card {
    border-radius: 8px;
    background-color: rgba(90, 52, 16, 0.55);
    display: flex;
    flex-direction: column;
    font-weight: 600;
    padding: 12px 24px;
    margin-top: 10px;
}

.voucher-page-offer-section-title {
    color: #fff !important;
    text-transform: uppercase;
    font: 26px/48px Roboto, sans-serif !important;
    font-weight: 600;
}

.voucher-page-offer-section-title2 {
    color: rgba(255, 177, 0, 1);
    text-transform: uppercase;
    font: 26px/48px Roboto, sans-serif !important;
    font-weight: 600;
}

.voucher-page-section-body {
    color: #fff;
    margin-top: 4px;
    font: 16px/24px Roboto, sans-serif;
}

.voucher-page-link-text-white {
    color: #FFFFFF;
    text-decoration: underline;
}

.voucher-page-link-text-brown {
    color: #a99b86;
    text-decoration: underline;
}

.voucher-page-social-icons {
    display: flex;
}

.voucher-page-social-icon-wrapper{
    border: 1px;
    border-radius: 4px;
    padding: 4px;
    margin: 0px 8px 0px 0px;
    background-color: #391906;
}

.voucher-page-footer {
    align-items: center;
    gap: 16px;
    font-size: 24px;
    color: #F2C94C;
    font-weight: 500;
    text-align: center;
    line-height: 40px;
    justify-content: center;
    padding: 28px 0px 10px 0px;
}

.voucher-page-social-icon-wrapper:hover .voucher-page-social-icon-img-twitter {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(180deg) brightness(50%) contrast(50%);
}


.voucher-page-social-icon-wrapper:hover .voucher-page-social-icon-img-instagram {
    filter: invert(18%) sepia(66%) saturate(3641%) hue-rotate(305deg) brightness(94%) contrast(100%);
}

.voucher-page-social-icon-wrapper:hover .voucher-page-social-icon-img-discord {
    filter: invert(54%) sepia(64%) saturate(3381%) hue-rotate(188deg) brightness(96%) contrast(101%);
}

@media (max-width: 1100px) {
    .voucher-page-main-section {
        justify-content: center;
        border-radius: 20px;
        border: 1px solid #664d2b;
        backdrop-filter: blur(4px);
        background-color: rgba(94, 45, 0, 0.3);
        display: flex;
        margin-top: 34px;
        margin-left: 20px;
        margin-right: 20px;
        flex-direction: column;
        padding: 18px;
    }
    
}

@media (max-width: 1024px) {

    .voucher-page-offer-header {
        display: flex;
        align-items: center;
        font-family: var(--UpExp_fourth_font);
        gap: 16px;
        font-size: 42px;
        font-weight: 600;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 0.84px;
        line-height: 124%;
        justify-content: center;
    }

    .offers-header {
        align-items: center;
        gap: 16px;
        font-size: 42px;
        color: #890a0a;
        font-weight: 600;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 0.84px;
        line-height: 52px;
        justify-content: center;
    }

    .voucher-page-offers-line-container {
        display: flex;
        align-items: center;
        margin-bottom: 24px;
    }

    .voucher-page-offers-text-container {
        display: flex;
    }

    .voucher-page-offers-title-container {
        display: flex;
    }

    .voucher-page-offers-text {
        align-items: center;
        justify-content: center;
        text-align: center;
        position: relative;
        width: 100%;
        padding: 20px 0px;
    }

    .voucher-page-main-section {
        justify-content: center;
        border-radius: 20px;
        border: 1px solid #664d2b;
        backdrop-filter: blur(4px);
        background-color: rgba(94, 45, 0, 0.3);
        display: flex;
        margin-top: 34px;
        margin-left: 20px;
        margin-right: 20px;
        flex-direction: column;
        padding: 18px;
    }

    .voucher-page-offers-line-container {
        display: flex;
        align-items: center;
        margin-bottom: 24px;
    }

    .voucher-page-offers-line {
        flex-grow: 1;
        border: 1px solid rgba(255, 255, 255, 0.3)
    }

    .voucher-page-offers-text::before,
    .voucher-page-offers-text::after {
        content: "";
        flex: 0 0 110px;
        height: 1px;
        margin-right: 20px;
        margin-left: 20px;
        background-color: #FFFFFF;
        opacity: 30%;
    }

    .voucher-page-offers-highlighted-text {
        color: #faf3e3;
        font-size: 42px !important;
        font-weight: 600 !important;
        font-family: var(--UpExp_fourth_font);
        text-transform: uppercase;
        text-align: center;
        position: relative;
        overflow: hidden;
        justify-content: center;
        align-items: center;
    }

    .voucher-page-offers-highlighted-text-secondary {
        color: #ffff96;
        font-size: 42px !important;
        font-weight: 600 !important;
        font-family: var(--UpExp_fourth_font);
        text-transform: uppercase;
    }

    .voucher-page-offers-line:first-child {
        margin-right: 20px;
        margin-left: 20px;
    }

    .voucher-page-offers-line:last-child {
        margin-left: 20px;
        margin-right: 20px;
    }

    .voucher-page-offers-title-text {
        max-width: 675px;
    }
}

@media (max-width: 768px) {
    .voucher-page-offer-header {
        display: flex;
        align-items: center;
        font-family: var(--UpExp_fourth_font);
        gap: 16px;
        font-size: 42px;
        font-weight: 600;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 0.84px;
        line-height: 124%;
        justify-content: center;
    }

    .offers-header {
        align-items: center;
        gap: 16px;
        font-size: 42px;
        color: #890a0a;
        font-weight: 600;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 0.84px;
        line-height: 52px;
        justify-content: center;
    }

    .voucher-page-offers-line-container {
        display: flex;
        align-items: center;
        margin-bottom: 24px;
    }

    .voucher-page-offers-text-container {
        display: flex;
    }

    .voucher-page-offers-title-container {
        display: flex;
    }

    .voucher-page-sub-header {
        margin: 0;
        padding: 0% 5% 0% 5%;
    }

    .voucher-page-offers-text {
        align-items: center;
        justify-content: center;
        text-align: center;
        position: relative;
        width: 100%;
        padding: 20px 0px;
    }

    .voucher-page-offers-line-container {
        display: flex;
        align-items: center;
        margin-bottom: 24px;
    }

    .voucher-page-offers-line {
        flex-grow: 1;
        border: 1px solid rgba(255, 255, 255, 0.3)
    }

    .voucher-page-offers-text::before,
    .voucher-page-offers-text::after {
        content: "";
        flex: 0 0 110px;
        height: 1px;
        margin-right: 20px;
        margin-left: 20px;
        background-color: #FFFFFF;
        opacity: 30%;
    }

    .voucher-page-offers-highlighted-text {
        color: #faf3e3;
        font-size: 42px !important;
        font-weight: 600 !important;
        font-family: var(--UpExp_fourth_font);
        text-transform: uppercase;
        text-align: center;
        position: relative;
        overflow: hidden;
        justify-content: center;
        align-items: center;
    }

    .voucher-page-offers-highlighted-text-secondary {
        color: #ffff96;
        font-size: 42px !important;
        font-weight: 600 !important;
        font-family: var(--UpExp_fourth_font);
        text-transform: uppercase;
    }

    .voucher-page-offers-line:first-child {
        margin-right: 20px;
        margin-left: 20px;
    }

    .voucher-page-offers-line:last-child {
        margin-left: 20px;
        margin-right: 20px;
    }

    .voucher-page-offers-title-text {
        max-width: 675px;
    }

    .voucher-page-main-section {
        justify-content: center;
        border-radius: 20px;
        border: 1px solid #664d2b;
        backdrop-filter: blur(4px);
        background-color: rgba(94, 45, 0, 0.3);
        display: flex;
        flex-direction: column;
        padding: 18px;
        margin: 34px 20px 0px 20px;
    }

    .voucher-page-footer {
        align-items: center;
        gap: 16px;
        font-size: 19px;
        color: #F2C94C;
        font-weight: 500;
        text-align: center;
        text-transform: uppercase;
        line-height: 30px;
        justify-content: center;
        padding: 32px 0px 20px 0px;
        margin: 0px 20px 0px 20px;
    }

}

@media (max-width: 610px) {
    .voucher-page-offers-text-container {
        display: inline;
    }
}

@media (max-width: 320px) {

    .offer-header {
        display: flex;
        align-items: center;
        gap: 16px;
        font-size: 42px;
        color: #890a0a;
        font-weight: 600;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 0.84px;
        line-height: 52px;
        justify-content: center;
    }

    .voucher-page-offers-text-container {
        display: inline;
    }

    .voucher-page-title-container {
        display: flex;
        align-items: center;
        gap: 16px;
        font-size: 42px;
        color: #890a0a;
        font-weight: 600;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 0.84px;
        line-height: 52px;
        justify-content: center;
    }

    .voucher-page-offers-line-container {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        position: relative;
        width: 100%;
        padding: 20px 0px;
    }

    .voucher-page-offers-highlighted-text {
        color: #faf3e3;
        font-size: 25px !important;
        font-weight: 600 !important;
        font-family: var(--UpExp_fourth_font);
        text-transform: uppercase;
        text-align: center;
        position: relative;
        overflow: hidden;
        justify-content: center;
        align-items: center;
    }

    .voucher-page-offers-highlighted-text-secondary {
        color: #ffff96;
        font-size: 25px !important;
        font-weight: 600 !important;
        font-family: var(--UpExp_fourth_font);
        text-transform: uppercase;
    }

    .voucher-page-offers-line:first-child {
        margin-right: 20px;
        margin-left: 20px;
    }

    .voucher-page-offers-line:last-child {
        margin-left: 20px;
        margin-right: 20px;
    }

    .voucher-page-offer-text {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        position: relative;
        width: 100%;
        font-size: 22px;
        font-style: bold;
        font-weight: 600;
        line-height: 25px;
        padding: 20px 0px;
    }

    .voucher-page-offer-text::before,
    .voucher-page-offer-text::after {
        content: "";
        flex: 0 0 50px;
        margin-right: 10px;
        margin-left: 10px;
        height: 1px;
        background-color: #FFFFFF;
        opacity: 30%;
    }

    .voucher-page-sub-header {
        color: #a99b86;
        text-align: center;
        margin-top: 0px;
        margin: 0px;
        padding: 3%;
        font: 500 18px/23px Roboto, sans-serif;
    }

    .voucher-page-offer-highlighted-text {
        color: #faf3e3;
        font-size: 22px !important;
        font-weight: 600 !important;
        font-family: var(--UpExp_fourth_font);
        display: flex;
        align-items: center;
        justify-content: center;
        text-transform: uppercase;
        text-align: center;
        position: relative;
        overflow: hidden;
    }

    .voucher-page-offer-highlighted-text-secondary {
        color: #ffff96;
        font-size: 22px !important;
        font-weight: 600 !important;
        font-family: var(--UpExp_fourth_font);
        text-transform: uppercase;
    }

    .voucher-page-offer-section-title {
        color: #fff;
        text-transform: uppercase;
        font: 22px/48px Roboto, sans-serif;
        font-weight: 600;
        line-height: 26px;
    }

    .voucher-page-offer-section-title2 {
        color: rgba(255, 177, 0, 1);
        text-transform: uppercase;
        font: 22px/48px Roboto, sans-serif;
        font-weight: 600;
        line-height: 26px;
    }

    .voucher-page-section-card {
        border-radius: 8px;
        background-color: rgba(90, 52, 16, 0.55);
        display: flex;
        flex-direction: column;
        font-weight: 600;
        padding: 12px 24px;
        margin-bottom: 10px;
    }

    .voucher-page-footer {
        align-items: center;
        gap: 16px;
        font-size: 18px;
        color: #F2C94C;
        font-weight: 500;
        text-align: center;
        justify-content: center;
        text-transform: initial;
        line-height: 26px;
        padding: 32px 0px 20px 0px;
    }

    .voucher-page-footer-link-underline {
        color: #F2C94C;
        text-decoration: underline;
    }

}