.event-section-first-col h3,
.event-section-sec-col h3{
	font-family: 'Familjen Grotesk', sans-serif !important;
}
/*banner section css*/
.banner-section{
	width: auto !important;
	height: auto !important;
}
.banner-section{
	min-height: 600px !important;
}
.banner-section h1{
	font-weight: 400;
	line-height: 1.2;
}
.banner-section p{
	font-weight: 500;
}
.banner-section a.wp-block-button__link{
	padding: 10px 25px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}
.banner-section a.wp-block-button__link:hover{
	background-color: #fff !important;
    color: #FF6600 !important;
}
.banner-section .wp-block-group__inner-container{
	margin-left: 38%;
}

/*event section*/
.event-section p{
	font-weight: bolder !important;
}
.event-section h2{
	font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.2;
}
.event-section-first-col img, .event-section-sec-col img{
	opacity: 0.7;
    border-radius: 15px !important;
}
.event-section-first-col .wp-block-columns ,.event-section-sec-col{
	position: relative !important;
}
.event-section-first-col h3{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    right: 20px;
    letter-spacing: 0px;
}
.event-section-sec-col h3{
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0px;
}
.event-section-sec-col .wp-block-button__link{
	padding: 0;
	color: #ff6600 !important;
	background-color: transparent !important;
	font-weight: 500;
	letter-spacing: 0px;
}
.event-section-sec-col-text{
	position: absolute;
    left: 35px;
    bottom: 40%;
    right: 22%;
    top: auto;
}
.event-section .wp-block-columns{
	gap: 0em !important;
}
.event-section-sec-col-text img{
	width: auto !important;
}
.event-section{
	margin-left: 0% !important;
	margin-right: 0% !important;
}
.event-section  .event-section-first-col .wp-block-column {
	margin-bottom: 20px;
}
.event-section  .event-section-sec-col .alignfull img{
	height: 410px;
}  
/*responsive media*/
@media screen and (max-width: 720px) {
	.banner-section p{
		display: none;
	}
	.banner-section h1{
		font-size: 30px !important;
	}
	.banner-section .wp-block-group__inner-container{
		margin-left: 0;
	}
	.banner-section .wp-block-buttons{
		display: revert;
	}
	.event-section h2{
		font-size: 25px !important;
	}
	.event-section-sec-col p{
		display: none;
	}
	.event-section-sec-col-text{
		position: absolute;
	    left: 20% !important;
	}
	.event-section-sec-col h3{
		font-size: 22px !important;
	}
	.event-section-sec-col-text img{
		display: none;
	}
	.event-section-sec-col .wp-block-image,.event-section-first-col .wp-block-image{
		margin-right: 5rem !important;
    	margin-left: 5rem !important;
	}
	.banner-section{
		min-height: 300px !important;
	}
	.event-section-first-col{
		margin-bottom: 10px !important;
	}
	.event-section  .event-section-sec-col .alignfull img{
		height: auto;
		width: 100%;
	}
	.event-section  .event-section-sec-col .alignfull{
		
		max-width: 100%;
	}
	.event-section  .event-section-first-col figure{
		width: 100%;
	}
}
@media screen and (max-width: 992px) and (min-width: 767px) {
	.event-section-first-col{
	 	display: flex;
	 	margin-left: 10px !important;
	 	margin-right: 10px !important;
	}
	.event-section-first-col .wp-block-image{
	 	margin: 0 10px 3em;
	}
	.banner-section .wp-block-group__inner-container{
		margin-left: 10%;
	}
	.banner-section p{
		display: none;
	}
	.event-section-sec-col-text{
		bottom: 25%;
	}
	.banner-section{
		min-height: 300px !important;
	}
	.event-section-first-col{
		margin-bottom: 10px !important;
		flex-wrap: wrap;
	}
	.event-section 	.alignwide{
		margin-left: 0.5rem !important;
		margin-right: 0.5rem !important;
	}
}
@media screen and (max-width: 1024px) and (min-width: 1000px) {
	.event-section-sec-col-text{
		bottom: 50%;
	}
	.banner-section{
		min-height: 450px !important;
	}
}
@media screen and (max-width: 1200px) and (min-width: 782px){
	.event-section .event-section-sec-col .alignfull img{
		height: 300px;
	}
}
@media screen and (max-width: 781px) and (min-width: 721px){
	.event-section .event-section-sec-col .alignfull img{
		height: auto;
	}
}

