body .content {
    background: #ddd;
}

.league_name_wrap p.cb_league_year {
    padding-top: 122px;
}

.cbn_landing_page_container,
.cbn_landing_container_new {
    max-width: 700px;
    margin: auto;
    position: relative;
    height: 100%;
}

.cbn_landing_page_container {
    display: none;
}

.cbn_landing_wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.cbn_landing_top {
    padding: 25px;
    width: 100%;
    max-width: 700px;
    box-sizing: border-box;
    background: #001656;
    position: fixed;
    top: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e4e4e46b;
}

.cbn_s442_icon_wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cbn_s442_icon {
    background: #fff;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    padding: 3px;
}

.cbn_s442_icon img {
    width: 100%;
    height: 100%;
}

.cbn_s442_text {
    font-weight: 700;
    color: #fff;
    font-size: 16px;
}

.cbn_s442_text span {
    padding: 1px 6px;
    margin-left: 5px;
    background: #fff;
    color: #001d71;
    border-radius: 2px;
    font-size: 15px;
}

.cbn_signup_wrapper a {
    padding: 9px 20px 10px;
    font-size: 14px;
    border-radius: 4px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background: #fff;
    color: #001d71 !important;
    font-weight: 700;
}

.cbn_signup_wrapper a:hover {
    background: #00288b;
    color: #fff !important;
}

.cbn_landing_content {
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 76px;
    padding-bottom: 76px;
}

.cbn_slider_wrapper .swiper-wrapper {
    background: linear-gradient(110.33deg, rgba(0, 22, 86, 0.95) 37.88%, rgba(4, 40, 109, 0.6) 103.56%);
}

.cbn_landing_content:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.cbn_slider_wrapper {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 9;
}

.cbn_slider_wrapper .swiper-pagination {
    bottom: 30px;
}

.cbn_slider_wrapper .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    width: 12px;
    height: 12px;
    border-radius: 10px;
}

.cbn_slider_wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 45px;
}

.cbn_landing_content>.top_secion_bg_wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 700px;
    height: 100%;
    z-index: 0;
    display: none;
}

.top_secion_bg_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cbn_slider_wrapper .top_section_content_wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly
}

.top_section_content_wrap .cbn_slider_content {
    padding: 30px 0;
    height: calc(100vh - 210px);
    min-height: 850px;
    background: linear-gradient(110deg, rgba(0, 22, 86, 0.95) 37.88%, rgba(4, 40, 109, 0.6) 103.56%);
}

.top_section_content_wrap.swiper_slide_1 .cbn_slider_content,
.top_section_content_wrap.swiper_slide_2 .cbn_slider_content {
    background: linear-gradient(145deg, rgba(0, 22, 86, 0.95) 37.88%, rgba(4, 40, 109, 0.6) 103.56%);
}

.top_section_content_wrap .cbn_slider_bg_wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 700px;
    height: 100%;
    z-index: -1;
}

.top_section_content_wrap .cbn_slider_bg_wrap img {
    width: 100%;
    height: 100%;
}

.top_section_content.left_content {
    margin: 0 30px;
}

.cbn_loggin_wrapper {
    margin: 10px 30px 0;
}

.top_section_content .top_main_heading {
    color: #fff;
    text-transform: capitalize;
    font-size: 40px;
    line-height: normal;
    font-weight: 700;
    letter-spacing: 0.5px;
    opacity: 0;
}

.swiper-slide-active .top_section_content .top_main_heading {
    animation: 0.5s ease-in 0.5s 1 normal forwards running top_text;
}

.news_time_animate {
    display: none !important;
}

@keyframes top_text {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.top_section_content .top_heading_small {
    color: #fff;
    margin: 15px 0;
    letter-spacing: 0.5px;
    font-size: 16px;
    opacity: 0;
}

.swiper-slide-active .top_section_content .top_heading_small {
    animation: slide_desc 2s ease 1s 1 normal forwards;
}

@keyframes slide_desc {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.cbn_login_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: auto;
    margin: 30px auto 0;
}

.swiper_slide_1 .top_section_content .cbn_login_wrapper {
    opacity: 0;
}

.swiper_slide_1.swiper-slide-active .top_section_content .cbn_login_wrapper {
    animation: apps_links 1s ease 1s 1 normal forwards;
}

@keyframes login_btn {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.cbn_login_wrapper .cbn_log_in a {
    background: #fff;
    padding: 15px 0;
    min-width: 100px;
    width: 297px;
    display: inline-block;
    color: #001655;
    text-align: center;
    font-weight: 700;
    border-radius: 6px;
    font-size: 16px;
    letter-spacing: 0.8px;
    text-transform: capitalize;
    border: 1px solid;
}

.cbn_login_wrapper .cbn_log_in a:hover {
    background: #001655;
    color: #fff;
}

.cbn_login_wrapper .cbn_log_in.loggin a {
    background: #001655;
    color: #fff;
    border: 1px solid;
}

.cbn_login_wrapper .cbn_log_in.loggin a:hover {
    background: #fff;
    color: #001655;
}

.cbn_hero_img_wrapper {
    width: 570px;
    height: auto;
    margin: auto;
    margin-top: 30px;
    opacity: 0;
    position: relative;
}

.news_time_animate {
    position: absolute;
    background: #f2f2f2;
    display: flex;
    padding: 6px 10px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 11px;
    color: #000;
    opacity: 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    z-index: 999;
}

.news_time_animate.first {
    top: 45px;
    left: 0;
}

.swiper-slide-active .news_time_animate.first {
    animation: first_box 2s ease 1.2s 1 normal forwards;
}

@keyframes first_box {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.news_time_animate.second {
    right: 0;
    top: -25px;
}

.swiper-slide-active .news_time_animate.second {
    animation: first_box 2s ease 1.6s 1 normal forwards;
}

@keyframes second_box {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.news_time_animate.third {
    right: 0;
    top: 153px;
}

.swiper-slide-active .news_time_animate.third {
    animation: first_box 2s ease 2s 1 normal forwards;
}

@keyframes third_box {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.swiper-slide-active .cbn_hero_img_wrapper {
    animation: 0.5s ease-in 0.5s 1 normal forwards running img_wrap;
}

@keyframes img_wrap {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

.player_img_smaller {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 18%;
    left: 50%;
    z-index: 9;
    opacity: 0;
}

.swiper-slide-active .player_img_smaller {
    animation: smaller_img 1.5s ease 1.2s 1 normal forwards;
}

@keyframes smaller_img {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.player_img_bigger {
    width: 80px;
    height: 80px;
    position: absolute;
    right: 24%;
    top: 24%;
    z-index: 9;
    opacity: 0;
    font-family: font
}

.swiper-slide-active .player_img_bigger {
    animation: bigger_img 1.5s ease 2s 1 normal forwards;
}

@keyframes bigger_img {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.cbn_hero_img_wrapper .dotted_line {
    position: absolute;
    top: 27%;
    left: 56%;
    overflow: hidden;
    transform: rotate(14deg);
    opacity: 0;
}

.swiper-slide-active .dotted_line {
    animation: border_line 1.4s ease 1.8s 1 normal forwards;
}

@keyframes border_line {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.swiper-slide-active .dotted_line_border {
    animation: fillBorder 2s linear forwards;
    animation-delay: 1.5s;
}

.dotted_line_border {
    position: absolute;
    top: 26%;
    left: 50%;
    border: 1px dashed #ccc;
    overflow: hidden;
    width: 0;
    transform: rotate(28deg);
    z-index: 0;
}

@keyframes fillBorder {
    from {
        width: 0%;
    }

    to {
        width: 70px;
    }
}

.cbn_hero_img_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 20px;
}

.cbn_loggin_wrapper {
    margin: 40px 50px 0;
    position: relative;
    z-index: 9;
}

.forget_pswd_wrap {
    margin: 10px 0px 0px 5px;
}

.cbn_loggin_content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.cbn_loggin_content .cbn_login_btns {
    width: 48%;
}

.cbn_login_btns a {
    text-align: center;
    background: linear-gradient(white, white) padding-box, conic-gradient(from var(--border-angle), #fff 50%, #efefef) border-box;
    border-radius: 6px;
    color: #14155f !important;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 65px;
    animation: border-angle-rotate 2s infinite linear;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border: 5px solid transparent;
    position: relative;
    width: 48%;
    display: inline-block;
}

.cbn_login_btns.choose_club .choose-club {
    max-width: 100%;
    border-radius: 6px;
    background: #001656;
}

body .content:before {
    width: 100%;
    background: url(/public/images/club_top_bg_new.png);
    top: 0px;
    z-index: 0;
    height: 480px;
    margin-left: 0px;
    position: fixed;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #001655;
    content: "";
}

.text_center {
    text-align: center;
}

.cbn_landing_page_wrap {
    background: linear-gradient(rgb(0, 27, 95) 0%, rgb(0, 20, 91) 100%);
}

.cbn_s442_top_section {
    position: relative;
    overflow: hidden;
    padding-top: 40px;
}

.cbn_s442_logo_wrap {
    z-index: 1;
    position: relative;
    padding: 30px 0 20px;
}

.cbn_desc_text_wrap {
    width: 540px;
    margin: 30px auto;
    padding-bottom: 40px;
    display: flex;
    justify-content: space-between;
}

.cbn_desc_text_wrap .desc_text_change {
    background: #0e2d6d;
    padding: 10px 24px;
    font-weight: normal;
    border-radius: 6px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.5px;
    opacity: 0.5;
}

.cbn_desc_text_wrap .desc_text_change.active {
    opacity: 1;
    color: #000;
    background: #fff;
    font-weight: 700;
}

.cbn_s442_logo {
    width: 100px;
    height: 100px;
    margin: auto;
    background: #fff;
    border-radius: 100%;
    padding: 6px;
    animation: main_logo_text 1s ease 0.5s normal forwards;
}

.cbn_social_img_wrap.updates .cbn_fan_img {
    width: 120px;
    height: 120px;
}

.cbn_social_img_wrap.updates .cbn_fan_img.fans {
    width: 140px;
    height: 140px;
}

.cbn_social_img_wrap.updates .cbn_fan_img.small_img {
    width: 70px;
    height: 70px;
}

.cbn_fan_img.sky_sports {
    top: -7%;
    left: 39%;
}

.cbn_fan_img.bbc_sports {
    right: 8%;
    bottom: 14%;
}

.cbn_fan_img.yahoo_sports {
    top: 45%;
    left: 22%;
}

.cbn_fan_img.bein_stream {
    bottom: 12%;
    left: 3%;
}

.cbn_fan_img.fox_stream {
    top: 39%;
    right: 29%;
    z-index: 9;
}

.cbn_fan_img.fubo_stream {
    left: 26%;
    bottom: 10px;
}

.cbn_fan_img.fan_img_1 {
    top: 6%;
    left: 6%;
}

.cbn_fan_img.fan_img_2 {
    bottom: -3%;
    right: 38%;
}

.cbn_fan_img.fan_img_3 {
    top: 8%;
    right: 8%;
}

.s442-bg_wrap {
    position: absolute;
    overflow: hidden;
    height: 100%;
    width: 100%;
    top: 0;
    display: none;
}

.s442-bg_wrap:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background-image: linear-gradient(120deg,
            rgba(255, 255, 255, 0.3) 0%,
            rgba(255, 255, 255, 0.7) 50%,
            rgba(255, 255, 255, 0.3) 100%);
    animation: shimmer 2s ease 1s normal forwards;
    z-index: 999;
    filter: blur(8px);
    width: 100%;
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

.cbn_s442_logo img {
    width: 100%;
    height: 100%;
}

@keyframes main_logo_text {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.cbn_s442_logo_text {
    margin: 25px auto;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}

.cbn_s442_logo_text span {
    padding: 4px 14px;
    margin-left: 8px;
    background: #fff;
    color: #001d71;
}

.cbn_logo_desc {
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    margin: 25px auto;
    font-size: 15px;
    letter-spacing: 1px;
}

.cbn_logo_desc .desc_text_rotate.cb_follow_club {
    animation: club_text_rotate 0.7s ease 0s 1 normal forwards;
    opacity: 0;
    font-weight: 700;
}

.cbn_logo_desc .desc_text_rotate.active {
    display: block !important;
}

@keyframes club_text {
    0% {
        opacity: 0;
        transform: translateY(-15px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes text_change {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes club_text_rotate {
    0% {
        opacity: 0;
        transform: translateY(-15px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.cbn_s442_social_img {
    width: calc(100% - 50px);
    height: auto;
    margin: 30px auto;
    position: relative;
}

.cbn_s442_social_img img {
    width: 100%;
    height: 100%;
}

.cbn_social_img_wrap {
    width: calc(100% - 50px);
    height: auto;
    margin: 40px auto;
    position: relative;
}

.cbn_social_img_content {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 9;
}

.cbn_social_img_content img {
    width: 100%;
    height: 100%;
}

.cbn_social_img_logo {
    width: 50px;
    height: 50px;
    top: 40%;
    left: 43%;
}

.cbn_fan_img {
    position: absolute;
    width: 60px;
    height: 60px;
}

.cbn_fan_img.first {
    width: 60px;
    height: 60px;
    top: 33%;
    right: 26%;
}

.cbn_fan_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
}

@keyframes scaleInOut {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.6);
    }

    100% {
        transform: scale(1);
    }
}

.cbn_fan_img.second {
    width: 60px;
    height: 60px;
    left: 48%;
    bottom: 16%;
    animation-delay: 1s !important;
}

.cbn_fan_img.third {
    width: 50px;
    height: 50px;
    top: 43%;
    left: 15%;
    animation-delay: 0.5s !important;
}

.cbn_fan_img.news_1 {
    bottom: 17%;
    left: 49%;
}

.cbn_fan_img.news_2 {
    top: 33%;
    right: 21%;
}

.cbn_fan_img.news_3 {
    top: 12%;
    left: 10%;
}

.cbn_fan_img.fans_1 {
    bottom: 12%;
    left: 19%;
}

.cbn_fan_img.fans_2 {
    top: 32%;
    right: 4%;
}

.cbn_fan_img.fans_3 {
    top: 23%;
    left: 23%;
}

.cbn_fan_img.streams_1 {
    top: 16%;
    right: 32%;
}

.cbn_fan_img.streams_2 {
    bottom: 10%;
    right: 6%;
}

.cbn_fan_img.streams_3 {
    top: 41%;
    left: 16%;
}

.cbn_fan_img.users_1 {
    top: 10%;
    right: 12%;
}

.cbn_fan_img.users_2 {
    top: -6%;
    left: 36%;
}

.cbn_fan_img.users_3 {
    bottom: 30%;
    left: 30%;
}

@keyframes scalePulse {
    0% {
        transform: scale(1.4);
    }

    50% {
        transform: scale(1.8);
    }

    100% {
        transform: scale(1.4);
    }
}

.cbn_s442_bottom_section {
    padding-top: 30px;
}

.app_download_links_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 30px 0;
    width: auto;
    margin: auto;
    position: relative;
    z-index: 9;
    opacity: 0;
}

.swiper_slide_2 .app_download_links_wrap,
.swiper_slide_3 .app_download_links_wrap {
    display: none !important;
}

.swiper-slide-active .top_section_content .app_download_links_wrap {
    animation: apps_links 1s ease 1s 1 normal forwards;
}

@keyframes apps_links {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.cbn_s442_bottom_section .signup_text {
    margin-top: 30px;
}

.cb_app_install {
    width: 200px;
    height: auto;
}

.cb_app_install img {
    width: 100%;
    height: 100%;
}

.cbn_landing_page_mobiles {
    margin-top: 40px;
    padding: 0 25px;
    display: none;
}

.cbn_landing_page_mobiles .thumbnail_slider .swiper-wrapper .swiper-slide .swiper_switches {
    height: 15px;
    border-radius: 10px;
    background: #00075c;
}

.cbn_landing_page_mobiles .thumbnail_slider .swiper-wrapper .swiper-slide-thumb-active .swiper_switches {
    background: #fff;
}

.main_slider .swiper-wrapper .slide_title {
    font-size: 32px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin: 30px auto;
}

.main_slider .swiper-wrapper .swiper-slide-active .slide_title {
    opacity: 1;
}

.main_slider .swiper-wrapper .slide_title {
    opacity: 0;
}

.main_slider .swiper-wrapper .slide_image {
    width: 450px;
    height: 600px;
    margin: auto;
}

.main_slider .swiper-wrapper .slide_image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cbn_landing_page_container .footer-all-page_end {
    background-color: #00155c;
}

.s442_homepage_footer_container {
    max-width: 700px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 75px;
    left: 0;
    right: 0;
    margin: 0px auto;
    z-index: 999;
    background: #010e5d;
    border-top: 1px solid #e4e4e46b;
}

.s442_homepage_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    margin: 0px 45px;
}

.s442_homepage_wrapper .footer_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.footer_content .cbn_footer_text {
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: normal;
}

.content .top-section,
.content .news-section-wrap,
.content-wrap .cbn-landing-header {
    display: none;
}

p.desc_text_rotate.follow_club {
    font-size: 14px;
}

img.replace-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadein_img_1,
.fadein_img_2,
.fadein_img_3,
.fadein_img_4,
.fadein_img_5,
.fadein_img_6,
.fadein_img_7,
.fadein_img_8,
.fadein_img_9 {
    opacity: 0;
    animation: fadeIn 2s forwards;
}

.fade-effect {
    opacity: 0;
    animation: fadeIn 2s ease-in forwards;
    animation-delay: 1.2s;
}

.cbn_logins_wrap.text_center {
    position: relative;
}

.inner-img.fade-7-comment-img .tooltip-text.fadein_text {
    top: 21px;
}

.inner-img.fade-7-comment-img {
    top: -76px;
    left: 201px;
}

.inner-img.fade-7-comment-img svg {
    width: 139px;
    height: 86px;
}

.fade-effect2 {
    opacity: 0;
    animation: fadeIn 2s ease-in forwards;
    animation-delay: 1.7s;
}

@keyframes radarEffect {
    0% {
        opacity: 0;
        transform: scale(1.15);
        filter: brightness(1);
    }

    25% {
        opacity: 1;
        transform: scale(1);
        filter: brightness(1);
    }

    75% {
        opacity: 1;
        transform: scale(1);
        filter: brightness(1);
    }

    90% {
        opacity: 0.7;
        transform: scale(0.95);
        filter: brightness(1.3);
    }

    100% {
        opacity: 0;
        transform: scale(0.9);
        filter: brightness(1.5);
    }
}

.inner-img {
    position: absolute;
}

.fade-1-comment-img {
    opacity: 0;
    animation: radarEffect 3s ease-in-out forwards;
    animation-delay: 3s;
}

.fade-3-comment-img {
    opacity: 0;
    animation: radarEffect 3s ease-in-out forwards;
    animation-delay: 6s;
}

.fade-4-comment-img.snd-img {
    opacity: 0;
    animation: radarEffect 3s ease-in-out forwards;
    animation-delay: 9s;
}

.fade-6-comment-img.forth-img {
    opacity: 0;
    animation: radarEffect 3s ease-in-out forwards;
    animation-delay: 12s;
}

.fade-7-comment-img {
    opacity: 0;
    animation: radarEffect 3s ease-in-out forwards;
    animation-delay: 24s;
}

.fade-8-comment-img {
    opacity: 0;
    animation: radarEffect 3s ease-in-out forwards;
    animation-delay: 21s;
}

.fade-1-comment-img .fadein_text {
    opacity: 0;
    animation: fadeIn 2s forwards;
    animation-delay: 3s;
}

.fade-3-comment-img .fadein_text {
    opacity: 0;
    animation: fadeIn 2s forwards;
    animation-delay: 6s;
}

.fade-4-comment-img .fadein_text {
    opacity: 0;
    animation: fadeIn 2s forwards;
    animation-delay: 9s;
}

.fade-5-comment-img .fadein_text {
    opacity: 0;
    animation: fadeIn 2s forwards;
    animation-delay: 15s;
}

.fade-6-comment-img .fadein_text {
    opacity: 0;
    animation: fadeIn 2s forwards;
    animation-delay: 12s;
}

.fade-7-comment-img .fadein_text {
    opacity: 0;
    animation: fadeIn 2s forwards;
    animation-delay: 24s;
}

.fade-8-comment-img .fadein_text {
    opacity: 0;
    animation: fadeIn 2s forwards;
    animation-delay: 21s;
}

.inner-img.fade-1-comment-img {
    position: absolute;
    top: -9px;
    left: 90px;
}

.inner-img.fade-2-comment-img {
    left: 60px;
    top: -70px;
}

.inner-img.fade-2-comment-img svg {
    width: 140px;
    height: 140px;
}

.inner-img.fade-1-comment-img .tooltip-text {
    position: absolute;
    top: 7px;
    text-wrap: wrap;
    text-align: center;
}

.inner-img.fade-2-comment-img .tooltip-text {
    position: absolute;
    top: 48px;
    left: 1px;
}

.inner-img.fade-4-comment-img .tooltip-text {
    position: absolute;
    top: 23px;
}

.cbn_fan_img.fox_stream {
    width: 80px;
    height: 80px;
}

.inner-img.fade-4-comment-img svg {
    width: 96px;
    height: 90px;
}

.cbn_fan_img.fan_img_2 {
    z-index: 13;
}

.inner-img.fade-4-comment-img {
    left: 20px;
    top: -72px;
}

.tooltip-text.fadein_text {
    color: #00195E;
    font-size: 12px;
    text-align: center;
    text-wrap: wrap;
    position: absolute;
    font-weight: 600;
}

.inner-img.fade-1-comment-img svg {
    width: 91px;
    height: 56px;
}

.inner-img.fade-3-comment-img {
    left: -12px;
    top: -30px;
}

.inner-img.fade-3-comment-img .tooltip-text.fadein_text {
    color: #00195E;
    position: absolute;
    top: 7px;
    left: -2px;
    text-align: center;
}

.inner-img.fade-3-comment-img svg {
    width: 80px;
    height: 57px;
}

.inner-img.fade-5-comment-img {
    left: 41px;
    top: -57px;
}

.inner-img.fade-5-comment-img svg {
    width: 125px;
    height: 103px;
}

.inner-img.fade-5-comment-img .tooltip-text.fadein_text {
    top: 28.5px;
}

.inner-img.fade-6-comment-img .tooltip-text.fadein_text {
    top: 30px;
}

.cbn_fan_img {
    z-index: 9;
}

.cbn_fan_img.fox_stream {
    z-index: 10;
}

.inner-img.fade-6-comment-img {
    left: 81px;
    top: -45px;
}

.inner-img.fade-6-comment-img svg {
    width: 91px;
    height: 102px;
}

.inner-img.fade-8-comment-img {
    right: 154px;
    top: -59px;
}

.in-mobile {
    display: none;
}

.in-desktop {
    display: block;
}

.inner-img.fade-8-comment-img svg {
    width: 99px;
    height: 60px;
}

.inner-img.fade-8-comment-img .tooltip-text.fadein_text {
    top: 8px;
}


.replace-icon-wrapper {
    position: absolute;
    z-index: 99;
    top: 40.5%;
    left: 42.3%;
    width: 9%;
    height: 14%;
    z-index: 12;
}

.tooltip-text.fadein_text {
    transform-style: preserve-3d;
    perspective: 1000;
}

.app_adjust_height {
    min-height: 100%;
    height: 100vh;
    height: 100%;
}

.cbn_hero_img_wrap_position {
    position: relative;
    width: 100%;
    max-width: fit-content;
    margin: 0 auto;
}

img.news_logo_main_card {
    margin: 0 auto !important;
    max-width: 450px;
}

.news_logo_animate {
    width: fit-content;
    height: fit-content;
    position: absolute;
    padding: 5px;
    background: white;
    border-radius: 50%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    line-height: 0;
}

.news_logo_animate.sky img,
.news_logo_animate.football_360 img {
    width: 70px;
    height: 70px;
}

.news_logo_animate.sky {
    top: 95px;
    left: -40px;
}

.news_logo_animate.espn img,
.news_logo_animate.ani_league img {
    width: 50px;
    height: 50px;
}

.news_logo_animate.espn {
    bottom: 125px;
    left: -46px;
    padding: 4px;
}

.news_logo_animate.ani_league {
    right: -44px;
    top: 22px;
}

.news_logo_animate.football_360 {
    right: -52px;
    bottom: 190px;
}

.news_logo_animate {
    opacity: 0;
    transform: translateX(0);
    transition: all 0.6s ease;
}

.news_logo_animate.sky,
.news_logo_animate.espn {
    transform: translateX(-80px);
}

.news_logo_animate.sky.show,
.news_logo_animate.espn.show {
    opacity: 1;
    transform: translateX(0);
}

.news_logo_animate.ani_league,
.news_logo_animate.football_360 {
    transform: translateX(80px);
}

.news_logo_animate.ani_league.show,
.news_logo_animate.football_360.show {
    opacity: 1;
    transform: translateX(0);
}

.card_heart_icon {
    position: absolute;
    top: 60.4%;
    left: 7.4%;
    transform: translate(-50%, -50%);
    width: 26px;
    height: 26px;
}

.card_heart_icon svg {
    width: 100%;
    height: 100%;
}

.card_heart_icon svg path {
    fill: red;
}

.card_heart_icon i {
    font-size: 26px;
    color: #020202;
}

i.like_icons_fa.fas.fa-heart {
    color: red;
}

.card_heart_icon .fas .fa-heart {
    color: red !important;
}

/* New 3Rd SLide Stylw */



.cb_slide_formation_wrap {
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: 14 / 10;
    border-radius: 20px;
}

.cb_slide_formation_wrap>img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.player_formation_inner-wrap,
.user_formation_inner-wrap {
    position: absolute;
    inset: 0;
}

.formation_playr_img {
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 0px 1px rgb(255 255 255);
    transform: translate(-50%, -50%);
    opacity: 0.8;
    padding: 3px;
    box-sizing: border-box;
    z-index: 9999 !important;
}

.formation_playr_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* PLAYER POSITIONS (CENTERED SYSTEM) */
.formation_playr_1 {
    top: 33%;
    left: 10%;
}

.formation_playr_2 {
    top: 36%;
    left: 30%;
}

.formation_playr_3 {
    top: 25%;
    left: 38%;
}

.formation_playr_4 {
    top: 70%;
    left: 40%;
}

.formation_playr_5 {
    top: 50%;
    left: 50%;
}

.formation_playr_6 {
    top: 78%;
    left: 58%;
}

.formation_user_img {
    position: absolute;
    width: 62px;
    height: 62px;
    /* overflow: hidden; */
    transform: translate(-50%, -50%);
    background: #ffffff2b;
    box-shadow: 0px 0px 0px 1px rgb(255 255 255), 0px 0px 4px 5px rgb(245 245 245 / 51%);
    background-color: rgba(138, 138, 138, 0);
    border-radius: 50%;
    padding: 0px;
}

.formation_user_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.formation_user_1 {
    top: 12%;
    left: 5%;
}

.formation_user_2 {
    top: 50%;
    left: 5%;
}

.formation_user_3 {
    top: 88%;
    left: 5%;
}

.formation_user_4 {
    top: 12%;
    left: 95%;
}

.formation_user_5 {
    top: 50%;
    left: 95%;
}

.formation_user_6 {
    top: 88%;
    left: 95%;
}



.cb_slide_formation_wrap_over {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000024;
    /* z-index: 999; */
    border-radius: inherit;
}

/* 
.formation_playr_img img {
    width: 98%; 
       height: 98%;
} */

/* Initial state (hidden) */
.formation_playr_1,
.formation_playr_2,
.formation_playr_3,
.formation_playr_4,
.formation_playr_5,
.formation_playr_6 {
    opacity: 0;
    transform: translateX(-80px);
}

/* Animate ONLY when slide is active */
.swiper-slide-active .formation_playr_1,
.swiper-slide-active .formation_playr_2,
.swiper-slide-active .formation_playr_3,
.swiper-slide-active .formation_playr_4,
.swiper-slide-active .formation_playr_5,
.swiper-slide-active .formation_playr_6 {
    animation: playerSlideIn 2s ease forwards;
}

/* Stagger delays */
.swiper-slide-active .formation_playr_1 {
    animation-delay: 0.4s;
}

.swiper-slide-active .formation_playr_2 {
    animation-delay: 0.6s;
}

.swiper-slide-active .formation_playr_3 {
    animation-delay: 0.8s;
}

.swiper-slide-active .formation_playr_4 {
    animation-delay: 1s;
}

.swiper-slide-active .formation_playr_5 {
    animation-delay: 1.2s;
}

.swiper-slide-active .formation_playr_6 {
    animation-delay: 1.4s;
}

/* Keyframes */
@keyframes playerSlideIn {
    from {
        opacity: 0;
        transform: translateX(-80px);
    }

    to {
        opacity: 1;
        transform: translate(-50%, -50% );
    }
}

.span_for_text {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 4;
}

.span_for_text .positioned_text {
    position: absolute;
    top: 50%;
    left: 130%;
    transform: translate(0px, -50%);
    width: 100%;
    min-width: fit-content;
    max-width: fit-content;
    white-space: nowrap;
    height: 20px;
    background: white;
    color: #000;
    z-index: 999999 !important;
    text-align: start;
    padding: 2px 6px;
    display: flex;
    align-items: center;
    font-size: 10px;
    border-radius: 5px;
    font-weight: 400;
}

.formation_user_4 .span_for_text .positioned_text,
.formation_user_5 .span_for_text .positioned_text,
.formation_user_6 .span_for_text .positioned_text {
    left: unset !important;
    right: 130%;
}

/* .animate_striker,
.animate_4-4-2 {
    opacity: 0;
    transform: translateY(10px);
} */

/* .show {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.6s ease;
}  */

/* New 3Rd SLide Stylw */


@media screen and (max-width: 500px) {

    /* Ensure the comment is properly closed */
    .inner-img.fade-2-comment-img svg {
        width: 115px;
        height: 99px;
    }

    .inner-img.fade-5-comment-img .tooltip-text.fadein_text {
        top: 7px;
    }

    .inner-img.fade-6-comment-img .tooltip-text.fadein_text {
        top: 7.5px;
    }

    .inner-img.fade-6-comment-img svg {
        width: 81px;
        height: 47px;
    }

    .inner-img.fade-6-comment-img {
        left: 65px;
        top: -45px;
    }

    .inner-img.fade-3-comment-img svg {
        width: 68px;
        height: 74px;
    }

    .inner-img.fade-1-comment-img {
        top: -25px;
        left: 33px;
    }

    .inner-img.fade-1-comment-img svg {
        width: 84px;
        height: 46px;
    }

    .inner-img.fade-1-comment-img .tooltip-text .inner-img.fade-1-comment-img .tooltip-text {
        top: 26px;
        left: -4px;
    }

    .inner-img.fade-1-comment-img .tooltip-text {
        left: 0px;
        top: 6.5px;
    }

    .tooltip-text.fadein_text {
        font-size: 10px;
    }

    .inner-img.fade-3-comment-img {
        left: -11px;
        top: -33px;
    }

    .inner-img.fade-4-comment-img .tooltip-text {
        top: 30px;
        left: -1px;
    }

    .inner-img.fade-2-comment-img .tooltip-text {
        position: absolute;
        top: 32px;
        left: 0px;
    }

    .inner-img.fade-2-comment-img {
        left: 25px;
        top: -54px;
    }

    .inner-img.fade-5-comment-img {
        left: 18px;
        top: -32px;
    }

    .inner-img.fade-4-comment-img svg {
        width: 79px;
        height: 94px;
    }

    .inner-img.fade-4-comment-img {
        left: 8px;
        top: -68px;
    }

    .inner-img.fade-5-comment-img svg {
        width: 113px;
        height: 48px;
    }

    .inner-img.fade-6-comment-img {
        left: 51px;
        top: -21px;
    }

    .inner-img.fade-7-comment-img {
        left: 65px;
        top: -76px;
    }

    .inner-img.fade-7-comment-img svg {
        width: 117px;
        height: 99px;
    }

    .inner-img.fade-7-comment-img .tooltip-text.fadein_text {
        top: 32px;
    }

    .inner-img.fade-8-comment-img {
        right: 36px;
        top: -52px;
    }

    .inner-img.fade-8-comment-img .tooltip-text.fadein_text {
        top: 11px;
    }

    .inner-img.fade-8-comment-img svg {
        width: 86px;
        height: 57px;
    }

    .inner-img.fade-3-comment-img .tooltip-text.fadein_text {
        top: 21px;
        left: 0px;
    }

    .tooltip-text.fadein_text {
        line-height: 1.2;
    }

    .in-mobile {
        display: block
    }

    .in-desktop {
        display: none;
    }

    .cbn_fan_img.fox_stream {
        width: 52px !important;
        height: 52px !important;
        left: right;
        right: 27%;
    }

    /* Old style media query */
    .cbn_landing_page_wrap {
        background: linear-gradient(rgb(0, 20, 91) 0%, rgb(0, 27, 95) 100%);
        height: calc(100vh - 15px);
    }

    p.desc_text_rotate.follow_club {
        font-size: 11px;
    }

    .cbn_landing_page_container .footer-all-page_end {
        background-color: #001b5f;
    }

    .news_time_animate {
        font-size: 8px;
        padding: 4px 6px;
    }

    .news_time_animate.first {
        top: 30px;
        left: 15px;
    }

    .news_time_animate.second {
        right: 10px;
        top: -10px;
    }

    .news_time_animate.third {
        right: 12px;
        top: 102px;
    }

    span.player_img_smaller {
        width: 35px;
        height: 35px;
    }

    .player_img_bigger {
        width: 50px;
        height: 50px;
        top: 26%;
    }

    .dotted_line svg {
        width: 45px;
    }

    .cbn_hero_img_wrapper .dotted_line {
        top: 25%;
        left: 54%;
    }

    .cbn_landing_page_container {
        /* display: block; */
        display: none;
        height: 100vh;
    }

    .cbn_landing_content {
        margin-top: 59px;
        padding-bottom: 46px;
    }

    body .content:before {
        content: none;
    }

    .app_download_links_wrap {
        gap: 12px;
        padding: 25px 0;
    }

    .cb_app_install {
        width: 115px;
    }

    .cbn_s442_top_section {
        padding-top: 20px;
    }

    .cbn_s442_logo_wrap {
        padding: 30px 0 20px;
    }

    @keyframes progressBar {
        0% {
            width: 0;
        }

        100% {
            width: 100%;
        }
    }

    .cbn_s442_logo {
        width: 60px;
        height: 60px;
        padding: 4px;
    }

    .cbn_s442_logo_text {
        margin: 20px auto;
        font-size: 24px;
    }

    .cbn_s442_logo_text span {
        padding: 2px 10px;
    }

    .cbn_logo_desc {
        margin: 15px auto 10px;
        font-size: 11px;
    }

    .cbn_social_img_wrap {
        width: 100%;
        margin: 40px auto;
    }

    .cbn_social_img_wrap.updates .cbn_fan_img {
        width: 80px;
        height: 80px;
    }

    .cbn_social_img_wrap.updates .cbn_fan_img.fans {
        width: 95px;
        height: 95px;
    }

    .cbn_social_img_wrap.updates .cbn_fan_img.small_img {
        width: 40px;
        height: 40px;
    }

    .cbn_fan_img.sky_sports {
        top: -6%;
        left: 41%;
    }

    .cbn_fan_img.fubo_stream {
        left: 27%;
        bottom: 10px;
    }

    .cbn_fan_img.fan_img_2 {
        right: 37%;
    }

    .cbn_fan_img.fan_img_1 {
        top: 2%;
        left: 6%;
    }

    .cbn_fan_img.bein_stream {
        bottom: 5%;
        left: 4%;
    }

    .cbn_fan_img.fan_img_3 {
        right: 6%;
        top: 4%;
    }

    @keyframes scaleInOut {
        0% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.8);
        }

        100% {
            transform: scale(1);
        }
    }

    .cbn_desc_text_wrap {
        width: 325px;
        margin: 20px auto;
        padding-bottom: 30px;
    }

    .cbn_desc_text_wrap .desc_text_change {
        font-size: 9px;
        padding: 7px 13px;
        border-radius: 4px;
    }

    .cbn_fan_img {
        width: 35px;
        height: 35px;
    }

    .cbn_social_img_logo {
        width: 35px;
        height: 35px;
        top: 38%;
        left: 42%;
    }

    .cbn_fan_img.first {
        top: 34%;
        right: 25%;
    }

    .cbn_fan_img.first,
    .cbn_fan_img.second,
    .cbn_fan_img.third {
        width: 40px;
        height: 40px;
    }

    .cbn_fan_img.second {
        bottom: 18%;
    }

    .cbn_landing_page_mobiles {
        margin-top: 30px;
        padding: 0 15px;
    }

    .cbn_logins_wrap .choose-club {
        width: auto;
        height: auto;
        line-height: normal;
        padding: 12px 26px;
    }

    .cbn_landing_page_mobiles .thumbnail_slider .swiper-wrapper .swiper-slide .swiper_switches {
        height: 8px;
        border-radius: 6px;
    }

    .main_slider .swiper-wrapper .slide_title {
        font-size: 22px;
        margin: 20px auto;
    }

    .main_slider .swiper-wrapper .slide_image {
        width: 250px;
        height: auto;
    }

    .cbn_s442_icon_wrapper {
        gap: 7px;
    }

    .cbn_s442_icon {
        width: 18px;
        height: 18px;
        padding: 2px;
    }

    .cbn_s442_text {
        font-size: 12px;
    }

    .cbn_s442_text span {
        margin-left: 3px;
        padding: 1px 4px 1px 3px;
        font-size: 11px;
    }

    .cbn_landing_top {
        padding: 18px;
        /* width: calc(100% - 36px); */
    }

    .cbn_signup_wrapper a {
        padding: 7px 12px 8px;
        font-size: 11px;
    }

    .top_section_content_wrap .cbn_slider_content {
        padding: 20px 0 0;
        height: calc(100vh - 135px);
        min-height: auto;
    }

    .top_section_content.left_content {
        margin: 0 20px;
    }

    .top_section_content .top_main_heading {
        font-size: 25px;
    }

    .top_section_content .top_heading_small {
        margin: 15px 0px;
        font-size: 12px;
    }

    .cbn_login_wrapper {
        margin: 20px 20px 0;
        gap: 12px;
    }

    .cbn_login_wrapper .cbn_log_in a {
        padding: 8px 0;
        min-width: 78px;
        font-weight: 600;
        border-radius: 4px;
        font-size: 11px;
        letter-spacing: 0.5px;
        width: 153px;
    }

    .swiper_slide_3 .cbn_hero_img_wrapper {
        width: calc(100% - 25px);
    }

    .cbn_hero_img_wrapper {
        margin-top: 20px;
        width: 100%;
        height: 300px;
    }

    .cbn_slider_wrapper .swiper-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    .cbn_slider_wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 40px;
    }

    .cbn_login_btns a {
        padding: 8px 32px;
        font-size: 13px;
        border: 2px solid transparent;
    }

    .cbn_login_btns.choose_club .choose-club {
        width: 100%;
        padding: 10px;
        height: auto;
    }

    .forget_pswd_wrap {
        margin: 6px 0px 0px 2px;
    }

    .forget_pswd_wrap a {
        font-size: 10px;
    }

    .cbn_landing_content>.top_secion_bg_wrap {
        width: 100%;
    }

    .s442_homepage_wrapper {
        margin: 0 25px;
    }

    .cbn_footer_icon svg {
        width: 20px;
        height: 20px;
    }

    .footer_content .cbn_footer_text {
        font-size: 9px;
    }

    .s442_homepage_footer_container {
        height: 55px;
    }

    /* Old style media query */

    img.news_logo_main_card {
        max-width: 270px;
    }

    .news_logo_animate.sky img,
    .news_logo_animate.football_360 img {
        width: 46px;
        height: 46px;
    }

    .news_logo_animate.espn img,
    .news_logo_animate.ani_league img {
        width: 34px;
        height: 34px;
    }

    .news_logo_animate.sky {
        top: 38px;
        left: -48px;
    }

    .news_logo_animate.espn {
        bottom: 85px;
        left: -35px;
        padding: 2px;
    }

    .news_logo_animate.football_360 {
        right: -36px;
        bottom: 118px;
    }

    .news_logo_animate.ani_league {
        right: -28px;
        top: 15px;
        padding: 2px;
    }

    .news_logo_animate {
        padding: 3px;
    }

    .card_heart_icon i {
        font-size: 16px;
    }

    .card_heart_icon {
        top: 61.8%;
        left: 9%;
    }

    .formation_user_img {
        width: 46px;
        height: 46px;
        box-shadow: 0px 0px 0px 1px rgb(255 255 255), 0px 0px 2px 4px rgb(245 245 245 / 51%);
    }

    .formation_playr_img {
        width: 26px;
        height: 26px;
    }

    .main_page_iframe.league_table_page,
    .main_page_iframe.main_live_score_page_body {
        margin-top: 0px;
        height: 100dvh !important;
    }

    .span_for_text .positioned_text {
        height: 16px;
        padding: 2px 4px;
        font-size: 7px;
        font-weight: 600;
        color: #000000bf;
    }

    /* span.formation_playr_img.formation_playr_5 {
    transform: translate(-50%, -50%) !important;
} */


}

@media screen and (max-width: 369px) {
    img.news_logo_main_card {
        max-width: 240px;
    }

    .news_logo_animate.sky img,
    .news_logo_animate.football_360 img {
        width: 36px;
        height: 36px;
    }

    .news_logo_animate.espn img,
    .news_logo_animate.ani_league img {
        width: 30px;
        height: 29px;
    }

    .news_logo_animate.sky {
        top: 37px;
        left: -32px;
    }

    .news_logo_animate.espn {
        bottom: 73px;
        left: -28px;
    }

    .news_logo_animate.football_360 {
        right: -32px;
        bottom: 104px;
    }

    .news_logo_animate.ani_league {
        right: -28px;
        top: 15px;
        padding: 2px;
    }

    .cbn_login_wrapper .cbn_log_in a {
        width: 134px;
    }

    .formation_playr_img {
        width: 21px;
        height: 21px;
    }

    .formation_user_4,
    .formation_user_5,
    .formation_user_6 {
        left: 94%;
    }

    .formation_user_1,
    .formation_user_2,
    .formation_user_3 {
        left: 6%;
    }

        .formation_user_img {
        width: 40px;
        height: 40px;
    }

        .span_for_text .positioned_text {
        height: 14px;
        padding: 2px 3px;
        font-size: 7px;
        font-weight: 600;
        color: #000000bf;
    }

    .span_for_text .positioned_text {
    left: 122%;
}


}