:root{
    --blue-color: #234AFC;
    --purple-color: #FF00FF;
    --dark-theme: #27272b;
    --light-theme: #EDEEFF;
	--black-color: #0A0A0C;
	--color-top-right: #222;
    --color-bottom-left: #000;
}
html{
    scroll-behavior: smooth;
}

*{
    font-family: 'Space Mono', monospace;
    margin: 0;
    padding: 0;
}
body{
    background-color: var(--dark-theme);
}

/* ---------------------------------------------------header */
.header{
    display: flex;
    align-items: center;
    flex-flow: column;
}
.header-img img{
    padding: 15px;
    width: 200px;
}
nav a {
	position: relative;
	display: inline-block;
	margin: 15px 25px;
	outline: none;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
    font-size: 1.35em;
    color: var(--blue-color);
}
.nav a:hover{
    color: var(--purple-color);
}

nav a:hover,
nav a:focus {
	outline: none;
}

.cl-effect-4 a {
	padding: 0 0 10px;
}

.cl-effect-4 a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: var(--purple-color);
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.cl-effect-4 a:hover::after,
.cl-effect-4 a:focus::after {
	height: 5px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

/* -------------------------------menu-mobile */
.menu-mobile{
	display: none;
}

div.burger {
	height: 30px;
	width: 40px;
	position: absolute;
	top: 11px;
	left: 21px;
	cursor: pointer;
	z-index: 1;
}
.x{
	background: var(--blue-color);
}
div.y{
	background: var(--purple-color);

}
div.z{
	background: #FF9B4F;

}
div.x,
div.y,
div.z {
	position: absolute; margin: auto;
	top: 0px; bottom: 0px;		
	border-radius:2px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
div.x, div.y, div.z { height: 3px; width: 26px; }
div.y{top: 18px;}
div.z{top: 37px;}
div.collapse{
	top: 20px;
	background:var(--purple-color);
	-webkit-transition: all 70ms ease-out;
	-moz-transition: all 70ms ease-out;
	-ms-transition: all 70ms ease-out;
	-o-transition: all 70ms ease-out;
	transition: all 70ms ease-out;
}
	

div.rotate30{
	-ms-transform: rotate(30deg); 
	-webkit-transform: rotate(30deg); 
	transform: rotate(30deg);	
	-webkit-transition: all 50ms ease-out;
	-moz-transition: all 50ms ease-out;
	-ms-transition: all 50ms ease-out;
	-o-transition: all 50ms ease-out;
	transition: all 50ms ease-out;
}
div.rotate150{
	-ms-transform: rotate(150deg); 
	-webkit-transform: rotate(150deg); 
	transform: rotate(150deg);	
	-webkit-transition: all 50ms ease-out;
	-moz-transition: all 50ms ease-out;
	-ms-transition: all 50ms ease-out;
	-o-transition: all 50ms ease-out;
	transition: all 50ms ease-out;
}

div.rotate45{
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-ms-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
}
div.rotate135{
	-ms-transform: rotate(135deg); 
	-webkit-transform: rotate(135deg); 
	transform: rotate(135deg);	
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-ms-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
}


div.circle{
	border-radius: 50%;
	width: 0px;
	height: 0px;
	position:absolute;
	top: 35px;
	left: 36px;
	background:var(--light-theme);
	opacity:1;
	-webkit-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-moz-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-ms-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-o-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}
div.circle.expand{
	width:1200px;
	height:1200px;
	top: -560px;
	left: -565px;
	-webkit-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-moz-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-ms-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-o-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	z-index: 1;
}
div.menu {
	height: 568px; 
	width: 320px;
	position: absolute;
	top: 0px; left: 0px;
	z-index: 1;
}
div.menu ul li {
	list-style: none;
	position:absolute;
	top:50px;;
	left:0;
	opacity:0;
	width:320px;
	text-align:center;
	font-size:0px;
	-webkit-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-moz-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-ms-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-o-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}
div.menu ul li a {
	color:var(--blue-color);
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:3px;
}

div.menu li.animate{
	font-size:21px;
	opacity:1;
	-webkit-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-moz-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-ms-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-o-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}
div.menu li.animate:nth-of-type(1){
	top:120px;
	transition-delay: 0.0s;
}
div.menu li.animate:nth-of-type(2){
	top:190px;
	transition-delay: 0.03s;
			
}
div.menu li.animate:nth-of-type(3){
	top:260px;
	transition-delay: 0.06s;
	
}
div.menu li.animate:nth-of-type(4){
	top:330px;
	transition-delay: 0.09s;
	
}
div.menu li.animate:nth-of-type(5){
	top:400px;
	transition-delay: 0.12s;
	
}
div.menu li.animate:nth-of-type(6){
	top:470px;
	transition-delay: 0.15s;
			
}

/* -------------------------------menu-mobile */


/* ------------------------------------------------hero */
.hero{
    height: 100vh;
    overflow: hidden;
}
.waves {
    width: 100%;
    transform: scale(1.6);
    margin-top: 7em;
}

.hero-title{
    text-align: center;
    font-size: 50px;
    color: var(--dark-theme);
    position: relative;
    bottom: 5.5em;
}
.word {
    padding: 0 14px 0 7px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.word:before {
content: '';
background-color: var(--black-color);
width: 1px;
position: absolute;
top: 5px;
bottom: 5px;
right: 7px;
animation: blinkAnim 900ms linear infinite;
}
@keyframes blinkAnim {
0% {
    opacity: 0;
}
50% {
    opacity: 1;
}
}

/* ---------------------------------projects */
.projects{
    display: flex;
    align-items: center;
    justify-content: center;
	flex-flow: column;
    /* margin-top: 20em; */
    height: 100%;
}
.projects-title{
	color: var(--blue-color);
	text-align: center;
	margin-bottom: 50px;
}

.projects-img{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}
.project img{
    border-radius: 15px;
}
.project {
    position: relative;
    width: 100%;
}
.overlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: rgba(237,238,255,0.9);
    overflow: hidden;
    width: 100%;
    height:0;
    transition: .5s ease;
}

.project:hover .overlay {
    bottom: 0;
    height: 100%;
    border-radius: 15px;
}

.text {
    color: var(--blue-color);
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.responsive{
    margin-bottom: 15px;
}

.btn-page{
    border: 2px solid var(--blue-color);
    padding: 5px 20px;
    border-radius: 20px;
    font-size: 20px;
    text-decoration: none;
    color: var(--blue-color);
    font-weight: bold;
    transition: 300ms;
}
.btn-page:hover{
    background-color: var(--blue-color);
    color: var(--light-theme);
}

/* ---------------------------------------------------aboutMe */
.aboutMe{
    color: #fff;
    margin-top: 100px;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    text-align: center;
    padding: 0 70px;
}
.aboutMe img{
    width: 400px;
    border-radius: 50%;
    border: 5px solid #fff;
    margin: 30px 0;
}
.aboutMe-desc{
    font-size: 25px;
}

/* --------------------------------------personal-projects */
.personal-projects{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    height: 100vh;
}

.container{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 15px;
    box-sizing: border-box;
    margin-top: 50px;
}
.pp-title{
    color: var(--blue-color);
}
.img-projects{
    width: 200px;
    border-radius: 15px;
    transition: 300ms;
}
.img-projects:hover{
    transform: scale(1.1);
}

/* ------------------------------form */
.form{
    background-color: var(--black-color);
    color: #fff;
    height: 100vh;
}
form{
    margin: 0 80px;
    padding: 0 80px;
}
form{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.form-inputs{
    display: flex;
    align-items: start;
    flex-flow: column;
}


.details-btn{
    color: var(--light-theme);
    background-color: var(--blue-color);
    outline: none;
    height: 50px;
    border: none;
    outline: none;
    width: 130px;
    transition: 300ms;
    margin-top: 2em;
    border-radius: 10px;
}
.details-btn:hover{
    color: var(--blue-color);
    background-color: var(--light-theme);
}
.form-title{
    padding-top: 2em;
    /* text-align: center; */
    margin: 0 80px;
    padding: 2em 80px 1em 80px;
}

.form__item {
	position: relative;
	display: flex;
	flex-direction: column;
	margin: 0 0 1.5rem 0;
}

.form__label {
	display: block;
	font-size: 1rem;
    font-weight: bold;
    margin: 0 0 0.5rem 0;
    display: flex;
    overflow: hidden;
    color: var(--blue-color);
}

.form__label span {
	opacity: 0;
}

.form__label span,
.form__placeholder span {
	flex: none;
	white-space: pre;
}

.form__input {
	display: block;
	font-size: 1.25rem;
	padding: 1.5rem;
    border: 0;
    width: 500px;
	background: var(--dark-theme);
	position: relative;
	font-weight: bold;
    color: var(--light-theme);
    border-radius: 10px;
}

.form__input:focus {
	outline: none;
}


.form__placeholder {
	position: absolute;
	top: 30px;
	z-index: 10;
	font-size: 1.25rem;
	pointer-events: none;
	padding: 1.5rem;
	display: flex;
	overflow: hidden;
	color: var(--blue-color);
	font-weight: bold;
}
textarea{
    resize: none;
    height: 163px;
    width: 500px;
}

/* ------------------------------footer */
.footer-contain{
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 15px;
    padding: 30px;
    margin: 50px;
    background-color: var(--black-color);
}

.footer-contain a{
    color: #fff;
    text-decoration: none;
    margin: 10px;
    font-size: 30px;
    transition: 300ms;
}
.footer-contain a:hover{
    color: var(--blue-color);
}
.lang{
	text-align: center;
}
.lang a{
	font-size: 15px;
}