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

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

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

body {
	font-family: 'Poppins', sans-serif;
	background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

.search_continer_sec.active{
	top: 50%;
}

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

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

.search_con input:focus {
	outline: none;
}

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

.search_icon img {
	width: 20px;
}

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

.search_btn img {
	width: 20px;
}

.most_popular {
	padding: 40px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

.upcoming_event_card_left_content {
	padding-top: 14px;
}

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

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

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

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

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

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

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

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

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

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

/* 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: 120px 0px 60px;
	z-index: 1;
}

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

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

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

.breadcrumbs p {
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
}
.breadcrumbs a {
	font-family: 'Figtree';
	font-weight: 400;
	font-size: 16px;
	color: #ffffff;
}
.tickets_confirm {
	padding: 10px 20px;
	display: flex;
	align-items: center;
	gap: 10px;
	background: #964B00;
	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{
	position: relative;
	text-align: center;
	margin-bottom: 22px;
}

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

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

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

}

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

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

}

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

.our_advantages_list_card_icon {
	margin-bottom: 12px;
}

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

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

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

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

.our_advantages_more {
	padding: 20px;
}

.our_advantages_more a {
	display: block !important;
	max-width: 100% !important;
	width: 100% !important;
	height: 44px;
	background-color: var(--secondary-color);
	font-family: Inter;
	font-weight: 500;
	font-size: 16px;
	text-align: center;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
}
.show_parent_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;
	background-image: linear-gradient(90deg, #fff0fd, #f5f5ff);
	cursor: pointer;
	width: 32%;
	text-decoration: none;
}
.parent_cat_card .bg-Img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 150px;
	opacity: 0.6;
}
.parent_cat_card::before{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -15px;
	width: 30px;
	height: 30px;
	background: #ffffff;
	border-radius: 50%;
	z-index: 2;
}
.parent_cat_card::after{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -15px;
	width: 30px;
	height: 30px;
	background: #ffffff;
	border-radius: 50%;
	z-index: 2;
}
.parent_cat_card .left-content{
	padding: 15px;
	text-align: center;
}
.parent_cat_card .right-content .inner{
	position: relative;
	text-align: center;
}
.date-con {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background: #964B00;
	max-width: max-content;
	margin: auto;
	padding: 5px 20px;
	border-radius: 20px;
}
.month {
	font-weight: 500;
	font-size: 16px;
	color: #ffffff;
	text-transform: uppercase;
}
.time {
	font-weight: 600;
	font-size: 16px;
	color: #ffffff;
	text-transform: uppercase;
}
.date {
	font-weight: 600;
	font-size: 28px;
	text-align: center;
	line-height: 20px;
	color: #ffffff;
}
.date_time {
	font-weight: 500;
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
	margin: 5px 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: 10px;
	font-weight: 600;
	font-size: 20px;
	color: #19191A;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.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: var(--primary-color);
	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: #964B00;
}

.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 60px;
	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%, #964B00 100%);
	z-index: -1;
}

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

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

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

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

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

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

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

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

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

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

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

.ticket_available b {
	color: #19191A;
}

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

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

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

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

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

.ticket_card {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 20px;
	background-image: linear-gradient(90deg, #fff0fd, #f5f5ff);
	cursor: pointer;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.ticket_card::before{
	content: '';
	position: absolute;
	top: -12px;
	right: 138px;
	width: 24px;
	height: 24px;
	background: #ffffff;
	border-radius: 50%;
	z-index: 2;
}
.ticket_card::after{
	content: '';
	position: absolute;
	bottom: -12px;
	right: 138px;
	width: 24px;
	height: 24px;
	background: #ffffff;
	border-radius: 50%;
	z-index: 2;
}
.ticket_card .left-content {
	flex: 1;
	padding: 10px;
	height: 100%;
}
.ticket_card .right-content {
	flex: 0 0 150px;
	max-width: 150px;
	padding: 10px;
	height: 100%;
	background: #964B00;
}
.ticket_card_titleWrap{
	margin-bottom: 10px;
	background: #964B00;
	padding: 5px 15px;
	border-radius: 10px;
	text-align: center;
}
.ticket_card_titleWrap img{
	width: 20px;
	height: auto;
	background: #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3px;
}
.ticket_card_titleWrap h6{
	font-weight: 500;
	font-size: 20px;
	color: #ffffff;
	margin-bottom: 0;
}
.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;
}
.ticket_card_content ul li:last-child{
	margin-bottom: 0;
}
.ticket_card_content ul li img {
	width: 20px;
	height: auto;
	background: #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3px;
}
.ticket_card_content ul li h6 {
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 0;
}
.ticket_card_buy_area {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	gap: 12px;
}
.ticket_card_buy_area_subcontent{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.ticket_card_buy_area_subcontent p{
	margin-bottom: 0;
}
.ticket_card_buy_area .price span{
	font-weight: 600;
	font-size: 16px;
	color: #fff;
}
.ticket_card_buy_area span {
	font-size: 12px;
	color: #fff;
}
.ticket_card_buy_area .cart{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
}
.show_tickets_Sec {
	padding-bottom: 80px;
}

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

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

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

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

}

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

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

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

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

.contact_content {
	padding-right: 100px;
}

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

.contact_content .title .title_img {
	width: 35px;
	height: 35px;
	background: #964B00;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

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

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

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

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

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

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

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

.contact_list_icon {
	width: 45px;
	height: 45px;
	background: #964B00;
	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: #964B00 !important;
	transition: 0.3s ease-in-out;
}

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

.contact_form {
	padding: 35px;
	border-radius: 12px;
	background: #964B00;
}

.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: #964B00;
	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: #964B00;
}

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

.ticket_buy_now_btn button{
	display: block !important;
	max-width: max-content !important;
	background: #fff !important; 
	padding: 10px 25px !important;
	border-radius: 10px !important;
	text-decoration: none !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	color: #964B00 !important;
	border: none !important;
	outline: none !important;
	border: 1px solid #ffffff;
}

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

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

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

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



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

.siteNoticeBar .contentBox marquee{
	display: block;
}

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


/* headerStyling Start */
header {
	position: relative;
	background: #ffeafd;
	padding: 12px 0px;
	box-shadow: 0px 0px 8px 0px #dcdcdc;
}

.headerLogo a {
	text-decoration: none;
}

.headerLogo a img{
	max-width: 100%;
	height: auto;
}

.headerLogo a h1 {
	color: #333e48;
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 0px;
}

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

.menuListing ul li{
	position: relative;
}
.menuListing 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;
}
.menuListing ul li:hover .sub-menu{
	display: flex;
	align-items: start;
	flex-flow: column;
	gap: 5px;
}

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

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

/* headerStyling End */

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

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


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

/* secondaryButtonStyling */

/* 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: #fff;
	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: 150px 0px 50px;
	width: 100%;
	height: 500px;
	object-fit: cover;
}

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

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

.homepageBannerSecContent h1 {
	margin-bottom: 28px;
	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: 40px 0px;
	display: none;
}

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

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

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

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

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

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

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

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

.ourConcertsContenbtBox a .imgWrap::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	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: 200px;
	object-fit: cover;
}

.ourConcertsContenbtBox a .subContent{
	position: relative;
	padding: 15px;
}

.ourConcertsContenbtBox a .subContent h3{
	position: relative;
	margin-bottom: 6px;
	color: #000000;
	font-size: 22px;
	font-weight: 600;
	transition: .4s all;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ourClothingSec .headContent h3 {
	position: relative;
	color: #181733;
	font-weight: 600;
	font-size: 38px;
	max-width: max-content;
	margin: 0px;
	z-index: 2;
}
.ourClothingProductCard{
	margin-top: 32px;
}
.ourClothingProductCard a {
	background-color: #fff;
	border-radius: 12px;
	position: relative;
	overflow: hidden;
	display: block;
	text-decoration: none;
}
.ourClothingProductCard a::before{
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.3;
}
.ourClothingProductCard a img{
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.ourClothingProductCard h3 {
	position: absolute;
	bottom: 10px;
	left: 10px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	margin: 0;
}
/* ourClothingSec Start */

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

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

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

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

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

.recommendedContentBox a{
text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.testimonialsSecSlider .contentBox {
	position: relative;
	background: #ffffff;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
	padding: 22px !important;
	border-radius: 22px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

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

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

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

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

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

/* testimonialsSec Start */

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

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

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

.newsLetterSecContent h3 {
	margin-bottom: 28px;
	color: var(--primary-color);
	font-size: 56px;
	font-weight: 700;
	text-align: center;
}

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

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

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

.newsLetterSecForm button {
	display: block;
	max-width: max-content;
	background-color: var(--primary-color);
	padding: 13px 22px;
	border-radius: 50px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	border: none;
	outline: none;
	position: absolute;
	top: 50%;
	right: 6px;
	transform: translateY(-50%);
}

/* newsLetterSecSecStyling End */


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

.footerContentox{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 22px;
}

.footerLogo a {
	text-decoration: none;
}

.footerLogo a img{
	max-width: 100%;
	height: auto;
	filter: invert(1) brightness(100);
}

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

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

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

.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;
	align-items: center;
	justify-content: end;
	gap: 42px;
}

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

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

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

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

/* footerStyling End */

/* chat box css start */
.chat_widget{
	position: fixed;
	bottom: 52px;
	left: 24px;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background-color: #964B00;
	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: #964B00 ;
	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 {
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}
.product-sec .headContent::before{
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 5%;
	height: 5px;
	background: #964B00;
	border-radius: 15px;
	overflow: hidden;
	transition: .4s all;
}
.product-sec .headContent h3 {
	position: relative;
	color: #181733;
	font-weight: 600;
	font-size: 38px;
	max-width: max-content;
	margin: 0px;
	z-index: 2;
}
.logo a{
	font-size: 22px;
	color: #fff;
	font-weight: 600;
}
.logo a:hover{
	color: #fff;
}
.footer_info .logo a{
	font-size: 30px;
	color: #000;
	font-weight: 700;
}
.footer_info .logo a:hover{
	color: #000;
}
.parent_cat_card_btn{
	flex-flow: column;
}
.upcoming_events{
	display: none;
}
.limited-box{
	margin-bottom: 5px;
	margin-top: 0;
}
.most_popular.clothing{
	padding: 40px 0px 0px;
}
.custom_design_card {
	display: flex;
	align-items: center;
	gap: 15px;
	position: relative;
	/* background-image: linear-gradient(90deg, #dfedff, #b8b7d9); */
	/* background-color: #fbfbfb; */
	/* border: 1px solid #dcdcdc; */
	background: linear-gradient(180deg, rgb(24 23 51 / 9%) 0, rgb(0 0 0 / 42%) 0%, #964B00 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: #964B00;
	border: none;
	outline: none;
}
.product_card{
	margin-bottom: 20px;
}
.product_card img{
	width: 100%;
	border-radius: 15px;
	aspect-ratio: 1/1;
	object-fit: contain;
	background: #e8e7e3;
}
.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{
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 8px;
}
.ajax_add_to_cart {
	width: 100%;
	border: none;
	outline: none;
	background: #964B00 !important;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	border-radius: 50px;
	padding: 10px;
}
/* .subcategory_banner_Section.subcategory-design .subcategory_banner{
background: #000;
color: #fff;
padding: 30px;
} */
.subcategory_banner_Section.subcategory-design .subcategory_banner h1{
	margin-bottom: 10px;
	color: #ffffff;
	font-size: 32px;
	font-weight: 700;
	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;
}
@media (max-width: 1200px) {
	.parent_cat_card_btn a{
		font-size: 13px ;
	}
}
@media (max-width: 991px) {
	.parent_cat_card{
		width: 48.5%;	
	}
	.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;
	}
	.footerLogo{
		text-align: center;
		margin-bottom: 32px;
	}
	.footerQuickLinks ul{
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.footerCopyright{
		display: block;
	}
	.footerCopyright p{
		text-align: center;
		margin-bottom: 8px;
	}
	.footerQuickLinks{
		margin-bottom: 22px;	
	}
	.FooterPaymentMethods ul{
		justify-content: center;
	}
	.menuListing{
		display: none;
	}
	.ticketSecListing ul li .leftContentWWrap .timeLocWrapper {
		flex-flow: column;
		align-items: start;
		gap: 10px;
	}
}
@media (max-width: 768px) {
	.bannerSliderContentBox .innerContent{
		width: 100%;
	}
	.headerButnWrap.primarybtn-btn a{
		padding: 8px 18px;
	}
	.headerContactDetails{
		gap: 0.5rem !important;
	}
	.newsLetterSecContent{
		width: 100%;
	}
}
@media (max-width: 767px) {
	.parent_cat_card {
		width: 100%;
	}
	.subcategory_banner_Section {
		padding: 25px 0;
	}
	.show_tickets_Sec {
		padding: 10px 0 20px;
	}
	.hero_banner_content h1 {
		font-size: 30px;
	}
	.hero_banner_content p {
		font-size: 12px;
	}
	.most_popular {
		padding: 24px 0;
	}
	.testimonial_content{
		padding-right: 0px ;
		align-items: center ;
	}
	.testimonial_content p {
		font-size: 14px;
	}
	.upcoming_events_top .section_title h2 {
		font-size: 20px;
	}
	.upcoming_events_top .section_title p {
		font-size: 10px;
	}
	.breadcrumbs h1{
		font-size:30px ;
	}
	.breadcrumbs p{
		font-size: 12px ;
	}
	.tickets_confirm{
		font-size :10px ;
	}
	.parent_cat_card_btn a{
		display: block;
		width: 100%;
	}
	.testimonial_Sec .img-wrap{
		justify-content: flex-start !important;
		margin-top: 15px;
	}
	.testimonial_Sec .img-wrap img{
		max-width: 150px;
		height: auto;
	}
	.homepageBannerSecContent {
		padding: 120px 0px 75px;
		height: 490px;
	}
	.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) {
	.headerLogo a h1{
		font-size: 24px;
	}
	.ticket_card_content ul li span{
		font-size: 12px ;
	}
	.ticket_card_buy_area_subcontent{
		margin-bottom: 15px;
	}
	.ticket_card_content ul{
		flex-flow: wrap;
	}
	.ticket_card_content ul li h6{
		font-size: 12px ;
	}
	.ticket_card_buy_area {
		padding: 0;
		display: block;
	}
	.custom-quantity {
		margin: 0;
	}
	.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;
	}
	.hero_banner{
		height: 312px ;
	}
	button.search_btn span {
		display: none;
	}
	.search_btn{
		padding: 10px 12px;
		border-radius: 50%;
		top: 50%;
		right: 15px;
		transform: translateY(-50%);
	}
	.search_icon {
		display: none;
	}
	.search_con{
		height: 69px;
		width: 90%
	}
	.search_con input{
		padding: 20px 38px 20px 20px;
	}
	.section_title h2 {
		font-size: 20px;
	}
	.testimonial_Sec .contentbox h2{
		font-size: 20px;
	}
	.testimonial_Sec .contentbox h2 br{
		display: none;
	}
	.event_card_img img{
		height: 230px;
	}
	.event_card_content .date_time span{
		font-size: 11px ;
	}
	.upcoming_event_card_img img {
		height: 116px;
		width: 116px;
	}
	.upcoming_event_card_left_content p{
		margin-bottom:5px ;
	}
	.upcoming_event_card_left_content h6 {
		font-size: 14px;
	}
	.upcoming_event_card_left_content span{
		margin-bottom: 0px ;
		font-size: 10px ;
	}
	.show_parent_card_list{
		padding : 9px ;
	}
	.parent_cat_card_content h6{
		font-size: 15px;
	}
	.time_location_main .date_time i{
		font-size: 15px ;
	}
	.time_location_main .location i{
		font-size: 15px ;
	}
	.time_location_main{
		gap: 6px ;
	}
	.bannerSliderContentBox .innerContent h1{
		font-size: 32px;
		margin-bottom: 15px;
	}
	.bannerSliderContentBox .innerContent p{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}
	.matchesScheduleList ul li .content h3{
		font-size: 23px;
	}
	.matchesScheduleList ul li .imgWrap img{
		width: 80px;
		height: 80px;
	}
}
@media (max-width: 575px){
	.parent_cat_card .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;
	}
}
@media(max-width: 475px){
	.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;
	}
}