@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding:0;
	
}
.main{
	width: 100%;
	background:linear-gradient(245.59deg,#6c38a4 0%,#768fc1 28.53%,#768fc1 75.52%);
	background-position: center;
	background-size: cover;
	height: auto;
	padding-right:20px; 
	position: relative;
	font-family: sans-serif;
}
.navbar{
	width: 100%;
	display: flex;
	margin: auto;
	padding: 15px 0;
	align-items:center;
	justify-content: space-between;
	
}
.logo{
	width: 100px;
	height: auto;
	margin-top: -3%;
	margin-left:5%;
	margin-bottom:-9%;
}
ul{
	margin-top:2%;
	
}
ul li{
	list-style: none;
	display: inline-block;
	padding:10px 60px;
	}
ul li a{
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color:beige;
	margin-top: -3%;
	transition: .4s ease;
}
ul li a:hover{
	color: #B82326;
}
.info{
	margin-left: 5%;
	margin-top: 20%;
}
.info h1{
	font-size: 65px;
	color:#E3DFDF;
}
.info h3{
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 24px;
}
.info span{
	color:#D60A0E;
}
.info a{
	text-decoration: none;
	color: aliceblue;
	background-color: #462020;
	margin: 26px 0;
	padding: 10px 18px;
	border-radius: 10px;
	display: inline-block;
	transition: .4s ease;
}
.info a:hover{
	background-color: #F0080C;
}
.img{
	width: 30%;
	height: 60%;
	position: absolute;
	right: 100px;
	bottom: 0;
	
}
.img img{
	position: absolute;
	height: 140%;
	left:40%;
	
	bottom:0;

	}

.stalin{
	width: 25%;
	height: auto;
	position: relative;
	left:1250px;
	top:-400px;
	transform: translate(-55%);
	transition: left 2s ease;
}
.image:hover .stalin{
		left: 55%;
}
.ss{
	width:2.625%;
	height: auto;
	position: relative;
	left:62px;
	top:-481.5px;

	}
.tt{
	width:2.3125%;
	height: auto;
	position: relative;
	left:62px;
	top:-485px;
}
.aa{
	width:2.5%;
	height: auto;
	position: relative;
	left:62px;
	top:-483px;
}
.ss:hover{
	color: #C73F41;
}


