.box1 {
	background-image: url("https://static.wixstatic.com/media/2feeec_5fad5efbfdd0477cabfb3fe42e8d8173~mv2.jpg/v1/fill/w_952,h_1160,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/2feeec_5fad5efbfdd0477cabfb3fe42e8d8173~mv2.jpg");
	height: 1000px;
	background-repeat: no-repeat;
	width: 100%;
	position: static;
	background-attachment: fixed;

}

.box2 {
	background-image: url("https://static.wixstatic.com/media/2feeec_a6c484a2829348a0a846718c853f8435~mv2.jpg/v1/fill/w_952,h_1160,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/2feeec_a6c484a2829348a0a846718c853f8435~mv2.jpg");
	height: 1000px;
	background-repeat: no-repeat;
	width: 100%;
}

.box2 h1 {
	padding-top: 250px;
	padding-left: 50px;
	text-transform: capitalize;
	font-size: 52px;
	color: #F6F4E3;
}

.box2 p {
	color: #F6F4E3;
	padding-left: 50px;

	font-size: 20px;

}

.box2 a {
	display: block;
	padding-left: 50px;
	color: #F6F4E3;
}

.box3 {
	background-image: url("https://i0.wp.com/mydallasmommy.com/wp-content/uploads/2019/03/Capture-172.jpg?fit=589%2C625&ssl=1");
	height: 700px;
	margin-left: 300px;


	background-repeat: no-repeat;
}

.box4 {
	height: 420px;
	background-repeat: no-repeat;
	margin: auto;
	background-image: url("https://media.istockphoto.com/id/641035054/photo/young-two-man-standing-on-gray-wall.jpg?s=612x612&w=0&k=20&c=ETLyk3Y8fIl96jCn3KPNQaPlAmDUeULIJZeI5_Bli_E=");
}

a {
	
	display: inline;
	font-size: 20px;
	text-decoration: none;


}

.box5 h1 {
	text-align: center;
	color: #4A573E;
	font-weight: 300;
	padding: 70px;
}

.one {
	border: 5px solid white;
	height: 334px;
	width: 334px;
	background-size: cover;
	background-image: url("https://static.parastorage.com/services/instagram-cdn/1.691.0/assets/ig-templates-accounts/Editor/Loungewear%20Store/05.jpg");
}

.two {
	border: 5px solid white;
	height: 334px;
	width: 334px;
	background-size: cover;
	background-image: url("https://media.istockphoto.com/id/851952358/photo/most-stylish-twosome.jpg?s=612x612&w=0&k=20&c=8tCOODLStLgdiUYGndbUAR_h7NSGp6ZNFBmbaBO_n3I=");
}

.three {
	border: 5px solid white;
	height: 334px;
	width: 334px;
	background-size: cover;
	background-image: url("https://avatars.mds.yandex.net/i?id=b4124e6c02edf29a9c13cf70a0e48bd907ecd436-10639710-images-thumbs&n=13");
}

.four {
	border: 5px solid white;
	height: 334px;
	width: 334px;
	background-size: cover;
	background-image: url("https://jooinn.com/images/shopping-time-5.jpg");
}
.box5 h3{
	color: #4A573E;	
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
	padding-top: 40px;
	font-size: 32px;
}
.box5 p{
	color: #4A573E;	
	text-align: center;
	font-weight: 300;
	text-transform: lowercase;
	font-size: 18px;
	padding: 10px;
}
form{
	text-align: center;
}
form input{
	border: none;
background-color: transparent;
color: #4A573E;	
padding-right:120px ;
border-bottom: 1px solid red;
padding-bottom: 10px;


}
form button{
	border: none;
	background-color: transparent;
	color: #4A573E;	

	font-size: 20px;
}