@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    background: #fff;
    background-position: bottom;
    background-size: 100%;
}

a {
    color: #000;
    text-decoration: none;
}
a:hover{
	color: #02296c;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
    max-width: 1370px;
}
header {
	background: #02296c;
    color: #fff;
    position: sticky;
    top: 0;
    z-index: 20;
    font-weight: 600;
    border-bottom: 1px white solid;
}

.logo img {
    max-width: 100%;
    height: 50px;
    max-height: 100px;
    width: auto;
}
.aligncenter{
	margin: auto;
	    display: block;
}
.mainmenu {
    background: #0B1A27;
}

.mainmenu .nav-item {
    padding: 4px 12px;
}

.mainmenu .nav-link {
    color: #106f40;
    font-size: 16px;
    font-weight: 500;
}

.mainmenu li:hover,
.mainmenu .current-menu-item {
    background: #ED1C24;
}

.mainmenu ul.dropdown-menu {
    background-color: #0b1a27;

}

.mainmenu .navbar-toggler {
    color: #19193A;
    z-index: 999;
    position: absolute;
    top: 5px;
    right: 0;
}

.mainmenu .navbar-toggler.collapsed {
    position: static;
}

.mainmenu .navbar-toggler:focus,
.mainmenu .navbar-toggler:focus {
    box-shadow: none;
}

.mainmenu .dropdown-toggle::after {}

footer {
    padding-top: 35px;
    padding-bottom: 35px;
    background: linear-gradient(10deg,#02296c 0%, #02296c 73%);
    color: white;
    margin-top: 80px;
}

footer .menu {
    padding: 0px;
    margin: 0px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .menu li{
	list-style: none;
	margin-left: 20px;
    color: white;
    text-transform: uppercase;
}
footer a {
    color: white;
    
}
footer .social{
	gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .social img{
	width: 40px;
}
#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}
.copyright {
	border-top: thin #eaeaea solid;
	font-size: small;
}

.content-section img {
        max-width: 100%;
        height: auto;
}
.content-section tbody, .content-section td, .content-section tfoot, .content-section th, .content-section thead, .content-section tr {
    border-color: inherit;
    border-style: solid;
    border-width: 1px;
    padding: 8px;
}
.top{
	overflow: hidden;
    color: #383838;
}


.alm-btn-wrap .alm-load-more-btn {
    background: none !important;
    border: #e61d2f 1px solid !important;
    color: #e61d2f !important;
    padding: 10px 25px !important;
    height: auto !important;
}
 
.menu-main{
    display: flex;
    justify-content: right;
}

.menu-main ul{
    margin: 0;
    padding: 0;
}

.menu-main ul li{
    display: inline-block;
}
.dropdown-menu li{
	text-transform: none !important;
}
.menu-main ul li a{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 10px;
    transition: 0.2s;
}

.menu-main ul li.current-menu-item {
    
}

.menu-main ul li:hover{
    
}
.menu-main ul li:hover a, .menu-main ul li.current-menu-item a{
    color: #F1BE48;
}
.menu-main ul li img{
	height: 16px;
}
.menu-main i{
	font-size: 15px;
    margin-right: 2px;
}
hr{
	border-color: #9f9f9f;
}
.banner{
	background: #08296e;
	padding-bottom: 10px;
}
.banner .img{
	background: url('../img/banner-u23-2025.jpg') no-repeat;
    height: 1000px;
    background-size: cover;
    background-position: center;
    /*clip-path: polygon(
      0% 0%,     
      100% 0%,   
      100% 70%,  
      50% 100%,  
      0% 70%     
    );*/
    object-fit: cover;
}
.banner .img .bg{
	/*background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 10%, rgba(0, 0, 0, 0.8) 83%);*/
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    padding-top: 470px;
}
.banner .img h1{
	font-size: 55px;
    font-weight: 700;
}
.banner .img p{
	font-size: 27px;
    font-weight: 700;
}
.banner .img p a{
	font-size: 25px;
    background: #F1BE48;
    color: #02296C;
    padding: 12px 20px;
    border-radius: 5px;
    font-weight: 700;
    text-transform: uppercase;
}
.bgmedium{
	/*background: #111111 url('../img/bgmedium.png') no-repeat;
	min-height: 300px;*/
    padding: 30px 0px;
    background-position: center;
    background-size: cover;
}
.headingblue{
	background: #02296C url(../img/headbg.png) no-repeat;
    color: white;
    padding: 12px;
    text-transform: uppercase;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-size: 100%;
}
.headingblue h2, .headingblue h3, .headingblue h4{
	margin-bottom: 0px;
    font-size: 24px;
    font-weight: 600;
}
.heading{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.heading h2, .heading h3, .heading h4{
	color: #02296C;
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 600;
}
.heading a{
	background: #02296C url('../img/arrow_right.png') no-repeat;
	padding: 8px 40px 8px 16px;
    background-position: right 10px center;
    color: #fff;
    transition: 0.2s;
        background-size: 8px;
    border-radius: 5px;
}
.heading a:hover{
	background-color: #120e02;
	
}
.newsin{
	position: relative;
    overflow: hidden;
    border-radius: 16px;
}
.newsin .pimg
{
	aspect-ratio: 800 / 400;
    overflow: hidden;
    margin-bottom: 0px;
}
.newsin .pimg img
{
	width: 100%;
    height: auto;
    object-fit: cover;
}
.newsin .title
{
	position: absolute;
    bottom: 0px;
    left: 0;
    color: white;
    padding: 15px;
	background: linear-gradient(0deg,rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
}
.newsin .title h3
{
	font-size: 16px;
    font-weight: 700;
    padding: 0;
    margin: 0;
}
.col-12 .newsin .title h3
{
	font-size: 24px;
}
.newsin .title a
{
	color: white;
}
.bg2{
	background: #020202 url('../img/bg2.png?') no-repeat;
	min-height: 300px;
    padding: 30px 0px;
    background-position: center bottom;
    background-size: cover;
}
.nav-tabs{
	display: flex;
    justify-content: space-between;
    gap: 10px;
    border: none;
}
.nav-tabs .nav-item{
	background: none;
	width: 32%;
}
.nav-tabs .nav-item .nav-link{
	border-radius: 8px;
    padding: 4px;
    color: #02296c;
    border: none;
    width: 100%;
    border: thin #02296c solid;
}
.nav-tabs .nav-item .nav-link.active, .nav-tabs .nav-item .nav-link:hover
{
	background: #F1BE48;
    color: white;
    border: thin solid #F1BE48;
}
.news{
    border-bottom: 1px silver solid;
    padding-bottom: 20px;
}
.news .pimg{
	aspect-ratio: 800 / 400;
	border-radius: 16px;
    overflow: hidden;
}
.news .pimg img{
	width: 100%;
    height: auto;
    object-fit: cover;
}
.news .des{

}
.news .des h3{
	font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}
.organeborder{
	border: thin #02296c solid;
	border-radius: 16px;
	
}
.graybg{
	background: #f7f7f7;
    border-radius: 16px;
    border: thin #D9D9D9 solid;
}
.ranking-table{
	
}
.ranking-table .ranking-table-head{
	display: flex;
    border-bottom: thin silver solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.ranking-table .ranking-table-head .group-name{
	width: 40%;
	font-weight: 600;
}
.ranking-table .h{
    width: 10%;
	text-align: center;
}
.ranking-table .ranking-table-body{
	display: flex;
	align-items: center;
}
.ranking-table .team-pos{
	width: 5%;
	text-align: center;
	font-weight: 600;
	font-size: 24px;
}
.ranking-table .team-name{
    width: 35%;
    white-space: nowrap;
}
.organeborder-head{
	border-bottom: thin #F1BE48 solid;
}
.splide-fixture .item-box {
    background: #ffffff url(../img/fifa-abtract.png) no-repeat;
    height: 150px;
    display: flex;
    align-items: center;
    padding: 15px;
    border-radius: 16px;
    background-size: auto 100%;
    line-height: 30px;
    background-position: right center;
}
.fixture{
	width: 100%;
}
.fixture .head{

}
.fixture .head img{
	width: 30px;
}
.fixture .head span{
	font-weight: 600;
}
.fixture .body{
	white-space: nowrap;
    font-size: 13px;
}
.fixture .body .col-4{
	border-right: thin silver solid;
    padding-right: 45px;
}
.fixture .body .col-8 div{
	display: flex;
    align-items: center;
    gap: 5px;
}
.splide-fixture .splide__arrows
{
	display: flex;
    position: absolute;
    right: 0;
    top: -30px;
    gap: 15px;
}
.splide-fixture .splide__arrows .splide__arrow
{
	position: initial;
    background: #ffffff;
    color: #000000;
}
.splide-fixture .splide__arrows .splide__arrow svg {
    fill: #000000;
}
.splide-fixtureday .item-box {
    display: flex;
    align-items: center;
    border-radius: 16px;
    background-size: cover;
    line-height: 30px;
}
.splide-fixtureday .item-box .graybg
{
	height: 252px;
	width: 100%;
}
.splide-fixtureday .item-box .graybg .head{
	border-bottom: 1px silver solid;
    padding-bottom: 5px;
    color: #000000;
    font-weight: 600;
 	text-align: center;
}
.splide-fixtureday .splide__arrows .splide__arrow
{
	top: 25px;
	background: #fff;
    color: #000000;
}
.splide-fixtureday .splide__arrows .splide__arrow svg {
    fill: #000000;
}
.splide-fixtureday .body{
	white-space: nowrap;
    font-size: 13px;
    line-height: 25px;
    max-height: 170px;
    overflow-y: hidden;
    overflow-x: hidden;
}
.splide-fixtureday .body::-webkit-scrollbar-track
{
    
    background-color: #262626;
}

.splide-fixtureday .body::-webkit-scrollbar
{
    width: 5px;
    background-color: #262626;
}
.splide-fixtureday .body::-webkit-scrollbar-thumb
{
    background-color: #2e2410;
}
.splide-fixtureday .body:hover::-webkit-scrollbar-thumb
{
    background-color: #b4903d;
}
.splide-fixtureday .body .col-3{
	border-right: thin silver solid;
    padding-right: 45px;
    display: flex;
    align-items: center;
}
.splide-fixtureday .body .col-9 div{
	display: flex;
    align-items: center;
    gap: 5px;
}
