@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td, select, option {
    border: 0;
    vertical-align: baseline;
    float: none;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0
}

:focus {
    outline: 0
}

a {
    text-decoration: none
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: 400
}

.star {
    width: 12px !important;
}

del {
    text-decoration: line-through
}

body {
    font-family: "Almarai",tahoma;
    direction: rtl;
    background: url("../img/BG_Afcon.png");
    background-size: cover;
    background-position: center top;
    overflow: hidden;
    background-repeat: no-repeat;
    height: calc(var(--real-vh, 1vh) * 115);
}

.content {
    width: 90%;
    margin: -41px auto;
    text-align: center
}

.sponsor {
    margin: 20px 0 0;
    width: 100%;
    height: auto;
    padding: 50px 0 0;
    background: #fff;
    border-top: 1px solid #dcdcdc
}

.spon-logo {
    display: flex;
    justify-content: center;
    height: auto;
    width: 350px;
    margin: 1% auto 0%;
    align-items: center;
}

    .spon-logo h4 {
        font-size: 21px;
        color: #fff;
        font-weight: 200;
        margin-top: 22%;
        white-space: nowrap;
        margin-left: 20px;
    }

.speration-cta {
    width: 2px;
    height: 59px;
    margin-right: -12px;
    margin-top: 79px;
    opacity: .7;
}

.logo-olympics {
    width: auto;
    height: 45px;
    margin-right: 4%;
}

.glow-mobile {
    display: none;
}

.spon-logo a img {
    max-width: 100%
}

.world-cup {
    margin-top: 2%;
    -webkit-transition: all .45s ease;
    transition: all .45s ease;
    position: relative;
}

    .world-cup a {
        padding: 0;
        line-height: 0
    }

    .world-cup img {
        width: auto;
        height: 300px;
        object-fit: contain;
    }

    .world-cup a:nth-child(2) img {
        width: 70%;
    }

    .world-cup a:nth-child(3) {
        margin-right: -75px;
    }

.world-cup-mob, .afcon-cup-mob {
    margin: 0% 0 6% 0;
    display: block
}

.sponsors {
    margin: 25px;
}

.img-sponsor {
    width: 70px;
    height: 70px;
    object-fit: contain;
    display: inline-block;
    margin: 15px;
}


.content .world-cup-mob .cot-mobile, .content .afcon-cup-mob .cot-mobile {
    display: none;
}

.world-cup-mob .Mobile, .afcon-cup-mob .Mobile {
    display: none
}

.goto-links .go-to p {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: 'changa';
}

.go-to > div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .9rem;
    margin-top: 2rem;
}

    .go-to > div > a {
        display: inline-flex;
        width: 9%;
        align-items: center;
        justify-content: center;
        padding: 0.7rem 0;
        border-radius: 40px;
        height: 50px;
    }

        .go-to > div > a:first-child {
            background: #1130aa;
        }

        .go-to > div > a:last-child {
            background: #000;
        }

        .go-to > div > a img {
            width: 60%;
        }

.portals a {
    margin: 10px;
    width: 30%;
    min-width: 100px
}

.glow-shadow-laptop {
    width: auto;
    height: 500px;
    object-fit: contain;
    position: absolute;
    left: 25%;
    top: 12%;
    z-index: -999;
}

.go-to p {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 20px 0;
    font-size: 1.2em;
    color: white;
    padding: 10px 20px; /* Add padding for better shadow effect */
    border-radius: 5px; /* Optional: Add border radius for rounded corners */
}

    .go-to p::before {
        content: '';
        width: 150px;
        height: 2px;
        background: linear-gradient( to left, rgba(242, 65, 93, 0), rgba(242, 65, 93, 1) );
        margin: 0 10px;
    }

    .go-to p::after {
        content: '';
        width: 150px;
        height: 2px;
        background: linear-gradient( to right, rgba(242, 65, 93, 0), rgba(242, 65, 93, 1) );
        margin: 0 10px;
    }


.type-of-championship {
    background-color: #050400;
    display: inline-flex;
    width: 11%;
    align-items: center;
    justify-content: center;
    padding: 0.7rem 0;
    border-radius: 40px;
    border: 1px solid #D59E4E;
    height: 50px;
    position: relative;
}

.image-of-championship::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid red;
    border-radius: 40px;
    pointer-events: none;
    box-sizing: border-box;
    opacity: .5;
}

.image-of-championship {
    padding: 5px;
    width: 70%;
    display: block;
    margin: auto;
    /*margin-left: 10%;*/
}




.logo-filgoal {
    background-color: black;
    display: inline-flex;
    width: 11%;
    align-items: center;
    justify-content: center;
    padding: 0.7rem 0;
    border-radius: 40px;
    border: 1px solid #D59E4E;
    height: 50px;
    position: relative;
}

    .logo-filgoal::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 40px;
        pointer-events: none;
        box-sizing: border-box;
    }

.image-logo-filgoal {
    padding: 5px;
    width: 70%;
    display: block;
    margin: auto;
    margin-left: 10%;
}

div#countdown {
    display: flex;
    justify-content: center;
    color: #fff;
    margin-top: 38px;
    transition: opacity 1.5s ease-out, visibility 1.5s ease-out;
    /*position: absolute;*/
    /*    top: 0%;
    left: 50%;*/
    /*transform: translateX(-50%);*/
    /*background: #f9b000;*/
    /*width: 21%;*/
    /*padding: 1rem 1.3rem 1rem 1rem;*/
    /*border-radius: 0px 0px 45px 45px;*/
}

    div#countdown img {
        object-fit: contain;
        width: 84px;
    }

    div#countdown .col {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        /*margin-top: -7px;*/
        /*width: 30px;*/
        /*margin-left: 0.4rem;*/
        /*position: relative;*/
        padding: 0 1rem 0 1.8rem;
    }

    /*        div#countdown .col:nth-child(1)::before,
        div#countdown .col:nth-child(2)::before,
        div#countdown .col:nth-child(3)::before {
            content: "";
            position: absolute;
            width: 1px;
            height: 100%;
            left: 0;
            background: #ffffffa6;
        }*/

    div#countdown .num {
        font-size: 40px;
        font-weight: 800;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif, Arial, sans-serif, sans-serif; /* Custom font family */
    }

    div#countdown .text {
        font-size: 11px;
        font-weight: 300;
    }

.dot-time {
    font-size: 50px;
    margin-top: -4px;
    margin-right: -11px;
    color: #f47c24;
}

.content-count {
    display: flex;
}

@media (max-width: 639px) {
    body {
        height: calc(var(--real-vh, 1vh) * 115);
    }

    /* #seconds {
        display: none;
    }

        #seconds + .text {
            display: none;
        } */

    .dot-time:last-of-type {
        display: block;
    }

    .left-wave {
        display: none;
    }

    .content-count {
        display: flex;
        align-items: center;
        position: absolute;
    }

    .content {
        margin: -62px auto;
    }

    .right-wave {
        display: none;
    }

    div#countdown img {
        width: 45px;
    }

    .sponsors {
        margin-top: -30px !important;
    }
}

.sp-banners::-webkit-scrollbar {
    display: none;
}

#banners-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    width: 80%;
    position: relative;
}

#prevButton, #nextButton {
    width: 25px;
    height: fit-content;
    margin-top: 5rem;
}

/* #prevButton {
    transform: rotate(180deg);
} */

.go-to {
    margin: -40px auto 0;
}

.portals {
    display: flex;
    justify-content: center
}

    .portals a {
        margin: 20px
    }

/* Individual sponsor logo styles */
#fg-aux-sponsores img[src*="Coca-Cola_logo.png"] {
    height: auto;
    width: auto;
    margin: 0px 3%;
    cursor: pointer;
}

#fg-aux-sponsores img[src*="panadol-logo.png"] {
    height: auto;
    width: auto;
    margin: 0px 3%;
    cursor: pointer;
}

#fg-aux-sponsores img[src*="valu.png"] {
    height: auto;
    width: auto;
    margin: 0px 3%;
    cursor: pointer;
}

#fg-aux-sponsores img[src*="Visa.png"] {
    height: auto;
    width: auto;
    margin: 0px 3%;
    cursor: pointer;
}

#fg-aux-sponsores img[src*="Mac.png"] {
    height: auto;
    width: auto;
    margin: 0px 3%;
    cursor: pointer;
}

#fg-aux-links {
    position: relative;
    display: block !important;
    /* display: none; */
}


    #fg-aux-links p {
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        bottom: 0;
        top: -50%;
    }

#fg-aux-sponsores {
    display: flex;
    justify-content: center;
    margin: 2rem 0 0 0;
    transform: scale(0.7);
}

.timg {
    transform: scale(1.5) translateY(4px);
    transform-origin: 50% 100%;
}



#fg-aux-slider {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.7rem;
    margin: 0 auto 30px auto;
}

#banners-container:before {
    left: -30px;
}

#banners-container:after {
    right: -30px;
    transform: translateY(-50%) rotate(180deg);
}

.sp-banners a {
    margin: 0px 5px;
    display: inline-block;
    width: 300px;
}


    .sp-banners a:first-of-type {
        margin-right: 0px;
    }


    .sp-banners a:last-of-type {
        margin-left: 0px;
    }

.sp-banners {
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
}

    .sp-banners.grabbing {
        pointer-events: none;
    }

    .sp-banners a > img {
        width: 100%;
        pointer-events: none;
    }

    .sp-banners a i {
        display: none;
    }

    .sp-banners::-webkit-scrollbar {
        height: 2px;
        width: 2px
    }

    .sp-banners::-webkit-scrollbar-track {
        background: #2a2a2a
    }

    .sp-banners::-webkit-scrollbar-thumb, .sp-banners::-webkit-scrollbar-thumb:hover {
        background: #f0a306
    }


#fg-aux-sponsores img {
    object-fit: contain !important;
}


@media (max-width:960px) and (min-width:168px) {
    body {
        background: url("../../assets/img/MobileAFCON_BG.png");
        background-size: cover;
        background-position: center;
        overflow: hidden !important;
        height: calc(var(--real-vh, 1vh) * 115);
        background-repeat: no-repeat;
    }

    .content {
        width: 100%;
        overflow: hidden
    }

        .content .world-cup-mob, .content .afcon-cup-mob {
            display: block;
            width: 100%;
            margin: 29px 0 10px;
            position: relative
        }

    .spon-logo h4 {
        font-size: 17px;
    }

    div#countdown {
        border-radius: 45px;
    }

    .content #countdown {
        margin-top: 19px;
    }

    .logo-olympics {
        height: 40px;
    }

    .glow-shadow-laptop {
        display: none;
    }

    .glow-mobile {
        position: absolute;
        left: 0%;
        bottom: 16%;
        z-index: -999;
    }

    #fg-aux-sponsores {
        display: flex;
        justify-content: center;
        margin: 1.9rem 0 0 0;
        transform: scale(0.7);
        gap: 4px;
    }

        #fg-aux-sponsores .star {
            display: none;
        }

        #fg-aux-sponsores img[src*="new-sponsor.png"] {
            height: 40px;
            margin: -8px auto;
            width: 100px !important;
            object-fit: contain !important;
        }

        #fg-aux-sponsores img[src*="Coca-Cola_logo.png"] {
            height: 19px;
            width: 100px !important;
            margin: 0px 3% !important;
            object-fit: contain !important;
        }

        #fg-aux-sponsores img[src*="panadol-logo.png"] {
            height: 44px;
            width: 90px !important;
            margin: -9px 2% !important;
            object-fit: contain;
        }

        #fg-aux-sponsores img[src*="valu.png"] {
            height: 16px;
            width: 90px !important;
            margin: 4px 3% !important;
            object-fit: contain !important;
        }

        #fg-aux-sponsores img[src*="Visa.png"] {
            height: 21px;
            width: 90px !important;
            margin: 0px 3% !important;
            object-fit: contain !important;
        }

        #fg-aux-sponsores img[src*="Mac.png"] {
            height: 32px;
            width: 90px !important;
            margin: -5px 3% !important;
            object-fit: contain !important;
        }

    .type-of-championship {
        width: 100%;
        height: auto;
    }

    .image-of-championship {
        width: 65% !important;
    }

    .type-of-championship .CTA_btn {
        width: 200px;
    }

    .logo-filgoal {
        width: 100%;
        height: auto;
    }

    .image-logo-filgoal {
        width: 65% !important;
    }

    .logo-filgoal {
        padding: 0.4rem 0;
        box-shadow: none;
    }

    .dot-time {
        font-size: 80px;
        margin-top: -51px;
        margin-right: -9px;
        color: #b22222;
    }

    .content .world-cup-mob img, .content .afcon-cup-mob img {
        width: 80%;
        display: block;
        margin: auto;
        margin-top: 7%;
    }

    .content .world-cup-mob .cot-mobile, .content .afcon-cup-mob .cot-mobile {
        display: block;
        margin: 26% 0 1.5rem 0;
    }

        .content .world-cup-mob .cot-mobile a, .content .afcon-cup-mob .cot-mobile a {
            display: flex;
            justify-content: center;
        }

            .content .world-cup-mob .cot-mobile a > img, .content .afcon-cup-mob .cot-mobile a > img {
                width: 27%;
            }

    .go-to > div {
        gap: 1rem;
    }

    .type-of-championship {
        padding: 0.3rem 0;
        box-shadow: none;
    }

    .goto-links {
        position: relative;
        width: 100%;
        margin-top: -51px;
    }

    .logo-olympics {
        margin-right: 3%;
        margin-top: 23%;
    }

    .go-to p::before, .go-to p::after {
        height: 1px;
    }

    .spon-logo {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0% auto 0%;
    }

        .spon-logo p {
            font-size: 19px;
            color: #fff;
            font-weight: 100;
        }


    .go-to {
        width: 70%;
        display: block;
        margin: auto;
    }

    .goto-links .go-to p {
        color: #fff;
        font-size: 15px;
        font-weight: 500;
        white-space: nowrap;
        margin-bottom: 5%;
    }

    .go-to > div {
        display: flex;
        align-items: center;
    }

        .go-to > div > a {
            display: inline-flex;
            width: 30%;
            align-items: center;
            justify-content: center;
            padding: 0.7rem 2rem;
            border-radius: 40px;
        }

            .go-to > div > a img {
                width: 50%;
            }

    .portals a {
        margin: 10px;
        width: 30%;
        min-width: 100px
    }

        .portals a img {
            width: 100%
        }

    .world-cup {
        display: none
    }

    .sponsor {
        padding: 20px 0
    }

    .spons-hover {
        display: none
    }

    .spon-logo.margin-top-20px {
        margin-top: 10px
    }

    .filgoal {
        border-radius: 5px
    }

    div#countdown .col {
        padding: 0 1rem 0 1.1rem;
        margin-left: 0rem;
    }

        div#countdown .col .num {
            font-size: 24px;
            font-weight: 700;
            line-height: 30px;
        }

    .go-to p {
        margin: 0px 0;
    }

    .go-to > div {
        margin-top: -.1rem;
    }

    #fg-aux-slider {
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
        /* width: 95%; */
    }

    #prevButton, #nextButton {
        display: none !important;
    }

    .sponsors {
        margin-top: 21px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .img-sponsor {
        width: 65px !important;
        height: 34px;
        object-fit: contain !important;
        margin: 6px;
    }

    .CTA_btn {
        width: 125px !important;
    }

    .filgoal_btn {
        width: 125px !important;
    }

    #banners-container {
        display: flex;
        justify-content: center;
        margin-top: 62px;
        width: 89%;
        position: relative;
    }

    .sp-banners a {
        margin: 0px 5px;
        display: inline-block;
        width: 56%;
    }
}

@media screen and (min-width:1024px) {
    .goto-links {
        position: relative;
    }

    #fg-aux-links {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 2rem;
        display: none;
    }

        #fg-aux-links p {
            color: #fff;
            font-size: 22px;
            font-weight: 600;
            position: absolute;
            top: 10%;
            left: 50%;
            transform: translateX(-50%);
        }

    #fg-aux-sponsores {
        display: flex;
        justify-content: center;
        margin-top: 1.2rem;
        gap: 3rem;
    }

    #banners-container {
        margin-top: 2.3rem;
    }

    .world-cup {
        margin-top: -12%;
        margin-left: 35px;
    }
}

@media screen and (min-width:1024px) and (max-width:1096px) {
    div#countdown {
        padding: 1rem 2.4rem 1rem 1.7rem;
        margin-top: -6px;
    }

    .logo-olympics {
        margin-top: 21% !important;
    }

    .content {
        width: 90%;
        margin: -70px auto;
    }

    #fg-aux-slider {
        margin: -60px auto 30px auto;
    }

    .goto-links {
        margin-top: -312px;
    }

    .world-cup img {
        width: auto;
        height: 650px;
        object-fit: contain;
    }

    .type-of-championship {
        background-color: #050400;
        display: inline-flex;
        width: 11%;
        align-items: center;
        justify-content: center;
        padding: 0.7rem 0;
        border-radius: 40px;
        height: 30px;
        position: relative;
    }

    .logo-filgoal {
        background-color: black;
        display: inline-flex;
        width: 11%;
        align-items: center;
        justify-content: center;
        padding: 0.7rem 0;
        border-radius: 40px;
        height: 30px;
        position: relative;
    }
}

@media screen and (min-width:1097px) and (max-width:1299px) {
    .content {
        margin: -76px auto;
    }

    .spon-logo h4 {
        font-size: 11px;
    }

    .logo-olympics {
        width: auto;
        height: 33px;
        margin-right: 2.4%;
        margin-top: 23% !important;
    }

    .speration-cta {
        height: 40px;
    }

    div#countdown {
        margin-top: 21px;
    }

        div#countdown .num {
            font-size: 16px;
        }

        div#countdown img {
            object-fit: contain;
            width: 43px;
        }

    .right-wave {
        margin-left: 7px;
        margin-bottom: 5px;
    }

    div#countdown .col {
        width: 30px !important;
        margin-left: -16px !important;
    }

    .left-wave {
        margin-right: 10px;
    }

    .world-cup {
        margin-top: -3%;
        margin-left: -8px;
    }

    .star {
        width: 7px !important;
    }

    .world-cup img {
        width: auto;
        height: 290px;
        object-fit: contain;
    }

    .go-to {
        margin: -116px auto 0;
    }

    .goto-links .go-to p {
        color: #fff;
        font-size: 9px;
        font-weight: 600;
        font-family: 'changa';
    }

    .go-to p::before {
        content: '';
        width: 100px;
        height: 1px;
        background: linear-gradient(to left, rgba(242, 65, 93, 0), rgba(242, 65, 93, 1));
        margin: 0 10px;
    }

    .go-to p::after {
        content: '';
        width: 100px;
        height: 1px;
        background: linear-gradient(to right, rgba(242, 65, 93, 0), rgba(242, 65, 93, 1));
        margin: 0 10px;
    }

    .CTA_btn {
        width: 100px;
    }

    .filgoal_btn {
        width: 100px;
    }

    .go-to > div {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: .9rem;
        margin-top: -0.5rem;
    }

    /* 1097px-1299px sponsor logo styles */
    #fg-aux-sponsores {
        display: flex;
        justify-content: center;
        margin-top: 0.1rem;
        gap: 1.7rem;
        ;
    }

        #fg-aux-sponsores img[src*="new-sponsor.png"] {
            height: 36px;
            width: auto;
            margin: -16px 0%;
        }

        #fg-aux-sponsores img[src*="Coca-Cola_logo.png"] {
            height: 24px;
            width: auto;
            margin: -4px 0%;
            /* cursor: pointer; */
        }

        #fg-aux-sponsores img[src*="panadol-logo.png"] {
            height: 40px;
            width: auto;
            margin: -19px 0%;
            /* cursor: pointer; */
        }

        #fg-aux-sponsores img[src*="valu.png"] {
            height: 17px;
            width: auto;
            margin: 0px 0%;
            /* cursor: pointer; */
        }

        #fg-aux-sponsores img[src*="Visa.png"] {
            height: 19px;
            width: auto;
            margin: -2px 0%;
            /* cursor: pointer; */
        }

        #fg-aux-sponsores img[src*="Mac.png"] {
            height: 33px;
            width: auto;
            margin: -10px 0%;
            /* cursor: pointer; */
        }

    #banners-container {
        margin-top: 6rem;
    }

    .sp-banners {
        gap: 2px !important;
    }

        .sp-banners a {
            margin: 0px 5px;
            display: inline-block;
            width: 160px;
        }
}

@media screen and (min-width:1300px) and (max-width:1536px) {
    #fg-aux-slider {
        margin: -10px auto 30px auto;
    }

    .world-cup img {
        width: 100%;
        height: 700px;
        object-fit: contain;
    }

    .goto-links {
        margin-top: -301px;
    }

    div#countdown {
        margin-top: 21px;
    }

    .goto-links .go-to p {
        color: #fff;
        font-size: 12px;
    }

    .go-to p::before, .go-to p::after {
        width: 110px;
    }

    .type-of-championship {
        width: 11%;
        height: 22px;
    }

    .logo-filgoal {
        width: 11%;
        height: 22px;
    }

    .img-sponsor {
        width: 80px;
        object-fit: scale-down;
        height: 80px;
    }

    .content {
        width: 90%;
        margin: -64px auto;
        text-align: center;
    }

    .logo-olympics {
        height: 39px;
        margin-top: 21%;
        margin-right: 2%;
    }

    .world-cup {
        margin-top: -10%;
    }
}

@media screen and (min-width:1366px) {
    .goto-links {
        margin-top: 2%;
    }
}

@media screen and (min-width:1440px) and (max-width:1600px) {
    .logo-olympics {
        height: 43px;
        margin-top: 16%;
        margin-right: 0%;
    }

    .goto-links {
        position: relative;
        margin-top: 2%;
    }
}

@media screen and (min-width:1280px) and (max-width:1536px) {
    .spon-logo h4 {
        font-size: 13px;
    }

    .logo-olympics {
        height: 33px;
        margin-right: 2%;
        margin-top: 23%;
    }

    .speration-cta {
        height: 41px;
    }

    .spon-logo {
        margin: -5% auto 0%;
    }

    div#countdown .num {
        font-size: 21px;
    }

    div#countdown img {
        object-fit: contain;
        width: 50px;
    }

    .right-wave {
        margin-left: 12px;
        margin-bottom: 4px;
    }

    .star {
        width: 9px !important;
    }

    div#countdown {
        margin-top: 22px;
    }

        div#countdown .col {
            margin-left: -7px !important;
        }

    .world-cup {
        margin-top: -3%;
        margin-left: -11px;
    }

        .world-cup img {
            width: auto;
            height: 370px;
            object-fit: contain;
        }

    .go-to {
        margin: -132px auto 0;
    }

    .goto-links .go-to p {
        font-size: 10px;
    }

    .go-to p::before {
        content: '';
        width: 100px;
        height: 2px;
    }

    .go-to p::after {
        content: '';
        width: 100px;
        height: 2px;
    }

    .CTA_btn {
        width: 120px;
        height: 40px;
    }

    .filgoal_btn {
        width: 120px;
        height: 40px;
    }

    .go-to > div {
        margin-top: 1rem;
    }

    /* 1280px-1536px sponsor logo styles */
    #fg-aux-sponsores {
        display: flex;
        justify-content: center;
        margin-top: .1rem;
        gap: 2rem;
    }

        #fg-aux-sponsores img[src*="new-sponsor.png"] {
            height: 39px;
            width: auto;
            margin: -16px 0%;
        }

        #fg-aux-sponsores img[src*="Coca-Cola_logo.png"] {
            height: 29px;
            width: auto;
            margin: -9px 0%;
        }

        #fg-aux-sponsores img[src*="panadol-logo.png"] {
            height: 45px;
            width: auto;
            margin: -18px 0%;
        }

        #fg-aux-sponsores img[src*="valu.png"] {
            height: 20px;
            width: auto;
            margin: -1px 0%;
        }

        #fg-aux-sponsores img[src*="Visa.png"] {
            height: auto;
            width: auto;
            margin: -30px 0%;
        }

        #fg-aux-sponsores img[src*="Mac.png"] {
            height: 40px;
            width: auto;
            margin: -17px 0%;
        }

    #banners-container {
        margin-top: 5.5rem;
    }

    .sp-banners a {
        margin: 0px 5px;
        display: inline-block;
        width: 180px;
    }
}

@media screen and (min-width:1536px) and (max-width:1744px) {
    .content {
        margin: -66px auto;
    }

    .spon-logo {
        margin: 4% auto 0%;
    }

        .spon-logo h4 {
            font-size: 17px;
        }

    .speration-cta {
        height: 50px;
    }

    .world-cup {
        margin-top: -3%;
        margin-left: -6px;
    }

        .world-cup img {
            height: 450px;
        }

    .logo-olympics {
        height: 46px;
        margin-top: 22%;
        margin-right: 3%;
    }

    div#countdown {
        margin-top: 25px;
    }

        div#countdown .num {
            font-size: 27px;
        }

        div#countdown img {
            object-fit: contain;
            width: 52px;
        }

    .right-wave {
        margin-left: 9px;
    }

    .dot-time {
        font-size: 40px;
        margin-top: -12px;
        margin-right: -15px;
    }

    .goto-links {
        margin-top: -11%;
    }

        .goto-links .go-to p {
            color: #fff;
            font-size: 11px;
        }

    .go-to p::before {
        content: '';
        width: 120px;
        height: 2px;
    }

    .go-to p::after {
        content: '';
        width: 120px;
        height: 2px;
    }

    .filgoal_btn {
        width: 130px;
    }

    .CTA_btn {
        width: 130px;
    }

    /* 1536px-1744px sponsor logo styles */
    #fg-aux-sponsores {
        display: flex;
        justify-content: center;
        margin-top: 1.2rem;
        gap: 2rem;
    }

        #fg-aux-sponsores img[src*="new-sponsor.png"] {
            height: 46px;
            width: auto;
            margin: -20px 0%;
        }

        #fg-aux-sponsores img[src*="Coca-Cola_logo.png"] {
            height: auto;
            width: auto;
            margin: -13px 0%;
        }

        #fg-aux-sponsores img[src*="panadol-logo.png"] {
            height: 50px;
            width: auto;
            margin: -20px 0%;
        }

        #fg-aux-sponsores img[src*="valu.png"] {
            height: auto;
            width: auto;
            margin: -30px 0%;
        }

        #fg-aux-sponsores img[src*="Visa.png"] {
            height: auto;
            width: auto;
            margin: -30px 0%;
        }

        #fg-aux-sponsores img[src*="Mac.png"] {
            height: auto;
            width: auto;
            margin: -17px 0%
        }

    #banners-container {
        margin-top: 5rem;
    }

    .sp-banners a {
        margin: 0px 5px;
        display: inline-block;
        width: 200px;
    }
}

@media screen and (min-width:1745px) and (max-width:1920px) {
    .content {
        width: 90%;
        margin: -2% auto;
        text-align: center;
    }

    div#countdown {
        margin-top: 15px;
    }

        div#countdown .num {
            font-size: 33px;
        }

    .dot-time {
        margin-top: -17px;
    }

    .spon-logo h4 {
        font-size: 19px;
    }

    .logo-olympics {
        height: 50px;
        margin-top: 23%;
        margin-right: 3%;
    }

    .goto-links {
        position: relative;
        margin-top: -11%;
    }

        .goto-links .go-to p {
            font-size: 12px;
        }

    .filgoal_btn {
        width: 160px;
    }

    .CTA_btn {
        width: 160px;
    }

    .world-cup {
        margin-top: -3%;
        margin-left: -5px;
    }

        .world-cup img {
            height: 500px;
        }

    div#countdown img {
        object-fit: contain;
        width: 66px;
    }

    .right-wave {
        margin-left: 10px;
    }

    /* 1745px-1920px sponsor logo styles */
    #fg-aux-sponsores {
        display: flex;
        justify-content: center;
        margin-top: 1.2rem;
        gap: 2rem;
    }

        #fg-aux-sponsores img[src*="new-sponsor.png"] {
            height: 48px;
            width: auto;
            margin: 3px 2%;
        }

        #fg-aux-sponsores img[src*="Coca-Cola_logo.png"] {
            height: auto;
            width: auto;
            margin: 5px 2%
        }

        #fg-aux-sponsores img[src*="panadol-logo.png"] {
            height: auto;
            width: auto;
            margin: -6px 2%;
        }

        #fg-aux-sponsores img[src*="valu.png"] {
            height: auto;
            width: auto;
            margin: -6px 2%;
        }

        #fg-aux-sponsores img[src*="Visa.png"] {
            height: auto;
            width: auto;
            margin: -6px 2%;
        }

        #fg-aux-sponsores img[src*="Mac.png"] {
            height: auto;
            width: auto;
            margin: 2px 2%;
        }

    #banners-container {
        margin-top: 4rem;
    }

    .sp-banners a {
        margin: 0px 5px;
        display: inline-block;
        width: 250px;
    }
}

@media screen and (min-width:1920px) and (max-width:2132px) {
    .content {
        margin: -2% auto;
    }

    .logo-olympics {
        height: 60px;
        margin-top: 22%;
        margin-right: 3%;
    }

    div#countdown {
        margin-top: 27px;
    }

        div#countdown img {
            object-fit: contain;
            width: 84px;
        }

        div#countdown .num {
            font-size: 40px;
        }

    .dot-time {
        margin-top: -4px;
    }

    .spon-logo h4 {
        font-size: 22px;
    }

    .right-wave {
        margin-left: 11px;
    }

    .go-to p::before {
        content: '';
        width: 200px;
        height: 2px;
        background: linear-gradient(to left, rgba(242, 65, 93, 0), rgba(242, 65, 93, 1));
        margin: 0 10px;
    }

    .go-to p::after {
        content: '';
        width: 200px;
        height: 2px;
        background: linear-gradient(to right, rgba(242, 65, 93, 0), rgba(242, 65, 93, 1));
        margin: 0 10px;
    }

    .goto-links {
        margin-top: -12%;
    }

        .goto-links .go-to p {
            font-size: 16px;
        }

    .world-cup {
        margin-top: -4%;
        margin-left: .1%;
    }

        .world-cup img {
            height: 600px;
        }

    .CTA_btn {
        width: 169px !important;
    }

    .filgoal_btn {
        width: 169px !important;
    }

    .go-to > div {
        gap: 2rem;
    }

    /* 1920px-2132px sponsor logo styles */
    #fg-aux-sponsores img[src*="new-sponsor.png"] {
        height: 54px;
        width: auto;
        margin: -3px 2%;
    }

    #fg-aux-sponsores img[src*="Coca-Cola_logo.png"] {
        height: auto;
        width: auto;
        margin: 5px 2%;
    }

    #fg-aux-sponsores img[src*="panadol-logo.png"] {
        height: auto;
        width: auto;
        margin: -6px 2%;
    }

    #fg-aux-sponsores img[src*="valu.png"] {
        height: auto;
        width: auto;
        margin: -6px 2%;
    }

    #fg-aux-sponsores img[src*="Visa.png"] {
        height: 32px;
        width: auto;
        margin: 11px 2%;
    }

    #banners-container {
        margin-top: 4.3rem;
    }
}

@media screen and (min-width:2133px) and (max-width:2399px) {
    .content {
        margin: -19px auto;
    }

    .spon-logo h4 {
        font-size: 23px;
        margin-left: 25px;
    }

    .logo-olympics {
        height: 65px;
        margin-right: 2.9%;
        margin-top: 21%;
    }

    div#countdown {
        margin-top: 50px;
    }

    .right-wave {
        margin-left: 17px;
        margin-bottom: 8px;
    }

    .world-cup {
        margin-top: -4%;
        margin-left: -16px;
    }

        .world-cup img {
            height: 650px;
        }

    .go-to > div {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1.9rem;
        margin-top: 2rem;
    }

    .goto-links {
        position: relative;
        margin-top: -12%;
    }

        .goto-links .go-to p {
            font-size: 18px;
        }

    .go-to p::before {
        content: '';
        width: 220px;
        height: 2px;
        background: linear-gradient(to left, rgba(242, 65, 93, 0), rgba(242, 65, 93, 1));
        margin: 0 10px;
    }

    .go-to p::after {
        content: '';
        width: 220px;
        height: 2px;
        background: linear-gradient(to right, rgba(242, 65, 93, 0), rgba(242, 65, 93, 1));
        margin: 0 10px;
    }

    .CTA_btn {
        width: 190px;
    }

    .filgoal_btn {
        width: 190px;
    }

    /* 2133px-2399px sponsor logo styles */
    #fg-aux-sponsores {
        display: flex;
        justify-content: center;
        margin-top: 1.2rem;
        gap: 2rem;
    }

        #fg-aux-sponsores img[src*="new-sponsor.png"] {
            height: 60px;
            width: auto;
            margin: -1px 2%;
        }

        #fg-aux-sponsores img[src*="Coca-Cola_logo.png"] {
            height: auto;
            width: auto;
            margin: 13px 3%;
        }

        #fg-aux-sponsores img[src*="panadol-logo.png"] {
            height: auto;
            width: auto;
            margin: 0px 3%;
        }

        #fg-aux-sponsores img[src*="valu.png"] {
            height: auto;
            width: auto;
            margin: 0px 3%;
        }

        #fg-aux-sponsores img[src*="Visa.png"] {
            height: auto;
            width: auto;
            margin: 0px 3%;
        }

        #fg-aux-sponsores img[src*="Mac.png"] {
            height: 55px;
            width: auto;
            margin: 7px 3%;
            cursor: pointer;
        }
}

@media screen and (min-width:2400px) and (max-width:2560px) {
    .spon-logo h4 {
        font-size: 27px;
        margin-left: 28px;
    }

    .logo-olympics {
        height: 75px;
        margin-top: 23%;
        margin-right: 6%;
    }

    .speration-cta {
        width: 2px;
        height: 85px;
        margin-right: -12px;
        margin-top: 79px;
        opacity: .7;
    }

    .world-cup {
        margin-top: -3%;
        margin-left: -22px;
    }

        .world-cup img {
            width: auto;
            height: 700px;
        }

    div#countdown img {
        object-fit: contain;
        width: 95px;
    }

    .right-wave {
        margin-left: 10px;
        margin-bottom: 12px;
    }

    .goto-links {
        position: relative;
        margin-top: -11%;
    }

        .goto-links .go-to p {
            font-size: 18px;
        }

    .go-to p::before {
        width: 250px;
        height: 3px;
    }

    .go-to p::after {
        width: 250px;
        height: 3px;
    }

    .go-to > div {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1.9rem;
        margin-top: 2rem;
    }

    .CTA_btn {
        width: 200px;
    }

    .filgoal_btn {
        width: 200px;
    }

    /* 2400px-2560px sponsor logo styles */
    #fg-aux-sponsores {
        display: flex;
        justify-content: center;
        margin-top: 1.2rem;
        gap: 2rem;
    }

        #fg-aux-sponsores img[src*="new-sponsor.png"] {
            height: 70px;
            width: auto;
            margin: -2px 3%;
        }

        #fg-aux-sponsores img[src*="Coca-Cola_logo.png"] {
            height: 45px;
            width: auto;
            margin: 12px 3%;
        }

        #fg-aux-sponsores img[src*="panadol-logo.png"] {
            height: auto;
            width: auto;
            margin: 6px 3%;
        }

        #fg-aux-sponsores img[src*="valu.png"] {
            height: auto;
            width: auto;
            margin: 0px 3%;
        }

        #fg-aux-sponsores img[src*="Visa.png"] {
            height: 37px;
            width: auto;
            margin: 15px 3%;
        }

        #fg-aux-sponsores img[src*="Mac.png"] {
            height: 60px;
            width: auto;
            margin: 10px 3%;
            cursor: pointer;
        }
}

@media screen and (min-width:2561px) and (max-width:2880px) {
    .content {
        width: 90%;
        margin: -24px auto;
        text-align: center;
    }

    .spon-logo h4 {
        font-size: 32px;
        margin-top: 22%;
        margin-left: 24px;
    }

    div#countdown .num {
        font-size: 55px;
    }

    .star {
        width: 19px !important;
    }

    div#countdown img {
        object-fit: contain;
        width: 115px;
    }

    .right-wave {
        margin-left: 19px;
        margin-bottom: 10px;
    }

    .world-cup {
        margin-top: -3%;
        margin-left: -28px;
    }

        .world-cup img {
            width: auto;
            height: 1000px;
            object-fit: contain;
        }

    .logo-olympics {
        width: auto;
        height: 91px;
        margin-right: 4%;
        margin-top: 20% !important;
    }

    .speration-cta {
        width: 3px;
        height: 100px;
        margin-right: -12px;
        margin-top: 79px;
        opacity: .7;
    }

    .goto-links .go-to p {
        color: #fff;
        font-size: 22px;
        font-weight: 600;
        font-family: 'changa';
    }

    .go-to {
        margin: -354px auto 0;
    }

        .go-to p::before {
            width: 370px;
            height: 3px;
        }

        .go-to p::after {
            width: 370px;
            height: 3px;
        }

        .go-to > div {
            gap: 2.9rem;
            margin-top: 2rem;
        }

    .CTA_btn {
        width: 250px;
    }

    .filgoal_btn {
        width: 250px;
    }

    /* Large screen sponsor logo styles */
    #fg-aux-sponsores {
        display: flex;
        justify-content: center;
        margin-top: 1.2rem;
        gap: 2rem;
    }

        #fg-aux-sponsores img[src*="new-sponsor.png"] {
            height: 75px;
            width: auto;
            margin: 0px 5%;
        }

        #fg-aux-sponsores img[src*="Coca-Cola_logo.png"] {
            height: 53px;
            width: auto;
            margin: 7px 0%;
        }

        #fg-aux-sponsores img[src*="panadol-logo.png"] {
            height: 80px;
            width: auto;
            margin: -4px 0%;
        }

        #fg-aux-sponsores img[src*="valu.png"] {
            height: 37px;
            width: auto;
            margin: 17px 1%;
        }

        #fg-aux-sponsores img[src*="Mac.png"] {
            height: 65px;
            width: auto;
            margin: 3px 0%;
            cursor: pointer;
        }

        #fg-aux-sponsores img[src*="Visa.png"] {
            height: 40px;
            width: auto;
            margin: 18px 1%;
        }
}

@media screen and (min-width:3840px) {
    .content {
        width: 90%;
        margin: -24px auto;
        text-align: center;
    }

    .spon-logo h4 {
        font-size: 37px;
        margin-top: 22%;
        margin-left: 28px;
    }

    div#countdown .num {
        font-size: 82px;
    }

    div#countdown .text {
        font-size: 21px;
        font-weight: 300;
    }

    .star {
        width: 19px !important;
    }

    div#countdown img {
        object-fit: contain;
        width: 155px;
    }

    .right-wave {
        margin-left: 19px;
        margin-bottom: 10px;
    }

    .world-cup {
        margin-top: -6%;
        margin-left: -28px;
    }

        .world-cup img {
            width: auto;
            height: 1500px;
            object-fit: contain;
        }

    .logo-olympics {
        width: auto;
        height: 109px;
        margin-right: 4%;
        margin-top: 20% !important;
    }

    .speration-cta {
        width: 21px;
        height: 126px;
        margin-right: -12px;
        margin-top: 79px;
        opacity: .7;
    }

    .goto-links {
        margin-top: -14%;
    }

        .goto-links .go-to p {
            font-size: 28px;
        }

    .go-to {
        margin: -280px auto 0;
    }

        .go-to p::before {
            width: 420px;
            height: 4px;
        }

        .go-to p::after {
            width: 420px;
            height: 4px;
        }

        .go-to > div {
            gap: 2.9rem;
            margin-top: 4rem;
        }

    .CTA_btn {
        width: 300px;
    }

    .filgoal_btn {
        width: 300px;
    }

    /* Large screen sponsor logo styles */
    #fg-aux-sponsores {
        display: flex;
        justify-content: center;
        margin-top: 1.2rem;
        gap: 2rem;
    }

        #fg-aux-sponsores img[src*="new-sponsor.png"] {
            height: 120px;
            width: auto;
            margin: 0px 0% -1px 23px;
        }

        #fg-aux-sponsores img[src*="Coca-Cola_logo.png"] {
            height: 81px;
            width: auto;
            margin: 16px 0%
        }

        #fg-aux-sponsores img[src*="panadol-logo.png"] {
            height: 108px;
            width: auto;
            margin: 0px 0%;
        }

        #fg-aux-sponsores img[src*="Mac.png"] {
            height: 93px;
            width: auto;
            margin: 7px 13% 10px 28px;
        }

        #fg-aux-sponsores img[src*="valu.png"] {
            height: 53px;
            width: auto;
            margin: 32px 2%;
        }

        #fg-aux-sponsores img[src*="Visa.png"] {
            height: 63px;
            width: auto;
            margin: 25px 1%;
        }
}

/* GTM iframe styles */
.gtm-iframe {
    display: none !important;
    visibility: hidden !important;
}
