*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

body{
	font-family: 'Poppins', sans-serif;
}

header{
	display: flex;
	width: 90%;
	margin:auto;
	min-height: 10vh;
	align-items: center;
	margin-top: 5px;
}

.logo-container,.nav-links,.search,.cart{
	display: flex;
}

.logo-container{
	flex: 1;
}

.logo{
	font-weight: 400;
	font-size: 38px;
	margin: 5px;
}

nav{
	flex: 3;
	text-transform: uppercase;
}

.nav-links{
	justify-content: space-around;
	list-style: none;
}

.nav-link{
	color: #646464;
	font-size:18px;
	text-decoration: none;
}

.nav-link:hover {
	text-decoration:underline;
}

.search{
	flex: 1;
	justify-content: space-around;
}	

.presentation{
	display: flex;
	margin: auto;
	width: 90%;
	min-height: 75vh;
}

.cover{
	flex: 1;
}

.cover img{
	height: 40vh;
	margin-top: 100px;
}

.introduction{
	flex: 1;
	margin-top: 90px;

}	

.welcome{
	font-size: 36px; 
	text-transform: uppercase;
	line-height: 0.8;
}

.furn{
	text-transform: uppercase;
	font-size: 96px;
	font-family: Ramabhadra;
	background: linear-gradient(to right, #360033, #0b8793);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 0.8;
}

.gal{
	text-transform: uppercase;
	font-size: 64px;
	font-weight: 500;
	line-height: 0.2;
}

.boc{
	font-family: Ramabhadra;
	text-transform: uppercase;
	font-size: 36px;
	color:#828282;
	line-height: 1.8;
}

.bsac{
	text-transform: uppercase;
	font-size: 15px;
	text-transform: capitalize;
	line-height: 0.5;
}


.view {
	background: none;
	border:2px solid #0b8793;
	font-size: 16px;
	padding: 12px 20px;

	min-width: 200px;
	margin: 10px;
	cursor: pointer; 
	transition: color 0.4s linear;
	position: relative;
	z-index: 1;
	font-family: poppins;
}
.view:hover{
	color: #fff;
}
.view::before{
	content:"";
	position: absolute;
	left:0;
	top:0;
	width: 100%; 
	height: 100%;
	background: #0b8793;
	z-index: -1;
	transition: transform 0.5s;
	transform-origin: 0 0;
	transition-timing-function: cubic-bezier(0.5,1.6,0.4,0.7);
	
}
.view::before{
	transform: scaleX(0);
}
.view:hover::before{
	transform: scaleX(1);
}

.LiqL{
	display: block;
	margin-left: 0px;
	margin-right:auto;
	width: 30%;
	position: absolute;
	top:100px;
	left: 0;
	z-index:-1;
}

.LiqR{
	display: block;
	margin-left: auto;
	margin-right: 0;
	width: 25%;
	position: absolute;
	top:100px;
	right: 0px;
	z-index: -1;
}

.seminav{
	list-style-type: none;
	min-height: 10vh;
 	width: 70%;
    margin: auto;
  	padding: 0;
  	overflow: hidden;
 	display: flex;
 	margin-top: 30px;
 }

.seminav li{
	flex: 1;
	float: left;
	margin:auto;
	display: flex;
	justify-content: space-around;
}

.seminav li a {
  flex: 1;
  display: block;
  color: grey;
  padding: 16px;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
}

.seminav li img{
	flex: 1;
	height: 40px;
}

.category{
	width: 90%;
	margin: auto;
	display: flex;
	margin-top: 5px;
}

.lights,.chair,.clock{
	flex: 1;
}

.chair{
	width: 30%;
	height: 65vh;
	background: lightgreen;
	margin-left: 20px;
	margin-right: 20px;

}

.chair h1{
	margin-top: 10px;
	text-transform: uppercase;
	font-family: Ostrich Sans Rounded;
	font-size: 60px;
	letter-spacing: 10px;
}

.taglines{
	margin-top: 20px;
	font-size: 18px;
	text-align: center;
}

.chair img{
	width: 90%;
	position: relative;
	bottom: -30px;
	z-index: 99;
}

.clock img{
	width: 80%;
	position: relative;
	bottom:-50px;
	z-index: 99;
}

.lights img{
	width: 60%;
	left: 40%;
	position: relative;
	bottom:-30px;
	z-index: 99;
}

.clock{
	height:65vh;
	margin-top: 100px;	
	background: #F79FFF;
	margin-left: 20px;
	margin-right: 20px;
}

.lights{
	height: 65vh;
	background: lightblue;
	margin-left: 20px;
	margin-right: 20px;
}

.clock h1{
	margin-top: 10px;
	text-transform: uppercase;
	font-family: Ostrich Sans Rounded;
	font-size: 60px;
	letter-spacing: 10px;
}

.lights h1{
	margin-top: 10px;
	text-transform: uppercase;
	font-family: Ostrich Sans Rounded;
	font-size: 60px;
	letter-spacing: 10px;
}

.cats p{
	margin-top: 10px;
	text-transform: uppercase;
	font-size: 50px;	
	text-align: center;
	color: #646464;
}

.feat p{
	margin-top: 80px;
	text-transform: uppercase;
	font-size: 50px;	
	text-align: center;
	color: #646464;

}
.featured{
	width: 100%;
	margin-top: 5px;
	display: flex;
}
.left-ar,.right-ar,.sideTable,.ReclinerBanner,.DressingTable{
	flex: 1;
}

.left-ar{
	margin-top: 10%;
}

.left-ar img{
	height: 15vh;
}

.right-ar{
	margin-top: 10%;
}

.right-ar img{
	height: 15vh;
	display: block;
	margin-left: auto;
}

.dressing{
	height: 400px;
	border:2px solid black;
	background: lightblue;
	text-align: center;
}

.dressing img{
	height: 400px;
	width: 250px;
	background: lightgreen;
}
.dressing p{
	font-size: 20px;
	text-align: center;
}
.dressing button{
	background-color: lightblue;
	font-size: 30px;
}

.sidetable img{
	width: 350px;
	height: 350px;
	padding-right: 10px;
}
.Reclinerbanner img{
	width: 350px;
	height: 350px;
	padding-right:10px;
}

.DressingTable img{
	width: 350px;
	height: 350px;
}

.Subscription{
	width: 70%;
	margin: auto;
	display: flex;
	margin-top: 70px;
	margin-bottom: 50px;	
	background: linear-gradient(to right, white,lightgrey);
	
}
.holder{
	flex:3;
}
.icon{
	flex:1;
}
.icon img{
	width: 200px;	
	margin-bottom: -100px;
}

.holder h2{
	font-family: Cinzel;
	font-style: normal;
	font-weight: normal;
	font-size: 35px;
	line-height: 70px;
}
.holder h3{
	font-family: Poppins;
	font-weight: normal;

}
.holder input{
	font-size: 18px;
	border:none;
	border-bottom: 2px solid grey;
	width: 50%;
	background: none; 
	color: black;
	line-height: 20px;
	font-family: Poppins;
}
.holder button{
	background: none;
	border:2px solid #0b8793;
	font-family: 'Poppins';
	font-size: 16px;
	padding: 5px 20px;

	min-width: 150px;
	margin: 10px;
	cursor: pointer; 
	border-radius: 20px;
	margin-bottom:20px;
}
.holder button:hover{
	color:navy;
}
.partnership{
	display: flex;
	width: 90%;
	margin: auto;
	margin-top: 100px;
}
.lefthr,.righthr,.our{
	flex: 1;
}
.our{
	font-family: Baron Neue;
	font-style: normal;
	font-weight: normal;
	font-size: 56px;
	line-height: 96px;
	align-items: center;
	text-align: center;
}
.lefthr{
	padding-top: 60px;
}
.righthr{
	padding-top: 60px;
}
.brands{
	display: flex;
	width: 90%;
	margin: auto;
	justify-content: space-around;
	margin-top: 50px;
	margin-bottom: 100px;
}
.lg{
	flex: 1;
}
.lg img{
	width: 150px;
	margin-left: auto;
	margin-right: auto; 
	display: block;
}





.liquid{
	position: relative;
	width: 100%;
	height: 20vh;
	overflow: hidden;
}
.liquid .wave{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: url(bluewave.png);
	background-size: 1000px 100px;
}
.liquid .wave.wave1{
		animation:animate 30s linear infinite;
		z-index: 1000;
		opacity: 1;
		animation-delay: 0s;
		bottom: 0;
}
.liquid .wave.wave2{
		animation:animate2 15s linear infinite;
		z-index: 999;
		opacity: 0.5;
		animation-delay: -3s;
		bottom: 10px;
}
.liquid .wave.wave3{
		animation:animate 30s linear infinite;
		z-index: 998;
		opacity: 0.4;
		animation-delay: -2s;
		bottom: 15px;
}
.liquid .wave.wave4{
		animation:animate2 15s linear infinite;
		z-index: 997;
		opacity: 0.7;
		animation-delay: -1s;
		bottom: 10px;
}

footer{
	width: 100%;
	margin: auto;
	background: #53a9da;
}
.mango{
	width: 80%;
	margin: auto;
	display: flex;	
}
.abt,.Services,.Careers{
	flex:1;
	font-family: Poppins;
	font-size: 18px;
	color: black;
}
.abt h2{
	font-size: 12	px;
	font-weight: normal;
}
.abt h1{
		color: white;
}
.abt{
	font-size: 15px;
}
.Services{
	padding-left: 150px;
	padding-right: 50px;
}
td{
	padding: 5px;
}
.ends{
	text-align: center;
	font-family: Poppins;
	background:#53a9da ;
	font-size: 16px;
	color: black;
}
.ends a{
	text-decoration: none;
	color: black;
	font-size: 18px;
}
.Services h3,.Careers h3{
	font-size: 23px;
	font-weight: normal;
	color: white;
}
.Services .ba,.Careers .ba{
	list-style-type: none;
}
@keyframes animate{
	0%{
		background-position-x:0;
	}
	100%{
		background-position-x:1000px;
	}
}

@keyframes animate2{
	0%{
		background-position-x:0;
	}
	100%{
		background-position-x:1000px;
	}
}


