@media screen and (max-width: 1499px) {
    .footer-bottom-columns {
        padding: 30px 60px;
    }
}

@media screen and (max-width: 1399px) {
    /* NAV */
    .nav-links ul {
        gap: 40px;
    }

    /* HERO */
    .hero-container {
        gap: 50px;
        padding: 20px 20px 160px 20px;
        width: 50%;
    }

    h1.hero-tagline {
        font-size: 2.4em;
    }

    .jackpot-container h2 {
        font-size: 1.8em;
    }

    .jackpot-total {
        font-size: 5em;
    }

    /* EARLYBIRD */
    .earlybird-container {
        gap: 40px;
    }

    /* TICKETS */
    #tickets .tickets-block {
        padding: 60px;
        width: 50%;
    }

    .tickets-info {
        flex-direction: column;
        gap: 25px;
        width: 50%;
    }

    .tickets-info-text {
        align-items: center;
        order: 1;
        font-size: 2em;
        line-height: 1.4;
    }

    .tickets-info img {
        order: 0;
        max-width: 200px;
    }
}

@media screen and (max-width:1199px) {
    /* NAV */
    .nav-container {
        height: 100px;
    }

    .nav-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        overflow: hidden;
        background-color: rgba(0,0,0,0.6);
        z-index: 999;
    }

    .nav-menu {
        display: block;
        position: relative;
        margin-right: 20px;
        padding: 10px;
        width: 50px;
        height: 37px;
        cursor: pointer;
    }

        .nav-menu span {
            display: block;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            width: 30px;
            height: 2px;
            background-color: #323E48;
        }

            .nav-menu span:nth-of-type(2) {
                top: 17px;
            }

            .nav-menu span:nth-of-type(3) {
                top: 24px;
            }

    .nav-links {
        position: fixed;
        top: 0;
        right: 0;
        width: var(--menu-width);
        height: 100%;
        overflow-y: hidden;
        background-color: #fff;
        padding: 80px 30px 30px;
        z-index: 1050;
        transform: translateX(var(--menu-width));
        transition: transform .4s;
    }

        .nav-links.menu-open {
            transform: translateX(0);
        }

    .close-btn {
        display: block;
        position: absolute;
        top: 40px;
        right: 45px;
        cursor: pointer;
    }

        .close-btn span {
            display: block;
            position: absolute;
            width: 30px;
            height: 2px;
            background-color: #323E48;
        }

            .close-btn span:nth-of-type(1) {
                transform: rotate(45deg);
            }

            .close-btn span:nth-of-type(2) {
                transform: rotate(-45deg);
            }

    .nav-links ul {
        align-items: flex-start;
        flex-direction: column;
        gap: 35px;
    }

    .nav-links li {
        width: 100%;
    }

    .nav-links li a.btn-header {
        text-align: center;
        display: block;
        width: 100%;
    }
    
    /* COUNTDOWN */
    .countdown-flex {
        gap: 40px;
    }

    /* EARLYBIRD */
    .earlybird-cash {
        font-size: 4.5em;
        margin-bottom: 15px;
    }

    /* TICKETS */
    #tickets .tickets-block {
        padding: 60px 40px;
    }

    /* PROCEEDS */
    .proceeds-container {
        gap: 40px;
    }

    /* CONTACT */
    .contact-container {
        gap: 30px;
    }

    .contact-col-info {
        padding: 50px 40px;

    }

    .contact-col-info .contact-info {
        font-size: 1em;
    }

    .contact-col-title h4 {
        font-size: 1.8em;
    }

    /* FOOTER */
    .footer-top h5 {
        font-size: 1.2em;
        line-height: 1.2;
    }
     
    .footer-col p {
        font-size: 0.9em;
    }
}

@media screen and (max-width:991px) {
    h2 {
        font-size: 2.5em;
    }

    .txt-lg {
        font-size: 1.1em;
    }

    #tickets,
    #proceeds,
    #contact,
    #mailing-list {
        padding: 80px 0;
    }

    /* HERO */
    #hero {
        background-position: 50% 50%;
        height: 630px;
        min-height: 100%;
    }

        #hero .container {
            padding-right: 20px;
            padding-left: 20px;
        }

    .hero-container {
        gap: 40px;
        padding: 0 0 120px 0;
        width: 60%;
    }

    h1.hero-tagline {
        font-size: 2.25em;
        max-width: 400px;
    }

    .jackpot-container h2 {
        font-size: 1.5em;
    }

    .jackpot-total {
        font-size: 4.5em;
        margin-top: -5px;
    }

    /* COUNTDOWN */
    .countdown-container {
        padding: 40px;
        max-width: 800px;
        bottom: -260px;
    }

    .countdown-flex {
        gap: 10px;
    }

    .countdown-date {
        width: 180px;
        height: 180px;
        background-size: 180px 167px;
    }

    .countdown-ticker {
        margin-top: 20px;
    }

    .countdown-text h3 {
        font-size: 1.8em;
    }

    .count-month {
        font-size: 1.8em;
    }

    .count-date {
        font-size: 4.2em;
    }

    .ticker-digit:not(span) {
        font-size: 2.4em;
    }

    /* EARLYBIRD */
    .earlybird-container {
        padding-top: 200px;
        padding-bottom: 80px;
    }

    .earlybird-cash {
        font-size: 4em;
    }

        .earlybird-cash span {
            font-size: 58%;
            margin-left: -5px;
        }

    /* TICKETS */
    .tickets-info-text {
        font-size: 1.8em;

    }

    /* PROCEEDS */
    #proceeds h2 {
        margin-bottom: 40px;
    }

    .proceeds-container {
        gap: 30px;
    }

    .proceeds-cols {
        gap: 50px;
    }

    .proceeds-container .proceeds-img {
        width: 45%;
    }

    .proceeds-container .proceeds-content {
        width: 55%;
    }

    .proceeds-content h4 {
        margin-bottom: 15px;
    }

    .proceeds-content .btn {
        margin-top: 15px;
    }

    .company-logo {
        padding: 60px 50px;
    }


    .company-contact {
        padding: 60px 30px;
    }

    /* CONTACT */
    .contact-container {
        gap: 15px;
    }

    .contact-col-info {
        padding: 40px 20px;
    }

        .contact-col-info .contact-info {
            font-size: 0.85em;
        }

    .contact-col-title {
        padding: 15px;
        height: 64px;
    }

    .contact-col-title h4 {
        font-size: 1.5em;
    }

    /* MAILING LIST */
    /* Constant Contact */
    .ctct-inline-form .ctct-form-field {
        width: calc(33.333% - 10px);
    }

    .ctct-inline-form .ctct-form-custom {
        gap: 30px 15px;
    }

    .ctct-inline-form .ctct-form-field .ctct-form-element {
        padding: 12px 15px;
    }

    /* FOOTER */
    .footer-columns {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .footer-col:nth-of-type(4) {
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    h2 {
        font-size: 2.2em;
    }

    .container {
        padding-right: 20px;
        padding-left: 20px;
    }

    /* NAV */
    .logo-img {
        height: 60px;
    }

    /* HERO */
    #hero {
        background-image: linear-gradient(rgba(241,241,241,0.7),rgba(241,241,241,0.7)), url('../images/custom/bg-img.jpg');
        height: 550px;
    }

    .hero-container {
        gap: 30px;
        width: 100%;
        padding: 0px 0px 100px 0px;
    }

    h1.hero-tagline {
        font-size: 2.5em;
        max-width: 400px;
    }

    .jackpot-container h2 {
        font-size: 1.6em;
    }

    .jackpot-total {
        font-size: 5em;
    }

    /* COUNTDOWN */
    .countdown-container {
        bottom: -222px;
        padding: 30px;
        max-width: 600px;
    }

    .countdown-date {
        width: 160px;
        height: 148px;
        background-size: 160px 148px;
    }

    .count-month {
        font-size: 1.5em;
    }

    .count-date {
        font-size: 3.5em;
        letter-spacing: -2px;
    }

    .count-day {
        font-size: 0.7em;
        margin-top: 5px;
    }

    .countdown-text h3 {
        font-size: 1.5em;
    }

    .ticker-digit:not(span) {
        font-size: 2.2em;
    }

    .ticker span {
        font-size: 0.7em !important;
    }

    /* EARLYBIRD */
    .earlybird-container {
        flex-direction: column;
    }

    .earlybird-container {
        gap: 30px;
        padding-top: 190px;
    }

    .earlybird-img,
    .earlybird-text {
        width: 100%;
    }

    .earlybird-img {
        text-align: center;
    }

    .earlybird-text h2 {
        margin-bottom: 15px;
    }

    /* TICKETS */
    .tickets-container {
        flex-direction: column;
        gap: 50px;
    }

    #tickets .tickets-block,
    #tickets .tickets-info {
        width: 100%;
    }

    #tickets .tickets-block {
        order: 1;
        padding: 50px 40px;
    }

    #tickets .tickets-info {
        justify-content: space-around;
        flex-direction: row;
        order: 0;
    }

    .tickets-info-text {
        font-size: 1.7em;
        line-height: 1.6;
        order: 0;
    }

    /* PROCEEDS */
    .proceeds-container {
        flex-direction: column;
    }

    #proceeds h2 {
        margin-bottom: 30px;
    }

        .proceeds-container .proceeds-img {
            order: 0;
            width: 100%;
            max-width: 500px;
        }

        .proceeds-container .proceeds-content {
            order: 1;
            width: 100%;
        }

    .procced-company {
        flex-direction: column;
    }

    .company-logo,
    .company-contact {
        width: 100%;
    }

    .company-logo {
        text-align: center;
        padding: 50px 40px;
    }

        .company-logo img {
            max-width: 300px;
        }

        /* CONTACT */
        .contact-container {
            grid-template-columns: 1fr;
            gap: 20px;
            margin-top: 40px;
        }

    .contact-col-info .contact-info {
        font-size: 1em;
    }

    /* MAILING LIST */
    #mailing-list h3 {
        margin-bottom: 30px;
    }

    /* Constant Contact */
    .ctct-inline-form .ctct-form-custom {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        gap: 20px;
    }

    .ctct-inline-form .ctct-form-field {
        width: 100%;
    }

    .ctct-inline-form .ctct-form-field .ctct-form-label {
        font-size: 0.9em;
        margin-bottom: 0;
    }

    #gdpr_text {
        margin-top: 0;
    }

    /* FOOTER */
    .footer-bottom-columns {
        padding: 30px 50px 30px 50px;
    }

        .footer-bottom-columns p {
            font-size: 0.7em;
        }

    .footer-bottom-columns img {
        width: 150px;
    }

    /* RULES */
    .rules-modal-container {
        top: 70px;
        padding: 70px 50px 50px;
        margin-bottom: 70px;
    }

    /* SCROLL TO TOP */
    .scroll-top {
        bottom: 15px;
        right: 15px;
        width: 45px;
        height: 45px;
    }

        .scroll-top i {
            font-size: 20px;
        }
}

@media screen and (max-width:576px) {
    body {
        font-size: 1rem;
    }

    h3 {
        font-size: 2em;
    }

    .txt-lg {
        font-size: 1em;
    }

    /*h1 {
        font-size: 3em;
    }

    h2 {
        font-size: 2em;
    }

    h3 {
        font-size: 1.8em;
    }

    h4 {
        font-size: 1.7em;
        line-height: 1.2;
    }

    h5 {
        font-size: 1.2em;
        line-height: 1.2;
    }

    h6 {
        font-size: 1.1em;
        line-height: 1.2;
    }

    .subtitle {
        font-size: 1.1em;
    }

    .txt-lg {
        font-size: 1em;
    }

    p:not(:last-child) {
        margin-bottom: 15px;
    } */   

    .btn {
        width: 100%;
    }

    .flex-grid {
        gap: 20px;
    }

    .wrapper {
        padding: 60px 0;
    }

    .accordion-item .accordion-header {
        gap: 15px;
        padding: 15px 20px;
    }

    .accordion-item .accordion-header i {
        font-size: 20px;
    }

    .accordion-item .accordion-header h4 {
        font-size: 18px;
    }

    .m-2 {
        margin: calc(20px - 5px) !important;
    }

    .m-3 {
        margin: calc(30px - 10px) !important;
    }

    .m-4 {
        margin: calc(40px - 15px) !important;
    }

    .mt-2 {
        margin-top: calc(20px - 5px) !important;
    }

    .mt-3 {
        margin-top: calc(30px - 10px) !important;
    }

    .mt-4 {
        margin-top: calc(40px - 15px) !important;
    }

    .mb-2 {
        margin-bottom: calc(20px - 5px) !important;
    }

    .mb-3 {
        margin-bottom: calc(30px - 10px) !important;
    }

    .mb-4 {
        margin-bottom: calc(40px - 15px) !important;
    }

    .p-2 {
        padding: calc(20px - 5px) !important;
    }

    .p-3 {
        padding: calc(30px - 10px) !important;
    }

    .p-4 {
        padding: calc(40px - 15px) !important;
    }

    .pt-2 {
        padding-top: calc(20px - 5px) !important;
    }

    .pt-3 {
        padding-top: calc(30px - 10px) !important;
    }

    .pt-4 {
        padding-top: calc(40px - 15px) !important;
    }

    .pb-2 {
        padding-bottom: calc(20px - 5px) !important;
    }

    .pb-3 {
        padding-bottom: calc(30px - 10px) !important;
    }

    .pb-4 {
        padding-bottom: calc(40px - 15px) !important;
    }

    #tickets,
    #proceeds,
    #contact,
    #mailing-list {
        padding: 60px 0;
    }

    /* NAV */
    .nav-container {
        height: 80px;
    }

    .nav-logo {
        padding-left: 20px;
    }

    .nav-menu {
        margin-right: 15px;
    }

    .logo-img {
        height: 45px;
    }

    /* HERO */
    #hero {
        background-position: 55% 50%;
        height: 440px;
    }

    .hero-container {
        gap: 40px;
        padding: 60px 0px;
    }

    h1.hero-tagline {
        font-size: 2.3em;
        max-width: 320px;
    }

    .jackpot-total {
        font-size: 4.25em;
        margin-top: -3px;
    }

    .jackpot-half {
        font-style: italic;
        font-weight: 700;
    }

    /* COUNTDOWN */
    #countdown {
        width: 100%;
    }

    .countdown-container {
        position: static;
        transform: translate(0);
        padding: 30px 20px;
    }
    .countdown-flex {
        flex-direction: column;
    }

        .count-date::after {
            width: 30px;
            height: 2px;
        }

    .countdown-container h2 {
        margin-bottom: -3px;
    }

    .countdown-date {
        width: 130px;
        height: 121px;
        background-size: 130px 121px;
    }

    .count-date {
        font-size: 3.2em;
        margin-top: 3px;
    }

    .countdown-ticker {
        margin-top: 15px;
    }

    .countdown-container.deadline-passed p {
        font-size: 1.1em;
    }

    /* EARLYBIRD */
    .earlybird-container {
        gap: 30px;
        padding-top: 320px;
        padding-bottom: 70px;
    }

    .earlybird-cash {
        font-size: 3.8em;
    }

    /* TICKETS */
    .tickets-container {
        flex-direction: column;
        gap: 40px;
    }

    #tickets .tickets-info {
        flex-direction: column;
    }

    .tickets-info img {
        order: 0;
        max-width: 180px;
    }

    .tickets-info-text {
        order: 1;
    }

    .ticket-price {
        text-align: center;
    }

    #tickets .tickets-block {
        padding: 40px 30px;
    }

    .tickets-block p {
        font-size: 1.25rem;
    }

    /* PROCEEDS */
    .proceeds-cols {
        gap: 50px;
    }

    .procced-company {
        margin-top: 70px;
    }

    .company-logo {
        padding: 40px;
    }

    .company-contact {
        padding: 40px 30px;
    }

    .proceeds-container .proceeds-content {
        padding: 20px;
    }

    /* CONTACT */
    .contact-col-info .contact-info {
        font-size: 1.1em;
    }

    /* MAILING LIST */
    /* Constant Contact */
    .ctct-inline-form .ctct-form-button {
        max-width: 100%;
    }

    /* FOOTER */
    .footer-top {
        padding: 60px 0 50px 0;
    }

    .footer-columns {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
    }

    .footer-bottom-columns {
        flex-direction: column;
        gap: 10px;
        padding: 20px 0;
    }

    .rules-modal-container {
        top: 60px;
        font-size: 0.9em;
        padding: 30px 25px 25px;
        margin-bottom: 60px;
    }

        .rules-modal-container h2 {
            margin-right: 60px;
        }

        .rules-modal-container h4 {
            font-size: 1.25em;
        }

        .rules-modal-container .close-btn-rules {
            top: 15px;
            right: 15px;
            width: 30px;
            height: 30px;
        }

            .rules-modal-container .close-btn-rules span {
                width: 25px;
                height: 2px;
            }

    /* SPLASH / MAINTENANCE PAGE */
    #splash {
        background-position-x: 60%;
    }

    .splash-container img {
        margin-bottom: 20px;
    }

    .splash-container h1 {
        font-size: 38px;
    }

    .maintenance #maintenance-block img {
        margin-bottom: 20px;
    }

    .maintenance #maintenance-block h1 {
        font-size: 38px;
    }
}

@media screen and (max-width: 360px) {
    h2 {
        font-size: 1.8em;
    }

    /* NAV */
    .nav-logo {
        padding-left: 15px;
    }

    .logo-img {
        height: 40px;
    }

    .nav-menu {
        margin-right: 10px;
    }

    /* HERO */
    h1.hero-tagline {
        font-size: 1.9em;
    }

    .jackpot-total {
        font-size: 3.6em;
        letter-spacing: -1px;
    }

    /* COUNTDOWN */
    .countdown-text h3 {
        font-size: 1.3em;
    }

    .ticker-digit:not(span) {
        font-size: 2em;
    }

    .ticker span {
        font-size: 0.65em !important;
    }

    /* EARLYBIRD */
    .earlybird-container {
        gap: 30px;
        padding-top: 280px;
        padding-bottom: 70px;
    }

    .earlybird-cash {
        font-size: 3.3em;
    }

    /* TICKETS */
    .tickets-info-text {
        font-size: 1.6em;
    }

    /* PROCEEDS */
    .proceeds-cols {
        gap: 40px;
    }
}