@import url('https://fonts.googleapis.com/css2?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');

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
	scroll-behavior: smooth;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	background-color: #89c63d;
}

.img {
	width: 100%;
	display: block;
}

.rel {
	position: relative;
}

/* sunil */

.upcoming_tr:nth-child(1) {
	width: 62%;
	margin: 1%;
}

.upcoming_tr:nth-child(2) {
	width: 34%;
	margin: 1%;
}

.tour_comm_flex p i {
	color: #89c63d;
	margin-right: 5px;
}

/*--------------------------------------------------------------
arena page
--------------------------------------------------------------*/


.img {
	width: 100%;
	display: block;
}

.arena_con {
	position: relative;
	top: -47px;
	margin: 0 auto;
	background-color: white;
	padding: 30px;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.arena_con>div {
	width: 31%;
	margin: 1%;
	background-color: #ccc;
	padding: 20px 15px;
}

.img_con {
	overflow: hidden;
	width: 100%;
	height: 270px;
	border-radius: 20px;
}

.img_con>img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}

.arena_con>div>h2 {
	font-size: 28px;
	font-family: Poppins, sans-serif;
	font-weight: 700;
	text-align: center;
	text-transform: capitalize;
	color: rgb(137 198 61);
	margin: 4% 0 0 !important;
	padding: 0px;
}

.arena_con>div>h3 {
	font-size: 19px;
	font-family: Poppins, sans-serif;
	font-weight: 700;
	text-align: center;
	text-transform: capitalize;
	color: rgb(0 0 0);
	margin: 0% !important;
	padding: 0px;
}

.arena_con>div>p {
	font-size: 15px;
	font-family: Poppins, sans-serif;
	font-weight: 400;
	text-align: center;
	color: #000000;
	margin: 3% 0 0 !important;
}

.arena_con>div>ul {
	margin-left: 0;
	padding-left: 30px;
	padding-right: 3px;
	height: 200px;
	overflow-y: scroll;
	scrollbar-width: thin;
	scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
}

.arena_con>div>ul::-webkit-scrollbar {
	width: 4px;
	/* Chrome, Safari */
}

.arena_con>div>ul::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 10px;
}

.arena_con>div>ul>li {
	font-size: 15px;
	font-family: Poppins, sans-serif;
	font-weight: 400;
	color: #000000;
	margin: 3% 0 0 !important;
}

.arena_con>div .contact-info {
	text-align: center;
	margin-top: 20px;
}

.arena_con>div .contact-info a {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-color: #89c63d;
	font-size: 19px;
	color: #fff;
	line-height: 200%;
	margin-right: 10px;
}

/*--------------------------------------------------------------
inner banner
--------------------------------------------------------------*/
/* 
.banner-base {
    height: 400px;
    position: relative;
}

.banner-base-text {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner-base-text h2 {
    font-size: 35px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin: 10px 0;
    padding: 0;
}

.banner-base-text h3 {
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
}

.banner-base-text h5 {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    padding: 0;
    margin: 0;
}


.banner-base-text p {
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-align: center;
    color: #000;
    margin: 0 !important;
    pad: 0 !important;
}

.banner-base-text .fa {
    color: #fff;
    font-size: 28px;
    margin: 10px;
}

.banner-base-text button {
    background-color: #fff;
    color: #000;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-align: center;
    width: 200px;
    padding: 0px;
    border-radius: 15px;
    margin: 1% auto;
    float: none;
    display: block;
    border: none;
}

.banner-base-text button:hover {
    background-color: #fff;
    color: #000;
} */
.inner_banner {
	background-color: #89c63d;
	padding: 30px 0px 70px;
}

.banner_filters {
	display: flex;
	justify-content: end;
	gap: 10px;
	flex-wrap: wrap;
	margin: 1% 2% 0;
}

.inner_banner_heading h2 {
	font-size: 35px;
	font-family: Poppins, sans-serif;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	color: rgb(255, 255, 255);
	margin: 10px 0px;
	padding: 0px;
}

.inner_banner_heading p {
	font-size: 24px;
	font-family: Poppins, sans-serif;
	font-weight: 500;
	text-align: center;
	text-transform: capitalize;
	color: rgb(255, 255, 255);
	margin: 0% 0%;
}

.inner_banner_heading h5 {
	font-size: 14px;
	font-family: Poppins, sans-serif;
	font-weight: 700;
	text-align: center;
	color: #4e4e50;
	margin: 1% 0%;
}

.inner-banner-select-year,
.inner-banner-select-city {
	display: inline-flex !important;
	flex-direction: column;
	flex: 1;
	width: 100%;
}

.banner_filters div label {
	color: #ffffff;
	text-align: left;
	margin: 0% !important;
	line-height: 140%;
	padding: 8px 0 5px;
	text-transform: capitalize;
	font-size: 16px;
	border-radius: 5px;
}

.schedule-row .icons-display {
	display: none;
	margin: 1%;
	padding: 0 7px;
	color: #4e4e50;
	font-size: 18px;
}

.schedule-row div span i {
	margin-right: 10px;
	color: #89c63d;
	/* background-color: #89c63d; */
	padding: 7px;
	border-radius: 2px;
}

.schedule-row div span {
	display: block;
	text-align: left;

}


/*--------------------------------------------------------------
regular content
--------------------------------------------------------------*/
.col_sm1 {
	width: 100%;
	margin: 0 auto;
}

.col_sm2 {
	width: 48%;
	margin: 1%;
}

.col_sm3 {
	width: 31%;
	margin: 1%;
}

.col_sm4 {
	width: 25%;
	margin: 0%;
}

.col_sm5 {
	width: 20%;
	margin: 0%;
}

.col_sm4_1 {
	width: 23%;
	margin: 1% 1%;
}

.col_sm7 {
	width: 40%;
	margin: 1%;
}

.col_sm77 {
	width: 68%;
	margin: 1%;

}

/*--------------------------------------------------------------
top
--------------------------------------------------------------*/

.top_main {
	width: 100%;
	z-index: 999999;
}

.top {
	width: 90%;
	margin: 0 auto;
	max-width: 1600px;
}

.top2 {
	width: 90%;
	margin: 0 auto;
	max-width: 1600px;
}

.top3 {
	width: 70%;
	margin: 0 auto;
	max-width: 1600px;
}

.clear {
	clear: both;
}

/*--------------------------------------------------------------
navbar
--------------------------------------------------------------*/

.fix_nav {
	position: relative;
	z-index: 999;
}

.logo {
	width: 150px;
	margin: 0% 1% -12.1%;
	justify-self: flex-start;
	grid-area: logo;
	transition: all ease 0.5s;
}

.navbarrr {
	width: fit-content;
	margin: 0% !important;
	align-self: end;
	grid-area: nav;
}

.login {
	width: fit-content;
	margin: 0% 1% 4px;
	justify-self: end;
	align-self: end;
	grid-area: login;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 25px;
}

.nav_flex {
	display: grid;
	grid-template-columns: 1fr 3fr 1fr;
	grid-template-areas: "logo nav login";
	justify-items: center;
}

.nav_login_txt>a {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	text-align: center;
	margin: 0% !important;
	line-height: 140%;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #4e4e50;
	border: 2px solid #4e4e50;
	padding: 6px 42px;
	border-radius: 50px;
	transition: all .5s ease-in-out;
	cursor: pointer;
}

.nav_login_txt a:hover {
	color: #fff;
	background-color: #89c63d;
}

.nav_pad {
	border-bottom: 1px solid #ccc;
	padding-top: 1%;
}

.fa-bell {
	font-size: 21px;
	color: #fff;
	cursor: pointer;
}

.login_details_img {
	width: 50px;
    height: 50px;
    background-color: #ccc;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    background-position: center;
    background-size: cover;
    outline: none;
}

.login_details {
	position: absolute;
	top: 50px;
	right: -10px;
	background-color: #fff;
	width: 275px;
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	transition: all .4s ease-in-out;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.login_details_img:hover .login_details,
.login_details_img:focus-within .login_details {
	visibility: visible;
	opacity: 1;
}

.user_flex {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 20px;
	padding: 8% 9% 5%;
}

.user_img {
	width: 60px;
	height: 60px;
	background-color: #ccc;
	border-radius: 50%;
}

.user_img img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
}

/* .user_details {} */

.user_details h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	color: #000;
	line-height: 140%;
	margin: 0 0 3% !important;
}

.user_details a {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #ffffff;
	text-align: center;
	margin: 0% !important;
	line-height: 140%;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #4e4e50;
	padding: 7px 24px;
	border-radius: 50px;
	display: inline-block;
	transition: all .5s ease-in-out;
}

.user_profile {
	padding: 0% 9% 0%;
}

.user_profile p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #000;
	text-align: left;
	text-transform: uppercase;
	line-height: 140%;
	margin: 5% 0% !important;
	letter-spacing: 0.3px;
	cursor: pointer;
	display: table;
	border-bottom: 2px solid #fff;
}

.user_profile p:hover {
	border-bottom: 2px solid;
}

.user_profile a {
	text-decoration: none;
}

/*--------------------------------------------------------------
banner
--------------------------------------------------------------*/

.banner {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	display: flex !important;
	align-items: center;
}

.banner_txt {
	width: fit-content;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index: 9;
	top: 50%;
	left: 0%;
	transform: translate(0%, -50%);
}

.banner_txt h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 54px;
	font-weight: 800;
	color: transparent;
	text-align: center;
	line-height: 125%;
	margin: 0% !important;
	text-transform: uppercase;
	-webkit-text-stroke: 1px;
	-webkit-text-stroke-color: #ffffff;
	-webkit-text-stroke-width: 1px;
}

.banner_txt h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 54px;
	font-weight: 800;
	color: #fff;
	text-align: center;
	line-height: 125%;
	margin: 0% !important;
	text-transform: uppercase;
}

.banner_txt p {
	font-family: 'Poppins', sans-serif;
	font-size: 19px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	margin: 2% 0 0 !important;
}

.banner_txt a {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	margin: 3% 0 0 !important;
	text-transform: uppercase;
	background-color: #4e4e50;
	padding: 13px 42px;
	border-radius: 50px;
	text-decoration: none;
	display: inline-block;
	transition: all .5s ease-in-out;
	cursor: pointer;
}

.banner_txt a:hover {
	color: #000000;
	background-color: #ffffff;
}

/*--------------------------------------------------------------
achivements
--------------------------------------------------------------*/
.icon_container {
	width: 60px;
	margin: 0 auto;
}

.achiv_txt h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #000;
	text-align: center;
	line-height: 150%;
	margin: 4% 0 0 !important;
	text-transform: capitalize;
}

.achiv_txt p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	text-align: center;
	line-height: 140%;
	margin: 0% 0 0 !important;
}

.achiv_flex {
	display: flex;
	justify-content: center;
	align-items: stretch;
}

.achiv_brd {
	border-right: 2px solid #ccc;
	padding: 0 2%;
}

.achiv_brd:last-child {
	border-right: 2px solid transparent;
}

.achi_shawd {
	box-shadow: 0 8px 20px 4px rgb(189 193 198 / 76%);
	z-index: 9;
	position: relative;
}

/*--------------------------------------------------------------
tournaments
--------------------------------------------------------------*/

.tour_heading_txt h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 26px;
	font-weight: 700;
	color: #000;
	text-align: left;
	line-height: 150%;
	margin: 0% 0 0 !important;
	text-transform: uppercase;
	padding: 0px 1% 1.5%;
}

.tour_comm_flex {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.tour_comm_flex .book-btn {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #fff;
}

.tour_comm_flex .available {
	background-color: #89c63d;
}

.tour_comm_flex .reserved {
	background-color: #ffa200;
}

.tour_comm_flex .booked {
	background-color: #b3b3b3;
	cursor: not-allowed;
}

.tour_comm_flex .full {
	background-color: #b3b3b3;
	cursor: not-allowed;
}


.schedule-row .available {
	background-color: #89c63d !important;
}

.schedule-row .reserved {
	background-color: #ffa200 !important;
}

.schedule-row .booked {
	background-color: #b3b3b3 !important;
	cursor: not-allowed !important;
}

.schedule-row .full {
	background-color: #b3b3b3 !important;
	cursor: not-allowed !important;
}

.item {
	display: grid;
	grid-template-columns: 1fr 2fr 0.7fr;
	grid-template-rows: 100px;
	box-shadow: 0 3px 14px 0px #ccc;
	border-radius: 10px;
	margin-bottom: 19px;
	grid-template-areas: "date name entry";
}

.tournament_date {
	grid-area: date;
	align-items: start !important;
	gap: 10px;
	padding-left: 10px;
}

.tournament_name {
	grid-area: name;
}

.tournament_entry {
	grid-area: entry;
}

.tournament_date p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #000;
	text-align: center;
	line-height: 115%;
	margin: 0% 0 0 !important;
	text-transform: capitalize;
	padding: 0 6%;
}

.tournament_name p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #000;
	text-align: center;
	line-height: 140%;
	margin: 0% 0 0 !important;
	text-transform: uppercase;
}

.tournament_entry {
	box-shadow: -5px 0px 13px 0px #ccc;
	border-radius: 14px;
}

.tournament_entry p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #000;
	text-align: center;
	line-height: 140%;
	margin: 0% 0 0 !important;
	text-transform: capitalize;
}

.tour_flex {
	display: flex;
}

.tour_schedule_btn a {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	line-height: 140%;
	margin: 2% 0 0 !important;
	text-transform: capitalize;
	text-decoration: none;
	background-color: #4e4e50;
	padding: 8px 30px;
	border-radius: 50px;
	display: inline-block;
	transition: all .5s ease-in-out;
	border: 1px solid transparent;
}

.tour_schedule_btn a:hover {
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #89c63d;
}

.green_dot {
	color: #89c63d;
	font-size: 25px;
}

.red_dot {
	color: #ff0000;
	font-size: 25px;
}

/*--------------------------------------------------------------
ranking
--------------------------------------------------------------*/
.ranking_heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 25px;
	padding: 0 1%;
}

.ranking_heading_txt h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #000;
	text-align: left;
	line-height: 150%;
	margin: 0% 0 0% !important;
	text-transform: uppercase;
	/* display: inline-block; */
}

.ranking_heading_txt h2 span {
	font-size: 28px;
	font-weight: 700;
}

.rank_container {
	display: grid;
	grid-template-rows: 1fr 1fr auto;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin: 0 1%;
}

.rank {
	display: grid;
	grid-template-columns: 0.6fr 1.5fr 3.9fr 1.5fr 1.9fr;
	background-color: #fff;
	border-radius: 6px;
	grid-template-areas: "medal img name tourn point";
}

.rank_medal {
	width: 35px;
	align-self: center;
	justify-self: center;
	grid-area: medal;
}

/* 
.rank_medal:nth-child(n+1):nth-child(-n+3) {
	align-self: center;
  } */
.rank:nth-child(1) .rank_medal,
.rank:nth-child(2) .rank_medal,
.rank:nth-child(3) .rank_medal {
	align-self: self-start;
}

.rank_medal p {
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	font-weight: 700;
	color: #000000;
	line-height: 140%;
	margin: 0% auto 0 !important;
	display: inline-block;
}

.rank_img {
	border-radius: 50%;
	width: 70px;
	height: 70px;
	margin: 3% auto;
	grid-area: img;
}

.rank_img img {
	width: 70px;
	border-radius: 50%;
	height: 70px;
}

.rank_no p {
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	font-weight: 700;
	color: #000000;
	line-height: 140%;
	margin: 0% auto 0 !important;
	display: inline-block;
}

.rank_name {
	grid-area: name;
}

.rank_name p {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #000;
	text-align: left;
	line-height: 150%;
	margin: 0% 0 0% !important;
	text-transform: capitalize;
}

.rank_tourn {
	grid-area: tourn;
}

.rank_tourn p {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #616161;
	text-align: center;
	line-height: 140%;
	margin: 0% 0 0% !important;
	text-transform: lowercase;
}

.rank_point {
	grid-area: point;
}

.rank_point p {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #616161;
	text-align: center;
	line-height: 140%;
	margin: 0% 0 0% !important;
	text-transform: capitalize;
}

#rank_comm_flex {
	display: flex;
	align-items: center;
}

.stats_link {
	text-decoration: none;
	color: #000;
}

.rank_btn .btn {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	line-height: 140%;
	margin: 3% auto 0 !important;
	text-transform: capitalize;
	text-decoration: none;
	background-color: #4e4e50;
	padding: 8px 30px;
	border-radius: 50px;
	display: table;
	transition: all .5s ease-in-out;
	border: 1px solid transparent;
}


.rank_btn .btn:hover {
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #89c63d;
}

/*--------------------------------------------------------------
service
--------------------------------------------------------------*/

.bg_txt {
	position: absolute;
	color: #fff;
	transform: translate(-33%, -50%);
	top: 7%;
	right: 5%;
	rotate: -90deg;
	user-select: none;
}


.bg_txt h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 50px;
	font-weight: 900;
	color: #ffffff;
	line-height: 120%;
	margin: 0% !important;
	text-transform: uppercase;
	text-align: center;
	opacity: .2;
}

.serv_txt {
	width: 40%;
	margin: 0 auto;
}

.serv_txt h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 26px;
	font-weight: 800;
	color: #89c63d;
	line-height: 140%;
	margin: 0% !important;
	text-transform: uppercase;
}

.serv_txt p {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: #ffffff;
	line-height: 140%;
	text-align: justify;
	margin: 1% 0 0 !important;
	text-transform: uppercase;
}

.serv_flex {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 7% 0;
}

/*--------------------------------------------------------------
experience
--------------------------------------------------------------*/

.person_img {
	height: 152px;
	background-color: #e3e3e3;
	border-radius: 10px;
	overflow: hidden;
}

.exp_flex {
	display: flex;
	flex-wrap: wrap;
}

.exp_sm_flex {
	display: flex;
	justify-content: center;
	align-items: center;
}

.expe_txt h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	font-weight: 800;
	color: #000000;
	line-height: 120%;
	margin: 0% 0 0 !important;
}

.expe_txt p {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #000000;
	line-height: 140%;
	text-align: left;
	margin: 3% 0 0 !important;
}


.expe_txt a {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	line-height: 140%;
	margin: 6% 0 0 !important;
	text-transform: capitalize;
	text-decoration: none;
	background-color: #4e4e50;
	padding: 8px 30px;
	border-radius: 50px;
	display: inline-block;
	transition: all .5s ease-in-out;
	border: 1px solid transparent;
}


.expe_txt a:hover {
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #89c63d;
}

/*--------------------------------------------------------------
footer
--------------------------------------------------------------*/

.ftr_txt h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin: 0% 0% 6% 0%;
	color: #89c63d;
	text-transform: uppercase;
	text-align: center;
}

.ftr_txt ul {
	padding: 0% !important;
}

.ftr_txt ul li {
	list-style: none;
}

.ftr_txt ul li a {
	display: table;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	text-decoration: none;
	line-height: 210%;
	font-weight: 600;
	font-size: 15px;
	text-transform: capitalize;
	text-align: center;
	margin: 0 auto;
	transition: all .4s ease-in-out;
}

.ftr_txt ul li a:hover {
	color: #89c63d;
}

.footer_flex {
	display: flex;
	justify-content: center;
}

.ftr_logo {
	width: 200px;
}

.social_media {
	width: 160px;
	margin-top: 30px;
}

.social_media ul {
	margin: 0% !important;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ftr_media {
	font-size: 20px;
	color: #fff;
	cursor: pointer;
}

.ftr_lt_txt {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 160%;
	color: #fff;
	padding: 0 9% 5%;
	text-align: right;
	margin: 0% !important;
}



/*--------------------------------------------------------------
background color
--------------------------------------------------------------*/

.bg_clr1 {
	background-color: #89c63d;
}

.bg_clr2 {
	background-color: #fff;
	padding: 2% 0;
}

.bg_clr3 {
	background-color: #e2e2e2;
}

.bg_clr4 {
	background-color: #282828;
}

/*--------------------------------------------------------------
background image
--------------------------------------------------------------*/

.bg_img1 {
	background-image: url(../images/bg-img1.png);
	background-attachment: scroll;
	background-size: contain;
	background-position: 21%;
	background-color: #000;
	background-repeat: no-repeat;
}

/*--------------------------------------------------------------
hero1
--------------------------------------------------------------*/

.hero1 {
	background-image: url(../images/bg-3.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 415px;
}

/*--------------------------------------------------------------
top_arrow
--------------------------------------------------------------*/
.top_arrow {
	width: 35px;
	height: 38px;
	position: fixed;
	right: 1%;
	bottom: 1.4%;
	transition-duration: 1s;
	background-image: url(../images/top.jpg);
	cursor: pointer;
	background-repeat: no-repeat;
	z-index: 999;
	background-size: 100% 100%;
}


/* popup start */

#forget_panel .forget_txt {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-align: justify;
	display: block;
	width: 94%;
	margin: 5px 0 !important;
}

.login_flex {
	display: flex;
	flex-direction: row;
}

.con_form {
	border-radius: 20px;
	text-align: center;
	width: 750px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #ffffff;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}

.con_form2 {
	border-radius: 20px;
	/* text-align: center; */
	width: 800px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #ffffff;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}

#loginForm {
	display: none;
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
}

#forgetForm {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 999;
	/* Sit on top */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
	/* Black w/ opacity */

}

#resetForm {
	display: none;
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
}

.con_img {
	border-radius: 20px;
	padding: 2%;
	width: 100%;
	height: 100%;
}

.con_logo {
	width: 149px;
	height: 110px;
	margin-top: 15%;

}

.con_text p {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin: 7px;
}

.con_form_close {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 39px;
	border-radius: 0 20px 0 10px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background-color: #4e4e50;
	cursor: pointer;
}

.con_form_close:hover {
	color: #fff !important;
}

#registerForm {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 999;
	/* Sit on top */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
	/* Black w/ opacity */
}

.register_close {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 39px;
	border-radius: 0 20px 0 10px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background-color: #4e4e50;
	cursor: pointer;
	text-align: center;
}

.register_close:hover {
	color: #fff !important;
}

#coachForm {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 999;
	/* Sit on top */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
	/* Black w/ opacity */
}

.coach_close {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 39px;
	border-radius: 0 20px 0 10px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background-color: #4e4e50;
	cursor: pointer;
	text-align: center;
}

.coach_close:hover {
	color: #fff !important;
}

#pwdForm {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 999;
	/* Sit on top */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
	/* Black w/ opacity */
}

.pwd_close {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 39px;
	border-radius: 0 20px 0 10px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background-color: #4e4e50;
	cursor: pointer;
	text-align: center;
}

.pwd_close:hover {
	color: #fff !important;
}

.forget_close {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 39px;
	border-radius: 0 20px 0 10px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background-color: #4e4e50;
	cursor: pointer;
}

.forget_close:hover {
	color: #fff !important;
}

.reset_close {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 39px;
	border-radius: 0 20px 0 10px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background-color: #4e4e50;
	cursor: pointer;
}

.reset_close:hover {
	color: #fff !important;
}

.frt_pwd {
	width: 100%;
	display: block;
	padding-right: 10px;
	text-align: right;
}

.frt_pwd a {
	text-align: right;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #282828;
	text-decoration: none;
	margin-right: 3%;
}

.sign_up {
	color: #78c644;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
}


.con_text_button {
	padding: 2px 18px;
	border: 1px solid #78c644;
	background-color: #78c644;
	color: #fff;
	border-radius: 12px;
	width: 94%;
	font-size: 16px;
	margin-top: 20px;
	transition: all ease .35s;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	font-weight: 400;
}

.con_text_button:hover {
	background-color: #3a7314;
	color: #fff;
}

.profile_text {
	margin-top: 15%;
	float: left;
}

.profile_text p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px !important;
	margin: 0 !important;
	line-height: 150%;
	color: #8a8c8d;
}

.profile_btn {
	padding: 16px 18px !important;
	background-color: #78c644 !important;
	color: #fff ip !important;
	border-radius: 12px !important;
	width: 50% !important;
	font-size: 16px !important;
	margin-top: 20px !important;
	transition: all ease .35s !important;
	cursor: pointer !important;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
}

.warning-msg {
	color: #ff0000;
	margin-top: 10px;
	padding-left: 10px;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	line-height: 130%;
}

.heding_top {
	font-size: 24px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	text-align: center;
	text-transform: capitalize;
	padding: 18px 0 10px;
	margin: 0;
	color: #191919;
}

.adharUpload {
	position: relative;

}

.adharUpload_fafa {
	position: absolute;
	right: 15px;
	top: 16px;
	font-size: 16px;
	cursor: pointer;
}

/* popup end */

.swal-popup-custom {
	z-index: 1050 !important;
	/* Ensure it is higher than any other popups or modals */
}

.text-status {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	text-align: left;
	line-height: 160%;
}

.auth-form .text-status {
	margin-top: -4%;
	margin-bottom: 2%;
}

#pwdForm .text-status {
	margin-top: -2%;
	margin-bottom: 2%;
}

.danger {
	color: #f00 !important;
}

.success {
	color: #3a7314;
	margin-top: 2px;
}

.reg_pop_pd {
	padding: 0px 35px 25px 35px;
}

.para_btn{
	display: inline-block;
    font-size: 15px;
    text-decoration: none;
    background-color: #89c63d;
    padding: 6px 10px;
    border-radius: 3px;
    color: #fff;
    margin-top: 10px;
}

/*--------------------------------------------------------------
responsive
--------------------------------------------------------------*/

@media only screen and (max-width:1600px) {}

@media only screen and (max-width:1500px) {}

@media only screen and (max-width:1400px) {
	.item {
		grid-template-columns: 1.4fr 2fr 0.7fr;
	}

}

@media only screen and (max-width:1300px) {
	.rank_img {
		width: 75px;
		height: 75px;
	}
}

@media only screen and (max-width:1200px) {

	.arena_con>div {
		width: 31%;
	}

	/* .schedule-row .book-btn {
		width: auto !important;
	} */

	.nav_login_txt a {
		font-size: 14px;
	}

	.logo {
		width: 130px;
	}

	#cssmenu>ul>li>a {
		margin: 0px 5px;
	}

	.banner_txt h3,
	.banner_txt h2 {
		font-size: 45px;
	}

	.banner_txt p {
		font-size: 17px;
	}

	.banner_txt a {
		font-size: 19px;
	}

	.bg_txt {
		transform: translate(-31%, 0%);
		right: 0%;
	}
}

@media only screen and (max-width:1100px) {

	.upcoming_tr:nth-child(2) {
		display: none;
	}

	.upcoming_tr:nth-child(1) {
		width: 98%;
	}
}

@media only screen and (max-width:1000px) {

	.rank_container {
		grid-template-columns: 1fr;
	}

	.feature-carousel {
		width: 80% !important;
	}

	.feature-carousel .owl-nav .owl-next {
		right: -9% !important;
	}

	.feature-carousel .owl-nav .owl-prev {
		left: -6% !important;
	}

}

@media only screen and (max-width:960px) {

	.expe_txt p {
		font-size: 16px;
	}

	.expe_txt h2 {
		font-size: 24px;
		font-weight: 600;
	}

	.serv_txt {
		width: 60%;
	}

	.logo {
		margin: 0% 1%;
		width: 100px;
	}

	.login{
		margin: 0% 3% 4px;
	}

	.nav_pad{
		padding-top: 2%;
	}

	.hero1 {
		min-height: 60vh;
		background-position: top;
	}

	.ftr_txt ul {
		margin: 0.8% 1% 1% !important;
	}

	.ftr_txt h2 {
		margin: 0% 0% 0% 0%;
	}

	.social_media {
		margin: 30px auto 0px;
	}

	.d_n {
		display: none;
	}

	.fix_nav {
		position: static !important;
	}

	.top {
		width: 98%;
	}

	.top2 {
		width: 100%;
	}

	.navbarrr {
		width: 100% !important;
		margin: 0% auto !important;
		background-color: #484a45 !important;
		border-top: 1px solid #000000;
	}

	.logo {
		margin: 0% 20px 0% !important;
		align-self: start;
	}

	.nav_flex {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto auto;
		grid-template-areas:
			"logo login"
			"nav nav";
	}

	.col_sm2 {
		width: 98%;
	}

	.tour_flex,
	.exp_sm_flex,
	.footer_flex {
		flex-direction: column;
	}

	.rank_container {
		grid-template-columns: 1fr;
	}

	.col_sm4_1 {
		width: 98%;
	}

	.ftr_logo {
		margin: 0 auto;
	}

	.achiv_flex {
		flex-wrap: wrap;
		gap: 20px;
	}

	.col_sm4 {
		width: 47%;
	}

	.icon_container {
		width: 50px;
	}

	.achiv_txt h2 {
		font-size: 18px;
	}

	.achiv_txt p {
		font-size: 14px;
	}

	.achiv_brd:nth-child(2) {
		border-right: 2px solid transparent;
	}

	.banner_txt {
		position: static;
		transform: translate(0%, 0%);
		margin: 4% auto 4%;
	}

	.ftr_lt_txt {
		text-align: center;
	}

	#loginForm {
		width: 100%;
	}

	.con_form2 {
		width: 96%;
		top: 5%;
		left: 2%;
		transform: none;
		position: absolute;
	}



}


@media only screen and (max-width:750px) {

	.arena_con>div {
		width: 48%;
	}

	.con_form {
		width: 90%;
		height: auto;
		padding: 20px;
	}

	.con_logo {
		margin: 0;
	}

	.con_img {
		display: none;
	}
}

@media only screen and (max-width:700px) {
	.profile {
		width: 100px !important;
		height: 100px !important;
	}

	.inner_banner_heading h2 {
		font-size: 24px;
	}

	.inner_banner_heading p {
		font-size: 18px;
	}

	.serv_txt {
		width: 95%;
	}

	.bg_img1 {
		background-image: none;
	}

}

@media only screen and (max-width:600px) {

	.banner-base-text {
		width: 100%;
	}

	.feature-carousel .owl-nav .owl-next {
		right: -16% !important;
	}
}

@media only screen and (max-width:500px) {

	.rank_medal {
		width: 45px;
	}

	.rank_point {
		border: 1px solid #ccc;
		padding: 8px;
	}

	.rank_tourn {
		border: 1px solid #ccc;
		padding: 8px;
	}

	.arena_con>div {
		width: 98%;
	}

	.banner_filters {
		justify-content: flex-start;
		flex-direction: row;
		width: 95%;
		margin: 0 auto;
	}

	.banner_filters div {
		width: 48%;
	}

	.banner-base-text {
		position: static !important;
		margin-top: 37px;
		margin-bottom: 15px !important;
		transform: none !important;
	}

	.pricing-container {
		width: 98% !important;
		padding: 25px 17px !important;
	}

	.banner-base {
		/* height: 150px !important; */
	}

	.season_status {
		position: static !important;
		text-align: center;
		width: 96%;
		margin: 0 auto;
	}

	.con_form {
		width: 94%;
		height: auto;
		padding-bottom: 20px;
	}

	.tournament_date {
		justify-content: flex-end !important;
	}

	.tournament_name {
		justify-content: start !important;
	}

	.item {
		grid-template-columns: 2fr 1fr;
		grid-template-rows: 50px 50px;
		grid-template-areas:
			"date entry"
			"name entry"
		;
	}

	.banner_txt h3,
	.banner_txt h2 {
		font-size: 30px;
	}

	.banner_txt p {
		font-size: 12px;
	}

	.banner_txt a {
		font-size: 16px;
		padding: 8px 31px;
	}

	.top {
		width: 95%;
	}

	.achiv_brd {
		padding: 2% 2%;
	}


	.rank_name p {
		font-size: 20px;
	}

	.rank_name p,
	.rank_point p,
	.rank_tourn p {
		padding-left: 20px;
	}


	.rank_tourn p,
	.rank_point p {
		font-size: 16px;
	}

	.rank_img {
		height: 100px;
		width: 100%;
		margin: 0;
	}

	.ranking_heading {
		display: block;
	}

	.rank {
		display: grid;
		grid-template-columns: 0.7fr 1fr 1.4fr;
		background-color: #fff;
		border-radius: 6px;
		grid-template-areas:
			"medal img img img"
			"name name name name"
			"tourn tourn point point";
	}

}

@media only screen and (max-width:400px) {}

@media only screen and (max-width:350px) {
	.achiv_brd {
		border-right: 0px solid transparent;
	}
}


/* Customizing the SweetAlert2 Popup */
.swal2-popup {
	font-family: 'Arial', sans-serif;
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
	max-width: 500px;
	width: 100%;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	animation: popup-fade-in 0.3s ease;
}

.swal2-title {
	font-size: 2.5rem;
	color: #333;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.swal2-html-container {
	font-size: 1.7rem !important;
	color: #555;
	margin-bottom: 20px;
	padding: 1em !important;
}

.swal2-input {
	padding: 10px;
	font-size: 1rem;
	width: 100%;
	margin: 10px 0;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.swal2-button {
	padding: 10px 20px;
	font-size: 1rem;
	border-radius: 5px;
	transition: background-color 0.3s ease;
	line-height: 30px;
}

.swal2-deny,
.swal2-confirm {
	width: 120px;
	background-color: #4CAF50;
	color: #fff;
	line-height: 30px;
	font-size: 14px;
}


.swal2-confirm:hover {
	background-color: #45a049;
}

.swal2-cancel {
	width: 120px;
	background-color: #f44336;
	color: #fff;
	line-height: 30px;
	font-size: 14px;
}

.swal2-cancel:hover {
	background-color: #e53935;
}

.swal2-timer-progress-bar {
	background-color: #f44336;
	height: 5px;
	border-radius: 5px;
}

/* Styling the OTP Timer */
.swal2-popup p {
	font-size: 1.5rem;
	color: #777;
}

.swal2-popup b {
	font-size: 1.5rem;
	font-weight: bold;
	color: #f21100;
}

/* Animation for the popup */
@keyframes popup-fade-in {
	0% {
		opacity: 0;
		transform: translateY(-10px);
	}

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

/* Responsiveness for smaller screens */
@media (max-width: 600px) {

	.tournament_date p,
	.tournament_name p {
		padding: 0 !important;
		text-align: left !important;
	}

	.tournament_entry {
		box-shadow: none;
	}

	.item {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		padding: 20px;
		gap: 18px;
	}

	.tournament_date {
		align-items: start !important;
		gap: 10px;
		padding-left: 0;
		flex-direction: row !important;
	}

	.tour_schedule_btn a {
		margin: 0% 0 0 !important;
	}

	.swal2-popup {
		max-width: 90%;
		padding: 15px;
	}

	.swal2-title {
		font-size: 1.2rem;
	}

	.swal2-input {
		font-size: 0.9rem;
	}

	.swal2-button {
		font-size: 0.9rem;
	}
}

/****  Loader *********/
#loader {
	width: 100%;
	position: fixed;
	height: 100%;
	background-color: #000;
	top: 0;
	opacity: 0.5;
	display: none;
	z-index: 99999;
}

#loading-bar-spinner.spinner {
	left: 50%;
	margin-left: -20px;
	top: 50%;
	margin-top: -20px;
	position: absolute;
	z-index: 19 !important;
	animation: loading-bar-spinner 400ms linear infinite;
	transform: translate(-50%, -50%);
}

#loading-bar-spinner.spinner .spinner-icon {
	width: 40px;
	height: 40px;
	border: solid 4px transparent;
	border-top-color: #de4019 !important;
	border-left-color: #de4019 !important;
	border-radius: 50%;
}

@keyframes loading-bar-spinner {
	0% {
		transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.togglePassword {
	color: #6b7280;
	transition: color 0.2s;
	position: absolute;
	top: 18px;
	right: 35px;
	cursor: pointer;
	font-size: 13px;
}

.togglePassword:hover {
	color: #374151;
	/* Gray-700 */
}

.reg_TP {
	top: 46px !important;
	right: 15px !important;
}

.season_status {
	position: fixed;
	top: 0px;
	right: 20px;
	background-color: #ffcc00;
	color: #000;
	padding: 5px 13px;
	border-radius: 5px;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
	font-weight: 500;
	font-size: 14px;
	animation: pulse 1.5s infinite;
	z-index: 1000;
}

@keyframes pulse {
	0% {
		transform: scale(1);
		box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
	}

	50% {
		transform: scale(1.05);
		box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.3);
	}

	100% {
		transform: scale(1);
		box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
	}
}

.wall-of-fame {
	text-align: center;
	padding: 10px 0px 50px 0px;
	background: #fff;
}

.wall-of-fame h2 {
	font-size: 28px;
	color: #333;
	margin-bottom: 10px;
}

.wall-of-fame h3 {
	font-size: 20px;
	color: #89c63d;
	margin-bottom: 30px;
}

.winner-container {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}

.winner-box {
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
	width: 300px;
	text-align: center;
	transition: 0.3s;
}

.winner-box:hover {
	transform: translateY(-5px);
}

.winner-box img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	object-fit: cover;
	margin-bottom: 10px;
	border: 3px solid #89c63d;
}

.winner-box h4 {
	font-size: 18px;
	color: #333;
	margin: 10px 0;
}

.winner-tag {
	display: inline-block;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: bold;
	border-radius: 5px;
	color: white;
}

.winner {
	background: #28a745;
}

/* Green */
.finalist {
	background: #ffc107;
}

/* Yellow */
.semi-finalist {
	background: #dc3545;
}

/* Red */

.winner-box:nth-child(1) .winner-tag {
	background: #28a745;
}

.winner-box:nth-child(2) .winner-tag {
	background: #ffc107;
	color: black;
}

.winner-box:nth-child(3) .winner-tag {
	background: #dc3545;
}

.winner-box:nth-child(4) .winner-tag {
	background: #dc3545;
}

@media (max-width: 768px) {
	.winner-container {
		flex-direction: column;
		align-items: center;
	}
}