@font-face {
    font-family: 'Netto Pro';
    src: url('../fonts/NettoPro-Bold.eot');
    src: url('../fonts/NettoPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/NettoPro-Bold.woff2') format('woff2'), url('../fonts/NettoPro-Bold.woff') format('woff'), url('../fonts/NettoPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Netto Pro';
    src: url('../fonts/NettoPro-Black.eot');
    src: url('../fonts/NettoPro-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/NettoPro-Black.woff2') format('woff2'), url('../fonts/NettoPro-Black.woff') format('woff'), url('../fonts/NettoPro-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

body {
    font-size: clamp(0.9rem, 1vw + 0.5rem, 1.2rem);
    color: #113661;
    background-color: #ffffff;
    font-family: 'Netto Pro';
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.anton-regular {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6, .h2, strong {
    font-weight: 900;
}

h1 {
    font-size: clamp(2rem, 4vw + 1rem, 3.2rem);
}

h2, .h2 {
    font-size: clamp(1.5rem, 2.5vw + 0.5rem, 2.05rem);
}

a {
    color: #1877f2;
    text-decoration: none;
}

    a:hover {
        color: inherit;
        text-decoration: underline;
    }
/* Header */
header nav.navbar {
    padding: 1rem;
    background: #fcd009;
}

a.navbar-brand {
    padding: 0;
    width: 16%;
    margin: 0;
}

#navbarNav li {
    padding: 0 1.5rem;
}

    #navbarNav li a {
        color: #113661;
        text-transform: capitalize;
        padding: 0.3rem 0;
        border-bottom: 3px solid transparent;
        font-weight: 900;
        text-decoration: none;
    }

        #navbarNav li a.active, #navbarNav li a:hover {
            color: #113661;
            border-bottom: 3px solid #113661;
        }
/* Header Ends */

/* Footer */

.abbr-wrap {
    font-size: 90%;
}

.footer-wrap {
    background: #113661;
    padding: 1.5rem 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 90%;
}


#footer-nav li + li:before {
    margin-right: 7px;
}

ul#footer-nav {
    margin: 0;
}

.footer-wrap .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0;
    vertical-align: middle;
}

#footer-nav li a {
    text-decoration: none;
    color: #fff;
}

    #footer-nav li a:hover {
        color: inherit;
        text-decoration: underline;
    }

.color-grey {
    color: #aaaaaa;
}

.social-icon {
    font-size: 1.6rem;
    border-radius: 5px;
    color: #fff;
}

    .social-icon:hover {
        color: #fcd009;
    }

/* Footer Ends */

/* FAQ */

.accordion-item {
    margin-bottom: 1rem;
    border-color: #113661;
    border-radius: 5px;
    border-top: 1px solid !important;
}

.accordion-button {
    font-weight: normal;
    border-color: red;
    border-radius: 5px;
    font-size: clamp(0.9rem, 1vw + 0.5rem, 1.2rem);
    color: #113661;
}

    .accordion-button::after {
        background-image: url("data:image/svg+xml,<svg width='16' height='16' viewBox='0 0 16 16' fill='%23113661' 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='%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: 1.2rem 1.2rem; /* slightly bigger to appear equal */
        background-repeat: no-repeat;
        background-position: center;
    }


    .accordion-button:not(.collapsed) {
        color: #fff;
        background-color: #113661;
        box-shadow: none;
        border-radius: 5px 5px 0 0;
    }

.accordion-collapse {
    color: #fff;
    background-color: #113661;
    border-radius: 0 0 5px 5px;
}

    .accordion-collapse.collapse.show {
        border-top: 1px solid transparent;
        position: relative;
    }

        .accordion-collapse.collapse.show::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            height: 1px;
            width: 100%;
            background: #fff;
            clip-path: inset(0 20px 0 20px);
            /
        }

/* FAQ ends */

.btn {
    background: #fcd009;
    color: #113661 !important;
    border-radius: 35px;
    padding: 0.5rem 3.5rem;
    font-size: clamp(0.9rem, 1vw + 0.5rem, 1.2rem);
    font-weight: 900;
    text-decoration: none !important;
    border-color: #fcd009;
}

    .btn:hover, .btn-primary:active {
        background: #1057b4;
        color: #fff !important;
    }

.btn-primary.disabled, .btn-primary:disabled {
    background: #e1e4e8;
    color: #fff !important;
    border-color: #e1e4e8;
}

.form-control {
    border-color: #113661;
    color: #113661;
    padding: 0.5rem 1rem;
    font-size: clamp(0.9rem, 1vw + 0.5rem, 1.2rem);
}

.how-to-blk {
    background: #f0f0f0;
    padding: 2rem 0;
    margin: 4rem 0 3rem;
}

    .how-to-blk p {
        margin-bottom: 0;
    }

.team-thumbnail-wrapper {
    position: relative;
}

    .team-thumbnail-wrapper .form-check-input {
        width: 1px;
        height: 1px;
        position: absolute;
        z-index: -100;
        top: 20px;
        left: 20px;
    }

.team-thumbnail {
    border: 3px solid transparent;
    cursor: pointer;
    border-radius: 8px;
}

    .team-thumbnail.active,
    .team-thumbnail:hover {
        border-color: #1877f2;
    }

form .col-md-12 label {
    display: none;
}

/* Play page */

.wheel {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 10px solid #333333;
    background: conic-gradient( #e5c37c 0% 12.5%, #d6b36a 12.5% 25%, #d7a95c 25% 37.5%, #c59c57 37.5% 50%, #bc934d 50% 62.5%, #b18a47 62.5% 75%, #a6803f 75% 87.5%, #9a7638 87.5% 100% );
    margin: 0 auto 20px;
    position: relative;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
    transition: transform 4s cubic-bezier(0.33, 1, 0.68, 1);
}

#gameResult button.btn-close {
    position: absolute;
    right: 7px;
    top: 5px;
    z-index: 1;
}

#gameResult .modal-body {
    padding: 3rem 2rem;
}

.modal-body p:last-child {
    margin-bottom: 0;
}

/* Play page ends */

/* Menu */

.offcanvas.show {
    transform: translateX(0); /* Slide into view */
}

.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: #113661;
    z-index: 1100;
}

    .navbar-toggler::before {
        content: "";
        position: absolute;
        width: 35px;
        height: 3px;
        background: #113661;
        transform: translateY(-10px);
        box-shadow: 0 20px #113661;
        transition: 0.5s;
    }

    .navbar-toggler::after {
        content: "";
        position: absolute;
        width: 25px;
        height: 3px;
        background: #113661;
        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 {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #1057b4;
    background: #1057b4;
    color: #fff !important;
}

.form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #1057b4;
}

.form-check-input[type=checkbox] {
    border-color: #113661;
}

.grey-border {
    display: flex;
    margin: auto;
    text-align: center;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

    .grey-border .grey-wrap {
        border: 1px solid #e1e4e8;
        padding: 0;
        width: 400px;
        height: 80px;
        border-radius: 10px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 10px;
        color: #113661;
    }

        .grey-border .grey-wrap:hover {
            border-color: #1057b4;
        }

        .grey-border .grey-wrap path {
            fill: #113661;
        }

        .grey-border .grey-wrap form, .grey-border .grey-wrap button {
            width: 100%;
            height: 100%;
        }

        .grey-border .grey-wrap span {
            color: #113661;
        }

        input#txtPhoto {
            opacity: 0;
            position: absolute;
            z-index: -1;
        }

.previewImageItem img {
    max-width: 50%;
    height: auto;
    display: block;
    margin: auto;
}

@media (max-width: 767px) {
    header nav.navbar {
        padding: 10px;
    }

    a.navbar-brand {
        width: 15%;
        position: relative;
        z-index: 9999;
    }

    .offcanvas #navbarNav li {
        padding: 0.5rem 1rem;
        display: block;
    }

        .offcanvas #navbarNav li a {
            color: #ede5d9;
            display: inline-block;
        }

            .offcanvas #navbarNav li a.active, .offcanvas #navbarNav li a:hover {
                color: #fcd009;
                border-bottom: 3px solid #fcd009;
            }

    .how-to-blk .col-md-4 {
        margin-bottom: 2rem;
    }

        .how-to-blk .col-md-4:last-child {
            margin-bottom: 0;
        }

        .how-to-blk .col-md-4 img {
            width: 50px;
        }

    .modal-backdrop {
        width: 100%;
        height: 100%;
    }

    ul#navbarNav {
        padding-top: 1rem;
    }

    nav.navbar-expand-md .offcanvas {
        background: #000000;
        width: 100%;
        position: fixed;
        top: 0;
        right: 0;
        height: 100vh;
        transition: transform 0.4s ease-in-out; /* Smooth slide */
        z-index: 1200;
    }

    .previewImageItem img {
        max-width: 100%;
    }

    #upload-image {
        margin-top: 1.5rem;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    a.navbar-brand {
        width: 30%;
    }

    .footer-wrap {
        flex-direction: column;
        justify-content: center;
    }

    .footer-lt {
        order: 2;
        text-align: center;
        margin: 1rem 0 0;
    }

    .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 {
        display: block;
        text-align: center;
        margin-bottom: 5px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 768px) and (orientation: portrait) {
    #divStepOne .row {
        flex-direction: column;
    }
    #upload-image {
        margin-top: 1.5rem;
        justify-content: center;
    }

}

