@charset "UTF-8";

html,body {
	font-family: 'SourceSans3-Regular';
    font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border: 0;
	margin: 0;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0.01vw;
}
body{
	background-color: #fff;
	color: #1D1D1D;

}
@media(max-width:768px){
	html,body {
		font-size: 16px;
		line-height: 20px;
	}
}

.black_bg{
	background-color: #1d1c1b;
}

.font_bold, h1, h2, h3, h4, h5, h6{
	font-family: 'ITC_Bold';
    font-weight: 600;
}
.font_read_bold{
	font-family: 'SourceSans3-Bold.ttf';
}
.font_regular{
	font-family: 'ITC_Regular';
}
.font_italic{
	font-family: 'NyghtSerif-LightItalic';
}

.font_white{color: #fff;}
.font_green{color: #91C84C}
.font_orange{color: #DA4E1F}
.font_grey{ color: #6D6E71}

.big_title{
	font-size: 64px;
	line-height: 68px;
}
.big_testimony{
	font-size: 70px;
	line-height: 74px;
	margin: 0;
}

.uppercase{
	text-transform: uppercase;
}
#header-menu a{
	color: #000;
}
.page-template-temp_home #header-menu a{
	color: #fff;
}
.page-template-temp_home #header-menu a.active{
	color: #DA4E1F
}

a{
	color: #000;
}

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

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

/* TEXT */
.phrase{
	display: inline-block;
}
.phrase .word{
	display: inline-block;
}

.phrase .word .letter_mask{
	display: inline-block;
	overflow: hidden;
}

.phrase .word .letter_mask .letter{
	transform: translateY(5vw);
	display: inline-block;
	transition: all 800ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
	transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
}

.phrase .word .letter_mask .in.letter{
	transform: translateY(0vw);
}

.phrase .word .letter_mask{
	font-size: 11vw;
	line-height: 11vw;
}
.phrase .word .letter_mask .letter{
	font-size: 10vw;
	transform: translateY(12vw);
}

.text_hero .phrase .word .letter_mask .in.letter{
	transform: translateY(0);
}

.text_hero .phrase:nth-child(2){
	transform: translateY(-3vw);
}


.pagination ul{
	position: relative;
	display: flex;
	list-style: none;
	gap:2vw;
	justify-content: center;
	padding: 0;
	margin: 0;
}
.pagination ul a{
	text-decoration: none;
	color: #85754e;
	display: inline-block;
}
.pagination ul a.active{
	pointer-events: none;
	color: #fff;
	width: 30px;
	height: 30px;
	background-color: #85754e;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}


.orange_section{
	background-color: #DA4E1F;
	color:#fff;
}
.orange_section .content{
	padding: 10vh 0;
	width: 80%;
}
.orange_section .logo{
	position: relative;
	width: 100px;
}
.orange_section .content h3{
	font-size: 1.4rem;
	line-height: 1.6rem;
}

.two_cols{
	position: relative;
	width: 100%;
	display: flex;
	margin-bottom: 10vh;
}
.content_blocks_container .two_cols.inverted{
	flex-direction: row-reverse;
}
.two_cols .item{
	position: relative;
	width: 50%;
}
.two_cols .item .photo{
	width: 100%;
	aspect-ratio: 1/1;
}
.two_cols .item .photo img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.two_cols .item.right{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.two_cols .item .content{
	padding: 3vw;
}
.two_cols .item .title{
	font-size: 2.5rem;
	line-height: 2.6rem;
	margin-bottom: 20px;
}
.two_cols .item .text{
	margin-bottom:20px;
}
/* .two_cols .item .link a{
	background-color: #DA4E1F;
	color:#fff;
	display: inline-block;
	padding: 10px 45px;
	text-decoration: none;
	border-radius: 5px;
	text-transform: uppercase;
	font-family: 'SourceSans3-Bold.ttf';
} */


/* MENU */

#menu_logo{
	position: absolute;
	left: 30px;
	top: 22px;
	width: 200px;
	z-index: 101 !important;
	transform: translateY(0px);
	transition: all 1700ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
	transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}

#menu{
	position: absolute;
	right: 2vw;
	top: 0;
	display: flex;
	gap:2vw;
	z-index: 100;
}
#header-menu{
	position: absolute;
	right: 2vw;
	top: 0;
	z-index: 100;
}
#ul-header-menu{
	display: flex;
    list-style: none;
    gap:2vw;
    font-size: 1rem;
}
#header-menu a{
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.9rem;
	font-family: 'ITC_Bold';
}

.main_container{
	position: relative;
}

.section{
	position: relative;
	margin-top: 15vh;
}
.section_padding{
	padding: 0 10vw;
}
.section_title{
	position: relative;
	font-size: 3rem;
	line-height: 3rem;
}
.section_title:after{
	content: '';
	position: absolute;
	bottom: -20px;
	width: 86px;
	height: 1px;
	background-color: #85754e;
	left: calc(50% - 43px);
}
.outQuart{
	transition: all 1000ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
	transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
}
.inOutQuart{
	transition: all 1000ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
	transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}

.orange_btn, .white_btn, .green_btn{
	position: relative;
	display: inline-block;
	border: 1px solid #DA4E1F;
	color: #DA4E1F;
	border-radius: 3px;
	font-family: 'SourceSans3-Bold.ttf';
}
.orange_btn a, .orange_btn span,
.white_btn a, .white_btn span,
.green_btn a, .green_btn span{
	color: #000;
	padding: 7px 60px;
	/* font-size: 0.8rem;
	line-height: 0.8rem; */
	text-decoration: none;
	display: block;
	text-transform: uppercase;
}
.orange_btn.filled{
	background-color: #DA4E1F;
	color: #fff;
}
.orange_btn.filled a, .orange_btn.filled span{
	color: #fff;
}
.white_btn{
	background-color: #fff;
}
.white_btn a{
	color: #DA4E1F;
}

.green_btn{
	background-color: #74b81f;
}
.green_btn a{
	color: #fff;
}

#menu_btn{
	position: fixed;
	right: 16px;
	top: 10px;
	display: none
}

@media(max-width:1200px){
	#header-menu a{
	    font-size: 0.7rem;
	}
	#menu_logo {
	    left: 20px;
	    top: 14px;
	    width: 110px;
    }
}

@media(max-width:768px){
	.section_title {
	    position: relative;
	    font-size: 2rem;
	    line-height: 2rem;
	}

	#menu_btn{
		position: absolute;
		display: block;
		right: 16px;
		top: 15px;
		z-index: 101;
		width: 40px;
		cursor: pointer;
		width: 30px;
	}
	#menu_btn #burger_animation{
		pointer-events: none;
	}
	#header-menu {
	    display: block;
	    right: 0;
	    width: 0%;
	    height: 100dvh;
	    background: linear-gradient(45deg, rgba(30, 30, 30, 1) 0%, rgba(66, 66, 66, 1) 100%);
	    position: fixed;
	    transition: all 1000ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
		transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
	}
	#header-menu.in {
		width: 100%;
	}
	#header-menu a {
	    font-size: 3rem;
		line-height: 2.8rem;
	}
	#ul-header-menu {
	    display: flex;
	    list-style: none;
	    gap: 0vw;
	    font-size: 1rem;
	    position: absolute;
	    left: 0;
	    top: 0;
	    width: 100vw;
	    height: 100%;
	    flex-direction: column;
	    justify-content: center;
	    font-size: 2rem;
	    padding: 12vw 5vw;
	}
	#menu_logo {
	    left: 20px;
	    top: 14px;
	    width: 85px;
	}
	#ul-header-menu .menu-item{
		display: block;
		transform: translateX(5vw);
		opacity: 0;
		transition: all 1000ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
		transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
	}
	#ul-header-menu .menu-item.in{
		display: block;
		transform: translateX(0vw);
		opacity: 1;
	}
}

/*PRE FOOTER */
.pre_footer{
	position: relative;
	display: flex;
}
.pre_footer h1{
	font-size: 64px;
	line-height: 68px;
	margin: 0;
}
.pre_footer .left{
	width: 60%;
	padding: 0 2vw 0 10vw;
}
.pre_footer .right{
	width: 40%;
}

.pre_footer .photo{
	width: 100%;
	height: 100%;
}

.pre_footer .photo img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* FOOTER */
.footer{
	position: relative;
	padding: 10vh 2vw 25vh;
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
	background-color: #1C1C1C;
	color: #fff;

}

.footer .column_container{
	display: flex;
}

.footer .column{
	width: 25%;
}

.footer .column .logo{
	width: 80%;
}
.footer .column h2{
	margin: 0;
}

.footer .column a{
	display: block;
	color: #fff;
	text-decoration: none;
}
.footer .column.rss_container{
	display: flex;
	justify-content: space-evenly;
}
.footer .column.rss_container a{
	display: inline-block;
}

.footer .copyright{
	position: absolute;
	 right: 2vw;
	 bottom: 2vw;
}

@media(max-width:768px){

}

/* COOKIES */
#cookies-footer{
	display: none;
}

/* HERO SLIDER */

.hero_container{
	position: relative;
	width: 100vw;
	max-width: 100%;
	height: 100vh;
	background-image: url("../assets/motorclub_isotype_gold.svg");;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 25%;
}
.hero_container:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 30%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.hero_container .slides{
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.hero_container .slide{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
	z-index: 1;
	gap:0vh;
	padding:3vw;
}
.hero_container .slide:after{
	content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    z-index: 1;
    opacity: 0;
	pointer-events: none;
    transition: opacity 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
	transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.5+100 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.hero_container .slide.in:after{
	opacity: 1;
}

.hero_container .slide_logo{
	width: 80%;
	display: inline;
}
.hero_container figure{
	margin: 0 0 10px;
}

/* FEATURED IMAGE & SINGLE VIDEO */
.hero_container .slide .featured_image,
.hero_container .slide .single_video{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0;
	transition: all 1000ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
	transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */

}
.hero_container .slide .featured_image.in,
.hero_container .slide .single_video.in{
	opacity: 1;
}

.hero_container .slide .featured_image img,
.hero_container .slide .single_video video{
	position: relative;
	width: 100%;
	height: 100%;
	object-fit:cover;
}


/* TWO IMAGES & TWO VIDEOS */

.hero_container .slide .columns{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
}
.hero_container .slide .columns .left,
.hero_container .slide .columns .right{
	position: relative;
	width: 50%;
	height: 100%;
	opacity: 0;
	transition: all 1000ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
	transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}

.hero_container .slide .columns .left img,
.hero_container .slide .columns .right img,
.hero_container .slide .columns .left video,
.hero_container .slide .columns .right video{
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.hero_container .slide .columns .left:hover,
.hero_container .slide .columns .right:hover{
	width: 52%;
}
.hero_container .slide .columns.in .left,
.hero_container .slide .columns.in .right{
/* 	height: 100%; */
	opacity: 1;
}
.hero_container .slide .columns.in .left{
	top: 0;
	left: 0;
}
.hero_container .slide .columns.in .right{
	bottom: 0;
	right: 0;
	transition-delay: 100ms;
}

.hero_container .slide .type{
	position: relative;
	font-size: 1.5rem;
	line-height: 1.5rem;
	z-index: 2;
	color: #fff;
	overflow: hidden;
	margin-right: 1rem;
	margin-bottom: 0.5rem;
}
.hero_container .slide .type .type_mask{
	position: relative;
	text-align: center;
	transform: translateY(2.8rem);
	transition: all 1000ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
	transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}
.hero_container .slide .type.in .type_mask{
	transform: translateY(0rem);
}
.hero_container .slide .title{
	position: relative;
	z-index: 2;
	color: #fff;
	font-size: 2rem;
	line-height: 2.1rem;
	text-align: right;
	width: 100%;
	max-width: 700px;
}
/* .hero_container .slide .title:after{
	content: '';
	position: absolute;
	bottom: -30px;
	width: 0%;
	height: 1px;
	background-color: #FFF;
	left: 50%;
	transition: all 1000ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart * /
	transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart * /
}
.hero_container .slide .in.title:after{
	left: 37.5%;
	width: 25%;
} */

.hero_container .slide .title .phrase .word .letter_mask .letter{
	transform: translateY(4.5rem);
}
.hero_container .slide .title .phrase .word .letter_mask .letter.in{
	transform: translateY(0px);
}

.hero_container .slide .title p{
	margin: 0;
	padding: 0;
}
.hero_container .slide .button{
	position: relative;
	z-index: 2;
	margin-top: 5px;
	opacity: 0;
	transform: scale(0.7) translateY(15px);
	transition: all 1000ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
	transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}
.hero_container .slide .in.button{
	opacity: 1;
	transform: scale(1) translateY(0px);
}
.hero_container .slide .in.button.disabled{
	opacity: 0;
    pointer-events: none;
}

.hero_container .slide_titles{
	position: absolute;
	font-size: 0.8rem;
	left: 0;
	bottom: 3vw;
	z-index: 2;
	opacity: 0;
	transition: opacity 1000ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
	transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}
.hero_container .slide_titles.in{
	opacity: 1;
}
.hero_container .slide_titles .title{
	position: relative;
	color: #fff;
	padding-left: 25px;
	opacity: 0.5;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
	cursor: pointer;
	transition: all 1000ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
	transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}
.hero_container .slide_titles .title.active{
	opacity: 1;
}
.hero_container .slide_titles .title:before{
	content: '';
	position: absolute;
	left: 0;
	width: 0px;
	height: 1px;
	background-color: #fff;
	top: 50%;
}
.hero_container .slide_titles .active.title:before{
	width: 20px;
	transition: all 1000ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
	transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}


/* TEXT HERO */

.text_hero{
	position: relative;
	width: 100vw;
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-self: center;
	height: 80dvh;
	padding: 10vw;
	opacity: 0;
}
.text_hero.in{
	opacity: 1;
}

.text_hero .content{
	position: relative;
	text-align: center;
}

.text_hero .text{
	opacity: 0;
	transition: opacity 1000ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
	transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}
.text_hero .text.in{
	opacity: 1;
}


/* news */
.news_colums{
	position: relative;
	padding: 0 7vw;
}

.news_colums .section_title{
	margin-bottom: 10vh;
}

.news_colums .columns_container{
	position: relative;
	display: flex;
	gap:4vw;
}
.news_colums .columns_container .column{
	width: 25%;
}

.news{
	position: relative;
	width: 100%;
	overflow: hidden;
	transform: scale(1);
	box-shadow: 0 10px 30px rgba(0,0,0,0);
}
.news:hover{
	transform: scale(1.1);
	box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}
.news .image{
	width: 100%;
	aspect-ratio:2/3.5;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.news .title{
	position: relative;
	padding: 25px 0px;
	text-transform: uppercase;
	font-size: 1.2rem;
	line-height: 1.2rem;
	z-index: 1;
}
.news:hover .title{
	opacity: 0;
}

.news .image img{
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.news .info{
	position: absolute;
	left: 0;
	height: 0%;
	bottom: 0%;
	z-index: 2;
	text-align: center;
	overflow: hidden;
	display: flex;
    align-items: flex-end;
}
.news:hover .info{
	height: 60%;
}
.news .info .info_container{
	position: relative;
	padding: 40px 20px;
	background-color: #fff;
	transform: translateY(-10px);

}
.news:hover .info .info_container{
	transform: translateY(0px);
}

.news .info .title{
	opacity: 1;
	padding: 0;
}
.news .info .title h3{
	font-size: 1.2rem;
	line-height: 1.3rem;
	text-transform: uppercase;
	margin: 0 0 15px;
}
.news .info .excertp{
	font-size: 1rem;
	line-height: 1rem;
	margin-bottom: 10px;
}
.news .info .button{
	text-align: center;
	padding: 20px 0;
}

.news_colums .more_container{
	position: relative;
	text-align: center;
	margin-top: 5vh;
	margin-bottom: 10vh;
}

@media(max-width:1200px){
	.news_colums .columns_container{
		flex-wrap: wrap;
	}
	.news_colums .columns_container .column{
		width: 45%;
	}
	.news .image {
    	aspect-ratio: 2 / 3;
    }
}

@media(max-width:768px){
	.news_colums .columns_container{
		gap:0;
	}
	.news_colums .columns_container .column{
		width: 100%;
		margin-bottom: 8vw;
	}
	.news .info{
		display: none;
	}
	.news:hover{
		transform: scale(1);
		box-shadow: 0 0px 0px rgba(0,0,0,0);
	}
	.news:hover .title {
    	opacity: 1;
	}
}
