@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
figure{margin: 0;}
a,button {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: "Poppins", sans-serif;
    font-family: "Bebas Neue", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;    
}
.main-wrpper {
    height:100%;
    width: 100%;
    overflow: hidden;
}
.container{
    max-width: 1370px;
    padding: 0 15px;
}
/* ***** End Common Css **** */

/* **** Header **** */
header {
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    background:#2A457D;
    padding: 9px 0;
    border: none;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    border-bottom: 10px solid #F9BD07;
}
.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
    margin: 0;
    width: 280px;
}
.navbar-brand img {
    max-width: 100%;
    height: 75px;
}
.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar-light .navrow{
    display: flex;
    align-items: center;
    width: 100%;
}
.navbar-light .navbar-nav {
    margin: 0 auto;
    gap: 25px;
}
.navbar-light .navbar-nav-right{
    display: flex;
    align-items: center;
    gap: 15px;
}
.navbar-light .navbar-nav .nav-link{
    padding: 0;
    font-weight: 400;
    font-size: 22px;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #fff;
    background-color: transparent;
    border: none;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar-light .navbar-nav .nav-link i{
    font-size: 12px;
}
.navbar-light .navbar-nav .nav-link:after{
    display: none;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #F9BD07;
}
.navbar-light .navbar-nav .dropdown-menu{
    background-color: #2A457D;
    border: 2px solid #F9BD07;
    border-radius: 0;
    padding: 10px;
}
.navbar-light .navbar-nav .dropdown-menu .dropdown-item{
    font-size: 15px;
    padding: 0;
    background-color: transparent;
    color: #fff;
    padding: 5px 10px 3px;
}
.navbar-light .navbar-nav .dropdown-menu .dropdown-item:hover{
    background-color: #FFFFFF;
    color: #2A457D;
}
/* **** End Header **** */

/* **** toggler **** */
.navbar-light .navbar-toggler {background-color: transparent;border-radius: 0;outline: none;box-shadow: none;border: none;height: 40px;width: 40px;padding: 0;}
.navbar-light .navbar-toggler:focus {box-shadow: none;outline: none; }
.navbar-light .navbar-toggler .navbar-toggler-icon {background-image: unset;}
.navbar-toggler:active, .navbar-toggler:focus { outline: none; }
.navbar-light .navbar-toggler-icon {width: 24px;height: 18px;background-image: none;position: relative;border-bottom: 2px solid #F9BD07;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {width: 24px;position: absolute;height: 2px;background-color: #F9BD07;top: 0;right: 0;content: "";z-index: 2;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after {top: 8px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {transform: rotate(45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {transform: translateY(8px) rotate(-45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {border-color: transparent;}
/* **** End toggler **** */


.btn-secondary{
    font-size: 30px;
    line-height: 30px;
    color: #F9BD07;
    padding: 13px 14px;
    border: 1px solid #F9BD07;
    background-color: transparent;
    display: table;
}
.btn-secondary:hover{
    border-color: #F9BD07;
    color: #2A457D;
    background-color: #F9BD07;
}
.btn-primary{
    font-size: 30px;
    line-height: 30px;
    color: #2A457D;
    padding: 13px 28px;
    border: 1px solid #F9BD07;
    background-color: #F9BD07;
    display: table;
    box-shadow: none;
    outline: none;
}
.btn-primary:focus{
    border-color: #F9BD07;
    background-color: transparent;
    color: #F9BD07;
    box-shadow: none;
    outline: none;
}
.btn-primary:hover{
    border-color: #F9BD07;
    background-color: transparent;
    color: #F9BD07;
}


/* **** hero **** */
.hero-wrp{
    position: relative;
    /* background-image: url('../images/hero-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: column;
    gap: 30px; */
}
/* .hero-wrp h1{
    font-size: 85px;
    color: #fff;
    text-align: center;
    margin: 0;   
}
.hero-wrp .hero-player img{
    width: 100%;
} */
.hero-wrp .hero-video{
    height: calc(100vh - 103px);
    width: 100%;
    overflow: hidden;
}
.hero-wrp .hero-video video{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/* **** End hero **** */

.titlebar{
    margin: 0 0 16px;
}
.titlebar h2{
    font-size: 50px;
    line-height: 50px;
    color: #000;
    text-align: center;
    margin: 0;
}
.titlebar .form-group{
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    gap: 14px;
    margin: 16px 0 0;
}
.titlebar .form-group label{
    font-size: 30px;
    line-height: 30px;
    color: #000;
    margin: 0;
    white-space: nowrap;
}
.titlebar .form-group .form-control{
    font-size: 30px;
    line-height: 30px;
    color: #000;
    padding: 8px 42px 6px 10px;
    background-color: #FFFFFF;
    border-radius: 0;
    border: none;
    box-shadow: none;
    outline: none;
    width: fit-content;
    cursor: pointer;
}
.titlebar .form-group select.form-control{
    background: url('../images/arrow-down.svg') no-repeat right #fff;
    background-position: center right 5px;
    -webkit-appearance: none;
}

/* **** ASTCL Fixture **** */
.fixture-wrp{
    padding: 80px 0;
    background-image: url('../images/fixture-bg.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.fixture-wrp .slider-box{
    width: 100%;
    background-color: #000;
    border-bottom: 6px solid #2A457D;
    clip-path: polygon(4% 0, 100% 0%, 96% 100%, 0% 100%);
    position: relative;
    padding: 38px 25px;
}
.fixture-wrp .slider-box::before{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-image: url('../images/fixture-box-shape.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
}
.fixture-wrp .slider-box .detail{
    position: relative;
    z-index: 9;
    text-align: center;
}
.fixture-wrp .slider-box .detail h3{
    font-size: 25px;
    line-height: 25px;
    color: #F9BD07;
    margin: 0 0 8px;
}
.fixture-wrp .slider-box .detail h2{
    font-size: 33px;
    line-height: 33px;
    color: #F9BD07;
    margin: 0;
}
.fixture-wrp .slider-box .detail ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 16px 0 20px;
}
.fixture-wrp .slider-box .detail ul li img{
    max-width: 100%;
}
.fixture-wrp .slider-nav{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    position: relative;
    z-index: 9;
    margin: 67px auto 0;
}
.fixture-wrp .slider-nav .button-prev img,
.fixture-wrp .slider-nav .button-next img{
    max-width: 100%;
}
.fixture-wrp .slider-nav .swiper-pagination{
    position: relative;
    top: auto;
    left: 0;
    bottom: 4px;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 20px;
}
.fixture-wrp .slider-nav .swiper-pagination .swiper-pagination-bullet{
    height: 14px;
    width: 14px;
    background-color: #2A457D;
    opacity: 1;
    border-radius: 0;
    transform: rotate(12.7deg);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    box-shadow: 3px 3px #000;
    margin: 0;
}
.fixture-wrp .slider-nav .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #fff;
}
/* **** End ASTCL Fixture **** */


/* **** Season **** */
.season-wrp .titlebar{
    display: none;
}
.season-wrp .season-filter{
    padding: 24px 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}
.season-wrp .season-filter label {
    font-size: 30px;
    line-height: 30px;
    color: #000;
    margin: 0;
    white-space: nowrap;
}
.season-wrp .season-filter .form-control{
        font-size: 30px;
    line-height: 30px;
    color: #000;
    padding: 8px 42px 6px 10px;
    background-color: #FFFFFF;
    border-radius: 0;
    border: none;
    box-shadow: none;
    outline: none;
    width: fit-content;
    cursor: pointer;
    background: url(../images/arrow-down.svg) no-repeat right #F9BD07;
    background-position: center right 5px;
    -webkit-appearance: none;
}
.season-wrp .nav-tabs{
    padding: 35px 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.season-wrp .nav-tabs .nav-item .nav-link {
    font-size: 38px;
    line-height: 29px;
    opacity: 1;
    color: #000;
    border-radius: 0;
    border: 3px solid #F9BD07;
    padding: 10px 12px 7px;
}
.season-wrp .nav-tabs .nav-item .nav-link.nav-link:hover,
.season-wrp .nav-tabs .nav-item .nav-link.nav-link.active{
    background-color: #F9BD07;
}
.season-wrp .season-block{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
.season-wrp .season-block .season-box{
    height: 352px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.season-wrp .season-block .season-box img{
    max-width: 100%;
}
/* **** End Season **** */



/* **** Artist performance **** */
.performance-wrp{
    background-color: #2A457D;
    padding: 100px 0 60px;
}
.performance-wrp .row{
    margin: 0 -24px;
}
.performance-wrp .col-md-4{
    padding: 0 24px;
}
.performance-wrp .titlebar{
    margin: 0 0 65px;
}
.performance-wrp .titlebar h2{
    color: #fff;
}
.performance-wrp .artist-box{
    position: relative;
}
.performance-wrp .artist-box .artist-box-img{
    position: relative;
    border: 6px solid #F9BD07;
    padding: 8px;
    transform: skewX(-2deg);
    margin: 0 0 35px;
}
.performance-wrp .artist-box .artist-box-img h3{
    font-size: 41px;
    line-height: 41px;
    color: #000;
    padding: 13px 40px 10px;
    background-color: #F9BD07;
    max-width: 225px;
    clip-path: polygon(12% 0, 100% 0%, 88% 100%, 0% 100%);
    position: absolute;
    left: 50%;
    top: -32px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 9;
    margin: 0;
}
.performance-wrp .artist-box .artist-box-img ul{
    background-color: rgba(0,0,0,0.8);
    padding: 10px 16px;
    width: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 80px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: 0 auto;
}
.performance-wrp .artist-box .artist-box-img ul li img{
    max-width: 100%;
}
.performance-wrp .artist-box .artist-box-img .box-img{
    height: 438.61px;
    background-color: #000;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.performance-wrp .artist-box .artist-box-img .box-img:before{
    position: absolute;
    content: "";
    height: 342px;
    width: 100%;
    background-image: url('../images/artist-shape.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 26px;
}
.performance-wrp .artist-box .artist-box-img .box-img img{
    max-height: 100%;
}
.performance-wrp .artist-box .detail{
    padding-right: 15px;
}
.performance-wrp .artist-box .detail h4{
    font-size: 50px;
    line-height: 50px;
    color: #F9BD07;
    text-align: center;
    margin: 0 0 10px;
}
.performance-wrp .artist-box .detail p{
    font-size: 23px;
    color: #fff;
    text-align: center;
    line-height: 23px;
    margin: 0;
}
/* **** End Artist performance **** */



/* **** Event **** */
.event-wrp{
    padding:92px 0 88px;
    position: relative;
}
.event-wrp h2{
    font-size: 132px;
    line-height: 110px;
    color: #F9BD07;
    text-align: center;
    margin: 0;
    text-shadow:4px 4px #000;
}
.event-wrp .event_swiper{
    height: 100%;
    position: relative;
    width: 100%;
    /* margin-top: -30px; */
    margin-top: 30px;
    background-color: #fff;
}
.event-wrp .event_swiper .slider-box {
    padding: 18px 10px 0;
    position: relative;
}
.event-wrp .event_swiper .slider-box:before{
    position: absolute;
    content: "";
    height: 90px;
    top: 0;
    right: 4.5px;
    left: 20px;
    background-color: #F9BD07;
    z-index: 1;
    transform: skewX(-2deg);
}
.event-wrp .event_swiper .slider-box .slider-box-img{
    background-color: #000000;
    transform: skewX(-2deg);
    position: relative;
    z-index: 2;
}
.event-wrp .event_swiper .slider-box .slider-box-img .box-img{
    padding:0 4px 2px 0;
}
.event-wrp .event_swiper .slider-box .slider-box-img .box-img img{
    position: relative;
    top: -10px;
    left: -6px;
    width: 100%;
}
.event-wrp .event_swiper .slider-box .detail{
    padding: 20px 0 0;
}
.event-wrp .event_swiper .slider-box .detail h3{
    font-size: 50px;
    color: #000;
    margin: 0;
}
.event-wrp .event_swiper .slider-box .detail p{
    font-size: 23px;
    color: #000;
    margin: 0;
}
.event-wrp .event_swiper .button-prev,
.event-wrp .event_swiper .button-next{
    position: absolute;
    left: 0;
    top: 30%;
    z-index: 9;
}
.event-wrp .event_swiper .button-next{
    left: auto;
    right: 0;
}
/* **** End Event **** */


/* **** Insta **** */
.insta-wrp{
    padding: 70px 0;
    background-image: url('../images/insta-bg.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.insta-wrp .titlebar{
    margin: 0 0 58px;
}
.insta-wrp .insta_swiper{
    width: 100%;
    height: 100%;
}
.insta-wrp .insta_swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
.insta-wrp .insta_swiper .slider-box{
    padding: 0 10px 10px 0;
}
.insta-wrp .insta_swiper .slider-box img{
    width: 100%;
    box-shadow: 10px 10px #000;
}
.insta-wrp .btn-insta{
    font-size: 44px;
    line-height: 44px;
    color: #F9BD07;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
    background-color: #000000;
    padding: 14px 24px 10px;
    width: fit-content;
    box-shadow: -5.37px 5.37px rgba(0,0,0,0.25);
    margin: 60px auto 0;
}
/* **** End Insta **** */



/* **** News **** */
.news-wrp{
    padding: 113px 0 75px;
    background-image: url('../images/news-bg.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.news-wrp .row{
    row-gap: 30px;
}
.news-wrp .titlebar{
    margin: 0 0 65px;
}
.news-wrp .titlebar h2{
    color: #fff;
}
.news-wrp .news_swiper{
    height: 100%;
    width: 100%;
    position: relative;
}
.news-wrp .news-box .box-img{
    width: 100%;
    clip-path: polygon(0 0, 100% 3%, 100% 100%, 0 97%);
}
.news-wrp .news-box .box-img img{width: 100%;}
.news-wrp .news-box .detail{
    padding: 20px 0 0;
}
.news-wrp .news-box .detail h3{
    font-size: 50px;
    color: #fff;
    line-height: 50px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 0 10px;
}
.news-wrp .news-box .detail p{
    font-size: 23px;
    color: #fff;
    line-height: 23px;
    margin: 0 0 24px;
}
.news-wrp .news-box .detail a.btn-black{
    font-size: 32px;
    color: #F9BD07;
    line-height: 32px;
    padding: 14px 15px 10px;
    background-color: #000;
    display: table;
}
.news-wrp .news-box .detail a.btn-black:hover{
    background-color: #F9BD07;
    color: #2A457D;
}
.news-wrp .news_swiper .button-prev,
.news-wrp .news_swiper .button-next{
    position: absolute;
    top: 26%;
    left: -0;
    height: 66.85px;
    width: 66.85px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 100%;
    z-index: 9;
    box-shadow:3px 1px 0 0 #000;
}
.news-wrp .news_swiper .button-next{
    left: auto;
    right: -0;
    box-shadow:-3px 1px 0 0 #000;
}


.article-wrp{
    background-color: #2A457D;
    padding: 80px 0;
}
.article-wrp .article-image{
    position: relative;
}
.article-wrp .article-image img{
    width: 100%;
    position: relative;
    z-index: 8;
}
.article-wrp .article-detail{
    padding: 40px 0 0;
}
.article-wrp .article-detail h1{
    font-size: 50px;
    line-height: 50px;
    color: #fff;
    margin: 0 0 20px;
}
.article-wrp .article-detail h3{
    font-size: 26px;
    line-height: 26px;
    color: #fff;
    margin: 0 0 20px;
}


.article-detail-wrp{
    padding: 80px 0;
}
.article-detail-wrp .detail p{
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    color: #2A457D;
    margin: 0 0 40px;
}
.article-detail-wrp .related-block h2{
    background-color: #2A457D;
    color: #F9BD07;
    font-size: 30px;
    text-align: center;
    padding: 16px 16px 12px;
    margin: 0 0 24px;
}
.article-detail-wrp .related-block ul li{
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0 0 15px;
}
.article-detail-wrp .related-block ul li .box-img{
    width: 100px;
    aspect-ratio: 1 / 1;
}
.article-detail-wrp .related-block ul li .box-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.article-detail-wrp .related-block ul li h5{
    font-size: 24px;
    color: #2A457D;
    margin: 0 0 15px;
} 
.article-detail-wrp .related-block ul li h6{
    font-size: 18px;
    color: #2A457D;
    margin: 0;
}
/* **** End News **** */


/* **** Sponsors **** */
.sponsor-wrp{
    padding: 113px 0 45px;
}
.sponsor-wrp .titlebar{
    margin: 0 0 55px;
}
.sponsor-wrp .sponsor_swiper .slider-box img{
    max-width: 100%;
    margin: 0 auto;
}
.sponsor-wrp .sponsor-arrow{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin: 65px auto 0;
}
.sponsor-wrp .sponsor-arrow .button-prev img,
.sponsor-wrp .sponsor-arrow .button-next img{max-width: 100%;}
/* **** End Sponsors **** */


/* **** Footer **** */
footer{
    background-color: #000;
    border-top: 10px solid #F9BD07;
    padding: 121px 0 0;
}
footer .container{
    max-width: 1371px;
}
footer .col-md-3 .quicklinks{
    padding-left: 20px;
}
footer .quicklinks ul li a{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 35px;
    color: #fff;
}
footer .quicklinks ul li a:hover{
    color: #F9BD07;
}
footer .quicklinks ul li.song-list{
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 10px 0 0;
}
footer .quicklinks ul li.song-list a{
    height: 32px;
    width: 32px;
    background-color: #fff;
    border-radius: 100%;
    padding: 5px;
}
footer .quicklinks ul li.song-list a img{
    max-width: 100%;
}
footer .quicklinks ul li.song-list a:hover{
    background-color: #F9BD07;
}
footer .foot-block{
    background-color: #F9BD07;
    padding: 20px 108px;
    position: relative;
    transform: skewX(-10deg);
    box-shadow: -10px 10px #2A457D;
}
footer .foot-block .foot-logo{
    position: absolute;
    bottom: 20px;
    left: 64px;
    max-width: 100%;
    transform: skewX(10deg);
}
footer .foot-block ul{
    display: table;
    margin-left: auto;
    transform: skewX(10deg);
}
footer .foot-block ul li{
    margin: 0 0 15px;
}
footer .foot-block ul li:last-child{
    margin: 0;
}
footer .foot-block ul li a{
    display: block;
}
footer .copyright{
    margin: 88px 0 0;
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,0.20);
}
footer .copyright ul{
    display: flex;
    align-items: center;
    gap: 20px;
}
footer .copyright ul li a{
    display: block;
}
footer .copyright ul li a img{
    max-width: 100%;
}
footer .copyright p{
    margin: 0;
    font-size: 20px;
    color: #fff;
    text-align: center;
}
footer .copyright .btn-whatsapp{
    position: fixed;
    right: 34px;
    bottom: 40px;
    display: table;
    z-index: 119;
}
footer .copyright h6{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin: 0;
}
footer .copyright h6 a{display: table;}
footer .copyright h6 a img{width: 70px;}
/* **** End Footer **** */



/* **** Start About Page ***** */
.about-banner-wrp {
    position: relative;
    background-image: url("../images/about-banner-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 420px;
    display: flex;
    align-items: flex-end;
    padding: 40px 0;
}
.about-banner-wrp::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #2A457Da8 100%);
    left: 0;
    top: 0;
}
.about-banner-wrp .banner-title {
    position: relative;
    z-index: 9;
}
.about-banner-wrp .banner-title h1 {
    font-size: 72px;
    line-height: 72px;
    color: #fff;
    margin: 0;
}
.about-banner-wrp .banner-title h1 span {
    color: #F9BD07;
}
.astcl-wrp {
    background: linear-gradient(90deg, #000000 0%, #2A457D 80%);
    padding: 100px 0;
}
.astcl-wrp .row {
    align-items: center;
}
.astcl-wrp .image-box {
    position: relative;
}
.astcl-wrp .image-box .main-img {
    width: 100%;
}
.astcl-wrp .image-box .overlay-img {
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 240px;
    aspect-ratio: 1 / 1;
    border: 4px solid #fff;
    object-fit: cover;
    object-position: bottom;
}
.astcl-wrp .content-box .titlebar {
    margin: 0 0 40px;
}
.astcl-wrp .content-box .titlebar h2 {
    color: #fff;
    text-align: left;
}
.astcl-wrp .content-box p {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    color: #fff;
    margin: 0 0 24px;
}
.astcl-wrp .content-box h4{
    font-size: 24px;
    font-weight: none;
    color: #fff;
    margin: 0 0 20px;
}
.astcl-wrp .content-box ul li{
    padding: 0 0 0 20px;
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    color: #fff;
    position: relative;
    margin: 0 0 5px;
}
.astcl-wrp .content-box ul li:after{
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background-color: #F9BD07;
    border-radius: 100%;
    top: 12px;
    left: 0;
}

.vision-missoin-wrp {
    padding: 100px 0;
}
.vision-missoin-wrp .container {
    max-width: 1100px;
}
.vision-missoin-wrp .nav-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border: none;
    margin: 0 auto 30px;
}
.vision-missoin-wrp .nav-tabs li .nav-link {
    font-size: 24px;
    line-height: 30px;
    color: #000;
    margin: 0;
    border: 3px solid #F9BD07;
    padding: 10px 12px 7px;
    width: 200px;
    transform: skewX(-20deg);
    border-radius: 15px;
}
.vision-missoin-wrp .nav-tabs li .nav-link span {
    transform: skew(20deg);
    display: block;
}
.vision-missoin-wrp .nav-tabs li .nav-link:hover,
.vision-missoin-wrp .nav-tabs li .nav-link.active {
    background-color: #F9BD07;
    color: #2A457D;
}
.vision-missoin-wrp .missoin-block .box-img{
    position: relative;
}
.vision-missoin-wrp .missoin-block .box-img img {
    width: 100%;
}
.vision-missoin-wrp .missoin-block .box-img h3{
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #F9BD07;
    margin: 0;
    font-size: 50px;
    font-weight: block;
    color: #000;
    text-align: center;
    width: 100px;
}
.vision-missoin-wrp .missoin-block .box-img h3 span{
    display: block;
    font-size: 30px;
    font-weight: normal;
}
.vision-missoin-wrp .missoin-block .box-detail .detail {
    margin: 0 0 32px;
}
.vision-missoin-wrp .missoin-block .box-detail .detail:last-child {
    margin: 0;
}
.vision-missoin-wrp .missoin-block .box-detail .detail h4 {
    font-size: 30px;
    color: #2A457D;
    margin: 0 0 10px;
}
.vision-missoin-wrp .missoin-block .box-detail .detail p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin: 0;
}
.vision-missoin-wrp .missoin-block .box-detail .detail ul {
    margin: 0 0 20px;
}
.vision-missoin-wrp .missoin-block .box-detail .detail ul li{
    font-size: 16px;
    font-weight: none;
    color: #000;
    line-height: 24px;
    padding: 0 0 0 20px;
    margin: 0 0 5px;
    position: relative;
    font-family: "Poppins", sans-serif;
}
.vision-missoin-wrp .missoin-block .box-detail .detail ul li:after{
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background-color: #F9BD07;
    top: 8px;
    left: 0;
}
section.vision-missoin-wrp.intro-row-wrp{
    padding: 50px 0;
}
section.vision-missoin-wrp.intro-row-wrp .box-detail .detail h4{
    font-size: 36px;
    margin: 0 0 25px;
}
section.vision-missoin-wrp.intro-row-wrp .box-detail .detail h5{
    font-size: 30px;
    margin: 0 0 15px;
    color: #000;
}

.founders-wrp {
    padding: 100px 0;
    background-image: url("../images/news-bg.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.founders-wrp .titlebar {
    margin: 0 0 40px;
}
.founders-wrp .titlebar h2 {
    color: #fff;
}
.founders-wrp .founder-list .founder-box{
    margin: 30px 0;
    height: calc(100% - 60px);
}
.founders-wrp .founder-list .founder-box .row{
    margin: 0;
    height: 100%;
}
.founders-wrp .founder-list .founder-box .row .col-md-4{padding: 0;} 
.founders-wrp .founder-list .founder-box .row .col-md-8{padding: 0;}
.founders-wrp .founder-box {
    background-color: #fff;
}
.founders-wrp .founder-box .box-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    background-color: #F9BD07;
    height: 100%;
}
.founders-wrp .founder-box .box-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: bottom;
}
.founders-wrp .founder-box .detail {
    padding: 16px;
}
.founders-wrp .founder-box .detail h3 {
    font-size: 24px;
    color: #2A457D;
    line-height: 30px;
    margin: 0 0 12px;
}
.founders-wrp .founder-box .detail p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #2A457D;
    margin: 0;
}
.founders-wrp .col-lg-5 .founder-box{
    height: 100%;
}
.founders-wrp .col-md-5 .founder-box .detail{
    padding: 24px;
}
/* **** End About Page ***** */



/* **** Contact Page **** */
.contact-wrp {
    padding: 120px 0;
    background-image: url("../images/news-bg.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.contact-wrp h2 {
    font-size: 45px;
    line-height: 45px;
    color: #fff;
    margin: 0 0 32px;
}
.contact-wrp .contact-detail ul li {
    margin: 0 0 24px;
    padding: 32px;
    border: 3px solid #F9BD07;
    background-color: #000000;
    text-align: center;
    border-radius: 8px;
    /* transform: skewX(-4deg); */
}
.contact-wrp .contact-detail ul li .detail {
    /* transform: skewX(4deg); */
}
.contact-wrp .contact-detail ul li:last-child {
    margin: 0;
}
.contact-wrp .contact-detail ul li .box-img {
    height: 80px;
    width: 80px;
    border: 3px solid #F9BD07;
    background-color: #000000;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}
.contact-wrp .contact-detail ul li .box-img img {
    max-width: 32px;
}
.contact-wrp .contact-detail ul li h3 {
    font-size: 24px;
    color: #F9BD07;
    margin: 0 0 16px;
}
.contact-wrp .contact-detail ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}
.contact-wrp .contact-form {
    padding-left: 40px;
}
.contact-wrp .contact-form .row {
    row-gap: 30px;
}
.contact-wrp .contact-form .form-group .form-control {
    font-size: 20px;
    color: #2A457D;
    padding: 12px 20px;
    border-radius: 8px;
    border: none;
    box-shadow: none;
    outline: none;
}
.contact-wrp .contact-form .form-group .form-control::placeholder {
    color: #2A457D;
}
.contact-wrp .contact-form .btn-primary {
    width: 100%;
    text-align: center;
    border-radius: 8px;
}
.form-checkbox {
    margin: 30px 0;
    position: relative;
}
.form-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.form-checkbox label {
    position: relative;
    cursor: pointer;
    font-size: 20px;
    color: #ffffff;
}
.form-checkbox label:before {
    content: "";
    -webkit-appearance: none;
    background-color: #fff;
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}
.form-checkbox input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 7px;
    width: 6px;
    height: 14px;
    border: solid #2A457D;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
/* **** End Contact Page **** */


/* **** Merchandise page **** */
.merchandise-wrp{
    padding: 100px 0;
}
.merchandise-wrp .row{
    row-gap: 30px;
}
.merchandise-wrp .product-box .box-img{
    position: relative;
    overflow: hidden;
}
.merchandise-wrp .product-box .box-img img{
    width: 100%;
}
.merchandise-wrp .product-box .box-img .size-box{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.20);
    padding: 16px;
    transform: translate(0, 100%);
    backdrop-filter: blur(20px);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.merchandise-wrp .product-box .box-img:hover .size-box{
    transform: translate(0, 0);
}
.merchandise-wrp .product-box .detail{
    padding: 20px 0 0;
}
.merchandise-wrp .product-box .detail h3{
    font-size: 24px;
    color: #2A457D;
    margin: 0 0 16px;
}
.merchandise-wrp .product-box h5{
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #2A457D;
    font-weight: 600;
    margin: 0 0 20px;
}
.merchandise-wrp .product-box h5 span{
    text-decoration: line-through;
    color: #384b74;
}
.merchandise-wrp .product-box ul{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px; 
} 
.merchandise-wrp .product-box .form-check{
    padding: 0;
    margin: 0;
    position: relative;
}
.merchandise-wrp .product-box .form-check input{
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 0;
    opacity: 0;
}
.merchandise-wrp .product-box .form-check label{
    border: 3px solid #F9BD07;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    height: 34px;    
    cursor: pointer;
    transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.merchandise-wrp .product-box .form-check input:checked + label{
    background-color: #F9BD07;
}
.merchandise-wrp .product-box .btn-primary{
    font-size: 18px;
    line-height: 20px;
    padding: 10px 24px;
}



.collectibles-wrp{
    background-color: #2A457D;
    padding: 100px 0 60px;
}
.collectibles-wrp .titlebar{
    margin: 0 0 65px;
}
.collectibles-wrp .titlebar h2{
    color: #fff;
}
.collectibles-wrp .collectible-box{
    position: relative;
}
.collectibles-wrp .collectible-box .collectible-box-img{
    position: relative;
    border: 6px solid #F9BD07;
    padding: 8px;
    transform: skewX(-2deg);
    margin: 0 0 20px;
}
.collectibles-wrp .collectible-box .collectible-box-img img{
    width: 100%;
}
.collectibles-wrp .collectible-box .detail h4 {
    font-size: 25px;
    line-height: 25px;
    color: #F9BD07;
    text-align: center;
    margin: 0 0 10px;
}
.collectibles-wrp .collectible-box .detail h6 {
    font-size: 23px;
    color: #fff;
    text-align: center;
    line-height: 23px;
    margin: 0 0 20px;
}
.collectibles-wrp .collectible-box .detail .btn-primary {
    font-size: 18px;
    line-height: 20px;
    padding: 12px 30px;
    margin: 0 auto;
}
/* **** End Merchandise page **** */



/* **** Video Page **** */
.videos-wrp{
    padding: 100px 0;
    background-color: #2A457D;
}
.videos-wrp .video-filter{
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: flex-end;
    padding: 0 0 24px;
    margin: 0 0 24px;
    border-bottom: 1px solid rgba(255,255,255,0.20);
}
.videos-wrp .video-filter .row{
    align-items: center;
}
.videos-wrp .video-filter .form-group{
    display: flex;
    align-items: center;
    gap: 16px;
    width: fit-content;
}
.videos-wrp .video-filter .form-group label{
    font-size: 20px;
    color: #FFFFFF;
    margin: 0;
    white-space: nowrap;
}
.videos-wrp .video-filter .form-group .form-select{
    font-size: 18px;
    padding: 8px 60px 8px 16px;
    box-shadow: none;
    outline: none;
    color: #000;
    background-color: #fff;
    border-radius: 0;
    width: fit-content;
}

.videos-wrp .row{
    row-gap: 30px;
}
.videos-wrp .video-box{
    background-color: #fff;
    border: 2px solid #F9BD07;
}
.videos-wrp .video-box .box-video{
    aspect-ratio: 1 /1;
    position: relative;
    overflow: hidden;
}
.videos-wrp .video-box .box-video video{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.videos-wrp .video-box .box-video .play-btn{
    background-color: #F9BD07;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 0;
    border: none;
    border-radius: 6px 0 0 0;
}
.videos-wrp .video-box .detail{
    padding: 18px 20px 15px;
}
.videos-wrp .video-box .detail h3{
    font-size: 26px;
    color: #2A457D;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
}
/* **** End Video Page **** */




/* **** Terms And Conditions **** */
.terms-conditions-wrp{
    padding: 100px 0;
}
.terms-conditions-wrp .titlebar {
    text-align: center;
    margin: 0 0 40px;
}
.terms-conditions-wrp .titlebar h2{
    margin: 0 0 12px;
}
.terms-conditions-wrp .titlebar p{
    font-size: 18px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    color: #000000;
    margin: 0;
}
.terms-conditions-wrp h3{
    font-size: 32px;
    color: #2A457D;
    margin: 0 0 10px;
    background-color: #F9BD07;
    padding: 8px 30px 4px;
    clip-path: polygon(1% 0, 100% 0, 99% 100%, 0% 100%);

}
.terms-conditions-wrp h4{
    font-size: 26px;
    color: #000;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    margin: 0 0 10px;
}
.terms-conditions-wrp .description{
    margin: 0 0 40px;
}
.terms-conditions-wrp p{
    font-size:16px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    color: #000000;
    margin: 0;
}
.terms-conditions-wrp p a{
    color: #000;
    text-decoration: underline;
}
.terms-conditions-wrp ul{
    padding-left: 24px;
}
.terms-conditions-wrp ul li{
    font-size:16px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    color: #000000;
    margin: 0;
    list-style: disc;
}
/* **** End Terms And Conditions **** */





/* **** Points Table **** */
.points-table-wrp{
    padding: 100px 0;
}
.points-table-wrp .points-filter{
    background-color: #2A457D;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 0 0 40px;
}
.points-table-wrp .points-filter .form-group:last-child{
    width: 450px;
}
.points-table-wrp .points-filter .form-group .form-select{
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    border: none;
}
.points-table-wrp .points-table-block h2{
    font-size: 36px;
    color: #000;
    margin: 0 0 20px;
}
.points-table-block .points-table{
    background-color: #2A457D;
    margin: 0 0 40px;
}
.points-table-block .points-table table{
    margin: 0;
}
.points-table-block .points-table table tbody tr{
    border-color: rgba(255,255,255,0.20);
}
.points-table-block .points-table table tbody tr td{
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    vertical-align: middle;
    padding: 10px 20px;
}
.points-table-block .points-table table tbody tr td .box-icon img{
    height: 65px;
    width: 65px;
}
.points-table-block .points-table table tbody tr td span{
    background-color: #2A841B;
    padding: 4px 8px;
    margin-left: 4px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
}
/* **** End Points Table **** */



/* **** Registration **** */
.registration-wrp{
    padding: 100px 0;
}
.registration-wrp .container{
    max-width: 960px;
}
.registration-wrp h1{
    font-size: 50px;
    line-height: 50px;
    color: #000;
    text-align: center;
    margin: 0 0 40px;
}
.registration-wrp .registration-block {
    background-color: #fff;
    box-shadow: 0 0 24px rgba(0,0,0,0.15);
}
.registration-wrp .registration-block .mainrow{
    margin: 0;
}
.registration-wrp .registration-block .mainrow .main-col{padding: 0;}

.registration-wrp .registration-block .registration-image{
    background-color: #2A457D;
    height: 100%;
}
.registration-wrp .registration-block .registration-image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.form-wizard .wizard-fieldset {
  display: none;
}
.form-wizard .wizard-fieldset.show {
  display: block;
}
.registr-block{
    padding: 40px;
}
.registr-block h2{
    font-size: 40px;
    color: #2A457D;
    text-align: center;
    margin: 0 0 40px;
}
.registr-form .form-group{
    margin: 0 0 20px;
}
.registr-form .form-group label{
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #2A457D;
    margin: 0 0 5px;
}
.registr-form .form-group .radio-group ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.registr-form .form-group .radio-group ul.column2{grid-template-columns: repeat(2, 1fr);}
.registr-form .form-group .radio-group ul.column4{grid-template-columns: repeat(4, 1fr);}
.registr-form .form-group .radio-group ul li{
    position: relative;
}
.registr-form .form-group .radio-group ul li label{
    margin: 0;
    border: 1px solid #2A457D;
    width: 100%;
    padding: 6px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.registr-form .form-group .radio-group ul li input{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.registr-form .form-group .radio-group ul li input:checked + label{
    background-color: #F9BD07;
    border-color: #F9BD07;
}



.registr-form .form-control{
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight:400;
    color: #2A457D;
    box-shadow: none;
    outline: none;
    border: 1px solid rgba(0,0,0,0.15);
    padding: 10px 16px;
    border-radius: 0;
    resize: none;
}
.registr-form .form-group .form-control::placeholder{
    color: #2A457D;
}
.registr-form .form-wizard-next-btn{
    margin-left: auto;
}
.payment-box{
    background-color: #E3E4DD;
    padding: 20px;
}
.payment-box h3{
    font-size: 26px;
    color: #2A457D;
    margin: 0 0 5px;
}
.payment-box ul li{
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 28px;
    color: #2A457D;
}
.payment-box ul li b{
    font-weight: 600;
}
.payment-box .player-detail{
    margin: 0 0 40px;
}
.payment-box .payment-detail ul li:last-child{
    color: #2A841B;
}
.payment-box h6{
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #2A841B;
    margin: 40px 0;
}
/* **** End Registration **** */





/** **** Team ***** */
.team-banner-wrp{
    background-color: #2A457D;
    padding: 60px 0;
}
.team-banner-wrp .season-box{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}
.team-banner-wrp .season-box img{
    max-width: 100%;
}
.team-banner-wrp .team-detail h1{
    font-size: 40px;
    color: #fff;
    margin: 0 0 30px;
}
.team-banner-wrp .team-detail ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -8px;
    row-gap: 16px;
}
.team-banner-wrp .team-detail ul li{
    padding: 0 8px;
    font-family: "Poppins", sans-serif;
    width: 50%;
}
.team-banner-wrp .team-detail ul li h5{
    background-color: rgba(0,0,0,0.15);
    border: 1px solid rgba(255,255,255,0.20);
    padding: 35px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0;
    border-radius: 20px 0 0 0;
}
.team-banner-wrp .team-detail ul li:nth-child(2) h5{
    border-radius: 0 20px 0 0;
}
.team-banner-wrp .team-detail ul li:nth-child(3) h5{
    border-radius: 0 0 0 20px;
}
.team-banner-wrp .team-detail ul li:nth-child(4) h5{
    border-radius: 0 0 20px 0;
}
.team-banner-wrp .team-detail ul li h5 b{
    font-weight: 600;
}



.team-player-wrp{
    padding: 80px 0;
}
.team-player-wrp .row{
    row-gap: 30px;
}
.team-player-wrp .team-box{
    background-color: #2A457D;
    padding: 20px;
    display: block;
    align-items: center;
}
.team-player-wrp .team-box .box-img{
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    position: relative;
}
.team-player-wrp .team-box .box-img figure img{
    width: 100%;
}
.team-player-wrp .team-box .box-img .img-top-left{
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
}
.team-player-wrp .team-box .box-img .img-top-right{
    position: absolute;
    top: 0;
    right: 0;
    max-width: 100%;
    filter: brightness(0) invert(1);
    display: flex;
    align-items: center;
    gap: 5px;
}
.team-player-wrp .team-box .box-detail{
    padding: 20px 0 0;
    text-align: center;
}
.team-player-wrp .team-box .box-detail h3{
    font-size: 40px;
    line-height: 40px;
    color: #F9BD07;
    text-align: center;
    margin: 0 0 10px;
}
.team-player-wrp .team-box .box-detail p{
    font-size: 23px;
    color: #fff;
    text-align: center;
    line-height: 23px;
    margin: 0;
}
/** **** End Team ***** */




/* **** Stats **** */
.stats-wrp{
    padding: 100px 0;
}
.stats-wrp .stats-filter{
    margin: 0 0 24px;
}
.stats-wrp .stats-filter .form-group .form-select{
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #2A457D;
    box-shadow: none;
    outline: none;
    border: 1px solid rgba(0,0,0,0.15);
    cursor: pointer;
    padding: 8px 16px;
    border-radius: 0;
}
.stats-wrp .stats-filter .form-group .form-control{
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #2A457D;
    box-shadow: none;
    outline: none;
    border: 1px solid rgba(0,0,0,0.15);
    cursor: pointer;
    padding: 8px 16px;
    border-radius: 0;
}
.stats-wrp .stats-filter .form-group .form-control::placeholder{
    color: #2A457D;
}

.stats-wrp .stats-table table{
    border: 1px solid #2A457D;
}
.stats-wrp .stats-table table thead tr th{
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    background-color: #2A457D;
    padding: 10px 16px;
    text-align: center;
}
.stats-wrp .stats-table table tbody tr td{
    font-size: 14px;
    color: #2A457D;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    vertical-align: middle;
    padding: 10px 16px 0;
    border-bottom: 1px solid #2A457D;
    text-align: center;
}
.stats-wrp .stats-table table tbody tr td:nth-child(3){
    background-color: rgba(0 0 0 / 20%);
    font-weight: 600;
}
.stats-wrp .stats-table table tbody tr td .box-image{
    width: 75px;
    margin: 0 auto;
}
.stats-wrp .stats-table table tbody tr td .box-image img{
    width: 100%;
}
/* **** End Stats **** */



/* **** Stats Banner *** */
.overview-banner{
    padding: 113px 0 0;
    background-image: url(../images/news-bg.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.overview-banner .row{
    align-items: center;
}
.overview-banner .banner-image{
    position: relative;
}
.overview-banner .banner-image:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 5%;
    width: 70%;
    aspect-ratio: 1 / 1;
    border: 20px solid #F9BD07;
    margin: 0 auto;
}
.overview-banner .banner-image img{
    max-width: 100%;
    position: relative;
    z-index: 9;
}
.overview-banner .hero-detail h1{
    font-size: 50px;
    color: #fff;
    margin: 0 0 20px;
}
.overview-banner .hero-detail ul{
    display: flex;
    flex-wrap: wrap;
    border: 3px solid #F9BD07;
}
.overview-banner .hero-detail ul li{
    background-color: rgba(0,0,0,0.1);
    backdrop-filter: blur(15px);
    width: 50%;
    padding: 30px;
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    border: 3px solid #F9BD07;
}
.overview-banner .hero-detail ul li span{
    font-weight: 300;
    font-size: 24px;
    display: block;
}
/* **** End Stats Banner *** */


/* **** Statistics **** */
.statistics-wrp{
    padding: 50px 0;  
    background-color: #F9BD07;
}
.statistics-wrp .statistics-block{
    border: 4px solid #2A457D;
}
.statistics-wrp .statistics-block ul{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
.statistics-wrp .statistics-block ul li:last-child{
    border: none;
}
.statistics-wrp .statistics-block ul li{
    border-right: 4px solid #2A457D;
    padding: 20px;
    text-align: center;
}
.statistics-wrp .statistics-block ul li h4{
    font-size: 40px;
    color: #2A457D;
    margin: 0;
}
.statistics-wrp .statistics-block ul li h5{
    font-size: 18px;
    color: #2A457D;
    margin: 0;
}


.statistics-table-wrp{
    padding: 40px 0;
}
.statistics-table-wrp .statistics-table-block{
    border: 5px solid #2A457D;
    margin: 0 0 40px;
}
.statistics-table-wrp .statistics-table-block:last-child{
    margin: 0;
}
.statistics-table-wrp .statistics-table-block h3{
    font-size: 32px;
    background-color: #2A457D;
    color: #fff;
    padding: 15px 20px 10px;
    margin: 0;
}
.statistics-table-wrp .statistics-table-block table{
    margin: 0;
}
.statistics-table-wrp .statistics-table-block table thead tr th{
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    background-color: #626f8b;
    padding: 10px 16px;
    text-align: center;
}
.statistics-table-wrp .statistics-table-block table tbody tr td{
    font-size: 14px;
    color: #2A457D;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    vertical-align: middle;
    padding: 16px;
    border-bottom: 1px solid #2A457D;
    text-align: center;
}
/* **** End Statistics **** */



/* **** MATCHES **** */
.matches-wrp{
    padding: 40px 0;
}
.matches-wrp .nav-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border: none;
    margin: 0 auto 40px;
}
.matches-wrp .nav-tabs li .nav-link {
    font-size: 24px;
    line-height: 30px;
    color: #000;
    margin: 0;
    border: 3px solid #F9BD07;
    padding: 10px 12px 7px;
    width: 200px;
    transform: skewX(-20deg);
    border-radius: 15px;
}
.matches-wrp .nav-tabs li .nav-link span {
    transform: skew(20deg);
    display: block;
}
.matches-wrp .nav-tabs li .nav-link:hover,
.matches-wrp .nav-tabs li .nav-link.active {
    background-color: #F9BD07;
    color: #2A457D;
}
.matches-wrp .drop-down-filter{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin: 0 0 20px;
}
.matches-wrp .drop-down-filter .form-group .form-select{
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #2A457D;
    box-shadow: none;
    outline: none;
    border: 1px solid rgba(0,0,0,0.15);
    cursor: pointer;
    padding: 8px 16px;
    border-radius: 0;
}

.team-archive-block {
    background-color: #2A457D;
    padding:20px 50px;
}
.team-archive-block .resultList{
    padding-left: 60px;   
    position: relative;
}
.team-archive-block .resultList:before{
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    background-color: #2A841B;
    border-radius: 100%;
    left: 0;
    top: 40px;
    z-index: 9;
}
.team-archive-block .resultList:last-child:after{
    display: none;
}
.team-archive-block .resultList:after{
    position: absolute;
    content: "";
    height: 100%;
    left: 9px;
    width: 2px;
    border-left: 2px dashed #fff;
    top: 40px;
}
.team-archive-block .resultList:last-child .matche-box{
    border: none;
}
.team-archive-block .matche-box{
    padding: 40px 0;
    border-bottom: 2px solid rgba(255,255,255,0.20);
}
.team-archive-block .matche-box .matche-name h6{
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #fff;
    background-color: #2A841B;
    padding: 4px 10px;
    display: table;
    margin: 0 0 10px;
    position: relative;
}
.team-archive-block .matche-box .matche-name h6::before{
    position: absolute;
    content: "";
    left: -40px;
    height: 3px;
    width: 40px;
    background-color: #2A841B;
    top: 50%;
    transform: translate(0, -50%);
}
.team-archive-block .matche-box .matche-name h5{
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: rgba(255,255,255,0.70);
    margin: 0 0 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.team-archive-block .matche-box .matche-name h5 small{
    font-size: 12px;
    color: rgba(255,255,255,0.40);
}
.team-archive-block .matche-box .matche-detail h3{
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 20px;
}
.matche-box .matche-detail .team-score{
    display: flex;
    align-items: center;
    gap: 45px;
}
.matche-box .matche-detail .team-score .team-detail{
    display: flex;
    align-items: center;
    gap: 20px;
}
.matche-box .matche-detail .team-score .team-detail .team-logo-img{
    height: 80px;
    width: 80px;
    margin: 0 auto 10px;
}
.matche-box .matche-detail .team-score .team-detail .team-logo-img img{
    height: 100%;
    width: 100%;
}
.matche-box .matche-detail .team-score .team-detail .live-score span{
    display: block;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: rgba(255,255,255,1);
}
.matche-box .matche-detail .team-score .team-detail .live-score span.score-txt{font-size: 14px;margin: 5px 0;}
.matche-box .matche-detail .team-score .team-detail .live-score span.over-txt{font-size: 14px;}
.team-archive-block .team-buttons ul{
    display: flex;
    align-items: center;
    gap: 20px;
}
.team-archive-block .team-buttons a{
    background-color: #F9BD07;
    font-size: 18px;
    text-transform: capitalize;
    padding: 8px 20px 5px;
    color: #2A457D;
    display: table;
    transform: skewX(-10deg);
}
.team-archive-block .team-buttons a span{
    transform: skewX(10deg);
    display: block;
}
.team-archive-block .team-buttons a:hover{
    background-color: #fff;
    color: #2A457D;
}
/* **** End MATCHES **** */





.match-banner-wrp{
    background: linear-gradient(90deg, #330e3b00, #330e3b, #330e3b00), linear-gradient(90deg, #330e3b00, #330e3b, #330e3b00), #ee745c;
    position: relative;
    padding: 80px 0 0;
}
.match-banner-wrp .match-banner-score{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
}
.match-banner-wrp .match-banner-score .score-box{
    display: flex;
    align-items: center;
    width: 250px;
    justify-content: space-between;
}
.match-banner-wrp .match-banner-score .score-box .team-logo-img{
    height: 100px;
    width: 100px;
    border: 2px solid #F9BD07;
    background-color: #2A457D;
    padding: 15px;
    border-radius: 100%;
}
.match-banner-wrp .match-banner-score .score-box .team-logo-img img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.match-banner-wrp .match-banner-score .score-box .score-text{
    font-size: 40px;
    line-height: 35px;
    color: #fff;
    display: block;
    margin: 0 0 5px;
}
.match-banner-wrp .match-banner-score .score-box .over-text{
    font-size: 20px;
    line-height: 18px;
    color: #fff;
    display: block;
    margin: 0;   
}
.match-banner-wrp .match-banner-score .vs-icon{
    background-color: #F9BD07;
    padding: 6px 20px;
    transform: skew(-6deg);
    font-size: 24px;
    color: #000;
    letter-spacing: 1px;
}
.match-banner-wrp .match-banner-score .vs-icon span{
    display: block;
    transform: skew(6deg);
}
.match-banner-wrp .bottom-info{
    padding: 60px 0 40px;
}
.match-banner-wrp .bottom-info ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.match-banner-wrp .bottom-info ul li{
    display: block;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: rgba(255,255,255,1);
    margin-left: 20px;
    padding-left: 20px;
    position: relative;
}
.match-banner-wrp .bottom-info ul li:before{
    position: absolute;
    content: "";
    height: 5px;
    width: 5px;
    left: 0;
    background-color: #fff;
    border-radius: 100%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.match-banner-wrp .bottom-info ul li:first-child{
    padding: 0;
    margin: 0;
}
.match-banner-wrp .bottom-info ul li:first-child::before{
    display: none;
}

.info-note{
    max-width: 80%;
    margin: 0 auto;
    background-color: #F9BD07;
    padding: 10px 0 8px;
    border-radius: 16px 16px 0 0;
}
.info-note p{
    font-size: 20px;
    text-align: center;
    margin: 0;
    font-weight: 400;
}

.team-overview-wrap{
    padding: 80px 0;
}
.team-overview-wrap .main-nav-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border: none;
    margin: 0 auto 40px;
}
.team-overview-wrap .main-nav-tabs li .nav-link {
    font-size: 24px;
    line-height: 30px;
    color: #000;
    margin: 0;
    border: 3px solid #F9BD07;
    padding: 10px 12px 7px;
    width: 200px;
    transform: skewX(-20deg);
    border-radius: 15px;
}
.team-overview-wrap .main-nav-tabs li .nav-link span {
    transform: skew(20deg);
    display: block;
}
.team-overview-wrap .main-nav-tabs li .nav-link:hover,
.team-overview-wrap .main-nav-tabs li .nav-link.active {
    background-color: #F9BD07;
    color: #2A457D;
}
.team-overview-wrap .inner-nav-tabs{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    border: none;
    margin: 0 auto 20px;
    gap: 5px;
    border: 2px solid #dddddd;
    width: fit-content;
    transform: skewX(-20deg);
    padding: 4px;
}
.team-overview-wrap .inner-nav-tabs li .nav-link {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    margin: 0;
    border: 3px solid #F9BD07 ;
    padding: 10px 12px 7px;
    border-radius: 0;
}
.team-overview-wrap .inner-nav-tabs li .nav-link span {
    transform: skew(20deg);
    display: block;
}
.team-overview-wrap .inner-nav-tabs li .nav-link:hover,
.team-overview-wrap .inner-nav-tabs li .nav-link.active {
    background-color: #F9BD07;
    color: #2A457D;
    border-color: #F9BD07;
}
.score-card-content{
    border: 1px solid #dddddd;
    padding: 20px;
}
.score-card-content .content-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #dddddd;
    padding: 0 0 16px;
    margin: 0 0 16px;
}
.score-card-content .content-head .teamlogo{
    display: flex;
    align-items: center;
    gap: 20px;
}
.score-card-content .content-head .teamlogo img{
    height: 50px;
    width: 50px;
}
.score-card-content .content-head .teamlogo h4{
    font-size: 24px;
    color: #2A457D;
    margin: 6px 0 0;
}
.score-card-content .content-head .teamScoredet h5{
    font-size: 24px;
    color: #2A457D;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 4px;
}
.score-card-content .content-head .teamScoredet h5 span{
    color: #F9BD07;
    font-size: 36px;
    padding: 0 0 4px;
}
.score-card-block{
    padding: 0 0 40px;
}
.score-card-content .content-body table{
    margin: 0;
    border: 1px solid #dddddd;
}
.score-card-content .content-body table thead tr th{
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    border: none;
    background-color: #2A457D;
    color: #fff;
    padding: 10px 16px;
}
.score-card-content .content-body table tbody tr td{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #11141c;
    border: none;
    vertical-align: middle;
    padding: 10px 16px;
    border-bottom: 1px solid #dddddd;
}
.score-card-content .content-body table tbody tr td .team-name{
    display: flex;
    align-items: center;
    gap: 20px;
}
.score-card-content .content-body table tbody tr td .team-name img{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #2A457D;
}
.score-match-details h2{
    font-size: 24px;
    color: #2A457D;
    margin: 0 0 16px;
}
.score-match-details table{
    margin: 0;
    border: 1px solid #dddddd;
}
.score-match-details table tbody tr td{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #11141c;
    border: none;
    vertical-align: middle;
    padding: 10px 16px;
    border: 1px solid #dddddd;
}
.team-overview-wrap .team-player-wrp{
    padding: 0;
}






/* **** Custom Table **** */
.did-not-bat{
    padding: 20px 0;
    border-bottom: 1px solid #dddddd;
}
.did-not-bat h3{
    font-size: 18px;
    color: #11141c;
    font-weight: 500;
    margin: 0 0 10px;
    font-family: "Poppins", sans-serif;
}
.did-not-bat p{
    font-size: 13px;
    color: #11141c;
    font-weight: 500;
    margin: 0 0 10px;
    font-family: "Poppins", sans-serif;
}
.did-not-bat ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.did-not-bat ul li{
    border:  1px solid #dddddd;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    color: #11141c;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 20px;
}
.custom-table table{
    width: 100%;
}
.score-card-content .content-body table tbody tr td h5{
    margin: 0;
    color: #000;
    font-weight: 400;
    font-size: 18px;
}
.score-card-content .content-body table tbody tr td p{
    margin: 0;
    color: #000;
}


.wickets-block{
    padding: 20px 0;
    border-bottom: 1px solid #dddddd;
}
.wickets-block h3{
    font-size: 18px;
    color: #11141c;
    font-weight: 500;
    margin: 0 0 10px;
    font-family: "Poppins", sans-serif;
}
.wickets-block ul{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.wickets-block ul li{
    border: 1px solid #dddddd;
    padding: 10px;
    font-size: 12px;
    color: #11141c;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    text-align: center;
    width: 100px;
}
.wickets-block ul li span{
    background-color: #F9BD07;
    color: #000;
    padding: 2px 6px;
    border-radius: 20px;
    display: table;
    margin: 0 auto 5px;
}
.wickets-block ul li small{
    display: block;
    margin: 5px 0 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .stats-wrp .stats-table table thead {display: none;}
    .stats-wrp .stats-table table{border: none;}
    .stats-wrp .stats-table table td:before {content: attr(data-label);z-index: 1;float: left;color: #000;position: absolute;left: 10px;top: 50%;transform: translate(0, -50%);}
    .stats-wrp .stats-table table tbody tr{margin: 0 0 20px;display: block;border: 1px solid #2A457D;}
    .stats-wrp .stats-table table tbody tr td{width: 100%;display: block;text-align: right;font-size: 13px;line-height: 20px;position: relative;}
    .stats-wrp .stats-table table tbody tr td:last-child:hover:after {left: auto;right: 10%;transform: translate(50%, 50%);}
    .stats-wrp .stats-table table tbody tr td:last-child{border-bottom: none;}
    .stats-wrp .stats-table table tbody tr td .team-name{gap: 10px;justify-content: flex-end;}
    .stats-wrp .stats-table table tbody tr td .box-image{margin-left: auto;margin-right: 0;}
}
@media (max-width:767px) {
    .score-card-content .content-body table{width: 100%;}
    .custom-table table thead {display: none;}
    .score-card-content .content-body table{border: none;}
    .custom-table table td:before {content: attr(data-label);z-index: 1;float: left;color: #000;position: absolute;left: 10px;top: 50%;transform: translate(0, -50%);}
    .custom-table td:last-child:hover:after {left: auto;right: 10%;transform: translate(50%, 50%);}
    .score-card-content .content-body table tbody tr{margin: 0 0 20px;display: block;border: 1px solid #dddddd;}
    .score-card-content .content-body table tbody tr td{width: 100%;display: block;text-align: right;font-size: 13px;line-height: 20px;position: relative;}
    .score-card-content .content-body table tbody tr td:last-child{border-bottom: none;}
    .score-card-content .content-body table tbody tr td .team-name{gap: 10px;justify-content: flex-end;}

    .stats-wrp .stats-table table{border: none;}
    .stats-wrp .stats-table table td:before {content: attr(data-label);z-index: 1;float: left;color: #000;position: absolute;left: 10px;top: 50%;transform: translate(0, -50%);}
    .stats-wrp .stats-table table tbody tr{margin: 0 0 20px;display: block;border: 1px solid #2A457D;}
    .stats-wrp .stats-table table tbody tr td{width: 100%;display: block;text-align: right;font-size: 13px;line-height: 20px;position: relative;}
    .stats-wrp .stats-table table tbody tr td:last-child:hover:after {left: auto;right: 10%;transform: translate(50%, 50%);}
    .stats-wrp .stats-table table tbody tr td:last-child{border-bottom: none;}
    .stats-wrp .stats-table table tbody tr td .team-name{gap: 10px;justify-content: flex-end;}
    .stats-wrp .stats-table table tbody tr td .box-image{margin-left: auto;margin-right: 0;}
}
/* **** End Custom Table **** */




.partnership-block{
    padding: 0 0 20px;
}
.partnership-block h3 {
    font-size: 24px;
    color: #2A457D;
    margin: 0 0 16px;
}
.partnership-block .partnership-item{
    font-family: "Poppins", sans-serif;
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: 1px solid #dddddd;
}
.partnership-block .partnership-item .row{
    align-items: center;
}
.partnership-block .partnership-item .partners-name{
    text-align: center;
}
.partnership-block .partnership-item .partners-name .prName{
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    color: #131313;
    display: block;
}
.partnership-block .partnership-item .partners-name span.prScore {
    display: block;
    font-size: 13px;
    font-weight: 600;
}
.partnership-block .partnership-item .partners-name span.prScore i {
    font-style: normal;
    padding: 0 3px;
    color: #6a6a6a;
    font-weight: 400;
    font-size: 12px;
}
.partnership-block .partnership-item .parters-chart .prTot {
    font-size: 13px;
    line-height: 13px;
    font-weight: 400;
    color: #131313;
    display: block;
    text-align: center;
}
.partnership-block .partnership-item .parters-chart .prTot .ng-binding{
    font-weight: 600;
}
.partnership-block .partnership-item .parters-chart .prTot i.ng-binding {
    color: #6a6a6a;
    font-weight: 400;
    font-style: normal;
}
.partnership-block .partnership-item .parters-chart .prExtra{
    font-size: 13px;
    line-height: 13px;
    font-weight: 400;
    color: #131313;
    display: block;
    text-align: center;
}
.partnership-block .partnership-item .parters-chart .prExtra .ng-binding{
    font-weight: 600;
}
.partnership-block .partnership-item .bar-wrap{
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin: 8px 0;
}
.partnership-block .partnership-item .bar-wrap .indv-bar {
    display: inline-block;
    height: 20px;
}
.partnership-block .partnership-item .bar-wrap .indv-bar.hrz-bg1{background: #D71920;}
.partnership-block .partnership-item .bar-wrap .indv-bar.hrz-bg2 {background: #273665;}
.partnership-block .partnership-item .bar-wrap .indv-bar.hrz-bg3 {background: #dc5034;}


.substitute-block{
    padding: 40px 0 0;
}
.substitute-block h2{
    font-size: 24px;
    color: #2A457D;
    margin: 0 0 16px;
}
.substitute-block .row{
    row-gap: 30px;
}


/* **** custom-table **** */
.matches-wrp .custom-table table{
    border: 1px solid #2A457D;
}
.matches-wrp .custom-table table thead tr th{
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    background-color: #2A457D;
    padding: 15px 16px;
    text-align: center;
}
.matches-wrp .custom-table table tbody tr td{
    font-size: 14px;
    color: #2A457D;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    vertical-align: middle;
    padding: 15.btn-primarypx 16px;
    border-bottom: 1px solid #2A457D;
    text-align: center;
}
.matches-wrp .custom-table table tbody tr td .team-items{
    display: flex;
    align-items: center;
    gap: 20px;
}
.matches-wrp .custom-table table tbody tr td ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.matches-wrp .custom-table table tbody tr td span{
    display: table;
    margin: 0 auto;
}
.matches-wrp .custom-table table tbody tr td ul li{
    width: 24px;
    width: 24px;
    border: 1px solid #2A841B;
    font-size: 14px;
    color: #2A841B;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.matches-wrp .custom-table table tbody tr td ul li.l{
    color: #D34646;
    border-color: #D34646;
}
.matches-wrp .custom-table table tbody tr td .team-items .team-logo img{width: 24px;}
.matches-wrp .custom-table table tbody tr td .box-image{
    width: 75px;
    margin: 0 auto;
}
.matches-wrp .custom-table table tbody tr td .box-image img{
    width: 100%;
}
@media (max-width:767px) {
    .matches-wrp .custom-table table {border: none;}
    .matches-wrp .custom-table table thead {display: none;}
    .matches-wrp .custom-table table td:before {content: attr(data-label);z-index: 1;float: left;color: #000;position: absolute;left: 10px;top: 50%;transform: translate(0, -50%);}
    .matches-wrp .custom-table table tbody tr{margin: 0 0 20px;display: block;border: 1px solid #2A457D;}
    .matches-wrp .custom-table table tbody tr td{width: 100%;display: block;text-align: right;font-size: 13px;line-height: 20px;position: relative;}
    .matches-wrp .custom-table table tbody tr td:last-child:hover:after {left: auto;right: 10%;transform: translate(50%, 50%);}
    .matches-wrp .custom-table table tbody tr td:last-child{border-bottom: none;}
    .matches-wrp .custom-table table tbody tr td ul{justify-content: flex-end;}
    .matches-wrp .custom-table table tbody tr td span{margin: 0 0 0 auto;}
    .matches-wrp .custom-table table tbody tr td .team-items{justify-content: flex-end;}
}
/* **** End custom-table **** */

.intro-row-wrp .missoin-block{
    padding: 35px 0;    
}
.intro-row-wrp .missoin-block:nth-child(even) .row{
    flex-flow: row-reverse;
}
.intro-row-wrp .missoin-block:nth-child(even) .row .box-img h3{
    left: auto;
    right: 0;
}

.intro-achived-wrp{
    padding: 50px 0;
    background-image: url(../images/news-bg.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.achived-box{
    padding: 30px;
    border: 6px dashed #F9BD07;
}
.achived-box figure{
    margin: 0 auto 20px;
    max-width: 100px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.achived-box figure img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.achived-box h3{
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    font-weight: block;
    color: #fff;
}