/* font family */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body{
	background-color: #ffffff;
	font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Dosis", "Dosis Fallback", sans-serif;
}

p{
	margin-bottom: 0;
	color: #000000;
	font-weight: 400;
	font-size: 14px;
}

a{
	text-decoration: none !important; 
}

ul{
	margin: 0 !important;
	padding: 0;
	list-style: none;
}





.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;
}








.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 {
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: 0.3s ease-in-out ;
}
.testimonial_card_content {
	padding: 26px 15px;
	border: 1px solid #ccc;
	border-radius: 12px;
	height: 100% ;
}
.swiper-slide{
	transition: 0.3s ease-in-out ;
}
.swiper-slide-active .testimonial_card .testimonial_card_content{
	background-color: #51af3b ;
	border: none ;
}
.swiper-slide-active .testimonial_card .testimonial_card_content p{
	color: #fff ;
}
.testimonial_card_content img{
	width: 60px ;
	margin-bottom: 15px ;
}
.testimonial_card_content p{
	font-size: 14px ;
	font-weight: 600 ;
	color: #000 ;
	margin: 0 ;
}
.shape_one{
	width: 10px ;
	height: 10px ;
	border-radius : 50% ;
	background-color: #000 ;
	margin: 8px auto ;
}
.shape_two{
	width: 20px ;
	height: 20px ;
	border-radius : 50% ;
	background-color: #000 ;
	margin: 0px auto 8px;
}
.user_profile{
	width: 50px ;
	height: 50px ;
	border-radius : 50% ;
	background-color: #51af3b ;
	margin: 0px auto 8px;
	font-size: 16px ;
	font-weight: 700 ;
	color: #fff ;
	display: flex ;
	justify-content:center ;
	align-items: center ;
}
.user_name{
	font-size: 16px ;
	font-weight:800 ;
	color: #000 ;
}

.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;
}

/* parent categroy page  */
.breadcrumbs_cat{
	padding-top: 15px ;
}
.breadcrumbs_cat .breadcrumbsInner{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	padding: 20px 0px 20px;
	z-index: 1;
	background: #000;
	overflow: hidden;
	text-align: center;
	border-radius: 12px;
}
.breadcrumbsInner ul{
    margin-top: 20px ;
}
.breadcrumbsInner ul li {
	font-size: 20px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
.breadcrumbsInner ul li i {
    font-size: 20px;
    color: #fff;
}
.breadcrumbs_cat .tickets_confirm{
	margin: 15px auto 0px !important;
}
.breadcrumbs_cat h1{
	color: #fff;
	font-size: 3rem;
	font-weight: 800;
	line-height: 2.5rem;
	text-transform: uppercase ;
}
.breadcrumbs_cat p{
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	line-height: 2.5rem;
}
.breadcrumbs_cat .breadcrumbsInner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #51af3b 22%, transparent 52%), linear-gradient(to left, #51af3b 22%, transparent 50%);
    z-index: -1;
    rotate: 35deg;
}
.breadcrumbs {
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	padding: 75px 0px 75px;
	z-index: 1;
}

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

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

.breadcrumbs h1 {
	margin-bottom: 10px;
	color: #ffffff;
	font-size: 32px;
	font-weight: 700;
}

.breadcrumbs p {
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
}
.breadcrumbs a {
	font-family: 'Figtree';
	font-weight: 400;
	font-size: 16px;
	color: #ffffff;
}
.tickets_confirm {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #51af3b;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    border-radius: 10px;
    max-width: fit-content;
    cursor: pointer;
    margin-top: 15px;
}

.show_parent_sec {
	padding: 60px 0;
}

.show_parent_sec .secTitle{
	margin-bottom: 20px;
}

/* .show_parent_sec .secTitle::before{
content: '';
position: absolute;
bottom: -5px;
left: 0;
width: 5%;
height: 5px;
background: #c19a6b;
border-radius: 15px;
overflow: hidden;
transition: .4s all;
} */

.show_parent_sec .secTitle h3{
    color: #000000;
    font-size: 2rem;
    font-weight: 800;
    line-height: 2.5rem;
}

.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_card_list {
display: flex;
align-items: center;
justify-content: center;
flex-flow: wrap;
gap: 15px;
} */
.parent_cat_card {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 12PX;
    border: 1px solid #eee;
    box-shadow: 0 10px 15px -3px #dcdcdc,0 4px 6px -4px #dcdcdc;
    margin-bottom: 22px;
    padding: 8px;
    cursor: pointer;
    width: 100%;
    text-decoration: none;
    transition: .4s all;
}
/* .parent_cat_card:hover{
	box-shadow: 0 2px 12px rgba(36,63,97,.11),
		0 .5px 2px rgba(36,63,97,.12);
} */
.parent_cat_card .bg-Img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 150px;
	opacity: 0.6;
}
/* .parent_cat_card::before{
content: '';
position: absolute;
top: 50%;
transform: translateY(-50%);
left: -15px;
width: 30px;
height: 30px;
background: #ffffff;
border-radius: 50%;
z-index: 2;
}
.parent_cat_card::after{
content: '';
position: absolute;
top: 50%;
transform: translateY(-50%);
right: -15px;
width: 30px;
height: 30px;
background: #ffffff;
border-radius: 50%;
z-index: 2;
} */
.parent_cat_card .left-content{
    padding: 0px;
    display: flex;
    align-items: center;
    gap: 0px;
    height: 100%;
}
.parent_cat_card .left-content .topContentBoxed{
    position: relative;
    display: flex;
    align-items: center;
    flex: 1;
}
.parent_cat_card .left-content .leftContentBox{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 0 0 165px;
    max-width: 165px;
    border-radius: 0;
    background: #fff;
    border-right: 1px solid #eee;
}
.parent_cat_card .left-content .leftContentBox .cardImgWrap{
	position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.parent_cat_card .left-content .leftContentBox .cardImgWrap .shirtImgOne{
    position: relative;
    z-index: 1;
    width: 72px;
    height: auto;
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3));
}
.parent_cat_card .left-content .leftContentBox .cardImgWrap .shirtImgTwo{
    width: 63px;
    height: auto;
    margin: -25px 0px 0px -25px;
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3));
}
.parent_cat_card .left-content .rightContentBox{
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 0px 15px;
}
.parent_cat_card .left-content .rightContentBox .boxContent{
	position: relative;
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.parent_cat_card .right-content .inner{
	position: relative;
	text-align: center;
}
.date-con {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-bottom: 0px;
}
.month {
    font-weight: 600;
    font-size: 14px;
    color: #ababab;
    text-transform: uppercase;
}
.time {
    font-weight: 600;
    font-size: 14px;
    color: #ababab;
    text-transform: uppercase;
}
.date {
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    color: #ababab;
}
.date_time {
    font-weight: 600;
    font-size: 14px;
    color: #ababab;
    text-transform: uppercase;
    margin: 0;
    padding-top: 0;
}
.parent_cat_card_content {
	display: flex;
	flex-direction: column;
	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 .left-content h6 {
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 20px;
    color: #19191A;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.parent_cat_card .left-content:hover h6{
	color: #51af3b;
}
.parent_cat_card .left-content .endContentBox{
    flex: 0 0 300px;
    max-width: 300px;
    position: relative;
    background: #e2f3de;
    border-radius: 12px;
    padding: 15px;
}
.endContentBox .priceBarWrap{
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}
.endContentBox .priceBarWrap span{
    color: #000000;
    font-weight: 500;
    font-size: 14px;
}
.endContentBox .priceBarWrap .price{
    color: #000000;
    font-weight: 700;
    font-size: 22px;
}
.dateTimeWrapper{
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
}
.time_location_main {
	display: flex;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
}
.location {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	margin-bottom: 5px;
}
.location i {
	font-size: 14px;
	color: #000000;
}
.location span {
	font-size: 13px;
	font-weight: 500;
	color: #000000;
}
.parent_cat_card_btn{
	background-color: #51af3b;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	border-radius: 50px;
	padding: 8px 15px;
	display: block;
	text-decoration: none;
	margin-top: 5px;
	text-transform: uppercase;
}
.parent_cat_card .left-content:hover .rightContentBox .butnsWrapper a{
	opacity: 0.8;
}
.parent_cat_card_btn:hover{
	color: #fff;
}
.sold_out_label{
	background-color: red;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	border-radius: 50px;
	padding: 8px 15px;
	display: block;
	text-decoration: none;
	margin-top: 5px;
	text-transform: uppercase;
}
/* sub categroy  */
.top-reviews {
	padding: 10px 0px 10px;
	background: #c19a6b;
	display:  none;
}

.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.subcategory-design {
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	padding: 75px 0px 75px;
	z-index: 1;
}

.subcategory_banner_Section.subcategory-design::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgb(24 23 51 / 9%) 0, rgb(0 0 0) 0%, #51af3b 100%);
	z-index: -1;
}

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

.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: #f8f4ef !important;
}

.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: flex;
	margin-bottom: 15px;
}
/* .ticket_card::before{
content: '';
position: absolute;
top: -12px;
right: 138px;
width: 24px;
height: 24px;
background: #ffffff;
border-radius: 50%;
z-index: 2;
}
.ticket_card::after{
content: '';
position: absolute;
bottom: -12px;
right: 138px;
width: 24px;
height: 24px;
background: #ffffff;
border-radius: 50%;
z-index: 2;
} */
.ticket_card .left-content {
	flex: 1;
	padding: 15px;
	height: 100%;
}
.ticket_card .right-content {
	flex: 0 0 150px;
	max-width: 150px;
	padding:15px 10px;
	height: 100%;
	/* background: #c19a6b; */
	border-left: 1px solid #ccc;
}
.ticket_card_titleWrap{
	margin-bottom: 10px;
	text-align: left;
	background: #f8f8fc;
	padding: 18px 8px 18px 15px;
	border-radius: 5px;
	border-left: 3px solid #51af3b;
}
.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:30px ;
}
.e_ticket_wrapper{
	display: flex ;
	align-items: center ;
	gap: 4px ;
}
.e_ticket_wrapper span{
	font-size: 12px;
}
.e_ticket_wrapper img{
	width: 16px ;
}
.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 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;
	height: 100%;
	gap: 12px;
}
.ticket_card_buy_area_subcontent{
	display: flex;
	flex-direction: column;
	align-items: end;
	justify-content: end;
	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-end;
	gap: 12px;
	width: 100%;
}
.show_tickets_Sec {
	padding-bottom: 80px;
}

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

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

.show_tickets_Sec .title h6 {
    position: relative;
    color: var(--primary-color);
    font-weight: 500;
    font-size: 20px;
    margin: 0;
    z-index: 2;
}

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

}

.ticket_sec_img {
	padding: 8px;
	position: sticky;
	top: 50px;
	/* 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: #ffffff;
	border-radius: 6px;
	border-top: 1px solid #dcdcdc;
}
.stadium-info svg{
    position: relative;
    width: 85px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f6f8;
    border: 1px solid #E4E6E8;
    border-radius: 12px;
    padding: 8px;
}
.stadium-info p{
	font-size: 18px;
	color: #000;
	flex: 1;
	margin-bottom: 0px;
}

.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;
}
.title_contact{
	text-align: center ;
	margin-bottom: 25px ;
}
.term_conditions h1,h2,h3,h4,h5,h6{
	color: #000000;
	font-size: 2rem;
	font-weight: 800;
	line-height: 2.5rem;
	margin-bottom: 15px ;
}
.title_contact h1{
	color: #000000;
	font-size: 2rem;
	font-weight: 800;
	line-height: 2.5rem;
	margin: 0 ;
}
.title_contact p{
	color: #000000;
	font-size: 1rem;
	font-weight: 600;
	line-height: 2.5rem;
}

.contact_info{
	width: 100% ;
	max-width: 600px ;
	margin: 0 auto 45px ;
}
.contact_info_card{
	display: flex ;
	flex-direction: column ;
	align-items: center;
	justify-content: center ;
	gap: 15px ;
	padding: 20px ;
	border-radius: 12px;
	background-color: #cccccc14;
	box-shadow: 0px 0px 5px 0px #e6e6e6;
}

.contact_info_card_icon{
	width: 50px ;
	height: 50px ; 
	border-radius: 50% ;
	background-color: #51af3b ;
	display: flex ;
	align-items : center ;
	justify-content: center ;
}
.contact_info_card_icon i{
	font-size: 20px ;
	color: #fff ;
}
.contact_info_card h6{
	font-size: 20px ;
	color: #000 ;
	font-weight: 800 ;
}
.contact_info_card span{
	font-size: 16px ;
	color: #000 ;
	font-weight: 600 ;
}
.contact_info_card span a{
	font-size: 16px ;
	color: #000 ;
	font-weight: 600 ;
	transition: 0.3s ease-in-out ;
}
.contact_info_card span a:hover{
	text-decoration: underline !important;
}

.contact_form {
	padding: 35px;
	border-radius: 12px;
	background-color: #cccccc14;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	box-shadow: 0px 0px 5px 0px #e6e6e6;
}
	
.contact_form h2 {
	position: relative;
	color: #000000;
	font-size: 2rem;
	font-weight: 800;
	line-height: 2.5rem;
	max-width: fit-content;
	margin-bottom: 40px;
}
.contact_form h2::before {
	content: '';
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 100%;
	height: 4px;
	border-radius: 12px;
	background-color: #51af3b;
}
.contact_field {
	width: 100%;
	position: relative;
}

.contact_field input {
	width: 100%;
	padding: 9px 10px 9px 45px;
	font-weight: 600;
	font-size: 14px;
	color: #000;
	border-radius: 8px;
	border: none;
	border: 2px solid #51af3b ;
}

.contact_field input::placeholder {
	color: #000;
	font-weight: 500 ;
}

.contact_field select {
	width: 100%;
	padding: 10px 10px 10px 13px;
	font-weight: 600;
	font-size: 14px;
	color: #000;
	border-radius: 8px;
	border: 2px solid #51af3b ;
}

.contact_field textarea {
	width: 100%;
	height: 165px;
	padding: 15px;
	font-weight: 300;
	font-size: 14px;
	color: #000;
	border-radius: 8px;
	border: 2px solid #51af3b ;
	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: #000;
	font-weight: 500 ;
}

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

.contact_field_icon i {
	color: #51af3b;
	font-size: 16px;
}
.contact_submit_btn {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 170px;
	height: 40px;
	position: relative;
	background-color: #51af3b;
	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: #fff;
}

.contact_submit_icon {
	position: absolute;
	right: 30px;
	top: 9px;
}
.contact_submit_icon i{
	color: #fff;
}
.contact_map {
	padding: 10px 0 80px 0;
}
.custom-quantity {
	display: flex;
	align-items: center;
	width: 120px;
	overflow: hidden;
	border-radius: 0;
	justify-content: space-between;
	background: #ffffff;
}
.custom-quantity button {
	border: none;
	padding: 2px 12px;
	cursor: pointer;
	font-size: 18px;
	color: #000;
	font-weight: 600 ;
}
.custom-quantity input {
	width: 50px;
	text-align: center;
	border: none;
	font-size: 14px;
	border-radius: 4px;
	padding: 5px 9px 5px 0px;
	border: 1px solid #ccc;
	background: #ffffff;
}
.custom-quantity input:focus{
	outline: none;
}
.custom-quantity .minus { 
	border-right: 1px solid #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 2px 13px;
}
.custom-quantity .plus {
	border-right: 1px solid #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.ticket_buy_now_btn button{
	display: block !important;
	max-width: 100% !important;
	background: #51af3b !important; 
	padding: 10px 25px !important;
	border-radius: 4px !important;
	text-decoration: none !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	color: #ffffff !important;
	border: none !important;
	outline: none !important;
}

.ajax_add_to_cart{
	display: block !important;
	max-width: 100% !important;
	background-image: linear-gradient(90deg, #154284, #181733) !important;
	padding: 8px 0px !important;
	border-radius: 50px !important;
	text-decoration: none !important;
	font-size: 16px !important;
	font-weight: 600 !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;
}

.mobile-btn{
    display: none;
    padding: 8px 15px;
    background: #51af3b;
    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: 1px solid #51af3b;
	margin-bottom: 15px;
	background-color: #fff;
	box-shadow: 0 2px 3px #cccccc69;
	border-radius: 0;
	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: #51af3b;
	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: 2px;
    right: 0px;
	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('/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: #51af3b;
}
.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 ;
}
.faq-sec .title{
	margin-bottom: 20px;
}
/* .faqs .title::before{
content: '';
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
width: 100%;
height: 2px;
background: #181733;
} */
.faq-sec .title h2{
	color: #000000;
	font-size: 2rem;
	font-weight: 800;
	line-height: 2.5rem;
}
.accordion-item button:hover{
	background-color: transparent !important;
	border-radius: 0 ;
	color: #51af3b;
}
.ticket_msg{
	padding: 10px 20px;
}

.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: 500;
	margin-bottom: 15px !important;
}

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



/* eventGlobe Css Start */
/* siteNoticeBar Start */
.siteNoticeBar{
	position: relative;
	padding: 4px 0px;
	background: var(--primary-color);
	display: none;
}

.siteNoticeBar .contentBox marquee{
	display: block;
}

.siteNoticeBar .contentBox marquee p{
	margin-bottom: 0;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
}
/* siteNoticeBar End */


/* headerStyling Start */
header{
    position: relative;
    background-color: #ffffff;
    width: 100%;
}

header .topBar{
    position: relative;
    border-bottom: 1px solid #d1d5db;
    padding: 10px;
    text-align: center;
	background: #000 ;
}

header .topBar p{
    font-weight: 600;
	color: #fff; 
	font-size:12px ;
}

header .headerCenterContent .topContent{
	position: relative;
	padding: 9px 0;
	box-shadow: 0px 0px 3px 0px #cccccc8f;
}

.currencyChangeBox{
    position: relative;
    max-width: max-content;
    margin-left: auto;
    border: 1px solid #aaa;
    border-radius: 50px;
    cursor: pointer;
}

.currencyChangeBox .subContent{
    position: relative;
    min-width: 96px;
    padding: 12px 0px;
    border-right: 1px solid #aaa;
}

.currencyChangeBox .subContent:nth-of-type(2){
   border-right: 0px; 
}

.currencyChangeBox .subContent p{
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
}

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

.headerLeftContentBox{
    position: relative;
    display: flex;
    align-items: center;
    gap: 22px;
}
.header_main{
	display: flex; 
	align-items: center ;
	justify-content: space-between ;
}
header .headerCenterContent .headerMenus{
    position: relative;
}
header .headerCenterContent .headerMenus ul{
	display: flex ;
	align-items: center;
	gap : 12px ;
}
header .headerCenterContent .headerMenus ul li a{
	position: relative ;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    font-family: "Dosis", "Dosis Fallback", sans-serif;
    transition: .4s all;
	padding: 0 5px ;
}
header .headerCenterContent .headerMenus ul li.current-menu-item a{
	color: #51af3b ;
}
header .headerCenterContent .headerMenus ul li.current-menu-item a::before{
	content: '' ;
	position: absolute ;
	bottom: -6px ; 
	left: 0 ;
	width: 100% ;
	height: 4px ;
	border-radius: 12px ;
	background-color: #51af3b ;
}
header .headerCenterContent .headerMenus ul li:hover a::before{
	content: '' ;
	position: absolute ;
	bottom: -6px ; 
	left: 0 ;
	width: 100% ;
	height: 4px ;
	border-radius: 12px ;
	background-color: #51af3b ;
}

header .headerCenterContent .headerMenus ul li a:hover{
    color: #51af3b ;
}
/* headerStyling End */

/* headerReviewBar start */
.headerReviewBar{
    position: relative;
    background: #eeeeee;
    padding: 12px 0px;
}
/* headerReviewBar end */

/* primaryButtonStyling */
.primarybtn-btn a {
	display: block;
	max-width: max-content;
	background-color: #ffffff;
	padding: 8px 42px;
	border-radius: 50px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	color: var(--primary-color);
	border: none;
	outline: none;
}

.primarybtn-btn button {
	display: block;
	max-width: max-content;
	background-color: #ffffff;
	padding: 8px 42px;
	border-radius: 50px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	color: var(--primary-color);
	border: none;
	outline: none;
}
/* 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: #333e48;
}

/* secondaryButtonStyling */


/* newBannerSec Start */
.newBannerSec{
	position: relative;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0px;
	display: none;
}

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

.newBannerSecContent{
	position: relative;
	z-index: 2;
}

.newBannerSecContent h1{
	color: #ffffff;
	font-weight: 600;
	font-size: 56px;
	margin-bottom: 8px;
}

.newBannerSecContent p{
	color: #ffffff;
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 22px;
}

.newBannerSecImg{
	position: relative;
	z-index: 2;
}

.newBannerSecImg img{
	width: 100%;
	height: auto;
	animation: up-down 4s ease-in-out infinite alternate-reverse both;
}

@keyframes up-down {
	0% {
		transform: translateY(10px);
	}
	100% {
		transform: translateY(-20px);
	}
}
/* newBannerSec End */

/* footballTeamsSec Start */
.footballTeamsSec{
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 40px 0px;
	display: none;
}

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

.footballTeamsSecSlider .swiper-wrapper{
	transition-timing-function: linear;
}

.footballTeamsSecSlider .swiper-slide{
	width: auto !important;
	display: flex;
	align-items: center;
}

.footballTeamsSecSlider .imgWrap {
	position: relative;
	padding: 0px 22px;
	cursor: pointer;
}

.footballTeamsSecSlider .imgWrap img{
	max-width: 100px;
	height: 100px;
	object-fit: cover;
}
/* footballTeamsSec End */


/* videoBannerSec Start */
.videoBannerSec{
	position: relative;
	width: 100%;
	overflow: hidden;
}

.videoBannerSec .videoWrap video{
	width: 100%;
	height: 550px;
	object-fit: cover;
}
/* videoBannerSec Ennd */

/* homepageBannerSec Start */

.hero_banner{
	width: 100% ;
	height: 500px ;
	position: relative ;
	background-color: #000 ;
	overflow: hidden ;
}
.shape_clip {
	width: 100%;
	height: 80%;
	position: absolute;
	bottom: 0;
	background: linear-gradient(to top right, black, #51af3b);
	z-index: 1;
	clip-path: polygon(50% 50%, 80% 0%, 100% 30%, 100% 100%, 0 100%, 0% 0%);
}
.hero_banner_content {
	text-align: center;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
}
.hero_banner_content h1{
	font-size: 100px ;
	text-transform: uppercase ;
	font-weight: bold ;
	color: #fff ;
}
.play_img {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: -80px;
	display: flex;
	align-items: end;
	z-index: 111;
}
.play_img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	 animation: zoomInOut 6s ease-in-out infinite;
    transition: transform 0.3s ease;
}


@keyframes zoomInOut {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.08); /* slightly zoomed in */
    }
    100% {
        transform: scale(1);
    }
}

/* homepageBannerSec End */

/* ourConcertsSecStyling Start */
.ourConcertsSec{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	padding: 60px 0px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	display: none;
}

.ourConcertsSec#premierLeague{
	padding: 100px 0px;
}

.ourConcertsSec#premierLeague::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
}

.ourConcertsSec .headContent {
	position: relative;
	text-align: center;
	background: #c19a6b1c;
	border-radius: 12px;
	padding: 8px 0px;
}

/* .ourConcertsSec .headContent::before {
content: '';
position: absolute;
bottom: -5px;
left: 0;
width: 5%;
height: 5px;
background: #c19a6b;
border-radius: 15px;
overflow: hidden;
transition: .4s all;
}

.ourConcertsSec .headContent:hover::before{
width: 8%;
} */

.ourConcertsSec .headContent h3 {
	position: relative;
	color: var(--primary-color);
	font-weight: 600;
	font-size: 32px;
	/* max-width: max-content; */
	margin: 0px;
	z-index: 2;
}

.ourConcertsContenbtBox{
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: 32px;
	background: var(--primary-color);
	border: 1px solid #ebebeb;
	border-radius: 12px;
	transition: .4s all;
}

/* .ourConcertsContenbtBox:hover{
box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
} */

.ourConcertsContenbtBox a{
	text-decoration: none !important;
}

.ourConcertsContenbtBox a .imgWrap{
	position: relative;
	width: 100%;
	overflow: hidden;
}

.ourConcertsContenbtBox a .imgWrap::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	transition: .4s all;
	z-index: 1;
}

.ourConcertsContenbtBox a:hover .imgWrap::before{
	background: rgba(0, 0, 0, 0.8);
}

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

.ourConcertsContenbtBox a .imgWrap .posIcon{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	background: #ffffff;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	display: none;
}

.ourConcertsContenbtBox a .imgWrap .posIcon img{
	max-width: 40px;
	height: auto;
}

.ourConcertsContenbtBox a .subContent{
	position: relative;
	padding: 15px;
	background: #ffffff;
	transition: .4s all;
}

/* .ourConcertsContenbtBox:hover a .subContent{
background: #c19a6b;
margin-top: 0;
z-index: 2;
} */

.ourConcertsContenbtBox a .subContent::before{
	content: '';
	position: absolute;
	height: 80px;
	left: 0px;
	top: -20px;
	transform: skewY(10deg) skewX(125deg);
	width: 100%;
	background: inherit;
	z-index: 1;
	transition: .4s all;
}

.ourConcertsContenbtBox:hover a .subContent::before{
	top: -30px;
}

.ourConcertsContenbtBox a .subContent h3{
	position: relative;
	z-index: 2;
	margin-bottom: 6px;
	color: #c19a6b;
	font-size: 22px;
	font-weight: 700;
	transition: .4s all;
}

.ourConcertsContenbtBox a .subContent p{
	position: relative;
	z-index: 2;
	margin-bottom: 0px;
	color: #000000;
	font-weight: 400;
	font-size: 14px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	opacity: .5;
}

.premierLeagueContent{
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: 32px;
	background: #ffffff59;
	border-radius: 12px;
	padding: 12px;
	transition: .4s all;
}

.premierLeagueContent a{
	text-decoration: none !important;
	position: relative;
	display: flex;
	align-items: center;
	gap: 22px;
}

.premierLeagueContent a .imgWrap{
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 12px;
	flex: 0 0 400px;
	max-width: 400px;
}

.premierLeagueContent a .imgWrap::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	transition: .4s all;
	z-index: 1;
}

.premierLeagueContent a:hover .imgWrap::before{
	background: rgba(0, 0, 0, 0.8);
}

.premierLeagueContent a .imgWrap img{
	width: 100%;
	height: 220px;
	object-fit: cover;
}

.premierLeagueContent a .imgWrap .posIcon{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	background: #ffffff;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	display: none;
}

.premierLeagueContent a .imgWrap .posIcon img{
	max-width: 40px;
	height: auto;
}

.premierLeagueContent a .subContent{
	flex: 1;
	position: relative;
	padding: 0px;
	transition: .4s all;
}

.premierLeagueContent a .subContent h3{
	position: relative;
	margin-bottom: 12px;
	color: #ffffff;
	font-size: 42px;
	font-weight: 700;
	transition: .4s all;
}

.premierLeagueContent a .subContent p{
	margin-bottom: 12px;
	color: #ffffff;
	font-weight: 400;
	font-size: 16px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
/* ourConcertsSecStyling End */

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

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

.matchesScheduleSec .headContent::before {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 5%;
	height: 5px;
	background: #c19a6b;
	border-radius: 15px;
	overflow: hidden;
	transition: .4s all;
}

.matchesScheduleSec .headContent:hover::before{
	width: 8%;
}

.matchesScheduleSec .headContent h3 {
	position: relative;
	color: #181733;
	font-weight: 600;
	font-size: 38px;
	max-width: max-content;
	margin: 0px;
	z-index: 2;
}

.matchesScheduleBox{
	position: relative;
	background-position: center;
	background-repeat: no-repeat !important;
	margin-top: 32px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	border: 2px dashed var(--primary-color);
	border-radius: 20px;
	padding: 28px 15px;
	cursor: pointer;
	transition: .4s all;
}

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

.matchesScheduleBox a{
	text-decoration: none !important;
}

.matchesScheduleBox .imgWrap{
	position: relative;
	margin-bottom: 8px;
}

.matchesScheduleBox .imgWrap img{
	width: 85px;
	height: 85px;
	aspect-ratio: 1/1;
}

.matchesScheduleBox .flagImagesWrap{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px;
	gap: 15px;
}

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

.matchesScheduleBox .flagImagesWrap .imgOne img,
.matchesScheduleBox .flagImagesWrap .imgTwo img{
	width: 55px;
	height: 55px;
	object-fit: contain;
	transition: .4s all;
	border-radius: 50%;
}

.matchesScheduleBox:hover .flagImagesWrap .imgOne img,
.matchesScheduleBox:hover .flagImagesWrap .imgTwo img{
	transform: scale(1.2);
}

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

.matchesScheduleBox .content h2{
	color: #181733;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 12px;
	text-align: center;
}

.matchesScheduleBox .content h3{
	color: #181733;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 12px;
	text-align: center;
}

.matchesScheduleBox .content p{
	display: block;
	max-width: max-content;
	margin: 0 auto;
	background: var(--primary-color);
	padding: 8px 28px;
	border-radius: 50px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	margin-bottom: 0px;
}
/* matchesScheduleSec End */

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

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

.upcomingEventsSec .headContent::before {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 5%;
	height: 5px;
	background: #c19a6b;
	border-radius: 15px;
	overflow: hidden;
	transition: .4s all;
}

.upcomingEventsSec .headContent:hover::before{
	width: 8%;
}

.upcomingEventsSec .headContent h3 {
	position: relative;
	color: #181733;
	font-weight: 600;
	font-size: 38px;
	max-width: max-content;
	margin: 0px;
	z-index: 2;
}

.upcomingEventsContentBox{
	position: relative;
	width: 100%;
	overflow: hidden;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
	background: #fff4fe;
	border: 1px dashed var(--primary-color);
	padding: 18px;
	border-radius: 12px;
	margin-top: 32px;
}

.upcomingEventsContentBox a{
	text-decoration: none !important;
}

.upcomingEventsContentBox h3{
	margin-bottom: 8px;
	color: #181733;
	font-weight: 600;
	font-size: 22px;
}

.upcomingEventsContentBox .imgWrap{
	position: relative;
	overflow: hidden;
}

.upcomingEventsContentBox .imgWrap::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 12px;
	z-index: 1;
}

.upcomingEventsContentBox .imgWrap img{
	width: 100%;
	height: auto;
	border-radius: 12px;
}

.upcomingEventsContentBox .imgWrap .date{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	color: #ffffff;
	font-weight: 600;
	font-size: 16px;
}

.upcomingEventsContentBox .timeLocWrapper{
	position: relative;
	margin: 12px 0px;
}

.upcomingEventsContentBox .timeLocWrapper .timeWrap{
	display: flex;
	align-items: center;
	gap: 6px;
	line-height: 1;
	margin-bottom: 6px;
}

.upcomingEventsContentBox .timeLocWrapper .timeWrap i{
	color: #7e7e7e;
	font-weight: 500;
	font-size: 16px;
}

.upcomingEventsContentBox .timeLocWrapper .timeWrap span{
	color: #7e7e7e;
	font-weight: 500;
	font-size: 16px;
}

.upcomingEventsContentBox .timeLocWrapper .locationWrap{
	display: flex;
	align-items: center;
	gap: 6px;
	line-height: 1;
}

.upcomingEventsContentBox .timeLocWrapper .locationWrap i{
	color: #7e7e7e;
	font-weight: 600;
	font-size: 16px;
}

.upcomingEventsContentBox .timeLocWrapper .locationWrap span{
	color: #7e7e7e;
	font-weight: 500;
	font-size: 16px;
}

.upcomingEventsContentBox .buyTicket button{
	display: block;
	width: 100%;
	background-color: var(--primary-color);
	padding: 8px 42px;
	border-radius: 50px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	border: none;
	outline: none;
}
/* upcomingEventsSec End */

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

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

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

.ourTicketsSec .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;
}

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

.ticketSecListing ul li{
	position: relative;
	display: flex;
	align-items: center;
	gap: 8px;
	border: 2px dashed var(--primary-color);
	padding: 28px 15px;
	border-radius: 20px;
	margin-top: 32px;
	/* overflow: hidden; */
}

.ticketSecListing ul li::before{
	content: '';
	position: absolute;
	top: -15px;
	left: 142px;
	z-index: 1;
	background: #ffffff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	border: 2px dashed var(--primary-color);
}

.ticketSecListing ul li .leftContentWWrap{
	flex: 1;
	display: flex;
	align-items: center;
	gap: 12px;
} 

.ticketSecListing ul li .leftContentWWrap .imgBox{
	position: relative;
	border-right: 2px dashed var(--primary-color);
	padding-right: 12px;
	width: 180px;
	height: 180px;
}

.ticketSecListing ul li .leftContentWWrap .imgBox img{
	max-width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px;
}

.ticketSecListing ul li .leftContentWWrap .contentBox{
	flex: 1;
}

.ticketSecListing ul li .leftContentWWrap .dateWrap{
	display: flex;
	align-items: center;
	gap: 4px;
	line-height: 1;
}

.ticketSecListing ul li .leftContentWWrap .dateWrap p{
	margin-bottom: 4px;
	color: var(--primary-color);
	font-weight: 600;
	font-size: 16px;
}

.ticketSecListing ul li .leftContentWWrap .dateWrap span{
	color: #000000;
	font-weight: 500;
	font-size: 14px;
}

.ticketSecListing ul li .leftContentWWrap h3{
	margin-bottom: 6px;
	color: #000000;
	font-weight: 600;
	font-size: 22px;
}

.ticketSecListing ul li .leftContentWWrap .timeLocWrapper{
	display: flex;
	align-items: center;
	gap: 15px;
}

.ticketSecListing ul li .leftContentWWrap .timeLocWrapper .timeWrap{
	display: flex;
	align-items: center;
	gap: 4px;
	line-height: 1;
}

.ticketSecListing ul li .leftContentWWrap .timeLocWrapper .timeWrap i{
	color: #7e7e7e;
	font-weight: 500;
	font-size: 16px;
}

.ticketSecListing ul li .leftContentWWrap .timeLocWrapper .timeWrap span{
	color: #7e7e7e;
	font-weight: 500;
	font-size: 16px;
}

.ticketSecListing ul li .leftContentWWrap .timeLocWrapper .locationWrap{
	display: flex;
	align-items: center;
	gap: 4px;
	line-height: 1;
}

.ticketSecListing ul li .leftContentWWrap .timeLocWrapper .locationWrap i{
	color: #7e7e7e;
	font-weight: 600;
	font-size: 16px;
}

.ticketSecListing ul li .leftContentWWrap .timeLocWrapper .locationWrap span{
	color: #7e7e7e;
	font-weight: 500;
	font-size: 16px;  
}

.ticketSecListing ul li .rightContentWWrap .primarybtn-btn a{
	background-color: var(--primary-color);
	color: #ffffff;
}
/* ourTicketsSec End */
/* ourClothingSec Start */
.ourClothingSec {
	position: relative;
	width: 100%;
	padding: 40px 0px;
	background-color: #ffffff;
}



/* .ourClothingSec .headContent::before {
content: '';
position: absolute;
bottom: -5px;
left: 0;
width: 5%;
height: 5px;
background: #c19a6b;
border-radius: 15px;
overflow: hidden;
transition: .4s all;
}

.ourClothingSec .headContent:hover::before{
width: 8%;
} */

.ourClothingSec .headContent h3 {
	color: #000000;
	font-size: 2rem;
	font-weight: 800;
	line-height: 2.5rem;
}
.ourClothingProductCard{
	margin-top: 32px;
}
.ourClothingProductCard a {
	display: flex ;
	flex-direction: column ;
	position: relative;
	width: 100%;
	transition: 0.3s ease-in-out;
}

.ourClothingProductCard a .titleWrap{
	padding-top: 8px;
}

.clothing_card_image{
	position: relative;
	width: 100%;
	height: 345px;
	overflow: hidden;
	border-radius: 12px;
}
.clothing_card_image img{
	width: 100%;
	height: 100%;
	border-radius: 12px;
	object-fit: cover;
	object-position: top;
	transition: 0.3s ease-in-out;
}
.ourClothingProductCard .titleWrap h3 {
	color: #000000;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.40625rem;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0px;
}
.ourClothingProductCard:hover h3{
	text-decoration: underline ;
}
.sale_tag{
    display: block;
    max-width: max-content;
    padding: 2px 12px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background-color: #51af3b;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
    border-radius: 25px;
}
/* ourClothingSec Start */

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

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

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

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

.recommendedContentBox{
position: relative;
margin-top: 22px;
overflow: hidden;
}

.recommendedContentBox a{
text-decoration: none;
}

.recommendedContentBox .imgBox{
position: relative;
overflow: hidden;
margin-bottom: 8px;
}

.recommendedContentBox .imgBox .match-date {
position: absolute;
bottom: 10px;
left: 10px;
background: #c42221;
color: #fff;
padding: 3px 8px;
border-radius: 4px;
font-size: 15px;
}

.recommendedContentBox .imgBox img{
width: 100%;
height: 350px;
border-radius: 20px;
object-fit: cover;
aspect-ratio: 1/1;
}

.recommendedContentBox .contentWrap{
position: relative;
background: #ffffff;
border-radius: 20px;
padding: 15px;
}

.recommendedContentBox .contentWrap .subTitle{
color: var(--primary-color);
font-weight: 600;
font-size: 14px;
}

.recommendedContentBox .contentWrap h3{
color: #000000;
font-weight: 600;
font-size: 22px;
}

.recommendedContentBox .contentWrap .timeLocWrapper .timeWrap{
display: flex;
align-items: center;
gap: 4px;
margin-bottom: 6px;
line-height: 1;
}

.recommendedContentBox .contentWrap .timeLocWrapper .timeWrap i{
color: #7e7e7e;
font-weight: 500;
font-size: 16px;
}

.recommendedContentBox .contentWrap .timeLocWrapper .timeWrap span{
color: #7e7e7e;
font-weight: 500;
font-size: 16px;
}

.recommendedContentBox .contentWrap .timeLocWrapper .locationWrap{
display: flex;
align-items: center;
gap: 4px;
line-height: 1;
}

.recommendedContentBox .contentWrap .timeLocWrapper .locationWrap i{
color: #7e7e7e;
font-weight: 600;
font-size: 16px;
}

.recommendedContentBox .contentWrap .timeLocWrapper .locationWrap span{
color: #7e7e7e;
font-weight: 500;
font-size: 16px;  
} */
/* recommendedSec End */

/* testimonialsSec Start */
.testimonialsSec {
	position: relative;
	padding: 60px 0 150px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: auto;
	overflow: hidden;
	display: none;
}

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

.testimonialsSec .elementBgImg{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.testimonialsSec .elementBgImg img{
	max-width: 100%;
	height: 100%;
}

.up-down{
	animation: up-down linear 4s;
	animation-iteration-count: infinite;
	transform-origin: 50% 50%;
	-webkit-animation: up-down linear 4s;
	-webkit-animation-iteration-count: infinite;
	-webkit-transform-origin: 50% 50%;
	-moz-animation: up-down linear 4s;
	-moz-animation-iteration-count: infinite;
	-moz-transform-origin: 50% 50%;
	-o-animation: up-down linear 4s;
	-o-animation-iteration-count: infinite;
	-o-transform-origin: 50% 50%;
	-ms-animation: up-down linear 4s;
	-ms-animation-iteration-count: infinite;
	-ms-transform-origin: 50% 50%;
}

@keyframes up-down{
	0% {
		transform:  translate(1px,20px)  ;
	}
	24% {
		transform:  translate(1px,30px)  ;
	}
	50% {
		transform:  translate(1px,12px)  ;
	}
	74% {
		transform:  translate(1px,22px)  ;
	}
	100% {
		transform:  translate(1px,22px)  ;
	}
}

@-moz-keyframes up-down{
	0% {
		-moz-transform:  translate(1px,20px)  ;
	}
	24% {
		-moz-transform:  translate(1px,30px)  ;
	}
	50% {
		-moz-transform:  translate(1px,12px)  ;
	}
	74% {
		-moz-transform:  translate(1px,22px)  ;
	}
	100% {
		-moz-transform:  translate(1px,22px)  ;
	}
}

@-webkit-keyframes up-down {
	0% {
		-webkit-transform:  translate(1px,20px)  ;
	}
	24% {
		-webkit-transform:  translate(1px,30px)  ;
	}
	50% {
		-webkit-transform:  translate(1px,12px)  ;
	}
	74% {
		-webkit-transform:  translate(1px,22px)  ;
	}
	100% {
		-webkit-transform:  translate(1px,22px)  ;
	}
}

@-o-keyframes up-down {
	0% {
		-o-transform:  translate(1px,20px)  ;
	}
	24% {
		-o-transform:  translate(1px,30px)  ;
	}
	50% {
		-o-transform:  translate(1px,12px)  ;
	}
	74% {
		-o-transform:  translate(1px,22px)  ;
	}
	100% {
		-o-transform:  translate(1px,22px)  ;
	}
}

@-ms-keyframes up-down {
	0% {
		-ms-transform:  translate(1px,20px)  ;
	}
	24% {
		-ms-transform:  translate(1px,30px)  ;
	}
	50% {
		-ms-transform:  translate(1px,12px)  ;
	}
	74% {
		-ms-transform:  translate(1px,22px)  ;
	}
	100% {
		-ms-transform:  translate(1px,22px)  ;
	}
}

.testimonialsSecShaeImg{
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 1;
}

.testimonialsSecShaeImg svg{
	width: 100%;
	height: auto;
}

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

/* .testimonialsSec .headContent::before {
content: '';
position: absolute;
bottom: -5px;
left: 0;
width: 5%;
height: 5px;
background: #c19a6b;
border-radius: 15px;
overflow: hidden;
transition: .4s all;
}

.testimonialsSec .headContent:hover::before{
width: 8%;
} */

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

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

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

.testimonialsSecSlider .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #ffffff59;
	transition: .4s all;
}

.testimonialsSecSlider .swiper-pagination .swiper-pagination-bullet-active {
	background-color: var(--primary-color);
	width: 30px;
	border-radius: 15px;
}

.testimonialsSecSlider .testimonialContentWrap{
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #ffffff59;
	border-radius: 22px;
	padding: 12px;
}

.testimonialsSecSlider .testimonialContentWrap .imgWrap{
	position: relative;
}

.testimonialsSecSlider .testimonialContentWrap .imgWrap .date{
	display: block;
	max-width: max-content;
	background-color: var(--primary-color);
	padding: 4px 14px;
	border-radius: 50px;
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
	position: absolute;
	bottom: 0px;
	right: 15px;
	transform: translateY(-50%);
}

.testimonialsSecSlider .testimonialContentWrap .imgWrap img{
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 22px;
}

.testimonialsSecSlider .contentBox {
	position: relative;
	margin-top: 15px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.testimonialsSecSlider .contentBox p {
	margin-bottom: 0;
	text-align: left;
	color: #ffffff;
	font-weight: 500;
	font-size: 14px;
}

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

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

.testimonialsSecSlider .contentBox .clientDetails p{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--primary-color);
	width: 55px;
	height: 55px;
	border-radius: 50%;
	color: #ffffff;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 6px;
}

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

/* testimonialsSec Start */

/* homepageBanner start */














/* homepageBanner end */

/* guaranteedBar start */
.guaranteedBar{
	position: relative;
	width: 100%;
	padding: 32px 0px 16px;
}

.guaranteedBar p{
	color: #51af3b;
	font-weight: 700;
	font-size: 16px;
}
/* guaranteedBar end */

/* popularTeamSec start */
.popularTeamSec{
	position: relative;
	width: 100%;
	margin-bottom: 28px;
	padding-top: 40px;
}

.popularTeamSec .secTitle{
	margin-bottom: 20px;
}

.popularTeamSec .secTitle h3{
	color: #000000;
	font-size: 2rem;
	font-weight: 800;
	line-height: 2.5rem;
}

.popularTeamContentBox{
	position: relative;
	width: 100%;
	transition: 0.3s ease-in-out ;
}
.popularTeamContentBox:hover .subContent h3{
	text-decoration: underline ;
}
.popularTeamContentBox:hover .imgWrap img{
	transform: scale(1.1);
}
.popularTeamContentBox .imgWrap{
	position: relative;
	width: 100%;
	height: 280px;
	overflow: hidden ;
	border-radius: 12px;
}

.popularTeamContentBox .imgWrap img{
	width: 100%;
	height: 100%;
	border-radius: 12px;
	object-fit: cover;
	object-position: center;
	transition: 0.3s ease-in-out ;
}
.popularTeamContentBox .subContent{
	padding-top: 8px ; 
}
.popularTeamContentBox .subContent h3{
	color: #000000;
	font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.40625rem;
	overflow: hidden;
    text-overflow: ellipsis;
	margin: 0px;
}
/* popularTeamSec end */

/* footballTicketSec start */
.footballTicketSec{
	position: relative;
	width: 100%;
	padding-top: 40px ;
}

.footballTicketSec .secTitle{
	margin-bottom: 20px;
}

.footballTicketSec .secTitle h3{
	color: #000000;
	font-size: 2rem;
	font-weight: 800;
	line-height: 2.5rem;
}

.footballTicketList{
	position: relative;
	border-top: 1px solid #eee;
	background: #ffffff;
	display: flex;
}

.footballTicketList .leftContent{
	flex: 0 0 78.84px;
	max-width: 78.84px;
	background: #f8f8f8;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.footballTicketList:hover .leftContent{
	background: #eee;
}

.footballTicketList .leftContent .month{
	color: #000000;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.footballTicketList .leftContent .date{
	color: #000000;
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
}

.footballTicketList .leftContent .year{
	color: #777;
	font-size: 12px;
	font-weight: 400;
}

.footballTicketList .rightContent{
	flex: 1;
	max-width: 100%;
	display: flex;
	align-items: flex-start;
	padding: 16px;
}

.footballTicketList .rightContent .ticketDetails{
	flex: 1;
	max-width: 100%;
}

.footballTicketList .rightContent .ticketDetails p{
	color: #777;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
}

.footballTicketList .rightContent .ticketDetails h3{
	color: #000000;
	font-weight: 500;
	font-size: 20px;
}

.footballTicketList:hover .rightContent .ticketDetails h3{
	color: #51af3b;
}

.footballTicketList .rightContent .ticketDetails .ticketInfo > div p{
	color: #777;
	font-weight: 400;
	font-size: 12px !important;
}

.footballTicketList .rightContent .butnWrap{
	position: relative;
	flex: 0 0 158px;
	max-width: 158px;
	display: flex;
	justify-content: end;
}

.footballTicketList .rightContent .butnWrap button{
	display: block;
	width: 100%;
	background: #51af3b;
	border: none;
	outline: none;
	padding: 8px 0px;
	border-radius: 50px;
	color: #ffffff;
	font-weight: 400;
	font-size: 14px;
}

.footballTicketList:hover .rightContent .butnWrap button{
	opacity: .8;
}

.sidebarSubListing h3{
	color: #000000;
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 20px;
}

.sidebarSubListing ul{
	list-style: none;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 16px 0px;
}

.sidebarSubListing ul li{
	padding-bottom: 12px;
}

.sidebarSubListing ul li:nth-last-child(1){
	padding-bottom: 0px !important;
}
/* card design */
.upcoming_card {
	display: flex;
	flex-direction: column;
}
.upcoming_card:hover .upcoming_card_img_wraper img{
	transform: scale(1.1);
}
.upcoming_card_shirt1{
	position: relative;
	z-index: 1;
	width: 110px;
	height: auto;
	filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3));
	transition: 0.3s ease-in-out ;
}
.upcoming_card_shirt2{
	width: 110px;
	height: auto;
	margin: -44px 0px 0px -51px;
	filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3));
	transition: 0.3s ease-in-out ;
}
.upcoming_card_img_wraper {
	width: 100%;
	height: 280px;
	overflow: hidden;
	position: relative;
	border-radius: 12px;
	background-color: #cccccc14 ;
	display: flex;
	align-items: center;
	justify-content: center;
    box-shadow: 0px 0px 5px 0px #e6e6e6;
}
.upcoming_card_content{
	padding-top: 8px ;
}
.upcoming_card_content h6{
	margin: 0px;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.40625rem;
	color: #000 ;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.upcoming_card_date_time{
	display: flex ;
	align-items: center ;
	gap: 5px ;
	color: #000 ;
}
.upcoming_card_date{
	color: #51af3b ;
	font-size: 16px ;
	font-weight: 600 ;
}
.upcoming_card_time{
	color: #000 ;
	font-size: 16px ;
	font-weight: 600 ;
}
.upcoming_card_stadium{
	color: #717488 ;
	font-size: 1rem ;
	line-height: 1.5;
	font-weight: 600 ;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.premierLeagueListing{
	margin-top: 64px;
}

.premierLeagueListing h3{
	margin-bottom: 0px;
}

.premierLeagueListing ul{
	border-top: none;
	border-bottom: none;
	padding-bottom: 0px;
}

.premierLeagueListing ul li{
	padding: 0;
}

.premierLeagueListing ul li a{
	display: block;
	width: 100%;
	border-top: 1px solid #eee;
	padding: 12px 0px;
	color: #000000;
	font-weight: 400;
	font-size: 14px;
}

.premierLeagueListing ul li:hover a{
	text-decoration: underline !important;
}

.premierLeagueListing .viewAllButn{
	border-top: 1px solid #eee;
	padding: 12px 0px 0px; 
}

.premierLeagueListing .viewAllButn a{
	display: block;
	color: #777;
	font-weight: 400;
	font-size: 14px;
}
/* footballTicketSec end */

/* aboutUsSec start */
.about_us{
	padding: 40px 0px; 
	position: relative ;
}
.about_us_image{
	width: 100% ;
	height: 100% ;
	display: flex; 
	flex-direction: column ;
	align-items: center ;
	justify-content: center ;
}
.about_us_image img{
	width: 100% ;
	object-fit: contain ;
}

.about_us_content h1{
	position: relative ;
	color: #000000;
	font-size: 2rem;
	font-weight: 800;
	line-height: 2.5rem;
	max-width: fit-content ;
	margin-bottom : 20px ;
}
.about_us_content h1::before{
	content: '' ;
	position: absolute ;
	bottom: -6px  ;
	left: 0 ;
	width: 100% ;
	height: 4px ; 
	border-radius : 12px ;
	background-color: #51af3b ;
}
.about_us_content p{
	font-size: 14px ;
	font-weight : 600 ;
	color: #000 ;
}
.about_us_content p strong{
	color: #51af3b ;
}
.contact_btn{
	padding: 10px 20px ;
	border: none ;
	font-size: 16px ;
	font-weight : 600 ;
	color: #fff ;
	background-color: #51af3b  ;
	border-radius : 12px ;
	display: inline-block ; 
	margin-top: 20px ;
}



.aboutUsSec{
	position: relative;
	width: 100%;
	margin-top: 80px;
}

.aboutUsSec .secTitle{
	position: relative;
	margin-bottom: 12px;
	padding-bottom: 12px;
}

.aboutUsSec .secTitle h3{
	color: #000000;
    font-size: 2rem;
    font-weight: 800;
    line-height: 2.5rem;
}

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

.aboutUsSecSlider .contentBox .svgWrap{
	position: relative;
	margin-bottom: 12px;
}

.aboutUsSecSlider .contentBox .svgWrap img{
    width: 150px;
    height: auto;
}

.aboutUsSecSlider .contentBox h3{
	color: #000000;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 6px;
}

.aboutUsSecSlider .contentBox p{
	color: #191919;
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 6px !important;
}

.aboutUsSecSlider .contentBox .info{
	display: flex;
	align-items: center;
	gap: 6px;
}

.aboutUsSecSlider .contentBox .info span{
	color: #777;
	font-weight: 500;
	font-size: 14px;
}
/* aboutUsSec end */

/* siteContentSec start */
.siteContentSec{
	position: relative;
	width: 100%;
	margin-top: 80px;
}

.footballFansListing h3{ 
	color: #000000;
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 12px;
}

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

.footballFansListing ul li{
	position: relative; 
	border-top: 1px solid #eee;
	padding: 12px 0px;
	color: #000000;
	font-weight: 400;
	font-size: 14px;
}

.latestFootballListing h3{ 
	color: #000000;
	font-weight: 500;
	font-size: 20px;
	padding-bottom: 12px;
	border-bottom: 1px solid #eee;
}

.latestFootballListing a{
	position: relative;
	display: block;
	width: 100%;
	padding: 12px 0px;
	border-bottom: 1px solid #eee;
}

.latestFootballListing a h3{
	border: none;
	color: #000000;
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.latestFootballListing a:hover h3{
	text-decoration: underline;
}

.latestFootballListing a p{
	color: #000000;
	font-weight: 300;
	font-size: 14px;
	padding: 12px 0px;
}

.latestFootballListing a span{
	color: #777;
	font-weight: 300;
	font-size: 14px;
}
/* siteContentSec end */

/* newsLetterSecSecStyling Start */
.newsLetterSec{
	position: relative;
	width: 100%;
	background-color: #eeeeee;
	padding: 32px 0px;
}

.newsLetterContent{
	position: relative;
	max-width: 672px;
	margin: 0 auto;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.newsLetterContent h3{
	margin-bottom: 18px;
	color: #000000;
	font-weight: 700;
	font-size: 24px;
}

.newsLetterContent .inputWrap{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	width: 100%;
}

.newsLetterContent .inputWrap input{
	flex: 1;
	display: block;
	width: 100%;
	border-radius: 4px;
	padding: 0px 0px 0px 16px;
	height: 50px;
	text-align: left;
	color: rgb(0, 0, 0);
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(180, 187, 195);
}

.newsLetterContent .inputWrap input:hover{
	border-color: #000000;
}
.newsLetterContent .inputWrap input:focus{
	outline : none ;
}
.newsLetterContent .inputWrap button{ 
	display: block;
	max-width: max-content;
	background: #51af3b;
	border-radius: 4px;
	border-style: none;
	border-color: rgb(0, 0, 0);
	border-width: 2px;
	color: rgb(244, 250, 246);
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 1;
	font-style: normal;
	white-space: normal;
	padding: 0px 10px;
	text-align: center;
	word-break: break-word;
	align-self: flex-end;
	cursor: pointer;
	pointer-events: auto;
	height: 50px;
}
/* newsLetterSecSecStyling End */


/* footerStyling Start */
footer{
	position: relative;
	background: #000;
	width: 100%;
}

.footer_logo{
    text-align: center;
    padding-top: 30px;
}
.footer_logo img {
    max-width: 200px;
}
.footerNavLinks{
    position: relative;
    padding: 36px 0px 56px;
}

.footerNavLinks h3{
	font-family: Dosis, "Dosis Fallback";
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0px;
}

.footerNavLinks ul{
	margin-top: 12px !important;
}

.footerNavLinks ul li a{
	font-family: "Open Sans", "Open Sans Fallback";
	color: #ffffff;
	font-weight: 400;
	font-size: 14px;
}

.footerNavLinks ul li a:hover{
	text-decoration: underline !important;
}

.footerCopyright {
	position: relative;
	background: #51af3b;
	padding: 10px 0px;
	width: 100%;
	font-weight: 600 ;
	text-align: center ;
}

.footerCopyright p{
	font-family: "Open Sans", "Open Sans Fallback";
	color: #ffffff;
	font-weight: 400;
	font-size: 14px;
}

.footerCopyright p a{
	color: #ffffff;
	font-weight: 400;
	font-size: 14px;
	text-decoration: underline !important;
}
/* footerStyling End */

/* chat box css start */
.chat_widget{
	position: fixed;
	bottom: 52px;
	left: 24px;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background-color: #51af3b;
	z-index: 100 ;
	box-shadow: rgba(8, 15, 26, 0.08) 0px 2px 8px 0px, rgba(8, 15, 26, 0.12) 0px 2px 2px 0px;
	transition: 0.3s ease-in-out ;
	cursor: pointer ;
}
.chat_img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s ease-in-out ;
}


.chat_widget:hover {
	transform: scale(1.1);
}
.chat_widget img{
	width: 24px ;
}

.chat_form{
	position: fixed ;
	bottom: 115px ;
	left: 24px ;
	background: #fff ;
	border-radius : 16px ;
	box-shadow: rgba(0, 18, 46, 0.16) 0px 8px 18px 0px;
	z-index: 100;
	visibility: hidden;
	opacity: 0 ;
	width: 100% ;
	height: auto ;
	max-width: 372px ;
	transition: 0.3s ease-in-out ;
	padding: 22px ;
}
.chat_form.active{
	visibility: visible ;
	opacity: 1 ;
}
.chat_form_top{
	display: flex ;
	align-content: center ;
	justify-content:space-between ;
}
.chat_form_profile{
	display: flex ;
	align-items: center;
	gap: 10px ;
}
.chat_form_profile .profile_img{
	width: 24px ;
	height: 24px ;
	border-radius: 50% ;
}
.chat_form_profile h6 img{
	width: 20px ;
} 
.chat_form_profile h6{
	font-size: 16px ;
	font-weight: 400 ;
	color: #51af3b ;
	margin-bottom: 0 ;
	margin-top: 2px ;
} 
.close_form_chat i{
	font-size: 20px ;
	color: #51af3b;
	cursor: pointer ;
}

.chat_form_fields {
	padding-top: 30px;
}
.chat_field{
	margin-bottom:12px;
}
.chat_field input{
	width: 100%;
	padding: 7px 10px;
	font-size: 14px ;
	color: rgb(8, 15, 26) ;
	border-radius: 4px ;
	border: 1px solid #2125294d;
	transition: 0.3s ease-in-out ;
}
.chat_field input:focus{
	outline-color: #51af3b ;
}
.chat_field textarea{
	width: 100%;
	padding: 7px 10px;
	font-size: 14px ;
	color: rgb(8, 15, 26) ;
	border-radius: 4px ;
	border: 1px solid #2125294d;
	height: 100px ;
	transition: 0.3s ease-in-out ;
}
.chat_field textarea:focus{
	outline-color: #51af3b ;
}
.chat_field_submit input{
	width: 100% ;
	height: 40px ;
	background: #51af3b ;
	font-size:16px ;
	font-weight: 500 ;
	color: #fff ;
	border-radius: 4px ;
	transition: 0.3s ease-in-out ;
	border: none ;
	margin-bottom: 0;
}
.wpcf7-response-output {
	margin: 0 !important;
	color: #000 !important;
	text-align: center;
	border: 2px solid #328e6e !important;
	border-radius: 4px;
}
/* eventGlobe Css End */
.product-sec{
	padding: 40px 0;
}

/* .product-sec .headContent::before{
content: '';
position: absolute;
bottom: -5px;
left: 0;
width: 5%;
height: 5px;
background: #c19a6b;
border-radius: 15px;
overflow: hidden;
transition: .4s all;
} */
.product-sec .headContent h3 {
	color: #000000;
	font-size: 2rem;
	font-weight: 800;
	line-height: 2.5rem;
	margin-bottom: 30px ;
}
.logo a{
	font-size: 22px;
	color: #fff;
	font-weight: 600;
}
.logo a:hover{
	color: #fff;
}
.footer_info .logo a{
	font-size: 30px;
	color: #000;
	font-weight: 700;
}
.footer_info .logo a:hover{
	color: #000;
}
.parent_cat_card_btn{
	flex-flow: column;
}
.upcoming_events{
	display: none;
}
.limited-box{
	margin-bottom: 5px;
	margin-top: 0;
}
.most_popular.clothing{
	padding: 40px 0px 0px;
}
.custom_design_card {
	display: flex;
	align-items: center;
	gap: 15px;
	position: relative;
	/* background-image: linear-gradient(90deg, #dfedff, #b8b7d9); */
	/* background-color: #fbfbfb; */
	/* border: 1px solid #dcdcdc; */
	background: linear-gradient(180deg, rgb(24 23 51 / 9%) 0, rgb(0 0 0 / 42%) 0%, #c19a6b 100%);
	padding: 20px;
	border-radius: 4px;
	margin-bottom: 20px;
	width: 100%;
}
.contentMainBox{
	position: relative;
	display: flex;
	align-items: center;
	gap: 15px;
	flex: 1;
}
.custom_img{
	height: 100px;
	width: 100px;
	flex: 0 0 100px;
	overflow: hidden;
	border-radius: 12px;
	background: #fff;
	border: 1px solid #dcdcdc;
	padding: 6px;
}
.custom_img img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.custom_design_card h4{
	margin-bottom: 0;
	font-weight: 500;
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	flex: 1;
}
.custom_design_card .custom_btn{
	display: block;
	max-width: max-content;
	background-image: linear-gradient(90deg, #154284, #181733);
	background: #ffffff;
	padding: 8px 32px;
	border-radius: 10px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	color: #c19a6b;
	border: none;
	outline: none;
}
.product_card{
	position: relative;
	margin-bottom: 20px;
	cursor: pointer;
	background: #f8f4ef;
	border: 1px solid #51af3b ;
	border-radius: 12px;
	padding: 8px;
}
.product_card img{
	position: relative;
	width: 100%;
	border-radius: 15px;
	aspect-ratio: 1/1;
	object-fit: contain;
	background: #e8e7e3;
	transition: .4s all;
}
.product_card:hover img {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
.product_card h4{
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 500;
	margin: 10px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 38.38px;
}
.product_card p{
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 0px;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
	max-width: max-content;
	background: #51af3b;
	border-radius: 50px;
	padding: 2px 15px;
}
.ajax_add_to_cart {
	width: 100%;
	border: none;
	outline: none;
	background: #51af3b !important;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	border-radius: 50px;
	padding: 10px;
}
.products_card {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	max-height: 250px;
	border-radius: 12px;
	box-shadow: 0px 0px 5px 0px #e6e6e6;
	margin-bottom: 20px ;
	transition: 0.3s ease-in-out ;
}
.products_card:hover{
	transform: translatey(-5px) ;
}
.product_card_content {
	width: 60%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	padding: 10px 15px;
}
.product_card_content h4{
	font-size: 20px ;
	line-height: 25px ;
	font-weight: 600 ;
	color: #000 ;
	margin: 0 ;
}
.product_card_content p{
	font-size: 17px  ;
	font-weight: 900 ;
	color: #000 ;
	margin: 0 ;
}
.size-options strong{
    font-size: 12px;
    color: #000;
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
    margin-top: 4px;
    text-align: left;
}
.shirt-sizes{
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}
.size-options label{
    max-width: max-content;
    margin-bottom: 0;
    padding: 2px 6px 2px 6px;
    border-radius: 25px;
    color: #fff;
    background-color: #51af3b;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 3px;
}
.prodcut_card_image {
    width: 40%;
    height: 100%;
	border-radius: 12px 0px 0px 12px ;
	position: relative ;
}
.hot_tag {
    padding: 2px 12px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background-color: #51af3b;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    border-radius: 25px;
}
.prodcut_card_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
	border-radius: 12px 0px 0px 12px ;
}
.product_card_content button{
	background-color: #51af3b !important ;
}

/* .subcategory_banner_Section.subcategory-design .subcategory_banner{
background: #000;
color: #fff;
padding: 30px;
} */
.subcategory_banner_Section.subcategory-design .subcategory_banner h1{
	margin-bottom: 10px;
	color: #ffffff;
	font-size: 32px;
	font-weight: 700;
}
.subcategory_banner_Section.subcategory-design .subcategory_banner ul{
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 12px;
	margin-bottom: 0;
}
.subcategory_banner_Section.subcategory-design .subcategory_banner ul li{
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
	text-transform: capitalize;
	display: flex;
	align-items: center;
	gap: 12px;
	line-height: 1;
}
.subcategory_banner_Section.subcategory-design .subcategory_banner ul li:after{
	content: "\f054";
	font-family: 'FontAwesome';
	font-size: 12px;
	color: #ffffff;
}
.subcategory_banner_Section.subcategory-design .subcategory_banner ul li:last-child:after{
	display: none;
}
.subcategory_banner_Section.subcategory-design .subcategory_banner ul li a{
	color: #ffffff;
}
.contact_social_links a {
	height: 45px;
	width: 45px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #cba36b;
	color: #fff;
}
.contact_social_links a:hover{
	color: #fff;
}
.chat_field_submit {
	margin-top: 10px;
}

/* cat banner new deisgn */
.cat_hero_banner_main {
	padding: 40px 20px;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1 ;
}
.cat_hero_banner_main::before {
	content: '' ;
	position: absolute;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 100% ;
	background: #000000bd ;
	z-index: -1 ;
}

.cat_banner_team_image{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
.cat_banner_team_img img{
	width: 110px;
	object-fit: cover;
	filter: drop-shadow(0px 0px 6px #fff);
}
.vs{
	font-size: 85px ; 
	text-transform: uppercase ;
	font-weight: 800 ;
	color: #fff ;
}
.cat_hero_banner_content h1{
	text-align: center ;
	font-size: 40px ;
	font-weight: 800 ;
	color: #fff ;
	margin: 20px 0;
	
}
.cat_hero_banner_date_time{
	font-size: 16px ;
	font-weight: 500 ;
	text-align: center; 
	padding : 6px 25px ;
	max-width: fit-content ;
	border-top: 1px solid #fff ;
	border-bottom: 1px solid #fff ;
	color: #fff ;
	margin: 0 auto ;
}
.cat_hero_banner_date_location{
	font-size: 16px ;
	font-weight: 500 ;
	text-align: center; 
	color: #fff ;
	margin: 8px 0 ;
}
.availbale_price{
	font-size: 16px ;
	font-weight: 500 ;
	text-align: center; 
	color: #fff ;
	margin: 8px 0 ;
}

@media (max-width: 1200px) {
	.parent_cat_card_btn a{
		font-size: 13px ;
	}
	.popularTeamContentBox .imgWrap{
		height: 200px;
	}
}
@media (max-width: 991px) {
	.parent_cat_card .left-content .endContentBox{
		flex: 0 0 300px;
		max-width: 100%;
		position: relative;
		background: transparent;
		border-radius: 12px;
		padding: 0;
		display: flex;
		align-items: center;
		width: 100%;
		border-top: 1px solid #eee;
		padding-top: 15px;
		margin-top: 15px;
		border-radius: 0px;
	}
	.parent_cat_card .left-content .endContentBox .cardList{
		display: none;
	}
	.endContentBox .priceBarWrap{
		flex: 0 0 50%;
    	max-width: 50%;
	}
	.endContentBox .butnsWrapper{
		flex: 0 0 50%;
    	max-width: 50%;
	}
	.parent_cat_card .left-content .topContentBoxed{
		position: relative;
		display: flex;
		align-items: center;
	}
	.parent_cat_card .left-content .leftContentBox{
		margin-bottom: 0px !important;
	}
	.parent_cat_card .left-content .leftContentBox{
		border-right: 0px !important;
	}
	.location span{
		font-size: 12px;
	}
	.parent_cat_card .left-content h6{
		font-size: 16px;
	}
	.parent_cat_card .left-content{
		padding: 15px 15px;
		display: block;
	}
	.parent_cat_card .left-content .leftContentBox{
		max-width: 100%;
		padding: 15px 22px;
		margin-bottom: 15px;
	}
	.ourConcertsContenbtBox a .subContent{
		margin-top: 0 !important;
		z-index: unset !important;
	}
	.cartIcon{
		display: none !important;	
	}
	.headerContentWrapper{
		justify-content: end !important;
	}
	

	
	.contact_content {
		padding-right: 15px;
	}
	.nav_links{
		display:none ;
	}
	.mobile-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;
	}
	.footerContentox{
		margin-bottom: 32px !important;
	}
	.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;
	}
	.ticketSecListing ul li .leftContentWWrap .timeLocWrapper {
		flex-flow: column;
		align-items: start;
		gap: 10px;
	}
	.headerMenus{
		display: none ;
	}
	.upcoming_card_img_wraper{
		height: 210px;
	}
	.upcoming_card_shirt1{
		width: 85px ;
	}
	.upcoming_card_shirt2{
		width: 85px ;
	}
	.upcoming_card_date{
		font-size: 14px;
	}
	.clothing_card_image{
		height: 250px;
	}
}
@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) {
	.premierLeagueContent a{
		display: block;	
	}
	.premierLeagueContent a .imgWrap{
		max-width: 100%;
		margin-bottom: 22px;
	}
	.parent_cat_card {
		width: 100%;
	}
	.subcategory_banner_Section {
		padding: 25px 0;
	}
	.show_tickets_Sec {
		padding: 10px 0 20px;
	}
	
	.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;
	}
	
	.ticketSecListing ul li{
		flex-flow: column;
	}
	.ticketSecListing ul li .leftContentWWrap {
		width: 100%;
	}
	.rightContentWWrap {
		width: 100%;
	}
	.primarybtn-btn a{
		max-width: unset;
		text-align: center;
	}
	.recommendedContentBox .imgBox img{
		height: 270px;
	}
	.recommendedContentBox .contentWrap .timeLocWrapper .timeWrap span , .recommendedContentBox .contentWrap .timeLocWrapper .timeWrap i , .recommendedContentBox .contentWrap .timeLocWrapper .locationWrap span , .recommendedContentBox .contentWrap .timeLocWrapper .locationWrap i{
		font-size: 14px;
	}
	.recommendedContentBox .contentWrap h3{
		font-size: 28px;
	}
	.popularTeamSec{
		padding-top: 25px;
		margin-bottom: 10px;
	}
	.footballTicketSec {
		padding-top: 25px;
	}
	.footballTicketSec .secTitle {
		margin-bottom: 0px;
	}
	.ourClothingSec{
		padding: 25px 0px;
	}
	.ourClothingSec .headContent h3 {
		margin-bottom: 0;
	}
	.homepage.product-sec{
		padding:  0;
	}
	.product_card_content button {
		font-size: 12px !important;
	}
	header .topBar p {
		font-size: 10px;
	}
	.hero_banner_content h1
	{
		padding: 0px 20px;
	}
}
@media (max-width: 600px){

}
@media (max-width: 576px) {
	header .headerCenterContent .topContent{
		padding: 10px 0px;
	}
	.location span{
		font-size: 12px !important;
	}
	.parent_cat_card .left-content{
		padding: 0px !important;
	}
	.parent_cat_card .left-content .topContentBoxed{
		align-items: flex-start;
	}
	.parent_cat_card .left-content .leftContentBox{
		padding: 0px !important;
	}
	.parent_cat_card .left-content .leftContentBox{
		flex: 0 0 60px;
    	max-width: 60px;
	}
	.parent_cat_card .left-content .leftContentBox .cardImgWrap{
		margin-top: 15px !important;
	}
	.parent_cat_card .left-content .leftContentBox .cardImgWrap .shirtImgOne{
		width: 40px;
	}
	.parent_cat_card .left-content .leftContentBox .cardImgWrap .shirtImgTwo{
		width: 38px;
	}
	.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;
	}
	
	.custom-quantity input{
		padding-left: 0 ;
	}
	.ticket_buy_now_btn button{
		font-size: 12px;
	}
	.subscirbe_banner_content {
		padding: 20px;
	}
	
	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;
	}
	.product_card_content h4 {
		font-size: 12px;
		line-height: 16px;
		font-weight: 700;
	}
	.upcoming_card_time{
		font-size: 13px ;
	}
	.upcoming_card_date {
		font-size: 13px;
	}
	.product_card_content{
		padding: 10px ;
	}
	.vs{
		font-size: 50px ;
	}
	.accordion .accordion-item{
		padding: 10px 16px;
	}
	.accordion button .icon{
		right: -15px;
	}
}
@media (max-width: 575px){
	.stadium-info p{
		font-size: 14px;
		margin-top: 15px;
	}
	.stadium-info{
		display: block;
	}
	.parent_cat_card .left-content .rightContentBox{
		display: block;
	}
	.parent_cat_card .right-content{
		flex: 0 0 85px;
		max-width: 85px;
	}
	.location span{
		font-size: 14px;
	}
	.parent_cat_card .bg-Img{
		right: 90px !important;
		top: unset !important;
		transform: unset !important;
		bottom: 0 !important;
	}

	.parent_cat_card .bg-Img img{
		height: auto;
		max-width: 100%;
		width: 65px !important;
	}

	.parent_cat_card::before{
		right: 70px;
	}

	.parent_cat_card::after{
		right: 70px;
	}

	.ourConcertsContenbtBox a h3{
		font-size: 32px;	
	}

	.parent_cat_card_btn{
		gap: 10px ;
		justify-content: space-evenly ;
	}
	.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;
	}

	

	.ourConcertsSec .headContent h3{
		font-size: 28px;
	}

	.matchesScheduleSec .headContent h3{
		font-size: 28px;
	}

	.ourClothingSec .headContent h3{
		font-size: 28px;
	}

	.testimonialsSec .headContent h3{
		font-size: 28px;
	}

	.parent_cat_card .left-content h6{
		font-size: 16px;
	}

	.date_time{
		font-size: 14px;
	}

	.date-con{
		gap: 6px;
	}

	.month{
		font-size: 14px;
	}

	.date{
		font-size: 18px;
	}

	.time{
		font-size: 14px;
	}

	.show_parent_sec .secTitle h3{
		font-size: 28px;
	}
	.hero_banner{
		height: 285px;
	}
	.hero_banner_content h1 {
		font-size: 70px;
	}
}
@media(max-width: 475px){
	
	.ticketSecListing ul li .leftContentWWrap .imgBox {
		width: 130px;
		height: 130px;
	}
	.ticketSecListing ul li .leftContentWWrap .dateWrap p{
		font-size: 16px;
	}
	.ticketSecListing ul li .leftContentWWrap .timeLocWrapper .timeWrap span , .ticketSecListing ul li .leftContentWWrap .timeLocWrapper .locationWrap span , .ticketSecListing ul li .leftContentWWrap .timeLocWrapper .timeWrap i , .ticketSecListing ul li .leftContentWWrap .timeLocWrapper .locationWrap i{
		font-size: 13px;
	}
	.ticketSecListing ul li .leftContentWWrap h3{
		font-size: 30px;
	}
	.primarybtn-btn a {
		padding: 8px 25px;
		font-size: 14px;
	}
	.ticket_card{
		flex-direction: column ;
	}
	.ticket_card .right-content{
		max-width: 100% ;
		border-left: none ;
		border-top: 1px solid #ccc;
		padding: 15px ;
	}
	.ticket_card_buy_area_subcontent{
		align-items: start ;
		flex-direction: column-reverse ;
	}
	.ticket_card_buy_area span{
		font-size: 14px;
		color: #73838c;
		font-weight: 400;
	}
	.ticket_card_buy_area_subcontent p span{
		font-size: 20px !important;
		font-weight: 700 !important;
		line-height: 24px !important;
		white-space: nowrap;
		text-align: left;
		color: #394247 !important;
	}
	.ticket_card_buy_area .cart {
		flex-direction: row;
		gap: 15px;
		width: 100%;
	}
	.custom-quantity {
		width: 50%;
	}
	.ticket_buy_now_btn {
		width: 50%;
	}
	.ticket_buy_now_btn button{
		height: 40px ;
		width: 100% ;
		font-size: 16px;
		font-weight: 400;
		line-height: 19px;
	}
	.custom-quantity button {
		padding: 6px 15px;
	}
	.custom-quantity .minus{
		padding: 6px 15px;
	}
	.custom-quantity{
		gap: 10px;
	}
	.custom-quantity input {
		width: 100%;
		height: 40px;
		padding: 0 ;
	}
}
@media(max-width: 425px){
	.popularTeamContentBox .imgWrap {
		height: 175px;
	}
	.upcoming_card_img_wraper {
        height: 185px;
    }
	.upcoming_card_content h6 {
		font-size: 14px;
	}
	.upcoming_card_date{
		font-size: 11px;
	}
	.upcoming_card_time{
		font-size: 12px;
	}
	.upcoming_card_stadium {
		font-size: 14px;
	}
	.clothing_card_image {
		height: 220px;
	}
	.sale_tag {
		padding: 2px 11px;
		font-size: 12px;
		top: 9px;
		right: 9px;
	}
	.product_card_content {
		padding: 7px;
	}
	.product_card_content button {
		font-size: 11px !important;
	}
	.cat_hero_banner_main {
		padding: 17px 20px;
	}
	.cat_banner_team_image {
		max-width: 300px;
	}
	.cat_hero_banner_content h1 {
		font-size: 29px;
		margin: 15px 0;
	}
	.cat_hero_banner_date_time {
		font-size: 14px;
	}
	.cat_hero_banner_date_location {
		font-size: 13px;
	}
	.availbale_price{
		font-size: 14px;
	}
	.cat_banner_team_img img {
		width: 60px;
	}
	.breadcrumbs_cat {
		padding: 15px 0px 0px;
	}
	.breadcrumbs_cat .breadcrumbsInner{
		padding: 15px 0px 15px;
	}
	.show_parent_sec {
		padding: 23px 0;
	}
	.breadcrumbs_cat h1 {
		font-size: 26px;
		line-height: 1.2rem;
	}
	.breadcrumbs_cat p {
		font-size: 12px;
		line-height: 15px;
	}
	.tickets_confirm{
		padding: 5px 17px;
	}
	.breadcrumbs_cat .tickets_confirm {
		margin: 10px auto 0px !important;
	}
}