.hero:before {
    display: none;
}

.font-red {
    color: #df2122;
}

.scroll-top {
    background-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;
}

.main-banner-section {
    padding: 0;
}

.main-banner-section img {
    width: 100%;
}

.winner-section {
    background: url("../images/bg-1.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 180px;
}

.winner-section .main-box {
    background: url("../images/winner-bg.webp");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 100%;
    padding: 60px 20px;
    position: relative;
    width: 95%;
    margin: 0 auto;
}

.winner-section .img-box {
    position: absolute;
    width: 25%;
    top: -4%;
    left: 10%;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
}

.winner-section .img-box img {
    border-radius: 10px;
}

.winner-section .content {
    width: 90%;
    margin: 0 auto;
}

.runners-section {
    background: url("../images/bg-2.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0;
}

.runners-section .main-box {
    width: 90%;
    margin: 0 auto;
}

.runners-section .main-box .box {
    width: 80%;
    margin: 0 auto;
}

.runners-section .main-box .box.extend {
    width: 100%;
    margin: 0 auto;
}

.runners-section .main-box .box .img-box {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    position: relative;
}

.runners-section .main-box .box.extend .img-box {
    width: 80%;
    margin: 0 auto;
}

.runners-section .main-box .box .img-box img {
    border-radius: 10px;
}

.runners-section .main-box .box .img-box img.label {
    border-radius: 20px;
    position: absolute;
    width: 35%;
    top: -15%;
    bottom: 0;
    right: -20%;
}

.video-section {
    background: url("../images/bg-3.webp");
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: cover;
    padding: 180px 0;
}

.video-section .main-container {
    width: 90%;
    margin: 0 auto;
}

#video_carousel {
    width: 90%;
    margin: 0 auto;
}

#video_carousel .item a {
    position: relative;
    display: block;
    border: 2px solid red;
    border-radius: 10px;
}

#video_carousel .item a img {
    border-radius: 10px;
}

#video_carousel .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 {
    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 {
    background: url(../images/prev.png) no-repeat;
    left: -40px;
}

#video_carousel .owl-nav .owl-next {
    background: url(../images/next.png) no-repeat;
    right: -40px;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
    color: black !important;
    width: 40px;
    font-size: 40px;
    padding: 10px;
    line-height: 0;
    height: 40px;
    background: white;
}
.mfp-image-holder .mfp-close {
    right: 0px;
    text-align: center;
    width: 35px;
    position: absolute;
    top: 40px;
    padding: 8px;
    height: 35px;
    margin: auto;
    color: black;
    font-size: 40px;
    line-height: 0;
    background: white;
    opacity: 1;
}

.btn-reg-float {
    position: fixed;
    bottom: 5%;
    right: 5%;
    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);
    background-color: #c41230;
    color: #fff;
}

.btn-reg-float:hover {
    background-color: #df2122;
    color: #fff;
    border-color: #fff;
}

.scroll-top {
    display: none !important;
}
.runners-section.runner-wrapper .main-box {
    width: 100%;
}
.runners-section.runner-wrapper .main-box .box .img-box {
    padding: 0px;
}
.runners-section.runner-wrapper h2 {
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.runners-section.team {
    padding: 60px 0;
}
.runners-section.team .main-box .box {
    width: 100%;
    margin: 0 auto;
}
.flex-col {
    display: flex;
    justify-content: center;
    align-items: center;
}
.runners-section.team .main-box {
    width: 100%;
   margin: 0 auto;
}
.mfp-title {
    background: white;
    padding: 0;
}
/* .profile-lightbox .img-box {
    position: relative !important;
    overflow: hidden !important;
    border-radius: 8px !important;
    transition: transform 0.3s ease !important;
  }
  
  .profile-lightbox .img-box:hover {
    transform: scale(1.05) !important;
    box-shadow: 0 0 20px rgba(255, 0, 100, 0.6) !important; 
  } */

  
  /* .runners-section  .profile-lightbox .img-box {
    transition: transform 0.2s ease;
  }
  
  .runners-section  .profile-lightbox .img-box:hover {
    animation: pop 0.4s ease forwards;
  }
  
  @keyframes pop {
    0%   { transform: scale(1); }
    50%  { transform: scale(1.1); }
    100% { transform: scale(1.05); }
  } */

  /* .runners-section .profile-lightbox .img-box {
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  }
  
  .runners-section .profile-lightbox .img-box:hover {
    transform: rotate3d(1, 1, 0, 6deg) scale(1.05) !important;
    box-shadow: 0 12px 25px rgba(0,0,0,0.25) !important;
  } */
  
  /* .runners-section .profile-lightbox .img-box {
    position: relative;
    overflow: hidden;
  }
  
  .runners-section .profile-lightbox .img-box::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 10px solid transparent;
    border-radius: 10px;
    transition: border 0.3s ease;
  }
  
  .runners-section .profile-lightbox .img-box:hover::before {
    border-color: white;
    box-shadow: 0 0 15px rgba(233, 33, 34, 0.7);
  } */
  
  .runners-section .profile-lightbox .img-box {
    transition: transform 0.3s ease !important;
  }
  
  .runners-section .profile-lightbox .img-box:hover {
    transform: translateY(-8px) scale(1.03) !important;
    box-shadow: 0 12px 25px rgba(0,0,0,0.25) !important;
  }

  /* .runners-section .profile-lightbox .img-box {
    position: relative;
    overflow: hidden;
  }
  
  .runners-section .profile-lightbox .img-box::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 0;
    height: 0;
    background: rgba(233, 33, 34, 0.3);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
  }
  
  .runners-section .profile-lightbox .img-box:hover::after {
    width: 200%;
    height: 200%;
  } */
  
@media only screen and (max-width: 1400px) {
    .runners-section .main-box {
        width: 100%;
    }

    .winner-section .main-box {
        padding: 45px 20px;
    }

    .winner-section .main-box p {
        font-size: 28px !important;
    }
}

@media only screen and (max-width: 900px) {
    .winner-section {
        padding: 100px 50px;
        background-size: cover;
    }

    .winner-section .main-box {
        width: 100%;
        padding: 20px 0;
    }

    .winner-section .content-box h2 {
        font-size: 20px !important;
    }

    .winner-section .content-box h4 {
        font-size: 18px !important;
    }

    .winner-section .img-box {
        top: -13%;
    }

    .winner-section .content {
        font-size: 18px !important;
    }

    .runners-section {
        padding: 60px 0;
    }

    .runners-section .main-box .box .content h2 {
        font-size: 17px !important;
    }

    .runners-section .main-box .box .content p {
        font-size: 13px !important;
    }

    .runners-section .main-box .box .content h4 {
        font-size: 15px !important;
    }

    .video-section {
        padding: 90px 0;
    }

    .main-container h2 {
        margin-top: 0 !important;
        margin-bottom: 40px;
    }

    .mfp-iframe-holder .mfp-content {
        max-width: 95%;
    }

    #video_carousel .video-link .play-icon {
        width: 40%;
    }
}

@media only screen and (max-width: 495px) {
    .winner-section-mobile {
        padding: 0;
    }

    .winner-section-mobile .bg-1 {
        background: url(../images/mobile-bg-1.webp);
        padding: 60px 0 0;
        background-position: center;
        background-size: cover;
    }

    .winner-section-mobile .bg-2 {
        background: url(../images/mobile-bg-2.webp);
        padding: 20px 0;
        background-position: center;
        background-size: cover;
    }

    .winner-section-mobile .bg-3 {
        background: url(../images/mobile-bg-3.webp);
        padding: 20px 0;
        background-position: center;
        background-size: cover;
    }

    .winner-section-mobile .main-box {
        padding: 20px 0 0;
    }

    .winner-section-mobile .content-box {
        padding: 55px 0 5px;
        margin-top: -55px;
        position: relative;
        z-index: 0;
    }

    .winner-section-mobile .content-box h2 {
        font-size: 22px !important;
        margin-bottom: 10px;
    }

    .winner-section-mobile .content-box h3 {
        font-size: 30px !important;
        margin-bottom: 10px;
    }

    .winner-section-mobile .content-box h4 {
        font-size: 20px !important;
        margin-bottom: 0;
    }

    .winner-section-mobile .content {
        font-size: 18px !important;
        margin: 0 auto !important;
        width: 90%;
    }

    .winner-section-mobile .img-box {
        border-radius: 10px;
        padding: 10px;
        background: #fff;
        width: 65%;
        margin: 0 auto 20px;
        position: relative;
        z-index: 1;
    }

    .winner-section-mobile .img-box img {
        border-radius: 10px;
    }

    .runners-section {
        padding: 0;
        background-position: center;
    }

    .runners-section .container {
        padding: 0;
    }

    .runners-section .main-box .box {
        width: 100%;
        padding: 90px 0;
        background: url(../images/mobile-bg-4.webp);
        background-position: center;
        background-size: cover;
        margin: 0;
    }

    .runners-section .main-box .box .img-box,
    .runners-section .main-box .box.extend .img-box {
        width: 65%;
        margin: 0 auto;
    }

    .runners-section .main-box .box.extend {
        width: 100%;
        background-image: url(../images/mobile-bg-5.webp);
    }

    .runners-section .main-box .box:last-child {
        background-image: url(../images/mobile-bg-6.webp);
    }

    .runners-section .main-box .box .content h2 {
        font-size: 30px !important;
        margin-top: 35px !important;
    }

    .runners-section .main-box .box .content h4 {
        font-size: 30px !important;
        margin-top: 5px !important;
    }

    .runners-section .main-box .box .content p {
        margin-bottom: 5px !important;
        font-size: 20px !important;
    }

    .runners-section .main-box .box .content p.fs-4 {
        font-size: 28px !important;
        width: 77%;
        margin: 0 auto;
    }

    .video-section .main-container .img-box {
        text-align: center;
        margin-bottom: 20px;
    }

    .video-section .main-container .img-box img {
        width: 60%;
    }

    .main-container h2 {
        font-size: 30px !important;
    }

    .video-section {
        background-image: url(../images/mobile-bg-7.webp);
        background-position: bottom center;
    }

    .video-section .main-container .img-box {
        display: none;
    }

    .video-section .main-container .swap {
        display: flex;
        flex-direction: column-reverse;
    }

    #video_carousel .video-link .play-icon {
        width: 30%;
    }
    .runners-section.runner-wrapper .main-box .box .img-box, .runners-section .main-box .box.extend .img-box {
        width: 50%;
}
}