﻿@font-face {
    font-family: 'Stopbuck';
    src: url('/KidsspassTheme/fonts/stopbuck/Stopbuck.eot');
    src: url('/KidsspassTheme/fonts/stopbuck/Stopbuck.eot?#iefix') format('embedded-opentype'), url('/KidsspassTheme/fonts/stopbuck/Stopbuck.woff2') format('woff2'), url('/KidsspassTheme/fonts/stopbuck/Stopbuck.woff') format('woff'), url('/KidsspassTheme/fonts/stopbuck/Stopbuck.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.theme-font {
    font-family: 'Stopbuck'!important;
    font-weight:normal!important;
    font-style:normal!important;
    letter-spacing:2px!important;
}
body{
    color:var(--TextColor);
}
.bg-p1{background-color:var(--PrimaryOne)!important;}
.bg-p2{background-color:var(--PrimaryTwo)!important;}
.bg-s1{background-color:var(--SecondaryOne)!important;}
.bg-s2{background-color:var(--SecondaryTwo)!important;}
.bg-TextColor{background-color:var(--TextColor)!important;}
.text-p1{color:var(--PrimaryOne)!important;}
.text-p2{color:var(--PrimaryTwo)!important;}
.text-s1{color:var(--SecondaryOne)!important;}
.text-s2{color:var(--SecondaryTwo)!important;}
.TextColor{color:var(--TextColor)!important;}
.OffWhite{background-color:var(--OffWhite)!important;}

.menu-trial{display:none!important;}
.campaignLogo {
    max-height: 150px;
    max-width: 100%;
}
@media screen and (max-width: 1024px) {
    .campaignLogo {
        max-height: 100px;
        margin-top: 20px;
    }
}
.campaignHeader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
@media screen and (max-width: 1024px) {
    .campaignHeader {
        object-position: 50% 80%;
    }
}
@media screen and (max-width: 768px) {
    .campaignHeader {
        object-position: 50% 70%;
    }
}
.campaign-header {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.campaign-header .container {
    position: relative;
    z-index: 4;
}
.campaign-timer {
    position: relative;
    z-index: 3;
    background: rgba(255,255,255,0.85);
    backdrop-filter: blur(12px);
}
@media screen and (max-width: 768px) {
    .campaign-timer {
        background: rgba(255,255,255,0.4);
    }
}
@media screen and (max-width: 992px) {
    .campaign-header {
        padding-bottom: 460px;
    }
}
@media screen and (max-width: 768px) {
    .campaign-header {
        padding-bottom: 300px;
    }
}
.faquenzez .swiper-slide:nth-of-type(4n+1) .card {
    background-color: var(--SecondaryOne) !important
}
.faquenzez .swiper-slide:nth-of-type(4n+2) .card {
    background-color: var(--SecondaryTwo) !important
}
.faquenzez .swiper-slide:nth-of-type(4n+3) .card {
    background-color: var(--PrimaryOne) !important
}
.faquenzez .swiper-slide:nth-of-type(4n+4) .card {
    background-color: var(--PrimaryTwo) !important
}
.underline::after {
    background-image: linear-gradient(to right, var(--bs-primary) 40%, var(--bs-secondary) 50%) !important;
}

.sticker-btn{
    position:relative;
    transition: ease 0.3s!important;
}
.sticker-btn:hover{
    transform:scale(1.04) rotate(1deg);
}


.top-wave {
    position: relative;
}
.campaign-offers-sticker {
    max-height: 120px;
    max-width: 100%;
}
.prize-banner{
    width:100%;
    object-fit:cover;
    object-position:center center;
    min-height:200px;
    max-height: 480px;
}
@media screen and (max-width: 1024px) {
    .prize-banner {
        min-height: 200px;
        max-height: 480px;
    }
}


.themed .card {
    position: relative;
    z-index: 2;
}
.themed .card::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: block!important;
    opacity:0.125;
    background-color: var(--themecolor)!important;
}
.themed .theme-text {
    color: var(--themecolor, black) !important;
}
.themed .card .card-body, .themed .card .card-footer{
    position:relative;
    z-index:4;
}




.prize-card .prize-title{
    z-index:3;
    position:relative;
    width:calc(100% - 16px);
    margin:auto;
    margin-top:-30px;
}
.prize-heading {
    margin-top: -20px !important;
    position: relative;
    z-index: 4;
    max-height:120px;
    max-width:85%;
}
.campaign-prizes {
    position: relative;
    margin-top: 20px !important;
    z-index: 4;
}
@media screen and (max-width: 1024px) {
    .prize-heading {
        margin-top: -20px !important;
    }
}
.prize-image {
    width: 100%;
    object-fit: cover;
    object-position: center center;
    min-height: 250px;
    aspect-ratio: 7/4;
}
@media screen and (max-width: 1024px) {
    .prize-image {
        min-height: 200px;
        aspect-ratio: 5/3;
    }
    .campaign-prizes{
        overflow:visible!important;
    }
}
.campaign-prizes .swiper-slide:nth-of-type(4n+1) .prize-title {
    background-color: var(--SecondaryOne) !important
}
.campaign-prizes .swiper-slide:nth-of-type(4n+2) .prize-title {
    background-color: var(--SecondaryTwo) !important
}
.campaign-prizes .swiper-slide:nth-of-type(4n+3) .prize-title {
    background-color: var(--PrimaryOne) !important
}
.campaign-prizes .swiper-slide:nth-of-type(4n+4) .prize-title {
    background-color: var(--PrimaryTwo) !important
}




.wave{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:60px;
    z-index:1;
}
.top-wave::after {
    position: absolute;
    content:" ";
    top: 60px;
    left: 0;
    width: 100%;
    height: 120px;
    z-index: 2;
}
.top-wave::before {
    position: absolute;
    content: " ";
    z-index: 1;
    width: 100%;
    left: 0;
    top: 120px;
    height: calc(100% - 120px);
}
.top-wave-2{
    position:relative;
}
.top-wave-2::after {
    position: absolute;
    content:" ";
    top: 0px;
    left: 0;
    width: 100%;
    height: 120px;
    z-index: 2;
}
.top-wave-2::before {
    position: absolute;
    content: " ";
    z-index: 1;
    width: 100%;
    left: 0;
    top: 60px;
    height: 100%;
}
.bottom-half-wave::after {
    position: absolute;
    content:" ";
    bottom: calc(50% - 60px);
    left: 0;
    width: 100%;
    height: 120px;
    z-index: 2;
    transform:rotate(180deg);
}
.bottom-half-wave::before {
    position: absolute;
    content: " ";
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0px;
    height: calc(50% - 0px);
}
.light-gradient::after {
    position: absolute;
    content: " ";
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    opacity:0.3;
}

.campaign-fade, .campaign-fade .card-body{
    position:relative;
    z-index:2;
}
.campaign-image-fade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index:1;
    opacity:0.5;
}
.activity-card{
    position:absolute;
    top:-20px;
    left:0;
    transform:rotate(8deg);
    max-height:calc(100% + 100px);
    min-height:300px;
}

@media screen and (max-width: 574px) {
    .activity-card {
        margin-auto;
        position: relative;
        top: unset;
        transform: rotate(0deg);
        min-height: 100px;
        max-height: 190px;
        margin-top: -30px;
        object-fit: cover;
        object-position: center center;
        width: 125%;
        background:rgba(255,255,255,0.3);
    }
}

.sticker{
    position:absolute;
    height:90px;
    z-index:5;
}
.sticker-one{
    left:0;
    bottom:0px;
}
.sticker-two {
    right: 0;
    bottom: 0px;
}
.sticker-three{
    top:20px;
    left:0;
}
.sticker-four{
    top:0;
    right:0px;
    transform:rotate(30deg);
}
.sticker-five {
    top: -90px;
    left: 0;
    transform: rotate(0deg);
}
.sticker-six {
    bottom: -100px;
    right: 0;
}
.sticker-seven {
    top: -60px;
    left: 0;
}
.sticker-eight {
    top: -70px;
    right: 0;
}
@media screen and (max-width: 768px) {
    .sticker {
        height: 60px;
    }
    .sticker-one {
        left: -20px;
        bottom: 0px;
    }
    .sticker-two {
        right: -20px;
        bottom: 0px;
    }
    .sticker-three {
        top: 40px;
        left: -20px;
    }
    .sticker-four {
        top: 20px;
        right: -20px;
    }
    .sticker-five {
        top: -80px;
        left: -20px;
    }
    .sticker-six {
        bottom: -65px;
        right: -10px;
    }
    .sticker-seven {
        top: -20px;
        left: -20px;
    }

    .sticker-eight {
        top: -10px;
        right: -10px;
    }
}

.campaign-sticky{
    position:fixed;
    width:100%;
    bottom:0;
    z-index:20;
    box-shadow: -2px 0 24px rgba(0,0,0,0.15);
    transition:ease 0.8s;
    opacity:0.95;
}
.campaign-sticky.in-view {
    bottom:-100%;
}

.offer-carousel {
    overflow: visible !important;
}


.faq-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.title-style {
    color: white !important;   
    paint-order: stroke fill;
    -webkit-text-stroke: 0.25rem var(--TextColor); 
  text-shadow: -2px 2px 0px var(--TextColor),
			   -3px 3px 0px var(--TextColor),
			   -4px 4px 0px var(--TextColor),
			   -5px 5px 0px var(--TextColor);
}


.campaign-features .card-logo{
    z-index:10;
}
.campaign-stroke {
    color: white !important;
    paint-order: stroke fill;
    -webkit-text-stroke: 0.25rem var(--TextColor);
}