
/****************************************************/
/* FONTS */
/****************************************************/

@font-face {
    font-family: 'Sharp Grotesk PE Trial';
    src: url('../fonts/SharpGroteskPETrialMedium-25.woff2') format('woff2'),
        url('../fonts/SharpGroteskPETrialMedium-25.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sharp Grotesk PE Trial';
    src: url('../fonts/SharpGroteskPETrialLight-25.woff2') format('woff2'),
        url('../fonts/SharpGroteskPETrialLight-25.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


/****************************************************/
/* UTILITIES */
/****************************************************/

body{
	
	font-weight: 300;
	line-height: 1.4;
	margin: 0;
}

label{
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 0 1em;
}
.thumb{
	object-fit: cover;
}
.overflow-hidden{
	overflow: hidden;
}
.relative{
	position: relative;
}
.thumb.absolute {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: -webkit-fill-available;
	width: fill-available;
}

.no-scrollbars::-webkit-scrollbar {
  display: none;
}
.no-scrollbars {
  -ms-overflow-style: none;
  scrollbar-width: none; 
}
.scroll-list{
	overflow-x: scroll;
}
.scroll-list > *{
}

.text-nowrap {
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.font-regular,.font-300 {
	font-weight:300!important;
}

.font-normal,.font-400 {
	font-weight:400!important;
}

.font-medium,.font-500 {
	font-weight:500!important;
}

.font-semibold {
	font-weight:500!important;
}
.font-bold, 
.text-bold,
.bold{
	font-weight: bold !important;
}

.text-balance{
	text-wrap: balance !important;
}
.text-pretty{
	text-wrap: pretty !important;
}

.px{
	padding-inline: var(--px);
}

.w-100 {width: 100% !important;}

.w-full {
	width:100%!important;
}

.text-underline {
	text-decoration:underline;
}

.font-nowrap {
	white-space:nowrap;
}
.line-clamp{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.line-clamp-2{
	-webkit-line-clamp: 2;
}
.line-clamp-3{
	-webkit-line-clamp: 3;
}



::-moz-selection {
  background: var(--red);
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: var(--red);
  color: #ffffff;
  text-shadow: none;
}

:root {
	--white:#fff;
	--black:#000000;
	--darkgray: #242424;
	--gray: #565656;
	--lightgray: #CBCBCB;
	--text-color: #595959;
	--primary: #595959;
	--secondary: #ffffff;
	--red: #FF3542;
	--darkred: #E21F2A;
	--lightred: #FFF2F2;
	--alt: #FF3542;
	--px: 1em;
	--py: 3em;
	--main-font: "Manrope", Arial, sans-serif;
	--heading-font: "Sharp Grotesk PE Trial", arial, sans-serif;
	--header-height: 63px;
	--grid-limit: 1240px;
	--container-width: 1240px;
}

.text-red{
	color: var(--red) !important;
}
.bg-red{
	background-color: var(--red);
	color: #ffffff;
}
.text-hover-red:hover{
	color: var(--red);
}

html {
	height:100%;
	font-size: 15px;
}

body {
	font-family: var(--main-font);
	color:var(--text-color);
	background-color:var(--white);
	font-weight: 400;
	line-height: 1.4;
	-webkit-font-smoothing: antialiased;
}

strong,b {
	font-weight: bold;
}

a {
	color:var(--text-color);
	outline:none;
}

img,svg {
	max-width:100%;
	height:auto;
}

img.aligncenter {
	clear:both;
	display:block;
	margin:auto;
}

p {
	margin: 0 0 1.5em;
	text-wrap: pretty;
}


button,
.button,[type="submit"],
a.button,.has-buttons a {
	-webkit-appearance:none;
	-webkit-border-radius:0;
	outline:none;
	border:none;
	line-height:1;
	text-decoration:none;
	padding: 0.3em 1.4em;
	margin:0;
	text-align:center;
	transition:all .3s ease;
	white-space:nowrap;
	font-weight: 400;
	overflow:hidden;
	background-color: var(--red);
	border-radius: 2em;
	margin:  0;
	font-size: 1em;
	width: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	cursor: pointer;
}

.heading-font {
  font-family: var(--heading-font);
}
.title, .heading-font {
    font-family: var(--heading-font);
}

@media (min-width: 992px){
	:root {
		--px: 3em;
		--py: 4em;
	}
}

/****************************************************/
/* TOP BAR */
/****************************************************/

.topbar{
	background-color: var(--red);
	padding-block: .5em;
	position: relative;
	z-index: 1;
}

.topbar img{
	width: 17em;
	
}

@media (min-width: 992px){

		
	.topbar{
		padding-block: 1em;
	}
	
	.topbar img{
		width: 22em
	}

	
}

/****************************************************/
/* MAIN */
/****************************************************/


@media (min-width: 992px){
	
	#main{
	position: relative;
	}
	
}

/****************************************************/
/* HERO */
/****************************************************/

.hero-section{
    padding: calc(1.4*var(--py)) var(--px);
    margin-bottom: 13em;
}
.hero-section .title{.title, .heading-font {
    font-family: var(--heading-font);
};
}
.hero-section .title{
    font-size: 2.1em;
    margin: 0;
    line-height: 1.2;
    color: #ffffff;
}

.hero-filters{
	background-color: #ffffff;
	border-radius: 2em;
	padding: 1.6em;
	gap: 1.4em;
	position: relative;
	top: 13em;
	margin-top: -7em;
	box-shadow: 0px 4px 11.3px 0px #00000040;
	width: -webkit-fill-available;
	width: fill-available;
}
.filter-group{margin: 0 0 1em;}
.filter-group label{
	display: block;
	color: var(--red);
	margin-bottom: 0.3em;
	font-size: 1.05em;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.05em;
	text-align: left;
	white-space: nowrap;
}
.filter-group select,
.filter-group input{
	-webkit-appearance: none;
	background-color: #F0F0F0;
	border: 0.5px solid #C4C4C4;
	padding: 1.2em 1.3em;
	border-radius: 3em;
	color: #595959;
	display: block;
	width: 100%;
	transition: all .3s;
	outline: none;
	text-transform: uppercase;
	text-align: left;
}
.filter-group select{
	background-image: url(../img/svg/chevron_down.svg);
	background-repeat: no-repeat;
	background-position: 95% center;
}

.filter-group input::placeholder{
	font-weight: 300;
	text-transform: uppercase;
	color: #595959;
}

.hero-filters .search-button{
	display: flex;
	justify-content: center;
	width: -webkit-fill-available;
	font-size: 1.1em;
	padding: 0.7em;
	gap: 0.6em;
	align-items: center;
	cursor: pointer;
}
.hero-filters .search-button img{width: 1.7em;}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
    background: var(--red);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-color: var(--red);
}

@media (min-width: 992px){

	.hero-section{
	    margin-bottom: 7em;
	    padding-bottom: 0;
	    aspect-ratio: 1920/648;
	    position: relative;
	}
	.hero-section .title{
		max-width: 29em;
		font-size: 2.7em;
		padding-bottom: 3em;
	}
	
	.hero-filters{
		display: flex;
		gap: 1.2em;
		align-items: flex-end;
		justify-content: center;
		border-radius: 7em;
		top: 5em;
		padding: 1.8em 3em;
		margin: 0;
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 60%;
		min-width: 64em;
		font-size: 1em;
	}
	
	.hero-filters .filters{
		flex: 1 1 auto;
		gap: 1.8em;
	}
		
	.filter-group{margin: 0;flex: 1 1;}
	.filter-group label{
		display: block;
		color: var(--red);
		margin-bottom: 0.3em;
		font-size: 0.95em;
		font-weight: 800;
		line-height: 1.5;
		letter-spacing: 0.05em;
		text-align: left;
		white-space: nowrap;
	}
	.filter-group select,
	.filter-group input{
		padding: 1.2em 1.7em;
		border-radius: 3em;
		color: #595959;
		display: block;
		width: -webkit-fill-available;
		transition: all .3s;
		min-height: 50px;
		font-size: 1em;
	}
	.filter-group select:hover,
	.filter-group input:hover{
		-webkit-appearance: none;
		background-color: #E6E3E3;
	}
	
	
	.hero-filters .search-button{
		min-width: 50px;
		width: 3.3em;
		aspect-ratio: 1;
		transition: all .3s;
		border-radius: 50%;
	}
	.hero-filters .search-button:hover{
		background-color: #E21F2A;
		
	}
	.hero-filters .search-button img{width: 2.1em}
}



/****************************************************/
/* GENRE GALLERY */
/****************************************************/

.genre-section{
	padding-block: var(--py);
	margin-block: var(--py);
	position: relative;
}
.genre-section .genre-thumb{}
.genre-section .gallery{
	padding: 0;
	gap: 1em;
	justify-items: center;
}

.genre-section .item{
	aspect-ratio: .5;
	position: relative;
}

@media (min-width: 992px){
		
	.genre-section{
		padding-block: 8em;
		margin-block: var(--py);
	}
	.genre-section .gallery{
	}
	
	.genre-section .gallery .item{
		list-style: none;
		aspect-ratio: .6;
	}
}


/****************************************************/
/* FOOTER */
/****************************************************/


#footer{
	background-color: #FCFCFC;
	padding-top: 2rem;
	font-size: 0.9em;
}
.subfooter{
	background-color: #F2F2F2;
	padding-block: 2em 1em;
}
.icon-link{
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-weight: 800;
}
.icon-link img{
    margin-right: 0.3em;
}
.icon-link span{
	text-decoration: underline;
}
.social-links{
	padding: 0;
	gap: 1em;
}
.social-links li{
	list-style: none;
}
.social-links li a{}
.social-links li a img{
    width: 2.7em;
}
.social-links li a:hover img{
}

@media (min-width: 992px){
		
	.subfooter{
		padding-block: 1.4em;
		margin-top: 1.3em;
	}
}

/****************************************************/
/* EVENTS */
/****************************************************/


ul.events{
	padding: var(--px);
}
ul.events > li{
	position: relative;
	border-radius: 1.3em;
	padding: 1.3em;
	overflow: hidden;
}

ul.events > li{
    list-style: none;
    margin: 0 0 var(--px);
    position: relative;
}
ul.events > li:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgb(0 0 0 / 100%) 20%, transparent);
	transition: all .5s;
	opacity: 0.4;
}

ul.events > li .content{
	position: relative;
	aspect-ratio: 1;
	color: var(--white);
	z-index: 1;
}
ul.events > li .content .tags{
    display: flex;
    gap: 1em;
}
ul.events > li .content .tags .tag{
    background-color: #ffffff;
    padding: 0.4em 0.8em .2em;
    border-radius: 1.3em;
    font-weight: 800;
    color: var(--red);
    font-size: 0.9em;
}

ul.events > li .content .info{
    display: flex;
    gap: 1em;
    margin-bottom: 0.5em;
    align-items: center;
}
ul.events > li .content .info > *{
	border: 1px solid var(--white);
	padding: 0.3em 0.8em;
	border-radius: 1.3em;
	font-weight: 800;
	color: var(--white);
	font-size: 0.86em;
	-webkit-font-smoothing: antialiased;
	white-space: nowrap;
	align-items: center;
	display: flex;
	text-align: center;
	line-height: 1.2;
	align-items: ;
}
ul.events > li .content .tags .is-free{
    background-color: #FDCE2B;
    color: var(--red);
    font-weight: 800;
    line-height: 1;
    position: relative;
	padding: .5em;
}
ul.events > li .content .tags .is-free:before{
	content: '';
	position: absolute;
    background-color: #FDCE2B;
	width: 100%;
	left: 0;
	bottom: 100%;
	height: 2em;
}

ul.events > li .content .title{
    font-weight: 100;
    font-size: 1.4em;
    margin: 0.3em 0 0.5em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
ul.events > li .content .right-arrow{
	background-color: var(--red);
	border-radius: 3em;
	padding: 0em 0.6em;
	width: 3.6em;
	transition: all .3s;
}
ul.events > li:hover .content .right-arrow{
	background-color: var(--darkred);
}

@media (min-width: 992px){

		
	ul.events{
		gap: 1.5em;
	}
	ul.events > li{
		width: calc(50% - 1.13em);
		margin: 0;
		cursor: pointer;
		overflow: hidden;
	}
		
	ul.events > li:hover:after{
		opacity: 1;
	}
		
	ul.events > li .thumb{
		transition: all .4s;
	}
	ul.events > li:hover .thumb{
		transform: scale3d(1.04,1.04,1);
	}
}
@media (min-width: 1200px){
	
	ul.events > li{
		width: calc(33.3333% - 1.13em);
	}
}
@media (min-width: 1600px){
	
	ul.events > li{
		width: calc(25% - 1.13em);
	}
}
@media (min-width: 1920px){
	
	ul.events > li{
		width: calc(20% - 1.23em);
	}
}

/****************************************************/
/* FILTERS */
/****************************************************/



.filter-button{
	background-color: #FFF2F2;
	font-family: var(--heading-font);
	border: 1px solid #FFC7C7;
}

.event-filters{font-size: .85em;}
.event-filters .filters{
	gap: 1.2em;
	margin: 0;
	padding-block: 1rem;
}

.filter-group {
	position:relative;
}

.filter-group input[type="checkbox"],.filter-group input[type="radio"] {
	position:absolute;
	width:0;
	height:0;
	visibility:hidden;
	overflow:hidden;
	opacity:0;
}

.filter-group input[type="checkbox"] + label {
	position:relative;
	padding-left: 2em;
	display: inline-block;
	font-size: 0.9em;
	line-height: 1;
	margin: 0;
	background-color: var(--lightred);
	color: var(--red);
	border-radius: 6em;
	padding: 1em 1.1em 1em calc(1.1em + 1.85em);
	font-family: var(--heading-font);
	transition: all .3s;
	cursor: pointer;
	border: 1px solid #FFC7C7;
}

.filter-group input[type="checkbox"] + label:hover,
.filter-button:hover{
	border-color: var(--red);
}

.filter-group input[type="checkbox"] + label:before {
	content:'';
	position: absolute;
	left: 0.8em;
	top: 50%;
	transform: translateY(-50%);
	width: 1.4em;
	height: 1.4em;
	border-radius: 4px;
	background-color: #F8BDBD;
}

.filter-group input[type="checkbox"] + label:after {
	content:'';
	position:absolute;
	left: .8em;
	top: 50%;
	transform: translateY(-50%);
	width: 1.3em;
	height: 1.3em;
	background: url(../img/svg/ok.svg) no-repeat center center;
	border-radius: 0px;
	transition: all 0.2s;
	background-size: 110%;
	opacity: 0;
}

.filter-group input[type="checkbox"]:checked + label{
	background-color: var(--red);
	color: #ffffff;
}
.filter-group input[type="checkbox"]:checked + label:before{
	background-color: #D91C28;
}
.filter-group input[type="checkbox"]:checked + label:after {opacity: 1;}



.applied-filters{gap: 10px;display: flex;margin: 1em auto 2em;}
.applied-filters > *{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background-color: var(--red);
	color: #ffffff;
	gap: 1px;
	border-radius: 1.4em;
	padding: 0.4em 0.7em;
	font-weight: 800;
	font-size: 1em;
	transition: all .3s;
	cursor: pointer;
}
.applied-filters > *:hover{
	background-color: var(--darkred);
}
.applied-filters > *:before{
	content: '';
	width: 1.6em;
	aspect-ratio: 1;
	background: url(../img/svg/icon-cross.svg) no-repeat center center;
	background-size: 100%;
}
@media (min-width: 992px){
	
	.filter-button{
		margin-right: 1em;
		cursor: pointer;
	}
		
	.applied-filters{
		margin: 0 1rem;
	}
}

/****************************************************/
/* CUSTOM MODAL */
/****************************************************/

.custom-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow-y: scroll;
  padding-right: 1em;
  padding-left: 1em;
  padding-top: 3em;
  padding-bottom: 1em;
  z-index: 12;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 30px, 0);
}

.custom-modal > div {
  background: #fff;
  max-width: 20em;
  padding: 0;
  min-height: 0px;
  position: relative;
  height: auto;
  width: 100%;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  max-width: 590px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  font-size: 0.95em;
}

.custom-modal.active {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0px, 0);
}

.custom-modal .event-info{
    padding: 1.5em;
}
.custom-modal .event-info .close{
	width: 4.1em;
	margin: 0 0 1em;
	color: red;
	transition: all .4s;
}
.custom-modal .event-info .title{
    font-size: 2em;
    margin: 0 0 1em;
}
.custom-modal .event-info label{}
.custom-modal .event-info p{
    margin-bottom: 1em;
}

.custom-modal .event-info .submit-button{
	position: absolute;
	bottom: 0;
	left: 50%;
	padding: 0.3em 1.6em;
	gap: 1em;
	font-weight: 900;
	transform: translateX(-50%);
	margin-block: 2em;
	z-index: 4;
}

.custom-modal .event-info .submit-button img{
	width: 2.8em;
}

.custom-modal .gallery-content .owl-carousel .owl-nav .owl-next{
    right: 0;
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	width: 4.1rem;
	aspect-ratio: 1.2;
	background-image: url(../img/svg/owl-next.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size: 100%;
	border-radius: 50%;
	font-size: 0;
	opacity: 1;
	transition: all .3s;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	margin-inline: 1rem;
}
.owl-carousel .owl-nav > *:hover {
	opacity: 1;
}

.owl-carousel .owl-nav .owl-prev {
}

.owl-carousel .owl-nav .owl-next {
	transform: translateY(-50%) rotate(180deg);
	right: 0;
}
.owl-carousel .owl-nav .owl-next.disabled,.owl-carousel .owl-nav .owl-prev.disabled {
	opacity:0;
	visibility:hidden;
}

@media (min-width: 992px){
		
	
	.custom-modal > div {
	  border-radius: 1.2em;
	  justify-content: center;
	  align-items: center;
	  max-width: 80.5em;
	  position: relative;
	  padding-right: 0;
	  border-radius: 1.3em;
	  overflow: hidden;
	}
	
	.custom-modal .event-info{
	    padding: 2em calc(50% + 2em) 2em 2em;
	}
	.custom-modal .event-info .close{
		position: absolute;
		right: 0;
		z-index: 2;
		margin: 1em;
		top: 0;
	}
	.custom-modal .event-info .title{
	    font-size: 1.9em;
	    margin: 0 0 0.6em;
	}
	.custom-modal .event-info label{}
	.custom-modal .event-info p{}
	
	.custom-modal .event-info .submit-button{
		position: static;
		transform: none;
		margin-block: 0.5em;
	}
	.custom-modal .event-info .submit-button:hover{
		background-color: var(--darkred);
	}
	.custom-modal .event-info .submit-button:hover img{
		transform: translate3d(10px,0,0);
	}
	
	.custom-modal .event-info .submit-button img{
		width: 40px;
		transition: all .4s ease-out;
	}
		.custom-modal .event-info .submit-button span{}
	.custom-modal .gallery-content{
	    position: absolute;
	    right: 0;
	    top: 0;
	    width: 50%;
	    height: 100%;
	}
	
	.custom-modal .gallery-content .social{
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		z-index: 1;
		color: #ffffff;
	}
		.custom-modal .gallery-content .social-links{
	    justify-content: center;
	}
	.custom-modal .gallery-content .owl-carousel,
	.custom-modal .owl-carousel .owl-stage-outer,
	.custom-modal .owl-carousel .owl-stage,
	.custom-modal .owl-carousel .owl-stage .owl-item,
	.custom-modal .owl-carousel .owl-stage .item,
	.custom-modal .owl-carousel .owl-stage .item img{
	    height: 100%;
	}
	.custom-modal .gallery-content .owl-carousel .item img{
		object-fit: cover;
		object-position: center;
		}
	
}

@media(min-width: 1640px){
	body{
		font-size: 1.1em;
	}
}

@media(min-width: 1920px){
	body{
		font-size: 1.3em;
	}
}


/****************************************************/
/* LOADING EFFECTS */
/****************************************************/

.hero-section{
}
.hero-section .thumb{
    transition: all 1.8s;
    transform: scale3d(1,1,1);
    filter: blur(7px);
    opacity: 0;
}
.hero-section .title{
    transition: all 1.2s .5s ease;
    opacity: 0;
    transform: translate3d(0,10px,0);
}
.loaded .hero-section .thumb{
    transform: scale3d(1,1,1);
    filter: blur(0px);
    opacity: 1;
}
.loaded .hero-section .title{
    opacity: 1;
    transform: translate3d(0,0,0);
}
