@import url('https://fonts.googleapis.com/css2?family=Alata&family=Outfit&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alata&family=Josefin+Sans:wght@300&family=Outfit&display=swap');
*{
	box-sizing: border-box;
	margin: 0;
	padding: 0
}
body{
	font-family: alata;
	font-size:15px;
}
.container{
	position: relative;

}
.inner-container{
	position: absolute;
	top: 8%;
	width: 100%
}
.nav-bar{
		width: 85%;
		margin: 0 auto
	}
.nav-bar .logo{
	float: left;

}
.nav-bar .link{
	float:right;
	display: block;
	overflow: hidden;

}
.nav-bar .link a{
	text-decoration: none;
	color: white;
	padding:  10px;
	float: left;
	
}
.nav-bar .link a:hover .sp{
	border-bottom: 3px solid white
}
.side-bar .link a:hover .sp{
	border-bottom: 3px solid white
}
.banner-mobile{
	display: none
}
.menu{
	float: right;
	width: 13%;
	padding: 5px;
	display: none

}
.text{
	text-transform: uppercase;
	padding:35px;
	border: 2px solid white;
	clear: left;
	color: white;
	font-weight: normal;
	margin-left: 7%;
	margin:;
	font-size: 44px;
	width: 45%;
	margin-top: 10%;
	font-family: Josefin Sans

}
.main-sec{
	width: 85%;
	margin: 0 auto;
	margin-top: 100px;
	color: black;
	margin-bottom: 800px;
	display: block
}
.about{
	position: relative;
}
.main-sec .write{
	background-color: white;
	position: absolute;
	left:38%;
	top: 33%;
	padding: 60px;
}
 .write p{
	line-height: 25px;
	font-weight: bold;
	color: hsl(0, 0%, 55%)
}
.main-sec .write h1{
	font-size: 37px;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-family: Josefin Sans
}
.creation{
	margin-top: 300px;
	clear: left
}
.main-sec .creation .heading{
	letter-spacing: 2px;
	font-weight: normal;
	font-size: 25px;
	float: left;
	font-family: Josefin Sans
}
.creation .team h1{
	letter-spacing: 2px;
	font-weight: normal;
	font-size: 27px;
	float: left
}

.creation a{
	float: right;
	color: black;
	border:1px solid black;
	text-decoration: none;
	padding: 5px 30px;


}
.creation a:hover{
	background-color: black;
	color: white
}
.main-sec .team{
	margin: 1.5%;
	width: 22%;
	
	color: white;
	float: left;
	position: relative;


}
.team:hover img{
	opacity: 0.5;
	color: black
}
.team:hover .team{
	color: black
}
.team h1{

	left:15%;
	position: absolute;
	bottom: 25px;
	text-transform: uppercase;
	font-family: Josefin Sans;
	
}
.mobile-sec{
	width: 85%;
	margin: 0 auto;
	margin-top: 60px;
	color: black;
	margin-bottom: 1100px;
	display: none
}
.mobile-sec .write{
	text-align: center;
	padding: 20px;
	margin-bottom: 0
}
.mobile-sec .write h1{
	font-size: 28px;
	text-transform: uppercase;
	margin: 30px;
	font-family: Josefin Sans
}
.mobile-sec .team{
	
	width: 100%;
	color: white;
	float: left;
	position: relative;
	margin-top: 10px;


}
.mobile-sec .team h1{
	left: 8%;
	width: 48%;
	font-size: 20px
}
.mobile-sec .creation{
	margin-top: 80px;
}
.mobile-sec .creation .heading{
	text-align: center;
	font-family: Josefin Sans;
	font-size:30px;
	margin-bottom: 40px;
	letter-spacing: 5px;
}
.creation .see{
	font-size: 15px;
	float:left;
	text-align: center;
	padding: 10px;
	letter-spacing: 3px;
	padding:12px 50px;
	margin-top: 40px;
	margin-bottom: 40px;
}
/*SIDEBAR SECTION STARTS*/
.side-bar{
	background-color: black;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 1;
	display: none
}
.bar{
	width: 80%;
	margin: 0 auto;
	margin-top: 7%
}
.side-bar .logo{
	float: left
}
.close-menu{
	float: right;
	width: 11%;
	padding: 0;
	

}
.side-bar .bar .link{
	clear: left;
	padding-top: 120px


}

.side-bar .link a{
	text-decoration: none;
	color: white;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: block;
	padding: 2.5%;
	font-size: 22px;

}
/*SIDEBAR SECTION ENDS*/
footer{
	background-color: black;
	clear: left;
	padding: 50px;
	padding-left: 8%;
	padding-right: 8%;
	color: white
}
footer .logo{
	float: left;
	margin-bottom: 20px;
}
footer .link{
	display: block;
	clear: left;
}
footer .link a{
	text-decoration: none;
	color: white;
	padding:  25px;
	padding-left: 0;
	
}
footer .link a:hover .sp, footer .img-container img:hover{
	border-bottom: 3px solid white
}
footer .left{
	float: left
}
footer .right{
	float: right;
	text-align: right
}
footer .right p{
	color: hsl(0, 0%, 55%)
}
footer .img-container{
	margin-bottom: 20px
}
footer .img-container img{
	padding: 5px
}
@media screen and (max-width: 470px){
.main-sec{display: none}
.team{
	width: 100%
}
.nav-bar .link{
	display: none
}
.banner{
	display: none
}
.banner-mobile{
	display: block
}
.text{

	padding:20px;
	border: 2px solid white;
	clear: left;
	color: white;
	font-weight: normal;
	margin-left: 10%;
	
	font-size: 40px;
	width: 82%;
	margin-top: 180px
}
.inner-container{
	top: 4%
}
.menu{
	display: block
}
.nav-bar{
	width: 85%
}
.mobile-sec{
	display: block
}
footer{
	text-align: center;
	clear: left;
	overflow: hidden;
}
footer .logo{
	width: 100%;
	float: right;
	padding: 50px;
	padding-top:30px;
	padding-bottom: 30px;
}
footer .left{
	width: 100%;
	clear: left
}
footer .right{
	width: 100%;
	text-align: center;
	clear: right
}
footer .link a{
	display: block;
	padding: 10px;
}
footer .img-container{
	margin-top: 20px;
}
}