@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;900&display=swap');
/* CSS Document */
body{
	margin: 0;
	background-color: white;
}
#backimg{
	z-index: 0;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 90vh;
	overflow: hidden;
	position: relative;
	cursor: crosshair;
}
.backvideo{ 	
	z-index: 0;
	left: 0;
	top: 0;
	object-fit: cover;
	width: 100%; 
	height: 100%;
	min-height: 100%;
}
.Logo{
	position: absolute;
	z-index: 100;
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top: 40vh;
    width: 80%; 
	max-width: 800px;
	left: 50%;
	transform: translateX(-50%);
	
}
.FadeIn{
	animation: fadeIn ease 3s;
  -webkit-animation: fadeIn ease 3s;
  -moz-animation: fadeIn ease 3s;
  -o-animation: fadeIn ease 3s;
  -ms-animation: fadeIn ease 3s;
}
@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}
.Arrow{
	position: absolute;
    bottom: 10vh;
    left: 50%;
    transform: translateX(-50%);
	width: 50px;
	-webkit-animation: bounce 0.6s infinite  alternate;
	-moz-animation: bounce 0.6s infinite  alternate;
    animation: bounce 0.6s infinite  alternate;
	z-index: 1;
}
@-webkit-keyframes bounce {
    0% { transform: translate(-50%, 0); }
    100% { transform: translate(-50%, -20px); }
}
@keyframes bounce {
    0% { transform: translate(-50%, 0); }
    100% { transform: translate(-50%, -20px); }
}
#about{
	width: 96%;
	max-width: 1400px;
	margin: auto;
	position: center;
	padding: 2%;
	overflow: hidden;
    position: relative;
}
#text{
	width: 60%;
	float: left;
}
#img{
	width: 25%;
	float: right;
	margin-top: 3vh;
}
.abouttext{
	padding-top: 30px;
}
.me{
	width: 100%;
}
.hov :hover{
	color: #888888;
}
.center{
	width: 100%;
	z-index: 100;
	position: absolute;
	padding-top: 50px;
	display: flex;
	justify-content: center;
}
.center2{
	width: 100%;
	z-index: 100;
	position: absolute;
	padding-top: 50px;
	display: flex;
	justify-content: center;
	margin-top: 87vh;
}
.SR{
	text-align: center;
	text-decoration:none;
	color: #FFFFFF;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 15px; 
	margin: auto;
	letter-spacing: 3px;
	transition: .1s ease;
	border-radius: 2px;
	padding: 7px 30px 7px 30px;
	background-color: rgba(0, 0, 0, 0.2);
}
.title{
	text-decoration:none;
	color: white;
	font-family: 'Inter', sans-serif;
	font-weight: 800;
	font-size: 20px; 
	margin: 0px;
	margin-top: 20px;
	text-align: center;
}
.SR:hover{
	background-color: rgba(0, 0, 0, 0.6);
	transition: .1s ease;
}
.SR2{
	text-align: center;
	text-decoration:none;
	color: #FFFFFF;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 15px; 
	margin: auto;
	letter-spacing: 3px;
	transition: .1s ease;
	border-radius: 4px;
	padding: 7px 30px 7px 30px;
	background-color: rgba(0, 0, 0, 0.2);
}
.SR2:hover{
	background-color: #111111;
	transition: .3s ease;
}
@keyframes glow {
        0% {
			background-color: rgba(0, 0, 0, 0.2);
			scale: 1;
        }
        50% {
			background-color: rgba(0, 0, 0, 0.5);
			scale: 1.1;
        }
        100% {
			background-color: rgba(0, 0, 0, 0.2);
			scale: 1;
        }
      }
.SR{
	animation-delay: 3s;
	animation: glow 2s;
}
#work{
	width: 100%;
	height: auto;
	margin: auto;
	background-color: #202020;
	overflow: hidden;
    position: relative;
}
.box{
	padding: 1%;
	width: 31.3%;
	float: left;
    position: relative;
	height: auto;
	margin-bottom: -3px;
}
.test{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.image:hover{
	transform: scale(1.10);
}
.image{
	width: 100%;
	transition: .5s ease;
}
#footer{
	width: 80%;
	padding: 1%;
	max-width:1600px;
	margin: auto;
	height: 40px;
}
p{
	font-family: 'Inter', sans-serif;
	font-weight: 400;
}

@media screen and (max-width: 1300px) {
	.box{
		width: 48%;
	}
	#text{
		width: 55%;
		float: left;
	}
	#img{
		width: 35%;
		float: right;
	}
	.abouttext{
		padding-top: 2vw;
	}
	.SR{
		font-size:13px;
	}
	.title{
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 1000px) {
	#img{
		padding-top: 3vh;
	}
	
}
@media screen and (max-width: 880px) {
	.box{
		width: 98%;
	}
	#text{
		font-size: 13px;
		width: 96%;
		padding: 2%;
	}
	#img{
		display: none;
	}
	.SR{
		font-size:10px;
		padding: 10px 35px 10px 35px;
	}
	.title{
		margin-bottom: 15px;
		font-size: 15px;
	}
}