﻿

body {
    font-family: "Jost", sans-serif;
    font-size: calc(14px + (24 - 14) * ((100vw - 300px) / (2400 - 300)));
    font-weight: 400;
    color: #333333;
    background:#ffffff;
}

h1, h2, h3, h4, h5, h6, .h2 {
    color: #000000;
    font-family: "Caprasimo", serif;
    font-weight: 400;
    font-style: normal;
}

h1{text-transform:uppercase;}

.font-jost {
    font-family: "Jost", sans-serif;
    font-weight: 500;
}

a {
    color: #a39261;
    text-decoration: none;
}

    a:hover {
        color: inherit;
    }
/* Header */
header nav.navbar {
    padding: 1rem;
}

a.navbar-brand {
    padding: 0;
    width: 15%;
    margin: 0;
}

#navbarNav li {
    padding: 0 1.5rem;
}

    #navbarNav li a {
        color: #1c1c1d;
        padding: 0.3rem 0;
        border-bottom: 3px solid transparent;
        font-weight: 400;
    }

        #navbarNav li a.active {
            border-bottom: 3px solid #1c1c1d;
            font-weight: 800;
        }

        #navbarNav li a:hover {
            border-bottom: 3px solid #1c1c1d;
        }
/* Header Ends */

/* Footer */

.footer-wrap {
    background: #f4f4f4;
    padding: 1.5rem 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 80%;
    border-top: 3px solid #a39261;
}

#footer-nav li a {
    color: #000000;
    text-decoration: none;
}

    #footer-nav li a:hover {
        text-decoration: underline;
    }

#footer-nav li + li:before {
    content: " | ";
    color: #009258;
    margin-right: 7px;
    display: none
}

ul#footer-nav {
    margin: 0;
}

.footer-wrap .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0;
}

#footer-nav li a:hover {
    text-decoration: underline;
}

.footer-icon {
    width: 120px;
    margin-right: 1rem;
}

.footer-social-nav li {
    vertical-align: middle;
    color: #a39261;
}

    .footer-social-nav li:nth-child(2) {
        margin: 0 30px 0 10px;
    }

    .footer-social-nav li:last-child {
        margin: -15px 0 0;
    }

.copyright-txt {
    color: #aaaaaa;
    font-weight: 200;
    font-size:75%;
}

.social-icon {
    font-size: 1.6rem;
    border-radius: 5px;
    color: #a39261;
}

    .social-icon:hover {
        color: #000;
    }

/* Footer Ends */

/* FAQ */

.accordion-item:not(:first-of-type) {
    border-top: 1px solid #b4bbc6;
}
.accordion-item {
    margin-bottom: 1rem;
    border-color: #b4bbc6;
    border-radius: 5px;
    margin-bottom:1.5rem;
}

.accordion-button {
    font-weight: normal;
    border-color: red;
    border-radius: 5px;
    color: #333;
    font-size: calc(14px + (26 - 14) * ((100vw - 300px) / (2400 - 300)));
}

    .accordion-button::after {
        background-image: url("data:image/svg+xml,<svg width='16' height='16' viewBox='0 0 16 16' fill='%23b4bbc6' xmlns='http://www.w3.org/2000/svg'><path d='M8 1a.5.5 0 0 1 .5.5v6.5H15a.5.5 0 0 1 0 1H8.5V15a.5.5 0 0 1-1 0V9H1a.5.5 0 0 1 0-1h6.5V1.5A.5.5 0 0 1 8 1z'/></svg>");
        background-size: 1rem 1rem;
        background-repeat: no-repeat;
        background-position: center;
    }

    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,<svg width='16' height='16' viewBox='0 0 16 16' fill='%23c59d57' xmlns='http://www.w3.org/2000/svg'><path d='M3.5 3.5a.7.7 0 0 1 1 0L8 7l3.5-3.5a.7.7 0 0 1 1 1L9 8l3.5 3.5a.7.7 0 0 1-1 1L8 9l-3.5 3.5a.7.7 0 0 1-1-1L7 8 3.5 4.5a.7.7 0 0 1 0-1z'/></svg>");
        background-size: 1.2rem 1.2rem; /* slightly bigger to appear equal */
        background-repeat: no-repeat;
        background-position: center;
    }


    .accordion-button:not(.collapsed) {
        color: #fff;
        background-color: #000;
        box-shadow: none;
        border-radius: 5px 5px 0 0;
    }

.accordion-collapse {
    color: #fff;
    background-color: #000;
    border-radius: 0 0 5px 5px;
}

    .accordion-collapse.collapse.show {
        border-top: 1px solid #797979;
    }

/* FAQ ends */

.btn {
    background: #a39261;
    color: #fff !important;
    text-transform: uppercase;
    border-radius: 35px;
    border-color: #a39261;
    letter-spacing: 1px;
    padding: 0.7rem 2.5rem;
    font-size: 1.25rem;
    font-weight: normal;
}

    .btn:hover, .btn-check:focus + .btn-primary, .btn-primary:focus, .btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle, .btn-primary.disabled, .btn-primary:disabled {
        background: #896850;
        color: #fff !important;
        border-color: #896850;
    }

.form-control {
    border-color: #d1d6dc;
    color: #000;
    padding: 0.5rem 1rem;
    font-size: calc(14px + (26 - 14) * ((100vw - 300px) / (2400 - 300)));
}

    .form-control:focus {
        color: #000;
        border-color: #009258;
    }

.form-check-input:checked {
    background-color: #a39261;
    border-color: #a39261;
}

.form-check-input:focus {
    border: 1px solid rgba(0, 0, 0, .25);
}

.page-heading {
    font-size: clamp(1.8rem, 2.5vw + 1rem, 2.8rem);
    color: #333;
    margin-bottom: 1rem;
}

.page-subheader {
    margin-bottom: 0.3rem;
    font-size: 1.8rem;
}

.brandcolor {
    color: #009258
}

.how-to-blk {
    background: #f0f0f0;
    padding: 2rem 0;
    margin: 4rem 0 3rem;
}

    .how-to-blk h3 {
        font-size: clamp(1.8rem, 2.5vw + 1rem, 2.8rem);
        text-transform: uppercase;
    }

    .how-to-blk p {
        margin-bottom: 0;
    }

    .how-to-blk small {
        display:block;
    }

form .col-md-12 label {
    display: none;
}

/* Menu */

.offcanvas {
    background: #a39261;
}

.offcanvas-end {
    width: 100%;
}

.offcanvas-header {
    justify-content: flex-end;
}

    .offcanvas-header .btn-close {
        background-image: url("data:image/svg+xml,<svg width='16' height='16' viewBox='0 0 16 16' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg'><path d='M3.5 3.5a.7.7 0 0 1 1 0L8 7l3.5-3.5a.7.7 0 0 1 1 1L9 8l3.5 3.5a.7.7 0 0 1-1 1L8 9l-3.5 3.5a.7.7 0 0 1-1-1L7 8 3.5 4.5a.7.7 0 0 1 0-1z'/></svg>");
        background-size: cover;
        opacity: 1;
    }

header .navbar .navbar-toggler {
    padding: 0px;
    border: 0;
    box-shadow: none;
}

.navbar-toggler {
    position: relative;
    height: 50px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #000000;
    z-index: 999;
}

    .navbar-toggler::before {
        content: "";
        position: absolute;
        width: 35px;
        height: 3px;
        background: #000000;
        transform: translateY(-10px);
        box-shadow: 0 20px #000000;
        transition: 0.5s;
    }

    .navbar-toggler::after {
        content: "";
        position: absolute;
        width: 25px;
        height: 3px;
        background: #000000;
        transform: translateY(0px);
        transition: 0.5s;
        margin-right: -8px;
    }

    .navbar-toggler.active::before {
        transform: translateY(0px) rotate(45deg);
        box-shadow: 0 0 #fff;
        background: #fff;
    }

    .navbar-toggler.active::after {
        transform: translateY(0px) rotate(-45deg);
        width: 35px;
        margin: 0;
        background: #fff;
    }

/* Menu Ends */

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: none;
}

.abbr-wrap {
    font-size: 80%;
}

.page-subheader.fw-900 {
    font-weight: 900;
    font-size: calc(18px + (26 - 18) * ((100vw - 300px) / (2400 - 300)));
}

input#txtPhoto {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.previewImageItem img {
    max-width: 50%;
    height: auto;
    display: block;
    margin: auto;
}

@media (max-width: 768px) {
    header nav.navbar {
        padding: 10px;
    }

    a.navbar-brand {
        width: 15%;
        position: relative;
        z-index: 9999;
    }

    @media (prefers-reduced-motion: reduce) {
        .offcanvas {
            transition: transform .3s ease-in-out;
        }
    }

    .offcanvas #navbarNav li {
        padding: 0.5rem 1rem;
        display: block;
    }

        .offcanvas #navbarNav li a {
            color: #fff;
            display: inline-block;
        }

            .offcanvas #navbarNav li a.active, .offcanvas #navbarNav li a:hover {
                color: #fff;
                border-bottom: 3px solid #fff;
            }

    .how-to-blk .col-md-3 {
        margin-bottom: 2rem;
    }

        .how-to-blk .col-md-3:last-child {
            margin-bottom: 0;
        }

    .how-to-blk small{font-size:100%;}

    .modal-backdrop {
        width: 100%;
        height: 100%;
    }

    ul#navbarNav {
        padding-top: 1rem;
    }
}
/*carousal slider css*/
/* Wrapper */
.carousel-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    max-width: 1170px;
    margin: 0 auto;
}

#customcarousel {
    max-width: 1100px;
    margin: 0 auto;
}
/* Carousel track */
.carousel {
    display: flex;
    transition: transform 0.4s ease;
}

/* Each slide */
.customslide {
    min-width: 33.333%;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
}

.slide-div {
    color: #fff;
    margin: 0 40px;
    box-sizing: border-box;
    padding: 10px;
    cursor: pointer;
    text-align: center;
    background: #009258;
    padding: 0;
    min-height: 380px;
    border-radius: 30px;
    overflow: hidden
}

    .slide-div h3 {
        color: #fff
    }

    .slide-div p {
        font-weight: 300;
        line-height: 22px;
        color: #ddd;
    }

.customslide img {
    width: 100%;
    min-height: 250px;
    height: 250px;
    object-fit: cover;
}

.customslide h3 {
    margin-top: 10px;
    font-size: 22px;
}

/* Navigation arrows */
.arrownav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    color: #fff;
    padding: 0;
    border-radius: 0;
    border: none;
    cursor: pointer;
    z-index: 10;
    max-width: 60px;
}

.prev {
    left: 30px;
    transform: translate(-50%, -50%);
}

.next {
    right: 30px;
    transform: translate(50%, -50%);
}

/* MOBILE: 1 slide at a time */
@media (max-width: 768px) {
    .helpemail {
        display: block;
        line-break: anywhere;
    }

    .slide-div {
        min-width: 75%;
        margin: 0px 50px
    }

    .customslide {
        min-width: 95%;
    }

    .prev {
        left: 20px;
    }

    .next {
        right: 20px;
    }
}

/* Popup overlay */
.popup-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.8);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Popup box */
.popup-box {
    color: #fff;
    margin: 0 40px;
    box-sizing: border-box;
    padding: 10px;
    cursor: pointer;
    text-align: center;
    background: #009258;
    padding: 0;
    min-height: 350px;
    border-radius: 30px;
    overflow: hidden;
    width: 90%;
    max-width: 450px;
    position: relative;
    animation: fadeIn 0.3s ease;
}

    .popup-box .bingopop {
        height: 100%;
        max-height: 100%
    }
/* Popup close button */
.close-btn {
    position: absolute;
    right: 15px;
    top: 0px;
    font-size: 34px;
    cursor: pointer;
    font-weight: bold;
}

/* Popup image */
.popup-image {
    width: 100%;
    max-height: 250px;
    height: 250px;
    object-fit: cover;
}

/* Popup text formatting */
.popup-text {
    color: #fff;
    padding: 25px 35px;
    text-align: left;
    font-weight: 200;
    font-size: 1rem;
    line-height: 20px;
}

    .popup-text h2 {
        color: #fff;
        margin: 0;
    }

ul {
    column-count: 1;
    padding: 0px 10px;
}

.bingo-section {
    color: #fff;
    margin: auto;
    background: #fff;
    max-width: 550px;
}

    .bingo-section .title {
        text-align: center;
        font-size: 2rem;
        color: #fff;
        padding: 15px;
        font-weight: 800;
        background: #009258;
    }

.bingo-row {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 20px 11%;
}

    .bingo-row.grey {
        background: #f3f3f3;
        border-radius: 12px;
    }

.bingo-img {
    max-width: 115px;
}

.bingo-info {
    flex: 1;
    margin-left: 40px;
    text-align: left;
}

    .bingo-info.center {
        text-align: right;
        margin-left: 0;
        margin-right: 40px;
    }

    .bingo-info h2 {
        color: #008d53;
        font-size: 1.8rem;
        font-weight: 700;
        margin-bottom: 10px;
    }

.download-btn {
    display: inline-block;
    background: #009258;
    color: white;
    padding: 5px 21px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
}

    .download-btn:hover {
        background: #008d53;
    }

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* Responsive */
@media (max-width: 768px) {
    .bingo-row {
        text-align: center;
        padding: 12px 8%;
    }

    .bingo-info {
        margin: 10px;
    }

    .download-btn {
        padding: 5px 16px;
        font-size: 15px;
    }

    .bingo-info.center {
        margin-right: 10px;
    }

    .bingo-section .title {
        font-size: 1.5rem;
    }

    .footer-wrap {
        flex-direction: column;
        justify-content: center;
    }

    .footer-lt {
        order: 2;
        text-align: center;
        margin: 1rem 0 0;
    }

    .footer-icon {
        width: 55px;
        margin: 1rem 0 0.5rem;
        order: 2;
    }

    .footer-social-nav li:first-child {
        display: block;
        margin: 0 0 10px;
    }

    .footer-social-nav li:nth-child(2) {
        margin: 0;
    }

    .footer-social-nav {
        text-align: center;
    }

    .copyright-txt {
        margin-top: 1rem !important;
    }
}
/*carousal slider css*/
@media (max-width: 576px) {
    .slide-div {
        min-height: 320px;
    }

    .customslide img {
        min-height: 190px;
        height: 180px;
    }

    .arrownav {
        max-width: 40px;
    }

    .popup-image {
        max-height: 210px;
        height: 180px;
    }

    .bingo-info h2 {
        font-size: 1rem;
    }

    a.navbar-brand {
        width: 30%;
    }

    .popup-text {
        padding: 15px 15px;
    }

    .page-heading {
        font-size: 1.8rem;
    }

    .page-subheader {
        font-size: 1.2rem;
    }

    .how-to-blk h3 {
        font-size: 2rem;
    }

    .bingo-img {
        max-width: 75px;
    }

    .footer-wrap .footer-lt .list-inline > li {
        display: block;
        padding-left: 0;
        padding-right: 0;
        margin: 0 0 7px;
    }

    #footer-nav li + li:before {
        display: none;
    }

    .footer-wrap p.mt-3 {
        margin-top: 1.5rem !important;
    }

    .accordion-button {
        padding: 1rem;
    }

    .wheel {
        width: 250px;
        height: 250px;
    }

    .footer-social-nav li:first-child {
        margin: 0 0 5px;
    }

}
