@charset "UTF-8";
*{
	margin: 0;
	padding: 0;
	font-family:"Myriad Pro", "sans-serif";
}
.container{
	width: 100%;
	min-height: 100vh;
	height: 100%;
background:linear-gradient(to right, #9599E2, #D9AFD9);
	box-sizing: border-box;
	overflow: hidden;
	padding-bottom: 0px;
}

.navigation{
	width: 100%;
	display: flex;
	align-items: center;
}
.logo{
	width: 75px;
	cursor: pointer;
	margin: 30px 0;
	padding-left: 10px;
}
.menu-logo{
	width: 45px;
	margin-left: 10px;
	cursor: pointer;
	display: none;
}
nav{
	flex: 1;
	text-align: right
}
nav ul li{
	list-style: none;
	display: inline-block;
	margin-right: 30px;
}
nav ul li a{
	text-decoration: none;
	color: white;
	font-size: 18.3px;
	letter-spacing: 1px;
}
nav ul li a:hover{
	color:#FDC97B;
}
.content{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 100px 0;
}
.header {
	background:linear-gradient(to right, #9599E2, #D9AFD9);
	margin: 0px;

		padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 0px;
}

.column-1{
	flex-basis: 100%;
	margin-left: 10%;
	margin-right:10%;
	position: relative;
	
	text-align:center;
	
}
.column-1 h2{
	font-size: 35px;
	color:white;
}
.column-1 h4{
	font-size: 20px;
}
.column-1 p{
    font-size: 18px;
    letter-spacing: 0.8px;
	
    color:white;
   
   
    line-height: 27px;	
}
.column-1 h3{
	font-size: 25px;
	color:white;
	font-weight: 100;
	margin: 10px 0 20px;
	
}
.column-1 h4{
	margin: 31px 0;
	font-size: 20px;
	color:white;
}

button{
    width: 140px;
    border: 0;
    padding: 12px 10px;
    font-size: 16.5px;
    outline: none;
    color: aliceblue;
    background: linear-gradient(to right, #FAD7A1, 
#FEC163);
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
	letter-spacing: 0.6px;
	transition: width 0.5s;
}
button img{
	width: 18px;
	display: none;
}
button:hover img{
	display:block;
}
button:hover{
	width: 160px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	
}
.column-1::after{
	content: '';
	height: 57%;
	background:#FFFFFF;
	position: absolute;
	

}
.column-2{
	display: inline-flex;
}
.column-2{
	position: relative;
	flex-basis: 60%;
	width: 500px;
	height: 100%;
	display: flex;
	align-items: center;
}

.icons{
	margin-bottom: 7%;
	margin-top: 2%;
}

.title-heading{
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 8rem;
	color: black;
	margin-left: 7%;
	margin-right:7%;
}
.title-heading h3{
	font-size: 1.4rem;
	color: #EBBBCA;
}
.title-heading h1{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 2rem;
	color:#E699B1;
	margin: 1rem 0 0rem;

}

footer{
	width: 100%;
	position:absolute;
	margin-bottom: 0px;
	margin-top: 10%;
	padding-bottom:0px;

}
.foot-image{
	width: 100%;
	margin-bottom:0;
	padding-bottom:0;
	object-fit: cover;
	float: left;
	
}

.top1{
	width: 100%;

	margin: 0;
	float: left;
	position: absolute;
	bottom: 0;
	align-items: center;
}
.foot-top{
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 0px;
	text-align: center;
	margin-bottom: 0;
	align-items: center;

}
.footicons{
	margin-left: 27px;
	height: 25px;
	margin-bottom: 0;
}
.foot-bottom{
	width: 90%;
	padding-top: 0.3%;

	margin-left: 5%;
	border-top:1.5px white solid;
	

	color: white;
	text-align: center;
	word-spacing: 3px;

}


@media only screen and (max-width:700px){
	nav ul{
		width: 100%;
		background: linear-gradient(#2AF598, #85FFBD);
		position: absolute;
		top: 75px;
		right: 0;
		z-index: 2;
		filter:opacity(80%);
	}
	nav ul li{
		display: block;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	nav ul li a{
		color:white;
	}
	.menu-logo{
		display: block;
	}
	#menulist{
		overflow: hidden;
		transition: 0.5s;
		
	}
	.content{
		flex-direction:  column-reverse;
		margin: 50px 0;
	}
	.column-2{
		flex-basis: 100%;
		margin-bottom: 50px;
	}
	.column-2 .product{
		width: 77%;
	}
	.box{
		transform: translateX(75px);
	}
	.column-1{
		flex-basis: 100%;
	}
	.column-1 h2{
		font-size: 35px;
	}
	.column-1 h3{
		font-size: 15px;
	}
}






