* {
	padding: 0;
	margin: 0;
}


body {
	font-size: 17px;
	font-family: 'Poppins', sans-serif;
}

.popup-notification {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.popup-content {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

#close-btn {
	background-color: #4CAF50;
	color: #fff;
	border: none;
	padding: 10px 20px;
	font-size: 16px;
	cursor: pointer;
}

#close-btn:hover {
	background-color: #3e8e41;
}

.enjoy {
		background-image: url(images4/blue.jpg);
		padding-bottom: 1%;
		color: white ;
		margin-right: 10px;
		border-style: dotted;
		border-radius: 10px;
	}

	.size {
		padding-top: 10px;
	}
.enjoy-r {
	border-radius: 20px;
	border-style: solid;
	padding-bottom: 5%;
	margin-right: 40px;
	box-shadow: 0px 40px 40px rgba(0, 0, 0, 0.35);
}

.enjoy-l {
	border-radius: 20px;
	border-style: solid;
	padding-bottom: 5%;
	margin-right: 20%;
}

.diff {
	width: 60%;
}

h3 {
	margin-left: 50px;
}

.italic {
	font-family: Ariel,sans-serif;
	display: inline-block;
}

body {
		margin: 0;
		padding: 0;
		height: 750px;
		font-family: 'Poppins', sans-serif;
		box-sizing: border-box;
	}

	section{
		width: 100%;
		height: 750px;
		background: linear-gradient(to bottom, rgba(0, 0, 0, .2), rgba(0, 0, 255, .1),rgba(0, 0, 255, .4),rgba(0, 0, 255, .5), rgb(0, 0, 255, .5), rgba(0, 0, 255, 2), #ffffff);
		padding: 40px;
		color: #fff; 
		background-size: cover;
		position: relative;
		overflow: hidden;

	}

	.fade {
		animation-name: fade;
		animation-duration: 1.5s;
	}

	@keyframes fade {
		from {opacity: .4;}
		to {opacity: 1;}
	}

	nav {
		width: 100%;
		display: flex;
		align-content: center;
		justify-content: space-between;
		padding: 10px 0;
	}

	.logo {
		width: 100px;
		cursor: pointer;
	}

	nav ul{
		list-style: none;
		width: 100%;
		text-align: right;
		padding-right: 60px;
	}

	nav ul li {
		display: inline-block;
		margin: 10px 20px;
	}
	nav ul li a{
		color: #fff;
		text-decoration: none;
	}

	.btn {
		display: flex;
		align-items: center;
		padding: 10px 20px;
		border: 0;
		outline: 0;
		border-radius: 5px;
		background: #0000FF;
		color: #fff;
		font-weight: 500;
		cursor: pointer;
	}

	.btn img {
		width: 30px;
		margin-right: 10px;
	}

	.content {
		margin-top: 10%;
		color: #fff;
		max-width: 620px;
	}

	#notify-btn:hover {
		transform: scale(1.5);
	}

	.content h2{
		font-size: 60px;
		font-weight: 550;
		line-height: 85px;
		margin-bottom: 20px;
	}

	.content form {
		display: flex;
		align-items: center;
		background: #fff;
		border-radius: 5px;
		padding: 10px;
		margin-top: 30px;
	}

	.content form input{
		border: 0;
		outline: 0;
		width: 100%;
		font-size: 16px;
		padding-left: 10px;
	}

	.content form .btn {
		font-size: 15px;
		padding: 10px 30px;
	}

@media sc

en and (max-height: 450px) {
	.sidenav { padding-top: 15px; }
	.sidenav a{font-size: 18px;}
}


.mag {
	font-size: 50px;
}

.mag2 {
	font-size: 50px;
	border-radius: 10px;
	border-width: 40px;
	padding: 40px;
	background-image: url(images4/sea.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
}

.shift {
	margin-left: 50px;
	margin-bottom: 50px;
}

.fixed {
	margin-top: 40px;
	width: 20%;
}

.end {
	background-color: black;
	color: white;
	padding: 200px;
}

.space {
	margin-top: 500px;
}

.sec {
	background-image: url(images4/crypto.jpg);
	color: white;
	padding: 20px;
}

.level {
	float: right;
	padding-bottom: 40px;
	padding-right: 400px;
}

li {
	font-size: 20px;
}

#size1 {
	float: left;
	width: 50%;
	font-size: 20px;
}

#size2 {
	float: right;
	width: 50%;
}

.color {
	color: white;
	text-decoration: none;

}

.foot {
	padding: 10px;
	background-color: black;
	color: white;
}

.center {
	padding-right: 50px;
	padding-top: 40px;
}
.gig {
	font-size: 40px;
	margin-top: 60px;
}

.border {
	border-radius: 10px;
	width: 250px;
	height: 60px;
	margin-right: 1500px;
	background-color: rgba(255, 0, 0, 0.8);
	color: black;
	text-align: center;
	font-size: 40px;

}

.news-box {
	border: 1px solid #ccc;
	padding: 10px;
	width: 700px;
}

.news-box img {
	width: 700px;
	height: 700px;
	object-fit: cover;
}

.news-box h2 {
	font-size: 30px;
	margin-bottom: 10px;
}

.news-box a{
	text-decoration: none;
	color: #337ab7;
}


.news-box img a:hover{
	background: linear-gradient(rgba(0, 0, 100, 0.7));
	cursor: pointer;
}
