*{
	margin: 0px;
	padding: 0px;
	font-family: century;
}




header{
	background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0,0.5),rgba(0, 0, 0, 0.5)),url(112.jpg);
	height: 100vh;
	background-size: cover;
	background-position: top;
	min-height: 100px;

}

ul{
	float: right;
	list-style-type: none;
	margin-top: 30px;
	min-height: 400px;
	margin-left: 60px;
	font-size: 17px;

}
ul li{
	display: inline-block;
}
ul li:first-child{
	margin-right: auto;
}
ul li a{
	text-decoration: none;
	color: #111;
	padding: 5px 20px;
	border: 1px solid transparent;
	transition: 0.5 ease;
}
.a{
	color: white;
	
}
ul li a:hover{
	background-color: #fff;
	color: #000;
}
ul li.active a {
background-color: #fff;
	color: #000;
}
.logo img{
	float: left;
	width: 150px;
	height: auto;

}
.main{
	max-width: 1200px;
	margin: auto;
	

}
.myDiv {
 
  
  text-align: center;
  width: 100%;
  padding: 10px 10px;
}
.myDiv h2{
	text-align: left;
	margin-top: 50px;


}
.pos2{
	color:black;
	background-color: transparent;
}
.pos3 h2{
	text-align: left;
	margin-top: 10px;


}
.myDiv h2::after{
	content: "";
	position: absolute;
	width: 20%;
	height: 4px;
	display: block;
	margin: 0 auto;
	background-color: darkred;

}


.myDiv p{
	text-align: left;
	margin-top: 50px;
	
	width: 90%;


}
.pos2 img{
	width: 50%;
	height: 100vh;
}
.img-deg{
	float: left;
	width: 50%;
}

.pos{
	position: absolute;
	width: 80%;
	left: 10%;
	margin-top: 50px;
	
	padding: 30px;
	
}
.section{
	height: 100vh;
	width: 100%;
}
.pos2{
	position: absolute;
	width: 80%;
	margin-left: 10%;
	
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;

	margin-top: 10px;

}

.title{
	position: absolute;
	top: 47%;
	left: 50%;
	width: 100%;
	transform: translate(-50%,-50%);
}
.title h1{
color: #fff;
font-size: 50px;
}

.button{
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.btn{
	border: 1px solid #fff;
	padding: 5px 20px;
	color: #fff;
	transition: 0.5 ease;
	font-size: 18px;
text-decoration: none;
}
.btn:hover{
	background-color: #fff;
	color: #000;
}

.sidebar{
	position: fixed;
	top: 0;
	right: 0;
	height: 100vh;
	width: 250px;
	z-index: 999;
	background-color: rgba(225, 225, 225, 0.2);
	backdrop-filter: blur(10px);
	box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
	display: none;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.sidebar li{
	width: 100%;
}

.sidebar a{
	width: 100%;
}
.menu-button{
	display: none;
}


.sliding-text {
  position: relative; /* Essential for positioning during animation */
  left: -100%; /* Start off-screen */
  opacity: 0;
  transition: left 1s ease-out, opacity 1s ease-out; /* Smooth transition */
}

.sliding-text.active {
  left: 0;
  opacity: 1;}

  .slide-in-text {
  animation: slideIn 2s forwards; /* Animation name, duration, and fill-mode */
  opacity: 0; /* Start hidden */
}

@keyframes slideIn {
  from {
    transform: translateX(-100%); /* Start off-screen to the left */
    opacity: 0;
  }
  to {
    transform: translateX(0); /* End at its original position */
    opacity: 1;
  }
}
@media screen and (max-width: 1000px) {
		
	.hideonmobile{
		display: none;
	}
	.logo img{
	
	width: 80px;
	

}
.menu-button{
	display:block;
	color: white;
	margin-top: 10px;
}
.title{
	width: 100%;
	background: none;
	
}
.button{
	width: 50%;
	display: flex;
	flex-direction: column;
	margin-top: 80px;
}
.main{
	display: inline-flex;
	margin-left: 10%;
	
	


}
.logo{
	width: 50%;
	
	

}
header{
	height: 300px;
}
.svg{
	background-color: white;
	padding: 5px 5px;
	margin-left: 100px;

}
.img{
	width: 30px;
}
.videos{
	top: 30%;
}
#mySlidingText{
	font-size: 20px;
	background-color: darkred;
	
}
.slide-in-text{
	font-size: 18px;
	background-color: black;
}
.main .logo img{
width: 100px;
margin-top: 15px;

}
.section{
	margin-top: 30px;
}
.section img{
	height: 200px;
}

}
@media screen and (max-width: 800px){
	.videos{
	top: 40%;
}
#mySlidingText{
	font-size: 20px;
	background-color: darkred;
	
}
.slide-in-text{
	font-size: 18px;
	background-color: black;
}
}
@media screen and (max-width: 600px){
	.videos{
	top: 80%;
}
#mySlidingText{
	font-size: 20px;
	background-color: darkred;
	
}
.slide-in-text{
	font-size: 18px;
	background-color: black;
}
}
@media screen and (max-width: 400px){
	.videos{
	top: 700px;
}
#mySlidingText{
	font-size: 20px;
	background-color: darkred;
	
}
.slide-in-text{
	font-size: 14px;
	background-color: black;
}


}