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

:root {
	/* Colors */
	--primary-color: #cba36b;
	--secondary-color: #cba36b;
	--secondary-heading-color: #19191A;
	--accent-text-color: #474C59;
	--dark-color: #000000;
	--white-color: #ffffff;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: 'Poppins', sans-serif;
	color: var(--secondary-heading-color);
	text-align: left;
	font-size: 15px;
	font-weight: 400;
}

p {
	font-size: 15px;
	columns: var(--accent-text-color);
	margin-bottom: 0;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
}

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

a {
	text-decoration: none;
	color: var(--secondary-heading-color);
}

a:hover {
	color: var(--secondary-heading-color);
}

/* hero_banner_section css start */
/* .hero_banner_section {
padding: 40px 0;
} */

.hero_banner {
	height: 504px;
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
	padding: 20px ;
}

.hero_banner::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #161718ab;
	border-radius: 0px;
	z-index: -1;
}

.hero_banner_content {
	text-align: center;
	color: var(--white-color);
	z-index: 1;
}

.hero_banner_content h1 {
	font-weight: 600;
	font-size: 55px;
	font-family: 'Changa' ;
}

.hero_banner_content p {
	font-weight: 16px;
	font-size: 20px;
	font-family: 'Changa' ;
}

.hero_banner_content a {
	font-family: 'Changa' ;
	padding: 15px 40px;
	background: var(--primary-color);
	display: inline-block;
	margin-top: 10px;
	border-radius: 50px;
	color: #fff;
	transition: 0.3s ease-in-out ;
}
.hero_banner_content a:hover{
	color: var(--primary-color);
	background-color: #fff;
}

.mySwiperBanner .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	justify-content: center;
}
.mySwiperBanner .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #cba36b;
}
.mySwiperBanner .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 35px !important;
	border-radius: 12px;
}

.search_continer_sec_main{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 9999999999;
	display: none;
}

.search_continer_sec{
	position: absolute;
	top: -100%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
	transition: all 0.4s;
	z-index: 1;
}

.search_continer_sec.active{
	top: 50%;
}

.search_con {
	max-width: 920px;
	height: 80px;
	margin: 0 auto;
	position: relative;
	margin-top: -78px;
	z-index: 1;
}

.search_con input {
	width: 100%;
	height: 100%;
	border-radius: 11px;
	box-shadow: 0px 4px 40px 0px #00000029;
	padding: 20px 60px 20px 60px;
	border: none;
}

.search_con input:focus {
	outline: none;
}

.search_icon {
	position: absolute;
	top: 28px;
	left: 30px;
}

.search_icon img {
	width: 20px;
}

.search_btn {
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
	display: block;
	max-width: max-content;
	background-image: linear-gradient(90deg, #154284, #181733);
	padding: 18px 32px;
	border-radius: 10px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	border: none;
	outline: none;
}

.search_btn img {
	width: 20px;
}

.most_popular {
	padding: 40px 0;
}

.section_title {
	position: relative;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 26px;
}

.section_title::before{
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 150px;
	height: 4px;
	background: #cba36b;
}

.section_title h2 {
	font-weight: 600;
	font-size: 36px;
	color: #19191A;

}
.term_conditions{
	padding: 40px 0;
}
.privacy-policy{
	padding: 40px 0;
}
.section_title p {
	font-weight: 400;
	font-size: 12px;
	color: #19191ABF;
}

.event_card {
	background-color: #fff;
	box-shadow: 0px 7px 14px 0px #D3DAE2;
	border-radius: 11px;
	padding: 6px;
	border: 1px solid #dcdcdc;
}

.event_card_img{
	position: relative;
	border-radius: 11px;
	margin-bottom: 6px;
	height: 200px;
	width: 100%;
	overflow: hidden;
}

.event_card_img img {
	height: 100%;
	width: 100%;
	/* 	border-top-left-radius: 11px;
	border-top-right-radius: 11px; */
	object-fit: cover ;
	transition: .4s all;
}

.event_card:hover .event_card_img img{
	transform: rotate(-3deg) scale(1.2);
}

.event_card_content {
	padding: 10px;
	background-color: #f7f7f7;
	/* border-bottom-right-radius: 11px; */
	border-radius: 11px;
	border: 1px solid #dcdcdc;
}

.event_card_content h6 {
	font-weight: 500;
	font-size: 16px;
	color: #19191A;
	transition: .4s all;
}

.event_card:hover .event_card_content h6{
	color: #cba36b;
}

.mySwiperRecently {
	padding: 20px 0;
}
.event_card_content p {
	font-weight: 400;
	font-size: 12px;
	color: #19191ABF;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.event_card_content .date_time {
	margin-bottom: 10px;
}
.event_card_content .date_time i{
	font-size: 14px ;
}
/* testimonial_Sec css start */
.testimonial_Sec {
	padding: 40px 0;
	background-color: rgb(247 247 247);
	margin-top: 40px;
}

.testimonial_Sec .contentbox h2{
	font-weight: 600;
	font-size: 36px;
	color: #19191A;
	margin-bottom: 0px;
}

.testimonial_Sec .contentbox h2 span{
	color: #cba36b;
}

.testimonial_Sec .img-wrap img{
	max-width: 100%;
	height: auto;
}

.testimonial_Sec .title {
	text-align: center;
}

.testimonial_Sec .title span {
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	color: var(--white-color);
}

.testimonial_Sec .mySwiperTestimonials {
	padding-top: 22px;
}

.testimonial_card {
	position: relative;
	background: #ffffff;
	padding: 22px;
	border-radius: 12px;
	border: 1px solid #dcdcdc;
	margin: 6px;
}

.cleint_profile_img{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #cba36b;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 8px;
}
.cleint_profile_img h6{
	margin-bottom: 0;
	font-family: 'Changa';
	font-size: 22px;
	color: #19191A;
	font-weight: 500;
}
.cleint_profile {
	display: flex;
	align-items: center;
	gap: 12px;
}

.cleint_profile_content h4{
	color: #19191A;
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 4px;
}

.cleint_profile_content h6 {
	font-weight: 400;
	font-size: 14px;
	color: #c1c1c1;
	margin-bottom: 0;
}

.cleint_profile_content p {
	font-weight: 400;
	font-size: 14px;
}

.quote_img img {
	width: 50px;
	margin-bottom: 20px;
}

.testimonial_content {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	height: 100%;
	margin-bottom: 22px;
}

.testimonial_content h3 {
	font-weight: 600;
	font-size: 20px;
	color: #19191A;
	margin-bottom: 4px;
}
.testimonial_content p{
	font-size: 16px;
	color: #19191A;
	margin-bottom: 4px;
}
.testimonial_content h4{
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	margin-bottom: 0;
}

.show_parent_left{
	position: sticky;
	top: 0;
}

/* upcoming_events css start */
.upcoming_events {
	padding: 40px 0;
	background-color: rgb(21, 19, 18);
}

.upcoming_events_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.upcoming_events_top .section_title h2 {
	color: #fff;
}
.mySwiperUpcomingsec {
	padding: 20px 10px;
}
.upcoming_events_top .section_title p {
	color: #fff;
}

.upcoming_events_btn {
	display: flex;
	align-items: center;
	gap: 15px;
	position: relative;
}

.upcoming_events_btn button {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: none;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s ease-in-out;
	position: relative;
	top: inherit;
	left: inherit;
}

.upcoming_events .upcoming_events_top .swiper-button-next::after {
	display: none;
}

.upcoming_events .upcoming_events_top .swiper-button-prev::after {
	display: none;
}

.upcoming_events_btn button:hover {
	background-color: var(--primary-color);
	color: #fff;
}

.upcoming_events_btn button:hover i {
	color: #fff;
}

.upcoming_event_card {
	padding: 15px;
	background-color: #fff;
	border-radius: 8px;
}

.upcoming_event_card_left {
	display: flex;
	gap: 15px;

}

.upcoming_event_card_img img {
	height: 204px;
	width: 204px;
	border-radius: 8px;
}

.upcoming_event_card_left_content {
	padding-top: 14px;
}

.upcoming_event_card_left_content h6 {
	font-weight: 600;
	font-size: 16px;
	color: #19191A;
}

.upcoming_event_card_left_content p {
	font-weight: 400;
	font-size: 12px;
	color: #19191ABF;
	margin-bottom: 25px;
}

.upcoming_event_card_left_content span {
	font-weight: 400;
	font-size: 12px;
	color: #19191ABF;
	display: block;
	margin-bottom: 6px;
}

.upcoming_event_card_right {
	width: 100%;
	height: 204px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: var(--primary-color);
	border-radius: 8px;
	padding: 16px;
}

.upcoming_event_card_right ul li {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 12px;
}

.upcoming_event_card_right ul li img {
	width: 20px;
}

.upcoming_event_card_right ul li span {
	font-weight: 400;
	font-size: 12px;
	color: var(--white-color);
}

.from_price {
	font-weight: 500;
	font-size: 12px;
	color: var(--white-color);
	margin-bottom: 10px;
}

.from_price b {
	font-size: 14px;
}

.more_info {
	display: inline-block;
	width: 100%;
	height: 40px;
	background-color: #ED6E28;
	color: #fff;
	border: none;
	border-radius: 100px;
	font-weight: 500;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}



/* subscribe_banner_sec csss  */

.subscribe_banner_sec {
	padding: 40px 0px 60px;
}

.subscirbe_banner {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.subscirbe_banner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color:#0000003d;
}

.subscirbe_banner_content {
	padding: 20px 50px 20px 70px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
}

.subscirbe_banner_content h2 {
	font-family: 'Changa';
	font-weight: 600;
	font-size: 33px;
	text-transform: uppercase;
	color: var(--white-color);
}

.subscirbe_banner_img {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.subscirbe_banner_img img {
	width: 220px;
	height: auto;
}

.subscirbe_banner_form {
	width: 100%;
	height: 65px;
	border: 1px solid #FFFFFF;
	position: relative;
	border-radius: 50px;
}

.subscirbe_banner_form button {
	position: absolute;
	top: 4px;
	right: 4px;
	height: 55px;
	width: 215px;
	border: none;
	background-color: var(--secondary-color);
	font-family: 'Changa';
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	border-radius: 50px;
}

.subscirbe_banner_form input {
	width: 100%;
	height: 100%;
	border: none;
	background-color: transparent;
	padding: 20px;
	color: #fff;
}

.subscirbe_banner_form input:focus {
	outline: none;
}

/* footerStyling Start */
footer {
	position: relative;
	width: 100%;
	background: #181733;
	padding: 40px 0px;
}

.footerLogo a {
	text-decoration: none;
}

.footerLogo a img{
	max-width: 160px;
	height: auto;
}

.footerLogo a h1 {
	color: #ffffff;
	font-weight: 600;
	font-size: 32px;
	margin-bottom: 0;
}

.footerCopyright {
	position: relative;
	width: 100%;
	background: #ffffff;
	border-radius: 10px;
	padding: 8px 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 15px;
}

.footerCopyright p {
	margin-bottom: 0;
	color: #181733;
	font-weight: 600;
	font-size: 16px;
}

.footerQuickLinks ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 42px;
}

.footerQuickLinks ul li a {
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	transition: .4s all;
}

.footerQuickLinks ul li a:hover {
	text-decoration: underline;
}

.FooterPaymentMethods ul {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.FooterPaymentMethods ul li a img {
	width: 45px;
	height: auto;
}

/* footerStyling End */


/* newsLetterSecSecStyling Start */
.newsLetterSec {
	position: relative;
	background-image: url(../images/newsLetterSecImg.jpeg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}

.newsLetterSec::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 1;
}

.newsLetterSecContent {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 600px;
	margin: 0 auto;
	padding: 115px 0px;
	z-index: 1;
}

.newsLetterSecContent h3 {
	margin-bottom: 28px;
	color: #fdc52c;
	font-size: 56px;
	font-weight: 700;
	text-align: center;
}

.newsLetterSecContent p {
	margin-bottom: 22px;
	color: #ffffff;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
}

.newsLetterSecForm {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.newsLetterSecForm input {
	position: relative;
	display: block;
	width: 100%;
	background: #ffffff;
	border: none;
	outline: none;
	border-radius: 10px;
	padding: 18px;
}

.newsLetterSecForm button {
	display: block;
	max-width: max-content;
	background-image: linear-gradient(90deg, #154284, #181733);
	padding: 13px 22px;
	border-radius: 10px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	border: none;
	outline: none;
	position: absolute;
	top: 50%;
	right: 6px;
	transform: translateY(-50%);
}

/* newsLetterSecSecStyling End */


/* ourConcertsSecStyling Start */
.ourConcertsSec{
	position: relative;
	width: 100%;
	padding: 40px 0px;
	background-color: #ffffff;
}

.ourConcertsSec .headContent {
	position: relative;
	text-align: center;
}

.ourConcertsSec .headContent::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	height: 2px;
	background: #181733;
}

.ourConcertsSec .headContent h3 {
	position: relative;
	color: #181733;
	font-weight: 600;
	font-size: 32px;
	max-width: max-content;
	margin: 0 auto;
	background: #ffffff;
	padding: 0 15px;
	z-index: 2;
}

.ourConcertsContenbtBox{
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 20px;
	margin-top: 24px;
}

.ourConcertsContenbtBox a::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(24, 23, 51, 0) 0, rgba(24, 23, 51, .3) 0%, #18173382 100%);
	z-index: 1;
}

.ourConcertsContenbtBox a img{
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.ourConcertsContenbtBox a h3{
	display: block;
	width: calc(100% - 20px);
	background-image: linear-gradient(90deg, #154284, #181733);
	padding: 13px 22px;
	border-radius: 20px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	text-align: center;
	border: none;
	outline: none;
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}
/* ourConcertsSecStyling End */


/* ourClothingSec Start */
.ourClothingSec {
	position: relative;
	width: 100%;
	padding: 40px 0px;
	background-color: #eff5ff;
}

.ourClothingSec .headContent {
	position: relative;
	text-align: center;
}

.ourClothingSec .headContent::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	height: 2px;
	background: #181733;
}

.ourClothingSec .headContent h3 {
	position: relative;
	color: #181733;
	font-weight: 600;
	font-size: 32px;
	max-width: max-content;
	margin: 0 auto;
	background: #eff5ff;
	padding: 0 15px;
	z-index: 2;
}

.ourClothingProductCard {
	position: relative;
	background-color: #ffffff;
	padding: 12px;
	border-radius: 20px;
	margin-top: 52px;
	transition: .4s all;
	scale: 1;
}

.ourClothingProductCard:hover {
	scale: 1;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
}

.ourClothingProductCard a {
	text-decoration: none;
}

.ourClothingProductCard .imgWrap {
	position: relative;
	background: #eff5ff;
	border-radius: 20px;
	text-align: center;
	margin: 0px auto 15px;
	padding: 12px;
}

.ourClothingProductCard .imgWrap img {
	width: 100%;
	height: auto;
	object-fit: contain;
	/* aspect-ratio: 1/1; */
	margin-top: 0px;
	transition: 0.3s ease-in-out;
	border-radius: 12px;
	/* overflow: hidden; */
}

.ourClothingProductCard:hover .imgWrap img {
	transform: scale(1.1);
	margin-top: -45px;
}

.ourClothingProductCard h3 {
	margin-bottom: 4px;
	color: #181733;
	font-weight: 600;
	font-size: 22px;
	text-align: center;
}

.ourClothingProductCard p {
	margin-bottom: 8px;
	color: #adadad;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.ourClothingProductCard .primarybtn-btn button{
	display: block;
	max-width: max-content;
	margin: 0 auto;
	background-image: linear-gradient(90deg, #154284, #181733);
	padding: 8px 32px;
	border-radius: 10px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	border: none;
	outline: none;
}
/* ourClothingSec Start */


/* footballTicketSec Start */
.footballProductsec {
	position: relative;
	width: 100%;
	padding: 40px 0px;
	background-color: #eff5ff;
}

.footballProductsec .headContent {
	position: relative;
	text-align: center;
}

.footballProductsec .headContent::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	height: 2px;
	background: #181733;
}

.footballProductsec .headContent h3 {
	position: relative;
	color: #181733;
	font-weight: 600;
	font-size: 32px;
	max-width: max-content;
	margin: 0 auto;
	background: #eff5ff;
	padding: 0 15px;
	z-index: 2;
}

.footballProductsCard {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 20px;
	margin-top: 24px;
	transition: .4s all;
}

.footballProductsCard:hover{
	box-shadow: rgba(0, 0, 0, 0.14) 0px 17px 19px 0px;
}

.footballProductsCard a {
	position: relative;
}

/* .footballProductsCard a::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(180deg, rgba(24, 23, 51, 0) 0, rgba(24, 23, 51, .3) 0%, #18173382 100%);
z-index: 1;
} */

.footballProductsCard .imgBox {
	width: 100%;
	height: 210px;
	object-fit: cover;
	margin: 0;
	border-bottom: 4px solid transparent;
	border-image: linear-gradient(90deg, #154284, #181733) 1;
}

.footballProductsCard .imgBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.footballProductsCard .title {
	text-decoration: none;
	font-size: 20px;
	font-weight: 500;
	color: rgb(22, 28, 36);
	background: #ffffff;
	padding: 24px 15px;
	line-height: 20px;
}

/* footballTicketSec End */


/* testimonialsSec Start */
.testimonialsSec {
	position: relative;
	padding: 60px 0px;
	background-color: #eff5ff;
}

.testimonialsSec .headContent {
	position: relative;
	text-align: center;
}

.testimonialsSec .headContent::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	height: 2px;
	background: #181733;
}

.testimonialsSec .headContent h3 {
	position: relative;
	color: #181733;
	font-weight: 600;
	font-size: 32px;
	max-width: max-content;
	margin: 0 auto;
	background: #eff5ff;
	padding: 0 15px;
	z-index: 2;
}

.testimonialsSecSlider {
	position: relative !important;
	width: 100%;
	overflow: hidden !important;
	margin-top: 24px;
}

.testimonialsSecSlider .swiper-pagination {
	position: absolute;
	bottom: 15px !important;
	left: 50% !important;
	transform: translateX(-50%);
	z-index: 1;
}

.testimonialsSecSlider .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
}

.testimonialsSecSlider .swiper-pagination .swiper-pagination-bullet-active {
	background-image: linear-gradient(90deg, #154284, #181733);
}

.testimonialsSecSlider .contentBox {
	position: relative;
	background: #ffffff;
	padding: 22px !important;
	border-radius: 22px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.testimonialsSecSlider .contentBox p {
	margin-bottom: 0;
	text-align: center;
	color: #181733;
	font-weight: 500;
	font-size: 18px;
}

.testimonialsSecSlider .contentBox .clientDetails {
	margin: 24px 0px;
}

.testimonialsSecSlider .contentBox .clientDetails img {
	width: 85px;
	height: 85px;
	border-radius: 50%;
}

.testimonialsSecSlider .contentBox .clientDetails span {
	display: block;
	color: #181733;
	font-weight: 500;
	font-size: 16px;
	text-align: center;
}

/* testimonialsSec Start */


/* matchesScheduleSec Start */
.matchesScheduleSec{
	position: relative;
	width: 100%;
	padding: 40px 0px;
	background-color: #eff5ff;
}

.matchesScheduleSec .headContent {
	position: relative;
	text-align: center;
}

.matchesScheduleSec .headContent::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	height: 2px;
	background: #181733;
}

.matchesScheduleSec .headContent h3 {
	position: relative;
	color: #181733;
	font-weight: 600;
	font-size: 32px;
	max-width: max-content;
	margin: 0 auto;
	background: #eff5ff;
	padding: 0 15px;
	z-index: 2;
}

.matchesScheduleList{
	position: relative;
}

.matchesScheduleList ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.matchesScheduleList ul li a{
	position: relative;
	margin-top: 32px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	background: #ffffff;
	border: 1px dashed #181733;
	border-radius: 20px;
	padding: 15px;
	cursor: pointer;
	transition: .4s all;
}

.matchesScheduleList ul li a:hover{
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
}

.matchesScheduleList ul li .imgWrap{
	position: relative;
	border-right: 1px dashed #181733;
	margin-right: 15px;
	padding-right: 15px;
	flex: 0 0 120px;
	max-width: 120px;
}

.matchesScheduleList ul li .imgWrap img{
	width: 100px;
	height: 100px;
	aspect-ratio: 1/1;
}

.matchesScheduleList ul li .content{
	flex: 1;
}

.matchesScheduleList ul li .content h2{
	position: relative;
	max-width: max-content;
	background-image: linear-gradient(90deg, #154284, #181733);
	padding: 6px 12px;
	border-radius: 10px;
	margin-bottom: 8px;
	color: #ffffff;
	font-weight: 600;
	font-size: 18px;
	line-height: 1;
}

.matchesScheduleList ul li .content h3{
	color: #181733;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 6px;
}

.matchesScheduleList ul li .content p{
	display: block;
	max-width: max-content;
	background-image: linear-gradient(90deg, #154284, #181733);
	padding: 2px 15px;
	border-radius: 10px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	margin-bottom: 0px;
}
/* matchesScheduleSec End */


/* footballTeamSec Start */
.footballTeamSec {
	position: relative;
	width: 100%;
	padding: 40px 0px;
	background-color: #ffffff;
}

.footballTeamSec .headContent {
	position: relative;
	text-align: center;
}

.footballTeamSec .headContent::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	height: 2px;
	background: #181733;
}

.footballTeamSec .headContent h3 {
	position: relative;
	color: #181733;
	font-weight: 600;
	font-size: 32px;
	max-width: max-content;
	margin: 0 auto;
	background: #ffffff;
	padding: 0 15px;
	z-index: 2;
}

.footballTeamDetails {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 20px;
	/* border: 2px dashed #181733; */
	background-image: linear-gradient(90deg, #ebf4ff, #d4d3ff);
	margin-top: 24px;
	/* padding: 22px; */
	cursor: pointer;
	display: flex;
	/* flex-direction: column; */
	align-items: center;
	/* justify-content: center; */
}

.footballTeamDetails .bgImage{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 1;
}

.footballTeamDetails .bgImage img{
	width: 100%;
	height: auto;
	transform: rotateY(180deg);
	opacity: 0.3;
}

.footballTeamDetails .leftContent{
	flex: 0 0 150px;
	max-width: 150px;
	padding: 62px 15px;
	background-image: linear-gradient(90deg, #154284, #181733);
}


.footballTeamDetails .leftContent .inner{
	position: relative;
	transform: rotate(-90deg);
	text-align: center;
}

.footballTeamDetails .leftContent .inner .date{
	font-weight: 600;
	font-size: 22px;
	text-align: center;
	line-height: 20px;
	color: #ffffff;
}

.footballTeamDetails .leftContent .inner .time{
	font-weight: 600;
	font-size: 16px;
	color: #ffffff;
	text-transform: uppercase;
}

.footballTeamDetails .rightContent{
	padding-left: 15px;
}

.footballTeamDetails::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -15px;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	background: #ffffff;
	border-radius: 50%;
	z-index: 2;
}

.footballTeamDetails::after {
	content: '';
	content: '';
	position: absolute;
	top: 50%;
	right: -15px;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	background: #ffffff;
	border-radius: 50%;
	z-index: 2;
}

.footballTeamDetails .rightContent .flagImagesWrap{
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 22px;
	gap: 15px;
}

.footballTeamDetails .rightContent .flagImagesWrap .imgOne,
.footballTeamDetails .rightContent .flagImagesWrap .imgTwo{
	position: relative;
	width: 70px;
	height: 70px;
	background: #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.footballTeamDetails .rightContent .flagImagesWrap .imgOne img,
.footballTeamDetails .rightContent .flagImagesWrap .imgTwo img{
	width: 50px;
	height: 50px;
}

.footballTeamDetails .rightContent .flagImagesWrap .imgSep{
	margin-bottom: 0;
	color: #181733;
	font-weight: 600;
	font-size: 24px;
}

.footballTeamDetails h3 {
	margin-bottom: 0;
	color: #181733;
	font-weight: 600;
	font-size: 24px;
}

.footballTeamDetails p {
	padding: 6px 0px 0px;
	margin-bottom: 10px;
	color: #181733;
	font-weight: 400;
	font-size: 16px;
	/* text-align: center; */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

/* footballTeamSec End */


/* parent categroy page  */
.breadcrumbs {
	height: 350px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.breadcrumbs::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(24, 23, 51, 0) 0, rgba(24, 23, 51, .3) 0%, #181733 100%);
	z-index: -1;
}

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

.breadcrumbs h1 {
	font-family: 'Changa';
	font-weight: 600;
	font-size: 50px;
	color: var(--white-color);
}

.breadcrumbs p {
	font-family: 'Figtree';
	font-weight: 400;
	font-size: 18px;
	color: var(--white-color);
	text-align: center;
}
.breadcrumbs a {
	font-family: 'Figtree';
	font-weight: 400;
	font-size: 18px;
	color: var(--white-color);
}


.tickets_confirm {
	padding: 8px 32px;
	display: flex;
	align-items: center;
	gap: 10px;
	background-image: linear-gradient(90deg, #154284, #181733);
	font-size: 16px;
	font-weight: 400;
	color: var(--white-color);
	border-radius: 10px;
	max-width: fit-content;
	margin-top: 12px;
	cursor: pointer;
}

.tickets_confirm {
	padding: 10px 20px;
	display: flex;
	align-items: center;
	gap: 10px;
	background-color: var(--secondary-color);
}

.show_parent_sec {
	padding: 60px 0;
}

.show_parent_sec .secTitle{
	position: relative;
	text-align: center;
	margin-bottom: 22px;
}

.show_parent_sec .secTitle::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	height: 2px;
	background: #181733;
}

.show_parent_sec .secTitle h3{
	position: relative;
	color: #181733;
	font-weight: 600;
	font-size: 32px;
	max-width: max-content;
	margin: 0 auto;
	background: #ffffff;
	padding: 0 15px;
	z-index: 2;
}

.our_advantages {
	width: 100%;
	border-radius: 11px;
	box-shadow: 0px 7px 14px 0px #D3DAE2;

}

.our_advantages_title {
	background-color: #154284;
	padding: 15px;
	border-top-left-radius: 11px;
	border-top-right-radius: 11px;
	display: none;
}

.our_advantages_title h6 {
	margin-bottom: 0;
	font-weight: 600;
	font-size: 15px;
	color: #fff;
	text-align: center;

}

.our_advantages_list_card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 150px;
	padding: 45px;
	border: 1px solid #7a7a7a44;
	transition: all 0.4s;
}

.our_advantages_list_card_icon {
	margin-bottom: 12px;
}

.our_advantages_list_card_icon i {
	color: #7d8b90;
	font-size: 25px;
	transition: all 0.4s;
}

.our_advantages_list_card:hover .our_advantages_list_card_icon i{
	color: #154284;
}

.our_advantages_list_card_content h6 {
	text-align: center;
	font-weight: 500;
	font-size: 14px;
	color: #7d8b90;
	margin-bottom: 0;
	transition: all 0.4s;
}

.our_advantages_list_card:hover .our_advantages_list_card_content h6{
	color: #154284;
}

.our_advantages_more {
	padding: 20px;
}

.our_advantages_more a {
	display: block !important;
	max-width: 100% !important;
	width: 100% !important;
	height: 44px;
	background-color: var(--secondary-color);
	font-family: Inter;
	font-weight: 500;
	font-size: 16px;
	text-align: center;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
}

/* .show_parent_right {
height: 100%;
box-shadow: 0px 7px 14px 0px #D3DAE2;
width: 100%;
border-radius: 11px;
}

.show_parent_card_list {
padding: 30px;
} */

.parent_cat_card {
	position: relative;
	background-image: linear-gradient(90deg, #dfedff, #b8b7d9);
	/* background-color: #fbfbfb; */
	/* border: 1px solid #181936; */
	padding: 20px 0px 20px 0px;
	border-radius: 4px;
	margin-bottom: 20px;
	transition: all 0.4s;
}

.parent_cat_card:hover{
	box-shadow: 0px 7px 14px 0px #D3DAE2;
}

.parent_cat_card:nth-last-child(1){
	margin-bottom: 0px;
}

.parent_cat_card .row{
	padding: 0px 15px;
}

.date-con {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	margin-bottom: 15px;
	/* border-right: 1px solid #7A7A7ABF; */
	max-width: max-content;
	border: 1px solid #154284;
	background: #154284;
	padding: 4px 15px;
	border-radius: 50px;
}

/* .date-con::before{
content: '';
position: absolute;
bottom: -4px;
left: 0;
width: 60px;
height: 2px;
background: #cba36b;
} */

.month {
	font-weight: 500;
	font-size: 16px;
	color: #ffffff;
	text-transform: uppercase;
}

.time {
	font-weight: 600;
	font-size: 16px;
	color: #ffffff;
	text-transform: uppercase;
}

.date {
	font-weight: 600;
	font-size: 28px;
	text-align: center;
	line-height: 20px;
	color: #ffffff;
}

.parent_cat_card_content {
	/* padding: 0 15px; */
	display: flex;
	flex-direction: column;
	/* justify-content: space-evenly; */
	gap: 4px;
}

.parent_cat_card_subcontent{
	display: flex;
	align-items: center;
	gap: 12px;
}

.parent_cat_card_content span {
	font-weight: 400;
	font-size: 16px;
	color: #000000BF;
}

.parent_cat_card_content h6 {
	margin-bottom: 0;
	font-weight: 500;
	font-size: 18px;
	color: #19191A;
}

.time_location_main {
	display: flex;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
}

.date_time {
	display: flex;
	align-items: center;
	gap: 10px;
}

.date_time i {
	font-size: 20px;
	color: #19191ABF;
}

.date_time span {
	font-size: 12px;
	font-weight: 500;
	color: #19191ABF;
}

.location {
	display: flex;
	align-items: center;
	gap: 10px;
}

.location i {
	font-size: 20px;
	color: #19191ABF;
}

.location span {
	font-size: 13px;
	font-weight: 500;
	color: #19191ABF;
}

.parent_cat_card_btn {
	display: flex;
	align-items: center;
	justify-content: end;
	flex-flow: row !important;
	height: 100%;
}

.parent_cat_card_btn a {
	background-color: var(--secondary-color);
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	text-align: center;
	border-radius: 100px;
	padding: 10px 20px;
}

.parent_cat_card_btn .limited-box{
	position: absolute;
	top: 6px;
	right: 6px;
	margin-bottom: 0px !important;
}

.parent_cat_card_btn .limited-box.soldout-box{
	background-color: red;
	border-color: red;
	color: #ffffff;
}

.parent_cat_card_btn .limited-box.soldout-box:before{
	background-color: red;
}

/* sub categroy  */
.top-reviews {
	background-color: #F5F5F5;
	padding: 150px 0px 60px;
	background: linear-gradient(180deg, rgba(24, 23, 51, 0) 0, rgba(24, 23, 51, .3) 0%, #181733 100%);
}

.reviews_line {
	display: flex;
	align-items: center;
	gap: 10px;
}

.reviews_line span {
	font-weight: 600;
	font-size: 13px;
	color: #19191A;
}

.reviews_line img {
	width: 20px;
}

.reviews_line h6 {
	font-size: 15px;
	font-weight: 600;
	color: #000;
	margin-top: 3px;
	margin-bottom: 0;
}

.truspilot {
	display: flex;
	align-items: center;
	gap: 10px;
}

.review_list {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: center ;
}

.review_list img {
	width: 20px;
}

.review_list span {
	font-weight: 400;
	font-size: 14px;
	color: #ffffff;
}

.subcategory_banner_Section {
	position: relative;
	padding: 150px 0 60px;
	background: linear-gradient(180deg, rgba(24, 23, 51, 0) 0, rgba(24, 23, 51, .3) 0%, #181733 100%);
}

.subcategory_banner.subCategoryBannerBox{
	background: #ffffff !important;
	border-radius: 11px;
	box-shadow: 0px 7px 14px 0px #D3DAE2;
}

.subcategory_banner_Section.subCategoryBannerBoxMain{
	background: #ffffff !important;
}

/* .subcategory_banner {
background: #ffffff !important;
border-radius: 11px;
box-shadow: 0px 7px 14px 0px #D3DAE2;
} */

.subcategory_banner_img img {
	width: 100%;
	height: 220px;
	border-top-left-radius: 11px;
	border-bottom-left-radius: 11px;
	object-fit: cover;
}

.subcategory_banner_content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 20px 0px 20px 20px;
	height: 100%;
	background-color: #fff;
}

.subcategory_banner_content span {
	font-weight: 400;
	font-size: 14px;
	color: #19191ABF;
}

.subcategory_banner_content h6 {
	font-weight: 600;
	font-size: 20px;
	color: #19191A;
}

.subcategory_ticket_date {
	display: flex;
	align-items: center;
	gap: 10px;
}

.subcategory_ticket_date i {
	color: #7A7A7ABF;
	font-size: 16px;
}

.subcategory_ticket_date span {
	font-weight: 400;
	font-size: 14px;
	color: #7A7A7ABF;
}

.subcategory_ticket_location {
	display: flex;
	align-items: center;
	gap: 10px;
}

.subcategory_ticket_location i {
	color: #7A7A7ABF;
	font-size: 16px;
}

.subcategory_ticket_location span {
	font-weight: 400;
	font-size: 14px;
	color: #7A7A7ABF;
}

.ticket_available {
	font-weight: 500;
	font-size: 16px;
	color: #7A7A7ABF;
}

.ticket_available {
	font-weight: 500;
	font-size: 16px;
	color: #7A7A7ABF;
}

.ticket_available b {
	color: #19191A;
}

.subcategory_list {
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: center;
}

.subcategory_list ul {
	border-left: 1px solid #7A7A7A80;
	padding: 20px;
}

.subcategory_list ul li {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 18px;
}

.subcategory_list ul li img {
	width: 20px;
}

.subcategory_list ul li span {
	font-weight: 400;
	font-size: 14px;
	color: #19191ABF;
}

.ticket_card {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
	background: #ffffff;
	border: 1px solid #eee;
	box-shadow: 0 10px 15px -3px #dcdcdc, 0 4px 6px -4px #dcdcdc;
	cursor: pointer;
	display: block;
	margin-bottom: 15px;
	padding: 15px;
}
.ticket_card .left-content {
	flex: 1;
	/* 	padding: 15px; */
	height: 100%;
}
.ticket_card .right-content {
	max-width: 100%;
	/* 	padding: 15px 10px; */
	height: 100%;
}
.ticket_card_titleWrap {
	margin-bottom: 10px;
	text-align: left;
	background: #f8f8fc;
	padding: 18px 8px 18px 15px;
	border-radius: 10px;
	border-left: 3px solid #181733;
	overflow: hidden !important;
}
.e_ticket_wrapper {
	display: flex;
	align-items: center;
	gap: 4px;
}
.e_ticket_wrapper img {
	width: 16px;
}
.e_ticket_wrapper span {
	font-size: 12px;
}
.ticket_card_titleWrap img {
	width: 20px;
	height: auto;
	background: #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3px;
}
.ticket_card_titleWrap h6{
	font-weight: 700;
	font-size: 16px;
	color: #000000;
	margin-bottom: 6px;
	line-height: 20px;
}
.ticket_card_content ul {
	display: flex;
	flex-direction: column;
	gap: 7px;
	padding: 0;
	margin: 0;
}
.ticket_card_content ul li {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 14px;
	font-weight: 500;
}
.ticket_card_content ul li:last-child{
	margin-bottom: 0;
}
.ticket_card_content ul li img {
	width: 22px;
	height: auto;
	background: #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3px;
}
.ticket_card_content ul li h6 {
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 0;
}
.ticket_card_buy_area{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	height: 100%;
	gap: 12px;
	width: 100%;
}
.ticket_card_buy_area_subcontent{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
}
.ticket_card_buy_area_subcontent p{
	margin-bottom: 0;
}
.ticket_card_buy_area .price span {
	font-weight: 600;
	font-size: 16px;
	color: #000000;
}
.ticket_card_buy_area span {
	font-size: 12px;
	color: #000000;
}
.ticket_card_buy_area .cart {
	display: flex	;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	width: 100%;
}

/* .ticket_card {
position: relative;
background-image: linear-gradient(90deg, #dfedff, #b8b7d9);
border-radius: 8px;
margin-bottom: 20px;
padding: 15px;
}

.ticket_card::before{
content: '';
position: absolute;
top: 50%;
left: -10px;
transform: translateY(-50%);
width: 20px;
height: 20px;
background: #ffffff;
border-radius: 50%;
z-index: 2;
}

.ticket_card::after{
content: '';
position: absolute;
top: 50%;
right: -10px;
transform: translateY(-50%);
width: 20px;
height: 20px;
background: #ffffff;
border-radius: 50%;
z-index: 2;
}

.ticket_card_titleWrap{
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
margin-bottom: 15px;
background-image: linear-gradient(90deg, #154284, #181733);
padding: 8px 15px;
border-radius: 10px;
line-height: 1;
}

.ticket_card_titleWrap img{
width: 20px;
height: auto;
background: #ffffff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
padding: 3px;
}

.ticket_card_titleWrap h6{
font-weight: 500;
font-size: 16px;
color: #ffffff;
margin-bottom: 0;
margin-top: 4px;
}

.ticket_card_content ul{
display: flex;
align-items: center;
justify-content: center;
gap: 18px;
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 2px dashed #dcdcdc;
}

.ticket_card_content ul li {
display: flex;
align-items: center;
gap: 5px;
}
.ticket_card_content ul li:last-child{
margin-bottom: 0;
}
.ticket_card_content ul li img {
width: 20px;
height: auto;
background: #ffffff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
padding: 3px;
}

.ticket_card_content ul li h6 {

font-weight: 500;
font-size: 16px;
margin-bottom: 0;
}

.ticket_card_buy_area {
display: flex;
flex-direction: row;
align-items: center;
height: 100%;
gap: 15px;
}

.ticket_card_buy_area_subcontent{
display: flex;
align-items: center;
gap: 15px;
}

.ticket_card_buy_area .cart{
display: flex;
align-items: center;
gap: 15px;
}

.ticket_card_buy_area .price span{
font-weight: 600;
font-size: 16px;
color: #19191A;
}

.ticket_card_buy_area span {
font-size: 12px;
color: #19191ABF;
} */

.show_tickets_Sec {
	padding: 40px 0 80px;
}

.show_tickets_Sec .container {
	box-shadow: 0px 7px 14px 0px #D3DAE2;
	padding: 20px;
	border-radius: 11px;
}

.show_tickets_Sec .title {
	margin-bottom: 22px;
}

.show_tickets_Sec .title h6 {
	font-weight: 600;
	font-size: 24px;
	color: #19191A;
	text-transform: capitalize;
}

.show_tickets_Sec .title p {
	font-weight: 400;
	font-size: 14px;
	color: #19191ABF;

}

.ticket_sec_img {
	padding: 8px;
	position: sticky;
	top: 0;
	border: 1px solid #dcdcdc;
	border-radius: 8px;
}
.stadium-info {
	display: flex;
	align-items: center;
	gap: 24px;
	padding: 20px 24px;
	margin: 20px 0 0;
	background-color: #f9f9f9;
	border-radius: 6px;
}
.stadium-info p{
	font-size: 18px;
	color: #000;
}

.stadium_img img {
	width: 100%;
	height: 100%;
	border-radius: 8px;
}

.stadium_img_text {
	font-size: 14px;
	color: #19191ABF;
	border-top: 1px solid #7A7A7A80;
	padding-top: 15px;
}

/* contact page css start */
.contact_us {
	padding: 60px 0;
}

.contact_content {
	padding-right: 100px;
}

.contact_content .title {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 20px;
}

.contact_content .title .title_img {
	width: 35px;
	height: 35px;
	background-image: linear-gradient(90deg, #154284, #181733);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact_content .title .title_img img {
	width: 20px;
}

.contact_content .title span {
	font-weight: 600;
	font-size: 22px;
	line-height: 21px;
	color: #181733;
}

.contact_content h2 {
	font-weight: 600;
	font-size: 28px;
	line-height: 32px;
	color: #181733;
}

.contact_content h2 span {
	font-size: 35px;
}

.contact_content p {
	font-weight: 300;
	font-size: 14px;
	line-height: 21px;
	color: #767C8C;
}

.contact_list ul {
	margin-bottom: 0;
	list-style-type: none;
	padding: 20px 0;
	border-top: 1px solid #F0F3FD;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.contact_list ul li {
	display: flex;
	align-items: start;
	gap: 15px;
}

.contact_list_icon {
	width: 45px;
	height: 45px;
	background-image: linear-gradient(90deg, #154284, #181733);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact_list_icon i {
	color: #fff;
	font-size: 20px;
}

.contact_list_content h6 {
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 0;
	color: var(--text-color);
}

.contact_list_content p {
	font-weight: 300;
	font-size: 14px;
	line-height: 21px;
	color: #767C8C;
	margin-bottom: 0;
}

.contact_list_content p a {
	color: #767C8C;
	transition: 0.3s ease-in-out;
}

.contact_list_content p a:hover {
	color: var(--primary-color);
}

.contact_social_links {
	padding: 15px 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact_social_links a {
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	background-image: linear-gradient(90deg, #154284, #181733) !important;
	transition: 0.3s ease-in-out;
}

.contact_social_links a:hover {
	color: var(--primary-color);
}

.contact_form {
	padding: 35px;
	border-radius: 12px;
	background-image: linear-gradient(90deg, #154284, #181733);
}

.contact_form h2 {
	font-weight: 500;
	font-size: 28px;
	line-height: 40px;
	color:#ffffff ;
	margin-bottom: 20px;
}

.contact_field {
	width: 100%;
	position: relative;
}

.contact_field input {
	width: 100%;
	padding: 9px 10px 9px 45px;
	font-weight: 300;
	font-size: 14px;
	color: #767C8C80;
	border-radius: 8px;
	border: none;
}

.contact_field input::placeholder {
	color: #767C8C80;
}

.contact_field select {
	width: 100%;
	padding: 10px 10px 10px 13px;
	font-weight: 300;
	font-size: 14px;
	color: #767C8C80;
	border-radius: 8px;
	border: none;
}

.contact_field textarea {
	width: 100%;
	height: 165px;
	padding: 15px;
	font-weight: 300;
	font-size: 14px;
	color: #767C8C80;
	border-radius: 8px;
	border: none;
	transition: 0.3 ease-in-out;
}

.contact_field textarea:focus {
	outline-color: var(--primary-color);
}

.contact_field input:focus {
	outline-color: var(--primary-color);
}

.contact_field select:focus {
	outline-color: var(--primary-color);
}

.contact_field textarea::placeholder {
	color: #767C8C80;
}

.contact_field_icon {
	position: absolute;
	left: 20px;
	top: 9px;
}

.contact_field_icon i {
	color: #154284;
	font-size: 16px;
}

.contact_submit_btn {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 170px;
	height: 40px;
	position: relative;
	background-color: #ffffff;
	border-radius: 8px;
}

.contact_submit_btn input {
	width: 100%;
	height: 100%;

	font-weight: 500;
	font-size: 14px;
	line-height: 12px;
	border: none;
	padding-left: 30px;
	text-align: left;
	background: transparent ;
	transition: 0.3s ease-in-out;
	color: #154284;
}

.contact_submit_icon {
	position: absolute;
	right: 30px;
	top: 9px;
}
.contact_submit_icon i{
	color: #154284;
}
.contact_map {
	padding: 10px 0 80px 0;
}
.custom-quantity {
	display: flex;
	align-items: center;
	/* 	border: 1px solid #ddd; */
	border-radius: 5px;
	width: 120px;
	overflow: hidden;
	border-radius: 10px;
	justify-content: space-between;
	background: #ffffff;
}
.custom-quantity button {
	background-image: linear-gradient(90deg, #154284, #181733);
	border: none;
	padding: 4px 12px;
	cursor: pointer;
	font-size: 18px;
	color: #fff;
}
.custom-quantity input {
	width: 50px;
	text-align: center;
	border: none;
	font-size: 16px;
	padding-left: 11px;
	background: #ffffff;
}
.custom-quantity input:focus{
	outline: none;
}
.custom-quantity .minus { border-right: 1px solid #ddd; }
.custom-quantity .plus { border-left: 1px solid #ddd; }{
	width: 100%;
	height: 38px;
	padding: 0 22px;
	background-color: var(--secondary-color);
	color: #fff;
	border: none;
	border-radius: 50px;
	font-weight: 500;
	font-size: 16px;
	text-align: center;
}

.ticket_buy_now_btn{
	position: relative;
	width: 100%;
}

.ticket_buy_now_btn button{
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	background-image: linear-gradient(90deg, #154284, #181733) !important;
	padding: 8px 32px !important;
	border-radius: 10px !important;
	text-decoration: none !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	color: #ffffff !important;
	border: none !important;
	outline: none !important;
	line-height: inherit !important;
}

.ajax_add_to_cart{
	display: block !important;
	max-width: 100% !important;
	background-image: linear-gradient(90deg, #154284, #181733) !important;
	padding: 12px 0px !important;
	border-radius: 10px !important;
	text-decoration: none !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	color: #ffffff !important;
	border: none !important;
	outline: none !important;
}

.mob_menu {
	position: fixed;
	top: 0;
	left: -100%;
	width: 320px;
	height: 100vh;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s ease-in-out;
	background-image: linear-gradient(90deg, #154284, #181733);
	z-index: 9999999999;
	padding: 20px;
	overflow: auto;
	box-shadow: 0px 0px 15px 1px #00000094;
}
.mob_menu.active {
	visibility: visible;
	opacity: 1;
	left: 0;
}

.mob_btn {
	display: none;
	padding: 8px 15px;
	background-image: linear-gradient(90deg, #154284, #181733);
	color: #fff;
	border-radius: 8px;
	font-size: 15px;
	cursor: pointer;
}
.close_bar {
	position: relative;
	background-color: #fff;
	cursor: pointer;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	position: absolute;
	top: 15px;
	right: 15px;
}

.close_bar i {
	color: #154284;
	font-size: 22px;
}
.mob_nav_links ul {
	padding-left: 0;
	padding-top: 20px;
	list-style-type: none;
}
.mob_nav_links ul li {
	margin: 15px 0;
	width: 100%;
}
.mob_nav_links ul li a {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
}
.wpcf7-response-output{
	color: #fff !important;
}
.limited-box {
	text-transform: uppercase;
	font-size: 12px;
	padding: 4px;
	border: 1px solid #000;
	max-width: fit-content;
	line-height: 1;
	margin-top: 5px;
	display: flex;
	align-items: center;
	gap: 5px;
	border-radius: 4px ;

}
.limited-box:before{
	content: '';
	display: inline-block;
	width: 10px;
	height: 4px;
	border-radius: 50px;
	background: red;
}
/* faqs */
.accordion .accordion-item {
	border: none;
	margin-bottom: 15px;
	background-color: #fff;
	box-shadow: 0 2px 16px #cccccc69;
	border-radius: .5rem;
	padding: 22px;
}
/* .accordion .accordion-item button[aria-expanded='true'] {
border-bottom: 1px solid #03b5d2;
} */
.accordion button {
	position: relative;
	display: block;
	text-align: left;
	width: 100%;
	padding: 0px !important;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	border: none;
	background: none;
	outline: none;
}
.accordion button:hover,
.accordion button:focus {
	cursor: pointer;
	color: #0566FF;
	background-color: transparent !important ;
}
.accordion button:hover::after,
.accordion button:focus::after {
	cursor: pointer;
	color: #0566FF;
	border: 1px solid #03b5d2;
}
.accordion button .accordion-title {
	white-space: pre-wrap ;
}
.accordion button .icon {
	display: inline-block;
	position: absolute;
	top: 18px;
	right: 12px;
	width: 22px;
	height: 22px;
	transition: 0.3s ease-in-out ;
}
.accordion button .icon::before {
	display: block;
	position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
	background-image: url('https://myseats.co.uk/wp-content/uploads/2025/03/svgviewer-png-output-11.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: 0.3s ease-in-out ;
}
.accordion .accordion-item button[aria-expanded='true'] span.icon::before {
	rotate: 180deg;
}
.accordion button[aria-expanded='true'] {
	color: #154284;
}
.accordion button[aria-expanded='true'] .icon::after {
	width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
	opacity: 1;
	max-height: 100%;
	transition: all 200ms linear;
	will-change: opacity, max-height;
	margin-top: 22px;
}
.accordion .accordion-content {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: opacity 200ms linear, max-height 200ms linear;
	will-change: opacity, max-height;
}
.accordion .accordion-content p {
	font-size: 13px;
	font-weight: 300;
	/* 	margin: 1em; */
}
.faqs{
	/* 	padding-top : 40px ; */
	padding-bottom: 30px ;
}
.faqs .title{
	position: relative;
	text-align: center;
	margin-bottom: 22px;
}
.faqs .title::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	height: 2px;
	background: #181733;
}
.faqs .title h2{
	position: relative;
	color: #181733;
	font-weight: 600;
	font-size: 32px;
	max-width: max-content;
	margin: 0 auto;
	background: #ffffff;
	padding: 0 15px;
	z-index: 2;
}
.accordion-item button:hover{
	background-color: transparent !important;
	border-radius: 0 ;
	color: #154284;
}
.ticket_msg{
	padding: 10px 20px;
}
.page-content h1{
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 1;
}
.page-content h2{
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 1;
}
.page-content ul{
	margin-bottom: 14px;
}
.page-content ul li{
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 4px;
}
.page-content p{
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 14px;
}

/* ourProductsSection */
.ourProductsSection{
	position: relative;
	padding: 40px 0px;
}



/* eventGlobe Css Start */

/* headerStyling Start */
header {
	position: fixed;
	top: 18px;
	left: 0;
	width: 100%;
	height: auto;
	background: transparent;
	/*     padding: 18px 0px; */
	z-index: 999;
}

.headerInner{
	position: relative;
	background: #ffffff;
	padding: 15px;
	border-radius: 20px;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
}

.headerLogo a {
	text-decoration: none;
}

.headerLogo a img{
	max-width: 150px;
	height: auto;
}

.headerLogo a h1 {
	color: #154284;
	font-weight: 900;
	font-size: 26px;
	margin-bottom: 0px;
	line-height: 1;
}

.menuListing ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 48px;
}

.menuListing ul li a {
	text-decoration: none;
	color: #181733;
	font-size: 16px;
	font-weight: 400;
	transition: .4s all;
}

.menuListing ul li a:hover {
	color: #154284;
	text-decoration: underline;
}

.headerContactDetails .contentWrap {
	position: relative;
	border-left: 1px solid #44444433;
	padding-left: 15px;
}

.headerContactDetails .contentWrap .iconBox {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--primary-color);
	width: 37px;
	height: 37px;
	border-radius: 8.81px;
}

.headerContactDetails .contentWrap .iconBox i {
	color: #ffffff;
}

.headerContactDetails .contentWrap .textWrap span {
	color: #444444;
	font-size: 12px;
	font-weight: 400;
}

.headerContactDetails .contentWrap .textWrap p {
	margin-bottom: 0;
	color: #444444;
	font-size: 16px;
	font-weight: 400;
	display: block !important;
}
/* headerStyling End */

/* primaryButtonStyling */
.primarybtn-btn{
	position: relative;
	height: 100%;
}

.primarybtn-btn a {
	display: block;
	margin-left: auto;
	max-width: max-content;
	background-image: linear-gradient(90deg, #154284, #181733);
	padding: 8px 32px;
	border-radius: 10px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	border: none;
	outline: none;
	/* 	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	height: auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%); */
}

.primarybtn-btn button {
	display: block;
	margin-left: auto;
	max-width: max-content;
	background-image: linear-gradient(90deg, #154284, #181733);
	padding: 8px 32px;
	border-radius: 10px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	border: none;
	outline: none;
	/* 	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	height: auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%); */
}

.soldout-btn {
	display: block;
	margin-left: auto;
	max-width: max-content;
	background-color: red;
	padding: 8px 32px;
	border-radius: 10px;
	text-decoration: none;
	border: none;
	outline: none;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	height: auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.soldout-btn span{
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
}
/* primaryButtonStyling */


/* secondaryButtonStyling */
.secondarybtn-btn a {
	display: block;
	max-width: max-content;
	background: #ffffff;
	padding: 13px 22px;
	border-radius: 10px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	color: #000000;
}

/* secondaryButtonStyling */

/* homepageBannerSec Start */
.homepageBannerSec{
	position: relative;
}

.homepageBannerSecSlider{
	position: relative;
	width: 100%;
	overflow: hidden;
}


.homepageBannerSecSlider .swiper-pagination {
	text-align: left;
	left: 30px;
	display: flex;
	align-items: center;
	gap: 4px;
	bottom: 38px;
}

.homepageBannerSecSlider .swiper-pagination .swiper-pagination-bullet {
	background-color: #fff;
	width: 12px;
	height: 12px;
}

.homepageBannerSecSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 20px;
	height: 20px;
}

.bannerSliderContentBox {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 200px 0px 80px;
	width: 100%;
	height: 600px;
	object-fit: cover;
}

.bannerSliderContentBox::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(24, 23, 51, 0) 0, rgba(24, 23, 51, .3) 0%, #181733 100%);
	z-index: 1;
}

.bannerSliderContentBox .innerContent {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 600px;
	margin: 0 auto;
	/* padding: 100px 0px; */
	z-index: 1;
}

.bannerSliderContentBox .innerContent h1 {
	margin-bottom: 22px;
	color: #fdc52c;
	font-size: 56px;
	font-weight: 700;
	text-align: center;
}

.bannerSliderContentBox .innerContent p {
	margin-bottom: 22px;
	color: #ffffff;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
}

/* homepageBannerSec End */
/* eventGlobe Css End */


@media (max-width: 1200px) {
	.parent_cat_card_btn a{
		font-size: 13px ;
	}
}

@media (max-width: 1024px) {}

@media (max-width: 991px) {

	.contact_content {
		padding-right: 15px;
	}
	.nav_links{
		display:none ;
	}
	.mob_btn {
		display: block;
	}
	.subscirbe_banner .row{
		flex-direction: column-reverse ;
	}
	.subscirbe_banner_img img {
		margin-top: 0;
		padding-left: 0px;
		width: 60%;
		height: auto;
		object-fit: cover;
	}
	.subscirbe_banner_form button{
		position: relative;
		top: inherit;
		right: inherit;
		margin-top: 15px;
		width: 100%;
	}
	.subscirbe_banner_content {
		padding: 20px 50px 20px 50px;
	}
	.reviews_line{
		justify-content: center ;
	}
	.search_con{
		max-width: 576px ;
	}
	.show_parent_sec .row.direct_set{
		flex-direction: column-reverse ;
	}
	.subscirbe_banner_form{
		height: 100%;
		border:none;
		display: flex;
		flex-direction: column;
		gap: 5px ;
	}
	.subscirbe_banner_form input{
		border: 1px solid #FFFFFF;
	}
	.subscirbe_banner_img{
		display: none ;
	}
	.subcategory_list ul {
		border-left: none ;
	}
	.show_tickets_Sec .row.ulat{
		flex-direction: column-reverse ;
	}
	.payment_img {
		text-align: center;
		padding: 0px 0px 22px 0px;
		display: flex	;
		flex-wrap: wrap;
		justify-content: center;
		gap: 16px;
	}
	.payment_img svg:nth-child(1){
		width: 65px !important;
	}

	.payment_img svg:nth-child(2){
		width: 65px !important;
	}

	.payment_img svg:nth-child(3){
		width: 65px !important;
	}
	.payment_img svg:nth-child(4){
		width: 65px !important;
	}

	.ticket_sec_img{
		margin-bottom: 22px;
	}

	.footerLogo{
		text-align: center;
		margin-bottom: 32px;
	}

	.footerQuickLinks ul{
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.footerCopyright{
		display: block;
	}

	.footerCopyright p{
		text-align: center;
		margin-bottom: 8px;
	}

	.footerQuickLinks{
		margin-bottom: 22px;	
	}

	.FooterPaymentMethods ul{
		justify-content: center;
	}

	.menuListing{
		display: none;
	}
}

@media (max-width: 768px) {
	.bannerSliderContentBox .innerContent{
		width: 100%;
	}

	.headerButnWrap.primarybtn-btn a{
		padding: 8px 18px;
	}

	.headerContactDetails{
		gap: 0.5rem !important;
	}

	.newsLetterSecContent{
		width: 100%;
	}
}

@media (max-width: 767px) {
	.subcategory_banner_Section {
		padding: 25px 0;
	}
	.show_tickets_Sec {
		padding: 10px 0 20px;
	}

	.hero_banner_content h1 {
		font-size: 30px;
	}
	.hero_banner_content p {
		font-size: 12px;
	}
	.most_popular {
		padding: 24px 0;
	}
	.testimonial_content{
		padding-right: 0px ;
		align-items: center ;
	}
	.testimonial_content p {
		font-size: 14px;
	}
	.upcoming_events_top .section_title h2 {
		font-size: 20px;
	}
	.upcoming_events_top .section_title p {
		font-size: 10px;
	}
	.breadcrumbs h1{
		font-size:30px ;
	}
	.breadcrumbs p{
		font-size: 12px ;
	}
	.tickets_confirm{
		font-size :10px ;
	}
	.parent_cat_card_btn a{
		display: block;
		width: 100%;
	}

	.testimonial_Sec .img-wrap{
		justify-content: flex-start !important;
		margin-top: 15px;
	}

	.testimonial_Sec .img-wrap img{
		max-width: 150px;
		height: auto;
	}
}

@media (max-width: 576px) {

	.headerLogo a h1{
		font-size: 24px;
	}

	.ticket_card_content ul li span{
		font-size: 12px ;
	}
	.ticket_card_buy_area_subcontent{
		margin-bottom: 15px;
	}
	.ticket_card_content ul{
		flex-flow: wrap;
	}
	.ticket_card_content ul li h6{
		font-size: 12px ;
	}
	.ticket_card_buy_area {
		padding: 0;
		display: block;
	}
	.custom-quantity {
		margin: 0;
		flex: 1;
	}
	.ticket_buy_now_btn{
		flex: 1;
	}
	.custom-quantity button{
		padding: 6px 14px;
	}
	.custom-quantity input{
		padding-left: 0 ;
	}
	.ticket_buy_now_btn button{
		/* 		height: 30px; */
		font-size: 12px;
	}
	.subscirbe_banner_content {
		padding: 20px;
	}
	.hero_banner{
		height: 312px ;
	}
	button.search_btn span {
		display: none;
	}
	.search_btn{
		padding: 10px 12px;
		border-radius: 50%;
		top: 50%;
		right: 15px;
		transform: translateY(-50%);
	}
	.search_icon {
		display: none;
	}
	.search_con{
		height: 69px;
		width: 90%
	}
	.search_con input{
		padding: 20px 38px 20px 20px;
	}
	.section_title h2 {
		font-size: 20px;
	}
	.testimonial_Sec .contentbox h2{
		font-size: 20px;
	}
	.testimonial_Sec .contentbox h2 br{
		display: none;
	}
	.event_card_img img{
		height: 230px;
	}
	.event_card_content .date_time span{
		font-size: 11px ;
	}
	.upcoming_event_card_img img {
		height: 116px;
		width: 116px;
	}
	.upcoming_event_card_left_content p{
		margin-bottom:5px ;
	}
	.upcoming_event_card_left_content h6 {
		font-size: 14px;
	}
	.upcoming_event_card_left_content span{
		margin-bottom: 0px ;
		font-size: 10px ;
	}
	.show_parent_card_list{
		padding : 9px ;
	}
	.parent_cat_card_content h6{
		font-size: 15px;
	}
	.time_location_main .date_time i{
		font-size: 15px ;
	}
	.time_location_main .location i{
		font-size: 15px ;
	}
	.time_location_main{
		gap: 6px ;
	}

	.bannerSliderContentBox .innerContent h1{
		font-size: 32px;
		margin-bottom: 15px;
	}

	.bannerSliderContentBox .innerContent p{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}

	.matchesScheduleList ul li .content h3{
		font-size: 23px;
	}

	.matchesScheduleList ul li .imgWrap img{
		width: 80px;
		height: 80px;
	}


}
@media (max-width: 575px){
	.parent_cat_card_btn{
		gap: 10px ;
		justify-content: space-evenly ;
	}

	.primarybtn-btn a{
		margin-left: unset !important;
	}

	.soldout-btn{
		margin-left: unset !important;
	}

	.newsLetterSecContent h3{
		font-size: 32px;
	}

	.matchesScheduleList ul li .imgWrap{
		margin-right: 0px !important;
		padding-right: 0px !important;
		flex: 0 0 85px !important;
		max-width: 85px !important;
	}

	.matchesScheduleList ul li .content h3{
		font-size: 18px;
		margin-bottom: 0px;
	}

	.matchesScheduleList ul li .content h2{
		font-weight: 500 !important;
		font-size: 14px !important;
	}

	.testimonialsSecSlider .contentBox p{
		text-align: justify;
	}

	.footballTeamDetails .bgImage{
		display: none;
	}

	.footballTeamDetails h3{
		font-size: 18px;
	}

	.footballTeamDetails .rightContent .flagImagesWrap{
		margin-bottom: 15px;
	}

	.footballTeamDetails .leftContent .inner .date{
		font-size: 18px;
	}

	.footballTeamDetails .leftContent{
		flex: 0 0 100px;
		max-width: 100px;
		padding: 50px 0px;
	}

	.footballTeamDetails .rightContent .flagImagesWrap .imgOne img,
	.footballTeamDetails .rightContent .flagImagesWrap .imgTwo img{
		width: 40px;
		height: 40px;
	}

	.ticket_card_buy_area .cart{
		flex-direction: row !important;
		align-items: center;
	}

	.top-reviews{
		padding: 80px 0px 30px !important;
	}

	.parent_cat_card_btn{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		max-width: max-content;
		margin: 0 auto !important;
	}

	.soldout-btn span{
		font-size: 13px;
	}
	
	.parent_cat_card_subcontent{
		display: block;
	}
	
	.parent_cat_card_content h6{
		margin-bottom: 8px;
	}
	
	.headerLogo a img{
		max-width: 120px;
	}
}


@media (max-width: 425px) {}

@media (max-width: 375px) {}