@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100..900;1,100..900&display=swap');

*{
	transition: 400ms;
	scroll-behavior: smooth;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #BFB925;
}

/* Handle */
::-webkit-scrollbar-thumb {	
	background: #282828;
	border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

p{
	color: white;
	font-size: 1.3rem !important;
	font-family: "Lexend", sans-serif !important;
	line-height: 150% !important;
}

h1{
	font-family: "Overpass", sans-serif !important;
	font-size: clamp(2rem, calc(8vw + 1rem), 6rem) !important;
	font-weight: 800 !important;
}

h2{
	font-family: "Lexend", sans-serif !important;
	font-size: clamp(1.3rem, calc(1vw + 1rem), 2rem) !important;
	font-weight: 400;
}


h3{
	font-family: "Overpass", sans-serif !important;
	font-weight: 600 !important;
	font-size: 3rem;
}

h6{
	font-family: "Overpass", sans-serif !important;
	font-weight: 100 !important;
	font-size: 1rem !important;
}

a{
	font-family: "Lexend", sans-serif !important;
	font-size: 1.1rem !important;
}

img{
	max-width: 100%;
	height: auto;
}

html{
	background-position: center;
	background-size: 220px;
	background-attachment: fixed;
	background-image: url("../img/animation.gif");
}

section{
	overflow: hidden;
}

.container{
	max-width: 1200px;
	margin: 0 auto;
}

nav{
	width: 100%;
	position: fixed;
	z-index: 1;
	background-color: #000;
}

nav ul{
	width: 100%;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

nav li{
	height: 80px;
}

nav li a{
	height: 100%;
	text-decoration: none;
	color: #BFB925;
	display: flex;
	padding: 0 3vw;
	align-items: center;
	font-size: 18px;
	font-family: "Lexend", sans-serif;
}

nav li a:hover{
	
	color: black;
	background-color: #BFB925;
	
}

li:first-child{
	margin-left: 40px;
	margin-right: auto;
}
li img{
	max-width: 80px; 
	min-width: 80px;
	height: auto;
	
}

.sidebar{
	position: fixed;
	top: 0;
	right: 0;
	height: 105vh;
	width: 200px;
	z-index: 999;
	background-color: #181818;
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.sidebar li{
	width: 100%;
}

.sidebar a{
	width: 100%;
}
.sidebar nav li a img{
	width: 10px;
}

.burger{
	display: none;
}


#start{
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

#start .container{
	display: flex;
	/*align-items: center;*/
	justify-content: center;
}

#start .container .greet{
	border-radius: 25px 0px 0px 25px;
	background-color: rgba(191, 185, 37, 0.6);
	padding: min(20em, 8%);
	backdrop-filter: blur(20px);
  	-webkit-backdrop-filter: blur(10px);
	flex: 1;
	width: 50%;
	display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: center;
}

#start .container .image{
	flex: 1;
	width: 50%;
}

#start .container .image img{
	height: 100%;
	object-fit: cover;
	border-radius: 0px 25px 25px 0px;
	display: block;
}
#start .container .greet h1{
	text-align: center;
}

#start .container h3{
	color: #000;
	text-align: center;
}

#aboutme{
	height: 50vh;
	display: flex;
	justify-content: center;
	align-items: center;

}

#aboutme .container{
	background-color: rgba(191, 185, 37, 0.6);
	max-width: 100%;
	padding: min(30em, 8%);
	backdrop-filter: blur(20px);
  	-webkit-backdrop-filter: blur(10px);
	 
}

#aboutme .container h1{
	color: #fff;
}

#aboutme .container p{
	color: #fff;
}

#skills{
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}


#skills .container h1{
	color: white;
	text-align: center;
	margin-bottom: 20px;
}

#skills .container .grid{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
    gap: 40px;
	justify-content: center;
	border-radius: 70px;
}

#skills .card img{
	width: 100%;
	border-radius: 20px;
}

#skills .card img{
	height: 100%;
}

#skills .grid .card{
	border-radius: 30px;
}

#skills .gridmobile{
	display: none;
}

#portfolio{
	height: 180vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#portfolio .container{
	display: flex;
	flex-direction: column;
	max-width: 100%;
}

#portfolio .container .web{
	display: flex;
	flex-direction: column;
	gap: 80px;
	
}

#portfolio h1{
	text-align: center;
	color: white;
	margin-bottom: 40px;
}

#portfolio .container a{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	filter: grayscale(100%);
}

#portfolio .container a img{
	width: 100%;
	height: 100%;

}

#portfolio .container a h2{
	top: 0;
	left: 0;
	text-decoration: none;
	position: absolute;
	color: #fff;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
}

#portfolio .container a h2:hover{
	opacity: 1;
	background-color: rgba(0,0,0,0.4)
}

#portfolio .container a:hover{
	filter: grayscale(0);
}

#portfolio .container .mobile{
	display: none;
}

#portfolio .container .robin{
	background-color: white;
}

#portfolio .container .katana{
	background-color: white;
}

#uiux{
	margin-top: 50px;
}

#uiux .container{
	height: 330vh;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#uiux .container h1{
	text-align: center;
	color: #FFFFFF;
}

#uiux .container .project h3{
	color: #fff;
	text-align: center;
}

#uiux .container .project .top h3{
	margin-top: 40px;
}

#uiux .container p{
	text-align: center;
	margin: 30px 600px; 
}

#uiux .container .web{
	display: block;
}
 

#uiux .container .mobile{
	display: none;
}

#uiux .container div img{
	width: 100%;
}

#intership{
	height: 90vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

#intership .container{
	display: flex;
	/*align-items: center;*/
	justify-content: center;
	flex-direction: row;
}

#intership .container .greet{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: min(60em, 8%);
	border-radius: 25px 0px 0px 25px;
	background-color: rgba(191, 185, 37, 0.6);
	backdrop-filter: blur(20px);
  	-webkit-backdrop-filter: blur(10px);
	flex: 1;
	width: 50%;
}
#intership .container .image{
	width: 50%;
	flex: 1;
}

#intership .container .image img{
	max-width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0px 25px 25px 0px;
	display: block;
}

#intership .container .greet h1{
	margin-bottom: 50px;
	text-align: center;
}

#intership .container p{
	color: #000;
	margin-bottom: 40px;
}

#intership .container .greet a{
	display: block;
	text-align: center;
	background-color: #000;
	color:#fff;
	padding: 40px 100px;
	border-radius: 20px;
	text-decoration: none;
}

#intership .container a:hover{
	color: #000;
	background-color: #fff;
	box-shadow: 0px 8px 10px 2px rgba(0, 0, 0, 0.8);
}

#contacts{
	height: 90vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

#contacts .container{
	background-color: #000;
	padding: min(15em, 8%);
	border-radius: 40px;
}
#contacts .container h1{
	color: #fff;
	text-align: center;
	margin-bottom: 80px;
}

#contacts .container .mail{
	display: flex;
	align-items: center;
	gap: 10px;
}

#contacts .container .mail img{
	width: 50px;
	height: auto;
}

#contacts .container h3{
	color: #484848;
	margin-bottom: 20px;
}

#contacts .container .mail a{
	text-decoration: none;
	color: #fff;
}

#contacts .container .social a{
	text-decoration: none;
	color: #fff;
}

#contacts .container a:hover{
	color: #BFB925;
}

#contacts .container .boxedit{
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 200px;
}

#contacts .container .social{
	display: flex;
	flex-direction: column;
}
#contacts h6{
	color: #fff;
	margin-top: 50px;
}

#contacts .container .inst img{
	width: 60px;
	height: auto;
	padding-right: 10px; 
}

#contacts .container .inst{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
#contacts .container .linked img{
	width: 60px;
	height: auto;
	padding-right: 10px; 
}

#contacts .container .linked{
	display: flex;
	align-items: center;
}



@media (max-width: 1920px){

	#start{
		height: 120vh;
}

	#start .container .greet{
		border-radius: 25px 0px 0px 25px;
}

	#start .container .image img{
		border-radius: 0px 25px 25px 0px;
}
	
	#start .container .greet h1{
		text-align: center;
}

	#start .container h3{
		color: #000;
		text-align: center;
}

	#aboutme{
		height: 60vh;
		display: flex;
		justify-content: center;
		align-items: center;

}


	#aboutme .container h1{
		color: #fff;

}
	
#skills{
height: 140vh;
display: flex;
justify-content: center;
align-items: center;
}
	
#skills .container .grid{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
	justify-content: center;
}

#skills .cerd img{
	width: 100%;
	border-radius: 30px;
}

#skills .card img{
	height: 100%;
}

#skills .grid .card{
	border-radius: 30px;
}
	
#uiux .container{
	height: 400vh;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
	
#uiux .container .web{
	display: block;
}
 

#uiux .container .mobile{
	display: none;
}
	#uiux .container p{
	text-align: center;
	margin: 30px 300px; 
}
	
	#intership{
		height: 120vh;
}
	
	#intership .container .greet{
		border-radius: 25px 0px 0px 25px;
}
	
	#intership .container p{
		color: #000;
}
	
	#intership .container .image img{
		border-radius: 0px 25px 25px 0px;
}
	
	#contacts{
		height: 90vh;
}
	
	#contacts .container .linked img{
		padding-right: 10px; 
}
	
}



@media (max-width: 431px){
	
h1{
	font-family: "Overpass", sans-serif !important;
	font-size: clamp(3rem, calc(13vw + 1rem), 7rem) !important;
	font-weight: 800 !important;
}
	
	
p{
	color: white;
	font-size: 1.1rem !important;
	font-family: "Lexend", sans-serif !important;
	line-height: 150% !important;
}

.container{
	max-width: 431px;
	}
	
::-webkit-scrollbar {
  width: 6px;
}
	
.hideOnMobile{
	display: none;
	}
	
.sidebar{
	position: fixed;
	top: 0;
	right: 0;
	height: 230vw;
	width: 100vw;
	z-index: 999;
	background-color: rgba(0,0,0, 0.8);
	backdrop-filter: blur(20px);
  	-webkit-backdrop-filter: blur(10px);
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.sidebar li{
	margin-top: 30px;
	}
	
nav li a{
	height: 100%;
	text-decoration: none;
	color: #BFB925;
	display: flex;
	padding: 0 5vw;
	align-items: center;
	font-size: 18px;
	font-family: "Lexend", sans-serif;
}

.sidebar li:first-child{
	display: block;
	align-content: flex-end;
	width: 100%;
}
	
.hideOnMobile{
	display: none;
	}
	
.burger{
	width: 23%;
	height: auto;
	display: block;
	}
	
#start{
	height: 180vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

#start .container{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

#start .container .greet{
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 25px 25px 0px 0px;
	background-color: rgba(191, 185, 37, 0.6);
	backdrop-filter: blur(20px);
  	-webkit-backdrop-filter: blur(10px);
	width: 100%;
}
	
#start .container .image{
	width: 100%;
}

#start .container .image img{
	border-radius: 0px 25px 25px 0px;
}
	
#start .container .greet h1{
	text-align: center;
	margin-bottom: 30px;
}

#start .container h3{
	color: #000;
	font-size: 30px;
	text-align: center;
}

#aboutme{
	height: 70vh;
	display: flex;
	justify-content: center;
	align-items: center;

}

#aboutme .container{
	background-color: rgba(191, 185, 37, 0.6);
	max-width: 100%;
	padding: 150px 30px;
	backdrop-filter: blur(20px);
  	-webkit-backdrop-filter: blur(10px);
}

#aboutme .container h1{
	color: #fff;
	
}
	
#skills{
	height: 100vh;
}
	
#skills .container .grid {
  	display: none;
}
	
#skills .gridmobile{
	display: flex;
	align-items: center;
	overflow-x: scroll;
 	overflow-y: hidden;
 	white-space: nowrap;
	-ms-overflow-style: none;  /* IE и Edge */
    scrollbar-width: none;  /* Firefox */
	-webkit-overflow-scrolling: touch;
	height: 400px;
	}
	
#skills ::-webkit-scrollbar {
    display: none;
	}
	
#skills .gridmobile .inlcard{
	flex-shrink: 0;
	height: 300px;
	}
	
#skills .gridmobile .inlcard img{
	height: 100%;
 	width: auto;
	flex: 0 0 auto;
	border-radius: 20px;
	display: block;
}
	
#skills .gridmobile .inlcard img:first-child{
	margin-left: 20px;
}
	
#skills .gridmobile .inlcard img:last-child{
	margin-right: 20px;
}
	
#portfolio .container .web{
	display: none;
}

#portfolio{
	height: 230vh;
	display: flex;
	flex-direction: column;
}
	
#portfolio h1{
	color: #FFFFFF;
	text-align: center;
}
	
#portfolio .container a h2{
	top: 0;
	left: 0;
	text-decoration: none;
	position: absolute;
	color: #fff;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	background-color: rgba(0,0,0,0.6)
}
	
#portfolio .container .mobile{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 50px;
}
	
#uiux .container{
	height: 490vh;
}
	
#uiux .container .mobile .project h3{
	color: #fff;
	text-align: center;
}

#uiux .container .mobile .project .top h3{
	margin-top: 40px;
}
	
#uiux .container p{
	text-align: center;
	margin: 30px 20px; 
}
	
#uiux .container .web{
	display: none;
}
	
#uiux .container .mobile{
	display: block;
}
	
#intership{
	height: 90vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

#intership .container{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

#intership .container .greet{
	border-radius: 25px;
	padding: min(90em, 15%);
	width: 100%;
}

#intership .container .image img{
	display: none;
}

#intership .container .greet h1{
	margin-bottom: 10px;
	text-align: center;
}

#intership .container p{
	color: #000;
}

#intership .container .greet a{
	padding: 30px 60px;
	border-radius: 20px;
	text-decoration: none;
	text-align: center;
}

#intership .container a:hover{
	color: #000;
	background-color: #fff;
	box-shadow: 0px 8px 10px 2px rgba(0, 0, 0, 0.8);
}
	
#contacts{
		height: 120vh;
}

#contacts .container{
		padding: 80px 60px;
		border-radius: 30px;
}
#contacts .container .boxedit{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 70px;
}	

#contacts .container .social{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
}
#contacts .container .cont{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
}
#contacts .container .cont h3{
		text-align: center;
}
	
	#contacts .container .social h3{
		text-align: center;
	}
	
#contacts .container .mail img{
		width: 40px;
}
	
#contacts .container .linked img{
		width: 40px;
		padding-right: 10px;
		margin-left: 5px;
}
	
#contacts .container .inst img{
		width: 50px;
		padding-right: 10px;
}
	
}