@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Roboto:wght@100&display=swap');
*
{
	box-sizing: border-box;
	margin: 0;
	font-family: 'Roboto';
	scroll-behavior: smooth;
}
body
{
	background: #000;
}
::-webkit-scrollbar 
{
  width: 10px;
}

::-webkit-scrollbar-track 
{
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
::-webkit-scrollbar-thumb 
{
  background: #fff; 
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover 
{
  background: #757272; 
}
.logo
{
	top: 0;
	left: 0;
	padding: 30px;
	display: inline-block;
	cursor: pointer;	
	transition: 0.5s;
}
.logo:hover
{
opacity: 0.7;
}
.toggle
{
	position: fixed;
	top: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	background: url(menu.png);
	background-size: 30px;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 10px;
	cursor: pointer;
	z-index: 1000;
}
.toggle.active
{
	background: url(close.png);
	background-size: 25px;
	background-position: center;
	background-repeat: no-repeat;
}
.sidebar
{
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% - 500px);
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 100px;
	width: 50%;
}
.sidebar
{
	position: fixed;
	width: 100%;
	background: #ffffff10;
	backdrop-filter: blur(25px);
	-webkit-backdrop-filter:blur(25px);
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.5s;
	padding: 40px;
	z-index: 100;
	right: -100%;
}
.sidebar.active
{
	right: 0;
}
.sidebar ul 
{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.sidebar ul li 
{
	list-style: none;
}
.sidebar ul li a 
{
	color: #fbfbfb;
	text-decoration: none;
	font-size: 2em;
	margin: 10px 0;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.sidebar ul li a:hover
{
	color: #fff;
	filter: drop-shadow(0px 2px 2px #FFFFFF);
	transition: 0.5s;
}
.textbox
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 1rem;
}
.textbox .text 
{
	color: #fff;
  max-width: 60rem;
}
.textbox .text h1
{
	font-size: 2rem;
	padding-bottom: 2rem;
}
.textbox .text p 
{
	font-weight: 500;
	padding-bottom: 5rem;
}
.textbox .img 
{
	background-image: url("bg.jpg");
	width: 100%;
	opacity: 0.2;
	width: 100%;
	height: 70vh;
	object-fit: cover;
	background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.textbox2 
{
	display: flex;
	justify-content: space-between;
	min-width: 50%;
	padding-top: 10rem;
	height: 100vh;
}
.textbox2 .text 
{
	color: #fff;
	padding-left: 3rem;
	max-width: 60rem;
}
.textbox2 .text h2
{
	font-size: 2rem;
	padding-bottom: 2rem;
}
.textbox2 .text p 
{
	font-weight: 500;
}
.textbox2 .svg0
{
		display: flex;
		padding-bottom: 5rem;
}
.textbox3
{
	min-width: 50%;
	padding-top: 10rem;
	height: auto;
}
.textbox3 .content
{
	display: flex;
	justify-content: space-between;
	padding-bottom: 5rem;
}
.textbox3 .text2,
.textbox3 .text 
{
	color: #fff;
	max-width: 50rem;
	padding: 2rem;
}
.textbox3 .text2 h4,
.textbox3 .text h3
{
	font-size: 2rem;
	padding-bottom: 2rem;
}
.textbox3 .text2 p,
.textbox3 .text p 
{
	font-weight: 500;
}
.textbox3 .img2 
{
	background-image: url("bg2.jpg");
	width: 100%;
	opacity: 0.2;
	width: 100%;
	height: 40vh;
	object-fit: cover;
	background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
 
.footer
{
	position: relative;
	width: 100%;
	height: 40vh;
	overflow: hidden;
}
.footer .Logo
{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 3rem;
}
.footer .Logo img 
{
	width: 25rem;
	height: auto;
}
.footer .wave
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: url(wave.png);
	background-size: 1000px 100px;
}
.footer .wave.wave1
{
	z-index: 1000;
	opacity: 1;
	animation-delay: 0s;
	bottom: 0;
}
@media(max-width: 1200px)
{
	.textbox2 {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
  }
  .textbox3 {
		display: flex;
		flex-direction: column;
		text-align: center;
  }
  .textbox2 .text {
		padding-left: 0;
		padding: 1rem;
	}
  
	.textbox .img {
		height: 50vh;
	}
	.sidebar ul {
		padding:0;
	}
}
@media only screen and (min-width: 800px) 
{
  :root {
    --card-width: 250px;
    --card-height: 400px;
  }
}
@media(max-width: 550px)
{
	.textbox3 .content
  {
  	padding-top: 5rem;
  	display: flex;
		flex-direction: column;
		text-align: center;
  }
  .textbox2
  {
  	padding-bottom: 10rem;
  }
  .textbox
  {
  	padding-bottom: 20rem;
  }
  :root {
    --card-width: 150px;
    --card-height: 300px;
  }
}
@media(max-width: 540px)
{
	.footer .Logo img 
	{
		width: 15rem;
	}
}

