.hero:before {
    display: none;
}

.font-red {
    color: #df2122;
}

.shadow {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.shadow2 {
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
}

.btn-red {
    background-color: #c41230;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 10px;
    display: block;
    width: 75%;
    margin: 0 auto;
    font-size: 20px;
}

.btn-red:hover {
    background-color: #fff;
    color: #c41230;
    border: 1px solid #c41230;
}

.mfp-close-btn-in .mfp-close {
    background: transparent;
}

.align-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-banner-section {
    padding: 0;
    position: relative;
}

.main-banner-section img {
    width: 100%;
}

.main-banner-section .banner-content {
    position: absolute;
    top: 10%;
    color: #fff;
}

.main-banner-section .banner-content h2 {
    color: #fff;
    font-size: 40px;
}

.main-banner-section .banner-content h2.season-text {
    color: #f9d359;
}

.prize-section {
    background: url(../images/bg-1.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 110px 0;
}

.prize-section .box {
    background: url(../images/box-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px;
    padding: 20px;
    border-radius: 10%;
    width: 85%;
    margin: 0 auto;
}

.get-to-know-section {
    background: url(../images/bg-2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 60px 0 100px;
}

.get-to-know-section h2 {
    color: #fff;
    font-size: 40px;
    font-weight: bolder;
    margin-bottom: 40px;
}

.get-to-know-section h2.text-2 {
    font-size: 25px;
}

.get-to-know-section a.video-link {
    position: relative;
    display: block;
    width: 95%;
}


.get-to-know-section .video-link .play-icon {
    position: absolute;
    display: inline-block;
    padding: 15px;
    width: 15%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.get-to-know-section .btn-register {
    display: block;
    text-align: center;
}

.get-to-know-section .btn-register img {
    width: 90%;
}

.features-section {
    background: url(../images/bg-3.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 10px 0 60px;
}

.features-section h2 {
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    margin-top: 80px;
}

.features-section .img-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.features-section .img-container .img-box {
    width: 25%;
    text-align: center;
}

.features-section .img-container .img-box img {
    width: 90%;
}

footer {
    background: url(../images/footer-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px 0 60px;
}

footer .footer-nav {
    display: flex;
    list-style: none;
    gap: 25px;
}

footer .footer-nav li {
    /* margin-right: 10px; */
}

footer .footer-nav li a {
    color: #fff;
    font-weight: bolder;
}

footer .footer-nav li a:hover {
    color: #df2122;
}

#lang-popup,
#lang-popup-ph-2 {
    min-height: auto;
    text-align: center;
    width: 40%;
    border-radius: 7px;
}

#lang-popup .btn-primary,
#lang-popup-ph-2 .btn-primary {
    background-color: #c41230;
    border: 1px solid #c41230;
    color: #fff;
    padding: 10px 25px;
    width: 30%;
    margin: 6px;
    display: inline-block;
}

.header {
    padding: 15px 30px;
    background: url(../images/footer-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.header .logo img {
    max-height: unset;
    width: 90px;
}

.header .logo-2 img {
    width: 90px;
}

.navmenu a {
    color: #fff;
    font-weight: bold;
}

.navmenu a:hover {
    color: #c41230;
}

.header-body #main {
    margin-top: 100px;
}

.rules-wrapper {
    margin-top: 30px;
}

.btn-red-2 {
    background: #c41230;
    color: #fff;
    border-color: #c41230;
}

.error-border {
    border-color: #c41230;
}

.error-msg {
    color: #c41230;
    font-size: 10px;
}

.btn-red-2:hover {
    background: #e00f32;
    border-color: #e00f32;
}

#register_form .container {
    padding: 25px;
}

#register_form .tab-pane {
    display: none;
}

#register_form .tab-pane.show {
    display: block;
}

#register_form .nav-link {
    border: none;
}

#formTab .nav-link.active {
    background-color: #c41230;
    color: #fff;
    border-radius: 0;
}

.form-container {
    padding: 20px;
    border: 1px solid red;
    border-radius: 25px;
    margin-bottom: 40px;
}

/* Alert Notification CSS */
.alert {
    display: none;
    position: fixed;
    top: 15%;
    right: 3%;
}

.alert i {
    margin-right: 5px;
}

.header .logo {
    order: 0;
}

.login-wrapper .form-2 {
    display: none;
}

input.disabled {
    background-color: #eeeeee;
}

.video-section {
    background: url(../images/bg-2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 60px 0 100px;
}

.video-section h2 {
    color: #fff;
}

#video_carousel,
#video_carousel_season_two {
    width: 80%;
    margin: 0 auto;
}

#video_carousel .item a,
#video_carousel_season_two .item a {
    position: relative;
    display: block;
    border: 3px solid #e2ae59;
    border-radius: 10px;
}

#video_carousel .item p,
#video_carousel_season_two .item p {
    color: #fff;
}

#video_carousel .item a img,
#video_carousel_season_two .item a img {
    border-radius: 10px;
}

#video_carousel .video-link .play-icon,
#video_carousel_season_two .video-link .play-icon {
    position: absolute;
    display: inline-block;
    padding: 15px;
    width: 30%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#video_carousel .owl-nav .owl-prev,
#video_carousel .owl-nav .owl-next,
#video_carousel_season_two .owl-nav .owl-prev,
#video_carousel_season_two .owl-nav .owl-next {
    position: absolute;
    top: 31%;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    color: transparent;
    background-size: contain !important;
    background-position: center !important;
}

#video_carousel .owl-nav .owl-prev,
#video_carousel_season_two .owl-nav .owl-prev {
    background: url(../images/prev.png) no-repeat;
    left: -40px;
}

#video_carousel .owl-nav .owl-next,
#video_carousel_season_two .owl-nav .owl-next {
    background: url(../images/next.png) no-repeat;
    right: -40px;
}

.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #fff;
}

/* styles for register now btn */

.btn-def {
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    transition: all 1s ease;
    overflow: hidden;
    font-weight: 700;
    border: 5px solid #b90708;
    margin-top: 20px;
    background: repeating-linear-gradient(90deg, #8a0d04, #d6010d 50%, #8a0d04 100%) padding-box, repeating-linear-gradient(90deg, #d6010d, #d6010d 35%, #d6010d 95%) border-box;
}

.btn-bg-slide:hover:before {
    left: 0
}

.btn-bg-slide:before {
    top: 0;
    left: -100%;
}

.btn-def:before {
    content: "";
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(90deg, #d6010d, #d6010d 35%, #d6010d 90%);
    position: absolute;
    transition: all 1s ease;
    z-index: 0;
}

.btn-def>span {
    text-align: center;
    color: #fff;
    font-size: 35px;
    position: relative;
    z-index: 1;
    transition: all 1s ease;
    padding: 0;
    text-shadow: 1px 2px 5px #000;
}

#prize_carousel {
    width: 90%;
    margin: 0 auto;
}

.btn-login {
    color: #fff;
    /* text-decoration: underline; */
}

.btn-login:hover {
    /* text-decoration: underline; */
}

.btn-reg-float {
    position: fixed;
    bottom: 3%;
    right: 6%;
    display: flex;
    align-items: center;
    text-align: center;
    z-index: 9;
    width: auto;
    font-size: 25px;
    font-weight: 700;
    border: 1px solid;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.btn-reg-float:hover {
    background-color: #df2122;
    color: #fff;
    border-color: #fff;
}

.flash-msg {
    position: fixed;
    bottom: 3%;
    left: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 9;
    width: 18%;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    background-color: #c41230;
    color: #fff;
    border: 1px solid;
    padding: 7px 0px;
    /* opacity: 0; */
    /* animation: flash 6s infinite; */
}

.flash-msg span strong {
    display: inline-block;
}

.btn:hover {
    background-color: #c41230;
    color: #fff;
}

@keyframes flash {
    0% {
        /* color: #fff; */
        opacity: 0;
    }

    50% {
        color: #c41230;
        opacity: 1;
    }

    100% {
        /* color: #fff; */
        opacity: 0;
    }

}

@media only screen and (max-width: 1300px) {
    #prize_carousel {
        width: 100%;
    }

    #prize_carousel .content .bt {
        font-size: 20px !important;
    }

}

@media only screen and (max-width: 900px) {
    .features-section h2 {
        font-size: 35px;
        margin-top: 30px;
    }

    #prize_carousel .owl-item img {
        width: 80%;
        margin: 0 auto;
    }

    #prize_carousel .content .bt {
        font-size: 22px !important;
    }

    .features-section {
        padding: 10px 0;
    }

    .mfp-iframe-holder .mfp-content {
        max-width: 95%;
    }

    .get-to-know-section .video-link .play-icon {
        width: 30%;
        left: 48%;
    }

    .main-banner-section .banner-content h2 {
        font-size: 30px;
        margin-top: 15px !important;
    }

}

@media only screen and (max-width: 495px) {
    .flash-msg span strong {
        display: block;
    }

    .flash-msg {
        bottom: 0%;
        left: 0%;
        color: #c41230;
        background-color: #fff;
        width: 100%;
        display: inline-block;
        border-radius: 0px;
        font-size: 20px;
        line-height: 28px;

    }

    .btn-reg-float {
        bottom: 11%;
    }

    .get-to-know-section h2.text-2 {
        font-size: 24px;
    }

    #lang-popup .btn-primary,
    #lang-popup-ph-2 .btn-primary {
        width: 44%;
    }

    #lang-popup,
    #lang-popup-ph-2 {
        width: 100%;
    }

    .logo-2 {
        display: none;
    }

    .mobile-nav-toggle {
        color: #fff;
        border: 1px solid;
        padding: 0px 7px;
        border-radius: 3px;
    }

    .navmenu a {
        color: #000;
    }

    .navmenu ul {
        color: #000;
        height: auto;
        overflow-y: unset;
        inset: unset;
        top: 100px;
        left: 30px;
        right: 30px;
        list-style: none;
    }

    .prize-section {
        background-image: url(../images/mobile-bg-1.webp);
        background-position: bottom;
    }

    #prize_carousel {
        width: 95%;
        margin: 0 auto;
    }

    #prize_carousel .owl-nav .owl-prev,
    #prize_carousel .owl-nav .owl-next {
        position: absolute;
        top: 32%;
        margin: 0;
        padding: 0;
        font-size: 6rem;
        color: #fff;
        background: transparent;
    }

    #prize_carousel .owl-nav .owl-prev {
        left: -20px;
    }

    #prize_carousel .owl-nav .owl-next {
        right: -20px;
    }

    #prize_carousel .content h4 {
        font-size: 30px !important;
    }

    #prize_carousel .content h2 {
        font-size: 25px !important;
    }

    .get-to-know-section {
        background-image: url(../images/mobile-bg-2.webp);
        background-position: bottom;
        padding: 60px 20px 100px;
    }

    .get-to-know-section a.video-link {
        margin: 0 auto;
    }

    .get-to-know-section .btn-register img {
        width: 75%;
    }

    .get-to-know-section h2 {
        font-size: 30px;
    }

    .get-to-know-section .btn-register {
        margin-top: 90px;
    }

    .features-section {
        padding: 0px;
        background: none;
    }

    .features-section .container {
        padding: 0;
    }

    .features-section .row {
        background-image: url(../images/mobile-bg-3.webp);
        background-size: cover;
        background-position: top;
        padding: 60px 10px;
        margin-top: -1px;
    }

    .features-section h2 {
        font-size: 35px;
        margin-top: 0;
        margin-left: 60px;
    }

    .features-section .row .img-fluid {
        margin-top: 80px;
    }

    .features-section .img-container {
        background-image: url(../images/mobile-bg-4.webp);
        background-size: cover;
        background-position: top;
        padding: 90px 10px;
    }

    .features-section .img-container .img-box {
        width: 35%;
    }

    footer .img-wrapper {
        text-align: start;
        margin-top: 60px;
    }

    footer .img-fluid {
        width: 30% !important;
    }

    footer {
        background-image: url(../images/mobile-bg-5.webp);
    }

    footer .footer-nav {
        display: block;
        text-align: center;
        padding: 0;
        margin-top: 20px;
    }

    footer .footer-nav li {
        margin-bottom: 20px;
        font-size: 22px;
    }

    .main-banner-section .banner-content {
        top: 27%;
    }

    .main-banner-section .banner-content .img-container img {
        width: 40% !important;
    }

    .main-banner-section .banner-content .img-container {
        text-align: end;
        margin-right: 25px;
    }

    .wrapper .row {
        margin: 0 !important;
    }

    .g-recaptcha {
        transform: scale(0.8);
    }
}

@media only screen and (max-width:360px) {

    #lang-popup,
    #lang-popup-ph-2 {
        max-width: 85% !important;
    }
}