* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: 'Roboto';
}

/* common css */
/* @font-face {
    font-family: "Khand-Bold";
    src: url("../fonts/Khand-Bold.ttf");
}
@font-face {
    font-family: "Mandalore";
    src: url("../fonts/Mandalore.woff");
}

@font-face {
     font-family: 'CeraPro-Bold';
    src: url("../fonts/Manrope-Bold.ttf");
}

@font-face {
    font-family: "Manrope-ExtraBold";
    src: url("../fonts/Manrope-ExtraBold.ttf");
}

@font-face {
    font-family: "Manrope-ExtraLight";
    src: url("../fonts/Manrope-ExtraLight.ttf");
}

@font-face {
    font-family: "Manrope-Light";
    src: url("../fonts/Manrope-Light.ttf");
}

@font-face {
     font-family: 'CeraPro-Medium';
    src: url("../fonts/Manrope-Medium.ttf");
}

@font-face {
    font-family: "Manrope-Regular";
    src: url("../fonts/Manrope-Regular.ttf");
}

@font-face {
    font-family: "Manrope-SemiBold";
    src: url("../fonts/Manrope-SemiBold.ttf");
}

@font-face {
     font-family: 'CeraPro-Medium';
    src: url("../fonts/Khand-Regular.ttf");
}
@font-face {
     font-family: 'CeraPro-Medium';
    src: url("../fonts/Khand-SemiBold.ttf");
}
@font-face {
     font-family: 'CeraPro-Medium';
    src: url("../fonts/Exo-Medium.ttf");
} */


@font-face {
    font-family: 'CeraPro-Black';
    src: url('../fonts/CeraPro-Black.woff2') format('woff2'),
        url('../fonts/CeraPro-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CeraPro-Light';
    src: url('../fonts/CeraPro-Light.woff2') format('woff2'),
        url('../fonts/CeraPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CeraPro-Italic';
    src: url('../fonts/CeraPro-Italic.woff2') format('woff2'),
        url('../fonts/CeraPro-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'CeraPro-Bold';
    src: url('../fonts/CeraPro-Bold.woff2') format('woff2'),
        url('../fonts/CeraPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CeraPro-Medium';
    src: url('../fonts/CeraPro-Medium.woff2') format('woff2'),
        url('../fonts/CeraPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CeraPro-BlackItalic';
    src: url('../fonts/CeraPro-BlackItalic.woff2') format('woff2'),
        url('../fonts/CeraPro-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}




:root {
    --white-color: white;
    --black-color: black;
    --gray-color: gray;
    --red-color: red;
}

body {
    background-color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    text-transform: capitalize;
    margin-bottom: 15px;
    line-height: 1;
    color: #fff;
	font-family: 'CeraPro-Bold';
}

h2 {
	font-size: 75px;
	line-height: 85px;
	background: #D4C482;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: 'CeraPro-Bold';
	text-transform: uppercase;
}

h3 {
    font-size: 65px;
    line-height: 75px;
	font-family: 'CeraPro-Bold';
}

h4 {
    font-size: 55px;
    line-height: 65px;
}

h5 {
    font-size: 18px;
    line-height: 28px;
}
h6 {
    font-size: 16px;
    line-height: 26px;
}


p {
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 25px;
	color: #fff;
}

p:last-child {
    margin-bottom: 0;
}

ul,
ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    text-transform: capitalize;
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
}

span {
    display: inline-block;
}

.section-heading {
    text-align: center;
    margin-bottom: 50px;
}

.section-heading h6 {
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 10px;
    color: green;
}

.section-heading h1 {
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
    margin-bottom: 15px;
    color: green;
}

.section-heading p {
    font-size: 22px;
    line-height: 32px;
    color: green;
    margin-bottom: 0;
}

.btn.btn-golden {
	font-size: 25px;
	padding: 7px 20px;
	background: url(../images/group-213.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #000;
	border-radius: 10px;
	border: none;
	position: relative;
	font-family: 'CeraPro-Medium';
}

.btn.btn-golden span {
	font-family: 'CeraPro-Medium';
}

.btn.btn-footer {
	font-size: 25px;
	padding: 15px 30px;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: white;
	border-radius: 3px;
	border: none;
	position: relative;
	font-family: 'CeraPro-Medium';
	letter-spacing: 4px;
	border: 1px solid #DDDFE7;
	transition: all .5s;
}
.btn.btn-footer:hover {
	background-image: url('/wp-content/themes/simba/assets/images/rectangle-1522.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	color: #000;
}
.btn.btn-yellow {
	font-size: 25px;
	padding: 10px 20px;
	background: linear-gradient(180deg, rgba(255,239,201,1) 0%, rgba(241,237,194,1) 51%, rgba(219,145,62,1) 71%, rgba(255,222,165,1) 100%);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #030200;
	border-radius: 20px;
	border: none;
	position: relative;
	font-size: 20px;
	font-family: 'CeraPro-Medium';
}

.btn.btn.btn-golden img {
	width: 35px;
	margin-right: 10px;
}

section {
    padding: 70px 0;
}

.row {
    align-items: center;
}
.container {
	max-width: 1200px;
}
/* common css */


/* header css start */
@keyframes smoothScroll {
    0% {
        transform: translateY(-60px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

#headerInnerpage.show ,
#header.show {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	animation: smoothScroll 1s forwards;
	z-index: 1000;
	box-shadow: 0 0 10px 5px #fff;
	background-color: #000;
}

#header, #headerInnerpage {
	background-color: transparent;
	padding: 0 0;
	transition: .5s all;
	position: relative;
	z-index: 11;
}

#header .header-box ,#headerInnerpage .headerInnerpage-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header .logo-box img {
	max-width: 200px;
	width: 100%;
}
#headerInnerpage .logo-box img {
	max-width: 200px;
	width: 100%;
}

#headerInnerpage .main-nav .click-menu,
#headerInnerpage .main-nav .cancel-menu {
    font-size: 25px;
    color: black;
    cursor: pointer;
    display: none;
}

#headerInnerpage .main-nav, #header .main-nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}
nav {
	width: 100%;
}

#header .button-box {
	width: 100%;
}
#header nav ul li .btn.btn-golden {
	margin-top: 25px;
}
#header.show .logo-box img {
	max-width: 200px;
	width: 100%;
	margin-bottom: -80px;
}
#header nav ul {
	display: flex;
	justify-content: space-between;
}
#header nav ul li {
	padding: 5px;
	position: relative;
	width: 100%;
}
#header nav ul li:last-child {
	text-align: end;
}
#header .logo-box {
	position: relative;
	text-align: center;
}
/* header css end */


/* banner css start */
#home_banner {
	/* background-image: url("../images/banner.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top; */
	/* min-height: calc(100vh + 151px); */
	margin-top: -151px;
	/* display: flex;
	justify-content: center;
	align-items: center;
	text-align: center; */
	position: relative;
	z-index: 1;
}
/* #home_banner::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	width: 100%;
	height: 100%;
	opacity: 0.2;
} */
#home_banner .home_banner-box {
	margin-top: 250px;
	position: relative;
	z-index: 11;
}
/* banner css end */


/* live css start */
#live .text-box h3 {
	position: relative;
	padding-left: 30px;
	margin-bottom: 0;
	background: linear-gradient(180deg, rgb(228, 228, 228) -40%, rgb(217, 127, 25) 100%);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: 'CeraPro-Bold';
}
#live .text-box {
	display: inline-block;
	padding: 20px;
	border: 2px solid #FF0700;
}
#live .text-box h3::after {
	content: '';
	position: absolute;
	top: 26px;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #FF0700;
	box-shadow: 0 0 20px 0px #FF0700;
}
#live {
	text-align: center;
	padding: 0;
}
/* live css end */


/* card_section css start */
#card_section .card-box .header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	/*border-bottom: 1px solid #CCDAE4;*/
	padding: 10px 20px;
	border-bottom: 1px solid #d4c482;
}
#card_section .card-box .header p {
	margin-bottom: 0;
	 font-family: 'CeraPro-Medium';
	font-size: 20px;
}
#card_section .card-box .body .heading h4.title {
	text-align: center;
	color: #F54952;
	position: relative;
	display: inline-block;
	margin: 10px 0;
	font-size: 30px;
	line-height: 40px;
	font-family: 'CeraPro-Bold';
	text-shadow: 0 0 20px black;
}
#card_section .card-box .body .heading h4.title::after {
	content: '';
	position: absolute;
	top: 20px;
	right: -15px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
}
#card_section .card-box .body .heading {
	text-align: center;
}
#card_section .card-box .body .top-box .box {
	display: flex;
	align-items: center;
	column-gap: 20px;
}
#card_section .card-box .body .top-box .box .img-box img {
	max-width: 70px;
	border-radius: 50%;
	object-fit: cover;
	min-height: 70px;
}
#card_section .card-box .body .top-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
	align-items: center;
}
#card_section .card-box .body .center-box {
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
}
#card_section .card-box .body .end-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin: 20px 0;
}
#card_section .card-box .body .end-box .box.middle-box ul {
	display: flex;
	align-items: center;
	column-gap: 15px;
	flex-wrap: wrap;
	justify-content: center;
}
#card_section .card-box .body .end-box .box ul {
	display: flex;
	column-gap: 15px;
	align-items: center;
	flex-wrap: wrap;
}
#card_section .card-box .body .end-box .box.middle-box ul h5 {
	margin-bottom: 0;
	background: linear-gradient(180deg, rgba(229,197,122,1) 0%, rgba(155,88,13,1) 51%, rgba(52,33,0,1) 100%);
	padding: 6px 20px;
	border-radius: 6px;
	font-size: 22px;
	font-family: 'CeraPro-Bold';
	background: #00a0ff;
    color: #000;
}
#card_section .card-box .body .end-box .box.middle-box ul li:nth-child(2) h5 {
    background: #ce5bd2;
}
#card_section h2, #card_section h3, #card_section h4, #card_section h5, #card_section h6 {
    margin-bottom: 0;
}
#card_section h3 {
	font-size: 30px;
	 font-family: 'CeraPro-Bold';
}
#card_section .card-box .body .center-box h6 {
	 font-family: 'CeraPro-Bold';
	font-size: 18px;
}
#card_section .card-box .body .end-box h6 {
	font-size: 20px;
	 font-family: 'CeraPro-Bold';
}
#card_section .card-box .footer .box h6 {
	display: inline-block;
	padding: 8px 50px;
	background: linear-gradient(180deg, rgba(229,197,122,0.5046219171262255) 0%, rgba(155,88,13,1) 51%, rgba(52,33,0,1) 100%);
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	 font-family: 'CeraPro-Bold';
	font-size: 18px;
	color: #CCDAE4;
	text-transform: unset;
	color: #000000;
    text-transform: unset;
    background: #d4c482;
}
#card_section .card-box .footer {
	text-align: center;
}
#card_section .card-box .footer .box p {
	margin-bottom: 10px;
	font-family: 'CeraPro-Medium';
	font-size: 18px;
	/*color: #CCDAE4;*/
	color: #d4c482;
    text-shadow: 0 0 20px black;
}
#card_section .card-box .body .top-box .middle-box p {
	background: linear-gradient(180deg, rgba(229,197,122,1) 0%, rgba(155,88,13,1) 51%, rgba(52,33,0,1) 100%);
	border-radius: 50%;
	min-height: 60px;
	min-width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	 font-family: 'CeraPro-Medium';
	font-size: 20px;
	background: #d4c482;
    color: #000;
}
#card_section .card-box .body {
	padding: 0 30px;
}
#card_section .card-box {
	/*background-image: url('../images/group-251.png');*/
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	margin-bottom: 80px;
	    background: linear-gradient(163deg,#580f188a 0%,rgba(128,19,30,1) 100%);
    border-radius: 10px;
}
#card_section .swiper-backface-hidden .swiper-slide {
	transform: scale(.8);
}
#card_section .swiper-backface-hidden .swiper-slide-active {
	transform: scale(1);
}
#card_section .swiper-button-next, #card_section .swiper-button-prev {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}




#card_section .swiper-button-next {
	transform: translateX(100%);
}
#card_section .swiper-button-prev {
	transform: translateX(-200%);
}


#card_section .card-box .body .end-box .box.left-box {
    width: 30%;
}
#card_section .card-box .body .end-box .box.middle-box {
    justify-content: center;
    width: 40%;
    margin: auto;
}
#card_section .card-box .body .end-box .box.right-box {
    width: 30%;
}
#card_section .card-box .body .end-box .box.right-box ul {
    justify-content: end;
}
#card_section .card-box .body .top-box .box.left-box {
    width: 33.33%;
}
#card_section .card-box .body .top-box .box.right-box {
    width: 33.33%;
    justify-content: end;
}
#card_section .card-box .body .top-box .middle-box {
    justify-content: center;
}

/* card_section css end */


/* tournament css start */
#tournament .box .top-box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 10px;
	margin-bottom: 15px;
}
#tournament .box .top-box ul li p, #tournament .box .end-box p {
	font-size: 25px;
	 font-family: 'CeraPro-Medium';
}
#tournament .box {
	text-align: center;
	padding: 30px;
	background: #fff0;
	backdrop-filter: blur(25px);
	border: 1px solid #707070;
	border-radius: 10px;
	max-width: 325px;
	margin-left: auto;
}
#tournament .box .heading h3 {
	font-size: 40px;
	line-height: 50px;
	 font-family: 'CeraPro-Medium';
}
#tournament .box .top-box ul li {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 2px solid #fff;
}
#tournament .box .top-box ul li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
#tournament .card-box {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	padding: 40px 60px;
	margin-bottom: 80px;
}
#tournament .box .end-box {
	margin-bottom: 30px;
}
#tournament .button-box.end {
	text-align: center;
	margin-top: 60px;
}
#tournament {
	/* background-image: url('../images/group-166.png'); */
	/* background-repeat: no-repeat; */
	/* background-size: 100% 100%; */
	/* background-position: center; */
}
.swiper-button-next::after, .swiper-button-prev::after {
	display: none;
}
#tournament .swiper-button-next, #tournament .swiper-button-prev {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
#tournament .swiper-button-next {
	transform: translateX(100%);
}
#tournament .swiper-button-prev {
	transform: translateX(-200%);
}


/* 19-01-2023 Jishu khan */
#tournament .tournament-container .img-box img {
	max-width: 500px;
	display: block;
	margin: 0 auto;
	position: relative;
	top: 200px;
}
#tournament .tournamentSwiper {
	padding-bottom: 100px;
}
#tournament {
	position: relative;
}
#tournament .swiper-button-next, #tournament .swiper-button-prev {
	bottom: 100px;
}
#tournament .swiper-button-prev {
	left: 32%;
	transform: none;
}
#tournament .swiper-button-next {
	transform: none;
	right: 32%;
	left: auto;
}
#tournament .card-box {
	background-size: cover;
}
#news .box .img-box {
	position: relative;
}
#news .box .img-box .text-box {
	position: absolute;
	bottom: 2%;
	padding: 20px;
}
#news .swiper-slide {
	transform: scale(.8);
}
#news .swiper-slide-active {
	transform: scale(1.1);
}
#news .box .img-box .text-box h4 {
	font-size: 50px;
	line-height: 60px;
}
.swiper.newsSwiper {
	padding: 40px 0;
}


/* Pradip 17-10-2023*/
#tournamenta{
	display: none !important;
}
.tournament-part {
	height: 800px;
	background: url('/wp-content/uploads/2023/01/banner-web.png');
	background-size: 100% 100%	;
	background-position: center;

}
.tournament-part .img-box {
	display: flex;
	justify-content: center;
}

.tournament-part .img-box img{
	width: auto !important;
}

.tournament-part .owl-theme .owl-nav button{
	margin-top: 10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.tournament-part .owl-theme .owl-nav button.owl-prev{
	left: 20% ;
}

.tournament-part .owl-theme .owl-nav button.owl-next{
	right: 20% ;
}

.tournament-part .owl-theme .owl-nav [class*=owl-]:hover{
	background: transparent !important;
}
/* 19-01-2023 Jishu khan */




/* tournament css end */


/* img_section css start */
.img_section-box img {
	width: 100%;
	max-width: 80%;
	margin: 0 auto;
	display: block;
}
/* img_section css end */


/* news css start */
#news .box.box1 .text-box {
	padding: 20px;
	background-color: #fff;
	border-radius: 20px;
	position: relative;
	margin-top: -30px;
}
#news .box.box1 .img-box img {
	width: 100%;
	border-radius: 20px;
}
#news .box.box1 .text-box h5 {
	color: #180730;
	 font-family: 'CeraPro-Bold';
	font-size: 20px;
}
#news .box.box1 .text-box a {
    color: #000000 !important;
    
}
#news .box.box1 .text-box p {
	color: #180730;
	font-family: "Manrope-Regular";
	font-size: 15px;
	line-height: 25px;
	margin: 0;
}
#news .box.box2 .content-box .text-box p.des {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	white-space: pre-wrap;
	min-height: 44px;
}
#news .box.box1 .text-box p.time {
	color: #83739B;
	margin-top: 10px;
}
#news .box.box2 .content-box .text-box a:hover {
    color: #ffffff !important;
}
#news .box.box2 .content-box .text-box a {
	color: #fff !important;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	white-space: pre-wrap;
	min-height: 36px;
}
#news .box.box2 .content-box {
	padding: 15px;
	background-color: #683d06;
	border-radius: 20px;
	display: flex;
	/* align-items: center; */
	flex-wrap: wrap;
	column-gap: 15px;
	min-height: 142px;
	margin: 10px 0;
}
#news .slick-list.draggable {
	height: 480px !important;
}
#news .box.box2 .content-box .img-box img {
	width: 100%;
	height: 100%;
}
#news .box.box2 .content-box .img-box {
	width: calc(38% - 7px);
}
#news .box.box2 .content-box .text-box {
	width: calc(62% - 8px);
}
#news .box.box2 .content-box .text-box h6 {
	 font-family: 'CeraPro-Bold';
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 5px;
}
/* #news .box.box2 .slick-vertical .slick-slide {
	margin: 6px 0;
} */
#news .news-box .row {
	align-items: center;
}
#news .box.box2 .content-box .text-box p {
	font-family: "Manrope-Regular";
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 0;
}
#news .box.box2 .content-box .text-box p.time {
	margin-top: 5px;
	color: #E5F4FB;
	font-size: 11px;
}
#news .box.box3 {
	text-align: center;
}
#news .box.box3 .link-box a {
	margin: 40px 0;
	color: #0C0E16;
	text-decoration: underline;
	 font-family: 'CeraPro-Medium';
	font-size: 22px;
}
#news {
    /* background-image: url('../images/rectangle160.png');
    background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center; */
	background-color: #000;
}
#news .newsSwiper .swiper-slide{
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: -webkit-flex;
	 display: flex;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 -webkit-justify-content: center;
	 justify-content: center;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 -webkit-align-items: center;
	 align-items: center;
}
/* news css end */


/* stadium css start */
#stadium {
	background: linear-gradient(180deg, rgba(88,15,24,1) 0%, rgba(128,19,30,1) 100%);
}
#stadium .stadium-box {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
}
#stadium .box.box1 .img-box img {
	width: 100%;
}
#stadium .game-box {
	margin-top: 50px;
}
#stadium .box.box2 .text-box h3 {
	font-size: 40px;
	line-height: 50px;
	 font-family: 'CeraPro-Medium';
	position: relative;
	margin-bottom: 20px;
}
/* #stadium .box.box2 .text-box h3::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 50px;
	height: 5px;
	background: #E6A95E;
} */
#stadium .box.box2 .text-box p {
	 font-family: 'CeraPro-Medium';
}
#stadium .game-box ul li h6 {
	margin-bottom: 0;
	 font-family: 'CeraPro-Medium';
	 font-size: 15px;
}
#stadium .game-box ul li {
	display: flex;
}
#stadium .game-box ul li .right {
	padding: 10px;
	background: #D4C482;
	padding: 15px 15px;
	border-radius: 3px;
	width: 25%;
	text-align: center;
}
#stadium .game-box ul li .left {
	border: 1px solid #D4C482;
	padding: 15px;
	width: 75%;
	border-radius: 3px;
}
#stadium .game-box ul li:first-child {
	margin-bottom: 20px;
}
#stadium .end-box ul li ul {
	display: flex;
	align-items: center;
	padding: 10px;
	border: 1px solid #D4C482;
	border-radius: 3px;
}
#stadium .end-box ul li ul li:first-child p {
	color: #D4C482;
	 font-family: 'CeraPro-Medium';
	font-size: 18px;
}
#stadium .end-box ul li ul li:last-child p {
	 font-family: 'CeraPro-Medium';
	font-size: 18px;
}
#stadium .end-box ul li ul li {
	width: calc(50% - 10px) !important;
}
#stadium .end-box {
	margin-top: 40px;
}
#stadium .end-box .box > ul {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}
#stadium .end-box .list-box ul {
	display: flex;
	flex-wrap: wrap;
	row-gap: 10px;
	column-gap: 20px;
}
#stadium .end-box .list-box ul li {
	width:100%;
}
#stadium .box.box2 h4 {
	color: #fff;
	text-align: left;
	margin: 10px 0;
	 font-family: 'CeraPro-Medium';
	font-size: 28px;
	line-height: 38px;
}
#stadium .button-box {
	margin-top: 50px;
	text-align: center;
}
#stadium .game-box ul li .right h6 {
	color: #000;
}
/* stadium css end */


/* stadium css start */
#fantasy {
	background: #000000;
}
#fantasy .list-box {
	background: linear-gradient(180deg, rgba(229,197,122,1) 0%, rgba(155,88,13,1) 51%, rgba(52,33,0,1) 100%);
	padding: 15px 40px;
	border-radius: 20px;
	border: 2px solid #A45F30;
}
#fantasy .list-box ul li h3 {
	/* border: 1px solid #DDCFA3; */
	height: 130px;
	width: 130px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0;
	font-size: 50px;
	position: relative;
	color: #D4C482;
}
#fantasy .list-box ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	row-gap: 10px;
	justify-content: center;
}

#fantasy .list-box ul li .top-box {
	display: flex;
	margin: 0 40px;
	align-items: flex-end;
	column-gap: 60px;
	flex-wrap: wrap;
	text-align: center;
	border-bottom: 2px solid #DDCFA3;
	padding-bottom: 10px;
}
#fantasy .list-box ul li .top-box .img-box h4 {
	margin-bottom: 0;
	 font-family: 'CeraPro-Medium';
	font-size: 40px;
}
#fantasy .list-box .middle-box h4 {
	margin-bottom: 0;
	 font-family: 'CeraPro-Medium';
	font-size: 40px;
	color: #F1ECC0;
}
#fantasy .list-box .end-box p {
	 font-family: 'CeraPro-Medium';
	font-size: 20px;
	color: #FAFAFA;
}
#fantasy .list-box  .end-box {
	text-align: center;
    padding: 10px 0;
}
#fantasy .button-box {
	text-align: center;
	margin-top: 50px;
}
#fantasys .fantasys-box {
	background-image: url(http://www.simbaexch.news/wp-content/uploads/2023/01/fantasysBG.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}
#fantasys .fantasys-top h5 {
	color: #000;
	 font-family: 'CeraPro-Medium';
}
#fantasys .fantasys-img img {
	max-width: 150px;
	margin: 0 auto;
	display: block;
	margin-top: -60px;
	border-radius: 50%;
  }
#fantasys .fantasys-boxs {
	background-image: url(http://www.simbaexch.news/wp-content/uploads/2023/01/fantasys-top.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
  }
#fantasys .fantasys-bottom {
	margin-bottom: -130px;
  }
#fantasys .fantasys-boxs.center {
	background: transparent;
}
#fantasys .fantasys-top {
	text-align: center;
}
#fantasys .fantasys-boxs.center {
	text-align: center;
}
#fantasys .fantasys-boxs.center img {
	margin: 0 auto;

	display: block;
}
/* stadium css end */



/* quiz css start */
.quiz-part {
	background-image: url(https://www.simbaexch.news/wp-content/uploads/2023/01/quizbg.png);
	background-size: auto 100%;
	background-position: right center;
	background-repeat: no-repeat;
}
#quiz .box .left-box .img-box img {
	width: 100%;
}
#quiz .que h6 {
	color: #332519;
}
#quiz .box {
	display: flex;
	align-items: center;
	background: #fffc;
	border-radius: 25px;
	margin-bottom: 80px;
}
#quiz .box .left-box {
	width: 30%;
}
#quiz .box .right-box {
	width: 70%;
	padding-left: 10px;
    padding-right: 10px;
}
#quiz .box .right-box .input-box .form-check-label {
	font-size: 18px;
	color: #fff;
	text-transform: capitalize;
	 font-family: 'CeraPro-Medium';
	padding-left: 10px;
}
#quiz .box .left-box .img-box {
	position: relative;
}
#quiz .box .left-box .text-box {
	position: absolute;
	bottom: 20px;
	left: 20px;
	padding-right: 10px;
	z-index: 1;
}
#quiz .box .left-box .text-box p {
	 font-family: 'CeraPro-Medium';
	font-size: 18px;
	line-height: 28px;
}

#quiz .swiper-button-next, #quiz .swiper-button-prev {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
#quiz .swiper-button-prev {
	transform: translateX(-200%);
}
#quiz .swiper-button-next {
	transform: translateX(100%);
}
#quiz .box .left-box .img-box img {
	border-radius: 20px;
	box-shadow: 8px 0 12px #939090;
}
/* quiz css end */


/* footer css start */
#footer .box .button-box ul {
	display: flex;
	flex-direction: column;
	row-gap: 15px;
}
#footer .box.box1 .button-box ul {
	text-align: right;
}
#footer .box.box1 {
	display: flex;
	justify-content: flex-start;
}
#footer .box.box3 {
	display: flex;
	justify-content: flex-end;
}
#footer .box.box2 .button-box img {
	width: 100%;
	max-width: 200px;
	margin: 0 auto;
	display: block;
}
#footer .box.box2 .button-box a {
	margin: 0 auto;
	display: block;
}
#footer .box.box4 .text-box {
	text-align: center;
}
#footer .box.box4 .text-box p {
	 font-family: 'CeraPro-Medium';
}
/* footer css end */



.slick-slide {
	float: none;
}
.slick-arrow {
	position: absolute;
	background: linear-gradient(90deg, rgba(122,3,3,1) 0%, rgba(201,134,18,1) 100%) !important;
	padding: 2px 14px;
	height: auto;
	width: auto;
}
.slick-prev {
	left: 50%;
	top: -30px;
	transform: translate(-50%,0);
}
.slick-next {
	right: auto;
	left: 50%;
	bottom: -30px;
	top: auto;
	transform: translate(-50%,0);
}
.slick-prev::before {
	content: "\f106";
	font-family: "fontawesome";
}
.slick-next::before {
	content: "\f107";
	font-family: "fontawesome";
}


#card_section {
	padding-top: 0;
}
#live {
	padding: 35px 0;
}
#quiz {
	padding-bottom: 0;
}


#footer .logo-box {
	text-align: center;
}

.swiper-slide img {
	width: 100%;
}
#home_banner .swiper-slide.swiper-slide-active img {
	width: 100%;
}
.swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: linear-gradient(180deg, rgba(217,202,134,1) 0%, rgba(140,110,72,1) 59%, rgba(253,246,171,1) 100%);
}

.quiz-box .right-box input{
	font-family: 'CeraPro-Medium';
}