::root{
	scrollbar-color: #000 transparent;
}
html,body{
	padding: 0px;
	width: 100%;
	height: 100%;

	font-family: 'KoHo', sans-serif;
}

.loader{

	position: fixed;
	right: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 99;
	background: var(--loaderColor);

}
.loader-open{
	margin-top: -100vh;
	transition: 1s;
}
.lside, .rside{
	position: absolute;
	z-index: 5;
	z-index: 5;
	width: 49.5%;
	height: 100%;
	background: var(--borders);
	
	border: solid 10px var(--bgL2);
	border-top: none;
	border-bottom: none;

	background-color: #393939;
	/*opacity: 1;
	background-image:  linear-gradient(#6a6a6a 1.1px, transparent 1.1px), linear-gradient(to right, #6a6a6a 1.1px, #393939 1.1px);
	background-size: 22px 22px;*/

	transition: 1s;

}
.lside{
	  background: rgb(57,57,57);
background: linear-gradient(260deg, rgba(57,57,57,1) 0%, rgba(36,36,36,1) 100%); 
	border-left: none;
	left: 0;

}
.rside{
	 background: rgb(57,57,57);
background: linear-gradient(86deg, rgba(57,57,57,1) 0%, rgba(36,36,36,1) 100%); 
	border-right: none;
	right: 0;
}

.lopen{
	margin-left: -55%;
	transition: 2s;
}
.ropen{
	margin-right: -55%;
	transition: 2s;
}

.loading-label{
	/*background: var(--bgL2);*/
	position: absolute;
	z-index: 7;
	width: 200px;
	height: 200px;

	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;

	display: flex;
	justify-content: center;
	align-items: center;
}

#worper {
  text-align: center;
  font-weight: bold;
  line-height: 150px;
  color: var(--navText);
  width: 150px;
  height: 150px;
  position: relative;

	border-radius: 100%;
	background: rgb(57,57,57);
	background: radial-gradient(circle, rgba(57,57,57,1) 0%, rgba(36,36,36,1) 100%); 

	box-shadow: 0px 0px 20px rgba(15, 15, 15, 0.64);
}

#Loding{
	border: solid;
	border-width: 5px;
	border-radius: 50%;
	border-color: #E9EBED;
	border-left-color: var(--mainColor) ;
	border-top-color:  var(--mainColor);

	width: 150px;
	height: 150px;

	position:absolute;
	top: 2px;
	
	animation: linear;
	animation-name: rotateMe;
	animation-duration: 2s;
	animation-iteration-count: infinite; 
}

@keyframes rotateMe{
	0%{transform: rotate(0deg);}
	100%{ transform: rotate(360deg);}
}
/* ===  Public classes  === */

.txt-1{
	font-size: 60px;
	font-weight: bold;
	color: var(--navText);
}
.txt-2{
	font-size: 20px;
	color: var(--subTitle);
}
.txt-3{
	font-size: 16px;
	color: var(--articale);
}
.link{
	text-decoration: none;
	color: currentColor;
}

.link:hover{
	text-decoration: none;
	color: currentColor;
}



.links{
	text-decoration: none;
	color: currentColor;
	position: relative;
}
.links:hover{
	color: var(--mainColor);
	cursor: pointer;
}
.links::before{
	content: "";
	position: absolute;
	width: 10px;
	height: 20px;
	background: var(--mainGrad);
	border-radius: 10px;
	transition: 1s;


}
.links:hover::before{
	width: 50px;
	transition: 0.5s;
}
.btns{
	font-size: 18px;
	color: var(--navText);
}

.btns.links::before{
	width: 50px;
	height: 30px;
	transition: 1s;
}

.btns.links:hover::before{
	width: 100px;
	transition: 0.5s;
}

.borderColor{
	border-color: var(--borders) !important;
}

.titles{
	background: var(--mainGrad1);
	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}
.CAP{
	text-transform: uppercase;
}


.mleft1{
	margin-left: 0rem;
}


.mleft2{
	margin-left: 6rem;
}


.mleft3{
	margin-left: 12rem;
}

@media only screen and (min-width: 600px) and ( max-width : 800px){
	.mleft1{
		margin-left: 0rem;
	}


	.mleft2{
		margin-left: 0rem;
	}


	.mleft3{
		margin-left: 0rem;
	}
}
@media only screen and (max-width: 600px){
	.mleft1{
		margin-left: 0rem;
	}


	.mleft2{
		margin-left: 0rem;
	}


	.mleft3{
		margin-left: 0rem;
	}
}


.pb-60{
	padding-bottom: 20rem;
}






.main-canvas{
	width: 100%;
	height: 100%;
}

.bg-overflow{
	width: 100%;
	height: 100%;
	overflow: hidden;
	/*white-space: nowrap;*/
	position: absolute;
	z-index: 2;
}
.bg-img{
	width: 100%;
	height: 100%;
	object-fit: cover;

	animation-name: inOut;
	animation-duration: 20s;
	animation-direction: alternate-reverse;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;

	position: absolute;
	z-index: 2;
}

@keyframes inOut{
	from {
		width: 100%;
		height: 100%;
	}
	to {
		width: 120%;
		height: 120%;
		margin: -20px;
	}
}

/* .slides{
	
} */

.slides-cover{
	width: 100%;
	height: 100%;
	background: var(--coverGradiant);
	position: absolute;
	z-index: 5;
	transition: 1s;
}

.darkedCover{
	width: 100%;
	height: 100%;
	background: var(--coverGradiantChange);
	opacity: 0;
	position: absolute;
	z-index: 3;
	transition: 1s;
}


/* =============== Navbar ================ */
.navbar{
	border-bottom: solid 1px var(--borders);
}
.navbar-mode a{
	color: var(--navText);
}
.navbar-mode a:hover{
	color: var(--mainColor);
}

/* =============== Aside ================ */
.aside{
	width: 70px;
	height: 100%;
	position: absolute;
	z-index: 3;

	border-right: solid 1px var(--borders);

	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 30px 10px;

}
.aside-list,
.aside-sochial-list{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.aside-list li{
	transform: rotate(-90deg);
	margin-top: 85px;
	font-size: 14px;
	text-align: center;
}
.aside-list li a,
.aside-sochial-list li a
{

	text-decoration: none;
	color: var(--navText);
}


.aside-list li a:hover,
.aside-sochial-list li a:hover{
	color: var(--mainColor);
}

.aside-sochial-list li{
	margin-top: 15px;
	text-align: center;

}





/* =============== Images Show Stage ================ */
.imgs-stage{
	width: 80%;
	height: 90%;
	background: #fff;
	position: absolute;
	top:8px;
	right: 0px;
	border-radius: 10px;
	overflow-y: scroll;
	box-sizing: content-box;
	transition: 1s;
	
}
.hide-imgs-stage{
	margin-right: -1500px;
	transition: 0.5s;
	display: none;
}
.show-imgs-stage{
	margin-right: 0px;
	transition: 0.5;
}
.close{
	width: 40px;
	height: 40px;
	background: #f44;
	border-radius: 100%;
	font-size: 24px;
	color: #fff;
	text-align: center;
	position: fixed;
	margin: 23px;
	z-index: 7;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.38);
}
.close:hover{
	font-size: 26px;
	cursor: pointer;
	transition: 0.5s;
}
#viewr{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: auto;
	z-index: 6;
}

/* =============== Show Stage ================ */
.show-stage{
	width: calc(100% - 70px);
	height: calc(100% - 110px);
	margin-top: 60px;
	/*margin-left: 70px;*/
	/*background: rgba(245, 245, 245, 0.5);*/
	padding: 30px;
	overflow-y: scroll;
	/*scrollbar-color: #0A4C95 #C2D2E4;*/
	/*box-sizing: content-box;*/
	position: relative;

	/*position: absolute;*/
	z-index: 3;
	left: 70px;
	box-sizing: border-box;
	scrollbar-color: #242426 transparent;
	scrollbar-width: thin;
}



/*html {scrollbar-color: #0064a7 #8ea5b5;}*/

.show-stage::-webkit-scrollbar {
    width: 2px;
}
 
.show-stage::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.show-stage::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

/* =============== Content List ================ */

.app-footer{
	width : calc(100% - 70px);
	display: flex;
	justify-content: center;
	position: absolute;
	z-index: 4;
	margin-left: 70px;

	margin-top: -65px;
	transition: 1s;
}

.hide-footer{
	margin-top: -70px;
	transition: 0.5s;
}

.content-list{
	width: 100%;
	list-style: none;
	display: flex;
	flex-direction: row;
	justify-content: center;
	
	padding: 0px 85px;
}

.content-list li{
	margin: 0px 10px;
}

.cl-item{
	width: 120px;
	height: 100px;
	background: var(--bgAlpha);
	border-radius: 10px;

	padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	white-space: normal;
	transition: 1s;

	position: relative;
	box-sizing: border-box;
}

.cl-item i{
	/* font-size: 26px !important; */
	color: var(--navText);
	margin-bottom: 4px;
	font-size: 26px !important;
}
.cl-item h4{
	font-size: 14px;
	color: var(--navText);
	/* overflow ... */
	



}

.cl-active , .cl-item:hover , .cl-item:active{
	background: var(--mainGrad);
	margin-top: -20px;
	cursor: pointer;
	transition: 0.5s;
	box-shadow: 4px 4px 10px rgba(126, 125, 125, 0.25);

}


@media only screen and (min-width: 600px) and ( max-width : 800px){
	/* === mediam screens ===*/
	.show-stage{
		width: 100%;
		left:  0px;
	}
	.app-footer{
		width: 100%;
		margin-top: -120px;
	}
	.content-list li{
		margin: 0px -3px;
	}
	
	.cl-item{
		margin: 0px 10px;
		width: 90px;
		height: 100px;
		padding: 10px;
	}
	.cl-item i{
		font-size: 20px;
	}
	.cl-item h4{
		font-size: 12px;
	}

}

@media only screen and (max-width: 600px){
	/* === small screens ===*/
	.aside{
		width: 40px;
	}
	.show-stage{
		width: 100%;
		left:  20px;
	}
	.app-footer{
		width: 100%;
		margin-left: 10px;
	}
	.content-list li{
		margin: 0px -8px;
	}

	.app-footer{
		margin-top: -70px;
	}
	.cl-item{
		margin: 0px 10px;
		width: 40px;
		height: 40px;
		padding: 3px;
	}
	.cl-item i{
		font-size: 20px;
	}
	.cl-item h4{
		font-size: 12px;
		display: none;
	}
}



/* =============== 	Home Section ================ */

.home-section {
    position: relative;
    min-height: 100vh;
    background-image: url('{{ asset("imgs/website-imgs/slide1.jpg") }}');
    background-size: cover;
    background-position: center;
    overflow: hidden;
}


.home-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
}

/* Smooth arrow animation */
.bounce {
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-10px); }
    60% { transform: translateY(-5px); }
}


.profile-img{
	/*width: 150px;*/
	/*height: auto;*/
	height: auto;
	width: 100%;
	max-width: 200px;
	transition: 0.5s;
}

.hideProfile{
	opacity: 0 !important;
	transition: 0.5s;
}

.profile-controls{
	max-width: 100%;
	min-width: 200px;
	height: 40px;
	border-radius: 10px;
	background: var(--borders);

	padding-left: 15px;
	padding-right: 15px;
}




/* =============== 	Education Section ================ */
.edu-tap{
	padding-left: 20px;
	margin-bottom: 10px;
	padding-top: 10px;
	border-radius: 5px;
}
.edu-tap:hover{
	cursor: zoom-in;
	background: var(--mainGrad);
}
.dots{
	width: 20px;
	height: 20px;
	background: var(--mainGrad1);
	display: inline-block;
	margin-left: -54px;
	margin-right: 33px;
	border-radius: 100%;
}

.edu-tap h4{
	font-size: 14px;
	font-weight: bold;
	color: var(--navText);
}

.edu-tap span{
	font-size: 12px;
	color: var(--note);
}

.edu-tap p{
	font-size: 14px;
	color: var(--subTitle)
}

.edu-tap ul{
	margin-left: 20px;
	margin-top: 5px;
	border-left: solid var(--borders) 1px;
}
.edu-tap ul li{
	font-size: 14px;
	color: var(--articale);
	margin-bottom: 3px;
	list-style: disc;
}

.exp:hover {
  cursor: pointer;
  background: #00000042;
  transition: 0.5s;
}


/* =============== 	Education Section ================ */

.info-tap{
	width: 100%;
	height: 90px;
	display: flex;
	flex-direction: column;
	background: var(--bgAlpha);
	border-radius: 10px;

	margin-bottom: 2rem;
}

.down,.up{
	width: 100%;
	height: 45px;
	border-radius: 10px;
	text-align: center;
	color: var(--navText);

	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.down{
	background: var(--borders);
}

.prog-circle{
	width: 50px;
	height: 50px;
	border-radius: 10px;
	background: var(--bgL2);

	position: absolute;
	left: 20px;
	top: -25px;

	display: flex;
	justify-content: center;
	align-items: center;

}

.prog-circle > *{
	display: flex;
}
.info-title{
	margin: 0px;
	font-size: 16px;
	text-transform: capitalize;
}




/* =============== 	Skills & programming languages Section ================ */	



.type-title{
	font-size: 24px;
	color: var(--navText);
	font-style: italic;
	text-transform: capitalize;
}

.main-progress{
	position: fixed;
	top: 0;
	width: 100%;
	height: 5px;
	z-index :1031;
	background: rgb(255, 255, 255,0.5);
}

.progress {
	height: 5px;
}

.icons{
	font-size: 60px;
	color: var(--navText);
}


.html{
	float: left;
	position: relative;
	z-index: 2;
}.css{
	float: left;
	position: relative;
	z-index: 1;
	margin-left: -20px;
}








/* =============== 	Transisions And Animations ================ */	

/*==== background ====*/
.coverChanged{
	opacity: 1;
	transition: 0.5s;
}



/*==== Slides ====*/
.showOut{
	transition: 0.5s;
	margin-left: -1500px;
	display: none;
}

.showIn{
	transition: 1s;
	/* margin-left: 0px;	 */
}


/*==== Content ====*/

.hide-right{
	margin-left: -50px;
	margin-right: 50px;
	opacity:0; 
	transition: 1s;
}
.show-right{
	margin-left: 0px;
	margin-right: 0px;
	opacity:1;
	transition: 2s;
}

