@charset "utf-8";

*{
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
}

/*----- header -----*/

hr.two {
	width: 30%;
	line-height: 5px;
}

.header {
	min-height: 100vh;
	width: 100%;
	background-image: url("images/shopheader.jpg");
	background-position: center;
	background-size: cover;
	position: relative;
}

.home {
	position: relative;
}

.top {
	position: absolute;
	top: 0;
	left: 0;
}

.bottom {
	position: relative;
}

.home img {
	left: 0;
	-webkit-transition: opacity 0.5s ease-in-out;
  	-moz-transition: opacity 0.5s ease-in-out;
 	 -o-transition: opacity 0.5s ease-in-out;
  	transition: opacity 0.5s ease-in-out;
}

.home img.top:hover {
	opacity: 0;
}


.meet {
	display: flex;
	position: absolute;
	align-items: center;
	justify-content: center;
	height: 100%;
	margin: auto;
	width: 100%;
	padding: 10px;
	text-align: center;
}

.meet h1 {
	font-size: 100px;
}

nav {
	display: flex;
	padding: 2% 4%;
	justify-content: space-between;
	align-items: center;
}

.nav-links {
	max-height: 100%;
	position: relative;
	flex: 1;
	text-align: right;
}

.nav-links ul li {
	list-style: none;
	display: inline-block;
	padding: 8px 12px;
	position: relative;
}
.nav-links ul li a{
	color: black;
	text-decoration: none;
	font-size: 14px;
}

.nav-links ul li::after{
	content: '';
	width: 0%;
	height: 2px;
	background: #ffffff;
	display: block;
	margin: auto;
	transition: 0.5s;
}
.nav-links ul li:hover::after{
	width: 100%;
	
}

.sub-menu {
	display: none;
}
	
.nav-links ul li:hover .sub-menu a{
	font-size: 15px;
	text-decoration: none;
	color: #4974A5;
}

.nav-links ul li:hover .sub-menu {
	display: block;
	position: absolute;
	background-color: #E7DDCA;
	border: 1px solid #EFE8DC;
	padding: 5px;
	z-index: 10;
}

.nav-links ul li:hover .sub-menu ul {
	display: block;
	margin: 0px;
}

.nav-links ul li:hover .sub-menu ul li {
	width: 125px;
	padding: 10px;
	text-align: left;
	border-radius: 0;
}

.text-box{
	width: 100%;
	color: black;
	position: absolute;
	top: 92.5%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}

.hero-btn {
	display: inline-block;
	text-decoration: none;
	color: black;
	border: 1px solid #000000;
	padding: 12px 34px;
	font-size: 20px;
	background: transparent;
	position: relative;
	cursor: pointer;
}

.yey-btn {
	display: inline-block;
	text-decoration: none;
	color: white;
	border: 1px solid #000000;
	padding: 12px 34px;
	font-size: 20px;
	background: black;
	position: relative;
	top: 5%;
	left: 2%;
	cursor: pointer;
}

.hero-btn:hover{
	border: 1px solid #FFFFFF;
	background: #000000;
	transition: 1s;
	color: white;
}

.yey-btn:hover{
	border: 1px solid black;
	background: transparent;
	transition: 1s;
	color: black;
}

.mem-btn {
	display: inline-block;
	text-decoration: none;
	color: white;
	border: 1px solid #000000;
	padding: 12px 34px;
	font-size: 20px;
	background: black;
	position: relative;
	cursor: pointer;
}

.mem-btn:hover{
	border: 1px solid black;
	background: transparent;
	transition: 1s;
	color: black;
}

h1  {
	font-family: 'Libre Caslon Display', serif;
	font-size: 50px;
}

p {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
}

/*----- purpose -----*/

.my-purpose {
	widows: 80%;
	margin: auto;
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #E7E2DB;
	background-size: 400%;

}

.my-purpose h1{
	text-align: center;
}

.about-col {
	flex-basis: 48%;
	padding: 30px 2px;
	transform: translate(0%,0%);
}

.about-col img{
	width: 50%;
	transform: translate(50%, 0%);
}

.about-col p {
	line-height: 1.8;
	padding: 30px;
}

/*----- latest arrivals -----*/
.text-box-1{
	min-height: 10vh;
	width: 100%;
	color: black;
	position: relative;
	top: 10%;
	left: 40%;
	transform: translate(-50%, 50%);
	text-align: right;
}
.second-btn {
	display: inline-block;
	text-decoration: none;
	color: white;
	border: 1px solid #000000;
	padding: 12px 34px;
	font-size: 20px;
	background: black;
	position: relative;
	cursor: pointer;
	align-content: flex-end;
	align-items: flex-end;
	justify-content: flex-end;
}

.second-btn:hover {
	border: 1px solid black;
	background: transparent;
	transition: 1s;
	color: black;
}

.arrivals {
	width: 100%;
	min-height: 30vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.arrivals h1 {
	text-align: right;
	writing-mode: vertical-rl;
	transform-origin: center;
	transform: rotate(180deg);
}

.arrivals a {
	text-decoration: none;
}

.center {
	width: 90%;
	height: auto;
	margin: auto;
	display: flex;
	position: relative;
	justify-content: left;
	align-content: left;
}

.box {
	width: 300px;
	box-shadow: 2px 2px 30px rgba(0,0,0,0.2);
	border-radius: 10px;
	overflow: none;
	margin: 30px;
}

.slide-img {
	height: 450px;
	position: relative;
}

.slide-img img {
	border-radius: 10px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	box-sizing: border-box;
}

.slide-img:hover .overlay {
	visibility: visible;
	animation:fade 0.5s;
}

@keyframes fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.detail-box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 20px;
	box-sizing: border-box;
}

.type {
	display: flex;
	flex-direction: column;
}

.type a {
	color: #222222;
	margin: 5px 0px;
	font-weight: 700;
	letter-spacing: 0.5px;
	padding-right: 8px;
}

.text span {
	color: rgba(26, 26, 26, 0.5);
}

.price {
	color: #333333;
	font-weight: 600;
	font-size: 1.1rem;
	letter-spacing: 0.5px;
}

.overlay {
	border-radius: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background-color: rgba(27, 30, 35, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	visibility: hidden;
}

.buy-btn {
	width: 160px;
	height: 40px;
	justify-content: center;
	display: flex;
	align-items: center;
	background-color:  #FFFFFF;
	color: #252525;
	font-weight: 700;
	letter-spacing: 1px;
	border-radius: 20px;
	box-shadow: 2px 2px 30px rgba(0, 0, 0, 2);
}

.buy-btn:hover {
	color: #FFFFFF;
	background-color: #F15FA3;
	transition: all ease 0.3s;
}

/*----- collection -----*/
.collection {
	width: 80%;
	margin: auto;
	text-align: center;
	padding-top: 50px;
	position: relative;
}

.collection p {
	text-align: center;
}

.title {
	font-size: 14px;
}

.collection-col {
	flex-basis: 32%;
	border-radius: 10px;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}

.collection-col img{
	width: 100%;
	height: 100%;
	display: block;
}

.layer {
	background: transparent;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.5s;
}

.layer:hover {
	background: rgba(27, 30, 35, 0.5);
}

.layer h3 {
	width: 100%;
	font-weight: 500;
	color: white;
	font-size: 26px;
	left: 0%;
	top: 40%;
	text-align: center;
	position: absolute;
	opacity: 0;
	transition: 0.5s;
}

.layer:hover h3 {
	top: 30%;
	opacity: 1;
	flex-wrap: wrap;
}

.layer h4 {
	width: 100%;
	font-weight: 500;
	color: white;
	font-size: 22px;
	left: 0%;
	bottom: 50%;
	text-align: center center;
	position: absolute;
	opacity: 0;
	transition: 0.5s;
}

.layer:hover h4 {
	bottom: 55%;
	opacity: 1;
	flex-wrap: wrap;
}

.layer p {
	
	width: 99%;
	padding: 2px;
	line-height: 1.8;
	font-weight: 300;
	color: white;
	font-size: 20px;
	top: 65%;
	text-align: center;
	position: absolute;
	opacity: 0;
	transition: 0.5s;
}

.layer:hover p {
	top: 50%;
	opacity: 1;
	flex-wrap: wrap;
}

.row {
	margin-top: 5%;
	display: flex;
	justify-content: space-between;
}



/*----- contact -----*/

.contact input, .contact textarea {
	width: 50%;
	padding: 15px;
	margin-bottom: 17px;
	outline: none;
	border: 1px solid #ccc;
	align-content: center;
	align-items: center;
	resize: none;
}

.contact h1 {
	text-justify: center;
	align-content: center;
	align-items: center;
}
.contact {
	position: relative;
	top: 0%;
	left: 0%;
	transform: translate(0%, 0%);
	text-align: center; 	
}
.two {
	position: relative;
	top: 0%;
	left: 20%;
	transform: translate(50%, 0%);
	text-align: center;
}

/*----- footer -----*/

.footer {
	width: 100%;
	text-align: center;
	padding: 30px 0;
}

.copyright {
	text-align: left;
	padding-top: 0px;
	padding-left: 0px;
	font-size: 14px;
}
.foot img{
	transform: translate(82%, 0%);
}

.nav-links2 {
	flex: 1;
	text-align: right;
}

.nav-links2 ul li {
	list-style: none;
	display: inline-block;
	padding: 8px 12px;
	position: relative;
}
.nav-links2 ul li a{
	color: black;
	text-decoration: none;
	font-size: 14px;
}

.nav-links2 ul li::after{
	content: '';
	width: 0%;
	height: 2px;
	background: #ffffff;
	display: block;
	margin: auto;
	transition: 0.5s;
}
.nav-links2 ul li:hover::after{
	width: 100%;
	
}

nav .fa {
	display: none;
}

/*----------------------------------1100px-----------------------------------*/

@media (max-width: 1100px){
.meet h1{
	font-size: 80px;
}
	
.header {
	min-height: 100vh;
	width: 100%;
	background-size: cover;
}
	
.title {
	font-size: 11px;
}

.collection-col {
	width: 100%;
	height: 100%;
	display: block;
}

.layer h3 {
	font-size: 18px;
	top: 5%;
}

.layer:hover h3 {
	top: 6%;
}
	
.layer h4 {
	font-size: 18px;
	bottom: 59%;
}
	
.layer:hover h4 {
	bottom: 58%;
}
	
.layer p {
	top: 44%;
	font-size: 11px;
}

.layer:hover p {
	top: 45%;
}

.nav-links ul li a{
	color: black;
	text-decoration: none;
	font-size: 14px;
}

.nav-links ul li::after{
	content: '';
	width: 0%;
	height: 2px;
	background: black;
	display: block;
	margin: auto;
	transition: 0.5s;
}
	
.nav-links ul li:hover::after{
	width: 100%;
	}

.hero-btn {
	padding: 9px 20px;
	font-size: 15px;
	}
	.nav-links ul li{
	 	display: block;
	}
	
	.second-btn {
	padding: 9px 20px;
	font-size: 15px;
	}

	.yey-btn {
	padding: 9px 20px;
	font-size: 15px;
	}

	
	.mem-btn {
	padding: 9px 20px;
	font-size: 15px;
	}

	.nav-links{
		position: absolute; 
		background: #E2D3CD;
		height: 100vh;
		width: 200px;
		top: 0;
		right: -200px;
		text-align: left;
		z-index: 2;
		transition: 1s;
	}
	
nav .fa {
		display: block;
		color: black;
		margin: 10px;
		font-size: 22px;
		cursor: pointer;
	}
	
	.nav-links ul { 
		padding: 30px;
	}
	

	.collection {
		align-content: center;
		flex: auto;
	}

	.feedback {
		font-size: 15px;
	}
	
	h1 {
		font-size: 30px;
	}
	
	p {
		font-size: 15px;
		justify-content: space-between;
		text-justify: center;
		align-content: center;
		align-items: center;
	}
	
	.foot-col-2 img {
		transform: translate(-78%);
		height: 80px;
	}
	
	.foot-col-1 p {
		font-size: 10px;
	}
	
}

/*----------------------------------700px-----------------------------------*/

@media (max-width: 700px){
.meet h1{
	font-size: 50px;
}
	
.title {
	font-size: 14px;
}

.collection-col {
	width: 100%;
	height: 100%;
	display: block;
}

.layer h3 {
	font-size: 22px;
	top: 30%;
}

.layer:hover h3 {
	top: 31%;
}
	
.layer h4 {
	font-size: 22px;
	bottom: 50%;
}
	
.layer:hover h4 {
	bottom: 49%;
}
	
.layer p {
	top: 65%;
	font-size: 16px;
}

.layer:hover p {
	top: 66%;
}
	
.nav-links ul li a{
	color: black;
	text-decoration: none;
	font-size: 14px;
}

.nav-links ul li::after{
	content: '';
	width: 0%;
	height: 2px;
	background: black;
	display: block;
	margin: auto;
	transition: 0.5s;
}
	
.nav-links ul li:hover::after{
	width: 100%;
	}

.hero-btn {
	padding: 7px 17px;
	font-size: 15px;
	}
	.nav-links ul li{
	 	display: block;
	}
	
	.second-btn {
	padding: 7px 17px;
	font-size: 15px;
	}

	.yey-btn {
	padding: 7px 17px;
	font-size: 15px;
	}

	
	.mem-btn {
	padding: 7px 17px;
	font-size: 15px;
	}

	.nav-links{
		position: absolute; 
		background: #E2D3CD;
		height: 100vh;
		width: 200px;
		top: 0;
		right: -200px;
		text-align: left;
		z-index: 2;
		transition: 1s;
	}
	
nav .fa {
		display: block;
		color: black;
		margin: 10px;
		font-size: 22px;
		cursor: pointer;
	}
	
	.nav-links ul { 
		padding: 30px;
	}
	

	.collection {
		align-content: center;
		flex: auto;
	}
	
	.row {
		flex-direction: column;
	 }
	
	.feedback {
		font-size: 15px;
	}
	
	h1 {
		font-size: 30px;
	}
	
	p {
		font-size: 15px;
		justify-content: space-between;
		text-justify: center;
		align-content: center;
		align-items: center;
	}
	
	.foot-col-2 img {
		transform: translate(-78%);
		height: 60px;
	}
	
	.foot-col-1 p {
		font-size: 9px;
	}
	
}

/*----------------------------------300px-----------------------------------*/

@media (max-width: 450px){
.meet h1{
	font-size: 40px;
	padding: 15px;
}

.title p {
	font-size: 11px;
}
	
.layer h3 {
	font-size: 18px;
	top: 30%;
}

.layer:hover h3 {
	top: 31%;
}
	
.layer h4 {
	font-size: 18px;
	bottom: 50%;
}
	
.layer:hover h4 {
	bottom: 49%;
}
	
.layer p {
	top: 65%;
	font-size: 11px;
}

.layer:hover p {
	top: 66%;
}

.nav-links ul li a{
	color: black;
	text-decoration: none;
	font-size: 10px;
}

.nav-links ul li::after{
	content: '';
	width: 0%;
	height: 2px;
	background: black;
	display: block;
	margin: auto;
	transition: 0.5s;
}
	
.nav-links ul li:hover::after{
	width: 100%;
	}

.hero-btn {
	padding: 6px 16px;
	font-size: 13px;
	}
.nav-links ul li{
	 	display: block;
	}
	
.second-btn {
	padding: 6px 16px;
	font-size: 13px;
	}

.yey-btn {
	padding: 6px 16px;
	font-size: 13px;
	}

	
.mem-btn {
	padding: 6px 16px;
	font-size: 13px;
	}
	
.buy-btn {
	width: 95px;
	height: 23.75px;
	font-size: 12px;
}

.nav-links{
		position: absolute; 
		background: #E2D3CD;
		height: 100vh;
		width: 200px;
		top: 0;
		right: -200px;
		text-align: left;
		z-index: 2;
		transition: 1s;
	}
	
nav .fa {
		display: block;
		color: black;
		margin: 10px;
		font-size: 22px;
		cursor: pointer;
	}
	
.nav-links ul { 
		padding: 30px;
	}
	
.box {
	width: 183.333425px;
	border-radius: 10px;
	margin: 30px;
}

.slide-img {
	height: 275px;
}

.type a {
		font-size: 12px;
		margin: 2.8px 0px;
		font-weight: 700;
		letter-spacing: 0.5px;
		padding-right: 8px;
	}

.type span {
		font-size: 11px
	}

.price {
		font-weight: 600;
		font-size: 12px;
		letter-spacing: 0.5px;
	}

.collection {
		align-content: center;
		flex: auto;
	}
	
.row {
		flex-direction: column;
	 }
	
.feedback {
		font-size: 12px;
	}
	
h1 {
		font-size: 25px;
	}
	
p {
		font-size: 12px;
		justify-content: space-between;
		text-justify: center;
		align-content: center;
		align-items: center;
	}
	
.foot-col-2 img {
		transform: translate(-74%);
		height: 50px;
	}
	
.foot-col-1 p {
		font-size: 9px;
	}
	
}

/*----------------------------------300px-----------------------------------*/


@media (max-width: 300px){
.header {
	min-height: 100vh;
}

.meet h1{
	font-size: 35px;
	padding: 15px;
}

.title {
	font-size: 10px;
}
	
.layer h3 {
	font-size: 18px;
	top: 18%;
}

.layer:hover h3 {
	top: 19%;
}
	
.layer h4 {
	font-size: 18px;
	bottom: 56%;
}
	
.layer:hover h4 {
	bottom: 57%;
}
	
.layer p {
	top: 52%;
	font-size: 11px;
}

.layer:hover p {
	top: 53%;
}

.nav-links ul li a{
	color: black;
	text-decoration: none;
	font-size: 10px;
}

.nav-links ul li::after{
	content: '';
	width: 0%;
	height: 2px;
	background: black;
	display: block;
	margin: auto;
	transition: 0.5s;
}
	
.nav-links ul li:hover::after{
	width: 100%;
	}

.hero-btn {
	padding: 6px 16px;
	font-size: 13px;
	}
.nav-links ul li{
	 	display: block;
	}
	
.second-btn {
	padding: 6px 16px;
	font-size: 13px;
	}

.yey-btn {
	padding: 6px 16px;
	font-size: 13px;
	}

	
.mem-btn {
	padding: 6px 16px;
	font-size: 13px;
	}
	
.buy-btn {
	width: 95px;
	height: 23.75px;
	font-size: 12px;
}

.nav-links{
		position: absolute; 
		background: #E2D3CD;
		height: 100vh;
		width: 200px;
		top: 0;
		right: -200px;
		text-align: left;
		z-index: 2;
		transition: 1s;
	}
	
nav .fa {
		display: block;
		color: black;
		margin: 10px;
		font-size: 22px;
		cursor: pointer;
	}
	
.nav-links ul { 
		padding: 30px;
	}
	
.box {
	width: 183.333425px;
	border-radius: 10px;
	margin: 30px;
}

.slide-img {
	height: 275px;
}

.type a {
		font-size: 13px;
		margin: 2.8px 0px;
		font-weight: 700;
		letter-spacing: 0.5px;
		padding-right: 8px;
	}

.type span {
		font-size: 13px
	}

.price {
		font-weight: 600;
		font-size: 14px;
		letter-spacing: 0.5px;
	}

.collection {
		align-content: center;
		flex: auto;
	}
	
.row {
		flex-direction: column;
	 }
	
.feedback {
		font-size: 13px;
	}
	
h1 {
		font-size: 20px;
	}
	
p {
		font-size: 13px;
		justify-content: space-between;
		text-justify: center;
		align-content: center;
		align-items: center;
	}
	
.foot-col-2 img {
		transform: translate(-74%);
		height: 50px;
	}
	
.foot-col-1 p {
		font-size: 7px;
	}
	
}


