@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Nova+Mono&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

:root {
	--primary-color: #280003;
	--text-color: #333e48;
}

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

body {
	font-family: "DM Sans", sans-serif;
	background-color: #F7F9FC;
}



/* hero_banner_section css start */
.hero_banner{
	padding-bottom: 4rem;
	padding-top: 4rem;
	padding-left: 1rem;
	padding-right: 1rem;
	overflow: hidden;
	position: relative;
	background-size: cover; 
	background-repeat: no-repeat ;
	background-position: center ;
	z-index: 1 ;
}
.hero_banner::before{
	content: '' ;
	position: absolute ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 100%;
	background: #21223f8f ;
	z-index: -1 ;
}
.hero_banner_content{
	text-align: center ;
	color: #fff ;
	display: flex; 
	flex-direction: column ;
	gap: 1.5rem ;
}
.hero_banner_content h1{
	margin-bottom: .5rem;
	font-size: 2rem;
	line-height: 2.375rem;
	font-weight: 700;
}
.hero_banner_content p{
	margin: 0 ;
}
.logo img {
	max-width: 220px;
}
.search_container{
	width: 100% ;
	max-width : 517px ;
	margin: 0 auto ;
	box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, rgb(0 0 0 / 10%);
	border-radius: .5rem ;
	position: relative ;
	overflow: hidden ;
	
}
.search_container input{
	width: 100% ;
	padding: 11px 30px 11px 50px ;
	background: #fff ;
	border-radius: .5rem ;
	border: none ;
}
.search_container input:focus{
	outline: none ;
}
.search_icon{
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.search_icon svg{
	width: 1rem ;
}
.search_container button{
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	padding:13px 1.5rem;
	font-size: 1rem;
	line-height: 1.375rem;
	font-weight: 700;
	text-align: center;
	border: none ;
	border-radius : 0px .5rem .5rem 0px ;
	background:  var(--primary-color) ;
	color: #fff ;
}
.popular_searches{
	width: 100% ;
	max-width : 517px ;
	margin: 0 auto ;
	display: flex ;
	flex-direction: column ;
	gap: .5rem;
}
.popular_searches h6{
	font-size: 1rem;
	line-height: 1.375rem;
	font-weight: 700;
	color: #fff ;
}
.popular_searches ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: .5rem;
	list-style-type: none ;
	padding: 0 ;
	margin: 0 ;
}
.popular_searches ul li a{
	text-decoration: none ;
	display: flex;
	align-items: center;
	gap: .625rem;
	border-radius: .125rem;
	background-color: #fff ;
	padding-left: .5rem;
	padding-right: .5rem;
	padding-bottom: .375rem;
	padding-top: .375rem;
	transition: 0.3s ease-in-out ;
}
.popular_searches ul li a span{
	font-size: .875rem;
	line-height: 1.125rem;
	color: #1a1b33 ;
}
.popular_searches ul li a img{
	width : 16px ;

}

.most_popular {
	padding: 40px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

.upcoming_event_card_left_content {
	padding-top: 14px;
}

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

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

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

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

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

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

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

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

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

.more_info {
	display: inline-block;
	width: 100%;
	height: 40px;
	background-color: #ED6E28;
	color: #fff;
	border: none;
	border-radius: 100px;
	font-weight: 500;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.desktupcoming_card{
	display: block ;
}
.mobile_upcoming_cards{
	display: none  ;
}
/* parent categroy page  */
.breadcrumbs {
	width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 30px 0px 0px;
    z-index: 1;
}
.breadcrumbs h1{
	color: #fff ;
}
.breadcrumbs p{
	color: #fff ;
}
.breadcrumbs .breadcrumbsInner{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px ;
}
.breadcrumbsInner_img{
	width: 30%;
	height: 170px;
	overflow: hidden;
	position: relative;
}
.breadcrumbsInner_img img{
	width: 100%;
	height: 100%;
	border-radius: .5rem;
}
.breadcrumbsInner_content h1{
	font-size: 2rem;
	line-height: 2.375rem;
	font-weight: 700;
	color: #000 !important;
}
.breadcrumbsInner_content h5{
	font-weight: 600;
	font-size: 1.125rem;
	line-height: 1.375rem;
	margin-top: .5rem;
	margin-bottom: .25rem;
	color: #000 !important;
}
.breadcrumbsInner_content p{
	color: #000 !important;
}
.tickets_confirm {
	padding: 10px 20px;
	display: flex;
	align-items: center;
	gap: 10px;
	background: var(--primary-color);
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	border-radius: 10px;
	max-width: fit-content;
	cursor: pointer;
}

.show_parent_sec {
	padding: 60px 0;
}

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

/* .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{
    font-size: 32px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 0px;
}

.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;
	background-color: #fff ;
}
.parent_cat_card .bg-Img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 150px;
	opacity: 0.6;
}


.parent_cat_card .left-content{
	padding: 0px;
	display: flex;
	align-items: center;
	gap: 0px;
	height: 100%;
}
.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 .topContentBoxed{
    position: relative;
    display: flex;
    align-items: center;
    flex: 1;
}
.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;
}
.dateTimeWrapper {
	position: relative;
	display: flex;
	align-items: center;
	gap: 4px;
}
.date-con {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-bottom: 0;
}
.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: 700;
    font-size: 20px;
    color: #19191A;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.endContentBox{
	padding: 1rem;
	background-color: #280003 ;
	border-radius: .5rem;
}
.endContentBox .priceBarWrap {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: end ;
	gap: 8px;
}
.endContentBox .priceBarWrap span{
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}
.endContentBox .priceBarWrap .price {
    color: #fff;
    font-weight: 700;
    font-size: 22px;
}
.list-unstyled li p{
	margin: 0 ;
	font-size: 14px ;
	margin-top: 3px;
	color: #fff ;
}
.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: #4CAF50;
	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_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: 120px 0px;
	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 / 42%) 0%, #280003 100%);
    z-index: -1;
}

.subcategory_banner.subCategoryBannerBox{
	background: #e9efee !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: #e9efee !important;
}

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

.subcategory_banner_content h6 {
	font-weight: 400;
	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 .left-content {
	flex: 1;
	padding: 15px;
	height: 100%;
}
.ticket_card .right-content {
	flex: 0 0 150px;
	max-width: 150px;
	padding: 15px 10px;
	height: 100%;
	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 var(--primary-color);
}
.e_ticket_wrapper {
    display: flex;
    align-items: center;
    gap: 4px;
}
.e_ticket_wrapper img {
    width: 16px;
}
.e_ticket_wrapper span {
    font-size: 12px;
}
.ticket_card_titleWrap img {
    width: 20px;
    height: auto;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
}
.ticket_card_titleWrap h6{
	font-weight: 700;
	font-size: 16px;
	color: #000000;
	margin-bottom: 6px;
	line-height: 20px;
}
.ticket_card_content ul {
	display: flex;
	flex-direction: column;
	gap: 7px;
	padding: 0;
	margin: 0;
}
.ticket_card_content ul li {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 14px;
	font-weight: 500;
}
.ticket_card_content ul li:last-child{
	margin-bottom: 0;
}
.ticket_card_content ul li img {
	width: 22px;
	height: auto;
	background: #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3px;
}
.ticket_card_content ul li h6 {
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 0;
}
.ticket_card_buy_area{
	display: flex;
	flex-direction: column;
	align-items: center;
	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: 12px;
}

.show_tickets_Sec .container {
	padding: 20px;
}

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

.show_tickets_Sec .title h6 {
    font-size: 32px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 0px;
}

.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: #e9efee;
    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;
}
.cnt_title h3{
	font-size: 1.5rem;
	line-height: 1.75rem;
	margin-bottom: .25rem;
	font-weight: 700;
	text-align: center ;
	margin-bottom: 20px ;
}
.contact_content {
	padding-right: 100px;
}
.home_page .row{
	max-width: 700px ;
	margin: 0 auto ;
}

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

.contact_content .title .title_img {
	width: 35px;
	height: 35px;
	background: var(--primary-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

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

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

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

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

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

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

.contact_list_icon {
	width: 45px;
	height: 45px;
	background: var(--primary-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

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

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

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

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

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

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

.contact_social_links a {
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	background: #c19a6b !important;
	transition: 0.3s ease-in-out;
}

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

.contact_form {
	padding: 35px;
	border-radius: 12px;
	background: var(--primary-color);
}

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

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

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

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

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

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

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

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

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

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

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

.contact_field_icon i {
	color: var(--primary-color);
	font-size: 16px;
}
.contact_submit_btn {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 170px;
	height: 40px;
	position: relative;
	background-color: #ffffff;
	border-radius: 8px;
}
.contact_submit_btn input {
	width: 100%;
	height: 100%;
	font-weight: 500;
	font-size: 14px;
	line-height: 12px;
	border: none;
	padding-left: 30px;
	text-align: left;
	background: transparent ;
	transition: 0.3s ease-in-out;
	color: var(--primary-color);
}

.contact_submit_icon {
	position: absolute;
	right: 30px;
	top: 9px;
}
.contact_submit_icon i{
	color: var(--primary-color);
}
.contact_map {
	padding: 10px 0 80px 0;
}
.custom-quantity {
	display: flex;
	align-items: center;
    width: 100%;
    gap: 1px;
	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: 50px !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: var(--primary-color);
	color: #fff;
	border-radius: 8px;
	font-size: 15px;
	cursor: pointer;
}
.close_bar {
	position: relative;
	background-color: #fff;
	cursor: pointer;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	position: absolute;
	top: 15px;
	right: 15px;
}

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

}
.limited-box:before{
	content: '';
	display: inline-block;
	width: 10px;
	height: 4px;
	border-radius: 50px;
	background: red;
}
/* faqs */
.accordion .accordion-item {
	border: none;
	margin-bottom: 15px;
	background-color: var(--primary-color);
	box-shadow: 0 2px 16px #cccccc69;
	border-radius: .5rem;
	padding: 22px;
}
/* .accordion .accordion-item button[aria-expanded='true'] {
border-bottom: 1px solid #03b5d2;
} */
.accordion button {
	position: relative;
	display: block;
	text-align: left;
	width: 100%;
	padding: 0px !important;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	border: none;
	background: none;
	outline: none;
}
.accordion button:hover,
.accordion button:focus {
	cursor: pointer;
	color: #fff;
	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: 0px;
	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/07/plus-2.png');
	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: 41deg;
}
.accordion button[aria-expanded='true'] {
	color:#fff;
}
.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;
	color: #fff ;
	/* 	margin: 1em; */
}
.faqs{
	/* 	padding-top : 40px ; */
	padding-bottom: 30px ;
}
.faq-sec .title{
	margin-bottom: 22px;
}
/* .faqs .title::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	height: 2px;
	background: #181733;
} */
.faq-sec .title h2{
    font-size: 32px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 0px;
}
.accordion-item button:hover{
	background-color: transparent !important;
	border-radius: 0 ;
	color: #fff;
}
.ticket_msg{
	padding: 10px 20px;
}
.page-content h1{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 22px;
    line-height: 1;
}
.page-content h2{
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 1;
}
.page-content ul{
	margin-bottom: 14px;
}
.page-content ul li{
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 4px;
}
.page-content p{
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 14px;
}

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



/* seatfans Css Start */
/* header css start */
header {
    padding: 12px 0px;
    box-shadow: 0px 0px 5px #00000021;
    background: #ffffff;
}

.header_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav_links {
    flex: 0 0 270px;
    max-width: 270px;
}

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

.nav_links ul li a {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    transition: 0.3s ease-in-out;
    padding: 3px 12px;
    position: relative;
	text-decoration: none;
}

.nav_links ul li.active a {
    color: var(--primary-color);
}

.nav_links ul li.active a::before {
    content: '';
    position: absolute;
    bottom: -9px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: var(--primary-color);
    border-radius: 12px;
    margin: 0 auto;
}

.nav_links ul li a:hover {
    color: var(--primary-color);
}

.nav_links ul li .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    width: 200px;
    background: #fff;
    z-index: 9;
    border-radius: 8px;
    padding: 10px;
    transition: 0.3s all;
}

.nav_links ul li:hover .sub-menu {
    display: flex;
    align-items: start;
    flex-flow: column;
    gap: 5px
}

.logo {
    text-align: center;
}

.logo h1 {
    margin-bottom: 0;
    font-weight: 500;
    color: var(--primary-color);
    font-size: 36px;
}

.side_cart_amount {
    flex: 0 0 270px;
    max-width: 270px;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: end;
}

.side_cart_amount h4 {
    margin: 0;
}

/* hero banner css start */

/* 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 */



/* heroBanner End */




/* footballTeamsSec Start */
.footballTeamsSec{
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
    background: #eef3f2;
	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 */


/* premium_leagues start */
.premium_leagues {
    position: relative;
    padding: 60px 0px 0px;
    width: 100%;
    overflow: hidden;
}

.premium_leagues.Upcoming_Season{
    padding: 60px 0px 50px;
}
.container_own{
	max-width: 1301px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1rem;
	padding-right: 1rem;
	width: 100%;
}
.premium_leagues .title {
    margin-bottom: 22px;
}

.premium_leagues .title h1 {
	font-size: 1.5rem;
	line-height: 1.75rem;
	margin-bottom: .25rem;
	font-weight: 700;
}
.premium_leagues .title p {
	margin-bottom: 1rem;
	color: #76809a ;
}

.premium_league_card {
	text-decoration: none ;
	border-radius: .5rem;
	display: flex;
	flex-direction: column;
	background: #fff ;
	transition: 0.3s ease-in-out ;
	box-shadow: 0 2px 16px #21223f0f;
	margin-bottom: 15px;
}
.premium_league_card:hover {
	box-shadow: 0 2px 16px #21223f29;
}
.premium_league_card:hover .premium_league_card_image img{
	transform: scale(1.1);
}
.premium_league_card_image{
	height: 170px;
	border-top-left-radius: .5rem;
	border-top-right-radius: .5rem;
	overflow: hidden;
	width: 100%;
	position: relative;
}
.premium_league_card_image img{
	width: 100%;
	height: 100%;
	object-fit: cover ;
	object-position: center ;
	transition: 0.3s ease-in-out ;
}
.premium_league_card_content{
	padding: 1.5rem;
	display: flex;
	width: 100%;
	flex-grow: 1;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.premium_league_card_content h6{
	font-size: 1rem;
	line-height: 1.375rem;
	font-weight: 700;
	color: #000 ;
	margin: 0 ;
} 
/* premium_leagues end */


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

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

/* homepageBannerSec Start */
.homepageBannerSec {
	position: relative;
	/*     padding: 22px 0px; */
}

.homepageBannerSecSlider{
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 0px;
}

.homepageBannerSecSlider .swiper-pagination {
	left: auto !important;
	right: 15px !important;
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 4px;
	bottom: 38px !important;
}

.homepageBannerSecSlider .swiper-pagination .swiper-pagination-bullet {
	background-color: var(--primary-color);
	width: 12px;
	height: 12px;
	transition: .4s all;
}

.homepageBannerSecSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 35px;
	border-radius: 15px;
}

.homepageBannerSecContent {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0px 60px;
    width: 100%;
    height: 630px;
    object-fit: cover;
}

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

.homepageBannerSubimg{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.homepageBannerSubimg img{
    width: 500px;
    height: 500px;
    object-fit: cover;
    border-radius: 50%;
	animation: grad-move 60s linear infinite, 
    rad-move 30s linear infinite;
}

@keyframes grad-move {
  0% { background-position: 0 50%}
  50% { background-position: 100% 50%}
  100% { background-position: 0 50%}
}

@keyframes rad-move {
  0%{ border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%; }
  10%{ border-radius: 53% 47% 33% 67% / 60% 30% 70% 40%; }
  20%{ border-radius: 71% 29% 38% 62% / 72% 48% 52% 28%; }
  30%{ border-radius: 41% 59% 45% 55% / 33% 56% 44% 67%; }
  40%{ border-radius: 55% 45% 67% 33% / 77% 48% 52% 23%; }
  50%{ border-radius: 44% 56% 22% 78% / 31% 74% 26% 69%; }
  60%{ border-radius: 46% 54% 48% 52% / 61% 59% 41% 39%; }
  70%{ border-radius: 44% 56% 60% 40% / 63% 36% 64% 37%; }
  80%{ border-radius: 20% 80% 45% 55% / 31% 79% 21% 69%; }
  90%{ border-radius: 66% 34% 57% 43% / 49% 51% 49% 51%; }
  100%{ border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%; }
}

.homepageBannerSecContent .innerContent{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 600px;
    padding: 0px 22px;
    z-index: 1;
}

.homepageBannerSecContent h1 {
	margin-bottom: 15px;
	color: #ffffff;
	font-size: 56px;
	font-weight: 700;
	text-align: center;
}

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

.homepageBannerSecContent .primarybtn-btn a{
	background-color: var(--primary-color);
	color: #ffffff;
}
/* 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;
}

.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 h3 {
    position: relative;
    color: var(--primary-color);
    font-weight: 600;
    font-size: 32px;
    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 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 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: 0px 0px 40px;
}
.matchesScheduleSec .headContent {
	margin-bottom: 22px;
}
.matchesScheduleSec .headContent h3 {
	font-size: 1.5rem;
	line-height: 1.75rem;
	margin-bottom: .25rem;
	font-weight: 700;
}
.matchesScheduleSec .headContent p {
	margin-bottom: 1rem;
	color: #76809a;
}
.match_card{
    text-decoration: none;
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: .5rem;
    background: #fff;
    box-shadow: 0 2px 16px #21223f0f;
    height: 100%;
}
.match_card_img{
	height: 211px;
	width: 100% ;
	position: relative ;
	border-radius: .5rem .5rem 0px 0px;
}
.match_card_img::before{
	content: '' ;
	height: 100%;
	width: 100% ;
	position: absolute ;
	top: 0;
	left: 0 ;
	background: #21223f8f ;
	z-index: 3 ;
	border-radius: .5rem .5rem 0px 0px;
}
.match_card_img img{
	height: 100% ;
	width: 100% ;
	object-fit: cover;
	object-position: center;
	transition: 0.3s ease-in-out ;
	border-radius: .5rem .5rem 0px 0px;
}
.match_card_content{
    padding: 1rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
	max-height: 200px ;
}
.contentBox{
    flex: 1;
    height: 100%;
}
.match_card_content h6{
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.375rem;
	margin-bottom: .5rem;
	color: #1a1b33 ;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.date_time_wrapper{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: .5rem;
}
.date_time_wrapper p{
	margin: 0px ;
}
.date_time_wrapper p span{
	font-size: .875rem;
	line-height: 1.125rem;
	color: #a0aabf ;
}
.date_confirm_tag{
	padding: 2px 6px;
	line-height: 1rem;
	color: #00af87 ;
	font-weight: 500;
	font-size: .75rem;
	border-radius: 9999px;
	width: max-content;
	display: inline-flex;
	align-items: center;
	background-color: #00af8714;
	margin-right: .25rem;
}
.date_confirm_tag svg{
	width: .875rem;
	height: .875rem;
	margin-right: .25rem;
}
.stadium_text{
	font-size: .875rem;
	line-height: 1.125rem;
	color: #a0aabf ;
	margin-bottom: 1.5rem;
}
.match_from_price{
    margin-top: auto;
    font-size: .875rem;
    line-height: 1.125rem;
    color: #21223f;
    margin-top: auto;
}

.mobile_matches{
	display: none ;
}
.matchesScheduleSec .container_own{
	overflow: hidden !important ;
}
.matchesScheduleSec .mobile_matches .Mobile_matches{
	overflow: inherit !important ;
}

/* 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;
}
.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 */
/* Upcoming Matches Css start */
.upcoming_matches {
    position: relative;
    padding: 60px 0px;
    background: #f9f9f9;
    width: 100%;
	display: none;
}
.mobile-app-grey-top{
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: auto;
}
.mobile-app-grey-bottom{
    position: absolute;
    top: calc(100% - 0rem);
    left: 0;
    width: 100%;
    height: auto;
    transform: rotate(-180deg);
    z-index: 1;
}
.upcoming_matches .sec_Title{
    position: relative;
    z-index: 2;
}
.upcoming_matches .sec_Title h1 {
    font-size: 76px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 0px;
}
.upcoming_matchesBoxContent{
    position: relative;
    width: 100%;
    height: auto;
    padding: 32px 22px;
    border-radius: 12px;
    overflow: hidden;
}
.upcoming_matchesBoxContent::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.upcomming_cardSlider{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.upcomming_card_main {
    display: block;
    padding: 12px;
    background: #fff;
    border: 3px dashed #000;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}
/* Upcoming Matches Css end */

/* ourClothingSec Start */
.clothing_sec{
    position: relative;
    width: 100%;
    padding: 40px 0px 30px;
}
.clothing_sec .title {
    margin-bottom: 12px;
}
.clothing_sec .title h1 {
	font-size: 1.5rem;
	line-height: 1.75rem;
	margin-bottom: .25rem;
	font-weight: 700;
}
.clothing_sec .title p {
	margin-bottom: 1rem;
	color: #76809a;
}
.clothing_contentbox{
    position: relative;
    display: block;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 2px 10px rgb(33 34 63 / 26%);
    border-radius: 12px;
    padding: 15px;
    margin-top: 70px;
	text-decoration: none;
}
.clothing_contentbox .imgWrap{
    position: relative;
    padding: 6px;
    border: 2px dashed #5a827e;
    border-radius: 12px;
    margin-bottom: 15px;
    margin-top: -50px;
    transition: .4s all;
}
.clothing_contentbox:hover .imgWrap{
    margin-top: -70px;
}
.clothing_contentbox .imgWrap img{
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 20px;
    margin-top: 0;
    transition: 0.3s ease-in-out;
}
.clothing_contentbox h3{
    margin-bottom: 0;
    color: #000000;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
}
/* ourClothingSec Start */
/* testimonialsSec Start */
.testimonialSec{
    position: relative;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin-top: 100px;
}
.testimonialSec::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1;
}
.testimonialSecBox{
    position: relative;
    z-index: 2;
}
.testimonialSecImg{
    position: relative;
    width: 100%;
    margin-top: -80px;
}
.testimonialSecImg img{
    width: 100%;
    height: auto;
}
.testimonialSecSlider{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.testimonialSlideContent{
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #ffffff54;
    padding: 22px;
    border-radius: 12px;
}
.testimonialSlideContent .iconWrap{
    position: relative;
    margin-bottom: 22px;
}
.testimonialSlideContent .iconWrap img{
    max-width: 80px;
    height: auto;
}
.testimonialSlideContent h3{
    margin-bottom: 8px;
    color: #ffffff;
    font-weight: 400;
    font-size: 22px;
}
.testimonialSlideContent p{
    margin-bottom: 0px;
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
}
/* testimonialsSec Start */
/* newsLetterSecSecStyling Start */
.newsLetterSec{
    position: relative;
    width: 100%;
    background-color: #e9efee;
    padding: 60px 0px;
}
.newsLetterSecContent{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}
.newsLetterSecContent h3{
    margin-bottom: 14px;
    color: var(--primary-color);
    font-size: 28px;
    font-weight: 500;    
}
.newsLetterSecContent p{
    margin-bottom: 22px;
    color: #000;
    font-weight: 400;
    font-size: 16px;
}
.newsLetterSecForm{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.newsLetterSecForm input{
    position: relative;
    display: block;
    width: 100%;
    background: #e9efee;
    border: none;
    outline: none;
    border-radius: 50px;
    padding: 18px;
}
.newsLetterSecForm button{
    display: block;
    max-width: max-content;
    background: var(--primary-color);       
    padding: 13px 22px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border: none;
    outline: none;
    transition: 0.3s ease-in-out;
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
}
.newsLetterSecForm button:hover{
    opacity: 0.8;
}
.newsLetterSecImg{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
@keyframes up-down {
    0% {
        transform: translateY(10px)
    }

    100% {
        transform: translateY(-20px)
    }
}   
.newsLetterSecImg img{
    width: 100%;
    height: auto;
}
/* newsLetterSecSecStyling End */
/* footerStyling Start */
footer {
    position: relative;
    width: 100%;
    height: auto;
    background: #ffffff;
    padding: 40px 0 0;
    box-shadow: 4px 0px 6px 0px #dcdcdc;
}
.footerContentox{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
}
.footerLogo a {
	text-decoration: none;
}
.footerLogo a img{
    max-width: 250px;
    height: auto;
    /* filter: invert(1) brightness(100); */
}
.footerLogo a h1 {
    color: #5a827e;
    font-weight: 500;
    font-size: 42px;
    margin-bottom: 0;
}
.footerSubtitle p{
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 0px;
/* 	text-align: center; */
}
.footerCopyright {
    position: relative;
    width: 100%;
    background: var(--primary-color);
    border-radius: 0;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 28px;
}
.footerCopyright p {
	margin-bottom: 0;
	color: #ffffff;
	font-weight: 600;
	font-size: 16px;
}
.footerQuickLinks{
	position: relative;
	margin-bottom: 12px;
}
.footerQuickLinks ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 22px;
}
.footerQuickLinks ul li a {
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	transition: .4s all;
}
.footerQuickLinks ul li a:hover {
	text-decoration: underline;
}
.FooterPaymentMethods ul {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.FooterPaymentMethods ul li a img {
	width: 35px;
	height: auto;
}
/* footerStyling End */

/* chat box css start */
.chat_widget{
	position: fixed;
	bottom: 52px;
	left: 24px;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background-color: var(--primary-color);
	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: rgb(8, 15, 26) ;
	margin-bottom: 0 ;
	margin-top: 2px ;
} 
.close_form_chat i{
	font-size: 20px ;
	color: rgb(100, 116, 149);
	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: #328e6e ;
}
.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: #328e6e ;
}
.chat_field_submit input{
	width: 100% ;
	height: 40px ;
	background: var(--primary-color) ;
	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 {
    margin-bottom: 22px;
}
.product-sec .headContent h3 {
	font-size: 1.5rem;
	line-height: 1.75rem;
	margin-bottom: .25rem;
	font-weight: 700;
}
.logo a{
	font-size: 22px;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
}
.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: #e9efee;
    border: 1px solid var(--primary-color);
    border-radius: 12px;
    padding: 8px;
}
.product_card img{
	position: relative;
	width: 100%;
	border-radius: 15px;
	aspect-ratio: 1/1;
	object-fit: contain;
	background: #bac7c5;
	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: var(--primary-color);
    border-radius: 50px;
    padding: 2px 15px;
}
.ajax_add_to_cart {
	width: 100%;
	border: none;
	outline: none;
	background: var(--primary-color) !important;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	border-radius: 50px;
	padding: 10px;
}
.subcategory_banner_Section.subcategory-design .subcategory_banner h1{
	margin-bottom: 10px;
	color: #ffffff;
	font-size: 32px;
	font-weight: 500;
	text-align: center;
}
.subcategory_banner_Section.subcategory-design .subcategory_banner ul{
	display: flex;
	align-items: center;
	justify-content: center;
	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;
}
.home_product_card{
	background-color:#fff;
	padding: 12px;
	border-radius: 15px;
	position: relative ;
}
.product_image{
	width: 100%;
	border-radius: 10px;
	background: #F2F2F2 ;
	position: relative ;
}
.product_image img{
	width: 100%;
	object-fit: contain;
	aspect-ratio: 1 / 1;
	max-height : 200px ;
	border-radius: 10px;
}
.product_content{
	line-height: 32px;
	padding: 12px 0px 6px;
}
.product_content h4{
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	color: rgb(0, 0, 0);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.product_content button{
	padding: 2px 0px !important ;
}
.product_content p span{
	font-size: 18px ;
	font-weight: bold ;
}
.hot_tag{
	position: absolute ;
	top: 12px ;
	left: 12px ;
	padding: 4px 8px ;
	background: red ;
	color: #fff ;
	font-size: 12px ;
	font-weight: 700 ;
}

.upcoming_sec{
	padding-bottom: 4rem;
	padding-top: 4rem;
	background: #280003 ;
}
.upcoming_sec .title{
	margin-bottom: 22px;
}
.upcoming_sec .title h1{
	font-size: 1.5rem;
	line-height: 1.75rem;
	margin-bottom: .25rem;
	font-weight: 700;
	color:#fff ;
}
.upcoming_sec .title p{
	margin-bottom: 1rem;
	color: #fff;
}
.upcoming_card{
	min-height: 253px;
	height: auto;
	box-shadow: 0 2px 6px #21223f0f;
	border-radius: .5rem;
	background: #fff ;
	overflow: hidden;
	width: 100%;
	display: flex;
	margin-bottom: 20px ;
}
.upcoming_card_image{
	width: 300px;
	height: auto;
	transition: 0.3s ease-in-out ;
	position: relative;
}
.upcoming_card_image img{
	width: 100%;
	height: 100%;
	transition: 0.3s ease-in-out ;
	object-fit: cover;
}
.upcoming_card_content{
	padding: 1.5rem;
	color: #1a1b33;
	flex-grow: 1;
	display: flex ;
	flex-direction: column ;
	
}
.upcoming_card_content h6{
	font-size: 1.25rem;
	line-height: 1.5rem;
	font-weight: 700;
	color: #21223f ;
}
.upcoming_card_more_info{
	width: 300px;
	padding: 1rem;
	background: #280003 ;
	border-radius: .5rem;
	margin: .5rem;
	display: flex ;
	flex-direction: column ;
	justify-content: space-between ;
}
.upcoming_card_other_info{
	margin-top: 2rem ;
}
.upcoming_card_other_info p{
	line-height: 21px;
	font-weight: 400;
}
.upcoming_card_more_info ul{
	padding: 0  ;
}
.upcoming_card_more_info ul li{
	display: flex; 
	align-items: center ;
}
.upcoming_card_more_info ul li svg{
	width: .875rem;
}
.upcoming_card_more_info ul li span{
	margin-left: .5rem;
	color: #fff ;
}
.more_info_btn{
	display: flex ;
	flex-direction: column ;
	align-items: end ;
}
.more_info_btn span{
	font-size: .875rem;
	line-height: 1.125rem;
	margin-bottom: .125rem;
	color: #fff ;
}
.more_info_btn a{
	text-decoration: none ;
	display: flex;
	align-items: center ;
	justify-content: center ;
	font-size: 1rem;
	line-height: 1.375rem;
	font-weight: 700;
	padding-bottom: 11px;
	padding-top: 11px;
	padding-left: 15px;
	padding-right: 15px;
	background: #4CAF50 ;
	color: #fff ;
	border-radius: 50px;
	width: 100%;
}
.cat_banner_main{
	height: 286px ;
	position: relative ;
	width: 100%;
	overflow: hidden ;
	z-index: 1 ;
	background-position:center ;
	background-repeat: no-repeat ;
	background-size: cover ;
}
.cat_banner_main::before{
	content: '';
	position: absolute ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 100% ;
	background-image: linear-gradient(to right, #1a1b33 , #1a1b3300);
	background-color: #1a1b3359;
	z-index: -1 ;
}
.cat_banner{
	width: 100% ;
	height: 100% ;
	max-width: 1304px;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: .5rem;
	padding-bottom: 2rem;
	margin-left: auto;
	margin-right: auto;
	display: flex ;
	flex-direction: column ;
	justify-content: end ;
}
.cat_banner_content_main{
	width: 100% ;
	display: flex ;
	align-items: center ;
	justify-content: space-between ;
}
.cat_banner_content_main_left{
	display: flex ;
}
.cat_banner_left_img_wrapper{
	position: relative ;
	display: flex;
	align-items: start ;
}
.cat_banner_left_img_wrapper .shirt_img_one {
	width: 48px;
	height: auto;
	filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3));
	position: relative;
	top: 9px;
	z-index: 1;
}
.cat_banner_left_img_wrapper .shirt_img_two {
	width: 48px;
	height: auto;
	filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3));
	position: relative;
	left: -26px;
}
.cat_banner_left_content_wrapper{
	color: #fff ;
}
.cat_banner_left_content_wrapper h1{
	font-size: 2rem;
	line-height: 2.375rem;
	font-weight: 700;
	margin-bottom: .25rem;
}
.cat_banner_left_content_wrapper .date_time_wraper .date_confirm_tag{
	background-color: #00af87 ;
	color: #fff ;
}
.cat_banner_left_content_wrapper .date_time_wraper .date_confirm_tag span{
	line-height: 18px;
}
.cat_banner_right_content_wrapper{
	width: 408px;
	box-shadow: 0 2px 6px #21223f0f;
	background-color: #fff ;
	position: relative;
	border-radius: .5rem;
	padding: 1rem ;
}
.verified_list span{
	line-height: 1.25rem;
	font-weight: 700;
	font-size: .875rem;
}

.cat_banner_right_content_wrapper p{
	font-size: .875rem;
	line-height: 1.125rem;
	margin: 0 ;
	margin-top: 8px ;
}
.event_tabs_main{
	width: 100% ;
	background: #fff ;
	position: sticky; 
	top: 0 ;
	z-index: 12 ;
	box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(0,0,0,.05);
}
.event_tabs_main ul{
	width: 100% ;
	max-width: 1304px;
	margin: 0 auto ;
	list-style-type: none ;
	padding-left: 1rem;
	padding-right: 1rem;
	display: flex ; 
	align-items: center ;
	gap: 5px ;
}
.event_tabs_main ul li a{
	text-decoration: none ;
	display: inline-block ;
	font-size: 1rem;
	line-height: 1.375rem;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
	font-weight: 700;
	padding-left: 1rem;
	padding-right: 1rem;
	position: relative;
	color: #1a1b33 ;
}
.event_tabs_main ul li a.active{
	color: var(--primary-color);
}
.event_tabs_main ul li a.active::after{
	content: '' ;
	position: absolute ;
	bottom : 0 ;
	left: 0 ;
	height: .25rem;
	width: 100% ;
	background: var(--primary-color) ;
}
.categoryDescription{
	padding-bottom: 40px ;
}
.categoryDescription_img{
	width : 300px ;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: .5rem;
	padding: 2.5rem;
	background: #fff ;
	margin-bottom: 25px ;
}
.categoryDescription_img img{
	width : 100% ;
	height: 100%;
}
.categoryDescription h2{
	margin-bottom: 1.5rem;
	font-size: 1.5rem;
	line-height: 1.75rem;
	font-weight: 700;
}
.categoryDescription h6{
	font-size: 1.125rem;
	line-height: 1.375rem;
	margin-top: 1.5rem;
	margin-bottom: 1rem;
	font-weight: 700;
}
.categoryDescription ul{
	padding-left: 0 ;
	margin: 0 ;
	list-style-type: none ;
}
.categoryDescription ul li{
	margin: 5px ;
}
.categoryDescription ul li strong{
	display: inline-block ;
	width: 100px ;
}
.upcoming_sec{
	overflow: hidden !important;
}
.upcoming_sec .mobile_upcoming_cards {
	overflow: inherit !important ;
}
.faqsecImage{
	text-align: center;
}
.faqsecImage img {
	max-width: 429px;
}

.size-options strong {
	font-size: 12px;
	color: #000;
	margin-bottom: 5px;
	display: block;
	text-align: center;
	margin-top: 10px;
}

.shirt-sizes{
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: center;
	gap: 5px;
}
.size-options label {
	max-width: max-content;
	margin-bottom: 0 !important;
	padding: 5px 10px 5px 10px !important;
	border-radius: 25px;
	background-color: #134b704d !important;
	font-size: 12px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 3px;
}
.header-btns {
    display: flex;
    align-items: center;
    gap: 10px;
}
@media (max-width: 1200px) {
	.cat_banner_left_content_wrapper h1{
		font-size: 1.5rem;
		line-height: 1.70rem;
		font-weight: 700;
		margin-bottom: .25rem;
	}
	.parent_cat_card_btn a{
		font-size: 13px ;
	}
}
@media (max-width: 1024px) {
	
	.upcoming_sec{
		padding-bottom: 2.5rem;
		padding-top: 2.5rem;
	}
	.upcoming_card{
		flex-direction: column ;
	}
	.upcoming_card_image{
		height: 253px;
		width: 100% ;
	}
	.upcoming_card_more_info{
		width: auto ;
	}
	.upcoming_card_content{
		padding: 1rem ;
	}
	.desktupcoming_card{
		display: none ;
	}
	.mobile_upcoming_cards{
		display: block ;
	}
	.desktop_matches{
		display: none ;
	}
	.mobile_matches{
		display: block ;
	}
	.cat_banner_content_main {
		align-items: start;
		flex-direction: column;
		gap: 15px ;
	}
	.cat_banner_right_content_wrapper{
		width: 100% ;
		padding: 12px ;
	}
	.cat_banner_left_img_wrapper .shirt_img_one{
		width: 40px;
	}
	.cat_banner_left_img_wrapper .shirt_img_two{
		width: 40px;
	}
	.cat_banner_left_content_wrapper h1{
		font-size: 1.25rem;
		line-height: 1.5rem;
	}
	.date_time_wraper span{
		font-size: .875rem;
		line-height: 1.125rem;
		font-weight: 400;
	}
	.cat_banner_location_text{
		font-size: .875rem;
		line-height: 1.125rem;
		font-weight: 400;
	}
	.cat_banner_main{
		height: 262px;
	}
	
}
@media (max-width: 991px) {
	.breadcrumbsInner_img {
		width: 100%;
	}
	.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;
	}
	.endContentBox .priceBarWrap span{
		color: #000 ;
	}
	.endContentBox .priceBarWrap .price{
		color: #000 ;
	}
	.endContentBox .priceBarWrap{
		justify-content: start ;
	}
	.logo{
		text-align: left;
	}
	
	
	.testimonialSecImg{
		display: none;
	}
	.testimonialSec{
		padding: 60px 0px;
		margin-top: 0px;
	}
	.upcoming_matches .sec_Title{
		 text-align: center;
   		 margin-bottom: 22px;
	}
	.upcoming_matches .sec_Title h1{
		font-size: 56px;
	}
	.upcoming_matches .sec_Title h1 br{
		display: none;
	}
	.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;
	}
	.homepageBannerSecContent .innerContent{
		width: 100%;
		margin-bottom: 22px;
	}
	
	.homepageBannerSubimg img{
		width: 300px;
    	height: 300px;
	}
	.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: flex-start;
	}
	.footerCopyright{
		display: block;
	}
	.footerCopyright p{
		text-align: center;
		margin-bottom: 8px;
	}
	.footerQuickLinks{
		margin-bottom: 28px;	
	}
	.FooterPaymentMethods ul{
		justify-content: center;
	}
	.menuListing{
		display: none;
	}
	.ticketSecListing ul li .leftContentWWrap .timeLocWrapper {
		flex-flow: column;
		align-items: start;
		gap: 10px;
	}
	.cat_banner {
		padding-bottom: 1rem;
	}
}
@media (max-width: 768px) {
	.breadcrumbs .breadcrumbsInner{
		flex-direction: column;
	}
	.bannerSliderContentBox .innerContent{
		width: 100%;
	}
	.headerButnWrap.primarybtn-btn a{
		padding: 8px 18px;
	}
	.headerContactDetails{
		gap: 0.5rem !important;
	}
	.newsLetterSecContent{
		width: 100%;
	}
}
@media (max-width: 767px) {
	.hero_banner{
		padding-bottom: 2.5rem;
		padding-top: 2.5rem;
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.search_container{
		max-width: 327px ;
	}
	.search_container input {
		padding: 8px 30px 8px 50px;
	}
	.search_container button {
		padding: 11px 1.5rem;
		font-size: .875rem;
		line-height: 1.125rem;
	}
	.hero_banner_content {
		gap: 1rem;
	}
	.popular_searches h6{
		margin: 0 ;
	}
	.premium_leagues {
		padding: 25px 0px 0px;
	}
	.clothing_sec{
		padding: 25px 0px 10px;
	}
	.product-sec {
		padding: 5px 0 25px;
	}
	.premium_leagues.Upcoming_Season {
		padding: 10px 0px 15px;
	}
	.hero_banner_content h1{
		font-size: 1.75rem;
		line-height: 2rem;
	}
	.premium_league_card_image{
		height: 100px ;
	}
	.premium_league_card{
		margin-bottom: 0px ;
	}
	.premium_league_card_content{
		padding: .75rem;
		font-size: .875rem;
		line-height: 1.125rem;
	}
	.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;
	}
	.homepageBannerSecContent {
		padding: 60px 0px 100px;
    	height: 650px;
	}
	.homepageBannerSecContent p {
		margin-bottom: 15px;
		font-size: 14px;
	}
	.homepageBannerSecContent h1 {
		margin-bottom: 16px;
		font-size: 60px;
	}
	.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;
	}
}
@media (max-width: 600px){
	
	
	.homepageBannerSecContent .innerContent {
		width: 95%;
	}
}
@media (max-width: 576px) {
	.logo img{
		max-width: 160px;
	}
	.parent_cat_card .left-content .topContentBoxed {
		align-items: flex-start;
	}
	.parent_cat_card .left-content .rightContentBox {
        display: block;
    }
	.parent_cat_card .left-content .leftContentBox .cardImgWrap {
		margin-top: 15px !important;
	}
	.parent_cat_card .left-content .leftContentBox {
        flex: 0 0 60px;
        max-width: 60px;
		padding: 0px ;
    }
	.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 button{
		padding: 0px 12px;
	}
	.custom-quantity input{
		padding-left: 0 ;
	}
	.ticket_buy_now_btn button{
		height: 30px;
		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;
	}
	.premium_league_card_content h6{
		font-size: .85rem;
	}
}
@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;
	}

	.homepageBannerSecContent h1{
		font-size: 38px;
	}

	.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;
	}
	.product_image img{
		max-height: 140px;
	}
	.product_content h4 {
		font-size: 14px;
		margin: 0  ;
	}
	.product_content button{
		font-size: 12px !important ;
	}
	.hot_tag{
		position: absolute;
		top: 10px;
		left: 10px;
		padding: 2px 6px;
		background: red;
		color: #fff;
		font-size: 10px;
		font-weight: 700;
		border-radius: 2px;
	}
	.product_content p {
		margin: 0;
	}
	
}
@media(max-width: 475px){
	.cat_banner_content_main_left{
		gap: 12px ;
	}
	.homepageBannerSecContent h1 {
		margin-bottom: 12px;
		font-size: 42px;
	}
	.homepageBannerSecContent p {
		margin-bottom: 12px;
		font-size: 12px;
	}
	.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){
	.accordion .accordion-item{
		padding: 15px 30px 15px 10px;
	}
	.accordion button .icon{
		right: -15px;
	}
	.cat_banner_content_main_left{
		gap: 20px ;
	}
	.cat_banner_right_content_wrapper p {
		font-size: 12px;
		line-height: 1.125rem;
		margin: 0;
	}
	.cat_banner_left_img_wrapper .shirt_img_one {
        width: 35px;
    }
	.cat_banner_left_img_wrapper .shirt_img_two {
        width: 35px;
    }
}