@font-face {
    font-family: 'laysExtraBold';
    src: url(/public/fonts/Lays_ExtraBold_Extended.woff2) format(woff2);
}

@font-face {
    font-family: 'laysRegular';
    src: url(/public/fonts/Lays_Regular.woff2) format(woff2);
}

@font-face {
    font-family: 'summerLovingRegular';
    src: url(/public/fonts/SummerLoving-Regular.woff2) format(woff2);
}

@font-face {
    font-family: 'openSansRegular';
    src: url(/public/fonts/OpenSans-Regular.woff2) format(woff2);
}

@font-face {
    font-family: 'montrealts-bold';
    src: url(/public/fonts/montrealts-bold.woff2) format(woff2);
}

@font-face {
    font-family: 'montrealts-demibold';
    src: url(/public/fonts/montrealts-demibold.woff2) format(woff2);
}

.extraBold {
    font-family: 'montrealts-bold', sans-serif;
    font-weight: 800;
}

.regFont {
    font-family: 'montrealts-demibold', sans-serif;
    font-weight: 400;
}

.summerReg {
    font-family: 'summerLovingRegular', sans-serif;
    font-weight: 400;
}

:root {
    --textRed: #a60009;
    --redBG: #c4000b;
    --white: #fff;
    --yellowText: #ffd01e;
    --black: #000
}

body {
    font-family: 'montrealts-demibold', sans-serif;
    background: var(--black);
    color: var(--white);
}

input[type='text'],
select,
textarea,
button {
    font-family: 'montrealts-demibold', sans-serif;
}


.headerImgContainerMax {
    position: relative;
    display: block;
    width: 100%;
}

.headerImgContainerMax>i {
    display: block;
    background: url(/public/img/headerImgMaxMob.jpg) center no-repeat;
    background-size: contain;
    width: 100%;
    /* height: 100%; */
    padding-bottom: 138%;
}


/* form btn */
.buttonContainer {
    text-align: center;
}

.buttonContainer a,
.buttonContainer button {
    font-family: 'montrealts-bold', sans-serif;
    background: var(--black) !important;
    border: 2px solid !important;
    /* margin: 0 auto; */
    border-radius: 6px;
    color: #fff;
}

.formContainer .error {
    color: #ff1400;
}

.formContainer .checkboxContainer>a {

    border: 2px solid var(--white)
}

/* footer */

footer {
    background: var(--black);
    color: var(--white);
    font-family: 'openSansRegular', sans-serif, Arial, Helvetica;
}

footer ul {

    display: flex;
    flex-direction: column;
}

footer ul li {
    margin: 0 5px;
}

footer ul li a {

    font-weight: 400;
    font-size: 14px;
}

.social {
    display: flex;
    max-width: 225px;
    margin: 0 auto;
}

.facebook,
.instagram,
.x,
.youtube {
    width: 100%;
    height: 100%;

}

.facebook {
    /* margin-right: -2%; */
}

.facebook a i,
.instagram a i,
.x a i,
.youtube a i {
    /* width: 50%; */
    /* padding-bottom: 40%; */
    width: 35px;
    height: 30px;
    background-size: contain;
    display: block;
    width: 100%;
}

.facebook a i {
    background: url(/public/img/facebook.svg) center no-repeat;
    /* width: 61%; */
}

.x a i {
    background: url(/public/img/x.svg) center no-repeat;
}

.instagram a i {
    background: url(/public/img/instagram.svg) center no-repeat;
}

.youtube a i {
    background: url(/public/img/youtube.svg) center no-repeat;
}

/* .copyright {
    font-size: 12px;
    text-align: center;
    opacity: 0.75;
} */

.pepsiFooter {
    width: 140px;
    height: 100%;
    margin: 0 auto;
}

.pepsiFooter i {
    width: 100%;
    display: block;
    background: url(/public/img/pepsiLogo.png) center no-repeat;
    background-size: contain;
    padding-bottom: 100%;
}

.faqs .faq>a {
    background: #000000;
    color: #ffffff;
    border: 2px solid;
    border-radius: unset;
}

.faqs .faq>div>div {
    background: #ffffff;
    color: black;
    border-radius: unset;
}

@media only screen and (min-width: 768px) {
    .headerImgContainerMax>i {
        background: url(/public/img/headerImgMax.jpg) center no-repeat;
        padding-bottom: 48.5%;
        background-size: contain;
    }

    footer ul {
        display: flex;
        flex-direction: row;
        gap: 1.5rem;
        justify-content: center;
        margin: 10px;
        margin-top: 0;
        margin-left: 0;
    }

    footer ul li {
        margin: 0px;
    }

    /* .facebook a i,
    .instagram a i,
    .x a i,
    .youtube a i {
        width: 47%;
        padding-bottom: 40%;
    } */


    .copyright {
        text-align: left;
    }

    .social {
        width: 100%;
        margin: 0px auto;
    }

    /* .facebook a i {
        width: 16%;
    } */

    .deskTopFlex {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    footer .container {
        padding: 0 32px;
    }

    .pepsiFooter {
        width: 196px;
    }
}

.tesco-voucher-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 500px;
    margin: 0px auto;
    margin-bottom: 50px;
}

.tesco-voucher-top-box {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    padding: 10px;
    background: white;
}

.tesco-voucher-bottom-row {
    display: flex;
    border: 1px solid #ccc;
    background: white;
    flex-wrap: wrap;
    /* allows wrapping on small screens */
}

.tesco-voucher-left-box {
    width: 70%;
    border-right: 1px solid #ccc;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
}

.tesco-voucher-right-box {
    width: 30%;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
}

img.tesco-voucher-barcode {
    object-fit: contain;
}

/* ---------- Responsive Styles ---------- */
@media (max-width: 600px) {
    .tesco-voucher-bottom-row {
        flex-direction: column;
    }

    .tesco-voucher-left-box,
    .tesco-voucher-right-box {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #ccc;
    }

    .tesco-voucher-right-box {
        border-bottom: none;
        /* remove border on last box */
    }
}