@font-face {
    font-family: "Viva Beautiful"; 
    src: url("fonts/90f55227a060de2045778bb80ffd6d6a.eot"); 
    src: url("fonts/90f55227a060de2045778bb80ffd6d6a_iefix.eot") format("embedded-opentype"), 
         url("fonts/90f55227a060de2045778bb80ffd6d6a.woff2") format("woff2"), 
         url("fonts/90f55227a060de2045778bb80ffd6d6a.woff") format("woff"), 
         url("fonts/90f55227a060de2045778bb80ffd6d6a.ttf") format("truetype");
}

@font-face {
    font-family: "Italiana"; 
    src: url("fonts/italiana-regular.otf"); 
}

:root {
    --swiper-theme-color: #000000;
    --swiper-pagination-color: #fed448;
    --link-theme-color: #000000;
    --theme-color: #fed448;
    --splash-screen-color: #ffcf3c;
}

body{
    font-family: 'Nunito', sans-serif;
    color: #000000;
    padding-top: 38px;
    position: relative;
    width: 100%;
    overflow-x: hidden;
    zoom: 1;
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
textarea {
  font-size: 16px !important;
}

/* navbar */
.nav-link:focus, .nav-link:hover {
    background-color: #FFEB3B;
    border-radius: 20px;
    background-image: linear-gradient(-90deg, #FF9800, #ffeb38);
}
.navbar-nav li{
    margin: 0 10px;
}
.dropdown-menu{
    background-color: #fed448;
    background-image: linear-gradient(180deg, #fed449, #ffe74f);
    background-clip: padding-box;
    border: none;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #ffa502;
}
.dropdown-divider {
    border-top: 1px solid #0000001f;
}

/* Layout */
.bg-pattern{
    background-image: url(../img/pattern-transparent.png);
    background-size: 40%;
}
.bg-pattern-square{
    background-image: url(../img/pattern-square.png);
    background-size: 40%;
}
.bg-layer-1::before{
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-image: url(../img/layer-1.jpg);
    background-size: cover;
    filter: blur(4px);
    z-index: -1;
}
.bg-theme{
    background-color: #fed448 !important;
}
.bg-black{
    background-color: #292929;
}
.bg-white{
    background-color: #ffffff;
}
.bg-theme-translucent{
    background-color: #ffd4008c;
}
.bg-gray-translucent{
    background-color: hsl(0deg 0% 88% / 70%); /* #e1e0d98c */
}
.blockquote{
    z-index: 1;
    position: relative;
    background: #fed448;
    padding: 20px;
    border-left: 10px solid orange;
    margin: 0;
}
.round{
    border-radius: 10px;
}
.round-top-right{
    border-top-right-radius: 20px;
}
.round-top{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.round-bottom{
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.textbox-container{
    width: 100%;
    position: relative;
    overflow: hidden;
    
}

.textbox-image{
    background-position: center;
    background-size: cover;
    background-position-x: right;
}

.textbox-container a{
    margin-bottom: 1.5rem;
    width: 50%;
}
.no-padding{
    padding: 0px;
}
.no-padding-left{
    padding-left: 0px;
}
.no-padding-right{
    padding-right: 0px;
}

.display-flex{
    display: flex;
}
.flex-direction-column{
    flex-direction: column;
}


/* Typography */
.font-viva{
    font-family: 'Viva Beautiful', sans-serif;
}
.font-italiana{
    font-family: 'Italiana', sans-serif;
}
.font-200{
    font-weight: 200;
}
.text-50{
    font-size: 50px;
}
.text-70{
    font-size: 70px;
}
.text-error{
    color: red;
}
.margin-top-20{
    margin-top: 20px;
}
.margin-bottom-20{
    margin-bottom: 20px;
}
.padding{
    padding: 16px;
}

a:hover {
    color: var(--theme-color);
    text-decoration: underline;
}

section{
    position: relative;
}

#landingPage, #splashScreen{
    padding: 60px;    
    padding-top: 100px;
    width: 100vw;
    text-align: center;
}

#splashScreen{
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 100000;
    background-color: var(--splash-screen-color);
    top: 0;
    overflow: hidden;
    height: 100vh;
}

#splashScreen img{
    width: 50%;
    filter: saturate(1.3);
}

#landingPage h1{
    font-family: 'Viva Beautiful', sans-serif;
    font-size: 11.5em;
    line-height: 11rem;
    transform: rotate(-15deg);
}

#landingPage img{
    width: 250px;
}

#landingPage.halfPage h1{
    font-size: 9em;
    line-height: 9rem;
}
#landingPage.halfPage h4{
    font-size: 1.5rem !important;
    font-weight: bolder;
    margin-top: 20px;
}
.halfPageH1{
    display: none;
}
.halfPageH4{
    text-align: center;
    display: block;
}
.halfPage{
    max-height: 450px !important;
}
/* Home page landing styles */
.home-page-desktop-bg{
    width: 100%;
    height: 40vw;
    min-height: 500px;
    padding: 60px; 
    display: flex; 
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background-image: url(../img/banners/landing.gif);
    background-size: cover;
    background-repeat: no-repeat;
}
.home-page-desktop{
    width: 100%;
    height: 20vw;
    min-height: 320px;
    padding: 40px; 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.48);
}
.home-page-desktop h2{
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 50px;
    margin-bottom: 30px;
}
.home-page-desktop input{
    width: 100%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    height: 50px;
    border: none;
    padding: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 20px;
    font-weight: 200;
}
.home-page-desktop .homepage-btn-theme{
    background-color: #fed448;
    height: 50px;
    width: 100%;
    background-image: linear-gradient(360deg, #ffb000, #fed448);
    border: none;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    font-size: 20px;
    font-weight: 400;
}

/* Home page landing styles mobile */
.home-page-mobile-bg{
    width: 100%;
    height: 80vh;
    min-height: 510px;
    padding: 10px; 
    display: flex; 
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background-image: url(../img/banners/landing-m.gif);
    background-size: cover;
    background-repeat: no-repeat;
}
.home-page-mobile-bg::before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.48);
    position: absolute;
    top: 0;
    left: 0;
}
.home-page-mobile{
    width: 100%;
    height: 50vh;
    min-height: 400px;
    padding: 16px; 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    /* background-color: rgba(0, 0, 0, 0.48); */
}
.home-page-mobile h2{
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 30px;
}
.home-page-mobile input{
    width: 100%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    height: 40px;
    border: none;
    padding: 14px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 14px;
    font-weight: 200;
}
.home-page-mobile .homepage-btn-theme{
    background-color: #fed448;
    height: 40px;
    width: 100%;
    background-image: linear-gradient(360deg, #ffb000, #fed448);
    border: none;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    font-size: 14px;
    font-weight: 400;
}

/* slide general */
.swiper-pagination-bullet {
    background: #fff;
    opacity: .8;
}

.swiper-pagination-bullet-active {
    background: var(--theme-color);
    width: 20px;
    border-radius: 10px;
    border: 1px solid orange;
}

/* slide merchants */
.swiper-container.slide-merchants{
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}

.slide-merchants .swiper-slide, .slide-merchants .swiper-slide div{
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
}

.slide-merchants .swiper-slide.swiper-slide-active div{
    -webkit-animation: floating 3s ease infinite;
    animation: floating 3s ease infinite;
    will-change: transform;
}

/* slide app screens */
.swiper-container.slide-app{
    width: 100%;
    max-width: 300px;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}
.slide-app .swiper-slide.swiper-slide-active{
    opacity: 1 !important;
}

.slide-app .swiper-slide, .slide-app .swiper-slide img{
    width: 280px;
    margin-left: 10px;
    height: 560px;
    margin-top: 8px;
}
.status-bar{
    width: 262px;
    height: 22px;
    background-color: #fed447;
    position: absolute;
    margin-left: 20px;
    margin-top: -4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
}
.phone-casing::before{
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../img/app-screens/iphone.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 2;
    top: 0%;
}

/* bottom links */
#bottomMarketLinks{
    position: fixed;
    bottom: 20px;
    width: 100vw;
    z-index: 1;
    padding: 0px;
}

#bottomMarketLinks a, .socials a{
    color: var(--link-theme-color);
}

#bottomMarketLinks img{
    float: left;
    margin-right: 15px;
    width: 40px;
    filter: brightness(0);
}


#sct-call-to-action, #contact, #form{
    background: hsla(0, 0%, 94%, 1);
}

/* Custome FIle Input */
.theme-file-input::-webkit-file-upload-button {
    visibility: hidden;
}

.theme-file-input::before {
    content: 'Change Image';
    width: 100%;
    position: absolute;
    text-align: center;
    background-color: inherit;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#db_feedback{
    position: fixed; 
    z-index: 10000; 
    width: 90%; 
    bottom: 10%; 
    margin: auto;
    padding: 20px;
    background-color: #f0f0f0;
    left: 5%;
    display: none;
}
#db_feedback.success{
    background-color: rgb(0, 180, 0);
    color: #f0f0f0;
}
#db_feedback.error{
    background-color: red;
    color: #f0f0f0;
}

#vendor_slides{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

/* Cards */
.morphedcards{
    color: #7e8a9a;
}
.morphedcards .morphedcard div{
    margin: 10px;
}
.morphedcards .morphedcard .img{
    width: 50px;
}
.morphedcards .morphedcard .heading{
    margin-bottom: 10px;
}
.morphedcards .morphedcard .heading h1{
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
}
.morphedcards .morphedcard .content{
    padding: 20px;
    padding-top: 0;
    margin-top: 0;
}
.morphedcards .morphedcard .content p{
    text-align: center;
    letter-spacing: 1px;
    font-size: 10px;
}

.morphedcards .morphedcard{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    margin: 20px auto;
    padding: 20px;
    width: 280px;
    height: 380px;
    transition: .5s;
    border-radius: 30px;
    box-shadow: 3px 3px 10px 2px rgba(0, 0, 0, .1),
                -3px -3px 10px 2px rgba(255, 255, 255, 1);
}

.morphedcards .morphedform, .morphedcards .morphedform input, .morphedcards .morphedform textarea{
    padding: 20px;
    margin: 20px auto;
    padding: 20px;
    transition: .5s;
    border-radius: 30px;
    background-color: #f0f0f0;
    border: none;
    box-shadow: 3px 3px 10px 2px rgba(0, 0, 0, .1),
                -3px -3px 10px 2px rgba(255, 255, 255, 1);
}

.morphedcards .morphedcard .button button, .morphedcards .morphedform button{
    padding: 16px 26px;
    border-radius: 50px;
    border: none;
    outline: none;
    text-transform: uppercase;
    background: transparent;
    color: #7e8a9a;
    transition: .2s;
    box-shadow: 3px 3px 10px 2px rgba(0, 0, 0, .1),
                -3px -3px 10px 2px rgba(255, 255, 255, 1);
}

.morphedcards .morphedcard:hover, .morphedcards .morphedform:hover, .morphedcards .morphedform input:focus,
.morphedcards .morphedform textarea:focus,
.morphedcards .morphedcard .button button:active, .morphedcards .morphedform button:active{
    background-color: #f0f0f0;
    border: none;
    box-shadow: inset 3px 3px 10px 2px rgba(0, 0, 0, .1),
                inset -3px -3px 10px 2px rgba(255, 255, 255, 1);
}


.c1{
    box-shadow: inset 3px 3px 10px 2px rgba(0, 0, 0, .1),
                inset -3px -3px 10px 2px rgba(255, 255, 255, 1) !important;
}

section{
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.easytext h3, .easytext strong{
    margin-bottom: 0.5rem;
    margin-top: 2.5rem;
    font-family: inherit;
    font-weight: bold;
    line-height: 1.3;
    color: #3C4858;
}

.easytext p{
    line-height: 1.7;
    color: #424242; /* #7e7e7e; */
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
    text-align: left;
}

footer{
    background-color: #161616;
    padding-top: 8rem;
    padding-bottom: 8rem;
    color: #7e8a9a;
    position: relative;
    z-index: 2;
}

footer a{
    color: #7e8a9a;
    font-size: 16px;
    line-height: 4rem;
}

.site-links div:nth-child(odd){
    text-align: left !important;
}
.site-links div:nth-child(even){
    text-align: right !important;
}

.pageNav{
    cursor: pointer;
}

#faqs .card-header a{
    color: #795548;
    font-size: 18px;
}

#faqs .card-header a:hover{
    color: #fed448;
}

#faqs .card-header{
    background-color: #fffde7;
}

#faqs .card-body a{
    color: #795548;
    font-size: 16px;
    line-height: 4rem;
}

.form-control {
    font-size: 0.8em;
}

.easy-svg{
    width: 80%;
}

.animated-svg, .mobile-only{
    display: none;
}

#covidBenefit .easytext p{
    color: #a6a6a6;
}

.dashboard-containers{
    zoom: 0.8;
    min-height: 400px;
    height: 600px;
    overflow: hidden;
    overflow-y: scroll;
}

#promo_slides img{
    height: 300px;
    object-fit: cover;
    object-position: top;
}

#promo_slides h5{
    min-height: 40px;
}

.desktop-only .promo-caption, .mobile-only .promo-caption{
    border-left: 10px solid #ffffff;
    padding: 40px;
    margin-bottom: 40px;
}

.mobile-only .promo-caption{
    padding: 20px;
}

span.promo-text{
    height: 40px;
    overflow: hidden;
    display: block;
}

span.promo-text:hover{
    height: max-content;
}

@media only screen and (max-width: 800px) {
    .navbar{
        padding: unset;
    }
    .navbar-brand{
        padding: .25rem .75rem;
    }
    #navbarNav ul{
        background-color: #161616; 
        height: 100vh;
        overflow-y: scroll;
        padding-bottom: 4rem;
    }
    .socials a, .socials a.nav-link{
        color: #7e8a9a;
        font-size: 16px;
        line-height: 3rem;
        padding-left: 13px;
    }
    .socials a:focus, .socials a:active{
        background-color: #fed448;
        color: #161616;
    }
    #bottomMarketLinks{
        display: none;
    }
    #splashScreen img{
        width: 300%;
    }
    .animated-svg, .mobile-only{
        display: block;
        overflow: hidden;
    }
    .animated-svg{
        width: 100%;
        height: 50vh;
        position: absolute;
        bottom: 0%;
        z-index: -1;
    }
    
    #landingPage{
        padding: 40px;
        overflow: hidden;
    }

    .desktop-only{
        display: none;
    }

    .bg-pattern-portrait{
        background-image: url('../img/pattern-portrait.png');
        background-repeat: no-repeat;
        background-size: 100% 50vh;
    }
    .easytext p{
        line-height: 1.5rem;
        font-size: 14px;
        text-align: justify;
        word-spacing: -2px;
    }
    .site-links div:nth-child(odd), .site-links div:nth-child(even){
        text-align: left !important;
    }
    .text-mobile{
        margin-left: -70px; 
        padding: 20px; 
        width: 800px;
    }
}  

@media only screen and (min-width: 700px) and (max-width: 900px){
    .easy-svg{
        width: 50%;
    }  
    .home-page-mobile h2{
        font-size: 70px;
    }
    .bg-pattern-portrait{
        background-image: url('../img/pattern-portrait.png');
        background-size: cover;
    }
}
@media only screen and (min-width: 1024px){
    .bg-pattern{
        background-size: 17%;
    }
    .halfPageH1{
        display: block;
    }
    .halfPageH4{
        text-align: center;
        display: none;
    }
}