
.head{
	position: relative;
	z-index: -1;
}
.hero-wrraper{
	/* position: absolute; */
	position: relative;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);	
}
.hero img{
	width: 100%;
	width: 280px;
	
}
.hero{
	width: 100%;
	position: absolute;
	display: flex;
	justify-content: center;
	top: 25%;
	text-align: center;
	align-items: center;
	
}
.hero-desc{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 25%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 62px;
	color: #fff;
	font-weight: 500;
}
.hero-title{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 25%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 42px;
	color: #fff;
	font-weight: 100;
	
}


@media only screen and (max-width : 480px){
	.hero img{
	
	width: 250px;
	
}

.hero-desc{
	font-size: 42px;
	top: 30%;
}
.hero-title{
	top: 30%;
	font-size: 32px;
}
} 


/* 
/* @media only screen and (max-width : 1240px){
.hero{
	top: 20%;
		
}
.hero-desc{
	top: 15%;	
}
.hero-title{
	top: 14%;		
}
}  */

/* @media only screen and (max-width : 1200px){
.hero{
	
	top: 23%;
		
}
.hero-desc{
	top: 16%;	
}
.hero-title{
	top: 16%;		
}
}  */






