*{
	margin:0;
	padding: 0;
	box-sizing: border-box;
}

img{
	width: 100%;
}

:root{
  --color-main-light: #F1DADA;
  --color-main-medium: #E3B5B5;
}

/*LOAD*/
.intro {
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 900;
}
.slider {
  background: var(--color-main-medium);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  transform: translateY(100%);
  z-index: 1000;
}

.intro_logo{
	position: absolute;
	top: 40%;
	left: 46%;
	width: 8vw;	
	z-index: 901;
}

.hide{
	background: white;
	border-radius: 50%;
	position: absolute;
	top: 40%;
	left: 40%;
	width: 20vw;
	height: 20vw;
	z-index: 905;	
}

.intro_logo img{
	width: 100%;
}

@media(max-width: 500px){

.intro_logo{
	position: absolute;
	top: 40%;
	left: 40%;
	width: 20vw;	
}

.hide{

	top: 40%;
	left: 30%;
	width: 40vw;
	height: 40vw;
	z-index: 905;	
}

}


/*PARALLAX*/
.parallax{
	position: relative;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(../img/home/bg.png);
	background-size: cover;
}

.parallax img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	object-fit: cover;
}

.guide{
	position: absolute;
	top: 80vh;
	left: 50vw;
	width: 30px;
	height: 30px;
	transform: translateX(-50%);
	
}



/*BANNER TEXT*/


.banner_text {
	position: absolute;
	top: 40%;
	left: 0;
	margin: 0;
	padding-left: 150px;
}

.banner_text h1{
	color: rgba(0, 0, 0, 0.6);
	font-size: 3rem;
	font-family: Tapestry, cursive;
	font-family: 'Permanent Marker', cursive;
	font-weight: 400;
	padding-bottom: 0.5em;
}

.banner_text p{
	color: rgba(0, 0, 0, 0.7);
	font-size: 1.2rem;
	font-family: raleway;
	font-weight: 400;
	line-height: 1.5em;
	letter-spacing: 1px;
}

@media (max-width: 1400px){
.banner_text{
		top: 25%;
		
	}
.parallax img{
	height: 100vh;
	width: 178vh;
	left: -80vh;
}
}

@media (max-width: 500px){

	.parallax img{
	height: 100vh;
	width: 178vh;
	top: 0;
	left: -92vh;


}
	.banner_text{
		top: 25%;
		padding-left: 30px;
	}

	.banner_text h1{
		font-size: 1.5rem;
	}

	.banner_text p{
		font-size: 0.8rem;
	}
}





/*FEATURE PROJECTS*/
.features{
	padding: 60px 0;
}

.features a{
	text-decoration: none;
	color: #111;
}

.features h2{
	text-align: center;
	font-size: 2.5rem;
	font-family: 'Permanent Marker', cursive;
	color: rgba(0, 0, 0, 0.6);
	font-weight: 500;
	padding: 40px 0;
}

.feature{
	width: 80vw;

	margin: 0 auto;
	padding: 60px 0;
	justify-content: center;
	align-items: center;
}

.feature_pic{
	
	transition: all 0.6s ease;
}

.feature_pic img{
	width: 90%;
	border-radius: 2rem;
	transition: all 0.6s ease;
}

.feature_pic video{
	width: 90%;
	border-radius: 2rem;
	transition: all 0.6s ease;
}

.feature_pic video:hover{

}



.feature_text{
	font-family: poppins;
	justify-content: center;
	align-items: center;
}
.feature_text h3{
	font-size: 2rem;
}
.feature_text p{

	margin-bottom: 3em;
	font-size: 0.8rem;
	color: rgba(0, 0, 0 0.6);
}
.tags{
	display: flex;
	font-size: 0.9rem;
	color: var(--color-main-medium);
	font-weight: 700;
	margin: 1.5em 0;
}
.tag{
	display: flex;
	align-items: center;
}
.tag_decor{
	width: 2px;
	height: 12px;
	margin: 0 1em;
	background-color: var(--color-main-light);
}



.feature_button{
  position: relative;
  padding: 14px 20px;
  transition: all .2s ease;
}


.feature_button:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 24px;
    background: var(--color-main-light);
    width: 48px;
    height: 48px;
    transition: all .3s ease;
}

.feature_button span{
    position: relative;
    font-size: 0.9rem;
   	font-family: raleway;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    vertical-align: middle;
    transition: all 0.3s ease;
}

.feature svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #111;
  stroke-width: 2;
  transform: translateX(-2px);
  transition: all 0.3s ease;
}

.feature_button:hover:before {
  width: 100%;
  
}
.feature_button:hover svg {
  transform: translateX(0);
}

.feature_button:hover span {
  letter-spacing: 4px;
}
.feature_button:active {
  transform: scale(0.96);
}

@media(max-width: 500px){

.features h2{

	font-size: 1.8rem;
	padding-bottom: 40px;
}


.tags{
	font-size: 0.8rem;
}
.feature{
	padding: 40px 0;

}

.feature_pic video, .feature_pic img{
	width: 100%;
	border-radius: 1rem;
}

.feature_text h3{
	font-size: 1.2rem;
}
}