﻿
.box-logo{
    width: 20px;
}
.agreetotermsdesc{
    padding: 20px 20px 0 20px;
}
.agreetotermsrow{
    padding: 20px;
}
#makePayment{
    background-color: var(--bs-primary);
    margin-top: 20px;
}
.text-success {
    color: var(--family) !important;
}
.btn-family {
    color: var(--white);
    background-color: var(--family);
    border-color: var(--family);
}
.btn-family:hover {
    color: var(--white);
    background-color: var(--family);
    border-color: var(--family);
}
.btn-outline-family {
    color: var(--family);
    background-color: transparent;
    border-color: var(--family);
}
.btn-outline-family:hover {
    color: var(--white);
    background-color: var(--family);
    border-color: var(--family);
}
.btn-outline-family.disabled, .btn-outline-family:disabled {
    color: var(--family);
    background-color: transparent;
}
.btn-outline-family:not(:disabled):not(.disabled):active, .btn-outline-family:not(:disabled):not(.disabled).active, .show > .btn-outline-family.dropdown-toggle {
    color: var(--white);
    background-color: var(--family);
    border-color: var(--family);
}
.btn-family.disabled, .btn-family:disabled {
    color: var(--white);
    background-color: var(--family);
    border-color: var(--family);
}
.btn-family:not(:disabled):not(.disabled):active, .btn-family:not(:disabled):not(.disabled).active, .show > .btn-family.dropdown-toggle {
    color: var(--white);
    background-color: var(--family);
    border-color: var(--family);
}
.btn-family:not(:disabled):not(.disabled):active:focus, .btn-family:not(:disabled):not(.disabled).active:focus, .show > .btn-family.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255,255,255,0.5), 0 0 0 0.2rem var(--family);
}
.btn-outline-family:focus, .btn-outline-family.focus {
    box-shadow: 0 0 0 0.2rem rgba(255,255,255,0.5), 0 0 0 0.2rem var(--family);
}
.btn-family:focus, .btn-family.focus {
    box-shadow: 0 0 0 0.2rem rgba(255,255,255,0.5), 0 0 0 0.2rem var(--family);
    background-color: var(--family);
    border-color: var(--family);
}
.border-family {
    border-color: var(--family) !important;
}
.badge-family {
    color: var(--white);
    background-color: var(--family);
}
a.bg-family:hover, a.bg-family:focus, button.bg-family:hover, button.bg-family:focus {
    background-color: var(--family) !important;
}
:root {
    --corners: 10px;
    --grey: #e9e9e9;
    --family: -webkit-linear-gradient(-60deg, var(--bs-primary), var(--bs-secondary)) !important;
    --family2: -webkit-linear-gradient(-60deg, var(--bs-primary), var(--bs-dark)) !important;
}

.bg-family {
    background: var(--family)!important;
}
.bg-family2 {
    background: var(--family2) !important;
}
.bg-grey {
    background-color: var(--grey)!important;
}
h1, h2, h3, h4, h5 {
    letter-spacing: -0.025em;
    line-height: 105% !important;
}
/* Checkout */
.co-main{
    font-family: var(--bs-font-sans-serif)!important;
    background: -webkit-linear-gradient(45deg, var(--bs-primary), var(--bs-secondary))!important;
}
.co-main ~ footer .footer-main{
    display: none;
}
.co-main ~ footer footer{
    padding-top: 0!important;
}
.form-select{
    padding: 1em 1.4em!important;
    font-size: 1rem!important;
    font-weight: 600!important;
    line-height: 1.5!important;
    color: #212529!important;
    background-color: #F0F0F0!important;
    border: 0 solid #ced4da!important;
    border-radius: 0.25rem!important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out!important;
}
#idpc_dropdown{
    width: 100%;
    margin-top: 1em;
    padding: 1em 1.4em!important;
    font-size: 1rem!important;
    font-weight: 600!important;
    line-height: 1.5!important;
    color: #212529!important;
    background-color: #F0F0F0!important;
    border: 0 solid #ced4da!important;
    border-radius: 0.25rem!important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out!important;
    height:60px!important;
}
/* Validation Summary */


/* Redeem */
.searchpost{
    height: 56px;
    background: var(--bs-secondary);
    border: 0;
    width: 100%;
    padding: 0 20px;
    font-weight: bold;
    border-radius: 4px;
}
.tncagree{
    width: 20px;
    height: 20px;
}
.pos-sticky{
    position: sticky;
    top: 1em;
}
#choose_ages, #select_children_one, #select_children_two, #select_children_three, #select_children_four, #select_children_five {
    display: none;
}
.redeemMain{
    position: relative
}
.redeemMain:before {
    content: '';
    position: absolute;
    top: -25px;
    left: -100px;
    width: 300px;
    height: 300px;
    background-color: var(--bs-secondary);
    opacity: 0.05;
    border-radius: 52% 48% 26% 74% / 40% 68% 32% 60%;
    z-index: -1;
}
.ls-3{
    letter-spacing: -5px;
}
/* Lists */
.validation-summary-errors{
    margin: 20px 0;
}
ul.fp-list, .validation-summary-errors ul {
    list-style-type: none;
    text-decoration: none;
    padding: 0;
}

ul.fp-list li, .validation-summary-errors ul li {
    line-height: 1.1em;
    font-weight: 600;
    position: relative;
    padding-left: 25px;
    margin: 10px 0px;
}

ul.fp-list li:after, .validation-summary-errors ul li:after {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 8px !important;
    content: '\f111';
    font: var(--fa-font-solid);
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: var(--bs-secondary);
    margin-right: 15px;
}
/* Nav & Stuff */

.wrapper {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    height: 100%;
    width: 100%;
}
nav{
    position:relative;
    z-index:100;
}
.nav {
    top: 0;
    width: 100%;
    z-index: 101;
    background-color:var(--bs-grey-200);
    --category:4rem;
}
.nav ul{
    list-style:none;
    margin:0;
    position:relative;
}
.nav ul li{
    display:inline-block;
}
.nav ul li{
    display:inline-block;
    padding: 0 0.5rem;
    line-height:4.5rem;
}
.nav ul li a {
    text-decoration: none;
    color: black;
}
.nav ul li a:hover, .nav ul li a:hover i{
    color:var(--bs-primary)!important;
}
.nav ul li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--grey);
    margin-left: calc(var(--bs-gutter-x)* 0.5);
    padding: 1rem;
    border-radius: 0 0 0.5em 0.5em;
    border-top: 1px solid rgba(0,0,0,0.1);
    opacity: 0;
    -webkit-transition: ease 0.1s;
    -o-transition: ease 0.1s;
    transition: ease 0.1s;
    transform: scale(0.9);
    pointer-events: none;
    transform-origin: top left;
}
.nav ul li > ul li{
    display:block;
    line-height:unset;
    width: 300px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-left:0;
    transition:ease 0.2s;
    border-radius: 0.5em;
}
.nav ul li > ul li a {
    line-height: var(--category);
    display:block;
    position:relative;
}
.nav ul li > ul li a i {
    position: absolute;
    top: 0;
    right: 0;
    height:var(--category);
    width:1rem;
    line-height:var(--category)!important;
    text-align:center;
}
.nav ul li > ul li:last-of-type{
    border-bottom: 0;
    margin-bottom:0;
}
.nav ul li > ul li:hover{
    background:white;
    padding-left:0.75rem;
}
.nav ul li:hover > ul {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
}
.nav-category{
    background-color:rgba(255,255,255,0.5);
    padding-left:2rem!important;
    padding-right: 2rem!important;
    margin-right:1rem;
}

.main-logo {
    max-height: 80px;
}

.main-menu {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    justify-content: end;
    gap: 2em;
    align-items: center;
    transition: all 0.5s ease;
}

.main-menu li a {
    text-decoration: none;
    font-weight: 700;
    color: var(--bs-dark);
    letter-spacing: -0.025em;
}

.action-button i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius:0.5em;
    font-size:1.5rem;
}

.mobile-buttons {
    position: relative;
    z-index: 100;
}

.action-button {
    border: 0px;
    display: inline-block;
    background:none;
}

@media screen and (max-width: 768px) {
    .nav {
        --category: 3rem;
    }
    .main-navigation{
        position:fixed;
        width:calc(100vw - 5rem)!important;
        max-width:400px!important;
        height:100vh;
        height:100dvh;
        background:var(--grey);
        right:-400px;
        top:0;
        transition:ease 0.3s;
    }
    .mob-menu{
        right:0;
    }
    .nav-category {
        background-color: rgba(255,255,255,0.0);
        padding-left: 0rem!important;
        padding-right: 0rem!important;
        margin-right: 0rem!important;
    }

    .nav ul li > ul {
        position: relative;
        top: 100%;
        left: 0;
        background-color: unset;
        margin-left: 0;
        padding: 0rem;
        border-radius: 0;
        opacity: 1;
        transform: scale(1);
        pointer-events: auto;
    }
    .nav ul li > ul li {
        width: 100%;
        border-bottom: 1px solid rgba(0,0,0,0.0);
        border-radius: 0;
        line-height: var(--category);
    }
    .nav ul li {
        display: block;
        padding: 0;
        line-height:var(--category);
    }
}
@media screen and (max-width: 768px) {
    .main-logo {
        max-height: 60px;
    }

}

/* Header / Hero */

.home-header h1 {
    position: relative;
}

    .home-header h1:before {
        content: '';
        position: absolute;
        top: -25px;
        left: -100px;
        width: 300px;
        height: 300px;
        background-color: var(--bs-secondary);
        opacity: 0.15;
        border-radius: 52% 48% 26% 74% / 40% 68% 32% 60%;
        z-index: -1;
    }

.hero-section .hero-img-container {
    border-radius: var(--corners);
    overflow: hidden;
    position: relative;
    display: block;
}

    .hero-section .hero-img-container img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .hero-section .hero-img-container.big {
        height: 475px;
    }

    .hero-section .hero-img-container.small {
        height: 175px;
    }

.hero-img-container.small + .small {
    margin-top: 16px;
}

@media screen and (max-width: 768px) {
    .hero-section .hero-img-container.big {
        height: 175px;
    }

    .hero-section .hero-img-container.small {
        height: 175px;
        width: calc(50% - 8px);
        float: left;
        margin: 0;
    }

    .hero-img-container.small + .small {
        margin-left: 16px;
    }
}

.hero-img-container p {
    position: absolute;
    padding: 1em;
    z-index: 10;
    bottom: 0;
    left: 0;
    margin: 0;
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.025em;
    color: #ffffff;
}

.hero-img-container p:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #000000;
    filter: blur(15px);
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.7;
}

.logo-carousel {
    position: relative;
    overflow: hidden;
    --offset: 20vw;
    --move-initial: calc(-25% + var(--offset));
    --move-final: calc(-50% + var(--offset))
}
    .logo-carousel .container {
        overflow: hidden;
        -webkit-mask-image: linear-gradient(90deg, transparent, black, black, black, black, black, transparent);
        mask-image: linear-gradient(90deg, transparent, black, black, black, black, black, transparent);
    }

.logos-inner {
    width: fit-content;
    position: relative;
    transform: translate3d(var(--move-initial),0,0);
    animation: marquee 50s linear infinite;
    animation-play-state: running;
    display: flex
}

.all-logos {
    display: flex
}

@keyframes marquee {
    0% {
        transform: translate3d(var(--move-initial),0,0)
    }

    100% {
        transform: translate3d(var(--move-final),0,0)
    }
}

.logo-carousel {
    padding: 1.65rem 0
}

    .logo-carousel img {
        height: 80px;
        margin: 0 10px;
        padding: 0.5em;
        border-radius: var(--corners);
    }

@media screen and (max-width:960px) {
    .logo-carousel img {
        max-height: 62px;
        padding: 0.15em;
    }
}

/* Reviews Section */

.home-reviews {
    z-index: 5;
    position: relative;
}

    .home-reviews .card {
        box-shadow: 0px 8px 28px -6px rgba(24, 39, 75, 0.12), 0px 18px 88px -4px rgba(24, 39, 75, 0.14);
    }

.review i {
    color: var(--bs-secondary);
}

/* Join FP Section */

.join-fp {
    position: relative;
    margin-top: -300px;
}

    .join-fp .container {
        position: relative;
        margin-top: -150px;
    }

    .join-fp > img {
        width: 100%;
    }

    .join-fp img {
        pointer-events: none;
    }

@media screen and (max-width: 1400px) {
    .join-fp {
        margin-top: -100px;
    }

        .join-fp .container {
            margin-top: -50px;
        }
}

@media screen and (max-width: 768px) {
    .join-fp {
        margin-top: 0;
    }

        .join-fp .container {
            margin-top: 0;
        }
}

/* Footer & Copyright */

footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    footer ul li a {
        text-decoration: none;
        color: #ffffff;
        font-weight: 700;
        line-height: 180%;
    }

        footer ul li a:hover {
            color: #ffffff;
        }

footer i {
    color: var(--bs-secondary);
    margin-top: 30px;
    margin-left: 15px;
    transition: ease-in-out 0.2s;
}

@media screen and (max-width: 768px) {
    footer i {
        margin: 0;
        margin-top: 15px;
        margin-right: 15px;
    }
}

footer i:hover {
    color: #ffffff;
}

.copy-bar {
    background-color: #000000;
}

    .copy-bar a {
        text-decoration: none;
        color: #ffffff;
    }

        .copy-bar a:hover {
            color: #ffffff;
        }

.extra-links a:after {
    content: '|';
    padding: 0px 7px 0px 11px
}

.extra-links a:last-of-type:after {
    display: none;
}

/* Consumer Rewards */

.consumer-header .card {
    padding: 4em;
    z-index: 1;
}

.sick-phones {
    height: 100%;
    position: absolute;
    left: 50%;
    width: auto!important;
    transform: translateX(-50%) scale(1.3);
}

.consumer-header ul {
    list-style-type: none;
    text-decoration: none;
    padding: 0;
}

    .consumer-header ul li {
        line-height: 1.1em;
        font-weight: 600;
        position: relative;
        padding-right: 25px;
        margin: 10px 0px;
    }

        .consumer-header ul li:after {
            position: absolute;
            right: 0;
            top: 5px;
            font-size: 8px !important;
            content: '\f111';
            font: var(--fa-font-solid);
            display: inline-block;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            color: var(--bs-secondary);
            margin-left: 15px;
        }

@media screen and (max-width: 1200px) {
    .sick-phones {
        transform: translateX(-50%) scale(1);
    }
    .consumer-card {
        overflow: hidden;
    }
    
}

@media screen and (max-width: 1024px) {

    .sick-phones {
        transform: translateX(0%) scale(1.6);
        width: auto;
        height: 100%;
        left: 75%;
        top: 0px;
        z-index: -1;
    }

    .consumer-header {
        overflow: hidden;
    }
}

@media screen and (max-width: 768px) {
.consumer-header .card {
    padding: 2em;
}

.sick-phones {
    opacity: 0.1;
    transform: translateX(0%) scale(1.2);
    width: 55%;
    height: auto;
    left: 50%;
    top: 40px;
    z-index: -1;
}

.consumer-header ul li {
    padding-left: 25px;
}

.consumer-header ul li:after {
    left: 0;
    margin-right: 15px;
    margin-left: 0;
}
}

/* Login Page */

.login-container a {
    text-decoration: none;
}

.login-container img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    max-height: 60vh;
}

.login-container ul {
    list-style-type: none;
    text-decoration: none;
    padding: 0;
}

.login-container ul li {
    line-height: 1.1em;
    font-weight: 600;
    position: relative;
    padding-left: 25px;
    margin: 10px 0px;
}

.login-container ul li:after {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 8px !important;
    content: '\f111';
    font: var(--fa-font-solid);
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: var(--bs-dark);
    margin-right: 15px;
}

/* Members Area */

.members-nav ul li {
    list-style-type: none;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: -0.025em;
    border-radius: 5px;
}

.members-nav i {
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 10px;
}

.nav-pills .nav-link {
    background-color: #F0F0F0;
    margin-right: 20px;
}

table {
    border-radius: 5px;
}

    table tbody {
        background-color: #F0F0F0;
    }

    table td {
        font-weight: 600;
    }

.home-header{
    position:relative;
    overflow:hidden;
}
.home-header-image{
    position:absolute;
    top:-10%;
    left:47%;
    height:120%;
    width:60%;
    content:" ";
    object-fit:contain;
    display:block;
}
@media screen and (max-width: 1024px) {
    .home-header-image {
        position: relative;
        top: 0;
        left: 10%;
        height: auto;
        width: 80%;
        content: " ";
        object-fit: contain;
        display: block;
    }
}
.top-header {
    top: -40px;
    position: relative;
    left: 10%;
    height: 100%;
    width: 80%;
    object-fit: contain;
    display: block;
    margin-bottom:-40px;
}
.bottom-header {
    bottom: -40px;
    position: relative;
    left: 10%;
    height: 100%;
    width: 80%;
    object-fit: contain;
    display: block;
    margin-top: -40px;
}
@media screen and (max-width: 768px) {
    .top-header {
        top: -40px;
        position: relative;
        left: -5%;
        height: 100%;
        width: 110%;
        object-fit: contain;
        display: block;
    }

    .bottom-header {
        bottom: -40px;
        position: relative;
        left: -5%;
        height: 100%;
        width: 110%;
        object-fit: contain;
        display: block;
    }
}
.app-logos img{
    max-height:50px;
}
.app-top{
    max-height:90px;
}

.offers-section .swiper-button-next, .offers-section .swiper-button-prev {
    position: relative;
    --swiper-buttons: 3em;
    width: var(--swiper-buttons);
    height: var(--swiper-buttons);
    line-height: var(--swiper-buttons);
    text-align:center;
    color:white;
    border-radius:0.5em;
    margin:0!important;
    top:unset!important;
    left:unset!important;
    right:unset!important;
    display:inline-block;
    font-size:1rem;
    transition:ease 0.3s;
    margin-left:0.5em!important;
}
.offers-section .swiper-button-next:hover, .offers-section .swiper-button-prev:hover{
    background-color:var(--bs-secondary)!important;
}
.offers-section .swiper-button-next::after, .offers-section .swiper-button-prev::after {
    font-size: 1.25rem;
    line-height: 2.5em;
}
.offers-section .swiper-slide{
    transition: ease 0.3s;
}
.offers-section .swiper-slide-prev{opacity:0;}
.offers-section .swiper-slide figure > img{
    object-fit:cover;
    height:200px;
    width:100%;
}
.offer-logos img {
    border-radius: 0.25em;
    width: 100%;
}
.offers-section figure{
    margin-bottom:0;
}

.checkbtn, .radiobtn.form-check-input {
    margin: 0 !important;
    top: 0 !important;
    position: static;
    width: 20px !important;
    height: 20px !important;
    box-shadow: 0 !important;
}

.ts-and-cs-para {
    text-align: left !important;
}

.info-card {
    margin-top: 20px;
    border-radius: 8px !important;
    border: 1px solid #DDDDDD !important;
}