@charset "UTF-8";
*{
	margin: 0;
	padding: 0;
	font-family:"Myriad Pro", "sans-serif";
}
.container{
	width: 100%;
	min-height: 100vh;

	box-sizing: border-box;
	overflow: hidden;
}

.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, #8BC6EC, #9599E2, #D9AFD9);
	margin: 0px;
		padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 0.1%;
}

.column-1{
	flex-basis: 100%;
		padding-left: 5%;
	padding-right: 5%;
	position: relative;
	margin-left: 0px;
}
.column-1 h2{
	font-size: 50px;
	color:#FFDEE9;
}
.column-1 p{
	font-size: 17px;
	letter-spacing: 0.8px;
	color:white;
}
.column-1 h3{
	font-size: 30px;
	color:white;
	font-weight: 100;
	margin: 20px 0 10px;
}
.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{
	position: relative;
	flex-basis: 60%;
	width: 500px;
	height: 100%;
	display: flex;
	align-items: center;
}
.experience{
	padding: 0;
	margin-top: 8%;
	margin-bottom: 10%;
}
.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;

}

.grid{
	display:block;
	grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
	grid-gap: 2.6rem;
	margin-left: 7%;
	margin-top: 0%;
	margin-right:7%;
}
.grid-item{
	height: 21rem;
	padding: 1rem;
	padding-top: 0px;
	color: black;
	position: relative;
	align-items: center;

	display: flex;
	flex-direction: column;
	justify-content: center;
	cursor: pointer;
	z-index: 1;
}
.grid-item h1{
    margin-bottom: 3%;
    margin-top: 0px;
   
    color:#E699B1;
	font-size: 26px;
    text-align: center;
	font-weight: 600;
    text-transform: uppercase;
}
.gridebox{
	width: 59%;
margin-bottom: 0px;

	border-radius: 10px;

justify-content: center;
	
	padding-top: 2rem;
	padding-bottom:2rem;
}
.grid-item p{
    font-size: 20px;
    color: black;
    color: #EABBCA;
	line-height: 26px;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}
.grid-item::before{
	content: "";
	border-radius: 8px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	z-index: -1;
	
}
.sunglasses{
	width: 60%;	
}




.CSSgal {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 450px; /* Or set a fixed height */
}

/* SLIDER */

.CSSgal .slider {
	height: 100%;
	white-space: nowrap;
	font-size: 0;
	transition: 0.8s;
}

/* SLIDES */

.CSSgal .slider > * {
	font-size: 1rem;
	display: inline-block;
	white-space: normal;
	vertical-align: top;

	width: 100%;
	background: none 50% no-repeat;
	background-size: cover;
	
}

/* PREV/NEXT, CONTAINERS & ANCHORS */


.CSSgal .bullets {
	position: absolute;
	z-index: 2;
	bottom: 0;
	padding: 10px 0;
	margin-top: 20%;
	width: 100%;
	text-align: center;
}
.CSSgal .bullets > a {
	display: inline-block;
	width:       30px;
	height:      30px;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	background:#67C4D9;
	-webkit-transition: 0.3s;
					transition: 0.5s;
}
.CSSgal .bullets > a+a {
	 /* Dim all but first */
}
.CSSgal .bullets > a:hover {
	background:#0879AB; !important;
}

/* NAVIGATION BUTTONS */
/* ALL: */
.CSSgal >s:target ~ .bullets >* {      background:#C3A9DD;}
/* ACTIVE */
#s1:target ~ .bullets >*:nth-child(1) {background:#76C1D6;}
#s2:target ~ .bullets >*:nth-child(2) {background:#EEE987;}
#s3:target ~ .bullets >*:nth-child(3) {background:#797979;}

/* More slides? Add here more rules */

/* PREV/NEXT CONTAINERS VISIBILITY */
/* ALL: */
.CSSgal >s:target ~ .prevNext >* {      visibility: hidden;}
/* ACTIVE: */
#s1:target ~ .prevNext >*:nth-child(1) {visibility: visible;}
#s2:target ~ .prevNext >*:nth-child(2) {visibility: visible;}
#s3:target ~ .prevNext >*:nth-child(3) {visibility: visible;}

/* More slides? Add here more rules */

/* SLIDER ANIMATION POSITIONS */

#s1:target ~ .slider {transform: translateX(   0%); -webkit-transform: translateX(   0%);}
#s2:target ~ .slider {transform: translateX(-100%); -webkit-transform: translateX(-100%);}
#s3:target ~ .slider {transform: translateX(-200%); -webkit-transform: translateX(-200%);}

/* More slides? Add here more rules */


/* YOU'RE THE DESIGNER! 
   ____________________
   All above was mainly to get it working :)
   CSSgal CUSTOM STYLES / OVERRIDES HERE: */

.CSSgal{
	color:aqua;	
	text-align: center;
}
.CSSgal .slider h2 {
	margin-top: 40vh;
	font-weight: 200;
	letter-spacing: -0.06em;
	word-spacing: 0.2em;
	font-size: 3em;
}
.CSSgal a {
	border-radius: 50%;
	margin: 0 3px;
	color: rgba(0,0,0,0.8);
	text-decoration: none;
}
@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;
	}
}






