@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body{
    font-family: 'Inter', sans-serif !important;
    margin: 0 !important;
    position: relative;
    background: #010A39;
    color: #fff !important;
    background-color: #010A39 !important;
}

a {
    text-decoration: none;
    color: inherit;
}
nav{
    color: inherit;
    background-color: transparent;
    box-shadow: none;
}
nav ul a{
    padding: 0;
}
nav ul a:hover {
    background-color: transparent;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.kcl-container-fluid{
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

aside{
    width: 80px;
    box-sizing: content-box;
}
.header_desktop{
    background: #010A39; 
    height: auto;
    min-height: calc(100vh - 48px);
    padding: 24px 15px;
    display: flex;
    align-items: center;
    flex-direction: column; 
    position: relative;
}
.menuHover .header_wrapper{
    width: 540px;
}
.header_wrapper{
    height: calc(100vh - 48px);
    min-height: calc(100vh - 48px);
    padding: 24px 15px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}
.menuHover aside .header_desktop:after{
    content: "";
    position: absolute;
    top: 0;
    left: 80px;
    width: 460px;
    height: 100%;
    z-index: 4;
    background: linear-gradient(90.48deg, #010A39 0.3%, rgba(1, 10, 57, 0.75834) 49.89%, rgba(1, 10, 57, 0) 99.47%);
}
.menuHover aside .header_mobile:after{
    content: "";
    position: fixed;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 4;
    background: linear-gradient(90.48deg, #010A39 0.3%, rgba(1, 10, 57, 0.9) 84.6%, rgba(1, 10, 57, 0.7) 99.47%);

}

header{
    width: inherit;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
}
.logo_menu_wrapper{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.logo img{
    width: 50px;
    height: 50px;
}
.menu{
    margin-top: 60px;
    position: relative;
}
.menuHover .menu ul.wp-block-navigation{
    width: 280px;
}
.menu ul.wp-block-navigation{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 9px;
}
.kcl-menu-item span{
    display: none;
}
.kcl-menu-item a::before{
    content: "";
    display: block;
    background-repeat:no-repeat;
    width:32px;
    height:32px;
    background-size:cover;
    cursor: pointer;
}
.kcl-menu-item a{
    display: flex !important;
    gap: 39px;
    align-items: center;
    text-decoration: none;
}
.menuHover .kcl-menu-item span{
    display: flex ;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
    opacity: 0.7;
}
.kcl-menu-item a:hover span,
.current-menu-item.kcl-menu-item a span{
    opacity: 1;
}
.kcl-home-menu-item a::before{
    background:url("../images/home.svg") !important;
}
.kcl-match-center-menu-item a::before{
    background: url("../images/matchCenter.svg");
}
.kcl-stats-section-menu-item a::before{
    background: url("../images/statsSection.svg");
}
.kcl-points-table-menu-item a::before{
    background: url("../images/points.svg");
}
.kcl-teams-menu-item a::before{
    background: url("../images/teams.svg");
}
.kcl-photo-gallery-menu-item a::before{
    background: url("../images/gallery.svg");
}
.kcl-video-gallery-menu-item a::before{
    background: url("../images/video.svg");
}
.settings_logo{
    background: url("../images/KCL-logo-1-1\ 2.svg");
    background-repeat:no-repeat;
    width:40px;
    height:40px;
    background-size:cover;
}
.settings{
    margin-left: 5px;
}
main{
    width: calc(100% - 80px);
    overflow-y: auto;
    height: 100vh;
}
.banner-section-outer-wrap{
    position: relative;
}
.banner-store-icons{
    position: absolute;
    top: 24px;
    right: 24px;
    display: flex;
    gap: 16px;
    z-index: 2;
}
.google_play,
.app_store{
    width: 142px;
}
.banner-social-media-share{
    background: #D4A94B;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    box-shadow: -4px 3px 7px 0px #40404040;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 2;
}
.facebook, 
.twitter,
.instagram,
.youtube{
    width: 24px;
    height: 24px;
}
.facebook img,
.twitter img,
.instagram img,
.youtube img{
    width: 24px !important;
    height: 24px !important;
    border-radius: 4px;
}
.banner_item img{
    max-width: 100%;
    height: 90vh;
    display: block;
    width: 100%;
    object-fit: cover;
}

.banner_item {
    position: relative;
}

.banner_item:after {
    content: "";
    background: linear-gradient(180deg, rgba(11, 32, 60, 0) 34.09%, rgba(3, 7, 28, 0.7) 100%);
    height: 100%;
    display: flex;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.banner_item .banner_content{
    position: absolute;
    bottom: 25px;
    left: 0;
    padding: 40px;
    z-index: 1;
    max-width: 708px;
}

.banner_content p{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0 0 16px 0;
}

.banner_content h2{
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
    color: #FFFFFF;
    margin: 0 0 32px 0;
}
.banner-section .owl-dots{
    position: absolute;
    bottom: 53px; 
    left: 40px;
    list-style: none; 
    padding: 0;
    display: flex;
    justify-content: flex-start; 
    gap: 7.56px;
    margin: 0;
}
        
.banner-section .owl-dots button,
.top_players .owl-dots button,
.kcl_exclusive .owl-dots button{
    width: 11.34px; 
    height: 11.34px; 
    padding: 0;
    border-radius: 50%; 
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 0; 
    line-height: 0; 
    transition: all 0.3s ease; 
    background: #FFFFFF80;
}

.banner-section .owl-dots button.active ,
.top_players .owl-dots button.active,
.kcl_exclusive .owl-dots button.active  {
    width: 32.6px; 
    height: 11.34px; 
    border-radius: 5.67px; 
    background: #ffffff; 
}

.banner-section .owl-dots button:hover,
.top_players .owl-dots button:hover,
.kcl_exclusive .owl-dots button:hover{
    background: #ffffff; 
}
.gallery{
    margin-top: 0;
}
.gallery h4{
    font-family: 'Inter', sans-serif;
    color: #D4A94B;
    font-size: 88px;
    line-height: 119.86px;
    font-weight: 900;
    text-align: center;
    margin: 0 0 -28px 0;
}
.gallery_wrap_outer{
    background: #D4A94B;
    border-top-right-radius: 80px;
    border-bottom-left-radius: 80px;
    margin: 0 24px;
    padding: 60px 60px 24px 60px; 
}
.gallery_wrap,
.photo-gallery-wrap{
    display: grid;
    gap: 32px 24px;
    grid-template-columns: 1fr 1fr 1fr;
}

.gallery_item_inner,
.photo-gallery-wrap li.gallery{
    position: relative;
}

.gallery_item_inner img,
.photo-gallery-wrap li.gallery img{
    border-top-right-radius: 32px;
    border-bottom-left-radius: 32px;
    z-index: 1;
    position: relative;
    height: 289px !important;
    object-fit: cover;
    width: 100%;
}
.gallery_item_content,
.photo-gallery-wrap li.gallery h2.wp-block-post-title{
    position: absolute;
    bottom: 0;
    background: #04126A;
    z-index: 2;
    border-top-right-radius: 32px;
    border-bottom-left-radius: 32px;
    padding: 16px 28.2px 16px 40px;
    max-width: 288px;
}
.photo-gallery-wrap li.gallery h2.wp-block-post-title{
    max-width: 322px;
}
.gallery_item_content h5,
.photo-gallery-wrap li.gallery h2.wp-block-post-title{
    font-family: 'Inter', sans-serif;
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    margin: 0;
}
.gallery_item_inner:after {
    content: "";
    height: 100%;
    display: block;
    width: 100%;
    background: #F5DD93;
    border-top-right-radius: 42.3px;
    border-bottom-left-radius: 42.3px;
    position: absolute;
    bottom: -8.37px;
    right: -7.3px;
}
.gallery_more{
    text-align: center;
}
.gallery_more button{
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    padding: 9px 16px;
    background: transparent;
    color: #ffff;
    border: 1px solid #EFEFEF;
    margin-top: 28px;
    border-radius: 8px;
    cursor: pointer;
}
.carousel .carousel-item {
	cursor: grab;
}

.carousel .carousel-item:active {
	cursor: grabbing;
}
.carousel-3d{
    padding: 0px 23.23px 40px;
    width: auto;
    position: relative;
    justify-content: center; /* Center the slides horizontally */
    align-items: center; /* Center the slides vertically */
    margin: 0;
}
.carousel-3d .carousel-3d-item{
    border: 2.54px solid #D4A94B;
    background: #00134E;
    border-radius: 33.8px;
    display: flex;
    width: 480px !important;
    position: absolute; /* Position absolutely for precise control */
    min-height: 300px; /* Consistent height for the card */
    box-sizing: border-box;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); /* Smooth transitions for 3D effects */
    backface-visibility: hidden; /* Prevent flickering on rotation */
} 
.carousel-3d .slick-track {
    max-width: 100%!important;
    transform: translate3d(0, 0, 0)!important;
    perspective: 100px;
	display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: inherit;
}
.carousel-3d .slick-list{
    padding-top: 62px !important;
}
.carousel-3d .slick-slide {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    transition: transform 1s, opacity 1s;
    backface-visibility: hidden;
    will-change: transform, opacity;
    z-index: 0;
}


.carousel-3d .slick-current {
    opacity: 1;
    position: relative;
    z-index: 2;
    transform: translate3d(0, 0, 0) scale(1) !important;
}

.carousel-3d .fixture-slick-snext {
    z-index: 1;
    opacity: 0.8;
    transform: translate3d(70%, 0, -10px) scale(0.95);
}
.carousel-3d .fixture-slick-snext2 {
    z-index: 0;
    opacity: 0.5;
    transform: translate3d(109%, 0, -10px) scale(0.82);
}

.carousel-3d .fixture-slick-sprev {
     z-index: 1;
    opacity: 0.8;
    transform: translate3d(-70%, 0, -10px) scale(0.95);
}
.carousel-3d .fixture-slick-sprev2 {
     z-index: 0;
    opacity: 0.5;
    transform: translate3d(-109%, 0, -10px) scale(0.82);
}
.carousel-3d .slick-slide.slick-cloned {
    display: none !important;
}
.carousel-3d .sidebar_wrap{
    position: relative;
    width: 43.08px;
    /* background: #E60000; */
    border-top-left-radius: 33.8px;
    border-bottom-left-radius: 33.8px;
    margin: -2.54px;
    padding: 6.24px;
}
.match-completed{
    background: #B80000;
}
.match-live{
    background: #027A27;
}
.match-yet-to-start{
    background: #666666;
}
.carousel-3d .sidebar{
    color: white;
    font-family: 'Inter', sans-serif;
    font-size: 18.59px;
    font-weight: 600;
    line-height: 33.8px;
    white-space: nowrap;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    transform-origin: center center;
}
.carousel-3d .sidebar p{
    margin: 0;
}
.carousel-3d .heading{
    border-radius: 33.8px;
    background: #D4A94B;
    padding: 10.63px 36.36px; 
    position: absolute;
    top: -22.5px;
    left: 50%;
    transform: translateX(-50%);
}
.carousel-3d .heading h4{
    font-family: 'Inter', sans-serif;
    font-size: 17.7px;
    font-weight: 700;
    line-height: 22.13px;
    color: #FFFFFF;
    margin: 0;
    text-align: center;
}
.carousel-3d .main_content{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 37.18px 53px 18.22px 53px;
    box-sizing: border-box;
}

.carousel-3d .team-container{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 23.34px;
}
.carousel-3d .main_content h5{
    font-family: 'Inter', sans-serif;
    margin: 0;
    font-weight: 700;
    font-size: 15.49px;
    line-height: 22.13px;
    text-align: center;
    margin-bottom: 3.38px;
}
.carousel-3d .main_content h6{
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 17.7px;
    line-height: 22.13px;
    text-align: center;
    margin: 0;
    color: #D4A94B;
    text-transform: capitalize;
}
.carousel-3d .team-container-item{
    display: flex;
    flex-direction: column;
    gap: 6.76px;
    justify-content: center;
    align-items: center;
}
.carousel-3d .team-container-item img{
    width: 101.4px;
    height: 101.4px;
    object-fit: cover;
}
.carousel-3d .team-details p{
    font-family: 'Inter', sans-serif;
    margin: 0;
    font-weight: 700;
    font-size: 15.49px;
    line-height: 22.13px;
    text-align: center;
}
/* Custom Dots for 3D Carousel */
.custom-3d-carousel-dots,
.new-drops-carousel-dots,
.indicators,
.new_drops .slick-dots,
.carousel-3d .slick-dots {
    position: absolute;
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 7.56px;
    margin: 0 !important;
    /* z-index: 60;  */
}
.carousel-3d .slick-dots{
    bottom: -32px;
}

.custom-3d-carousel-dots li button,
.new-drops-carousel-dots li button,
.indicator-item,
.new_drops .slick-dots li,
.carousel-3d .slick-dots li {
    width: 11.34px !important;
    height: 11.34px !important;
    padding: 0;
    border-radius: 50% !important;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    transition: all 0.3s ease !important;
    background: #FFFFFF80 !important;/* Semi-transparent white for inactive */
    margin: 0 !important;
}
.custom-3d-carousel-dots li.active button,
.new-drops-carousel-dots  li.active button,
.new_drops .slick-dots li.slick-active ,
.indicator-item.active,
.carousel-3d .slick-dots li.slick-active{
    width: 32.6px !important;
    height: 11.34px !important;
    border-radius: 5.67px !important;
    background: #ffffff !important; /* Solid white for active dot */
}
.custom-3d-carousel-dots li button:hover,
.new-drops-carousel-dots  li button:hover,
.indicator-item:hover,
.new_drops .slick-dots li:hover,
.carousel-3d .slick-dots li:hover{
    background: #cccccc !important; /* Hover color */
}
.vs-divider{
    width: 44px;
    height: 44px;
    background: rgba(4, 18, 106, 1);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.vs-divider span{
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
}

.kcl_exclusive{
    margin: 60px 24px 0 24px;
    background: url("../images/kcl_exclusive.png");
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 24px;
    padding: 0px 24px 60px 24px;
    background-position: center center;
}
.kcl_exclusive_top_section{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 36px 0 28px 0;
}

.kcl_exclusive_top_section h4{
    font-family: 'Inter', sans-serif;
    margin: 0;
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    color: #04126A;
    display: flex;
    align-items: center;
    gap: 14.77px;
    padding-left: 8px;
}
.kcl_exclusive_top_section button,
.new_drops_top_section button{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #ffff;
    padding: 6px 16px;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    background: transparent;
    cursor: pointer;
}
.kcl_exclusive_main_section_wrap{
    padding: 0 24px;
}
.kcl_exclusive_main_section{
    position: relative;
}
.kcl_exclusive_item{
    display: flex;
    flex-direction: column;
}
.kcl_exclusive_item_img_wrap{
    position: relative;
}
.kcl_exclusive_item_img_wrap img{
    height: 301.03px;
    object-fit: cover;
    width: 100%;
}
.kcl_exclusive_item_img_wrap div{
    position: absolute;
    bottom: 0;
    left: 0;
    background: #04126A;
    border-top-right-radius: 10.38px;
}
.kcl_exclusive_item_img_wrap div p{
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    padding: 8px;   
}
.kcl_exclusive_item_content{
    background: #fff;
    border-bottom-left-radius: 15.57px;
    border-bottom-right-radius: 15.57px;
    color: #181818;
    padding: 15.57px 10.38px;
}
.kcl_exclusive_item_content h6{
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 5.19px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.kcl_exclusive_item_content h5{
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.kcl_exclusive .owl-nav button{
    position: absolute;
    top: 50%; 
    transform: translateY(-50%); 
    z-index: 100; 
    font-size: 0; 
    line-height: 0;
    width: 40px; 
    height: 40px;
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
}

.kcl_exclusive .owl-nav .owl-prev{
    left: -24px;
    background: url("../images/left.svg") !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    width: 15px;
    height: 20px;
}

.kcl_exclusive .owl-nav .owl-next {
    right:  -24px; 
    background: url("../images/right.svg") !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    width: 15px;
    height: 20px;
}
.kcl_exclusive .owl-nav .owl-prev span,
.kcl_exclusive .owl-nav .owl-next span{
    display: none;
}
.kcl_exclusive_top_section h4:before {
    content: "";
    background: url("../images/star.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 23.23px;
    height: 23.23px;
    display: block;
}
.new_drops{
    background: url("../images/new_drops.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 61px 0 0 0;
    height: 600px;
    background-position-x: 48px;
}
.new_drops_top_section h4{
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    font-size: 48px;
    line-height: 58px;
    color: #D4A94B;
    margin: 0;
}
.new_drops_top_section{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 24px;
}
 .new_drops_main_section{
    margin-top: 40px;
 }
.new_drops .slick-track {
    max-width: 100%!important;
    transform: translate3d(0, 0, 0)!important;
    perspective: 100px;
	display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: inherit;
}

.new_drops .slick-slide {

    opacity: 0;
    transform: translate3d(0, 0, 0);
    transition: transform 1s, opacity 1s;
}

.new_drops .new-drops-slick-snext,
.new_drops .new-drops-slick-sprev{
    display: block;
}

.new_drops .slick-current {
    opacity: 1;
    position: relative;
    display: block;
    z-index: 2;
}

.new_drops .new-drops-slick-snext {
    z-index: 1;
    perspective: 1000px;
    opacity: 0.5;
    transform: translate3d(105%, 0, -10px) scale(0.82);
}

.new_drops .new-drops-slick-sprev {
    opacity: 0.5;
    transform: translate3d(-105%, 0, -10px) scale(0.82);
}

.new_drops_item{
    background: #04126A;
    border: 3.45px solid #D4A94B;
    border-radius: 27.63px;
    display: flex;
    flex-direction: column;
    position: absolute; 
    width: 459px !important;
    max-width: 90%;
    height: auto !important;
    box-sizing: border-box;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    backface-visibility: hidden;
}
.new_drops_item img{
    border-top-left-radius: 27.63px;
    border-top-right-radius: 27.63px;
    background: #000000;
    width: 100%; 
    height: 250px; 
    display: block;
    object-fit: cover;
}
.new_drops_item .new_drops_item_content{
    padding: 16px 20.72px 20.72px 20.72px;
}
.new_drops_item_content h6{
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #D4A94B;
    margin: 0 0 16px 0;
}
.new_drops_item_content h5{
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 36px;
    color: #FFFFFF;
    margin: 0;
}
.new_drops_item_content p{
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    margin: 0 0 0 0;
}
.new-drops-video-wrapper {
    aspect-ratio: 16 / 9;
    width: 100%;
    max-height: 250px;
}
 /* Adjusted transforms for 3 visible items in new drops carousel */
.new-drops-carousel-wrap .new_drops_item.is-center {
    transform:  translate(-50%, -50%) translateX(0) scale(1) translateZ(0);
    opacity: 1;
    z-index: 50;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
    border-color: #D4A94B; 
}

.new-drops-carousel-dots,
.new_drops .slick-dots {
    bottom: -32px; 
}
.top_players{
    margin-bottom: 37px;
    margin-top: 37px;
    position: relative;
}
.top_players_heading{
    position: absolute;
    right: 138px;
    top: 41px;
    z-index: 2;
}
.top_players_heading h4{
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-size: 48px;
    line-height: 58px;
    color: #D4A94B;
    margin: 0;
    text-align: right;
}
.top_players_wrap{
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.top_players_left{
    background: url("../images/left_player.svg");
    background-size: cover;
    background-repeat: no-repeat; 
    width: 402px;
    height: 661px;
    margin-left: -80px;
    position: absolute;
    left: 0;
}
.top_players_right{
    background: url("../images/right_player.svg");
    background-size: cover;
    background-repeat: no-repeat; 
    width: 300px;
    height: 660px;
    position: absolute;
    right: 0;
}
.top_players_yellow_section {
    background: #D4A94B;
    border-radius: 0 0 40px 40px;
    color: #fff;
    box-shadow: 0px 5.71px 5.71px 0px #1B1B1B40;
    padding: 16px 48px;
}
.top_players_yellow_section h3 {
    font-family: 'Inter', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    margin: 0;
}
.top_players_yellow_section h5 {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
    color: #fff;
    margin: 0;
}
.top_players_item_empty{
    height: 670px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.top_players_item_empty p{
    background: linear-gradient(80.29deg, #FFE6B0 0%, #FFF5DF 99.34%);
    border-radius: 15px;
    padding: 30px 24px;
    font-family: 'Inter', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    color: #00134E;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    margin: 20px;
}
.top_players_item_slider .owl-item {
    height: 600px;
    display: flex;
    align-items: flex-end;
}
.top_players_item_slider {
    width: 690px;   
    margin: auto;
}
.top_players_item {
    overflow: visible; 
    display: flex;
    flex-direction: column;
    position: relative; 
    width: 100%;
}

.top_players_top_section {
    background: linear-gradient(80.29deg, #FFE6B0 0%, #FFF5DF 99.34%);
    display: flex;
    align-items: center; 
    justify-content: flex-end;
    border-radius: 40px 40px 0 0; 
    position: relative;
    padding: 30px 24px;
}
.top_players_top_section img{
    position: absolute;
    bottom: -1px;
    left: 56px; 
    /* width: max-content !important; */
    width: auto !important;
    height: 404px;
    object-fit: cover;
}
.top_players_detail_section {
    text-align: right;
    color: #ffffff; 
}

.top_players_detail_section h4 {
    font-family: 'Inter', sans-serif;
    font-size: 28px; 
    font-weight: 700; 
    line-height: 40px;
    color: #00134E; 
    margin: 0 0 47px 0;
    text-align: right;
}

.top_players_detail_section h3 {
    font-family: 'Inter', sans-serif;
    font-size: 92px; 
    font-weight: 700; 
    line-height: 58px;
    color: #00134E; 
    margin: 0 0 7px 0;
}

.top_players_detail_section h6 {
    font-family: 'Inter', sans-serif;
    font-size: 28px; 
    font-weight: 700; 
    line-height: 40px;
    color: #00134E; 
    margin: 0;
}
.top_players_button{
    text-align: center;
}
.top_players_button button{
    border-radius: 8px;
    background: #D4A94B;
    padding: 9px 16px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    border: 0;
    cursor: pointer;
}
.top_players .owl-dots{
    list-style: none; 
    padding: 0;
    display: flex;
    justify-content: center; 
    gap: 7.56px;
    margin: 30px 0 28px 0;
}
footer{
    background: #02072A;
}
footer nav{
    height: auto !important;
}
.footer-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.footer_logo_wrap{
    min-width: 286px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer_logo img{
    width: 80.65px;
    height: 80.65px;
}
.footer_social_icons ul{
    margin: 0;
    gap: 16px;
}
.footer_social_icons ul li{
    list-style: none;
}
.footer_social_icons ul li img{
    width: 16px;
    height: 16px;
    border-radius: 4px;
}
.footer-left-col{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 40px 0 60px 24px;
}
.footer_menu_wrap{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 113px;
}
.footer_menu_wrap .footer_menu_1,
.footer_menu_wrap .footer_menu_2,
.footer_menu_wrap .footer_menu_3{
    min-width: 171px;
}
.footer_menu_wrap .footer_menu_1 p,
.footer_menu_wrap .footer_menu_2 p,
.footer_menu_wrap .footer_menu_3 p{
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0 0 10px 0;
}
.footer_menu_wrap .footer_menu_1 ul,
.footer_menu_wrap .footer_menu_2 ul,
.footer_menu_wrap .footer_menu_3 ul{
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}
.footer_menu_wrap .footer_menu_1 ul li,
.footer_menu_wrap .footer_menu_2 ul li,
.footer_menu_wrap .footer_menu_3 ul li{
    list-style: none;
    line-height: 20px;
    height: 20px;
}
.footer_menu_wrap .footer_menu_1 ul li a,
.footer_menu_wrap .footer_menu_2 ul li a,
.footer_menu_wrap .footer_menu_3 ul li a{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
}
.footer_copyright{
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #999999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 16px;
    border-top: 1px solid #00134E;
}
.footer_image{
    display: flex;
    align-items: center;
}

.vertical_carousel{
    background: #04126A;
    position: relative;
    height: 450px;
}
.vertical_carousel_count{
    width: 95.47px;
    position: absolute;
    top: 0;
    right: 140px;
    z-index: 2;
}
.vertical_carousel_count p{
     font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 75.12px;
    line-height: 53.21px;
    margin: 0;
    background: #D4A94B;
    border-bottom-left-radius: 12.52px;
    border-bottom-right-radius: 12.52px;
    padding: 28.95px 23.77px 28.95px 22.69px;
}
.vertical_carousel_bottom_section{
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    border-bottom: 10px solid #D4A94B;
}
.vertical_carousel_bottom_section h5{
    font-family: 'Inter', sans-serif;
    background: #D4A94B;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    width: 298px;
    padding: 4px 0 2px;
    margin: 0;
    text-align: center;
    font-size: 22px;
    line-height: 36px;
    font-weight: 700;
}
.vertical_carousel_score{
    display: flex;
    flex-direction: row;
    gap: 16px;
    position: absolute;
    top: 60%;
}
.vertical_carousel_score_group{
    display: flex;
    flex-direction: column;
    width: 92px;
}
.vertical_carousel_score_group h5{
    font-family: 'Inter', sans-serif;
    background: #F5DD93;
    font-size: 22px;
    line-height: 36px;
    font-weight: 700;
    padding: 4px 0px;
    margin: 0;
    color: #181818;
    border-radius: 4px;
    text-align: center;
}
.vertical_carousel_score_group h4{
    font-family: 'Inter', sans-serif;
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
    padding: 4px 0px;
    margin: 8px 0 0 0;
    text-align: center;
}
.vertical_carousel_item{
    display: flex;
    flex-direction: row;
    height: inherit;
    position: relative;
    overflow: hidden;
}
.vertical_carousel_logo_wrapper{
     display: flex;
    flex-direction: row;
}
.vertical_carousel_title h5{
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    font-size: 144px;
    line-height: 120%;
    margin: -40px 0 0 0;
    color: #D4A94B;
}
.vertical_carousel_title h6{
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    font-size: 80px;
    line-height: 120%;
    margin: -35px 0 0 0;
}
.vertical_carousel_item:before {
    content: "";
    background: linear-gradient(296.99deg, #04126A 12.58%, rgba(8, 35, 208, 0.2) 86.76%);
    width: 642.31px;
    height: 642.31px;
    display: flex;
    border-radius: 50%;
    margin-top: 41.2px;
    position: absolute;
    right: 16%;
    z-index: 0;
}
.vertical_carousel_title_section{
    position: relative;
    width: 235px;
}
.vertical_carousel_title{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    transform-origin: center center;
}
.vertical_carousel_main_section:before {
    content: "";
    background: url(../images/man.svg);
    background-repeat: no-repeat;
    right: 14%;
    bottom: 0;
    position: absolute;
    width: 400px;
    height: 450px;
    background-size: cover;
    z-index: 1;
}
.vertical_carousel_logo img{
    width: 272px;
}
.vertical_carousel_score_table{
    position: relative;
    height: 450px;
}
.vertical_carousel_logo{
    display: flex;
    align-items: center;
}
.vertical_carousel_score_logo_wrap-inner{
    display: flex !important;
}
.vertical_carousel_main_section{
    height: inherit;
}
.vertical_carousel_score_logo_outer_wrap{
    width: 100%;
    height: 100%;
}
.vertical_carousel_swiper_wrap{
    z-index: 1;
    height: 100%;
    margin-bottom: 0 !important;
}
.vertical_carousel_score_logo_outer_wrap .slick-dots{
    bottom: 51px;
    right: 51px;
    top: 0;
    flex-direction: column;
    display: flex;
    width: auto;
    gap: 7.56px;
    justify-content: flex-end;
}
.vertical_carousel_score_logo_outer_wrap .slick-dots li{
    width: 11.34px !important;
    height: 11.34px !important;
    border-radius: 50% !important;
    border: none;
    outline: none;
    cursor: pointer !important;
    transition: all 0.3s ease;
    background: #FFFFFF80 !important;
    margin: 0;
}
.vertical_carousel_score_logo_outer_wrap .slick-dots li button{
    display: none;
}
.vertical_carousel_score_logo_outer_wrap .slick-dots li.slick-active{
    height:32.6px !important;
    width: 11.34px !important;
    border-radius: 5.67px !important;
    background: #ffffff !important; /* Solid white for active dot */
}
.vertical_carousel_score_logo_outer_wrap .slick-dots li:hover {
    background: #cccccc !important; /* Hover color */
}
.swiper-pagination-bullet{
    width: 11.34px !important;
    height: 11.34px !important;
    padding: 0;
    border-radius: 50% !important;
    border: none;
    outline: none;
    cursor: pointer !important;
    font-size: 0;
    line-height: 0;
    transition: all 0.3s ease;
    background: #FFFFFF80 !important;
    opacity: 1 !important;
}
.swiper-pagination-bullet-active{
    height: 32.6px !important;
    width: 11.34px !important;
    border-radius: 5.67px !important;
    background: #ffffff !important;
}
.swiper-pagination {
    transform: translate3d(0, 0, 0) !important;
    z-index: 10;
    bottom: 40px;
    right: 51px !important;
    top: unset !important;
}
.sponser_carousel_wrap{
    background: #04126A;
    padding: 32px 16px;
    margin: 0;
}
.sponser_carousel{
    display: flex;
}
.sponser_item {
    text-align: center;
    margin: 0 30px;
}

.sponser_item h5{
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 8px 0;
}
.sponser_item img {
    width: 112px !important;
    height: 62px !important;
    object-fit: contain;
}
.broadcast-partner-logos img{
    width: 82px !important;
}
.sponser_carousel .owl-item:after {
    content: "";
    border: 1px solid #364188;
    height: 38px;
    position: absolute;
    top: 50%;
    right: 0;
}
.stay_conntected_wrap{
    margin: 60px 0;    
    position: relative;
    background: url("../images/stay_connected_desktop.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom left;
}
.stay_conntected{
    display: flex;
    margin: 0;
    justify-content: center;
    gap: 45.49px;
}
.stay_conntected_image{
    width: 560px;
}
.stay_conntected_image_section{
    width: 560px;
}
.stay_conntected_content{
    width: 500px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 165px;
    margin-top: 57px;
}
.stay_conntected_content_items h1{
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    margin: 0;
}
.stay_conntected_content_items h2{
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    margin: 0;
}
.stay_conntected_content_items h3{
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin: 32px 0;
}
.stay_conntected_content_items h5{
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 36px;
    margin: 0;
}
.stay_conntected_store_buttons{
    display: flex;
    gap:16px;
}
.photo-gallery-outer-wrap,
.news-gallery-outer-wrap,
.news_single_header{
    position: relative;
}
.photo-gallery-outer-wrap::before{
    content: "";
    background: url(../images/photo_big_left.svg);
    width: 150px;
    height: 126px;
    display: block;
    position: absolute;
    top: 28px;
    left: -13px;
}
.photo-gallery-outer-wrap::after{
    content: "";
    background: url(../images/photo_big_right.svg);
    width: 198px;
    height: 167px;
    display: block;
    position: absolute;
    top: 28px;
    right: 1px;
}
.photo-gallery-wrap li.gallery figure{
    height: 289px;
    width: 100%;
}
.photo-gallery-outer-wrap, 
.photo-gallery-wrap li.gallery figure,
.photo-gallery-outer-wrap .wp-block-group-is-layout-flow,
.video-gallery-section,
.news-gallery-outer-wrap,
.news-gallery-outer-wrap .wp-block-group-is-layout-flow{
    margin: 0;
    padding: 0 !important;
}
   
.photo-gallery-wrap li.gallery:after {
    content: "";
    height: 100%;
    display: block;
    width: 100%;
    background: #364188;
    border-top-right-radius: 42.3px;
    border-bottom-left-radius: 42.3px;
    position: absolute;
    bottom: -8.37px;
    right: -7.3px;
}
.photo-gallery-wrap li.gallery h2{
    background: #D4A94B !important;
}
.photo-gallery-wrap{
    padding: 32px 32px 32px 23.75px;
}
.photo-gallery-outer-wrap .wp-block-query-is-layout-flow,
.video-gallery-section .wp-block-create-block-video-block,
.news-gallery-outer-wrap .wp-block-query-is-layout-flow{
    max-width: 100%;
    margin: 0;
}
.photo-gallery-heading::before{
    content: "";
    background: url(../images/photo_small_left.svg);
    width: 75px;
    height: 64px;
    display: block;
    position: absolute;
    bottom: -8px;
    left: -135px;
    background-size: cover;
    transform: rotate(-14deg);
}
.photo-gallery-heading::after{
    content: "";
    background: url(../images/photo_small_right.svg);
    width: 66px;
    height: 55px;
    display: block;
   position: absolute;
    bottom: 20px;
    right: -108px;
    background-size: cover;
    transform: rotate(15deg);
}
.photo-gallery-heading,
.video-gallery-heading,
.iframe-page-heading,
.news-heading{
    font-family: 'Inter', sans-serif;
    font-size: 60px;
    font-weight: 900;
    line-height: 72px;
    text-align: center;
    padding-top: 40px;
    position: relative;
    max-width: max-content;
}
.iframe-page-heading{
    margin: 0 auto;
}
.photo-gallery-heading span.photo-gallery-heading-part1,
.video-gallery-heading span.video-gallery-heading-part1,
.iframe-page-heading span.iframe-page-heading-part-1,
.news-heading span.color-title{
    color: #D4A94B;
    display: block;
    line-height: 72px;
    margin-bottom: -10px;
}
.photo-gallery-outer-wrap .photo-gallery-navigation,
.news-gallery-nav nav,
.news-gallery-outer-wrap .photo-gallery-navigation{
    padding-bottom: 50px !important;
}
.photo-gallery-navigation-wrap .wp-block-query-pagination-numbers,
.news-gallery-nav .wp-block-query-pagination-numbers{
    display: flex;
    gap: 6px;
}
.page-numbers,
.wp-block-query-pagination-next,
.wp-block-query-pagination-previous {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #FFFFFF;
    background: #6871A6;
    border-radius: 4px;
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    font-family: 'Inter', sans-serif;
    margin: 0 !important;
}
.page-numbers.current{
    background: #D4A94B;
}
.photo-gallery-navigation-wrap,
.news-gallery-nav nav{
    justify-content: center;
    gap: 6px;
}
.photo-gallery-navigation-wrap .wp-block-query-pagination-next-arrow,
.photo-gallery-navigation-wrap .wp-block-query-pagination-previous-arrow,
.news-gallery-nav .wp-block-query-pagination-next-arrow,
.news-gallery-nav .wp-block-query-pagination-previous-arrow{
    margin: 0;
    display: none;
}
.photo-gallery-navigation-wrap .wp-block-query-pagination-next::after,
.news-gallery-nav .wp-block-query-pagination-next::after{
    content: "";
    background: url(../images/pagination_vector.svg); 
    width: 4.8px;
    height: 8px;
    background-size: cover;
}
.photo-gallery-navigation-wrap .wp-block-query-pagination-previous::after,
.news-gallery-nav .wp-block-query-pagination-previous::after{
    content: "";
    background: url(../images/pagination_vector.svg); 
    width: 4.8px;
    height: 8px;
    background-size: cover;
    transform: rotate(-180deg);
}
.video-gallery-section::before{
    content: "";
    background: url(../images/video_big_left.svg);
    width: 100.22px;
    height: 100.22px;
    display: block;
    position: absolute;
    top: 24px;
    left: -13px;
    background-size: contain;
    background-repeat: no-repeat;
}
.video-gallery-section::after{
    content: "";
    background: url(../images/video_big_right.svg);
    width: 131px;
    height: 144px;
    display: block;
    position: absolute;
    top: 45px;
    right: 0px;
    background-size: contain;
    background-repeat: no-repeat;
}
.video-gallery-heading::before{
    content: "";
    background: url(../images/video_small_left.svg);
    width: 42px;
    height: 42px;
    display: block;
    position: absolute;
    bottom: 46px;
    left: -106px;
    background-size: cover;
    transform: rotate(15deg);
}
.video-gallery-heading::after{
    content: "";
    background: url(../images/video_small_right.svg);
    width: 42px;
    height: 42px;
    display: block;
    position: absolute;
    bottom: 89px;
    right: -156px;
    background-size: cover;
    transform: rotate(-15deg);
}
.videos-section{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    padding: 32px 24px 12px 24px;
}
.video-item{
    background: #04126A;
    border-radius: 16px;
    border: 1px solid #D4A94B;
}
.video-item iframe{
    height: 236px;
    width: 100%;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.video-item .video-content-wrapper{
    padding: 16px 20.72px 20.72px 20.72px;
}
.video-item p{
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #D4A94B;
    margin: 0 0 4px 0;
}
.video-item h3{
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 36px;
    margin: 0;
}
.video-item h4{
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}
.news-gallery-outer-wrap::before,
.news_single_header::before {
    content: "";
    background: url(../images/news_big_left.svg);
    width: 113px;
    height: 114px;
    display: block;
    position: absolute;
    top: 45px;
    left: -34px;
    background-size: cover;
    background-repeat: no-repeat;
}
.news-gallery-outer-wrap::after,
.news_single_header::after {
    content: "";
    background: url(../images/news_big_right.svg);
    width: 134px;
    height: 156px;
    display: block;
    position: absolute;
    top: 38px;
    right:0;
    background-size: cover;
    background-repeat: no-repeat;
}
.news-heading::before{
    content: "";
    background: url(../images/news_small_left.svg);
    width: 62px;
    height: 62px;
    display: block;
    position: absolute;
    bottom: 34px;
    left: -75px;
    background-size: cover;
}
.news-heading::after{
    content: "";
    background: url(../images/news_small_left.svg);
    width: 37px;
    height: 37px;
    display: block;
    position: absolute;
    bottom: 3px;
    right: -89px;
    background-size: cover;
}
#news-gallery-wrap ul{
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 32px 24px 24px 24px;
}
#news-gallery-wrap ul li,
.news_sidebar_latest_posts ul li{
    background: #fff;
    border-bottom-left-radius: 15.57px;
    border-bottom-right-radius: 15.57px;
}
.news-gallery-item,
.news_sidebar_latest_posts ul li a{
    position: relative;
    /* height: 301px; */
}
.news-gallery-item figure{
    height: inherit;
    width: 100%;
    max-width: 100%;
}
.news_sidebar_latest_posts ul li a .news_image_date{
    width: inherit;
    height: inherit;
    display: block;
    position: relative;
}
.news-gallery-item img,
.news_sidebar_latest_posts ul li .news_image_date img{
    height: 301px;
    width: 100%;
    object-fit: cover;
}
#news-gallery-wrap ul li{
    box-shadow: 3.89px 5.19px 1.3px 0px #A0A0A040;

}
.news-gallery-item .wp-block-post-date,
.news_sidebar_latest_posts ul li .news_image_date .news_sidebar_post_date{
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #04126A;
    padding: 8px;
    border-top-right-radius: 10.38px;
}
.news-gallery-item .wp-block-post-date time,
.news_sidebar_latest_posts ul li .news_image_date .news_sidebar_post_date{
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    
}
.news-gallery-item-content,
.news_sidebar_latest_posts ul li .news_title_excerpt{
    padding: 15.57px 10.38px;
    display: block;
}
.news-gallery-item-content h2,
.news_sidebar_latest_posts ul li .news_sidebar_post_title{
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    color: #181818;
    font-family: 'Inter', sans-serif;
    display: block;
}
.news-gallery-item-content h2 a,
.news-gallery-item-content p{
     display: -webkit-box !important;
    -webkit-line-clamp: 1; /* Number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-gallery-item-content h2 a,
.news_sidebar_latest_posts ul li .news_sidebar_post_title{
    text-transform: uppercase;
}
.news-gallery-item-content .wp-block-post-excerpt{
    margin: 0;
}
.news-gallery-item-content p,
.news_sidebar_latest_posts ul li .news_sidebar_post_excerpt{
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #181818;
    font-family: 'Inter', sans-serif;
    margin-top: 5.19px;
    display: block;
}
.news_single_content_inner_wrap{
    display: grid;
    grid-template-columns: auto 314px;
    gap: 16px;
    padding: 0 24px 72px 24px;
}
.news_sidebar_latest_posts ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 24px;
    flex-direction: column;
}
.news_single_content p{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    font-family: 'Inter', sans-serif; 
    margin: 0;
}
.news_single_date time{
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    color: #fff;
    font-family: 'Inter', sans-serif; 
     
}
.news_single_date{
    margin-bottom: 24px;
}
.news_single_title h4{
     font-size: 36px;
    line-height: 48px;
    font-weight: 600;
    color: #fff;
    font-family: 'Inter', sans-serif; 
    margin: 24px 0;
}
.news_single_main_title_text{
    margin: 0;
    text-align: right;
    padding: 40px 0 32px 0;
    margin-right: 154px;
    position: relative;
}
.news_single_main_title_text span{
    font-size: 48px;
    line-height: 58px;
    font-weight: 900;
    font-family: 'Inter', sans-serif; 
}
.news_single_main_title_text span.news_single_main_title_text_part1{
    color: #D4A94B;
    display: block;
    margin-bottom: -12px;
}
.news_single_main_title_text::before {
    content: "";
    background: url(../images/news_small_left.svg);
    width: 66px;
    height: 64px;
    display: block;
    position: absolute;
    top: 60px;
    left: 167px;
    background-size: cover;
}
.news_single_main_title_text::after{
     content: "";
    background: url(../images/news_small_left.svg);
    width: 37px;
    height: 37px;
    display: block;
    position: absolute;
    top: 36px;
    right: 308px;
    background-size: cover;
}

.news_sidebar_latest_posts ul li .news_sidebar_post_title,
.news_sidebar_latest_posts ul li .news_sidebar_post_excerpt{
     display: -webkit-box;
    -webkit-line-clamp: 2; /* Number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.match-center-iframe-section{
    margin-top: 32px;
}
.match-center-wrap,
.stats-section-wrap,
.points-table-wrap{
    padding: 0 24px;
}
.match-center-iframe-section iframe,
.stat-section-iframe-section iframe{
    border:0;
}
.hamburger-logo{
    position: absolute;
    top: 21px;
    right: 18px;
    background: url("../images/hamburger.svg");
    width: 20px;
    height: 14px;
    background-size: cover;
    z-index: 7;
    cursor: pointer;
}
.menuHover .hamburger-logo{
    position: absolute;
    top: 21px;
    right: 18px;
    background: url("../images/close_white.svg");
    width: 14px;
    height: 14px;
    background-size: cover;
    z-index: 7;
    cursor: pointer;
}
.team-wrap {
    padding: 0;
}
.team-wrap .wp-block-group-is-layout-flow,
.team-wrap .wp-block-query{
    margin: 0;
    padding: 0 !important;
    max-width: 100%;
}
.team-page-banner-image-desktop{
    margin: 0;
    width: 100%;
    height: 100vh;
}
.team-page-banner-image-desktop img{
    width: 100%;
    height: 100vh;
}
.team-wrap .wp-block-group-is-layout-flow{
    position: relative;
    overflow: hidden;
}
.team-inner-wrap{
    position: absolute;
    display: flex !important;
    flex-direction: row;
    gap: 24px;
    width: 100%;
    justify-content: center;
    align-items: center;
    top:0;
    z-index: 2;
}
.team{
    padding: 0 17px;
    cursor: pointer;
    z-index: 5;
    position: relative;
   transition: z-index 0.3s ease;
   padding-top: 25vh;
}
.team figure{
    margin: 0;
}
.team figure img{
    width: 130px !important;
    height: 130px !important;
    transition: transform 0.3s ease;
    z-index: 2;
}
.team h2.wp-block-post-title{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Inter', sans-serif; 
    margin: 0;
    width: 100px;
    text-align: center;
}
.team:hover{
     z-index: 3;
}
.team-list-inner-wrap{
    transition: transform 0.3s ease;
    display: flex;
    gap: 16px;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
/* .team:hover .team-list-inner-wrap{
    transform: scale(1.5);
} */
.team:hover:after{
    opacity:1;
     content:"";
    background:url("../images/SPOT.svg");
    background-size: cover;
    display: block;
    background-repeat: no-repeat;
    transition: opacity 0.3s ease;
    z-index: -1;
    width: 476px;
    height: 473px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(0%);
}
.team-page-bottom-image{
    position: absolute;
    width: 268px;
    height: 74px;
    bottom: 82px;
    left: 0;
    right: 0;
    margin: auto;
}
.players_single{
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: relative;
    
}
.team_detail_main{
    padding: 0 24px 0 16px;
}
.player_group{
    padding: 0 24px;
}
.players_single::after{
    content: "";
    background: url("../images/ball_team.svg");
    width: 44px;
    height: 85px;
    background-size: cover;
    top: 92px;
    right: 0;
    position: absolute;
}
.team_detail_header_left::before{
    content: "";
    background: url("../images/stems.svg");
    width: 80px;
    height: 32px;
    background-size: cover;
    top: 14px;
    right: -116px;
    position: absolute;
}
.team_detail_header_right{
    position: relative;
     position: relative;
    margin-right: 23px;
}
.team_detail_header_right::after {
    content: "";
    background: url(../images/bat.svg);
    width: 173px;
    height: 166px;
    background-size: cover;
    top: 0px;
    position: absolute;
    left: -193px;
}
.team_detail_header_section{
    display: flex;
    justify-content: space-between;
}
.team_detail_header_left{
    display: flex;
    gap: 8px;
    margin: 24px 0;
    align-items: center;
    position: relative;
}
.team_detail_header_info h4{
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
.team_detail_header_left img{
    width: 100px;
    height: 100px;
}

.other_teams_title{
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Inter', sans-serif;
    background: #A9873C;
    padding: 8px 0px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    width: 134px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto; 
    text-align: center;
    text-transform: uppercase;
}
.other_teams_logos{
    display: flex;
    padding: 50px 24px 24px 24px;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    background: #1a224c;
    justify-content: center;
}
.other_team_item img{
    width: 84.5px;
    height: 79.6px;
    margin: 0 14px;
}
.other_team_item:first-child img{
    margin-left: 0;
}
.other_team_item:last-child img{
    margin-right: 0;
}
.other_team_item {
    border-right: 2px solid #D4A94B;
}
.other_team_item:last-child{
    border: none;
}
.team_detail_body_section h2{
    font-size: 36px;
    line-height: 48px;
    font-weight: 900;
    padding: 16px 0;
    text-align: center;
    color: #D4A94B;
    text-transform: uppercase;
    border-bottom: 1px solid #3641884D;
    margin: 0;
    font-family: 'Inter', sans-serif;
}
.player_category{
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 16px 0;
    height: 66px;
}
.player_category h3{
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #D4A94B;
    padding: 12px 16px 12px 48px;
    border: 1px solid #D4A94B;
    background: #04126A;
    border-radius: 16px;
    text-transform: uppercase;
    margin-left: 33px;
    font-family: 'Inter', sans-serif;
}
.player_category img{
    width: 66px;
    height: 66px;
    position: absolute;
    left: 0;
}
.player_category_group{
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 24px;
}
.player_img_wrap {
    background: linear-gradient(180deg, #010A39 0%, #082259 100%);
    border-radius: 19.76px;
    display: flex;
    justify-content: center;
}
.player_img_wrap img{
    width: 200px;
    height: 300px;
}
.player_name{
    background: #A9873C;
    border-radius: 16px;
}
.player_name h3{
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    margin: 0;
    padding: 12px 16px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.player_item{
    position: relative;
}
.captain::after{
    content: "";
    background: url("../images/captain.svg");
    width: 39.26px;
    height: 39.26px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 29.64px;
    right: 21.61px;
}
.kcl-content-pages .wp-block-group-is-layout-constrained{
    margin: 0;
    padding: 0px !important;
    max-width: 100%;

}
.content-page-title {
    padding: 24px 24px 0 24px;
}
.kcl-content-pages .entry-content{
    padding: 0px 24px 24px 24px;
}
.kcl-content-pages h1{
     font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 54px;
    line-height: 68px;
    margin: 0 0 34px  0;
    max-width: 100%;
}
.kcl-content-pages h2:not(.iframe-page-heading){
     font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    margin: 0 0 28px  0;
    max-width: 100%;
}
.kcl-content-pages h3{
     font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 52px;
    margin: 0 0 24px  0;
    max-width: 100%;
}
.kcl-content-pages h4{
     font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 48px;
    margin: 0 0 24px  0;
    max-width: 100%;
}
.kcl-content-pages h5{
     font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 40px;
    margin: 0 0 24px  0;
    max-width: 100%;
}
.kcl-content-pages h6{
     font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    margin: 0 0 24px  0;
    max-width: 100%;
}
.kcl-content-pages p,
.kcl-content-pages ul li{
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 15px 0 ;
    max-width: 100%;
}
.kcl-content-pages ul{
    margin-left: 0 !important;
}
.kcl-no-result-div .wp-block-query-no-results{
    height: calc(100vh - 500px);
}
.cky-revisit-bottom-right {
    bottom: 30px !important;
}
@media(min-width:767px){
    .header_mobile,
    .team-page-banner-image-mobile {
        display: none;
    } 
    .team:hover .team-list-inner-wrap {
        transform: scale(1.5);
    }
}
@media(min-width:1279px) and (max-width: 1400px){
    .vertical_carousel_logo img {
        width: 220px;
    }   
}
@media (min-width:991px) and (max-width:1280px){
    .vertical_carousel_title h5 {
        font-size: 114px;
    }
    .vertical_carousel_title h6{
        font-size: 60px;
    }
    .vertical_carousel_score_logo_wrap{
        /* flex-direction: column;
        gap: 30px; */
        max-width: 700px;
        margin: 0px auto 0;
        /* height: 100% !important; */
    }
    .vertical_carousel_score_logo_wrap-inner{
        flex-direction: column;
        gap: 30px;
        height: 450px !important;
    }
    .vertical_carousel_logo img {
        width: 220px;
        margin-top: 20px;
    }
    .vertical_carousel_score_table {
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .vertical_carousel_score{
        top: 0;
    }
    .vertical_carousel_score_group {
        width: 82px;
    }
    
}
@media (max-width: 1279px){
    .gallery_item_content, .photo-gallery-wrap li.gallery h2.wp-block-post-title {
        padding: 12px 25px 13px 25px;
    }
    .gallery_item_content{
        max-width: 180px;
    }
    .gallery h4 {
        font-size: 68px;
        line-height: 110.86px;
    }
    .footer_logo_wrap {
        min-width: 220px;
    }
    .footer_menu_wrap {
        gap: 35%;
    }
    .footer_menu_wrap .footer_menu_1, .footer_menu_wrap .footer_menu_2, .footer_menu_wrap .footer_menu_3 {
        min-width: max-content;
    }
    .team-inner-wrap{
        gap: 14px;
    }

    .team figure img{
        width: 100px !important;
        height: 100px !important;
    }
    /* .team:hover:after {
        top: -76%;
    } */
    .team h2.wp-block-post-title{
        font-size: 14px;
        line-height: 18px;
    }
    .player_category_group {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 24px;
    }
    .team_detail_header_section{
        flex-direction: column;
        gap: 20px;
    }
    .team_detail_header_left::before,
    .players_single::after,
    .team_detail_header_right::after{
        display: none;
    }
    .team_detail_header_left::after{
        content: "";
        background: url(../images/team_detail_icons.svg);
        width: 299px;
        height: 110px;
        background-size: cover;
        top: -26px;
        right: 0px;
        position: absolute;
        z-index: -1;
    }
    .team_detail_main{
        padding: 0;
    }
    .player_group,
    .team_detail_header_left{
        padding: 0 16px;
    }
    .team_detail_header_right {
        margin-right: 0px;
    }
    .other_team_item img {
        width: 53px;
        height: 50px;
        margin: 0 9px;
    }
    .other_team_item {
        border-right: 1px solid #D4A94B;
    }
    .other_teams_logos {
        padding: 32px 16px 16px 16px;
    }
    .other_teams_title {
        font-size: 9px;
        line-height: 11px;
        padding: 5px 0px;
        width: 85px;
    }
    .players_single{
        gap: 0;
    }
    .carousel-3d .fixture-slick-snext {
        transform: translate3d(40%, 0, -10px) scale(0.95);
    }
    .carousel-3d .fixture-slick-snext2 {
        transform: translate3d(80%, 0, -10px) scale(0.82);
    }

    .carousel-3d .fixture-slick-sprev {
        transform: translate3d(-40%, 0, -10px) scale(0.95);
    }
    .carousel-3d .fixture-slick-sprev2 {
        transform: translate3d(-80%, 0, -10px) scale(0.82);
    }
    .vertical_carousel_score_logo_outer_wrap .slick-dots{
        right: 25px;
    }
    
}
@media (max-width : 1023px){
    .footer-container{
        flex-direction: column;
        position: relative;
    }
    .footer_menu_wrap .footer_menu_1, .footer_menu_wrap .footer_menu_2, .footer_menu_wrap .footer_menu_3 {
        min-width: 163px;
    }
    .footer_menu_wrap{
        flex-wrap: wrap;
        gap: 24px 17px;
        margin: 32px 0;
    }
    .footer_menu_wrap .footer_menu_1 ul, 
    .footer_menu_wrap .footer_menu_2 ul, 
    .footer_menu_wrap .footer_menu_3 ul {
        gap: 16px;
    }
    .footer_logo_wrap{
        flex-direction: row;
        align-items: center;
    }
    .footer-left-col{
        flex-direction: column;
        padding: 24px 16px 0 16px;
    }
    .footer_social_icons ul li img{
        width: 24px;
        height: 24px;
    }
    .footer_social_icons{
        margin-right: 24px;
    }
    .footer_image{
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .footer_image img{
        height: 203px;
    }
    .videos-section,
    .photo-gallery-wrap,
    #news-gallery-wrap ul {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        padding: 20px 16px 16px 16px;
    }
    .video-gallery-heading::before,
    .video-gallery-heading::after,
    .photo-gallery-heading::before,
    .photo-gallery-heading::after,
    .news-heading::before,
    .news-heading::after,
    .news_single_main_title_text::before,
    .news_single_main_title_text::after{
        display: none;
    }
    .news_single_content_inner_wrap {
        grid-template-columns: 1fr;
        padding: 13px 16px 30px 16px;
    }
    .news_sidebar_latest_posts ul{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .news_single_title h4{
        font-size: 22px;
        line-height: 26px;
        margin: 24px 0 12px 0;
    }
    .news_single_date time {
        font-size: 14px;
    }
    .news_single_content p {
        font-size: 14px;
        line-height: 18px;
    }

    .team figure img{
        width: 70px !important;
        height: 70px !important;
    }
    .team:hover:after{
        top: -104%;
    }
    .team h2.wp-block-post-title{
        font-size: 12px;
        line-height: 16px;
    }
    .player_category_group {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 24px;
    }
    .top_players_item_slider {
        width: 590px;
    }
    .top_players_detail_section h4 {
        font-size: 20px;
        line-height: 27px;
    }
    .top_players_detail_section h3 {
        font-size: 62px;
        line-height: 58px;
    }
    .top_players_detail_section h6 {
        font-size: 20px;
        line-height: 30px;
    }
    .top_players_yellow_section h3 {
        font-size: 26px;
        line-height: 34px;
    }
    .top_players_yellow_section h5 {
        font-size: 20px;
        line-height: 30px;
    }
    .kcl-content-pages h1{
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        font-size: 40px;
        line-height: 53px;
        margin: 0 0 30px  0;
        max-width: 100%;
    }
    .kcl-content-pages h2:not(.iframe-page-heading){
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        font-size: 30px;
        line-height: 41px;
        margin: 0 0 28px  0;
        max-width: 100%;
    }
    .kcl-content-pages h3{
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        font-size: 26px;
        line-height: 35px;
        margin: 0 0 25px  0;
        max-width: 100%;
    }
    .kcl-content-pages h4{
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        font-size: 22px;
        line-height: 26px;
        margin: 20px 0 20px  0;
        max-width: 100%;
    }
    .kcl-content-pages h5{
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        font-size: 18px;
        line-height: 30px;
        margin: 0 0 18px  0;
        max-width: 100%;
    }
    .kcl-content-pages h6{
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 15px  0;
        max-width: 100%;
    }
    .kcl-content-pages p,
    .kcl-content-pages ul li{
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .stay_conntected{
        flex-direction: column-reverse;
    }
    .stay_conntected_image_section{
        height: 451px;
        width: 100%;
    }
    .stay_conntected_content{
        width: 100%;
        padding: 0 16px;
        margin-top: 0;
    }
    .stay_conntected_content_items h1 {
        font-size: 32px;
        line-height: 130%;
    }
    .stay_conntected_content_items h2 {
        font-size: 28px;
        line-height: 130%;
    }
    .stay_conntected_content_items h3 {
        font-size: 16px;
        line-height: 150%;
        margin: 16px 0;
    }
    .stay_conntected_content_items h5{
        font-size: 18px;
        line-height: 140%;
    }
    .stay_conntected_store_buttons{
        position: absolute;
        bottom: -40px;
    }
    .carousel-3d .fixture-slick-snext {
        transform: translate3d(30%, 0, -10px) scale(0.95);
    }
    .carousel-3d .fixture-slick-snext2 {
        transform: translate3d(60%, 0, -10px) scale(0.82);
    }

    .carousel-3d .fixture-slick-sprev {
        transform: translate3d(-30%, 0, -10px) scale(0.95);
    }
    .carousel-3d .fixture-slick-sprev2 {
        transform: translate3d(-60%, 0, -10px) scale(0.82);
    }
    .vertical_carousel_score_logo_outer_wrap .slick-dots{
        right: 25px;
    }
}
@media (max-width:991px){
    .gallery h4 {
        font-size: 42px;
        line-height: 53px;
        margin: 0 0 -10px 0;
    }
    .gallery_wrap {
        gap: 22px 14px;
        grid-template-columns: 1fr 1fr;
    }
    .gallery_wrap_outer{
        border-top-right-radius: 50px;
        border-bottom-left-radius: 50px;
        margin: 0 16px;
        padding: 35px 20px 20px 20px;
    }
    .vertical_carousel_title h5 {
        font-size: 104px;
        margin: -15px 0 0 0;
    }
    .vertical_carousel_title h6{
        font-size: 55px;
        margin: -28px 0 0 0;
    }
    .vertical_carousel_score_logo_wrap{
        /* flex-direction: column;
        gap: 30px; */
        max-width: 500px;
        margin: 0px auto 0;
        /* height: 100% !important; */
    }
     .vertical_carousel_score_logo_wrap-inner{
        flex-direction: column;
        gap: 30px;
        height: 450px !important;
    }
    .vertical_carousel_logo img {
        width: 200px;
        margin-top: 74px;
    }
    .vertical_carousel_score_table {
        height: 100%;
        width: 100%;
         display: flex;
        justify-content: center;
    }
    .vertical_carousel_score{
        top: 0;
    }
    .vertical_carousel_score_group {
        width: 52px;
    }
    .vertical_carousel_title_section {
        width: 170px;
    }
    .vertical_carousel_main_section:before{
        right: 0;
        bottom: 0;
        width: 310px;
        height: 401px;
    }
    .vertical_carousel_item:before {
        right: 0;
    }
    .vertical_carousel_score_group h4 {
        font-size: 16px;
        line-height: 22px;
    }
    .vertical_carousel_score_group h5 {
        font-size: 14px;
        line-height: 20px;
    }
    .team h2.wp-block-post-title{
        width: 75px;
    }
     .carousel-3d .fixture-slick-snext {
        transform: translate3d(25%, 0, -10px) scale(0.95);
    }
    .carousel-3d .fixture-slick-snext2 {
        transform: translate3d(50%, 0, -10px) scale(0.82);
    }

    .carousel-3d .fixture-slick-sprev {
        transform: translate3d(-25%, 0, -10px) scale(0.95);
    }
    .carousel-3d .fixture-slick-sprev2 {
        transform: translate3d(-50%, 0, -10px) scale(0.82);
    }
}
@media (max-width: 767px){
    .container-fluid{
        flex-direction: column;
    }
    aside{
        width: 100%;
        height: 56px;
        min-height: 56px;
        padding: 0;
        flex-direction: row;
        position: fixed;
        z-index: 10;
        background: #010A39;
    }
     .header_wrapper{
        width: 100%;
        height: 56px;
        min-height: 56px;
        padding: 0px;
        flex-direction: row;
        position: relative;
    }
    header{
        flex-direction: row;
        padding: 8px 16px;
        height: auto;
    }
    .logo img{
        width: 40px;
        height: 40px;
    }
    .menuHover .logo img {
        width: 50px;
        height: 50px;
        visibility: hidden;
    }
    .menuHover .header_mobile .header_wrapper{
        overflow: auto;
    }
    .menuHover .header_mobile header{
        height: auto;
        gap: 80px;
    }
    .menuHover .header_mobile .menu nav{
        height: 100%;
    }
    .menuHover .header_mobile .menu nav ul{
        position: relative;
    }
    main{
        width: 100%;
        height: 100%;
        padding-top: 56px !important;
    }
    .store_buttons{
        display: flex;
        gap: 15px;
    }
    .menuHover .container-fluid{
        position: fixed;
    }
    .menuHover .header_wrapper {
        width: calc(100% - 16px);
        padding: 24px 0 28px 16px;
        height: calc(100vh - 48px);
        min-height: calc(100vh - 48px);
        flex-direction: column;
        position: absolute;
    }
    .menuHover header{
        flex-direction: column;
        padding: 0;
        height: 100%;
    }
    .settings,
    .kcl-menu-item a{
        gap: 21px;
    }
    .banner-store-icons,
    .banner-social-media-share,
    .settings,
    .menu,
    .header_desktop,
    .team-page-banner-image-desktop{
        display: none;
    }
    .menuHover .settings,
    .menuHover .menu{
        display: flex;
    }
    .banner_item img{
        height: 328px;
    }
    .banner_item .banner_content{
        padding: 16px;
        max-width: 100%;
        bottom: 29px;
    }
    .banner_content h2 {
        font-family: 'Inter', sans-serif;
        font-size: 20px;
        line-height: 24px;
        font-weight: 700;
        color: #FFFFFF;
        margin: 0 ;
    }
    .banner_content p {
        font-family: 'Inter', sans-serif;
        font-size: 12px;
        line-height: 16px;
        font-weight: 700;
        color: #FFFFFF;
        margin: 0 0 4px 0;
    }
    .banner-section .owl-dots {
        bottom: 16px;
        left: 16px;
        gap: 4px;
    }
    .kcl_exclusive .owl-dots{
        margin-top: 24px;
        list-style: none;
        padding: 0;
        display: flex;
        justify-content: center;
        gap: 4px;
    }
    .vertical_carousel_score_logo_outer_wrap .slick-dots{
        flex-direction: row;
        justify-content: center;
        right: 0;
        top: unset;
        left: 0;
        bottom: 40px;
    }
    .custom-3d-carousel-dots,
    .new-drops-carousel-dots,
    .indicators,
    .vertical_carousel_score_logo_outer_wrap .slick-dots,
    .carousel-3d .slick-dots,
    .new_drops .slick-dots{
        gap: 4px;
    }
    .banner-section .owl-dots button,
    .top_players .owl-dots button,
    .custom-3d-carousel-dots li button,
    .new-drops-carousel-dots li button,
    .kcl_exclusive .owl-dots button,
    .swiper-pagination-bullet,
    .indicators .indicator-item,
    .vertical_carousel_score_logo_outer_wrap .slick-dots li,
    .carousel-3d .slick-dots li,
    .new_drops .slick-dots li{
        width: 6px !important; 
        height: 6px !important; 
    }
    .banner-section .owl-dots button.active ,
    .top_players .owl-dots button.active,
    .custom-3d-carousel-dots li.active button,
    .new-drops-carousel-dots  li.active button,
    .kcl_exclusive .owl-dots button.active,
    .swiper-pagination-bullet-active ,
    .indicators .indicator-item.active,
    .vertical_carousel_score_logo_outer_wrap .slick-dots li.slick-active,
    .carousel-3d .slick-dots li.slick-active,
    .new_drops .slick-dots li.slick-active{
        width: 17.24px !important; 
        height: 6px !important; 
        border-radius: 3px !important; 
    }

    .gallery_wrap > :nth-last-child(-n+2) {
        display: none;
    }
    .gallery_wrap_outer {
        border-top-right-radius: 30px;
        border-bottom-left-radius: 30px;
        margin: 0;
        padding: 30px 16px 16px 16px;
    }
    .gallery_more button {
        margin-top: 16px;
    }
    .gallery h4 {
        font-size: 32px;
        line-height: 130%;
        margin: 0 0 -10px 0;
    }
    .gallery_wrap,
    .photo-gallery-wrap,
    #news-gallery-wrap ul{
        gap: 16px 8px;
        grid-template-columns: 1fr 1fr;
    }
    .gallery_item_content h5{
        font-size: 12px;
        line-height: 18px;
        font-weight: 600;
    }
    .gallery_item_content{
        border-top-right-radius: 12px;
        border-bottom-left-radius: 12px;
        padding: 6px 8px;
        max-width: 126px;
    }
    .gallery_item_inner img {
        border-top-right-radius: 12px;
        border-bottom-left-radius: 12px;
        height: 111px !important;
    }
    .gallery_item_inner:after {
        border-top-right-radius: 12px;
        border-bottom-left-radius: 12px;
        bottom: -3.33px;
        right: -3.42px;
    }
    .carousel-3d{
        padding: 0px 16px 16px 16px;
        min-height: 250px;
    }
     .carousel-3d .slick-list {
        padding-top: 42px !important;
    }
    .carousel-3d .carousel-3d-item{
        border: 2px solid #D4A94B;
        border-radius: 24px;
        width: 343px !important;
        min-height: 213px; /* Consistent height for the card */
    }

    .carousel-3d-item.is-left-2,
    .carousel-3d-item.is-right-2  {
        opacity: 0;
    }
    .carousel-3d .sidebar_wrap{
        width: 32px;
        border-top-left-radius: 24px;
        border-bottom-left-radius: 24px;
    }
    .carousel-3d .sidebar{
        font-size: 16px;
        font-weight: 700;
        line-height: 150%;
    }
    .carousel-3d .heading{
        border-radius: 24px;
        padding: 4px 16px; 
        top: -14.5px;
    }
    .carousel-3d .heading h4{
        font-size: 14px;
        font-weight: 700;
        line-height: 150%;
    }
    .carousel-3d .main_content{
        padding: 0px 12px 16px 12px;
        justify-content: flex-end;
    }
    .carousel-3d .team-container{
        margin-bottom: 16px;
    }
    .carousel-3d .main_content h5{
        font-weight: 500;
        font-size: 12px;
        line-height: 150%;
    }
    .carousel-3d .main_content h6{
        font-size: 12px;
        line-height: 150%;
    }
    .carousel-3d .team-container-item{
        gap: 8px;
    }
    .carousel-3d .team-container-item img{
        width: 75px;
        height: 75px;
        object-fit: cover;
    }
    .carousel-3d .team-details p{
        font-weight: 600;
        font-size: 12px;
        line-height: 150%;
    }

    .custom-3d-carousel-dots{
        bottom: 11px;
    }
    .kcl_exclusive_top_section{
        padding: 22px 16px 24px;
    }
    .kcl_exclusive{
        padding: 0;
        margin: 0;
        border: 0;
        border-radius: 0;
        padding-bottom: 24px;
    }
    .kcl_exclusive_top_section h4:before {
        width: 14.88px;
        height: 14.88px;
    }
    .kcl_exclusive_top_section h4 {
        font-size: 20px;
        line-height: 140%;
        gap: 8.87px;
        padding-left: 0px;
    }
    .kcl_exclusive_top_section button,
    .new_drops_top_section button {
        line-height: 150%;
    }
    .kcl_exclusive_main_section_wrap {
        padding: 0;
    }
    .new_drops {
        background: none;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        margin: 35px 0 0 0;
        /* height: 405px; */
        height: auto;
        padding: 0px;
    }
    .new_drops_top_section{
        padding: 0 16px;
    }
    .new_drops_top_section h4{
        font-size: 32px;
        line-height: 150%;
    }
    .new_drops_item{
        border: 2.3px solid #D4A94B;
        border-radius: 16px;
        width: 315px !important;
    }
    .new_drops_item img{
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
    }
    .new_drops_item iframe{
        border-top-left-radius: 16px;
        border-top-right-radius: 16px; 
        height: 176px; 
    }
    .new_drops_item .new_drops_item_content{
        padding: 10.66px 13.38px 13.38px 13.38px;
    }
    .new_drops_item_content h6{
        font-size: 14px;
        line-height: 150%;
        margin: 0 0 10.66px 0;
    }
    .new_drops_item_content h5{
        font-size: 16px;
        line-height: 150%;
        margin: 0 0 4px 0;
    }
    .new_drops_item_content p{
        font-size: 14px;
        line-height: 150%;
    }
   
    .new_drops .new-drops-slick-snext {
        transform: translate3d(102%, 0, -5px) scale(0.92);
    }

    .new_drops .new-drops-slick-sprev {
        transform: translate3d(-102%, 0, -5px) scale(0.92);
    }

    .new-drops-carousel-dots {
        bottom: -24px;
    }
    .new-drops-carousel-dots li{
        height: 6px;
        line-height: 6px;
    }
   
    .match-center-wrap,
    .stats-section-wrap,
    .points-table-wrap {
        padding: 0 16px;
    }
    .photo-gallery-heading, 
    .video-gallery-heading, 
    .iframe-page-heading,
    .news-heading,
    .news_single_main_title_text {
        font-size: 28px;
        line-height: 34px;
        text-align: left;
        max-width: inherit;
        padding: 45px 16px 0 16px;
    }
    .photo-gallery-heading span.photo-gallery-heading-part1, 
    .video-gallery-heading span.video-gallery-heading-part1, 
    .iframe-page-heading span.iframe-page-heading-part-1,
    .news-heading span.color-title,
    .news_single_main_title_text span.news_single_main_title_text_part1 {
        line-height: 34px;
        margin-bottom: -5px;
    }
    .videos-section,
    .photo-gallery-wrap,
    #news-gallery-wrap ul {
        grid-template-columns: 1fr;
    }
    .video-gallery-section::before{
        width: 56px;
        height: 56px;
        top: 11px;
        left: 128px;
    }
    .video-gallery-section::after {
        content: "";
        background: url(../images/video_big_right_resp.svg);
        width: 79px;
        height: 79px;
        display: block;
        position: absolute;
        top: 5px;
        right: 5px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .photo-gallery-outer-wrap::after,
    .gallery_single_content::after {
        width: 118px;
        height: 100px;
        top: 9px;
        right: 0;
        background-size: cover;
    }
    .photo-gallery-outer-wrap::before,
    .gallery_single_content::before{
        width: 89px;
        height: 75px;
        top: 0;
        left: 138px;
        background-size: cover;
    }
    .photo-gallery-wrap li.gallery h2.wp-block-post-title {
        font-size: 18px;
        line-height: 22px;
        font-weight: 600;
        border-top-right-radius: 32px;
        border-bottom-left-radius: 35px;
        padding: 16px 24px;
    }
    .photo-gallery-wrap li.gallery img {
        border-top-right-radius: 32px;
        border-bottom-left-radius: 35px;
        height: 100%;
    }
    .news-gallery-outer-wrap::after,
    .news_single_header::after {
        width: 85px;
        height: 85px;
        top: 0;
        right: 0;
        background: url("../images/stat_full_yellow.svg");
        background-size: contain;
    }
    .news-gallery-outer-wrap::before,
    .news_single_header::before {
        width: 50px;
        height: 50px;
        top: 13px;
        left: 148px;
    }
    .news_sidebar_latest_posts ul{
        grid-template-columns: 1fr ;
    }
    .news_single_main_title_text span{
        line-height: 34px;
        font-size: 28px;
    }
    .news-gallery-item-content h2 a,
    .news-gallery-item-content p{
        -webkit-line-clamp: 2; /* Number of lines to show */
    }
    .news-gallery-item,
    .news-gallery-item img{
        height: 190px;
    }
    .vertical_carousel_logo {
        display: block;
        position: absolute;
        top: 21px;
        left: 43%;
    }
    .vertical_carousel_count {
        width: 42px;
        right: 5%;
    }
    .vertical_carousel_count p {
        font-size: 32px;
        line-height: 140%;
        border-bottom-left-radius: 5.55px;
        border-bottom-right-radius: 5.55px;
        padding: 1px 11px 3px 10px;
    }
    .vertical_carousel_title_section{
        width: auto;
    }
    .vertical_carousel_logo img {
        width: 90px;
        margin-top: 0;
    }
    .vertical_carousel_title {
        transform: none;
        left: 17px;
        top: 21px;
    }
    .vertical_carousel_title h5 {
        font-size: 50px;
        line-height: 120%;
        margin: 0px 0 0 0;
    }
    .vertical_carousel_title h6 {
        font-size: 30px;
        line-height: 120%;
        margin: 0px 0 0 0;
    }
    .vertical_carousel .slick-list,
    .vertical_carousel .slick-track{
        height: 100%;
    }
    
    .vertical_carousel_score_logo_wrap{
        /* flex-direction: column;
        gap: 30px; */
        max-width:100%;
        margin: 0px auto 0;
        /* height: 100% !important; */
    }
     .vertical_carousel_score_logo_wrap-inner{
        flex-direction: column;
        gap: 30px;
        height: 100% !important;
        position: relative;
    }
    .vertical_carousel_score_table{
        
        max-width: 400px;
        margin: auto;
    }
   
     .vertical_carousel_item:before {
        margin-top: 41.2px;
        position: absolute;
        right: 0;
        width: 343px;
        height: 349px;
    }
    .vertical_carousel_score {
        gap: 8px;
        top: unset;
        bottom: 71px;
        justify-content: center;
        left: 0;
        right: 0;
        margin: auto;
    }
    .vertical_carousel_score_group {
        width: 48px;
    }
    .vertical_carousel_score_group h5 {
        font-size: 12px;
        line-height: 150%;
        padding: 2px 0px;
        margin: 0;
    }
    .vertical_carousel_score_group h4 {
        font-size: 12px;
        line-height: 16px;
        font-weight: 600;
        padding: 0px 0px;
        margin: 4px 0 0 0;
    }
    .vertical_carousel_main_section:before {
        background: url(../images/man_responsive.svg);
        right: 0;
        bottom: 0;
        width: 145px;
        height: 264px;
        background-repeat: no-repeat;
    }
    .vertical_carousel_bottom_section h5 {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        width: 161px;
        padding: 4px 7px;
        font-size: 14px;
        line-height: 18px;
    }
   .swiper-pagination{
        bottom: 43px !important;
   }
   .vertical_carousel {
        height: 266px;
        margin-top: 0;
    }
    .vertical_carousel_bottom_section{
        border-bottom: 3px solid #D4A94B;
        bottom: -3px;
    }
    .team-list-inner-wrap{
        height: 300px;
        
    }
    .team{
        padding-top: 0px;
    }

    .team figure img{
        width: 130px !important;
        height: 130px !important;
        margin: auto;
    }
    .team h2.wp-block-post-title{
        font-size: 16px;
        line-height: 20px;
        width:auto;
    }
    .team-inner-wrap{
        top: 25%;
    }
    .team-wrap:after {
        content: "";
        position: absolute;
        top: -9%;
        left: 50%;
        width: 690px;
        height: calc(100vh - 250px);
        background: url(../images/SPOT.svg) no-repeat center center;
        background-size: contain;
        transform: translate(-50%, 0%);
        opacity: 1;
        z-index: 1;
        pointer-events: none;
        transition: opacity 0.3s ease;
    }
    .team:hover:after{
        opacity: 0;
    }
    .owl-item.center .team,
    .slick-center.team{
        transform: scale(1.5);
        z-index: 3;
    }
    .team-page-banner-image-mobile{
        margin: 0;
        width: 100%;
        height: 100vh ;
    }
    .team-page-banner-image-mobile img{
        width: 100%;
        height: 270px;
    }
    .team-page-bottom-image {
        height: 74px;
        bottom: 200px;
    }
    
    .player_category h3{
        font-size: 18px;
        line-height: 22px;
        padding: 4px 10px 6px 44px;
        border-radius: 8px;
        margin-left: 9px;
    }
    .player_category img {
        width: 42px;
        height: 42px;
    }
    .team_detail_body_section h2 {
        font-size: 22px;
        line-height: 26px;
    }
    .player_category_group {
        grid-template-columns: 1fr 1fr;
        gap: 24px;
        margin-bottom: 14px;
    }
    .top_players_heading {
        right: 16px;
        top: 0px;
    }
    .top_players_detail_section h4 {
        font-size: 14px;
        line-height: 150%;
        margin: 0 0 12px 0;
    }
    .top_players_detail_section h3 {
        font-size: 32px;
        line-height: 130%;
        margin: 0;
    }
    .top_players_detail_section h6 {
        font-size: 12px;
        line-height: 16px;
    }
    .top_players_top_section img {
        height: 195px;
        left: 27px;
    }
    .top_players_yellow_section h3 {
        font-size: 16px;
        line-height: 18px;
        margin: 0 0 4px 0;
    }
    .top_players_yellow_section h5 {
        font-size: 14px;
        font-weight: 500;
        line-height: 18px;
    }
    .top_players_item_slider{
        width: 334px;
    }
    .top_players_yellow_section{
        border-radius: 0 0 12.41px 12.41px;
        padding: 8px 16px;
    }
    .top_players_top_section {
        border-radius: 12.41px 12.41px 0 0;
        position: relative;
        padding: 14px 16px;
    }
    .top_players_heading h4 {
        font-size: 32px;
        line-height: 48px;
    }
    .top_players_left {
        width: 127px;
        height: 208px;
        margin-left: -26px;
        position: absolute;
        left: 0;
        top: 15px;
    }
    .top_players_right {
        width: 90px;
        height: 180px;
        position: absolute;
        right: 0;
        bottom: 40px;
    }
    .top_players_item_slider .owl-item {
        height: 289px;
    }
    .player_img_wrap img {
        width: 122px;
        height: 183px;
    }
    .player_name h3 {
        font-size: 12px;
        line-height: 15px;
        padding: 8px;
    }
    .player_category {
        height: 46px;
        padding: 10px 0;
        margin-bottom: 0;
    }
    .captain::after {
        width: 30px;
        height: 30px;
        top: 14px;
        right: 6.73px;
    }
    .kcl-content-pages .iframe-page-heading{
        padding-left: 0;
    }
    .top_players {
        margin-top: 67px;
    }
    .footer_copyright{
        flex-direction: column;
        justify-content: center;
    }
    
}
@media (max-width: 500px){
    .banner_item img{
        height: 238px;
    }
    .carousel-3d-item.is-left-1,
    .carousel-3d-item.is-right-1 {
        opacity: 0;
    }
    .vertical_carousel_score_table {
        max-width: 330px;
        margin: auto;
    }
    .stay_conntected_wrap {
        margin: 40px 0 100px 0;
        position: relative;
        background: url(../images/stay_connect_mobile_new.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom left;
    }
    .stay_conntected_store_buttons {
        bottom: -70px;
         gap: 18px;
    }
    .stay_conntected_store_buttons .google_play, .stay_conntected_store_buttons .app_store {
        width: 162px;
    }
    .stay_conntected_store_buttons .google_play img, .stay_conntected_store_buttons .app_store img{
        width: 100%;
    }
    .carousel-3d .carousel-3d-item{
        width: auto;
    }
    .team-inner-wrap {
        top: 15%;
    }
    .team figure img{
        width: 70px !important;
        height: 70px !important;
    }
}
@media (max-width: 400px){
    
    .menuHover .settings{
        align-items: center;
        margin-bottom: 48px;
    }
    .menuHover .google_play, .menuHover .app_store {
        width: 100px;
    }
     .carousel-3d .fixture-slick-snext {
        transform: translate3d(100%, 0, -10px) scale(0.95);
    }
    .carousel-3d .fixture-slick-snext2 {
        transform: translate3d(150%, 0, -10px) scale(0.82);
    }

    .carousel-3d .fixture-slick-sprev {
        transform: translate3d(-100%, 0, -10px) scale(0.95);
    }
    .carousel-3d .fixture-slick-sprev2 {
        transform: translate3d(-150%, 0, -10px) scale(0.82);
    }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
    .team-page-bottom-image {
        position: relative;
        bottom: 50px;
    }
    .team figure img {
        width: 70px !important;
        height: 70px !important;
    }
    .team-inner-wrap {
        top: 2%;
    }
    .team-wrap:after{
        height: calc(100vh - 50px);
    }
    .menuHover .settings{
        margin-bottom: 48px;
    }
}