html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family:  sans-serif;
	box-sizing: border-box;
	scroll-behavior: smooth;

}

@font-face {
    font-family: "Anurati";
    src: url("../Anurati-Regular.otf") format("opentype");
}
body {

	scroll-snap-type: y mandatory;
}

#first {
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	scroll-snap-align: start;
}
.circle {
	position: absolute;
	left: -20%;
	background-color: #3863df;
	width: 50%;
	height: 140vh;
	border-radius: 50%; 
	z-index: 1;
}
.circle h1 {
	position: relative;
	top: 40%;
	left: 50%;
	color: white;
	z-index: 2;
	/*font-family: 'Great Vibes', cursive;*/
		font-family: "Anurati";

}
.circle h1 span {
	font-size: 50px;
	letter-spacing: 1px;
}
.circle2 {
	position: absolute;
	left: -15%;
	background-color: #3863df;
	width: 50%;
	height: 140vh;
	border-radius: 50%; 
	opacity: 0.7;
}
.circle3 {
	position: absolute;
	left: -10%;
	background-color: #3863df;
	width: 50%;
	height: 140vh;
	border-radius: 50%; 
	opacity: 0.6;
}
#main {
	width: 80%;
	height: 80vh;
	border-radius: 15px;
	box-shadow: 5px 5px 30px gray;
	padding: 20px;
}
#main nav ul {
	text-align: right;
	font-weight: bold;
}
#main nav ul li {
	display: inline;
	margin-right: 30px;
	font-size: 18px;
}
#main nav ul li a {
	text-decoration: none;
	color: black;
}
.last {
	margin-right: 0;
}
.active{
	color: #3863DF !important;
}
#main div {
	margin-top: 6%;
	width: 50%;
	float: right;
}
#main div h1 span {
	font-size: 60px;
}
#main div h1 {
	font-size: 30px;
	letter-spacing: 1px;
	text-align: center;
}
#main div p {
	margin-left: 35%;
	width: 50%;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 15%;
}
#main div a {
	width: 100px;
	padding: 10px;
	border-radius: 15px;
	outline: none;
	margin-right: 20px;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
}
#btn1{
	background-color: #000;
	box-shadow: 5px 2px 6px #000;
	margin-left: 35%;
}
#btn2{
	background-color: #3863DF;
	box-shadow: 5px 2px 6px #3863DF;
}
/*Section 2*/
#second {
	box-sizing: border-box;
	width: 100%;
	height: 100vh;
	padding: 20px;
	background-color: #2B2A30;
	scroll-snap-align: start;
}
#second h3 {
	text-align: center;
	font-size: 24px;
	font-weight: lighter;
	color: white;
	/*margin: 5px;*/
}
#second hr {
	position: relative;
	top: -10px;
	width: 80px;
	height: 2px;
	background-color: #FF0000;
	/*margin-bottom: 4%;*/
	border: none;
}
#second p {
	width: 90%;
	text-align: justify;
	margin: 0 auto;
	font-size: 16px;
	line-height: 24px;
	color: #a8a8a8;
	font-family: serif;
}
#second div {
	width: 250px;
	height: 250px;
	margin: 0 auto;
	margin-top: 2%;
	background-color: #000;
}
#second img {
	border-radius: 5px;
	width: 250px;
	height: 250px;
}
#third {
	width: 100%;
	height: 100vh;
	background-color: #2B2A30;
	scroll-snap-align: start;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
}
#third h1 {
	position: relative;
	left: -10%;
	z-index: 2;
	font-size: 80px;
	color: #fff;
	font-family: "Dancing Script", cursive;
	transform: rotate(270deg);
}
.circle5 {
	position: absolute;
	left: -30%;
	background-color: #3863df;
	width: 50%;
	height: 140vh;
	border-radius: 50%; 
	opacity: 0.5;
}
.circle6 {
	position: absolute;
	left: -25%;
	background-color: #3863df;
	width: 50%;
	height: 140vh;
	border-radius: 50%; 
	opacity: 0.3;
}
.block {
	width: 400px;
	height: 200px;
	overflow: hidden;
}
.block img {
	width: 100%;
	height: 100%;
	transition: all 1s;
	cursor: pointer;
}
.block:hover img {
	transform: scale(1.5) rotate(-10deg);
}
.blacklayer {
	width: 400px;	
	height: 200px;	
	background-color: rgba(0, 0, 0, .3);
	pointer-events: none;
	transition: all 1s;
}
.block:hover .blacklayer {
	transform: translateY(-400px);
}
#fourth {
	margin-top: 100px;
	padding-top: 1%;
	width: 100%;
	height: 100vh;
	box-sizing: border-box;
	scroll-snap-align: start;
	overflow: hidden;
}
#fourth h1 {
	text-align: center;
	font-family: "Dancing Script", cursive;
	font-size: 33px;
}
.slider {
	margin: 0 auto;
	position: relative;
	width: 85%;
	height: 150px;
	background: #fff;
	box-shadow: 0 10px 20px -10px rgba(0,0,0,.2);
	overflow: hidden;
	display: flex;
	margin-bottom: 3%;
}
.slide {
	height: 150px;
	display: flex;
	align-items: center;
	animation: slideshow 13s linear infinite;
}
.slide img {
	height: 120px;
	/*width: 120px;*/
	padding: 0 30px 0 30px;
}
.slider::after, .slider::before {
	height: 150px;
	width: 200px;
	content: "";
	position: absolute;
	background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
	z-index: 2;
}
.slider::after {
	right: 0;
	top: 0;
	transform: rotateZ(180deg);
}
.slider::before {
	left: 0;
	top: 0;
}
.icons {
	text-align: center;
	font-size: 50px;
}
.icons i {
	color: #4F67B1;
	margin-right: 4px;
}
.icons i:hover {
	color: #38B4C1;
}
.footer {
	margin-top: 6%;
	background-color: #38B4C1;
	height: 200px;
	transform: skewY(-5deg);
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer i {
	color: red;
	margin-left: 2px;
	margin-right: 2px;
}
.footer p {
	letter-spacing: 2px;
	font-size: 20px;
	font-family: serif;
	transform: skewY(5deg);
	margin-top: -25px;
}
@keyframes slideshow {
	0% {
		transform: translate(0);
	}
	100% {
		transform: translate(-100%);
	}
}
@media(max-width: 450px) {
	.circle h1 {
		display: none;
	}
	#main nav ul .last {
		display: none;
	}
	#main nav ul li {
		margin-right: 20px;
	}
	#main div {
		margin-top: 20%;
	}
	#main div h1 {
		font-size: 16px;
	}
	#main div h1 span {
		font-size: 24px;
	}
	#main div p {
		margin-left: 15%;
		width: 80%;
		margin-bottom: 70%;
	}
	#btn1{
		margin-left: 10%;
		margin-bottom: 10%;
		display: block;
	}
	#btn2 {
		display: block;
	}
	#second p{
		width: 90%;
		line-height: 20px;
		font-size: 14px;
		margin-bottom: 10%;
	}
	#second div {
		width: 200px;
		height: 200px;
	}
	#second img {
		width: 200px;
		height: 200px;
	}
	#third td {
		float: left;
	}
	#third h1 {
		left: -1%;
		font-size: 40px;
	}
	.block {
		width: 210px;
		height: 100px;
		margin-bottom: 20px;
	}
	#fourth {
		height: 650px;
	}
	#fourth h1 {
		margin-top: 14%;
	}
	.footer {
		margin-top: 15%;
	}
}