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

}

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

button{
    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; 
	width: 90%;
	margin: auto;
	min-height: 80vh;
	align-items: center;
}

.introduction{
	flex: 1;
}
.intro-text h1{
	font-size: 44px;
	font-weight: 500;
	background: linear-gradient(to right,#494964, #ffbaa4);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent ;
}

.intro-text p {
	margin-top:5px;
	font-size:22px;
	color: #585772;

}
.cta{
	padding: 50px 0px 0px 0px;
}
.cta-select{
	border:2px solid #d19d94;
	background: transparent;
	color: #d19d94;
	width: 150px;
	height: 50px;
	cursor: pointer;
	font-size: 16px;
}
.cta-add{
	background: #d19d94;
	width: 150px;
	height: 50px;
	cursor:pointer;
	font-size:16px;
	border:none;
	color: white;
	margin: 30px 0px 0px 30px;

}
.cover{
	flex: 1;
	display: flex;
	justify-content: center;
	height: 60vh;
}

.cover img{
	height: 100%;
	filter: drop-shadow(0px 0px 0px #c36cbb);
	animation: drop 1.5s ease;
}

.big-circle{
	position: absolute;
	top: 0px;
	right:0px;
	z-index: -1;
	opacity: 0.7;
	height: 80%;
}

.medium-circle{
	position: absolute;
	top: 25%;
	right: 25%;
	z-index: -2;
	height: 60%;
	opacity: 0.6;
}

.small-circle{
	position: absolute;
	bottom: 0%;
	left: 37%;
	z-index: -1;
	opacity: 0.5;	
}

.watch-select{
	width: 15%;
	display: flex;
	justify-content: space-around;
	position: absolute;
	right: 20%;
	opacity: 0.7;
	height: 20px;
}

@keyframes drop{
	0%{
		opacity: 0;
		transform: translateY(-80px);
	}
	100%{
		opacity: 1;
		transform: translateY(0px);
	}
}

@media screen and (max-width: 1024px) {
	.presentation{
		flex-direction: column;
	}
	.introduction{
		margin-top: 5vh;
		text-align: center;
	}
	.intro-text h1 {
		font-size: 30px;
	}
	.intro-text p{
		font-size:18px;
	}
	.cta{
		padding:10px 0px 0px 0px;
	}

	.watch-select{
		bottom: 5%;
		right: 50%;
		width:50%;
		transform:translate(50%,400%);
	}
	.cover img{
		height: 40vh; 
	}
	.big-circle,.medium-circle,.small-circle{
		opacity: 0.2;
	}
}

@media screen and (max-width: 360px) {
	
	header{
		flex-direction: column;
		
	}
	.logo-container img{
		height: 5vh;
		width: 5vh;
		align-items: left;
	}
	.Logo{
		font-size: 10px;
		align-items: left;
	}
	
	.cart{
		height: 5vh;
		width: 5vh;
	}

	.presentation{
		flex-direction: column;
		
	}

	.introduction{
		margin-top: 5vh;
		text-align: center;
	}
	.intro-text h1{
		font-size: 21px;
	}
	.intro-text p{
		font-size:13px;
	}
	.cta{
		padding: 0px 5px 5px 5px;
	}
	.cta-select{
		height: 50px;
		width: 80px;
	}
	.cta-add{
		height: 50px;
		width: 100px;	
	}
	.watch-select{
	
		bottom: 80px;			
	}

	.cover img{
		height: 30vh;

	}
	.big-circle,.medium-circle,.small-circle{
		opacity: 0.2;
	}
	.small-circle{
		left: 5%;;
	}
}











.topper{
	height: 80vh;
	width: 100%;	
}
.heading{
	width: 70%;
	margin: auto;
}
.titles{
	font-family: Montserrat;
	font-size: 50px;
	line-height: 98px;
	text-align: left;
	text-transform: uppercase;
	color: #054F66;
}
.listing{
	display: flex;
	width: 70%;
	height: 50vh;
	margin:auto;
	margin-top: 30px;
}
.postOne,.postTwo,.postThree{
	flex: 1;
}
.postOne{
	height: 70vh;
	width: 100px;
	}
.postTwo{
	height: 70vh;
	width: 100px;
}
.postThree{
	height: 70vh;
	width: 100px;
}
.preview{
	height: 40vh;
	width: 90%;
	margin-top: 10px;
	margin:auto;
}
.preview img{
	height: 100%;
	width: 100%;
}
.subtopic{
	margin-top: 20px;
	font-family: Montserrat;
	text-align: center;
	color: #054F66;
}
.subtopic a{
	text-decoration: none;
	color: #054F66;
}








.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;
	}
}


