body{
	padding: 0;
	margin: 0;
	font-family: 'Josefin Sans', sans-serif;
	box-sizing: border-box;
	background-image: url("pictures/alt.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}
.first{
	height: 100vh;
	width: 100%;
}
header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 45px;
    padding-left: 8%;
    padding-right: 8%;
}

.logo{
	color: white;
	font-size: 35px;
	letter-spacing: 1px;
	cursor: pointer;
}
span{
	color: #f9004d;
}
header ul li{
	list-style-type: none;
	display: inline-block;
	padding: 10px  25px;
}
header ul li a{
	color: white;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
}
header ul li a:hover{
	color: #f9004d;
	transition: .4s;
}
.btn{
	background-color:#f9004d;
	color: white;
	text-decoration: none;
	border: 2px solid transparent;
	font-weight: bold;
	padding: 10px 25px;
	border-radius: 30px;
	transition: transform .4s;
}
.btn:hover{
	transform: scale(1.2);
}
.main img{
	width: 250px;
	height: 350px;
	display: inline-block;
	position: center;
	transition: transform .2s;
	margin: 25px 0 0 10px;
	border-radius: 15px;
}
.main img:hover{
	transform: scale(1.3);
}
blockquote{
	margin-top: 50px ;
	padding: 0;
	text-align: center;
	color: #f9004d;
}
#al{
	font-size: 16px;
	font-style: italic;
	color: black;
}
.about {
	width: 100%;
	height: 100vh;
	padding: 100px 0;
	background-color: #191919;
}
.about img{
	height: auto;
	width: 430px;
}
.about-text{
	width: 550px;
}
.main{
	width: 1130px;
	max-width: 95%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.about-text h2{
	color: black;
	font-size: 75px;
	text-transform: capitalize;
	margin-bottom: 20px;
}
.about-text h5{
	color: white;
	letter-spacing: 2px;
	font-size: 22px;
	margin-bottom: 25px;
	text-transform: capitalize;
}
.about-text p{
	color: #fcfc;
	letter-spacing: 1px;
	line-height: 28px;
	font-size: 18px;
	margin-bottom: 45px;
}
button{
	background-color:#f9004d;
	color: white;
	text-decoration: none;
	border: 2px solid transparent;
	font-weight: bold;
	padding: 13px 30px;
	border-radius: 30px;
	transition: .4s;
}
button:hover{
	background-color: transparent;
	border: 2px solid #f9004d;
	cursor: pointer;
}
.service{
	width: 100%;
	padding: 45px 0;
}
.title h2{
	color: white;
	font-size: 75px;
	width: 1130px;
	margin: 10px auto;
	text-align: center;
}
.box{
	display: flex;
	justify-content: center;
	align-items: center;

}
.card{
	height: 300px;
	width: 335px;
	padding: 20px 35px;
	background: #191919;
	border-radius: 15px;
	margin: 5px;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.card i{
	font-size: 50px;
	display: block;
	text-align: center;
	margin: 25px 0;
	color: #f9004d;

}
h5{
	color: white;
	font-size: 23px;
	margin-bottom: 10px;
}
.pra p{
	color: #fcfc;
	font-size: 16px;
	line-height: 27px;
	margin-bottom: 25px;
}
.card .button{
	background-color:#f9004d;
	color: white;
	text-decoration: none;
	border: 2px solid transparent;
	font-weight: bold;
	padding: 9px 22px;
	border-radius: 30px;
	transition: .4s;
}
.card .button:hover {
	background-color: transparent;
	border: 2px solid #f9004d;
	cursor: pointer;
}
#Beauty{
	background-image: url("pictures/12.jpg");
	background-size: cover;
	background-position: center;
}
#Event{
	background-image: url("pictures/ANU_998203.jpg");
	background-size: cover;
	background-position: center;
}
#Fashion{
	background-image: url("pictures/owanbe-collab6.jpg");
	background-size: cover;
	background-position: center;
}
#Story{
	background-image: url("pictures/DSC_0155.jpg");
	background-size: cover;
	background-position: center;
}
#manipulation{
	background-image: url("pictures/AO7 WP4.jpg");
	background-size: cover;
	background-position: center;
}
footer{
	position: relative;
	width: 100%;
	height: 400px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
footer p:nth-child(1){
	font-size: 30px;
	color: white;
	margin-bottom: 20px;
	font-weight: bold;
}
footer p:nth-child(2){
	color: white;
	font-size: 17px;
	width: 500px;
	text-align: center;
	line-height: 26px;
}
.social{
	display: flex;
}
.social a{
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	background:  #f9004d;
	border-radius: 50%;
	margin: 22px 10px;
	color: white;
	text-decoration: none;
	font-size: 20px;
}
.social a:hover{
	transform: scale(1.3);
	transition: .3s;
}
.end{
	position: absolute;
	color:#f9004d;
	bottom: 35px;
	font-size: 14px;
}

