@import url('variables.css');

/* This is the top section of vouchers page */

#breadcrumb{
	display: none;
}

body #page {
	padding-top: 122px !important;
}

#page .maincontainer{
	margin: 0;
	padding: 0;
}

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

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

.voucher-page-content-wrapper {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    min-height: 580px;
    width: 100%;
    padding: 0 22px;
    justify-content: center;
}

.voucher-page-background-img {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 4px;
}

.voucher-page-inner-wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: visible;
    z-index: 10;
    max-height: 580px;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 80px 60px 0px;
}

.voucher-page-content-container {
    position: relative;
    width: 100%;
    max-width: 1060px;
    padding: 75px 0px 0px 0px;
}

.voucher-page-columns {
    display: flex;
    gap: 0px;
}

.voucher-page-text-column {
    display: flex;
    flex-direction: column;
    width: 190%;
    line-height: normal;
    margin-left: 0;
}

.voucher-page-content-details {
    display: flex;
    flex-direction: column;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    z-index: 10;
}

.voucher-page-offer-info {
    font-family: Exo, sans-serif;
    font-feature-settings: "cpsp" on, "liga" off;
    text-transform: uppercase;
    color: white !important;
    font-weight: 600;
    font-size: 44px !important;
    line-height: 56px !important;
    color: var(--orange-ffb-100, #fff);
}

.voucher-page-intro {
    font-family: Roboto, sans-serif;
    color: var(--text-text-ffffff, #fff);
    margin-top: 0px;
    padding-bottom: 0px;
}

.voucher-page-experience-info {
    font-family: Roboto, sans-serif;
    color: var(--text-text-3-a-99-b-86, #a99b86);
    font-size: 17px;
    line-height: 24px;
    margin-top: 12px;
    padding-bottom: 0px;
    font-weight: 700;
}

.voucher-page-highlight {
    font-weight: 600;
    color: #ffb100;
}

.voucher-page-footer-note {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    color: var(--yellow-f-2-c-94-c, #f2c94c);
    margin-top: 0px;
}

.voucher-page-image-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 100%;
    align-items: center;
}

.voucher-page-image-gallery {
    display: flex;
    flex-direction: column;
    overflow: visible;
    position: relative;
    min-height: 465px;
    flex-grow: 1;
    width: 100%;
    justify-content: center;
}

.voucher-page-gallery-img-1 {
    max-width: 100%;
}

.voucher-page-gallery-img-2 {
    aspect-ratio: 1;
    position: absolute;
    object-fit: auto;
    object-position: center;
    width: 675px;
    height: 396px;
    z-index: 10;
    overflow: visible;
    max-width: 700px !important;
    margin: -60px 0 100px 10px;
}



@media (max-width: 1500px) {

    .voucher-page-inner-wrapper {
        padding: 21px 0px;
    }

    .voucher-page-text-column {
        display: flex;
        flex-direction: column;
        width: 80%;
        line-height: normal;
        margin-left: 0;
    }

    .voucher-page-image-gallery {
        display: flex;
        flex-direction: column;
        overflow: visible;
        position: relative;
        min-height: 502px;
        flex-grow: 1;
        width: 120%;
        justify-content: center;
        align-items: center;
        margin-left: 40%;
    }

    .content-wrapper {
        max-width: 100%;
    }

    .image-gallery {
        max-width: 100%;
        padding: 0 20px;
    }

    .image-column {
        width: 100%;
    }

    .text-column {
        width: 100%;
    }

    .columns {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .content-container {
        max-width: 100%;
    }

    .inner-wrapper {
        max-width: 100%;
        margin-bottom: 10px;
        padding: 0 20px;
    }
}

@media (max-width: 1170px) {

    .voucher-page-image-gallery {
        margin-left: 20%;
    }
}

@media (max-width: 995px) {

    .voucher-page-inner-wrapper {
        display: flex;
        flex-direction: column;
        position: relative;
        overflow: hidden;
        z-index: 10;
        min-height: 686px;
        max-height: 999px;
        width: 100%;
        align-items: center;
        justify-content: center;
        padding: 74px 0px;
    }

    .voucher-page-image-gallery {
        margin-left: 0px;
    }
}

@media (max-width:876px){
    .voucher-page-image-gallery {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        position: relative;
        min-height: 502px;
        flex-grow: 1;
        width: 100%;
        /* padding: 0 0px 70px; */
        justify-content: center;
        align-items: center;
    }

    .voucher-page-text-column {
        width: 100%;
    }

    .voucher-page-gallery-img-2 {
        width: 100%;
        object-fit: contain;
        height: 100%;
        margin: 0;
        /* height: 100px; */
    }
}

@media (max-width: 768px) {

    .voucher-page-content-container {
        padding: 0px 0px 0px 0px;
    }

    .voucher-page-image-gallery {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        position: relative;
        min-height: 370px;
        flex-grow: 1;
        width: 100%;
        /* padding: 0 0px 70px; */
        justify-content: center;
        align-items: center;
    }

    .voucher-page-text-column {
        width: 100%;
    }

    .voucher-page-gallery-img-2 {
        width: 85%;
        height: 100%;
        margin: 0;
        /* height: 100px; */
    }
}

@media (max-width: 600px){
    .voucher-page-image-gallery {
        min-height: 311px;
    }

    .voucher-page-gallery-img-2 {
        width: 100%;
        height: auto;
        object-fit: contain;
        margin: 0;
        /* height: 100px; */
    }
}

@media (max-width: 425px) {

    .voucher-page-offer-info {
        font-size: 30px !important;
    }

    .voucher-page-footer-note {
        font-size: 22px;
    }
}

@media (max-width: 320px) {
    .voucher-page-content-wrapper {
        position: relative;
        width: 100vw;
        left: calc(50% - 50vw);
        align-self: flex-start;
        padding: 0px;
    }

    .voucher-page-inner-wrapper {
        display: flex;
        flex-direction: column;
        position: relative;
        overflow: hidden;
        z-index: 10;
        max-height: 800px;
        width: 100%;
        align-items: center;
        justify-content: center;
        padding: 74px 0px;
    }

    .voucher-page-text-column {
        width: 100%;
    }

    .voucher-page-experience-info {
        margin: 12px;
    }

    .voucher-page-image-column {
        display: flex;
        flex-direction: column;
        line-height: normal;
        width: 100%;
        align-items: center;
    }

    .voucher-page-image-gallery {
        display: flex;
        flex-direction: column;
        overflow: visible;
        position: relative;
        min-height: 254px;
        flex-grow: 1;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .voucher-page-gallery-img-2 {
    /* width: 100%; */
        width: 376px;
        height: 238px;
        padding-left: 21px;
        margin: 0;
    }

    .voucher-page-offer-info {
        font-size: 32px !important;
    }

    .voucher-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}