@charset "UTF-8";
/* CSS Document */

/*==============================================================
	Common Styles Initials
==============================================================*/

html {
	-webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}

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

body {
	font-size: 16px;
	margin: 0;
	padding: 0;
	font-family: 'Plus Jakarta Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	width: 100%;
	min-height: 100%;
	color: #000;
	background: #F5F6F7;
}

a {
	outline: none;
	text-decoration: none;
	color: #000;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

a:hover, a:focus{
	outline: none;
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #E72E64;
}

input, textarea, select {
	outline: none;
	resize: none;
	font-family: 'Plus Jakarta Sans', sans-serif;
}

a, input, button{
	outline:none !important;
}

 button::-moz-focus-inner {
 	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif;
	margin: 0;
	padding: 0;
	font-weight: 600;
	color: #170702;
}

img {
	border: 0;
	vertical-align: top;
	max-width: 100%;
	/* height: 100% !important; */
}

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

p {
	margin: 0 0 15px 0;
	padding: 0;
}

.bg_img{
	display: none;
}

/*==============================================================
	Bootstrap Hack
==============================================================*/

.form-control::-webkit-input-placeholder{opacity:1; color: #8993A8;}
.form-control:-moz-placeholder{opacity:1; color: #8993A8;}
.form-control::-moz-placeholder{opacity:1; color: #8993A8;}
.form-control:-ms-input-placeholder{opacity:1; color: #8993A8;}

.nav > li > a:hover, .nav > li > a:focus, .nav > li.active > a, .nav > li.active > a:focus{
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


/*==============================================================
	Custom Style
==============================================================*/

.container {
	max-width: 1270px;
	width:100%;
	padding: 0 15px;
}

h2, .h2 {
	font-size: 32px;
	line-height: 1.5;
	margin-bottom: 20px;
}

h6, .h6 {
	font-size: 15px;
	line-height: 1.27;
	margin-bottom: 10px;
}

.title-line > * {
	margin-bottom: 0;
}
.title-line {
	padding: 10px 0;
	position: relative;
}
.title-line:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #E72E64;
}

.title-section {
	padding-bottom: 29px;
}

.cta-btn {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	text-align: center;
	color: #E72E64;
	padding: 11px;
	border: 1px solid #E72E64;
	border-radius: 5px;
	display: inline-block;
	cursor: pointer;
	transition: all 0.4s ease;
}
.cta-btn:focus {
	color: #E72E64;
}
.cta-btn:hover {
	color: #fff;
	background: #E72E64;
}
.cta-btn.cta-sm {
	padding: 9px;
}
.cta-btn.cta-lg {
	line-height: 25px;
	padding: 21px;
}

.cta-btn.cta-fill {
	color: #fff;
	background-color: #E72E64;
}
.cta-btn.cta-fill:focus {
	color: #fff;
}

.cta-btn.cta-white {
	color: #fff;
	border-color: #fff;
}
.cta-btn.cta-white:focus {
	color: #fff;
}
.cta-btn.cta-white:hover {
	color: #1F1F1F;
	background-color: #fff;
}

.cta-btn.cta-fill.cta-white {
	color: #1F1F1F;
	background-color: #fff;
}
.cta-btn.cta-fill.cta-white:focus {
	color: #1F1F1F;
}
.cta-btn.cta-fill.cta-white:hover {
	color: #fff;
	border-color: #1F1F1F;
	background-color: #1F1F1F;
}
.cta-btn.cta-fill.cta-white img {
	margin-right: 10px;
	transition: all 0.4s ease;
}
.cta-btn.cta-fill.cta-white:hover img {
	filter: contrast(0) brightness(2);
}

.content-wrap p:last-child {
	margin-bottom: 0;
}

.content-wrap.content-lg p {
	font-size: 22px;
	line-height: 1.32;
	margin-bottom: 20px;
}
.content-wrap.content-lg p:last-child {
	margin-bottom: 0;
}

.pb-80 {
	padding-bottom: 80px;
}

.banner-section {
	padding-bottom: 42px;
}
.banner-slider .slick-arrow {
	font-size: 0;
	line-height: 0;
	border: 0;
	width: 53px;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.08);
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	transition: all 0.4s ease;
}
.banner-slider .slick-arrow:before {
	content: '';
	width: 24px;
	height: 24px;
	background-image: url('../images/home/right-arrow-white.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.banner-slider .slick-arrow.slick-prev {
	right: auto;
	left: 0;
}
.banner-slider .slick-arrow.slick-prev:before {
	transform: scaleX(-1);
}
.banner-slide img {
	width: 100%;
	position: relative;
}

.slider-nav a {
	width: 48px;
	height: 48px;
	text-align: center;
	border-radius: 16px;
	display: block;
	padding: 11px;
	border: 1px solid #E72E64;
	background-color: #E72E64;
}
.slider-nav a.slick-disabled {
	background-color: #fff;
	cursor: auto;
}
.slider-nav a.slick-disabled img {
	filter: none;
}
.slider-nav a img {
	width: 24px;
	height: 24px;
	transform: rotate(180deg);
	filter: contrast(0) brightness(2);
}
.slider-nav .slider-arrow-next {
	margin-left: 16px;
}
.slider-nav .slider-arrow-prev a img {
	transform: rotate(0deg);
}

.event-box {
	border-radius: 10px;
	border: 1px solid #E0E0E0;
	background: #FFF;
	padding: 8px;
}
.event-box .img-wrap {
	overflow: hidden;
	border-radius: 10px;
	position: relative;
	padding-top: 58.4%;
}
.event-box .img-wrap a {
	display: block;
	width: 100%;
	height: 100%;
}
.event-box .img-wrap img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
}
.event-box:hover .img-wrap img {
	transform: scale(1.1);
}
.event-box .event-favorite {
	height: 0px;
	text-align: right;
}
.event-box .event-favorite a {
	width: 34px;
	height: 34px;
	display: inline-block;
	background: #fff;
	border-radius: 100%;
	position: relative;
	transform: translateY(-50%);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.13);
	transition: all 0.4s ease;
}
.event-box .event-favorite a img {
	width: 26px;
	height: 26px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: all 0.4s ease;
}
.event-box .event-favorite a:hover {
	background: #E72E64;
}
.event-box .event-favorite a:hover img {
	filter: contrast(0) brightness(2);
}

.event-box .event-name {
	font-family: 'Plus Jakarta Sans', sans-serif;
	margin-top: 17px;
	margin-bottom: 17px;
}
.event-box .event-location {
	font-size: 13px;
	line-height: 16px;
	position: relative;
	padding-left: 26px;
	margin-bottom: 18px;
}
.event-box .event-location img {
	position: absolute;
	top: -1px;
	left: 0;
	width: 17px;
}
.event-box .event-date {
	font-size: 12px;
	line-height: 18px;
	color: #E72E64;
	font-weight: 500;
	padding: 11px;
	background: #F9F9F9;
	margin-bottom: 17px;
}
.event-box .event-date img {
	margin-right: 11px;
}
.event-ticket .event-price {
	font-size: 20px;
	line-height: 1.25;
	font-weight: 700;
	padding-right: 6px;
	max-width: calc(100% - 120px);
}
.event-ticket .event-price span {
	display: inline-block;
}
.event-ticket .event-price .old-price {
	color: #9A9A9A;
	margin-right: 2px;
	text-decoration: line-through;
}
.event-ticket .cta-wrap {
	flex-grow: 1;
	max-width: 160px;
}
.event-ticket .cta-wrap .cta-btn {
	width: 100%;
}
.event-ticket .cta-wrap .cta-btn img {
	margin-right: 11px;
}
.event-box img {
	display: inline-block;
}

.events-slider-wrap {
	overflow: hidden;
}
.events-slider {
	margin: -14px -8px;
}
.events-slider .events-slide {
	padding: 14px 8px;
}

.trending-categories .title-section h2 {
	padding: 10px 0;
}
.categories-list {
	padding-top: 30px;
	margin: -15px;
}
.categories-list > li {
	padding: 15px;
	width: 20%;
}
.category-box {
	position: relative;
	padding-top: 100%;
	overflow: hidden;
	border-radius: 10px;
	background-color: #E72E64;
}
.category-box a {
	display: block;
	width: 100%;
	height: 100%;
}
.category-box .category-name {
	font-size: 24px;
	line-height: 2;
	font-weight: 600;
	color: #fff;
	position: absolute;
	top: 12%;
	left: 12%;
	z-index: 1;
}
.category-box .img-wrap {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}
.category-box .img-wrap img {
	width: 100%;
	height: 100% !important;
}
.gradient-bg-1 {
	background: linear-gradient(152deg, #E15C49, #BB5E7A );
}
.gradient-bg-2 {
	background: linear-gradient(212deg, #732F84, #DE5AA0 );
}
.gradient-bg-3 {
	background: linear-gradient(205deg, #985FD2, #69A0CF );
}
.gradient-bg-4 {
	background: linear-gradient(215deg, #F8A70B, #EC643A );
}
.gradient-bg-5 {
	background: linear-gradient(210deg, #5AE1FF, #1B6881 );
}

.our-partner-slider-wrap {
	overflow: hidden;
}
.our-partner-slider {
	margin: 0 -12px;
}
.our-partner-slider .slick-track {
	display: flex;
}
.our-partner-slider .slick-slide {
	height: auto;
}
.our-partner-slider .our-partner-logo,
.our-partner-slider .our-partner-logo a {
	height: 100%;
}
.our-partner-slide {
	padding: 0 12px;
}
.our-partner-logo a {
	padding: 30px 40px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	position: relative;
}
.our-partner-logo a:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	width: 0;
	height: 4px;
	background-color: #E72E64;
	transition: all 0.4s ease;
}
.our-partner-logo a:hover:after {
	width: 100%;
}

.cta-box {
	padding: 60px 80px 60px 60px;
	background-color: #E72E64;
	border-radius: 20px;
	color: #fff;
}
.cta-box .cta-box-content {
	width: calc(100% - 220px);
	max-width: 790px;
}
.cta-box-content h2 {
	color: #fff;
	margin-bottom: 18px;
}
.cta-box .cta-box-content p {
	font-family: 'Poppins', sans-serif;
	margin-bottom: 0;
}
.cta-box .cta-wrap {
	width: 220px;
	padding-left: 20px;
	margin-left: auto;
}
.cta-box .cta-wrap .cta-btn {
	width: 100%;
}

.footer-section {
	font-family: 'Roboto', sans-serif;
	background: #333338;
	padding-top: 60px;
}
.footer-section .container {
	max-width: 1140px;
}
.footer-logo-wrap {
	margin-bottom: 30px;
}

.logo-line {
	flex: 1 1 0%;
	height: 1px;
	background: rgb(93, 93, 95);
}

.footer-logo {
	padding: 0 20px;
}
.footer-logo a {
	display: inline-block;
}

.social-style-one {
	display: flex;
	margin-bottom: 30px;
}

.social-style-one a {
	height: 40px;
	width: 40px;
	color: white;
	font-size: 14px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	margin: 0 10px 5px 0;
	background: rgba(255, 255, 255, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
}

.social-style-one a:last-child {
	margin-right: 0;
}

.social-style-one a:hover {
	background: #E72E64;
}

.quick_links {
	max-width: 400px;
	width: 100%;
	margin: 0 auto 20px;
}

.quick_links span a {
	color: #fff;
	font-size: 14px;
}

.quick_links span {
	line-height: 28px;
	position: relative;
}

.quick_links span:not(:first-child):before {
	content: '';
	position: absolute;
	height: 8px;
	width: 8px;
	top: 10px;
	left: -18px;
	border-radius: 100%;
	background: #fff;
}

.footer_content {
	margin-bottom: 20px;
}
.footer_content p {
	font-size: 11px;
	line-height: 14px;
	color: #F7F7F7;
	opacity: 0.8;
	text-transform: capitalize;
	margin-bottom: 0;
}

.footer_content .payment-icon {
	max-width: 280px;
	margin: 0 auto;
}
.footer_content .payment-icon img {
	width: 20%;
	padding: 6px;
	-webkit-transition: all .8s ease-in-out;
}
.footer_content .ssl-icon img {
	width: 100%;
	padding: 6px;
}

.copyright-area {
	text-align: center;
	padding: 15px 5px;
}
.copyright-area p {
	font-size: 11px;
	line-height: 18px;
	opacity: 0.8;
	color: #F7F7F7;
	text-transform: capitalize;
	margin-bottom: 0px;
}
.copyright-area p a {
	color: #E72E64 !important;
}