﻿@charset "utf-8";

:root {
    --mobile-bg: url();
    --desktop-bg: url();
    --redApple: #DA001C;
    --brightWhite: #ffffff;
    --goldDust: #D0B368;
    --goldSparkle: linear-gradient(90deg, rgba(208, 179, 104, 1) 0%, rgba(255, 247, 181, 1) 49%, rgba(208, 179, 104, 1) 100%);
    --springGreen: #AACF00;
    --honeyBush: #FBE025;
    --pinkHibiscus: #E99BAF;
    --elderberry: #461AA2;
    --black: #000000;
    --trans-bg: transparent;
    --swiper-theme-color: #D0B368 !important;
}

@font-face {
    font-family: Vitafit;
    src: url('https://dam.distell.co.za/m/5e77211809c1895b/original/Vitafit-Aday-URW-DIN.ttf');
}

@font-face {
    font-family: URW-DIN;
    src: url('https://dam.distell.co.za/m/5e77211809c1895b/original/Vitafit-Aday-URW-DIN.ttf');
}

@font-face {
    font-family: Anvenir;
    src: url('../fonts/avenir/avenirltstd-roman.otf') format('opentype');
}

* {
    /* font-family: URW-DIN;*/
    box-sizing: border-box;
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background: var(--redApple);
    border-radius: 10px;
    transition: 0.9s ease;
}

    ::-webkit-scrollbar-thumb:hover {
        background: var(--pinkHibiscus);
        transition: 0.9s ease
    }

html {
    scroll-behavior: smooth;
    width: 100vw !important;
}

body {
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
}

html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    scroll-behavior: smooth;
    min-height: 100vh;
}

main {
    margin-top: 100px;
}

h1, h2, h3, h4, h5, h6 {
    /* font-family: Vitafit !important;*/
    font-family: Anvenir;
}

h2 {
    font-size: 3.5rem !important;
    color: var(--redApple) !important;
    font-weight: 600 !important;
}

h3 {
    font-weight: bold;
}

p {
    font-family: URW-DIN;
    font-size: 1.15em;
}

section {
    height: 100%;
    width: 100%;
}

.instagram_feed img {
    height: auto;
    aspect-ratio: 1/1;
    width: 100%;
    object-fit: cover;
    transition: 0.3s;
    cursor: pointer;
}

    .instagram_feed img:hover {
        filter: brightness(70%);
    }

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.responsive-bg {
    background-image: var(--mobile-bg) !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (min-width: 1024px) {
    .responsive-bg {
        background-image: var(--desktop-bg) !important;
    }
}

.vitafit-container {
    padding: 0 60px;
}

@media only screen and (max-width: 768px) {
    .vitafit-container {
        padding: 0 30px;
    }
}

/* Colours */
.bg-red {
    background: var(--redApple);
}

.bg-black {
    background-color: black !important;
}

.red {
    color: var(--redApple);
    border-color: var(--redApple)
}

.gold {
    color: var(--goldDust);
    border-color: var(--goldDust)
}

.swiper {
    top: 100px;
    width: 100%;
    height: 90vh;
    margin-bottom: 100px;
}

.swiper-slide {
    /*box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.2);*/
    /* padding-top: 15vh;*/
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    background: var(--redApple);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.swiper-pagination {
    padding-bottom: 60px;
}

.swiper-pagination-bullet {
    height: 15px !important;
    width: 15px !important;
    background-color: white !important;
    opacity: 100% !important;
}

.swiper-pagination-bullet-active {
    background-color: var(--goldDust) !important;
}

.Vitafit h2 {
    font-family: Avenir, Arial, Helvetica, sans-serif !important;
    font-size: 3.5rem !important;
    word-spacing: 5px !important;
    letter-spacing: 5px !important;
    font-weight: bold !important;
}

.appelHolder, .FlowerHolder {
    pointer-events: none;
}

.appelHolder {
    width: 50vw;
    max-width: 300px;
    position: absolute;
    top: -9px;
    right: -35px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.FlowerHolder {
    position: absolute;
    z-index: -4;
    bottom: -15px;
    height: 50vw;
    max-height: 250px;
    max-width: 300px;
    left: 0 !important;
    transform: rotate(270deg) scaleX(-1);
    /* -webkit-transform: scaleX(-1);
    transform: scaleX(-1);*/
}

@media only screen and (max-width: 768px) {
    .appelHolder {
        width: 35vw;
    }

    .FlowerHolder {
        height: 45vw;
        left: 4%;
    }
}

@media only screen and (max-width: 768px) {
    .swiper {
        /* top: 150px; */
    }
}

/* Landing */

#landing {
    /*margin-top: 100px;*/
}

#landing {
    position: relative;
}

    #landing video {
        width: 100%;
        min-height: 400px;
        object-fit: cover;
        max-height: 93vh;
    }

.landing-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    padding: 30px;
    color: white;
}

    .landing-content img {
        height: 250px;
        margin-top: 3%;
        margin-left: 1%;
    }

    .landing-content .content {
        text-align: end;
        position: absolute;
        bottom: 60px;
        right: 60px;
    }

.healthfacts img {
    height: 150px;
    width: 150px;
}

@media only screen and (max-width: 992px) {
    .landing-content img {
        margin-top: 0;
        margin-left: 0;
    }
}

@media only screen and (max-width: 768px) {
    #landing video {
        width: 100%;
    }

    .landing-content .content {
        text-align: start;
        left: 60px;
    }

    .landing-content img {
        height: 90px;
        margin-top: 20px;
    }

    .packinfo {
        padding-right: 5px;
        padding-left: 5px;
    }

        .packinfo img {
            height: 130px !important;
        }

        .packinfo h3 {
            font-size: 1.3rem;
        }
    h2 {
        font-size: 2.1rem!important;
    }
}

.Vitafit {
    color: white;
    padding-top: 9%
}

    .Vitafit h2 {
        /* font-size: 3.5rem;*/
        /* font-weight: bold;*/
    }

        .Vitafit h2 .gradiantHeading {
            color: var(--goldDust);
        }

/* Buttons */
.btn {
    font-family: URW-DIN !important;
}

    .btn.btn-primary {
        font-family: URW-DIN !important;
        padding: 10px 40px !important;
        border-radius: 0px !important;
        font-weight: bolder !important;
        border: 4px solid transparent;
        border-width: 3px !important;
        text-transform: uppercase !important;
        font-family: URW-DIN !important;
        background-color: var(--redApple);
        color: white;
        transition: 0.4s ease;
        border-color: var(--redApple);
    }

        .btn.btn-primary:hover {
            background-color: white;
            color: var(--redApple);
        }

.vitafit-button {
    font-family: URW-DIN !important;
    padding: 10px 40px !important;
    border-radius: 0px !important;
    font-weight: bolder !important;
    border: 4px solid transparent;
    border-width: 3px !important;
    text-transform: uppercase !important;
}

    .vitafit-button.white {
        font-family: URW-DIN !important;
        background-color: white;
        transition: 0.4s ease;
    }

        .vitafit-button.white:hover {
            background-color: transparent;
            color: white;
            border-color: white;
        }

    .vitafit-button.red {
        font-family: URW-DIN !important;
        background-color: var(--redApple);
        color: white;
        transition: 0.4s ease;
        border-color: var(--redApple);
    }

        .vitafit-button.red:hover {
            background-color: white;
            color: var(--redApple);
        }

    .vitafit-button.gold {
        font-family: URW-DIN !important;
        background-color: var(--goldDust);
        color: white;
    }

        .vitafit-button.gold:hover {
            background-color: transparent;
            color: var(--goldDust);
            border-color: var(--goldDust);
        }

/* Navbar */
nav {
    top: 0;
    z-index: 10;
    background-color: white;
    width: 100vw;
}

.navbar {
    top: 0;
    height: 100px;
}

#navbarNav {
    background: white;
}

.navbar-brand img {
    height: 80px;
    width: auto !important;
    margin: 10px 5px;
}

@media only screen and (max-width: 768px) {
    .navbar-brand img {
        height: 70px !important;
        margin: 0;
    }

    .navbar-collapse {
        padding: 15px;
    }
}

.navbar-nav {
    align-items: center;
}

.nav-item {
    font-weight: bold;
    color: black;
    cursor: pointer;
    transition: 0.4s ease;
    padding: 10px 20px !important;
    font-size: 0.9rem;
}

    .nav-item:hover {
        color: var(--redApple) !important;
    }

.navbar .navbar-nav .nav-link {
    font-family: URW-DIN !important;
    font-weight: bold;
    font-size: 1.2em !important;
    color: black;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

.nav-link:hover {
    color: var(--goldDust) !important;
}

.nav-link.active {
    color: var(--goldDust) !important;
    transition: 0.2 ease;
}

    .nav-link.active::after {
        content: "";
        border-bottom: 3px solid var(--goldDust);
        border-width: 80%;
    }

.shop-button {
    text-align: right;
}

.shop-nav {
    display: flex;
    justify-content: center;
}

.nav-brand {
    display: flex;
    justify-content: center;
}

@media only screen and (min-width: 768px) {
    .navbar-brand img {
        width: 100px;
    }

    .navbar-brand {
        margin-right: 0;
        padding: 0 1em;
    }

    .shop-button {
        align-self: center;
    }

    .shop-nav {
        display: flex;
        justify-content: flex-end;
    }
}

.ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hamRotate.active {
    transform: rotate(45deg);
}

.hamRotate180.active {
    transform: rotate(180deg);
}

.line {
    fill: none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: var(--goldDust);
    stroke-width: 3;
    stroke-linecap: round;
}

.ham7 .top {
    stroke-dasharray: 40 82;
}

.ham7 .middle {
    stroke-dasharray: 40 111;
}

.ham7 .bottom {
    stroke-dasharray: 40 161;
}

.ham7.active .top {
    stroke-dasharray: 17 82;
    stroke-dashoffset: -62px;
}

.ham7.active .middle {
    stroke-dashoffset: 23px;
}

.ham7.active .bottom {
    stroke-dashoffset: -83px;
}

/* About page */
.productsPage {
    padding-top: 3rem;
}

    .productsPage h1, .productsPage h2, .productsPage h3, .productsPage h4, .productsPage h5, .productsPage h6 {
        font-weight: bold !important;
    }

    .productsPage h2 {
        font-size: 3rem;
    }

.packinfo img {
    height: 300px;
    object-fit: contain;
}

@media only screen and (max-width: 768px) {
    .packinfo {
        text-align: center !important;
    }
}

.about-image::after {
    object-fit: contain;
    transform: translateY(-20%)
}

.about-info {
}


/* About us */
.productsPage h1, .productsPage h2, .productsPage h3, .productsPage h4, .productsPage h5, .productsPage h6, #socialmedia h2 {
    font-weight: bold;
}

.productsPage h2 {
    font-size: 3rem;
}

.packinfo img {
    height: 300px;
    object-fit: contain;
}

#about {
    padding-top: 30px;
}

    #about h2 {
        font-size: 2.1rem !important;
    }

.gold-background {
    background-image: url('images/golden-bg-img.svg');
    background-repeat: repeat-x;
    min-height: 300px;
    width: 100% !important;
    background-size: contain !important;
}

.about-info {
    padding: 10px 0;
}

    .about-info p {
        font-size: 1rem !important;
    }

.about-image {
    max-width: 100%;
    height: 105%;
    object-fit: cover;
    object-position: left;
}

@media only screen and (max-width: 768px) {
    .gold-background {
        background-image: none;
        background-color: var(--goldDust);
    }

    .about-info {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .about-image {
        height: 250px;
    }
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
    display: flex;
    align-items: center
}

/* Superfruit Summary */
#superfruit {
    overflow: hidden;
}

    #superfruit .card {
        max-width: 350px;
        margin-top: 25px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        border-width: 0;
    }

    #superfruit h5 {
        font-weight: 600 !important;
    }

.center {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

#superfruit .card img {
    width: 100px;
    height: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

/* Testimonials */
#testimonials .card-body {
    display: grid !important;
    align-content: space-between !important;
    padding-bottom: 40px;
}

.golden-bg-5star {
    background-color: var(--goldDust) !important;
    padding: 50px 40px;
    color: white;
    text-align: center;
}

.red-bg-5star {
    background-color: var(--redApple) !important;
    padding: 50px 40px;
    color: white;
    text-align: center;
}

.card-img-top {
    width: 200px;
    margin: auto;
    pointer-events: none;
}

.card {
    background-color: transparent !important;
    border: none !important;
    height: 100%;
    margin-top: 25px;
}

.testimonial-name {
    text-align: center;
    margin: 0;
}

@media only screen and (max-width: 768px) {
    .card {
        height: auto;
    }

    .testimonial-name {
        position: relative;
        width: auto;
    }
}

/* Footer */
footer {
    background-color: var(--redApple) !important;
    color: white;
}


    footer a {
        color: white;
        text-decoration: none;
    }

        footer a:hover {
            text-decoration: none;
            color: var(--goldDust);
        }

    .social-list, footer ul {
        padding-top: 25px;
        list-style-type: none;
        display: flex;
        justify-content: center;
    }

        .social-list a {
            color: white;
            text-decoration: none;
        }

            .social-list a:hover {
                color: white;
                text-decoration: none;
            }

.social-icon {
    padding-top: 1px;
    border-radius: 60px;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid var(--goldDust);
    background-color: var(--goldDust);
    color: var(--redApple);
    -webkit-transition: all 0.4s cubic-bezier(0.75, 0.16, 0.16, 0.83);
    transition: all 0.4s cubic-bezier(0.75, 0.16, 0.16, 0.83)
}

    .social-icon:hover {
        background-color: transparent;
        color: var(--goldDust) !important;
    }

    .social-icon a {
        color: inherit;
    }

    .social-icon span {
        font-size: 25px;
        margin-top: 3.5px;
        margin-bottom: 3.5px;
    }


/* Contact */
.control-label {
    color: black !important;
    text-transform: capitalize !important;
    font-weight: bold;
}

.contact-form {
    background-color: var(--goldDust);
    background-size: cover;
    display: flex;
    align-items: center;
    color: white !important;
    padding-top: 100px;
}

.btn-success {
    background-color: var(--redApple);
    border: 2px solid var(--redApple);
    transition: 0.4s ease;
    color: white;
    font-family: URW-DIN;
    font-weight: bold;
    border-radius: 0;
    padding: 5px 25px;
}

    .btn-success:hover {
        color: var(--redApple);
        background-color: white;
    }

.red-button {
    background-color: var(--redApple);
    border: 2px solid var(--redApple);
    transition: 0.4s ease;
    color: white;
    font-family: URW-DIN;
    font-weight: bold;
    border-radius: 0;
    padding: 5px 25px;
}

    .red-button:hover {
        color: var(--redApple);
        background-color: white;
    }

.form-group small {
    color: black !important;
    font-weight: bold;
    font-family: 'URW-DIN';
}

/* The checkbox-container */
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

.checkbox-container input {
    padding-right: 10px;
}
/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: var(--redApple) !important;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

label {
    font-family: URW-DIN !important;
    display: flex !important;
    font-size: 1rem !important;
    color: white !important;
}

    label a {
        color: white;
        text-decoration: underline;
    }

        label a:hover {
            text-decoration: none;
        }

.elderberry {
    position: absolute;
    right: 0;
    height: 20%;
    margin-top: -30px;
}

.flower {
    position: absolute;
    transform: rotate(130deg);
    height: 25%;
    right: -50px;
    bottom: 1%;
    left: auto;
    pointer-events: none;
}

@media only screen and (max-width: 768px) {
    .elderberry {
        right: 0px;
        height: 100px;
        margin-top: 0px;
        z-index: 1;
    }

    .flower {
        height: 100px;
        left: 5%;
    }
}



.contact-form {
    background-color: var(--goldDust);
    background-size: cover;
    display: flex;
    align-items: center;
    color: white !important;
    padding-top: 100px;
}

.red-button {
    background-color: var(--redApple);
    border: 2px solid var(--redApple);
    transition: 0.4s ease;
    color: white;
    font-family: URW-DIN;
    font-weight: bold;
    border-radius: 0;
    padding: 5px 25px;
}

    .red-button:hover {
        color: var(--redApple);
        background-color: white;
    }


/* The checkbox-container */
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

.checkbox-container input {
    padding-right: 10px;
}

.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

.checkbox-container input:checked ~ .checkmark {
    background-color: var(--redApple) !important;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

label {
    font-family: URW-DIN !important;
    display: flex !important;
    font-size: 1rem !important;
    color: white !important;
}

    label a {
        color: white;
        text-decoration: underline;
    }

        label a:hover {
            text-decoration: none;
        }

.elderberry {
    position: absolute;
    right: 0;
    height: 20%;
    width: auto;
    margin-top: -30px;
}

.flower {
    position: absolute;
    transform: rotate(130deg);
    height: 25%;
    right: -50px;
    bottom: 1%;
    left: auto;
    pointer-events: none;
}

@media only screen and (max-width: 768px) {
    .elderberry {
        right: 0px;
        height: 100px;
        margin-top: 0px;
        z-index: 1;
    }

    .flower {
        height: 100px;
        left: 5%;
    }
}

.contact-message {
    content: '';
    height: 75vh;
    background-color: var(--redApple);
    background-image: url(https://dam.distell.co.za/m/3b311cd5203520ed/Small_Phone_Image-Vitafit-Aday-red-Bg-S.jpg);
    background-size: cover;
    display: flex;
    align-items: center;
    box-shadow: inset 0 0 0 2000px rgba(218, 0, 28, 0.6), 0px -166px 53px -84px rgba(218,0,28,0.75) inset;
    color: white !important;
}

    .contact-message h2 {
        color: white !important;
        font-size: 2rem !important;
    }

.social-logo {
    width: 42px;
    height: auto;
}

.imageList, .blog-image {
    width: 100%;
    /* height: 350px; */
    object-fit: cover;
    object-position: center;
    background-size: cover;
    background-position: center;
    display: flex;
    padding: 20px;
    aspect-ratio: 1 / 1;
}

    .blog-image .tag {
        background-color: var(--goldDust);
        padding: 3px 15px;
        height: 2rem;
        font-size: 1rem;
        color: #fff;
        transform: scale(0.8);
        transform-origin: 0 0;
    }

.featured-blog {
    border: 1px solid var(--redApple);
}

.breadcrumbs a {
    color: black;
}

    .breadcrumbs a:hover {
        color: red !important;
        text-decoration: none;
    }


/* Infinite ticker */
.ticker-wrap {
    width: 100vw;
    height: 36px;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    top: 100px;
    position: fixed;
    background-color: var(--redApple);
    z-index: 9;
}

.ticker {
    display: inline-block;
    margin-top: 5px;
    animation: marquee 40s linear infinite;
}

.item-collection-1 {
    position: relative;
    left: 0%;
    animation: swap 40s linear infinite;
}

.item {
    display: inline-block;
    padding: 0 1rem;
    font-size: 1.1rem;
    color: white;
    font-family: Avenir, sans-serif;
}

/* Transition */
@keyframes marquee {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100%)
    }
}

@keyframes swap {
    0%, 50% {
        left: 0%;
    }

    50.01%, 100% {
        left: 100%;
    }
}

/* Find us */
.find-us {
    padding-bottom: 60px;
}

    .find-us span {
        font-weight: bold;
        font-family: Anvenir;
    }

    .find-us img {
        object-fit: contain;
        width: 100%;
    }

.findus-swiper {
    --swiper-navigation-size: 30px;
    height: auto !important;
    top: 0px !important;
    margin-bottom: 30px !important;
}

    .findus-swiper .swiper-slide {
        background-color: transparent !important;
    }

#about .honeybush {
    position: absolute;
    right: 0;
    height: 300px;
    transform: translateY(50px);
}

@media only screen and (max-width: 768px) {
    #about .honeybush {
        position: absolute;
        right: 0;
        height: 200px;
        transform: none;
    }
}

.competition label, .competition label a {
    font-family: URW-DIN !important;
    display: inline !important;
    font-size: 1rem !important;
    color: black !important;
    text-transform: unset !important;
    color: #d1b459;
    font-size: 25px;
    letter-spacing: 1px;
    cursor: pointer;
}

.competition input[type=checkbox] {
    visibility: visible;
    display: inline-block;
    position: relative;
    height: auto !important;
    width: auto !important;
    cursor: pointer;
}

.competition .custom-checkbox .styledCheckBox {
    height: unset;
    width: unset;
    left: unset;
    background: unset;
    display: unset;
    top: unset;
    transform: unset;
    position: unset;
    border: unset;
}

    .competition .custom-checkbox .styledCheckBox:after {
        content: "";
        position: unset;
        left: unset;
        top: unset;
        height: unset;
        width: unset;
        transform: unset;
        transform-origin: unset;
        border-right: unset;
        border-bottom: unset;
        transition: unset;
        opacity: unset;
    }

.competition .banner {
    margin-top: 50px;
}

.confirmation {
    content: '';
    height: 75vh;
    background-color: var(--redApple);
    background-image: url(https://dam.distell.co.za/m/3b311cd5203520ed/Small_Phone_Image-Vitafit-Aday-red-Bg-S.jpg);
    background-size: cover;
    display: flex;
    align-items: center;
    color: white !important;
    box-shadow: inset 0 0 0 2000px rgba(218, 0, 28, 0.6), 0px -166px 53px -84px rgba(218,0,28,0.75) inset;
}

    .confirmation h2 {
        color: white !important;
        font-size: 2rem !important;
    }
