@charset "UTF-8";

.hero{
	position: relative;
	width: 100vw;
	height: 100vh;
}

.motorclub_slide{
	
}

.lifestyle{
	padding: 10vh 0;
	box-sizing: border-box;
}

.lifestyle .section{
	margin: 0 auto;
	position: relative;
	padding: 10vh 0;
}

.lifestyle_big_title{
    font-size: min(45px, 6vw);
    line-height: min(52px, 6.2vw); 
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    letter-spacing: 3px;
    margin-bottom: 100px;
}

#lifestyle_0, #lifestyle_3{
	width: 100%;
	max-width: 1100px;	
}

#lifestyle_0 .paragraph,
#lifestyle_3 .paragraph {
	text-align: center;
	width: 90%;
	position: relative;
	margin: 0 auto;
}

.lifestyle p {
    position: relative;
    font-size: min(21px, 6vw);
    letter-spacing: 1px;
}


#lifestyle_1{
	display: flex;
	width: 80%;
	gap:5vw;
	align-items: center;
}
#lifestyle_1 .text{
	width: 55%;
}
#lifestyle_1 .image{
	width: 40%;
	object-fit: cover;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 100%;
    -webkit-mask-image: url(../img/home/mask_arrow_right.png);
    -webkit-mask-repeat: no-repeat;
}
#lifestyle_1 .image img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
#lifestyle_1 .lifestyle_big_title{
	text-align: left;
	margin-bottom: 30px;
}


#lifestyle_2{
	display: flex;
	width: 80%;
	gap:0vw;
	align-items: center;
}
#lifestyle_2 .text{
	width: 50%;
}
#lifestyle_2 .image{
	width: 50%;
	object-fit: cover;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 100%;
    -webkit-mask-image: url("../img/home/masterplan_mask.png");
    -webkit-mask-repeat: no-repeat;
    transform: translateX(-2.5vw);
}
#lifestyle_2 .image img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}

#lifestyle_4{
	padding: 0;
	margin-bottom: -15vh;
}

#lifestyle_4 .image{
	position: relative;
	width: 100%;
	margin: 0 auto;
	object-fit: cover;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: 0 30%;
    mask-position: 0 30%;
    -webkit-mask-size: 100%;
    -webkit-mask-image: url("../img/motorclub/bars_mask.png");
    -webkit-mask-repeat: no-repeat;
}

#lifestyle_4 .image img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}


.motorclub_mobile_intro {
    display: none;
}

@media(max-width:1200px){
	#lifestyle_0, #lifestyle_3 {
	    width: 80%;
	}
	.slider .slide .text{
		width: 70%;
	}
	.slider .slide .text .paragraph{
		max-width: initial;
	}
	.lifestyle {
    	padding: 10vh 0;
    }
}

@media(max-width:768px){
	.lifestyle .section {
 	   padding: 5vh 0;
	}
	#lifestyle_1{
		display: block;
		width: 80%;
	}
	#lifestyle_2{
		flex-direction: column-reverse;
	}
	#lifestyle_1 .lifestyle_big_title {
    	text-align: center;
    	margin-bottom: 50px;
    }
	#lifestyle_1 .text,
	#lifestyle_2 .text {
    	width: 100%;
    	text-align: center;
    	margin-bottom: 50px;
	}
	#lifestyle_1 .image,
	#lifestyle_2 .image{
		width: 100%
	}
	.motorclub_mobile_intro {
	    display: block;
	    color: #85754e;
	    font-family: futura-pt, sans-serif;
	    font-weight: 400;
	    font-size: min(21px, 6vw);
	    padding: 3rem 20px 3rem;
	    text-align: center;
	    width: 80%;
	    margin: 0 auto;
	}
	.motorclub_mobile_intro .title {
	    font-family: futura-pt, sans-serif;
	    font-weight: 600;
	    font-style: normal;
	    font-size: min(55px, 10vw);
	    margin-bottom: 50px;
	}
	.motorclub_mobile_intro .paragraph p {
	    margin: 0;
	    padding: 0;
	}
	
	.hero{
		height: 35vh;
	}
	.slider .slide .text, .slider .slide:after{
		display: none;
	}
	.lifestyle {
    	padding: 5vh 0 20vh;
    }
    #lifestyle_4 {
    	margin-bottom: -10vh;
	}
	
}

