@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital@1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cookie&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Secular+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Parisienne&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Titan+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fredericka+the+Great&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barriecito&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mochiy+Pop+One&display=swap');

*{
	margin: 0px;
	padding: 0px;
}

body{
	 /*background-color:#ECC5C0;*/
	 background-color:#000;
}

.container .navbar{
	width:139vw;
	height:15vh;
	/*background:#E4287C;*/
	background:#0AFFFF;   /* OR background-color:hsl(180, 100%, 50%);*/
	top:0px;
	left:0px;
	position: sticky;
	z-index:2;
	/*background-color: #ffffff10;
	backdrop-filter :blur(12px);
	-webkit-backdrop-filter:blur(12px);
	position: absolute;
	/*background-position: fixed;*/
}

.container .navbar img{
	width:90px;
	/*height:90px;*/
	float: left;
	max-width: 100%;
	height: auto;
}

.container .navbar ul{
	/*margin: 0px;
	padding: 0px;*/
	display: flex;
}

.container .navbar ul li{
	list-style: none;
}

.container .navbar ul li a{
	height: 50px;
	/*float:right;*/
	line-height: 50px;
	padding:0px 20px;
	color: black;
	font-weight: bolder;
	text-decoration: none;
	display: block;
	margin-right:130px;
	margin-top: 20px;
	font-size:35px;
	font-family: 'Cookie',cursive;
}


.container .navbar ul li a:hover{
	font-size: 40px; /*transform: scale(1.2); --> Makes the font size bigger by increasing it to 1.2 times the original size of text*/
	/*box-shadow:0 0 5px blue, 0 0 20px black;*/
	/*box-shadow:10px 10px 10px red;*/
	box-shadow:  5px 5px black;
	border:solid 1px black;
}


.wrapper{
	margin-top:1em;
	margin-left:5em;
	position: relative; /*Not important without it also working fine??*/
	z-index:1;
	padding-top:10px;
	padding-bottom:20px;
	text-align: center;
}
.wrapper h1{
	/*color: red;*/
	color: white;
	font-size: 65px;
}

.auto-input{
	/*color: black;*/
	color:#AFEEEE;
	font-family: 'IBM Plex Mono', monospace;
}
.info{
	display: flex;
	width: 100%;
	position: relative;
	background-color: #ffffff10;
  	backdrop-filter:blur(12px);

}

.info .content{
	flex: 50%;
	top:10px;
  	padding: 20px 20px;
  	position: relative;
  	background: -webkit-linear-gradient(#98FF98, #00A36C);
  	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
  	font-size: 25px;
  	font-family: 'Secular One', sans-serif; 
	/*position: relative;*/
}

.info .image{
	flex: 50%;
	/*position: relative;*/
}

.info .image img{
	max-width: 100%;
	width: 250px;	
	/*height:auto;*/
	height: 250px;
	/*border-radius: 50%;*/
	margin:40px 10px 5px 180px;
	background: linear-gradient(90deg, #46C7C7 50%, transparent 50%), 
                linear-gradient(90deg, #FFFF33 50%, transparent 50%), 
                linear-gradient(0deg, #FD1C03 50%, transparent 50%), 
                linear-gradient(0deg, #16F529 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y; /*top(left to right)- bottom(right to left) -left(bootom to top) - right(top-bottom)*/
    background-size: 16px 4px, 16px 4px, 4px 16px, 4px 16px;
    background-position: 0% 0%, 100% 100%, 0% 100%, 100% 0px;
    border-radius: 8px;
    padding: 10px;
    animation: dash 5s linear infinite; /* animation: animation-name animation-duration animation-timing-function  animation-iteration-count*/
	/*padding-left: 100px;*/
}


@keyframes dash {
    to {
        background-position: 100% 0%, 0% 100%, 0% 0%, 100% 100%;
    }
}


/*
.info p{
	/*left:0%;*/
  	/*top:10px;
  	padding: 20px 20px;
  	position: relative;
  	background: -webkit-linear-gradient(#98FF98, #00A36C);
  	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
  	/*display: flex;
    justify-content: center;
  	align-items: center;*/
  	/*font-weight: bold;
  	font-size: 25px;*/
  	/*font-family: 'Special Elite', cursive;*/
  	/*font-family: 'Secular One', sans-serif;  	*/
  	/*-webkit-backdrop-filter:blur(12px);
}*/


.button {
  /*width:180px;
  height:60px;*/
  position:relative;
  margin-left:20px;
  /*top:33em;*/
  /*transform: translate(-50%, -50%);*/
  justify-content: left;
  align-items: left;
}

.center {
  width: 180px;
  height: 60px;
  position: absolute;
}

.btn {
  width: 180px;
  height: 60px;
  cursor: pointer;
 /* background:linear-gradient(90deg,  #8F3152 0%, #FF5F1F 100%);*/
  background: black;
  border: 2px solid #91C9FF;
  outline: none;
  transition: 1s ease-in-out;
}


svg {
  position: absolute;
  fill: none;
  top:0;
  left:0;
  stroke:#fff;
  stroke-dasharray: 150 480;
  stroke-dashoffset: 150;
  stroke-width:2px;
  transition: 1s ease-in-out;
}

.btn:hover{
  transition: 1s ease-in-out;
  /*background:linear-gradient(90deg, #FC466B 0%, #3F5EFB 100%);*/
  background:#7FFFD4;
  border: 2px solid black;
  box-shadow: 0 0 5px cyan, 0 0 10px cyan ,0 0 30px cyan;

}

.btn:hover svg {
  stroke-dashoffset: -480;
}

.btn:hover span {
  font-size: 20px;
  font-weight: 200px;
  color:black;
  font-weight: bolder;
}

.btn span {
  color:cyan;
  font-size: 18px;
  font-weight:bolder;
}

#about{
	position: relative; 
	margin-top:100px;
	padding-top: 100px;
	margin-left: 30px; 
}

#about h1{
	color: /*#E56E94;*/#F433FF;
	font-size: 65px;
	text-shadow: 0 0 20px #FFFF33;
	font-family: 'Parisienne', cursive;
	font-weight: bolder;
	text-align: center;
}


/*
#about p{
	color: /*#E56E94;*//*#F433FF;*/
	/*font-size: 20px;
	text-align: left;
}*/
/*@media (max-width:1068px ) {
    :.container .navbar {
      	width: 100vw;
      	background-color: #E4287C;
       Only change code above this line 
    }
  }*/


#about .aboutinfo{
	display: flex;
	position: relative;
}

#about .aboutinfo .aboutimage{
	flex: 30%;
	width: 100%;
}

#about .aboutinfo  #aboutcontent{
	flex: 70%;
	width: 100%;
	color:#F433FF;
	font-size: 20px;
	margin-left: 100px;
	line-height: 1.5;
	font-family:monospace;
}

#about .aboutinfo  #aboutcontent strong{
	color:#F9A7B0;
	font-family: sans-serif;
}
#about .aboutinfo .aboutimage img{
	width: 350px;
	height:300px;
	border-radius:50%;
}

.timeline{
	position: relative; /*If not doing relative the vertical line extends till top*/
  	max-width: 1200px;
  	margin: 0 auto;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 8px;
  background-color:#F67280;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left:-3px;
  border-radius: 10px;
}

.container2 { /*Applies to  all circles and containers both because container include circle+boxes*/
  padding: 8px 40px;
  position: relative;/*apply relatively to parent element that is timeline so adjusts padding relative to timeline*/
  /*background-color: inherit;*/
  width: 50%;   
  box-sizing: border-box;/*Width and height apply to all parts of the element: content, padding and borders:*/
}

/* The actual content */
.container2 .content {
  padding: 20px 30px;
  background-color:#C48189;
  position: relative;
  border-radius: 7px;
  box-shadow:5px 5px 10px #FFF;
  color:/*#3F000F*//*#43302E	*/black;
  font-size: 20px;
  font-family: bold;
}

.container2::after { /*works on circles*/
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right:-17px;
  background-color: white;
  border: 4px solid #FF9F55;
  top: 14px;
  border-radius: 50%;
  z-index: 1;
}

.left {
  left:0px;
}
/* Place the container to the right */
.right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  width: 0; 
  height: 0;
  z-index: 1;
  position: absolute;
  left:550px;
  top:10px;
  right: 30px;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #C48189;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  width: 0; 
  height: 0;
  z-index: 1;
  position: absolute;
  left:20px;
  top:7px;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 30px solid #C48189;
}
/*Fix the circle for containers on the right side */
.right::after {
  left: -17px;
}

.skill{
	color:white;
	padding-top:20px;
	font-size: 20px;
}

.skill-container{
	display:flex;
	margin-left:180px;
}

.right-skills{
	flex:50%;
	padding: 20px 50px;
}
.left-skills{
	flex:50%;
	padding: 20px 50px;
}


/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width:1300px) {
  /* Place the timelime to the left */
  .timeline::after {
  left: 31px;
  }
  
  /* Full-width containers */
  .container2{
  width: 100%;
  padding-left: 70px;
  padding-right: 25px;
  }
  
  /* Make sure that all arrows are pointing leftwards */
  .container2::before {
  left: 50px;
  top:8px;
  border: medium solid #C48189;
  border-width: 30px 30px 30px 0;
  border-color: transparent #C48189 transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after, .right::after {
  left: 15px;
  }
  
  /* Make all right containers behave like the left ones */
  .right {
  left: 0%;
  }


}
progress{
  	width: 200px;
  	height:15px;
 /* 	background: white;
  	color:#C48189;*/
  	border-radius:100px;
  }

progress::-webkit-progress-value {
  background:#C48189;
  border-radius:100px;
}

progress::-webkit-progress-bar {
  background: white;
  border-radius:100px;
}

#course-heading{
	color:#FBB917;
	text-align: center;
	font-size: 50px;
	font-family: 'Titan One', cursive;
	padding-top: 100px;
	letter-spacing: 1px;
}

.proffessional-courses{
	display: flex;
	position: relative;
	padding-bottom: 100px;
}


.proffessional-courses .card1-box{
	flex:33.3%;
	margin-top: 30px;
}

.proffessional-courses .card1-box .card1{
	padding: 20px 50px;
	/* height: 400px;
	width:200px; */
	height:auto;
	width:auto;
	margin:0px 30px;
	box-shadow: 0 0 10px yellow;
	color:white;
	background-color: #f5d020;
	background-image: linear-gradient(315deg, #f5d020 0%, #f53803 74%);
	border: 10px solid black;
	border-radius: 12px;
}

.proffessional-courses .card2-box{
	flex:33.3%;
	margin-top: 30px;
}


.proffessional-courses .card2-box .card2{
	padding: 20px 50px; 
	/* height: 400px;
	width:200px; */
	height:auto;
	width:auto;
	/* margin:0px 30px; */
	box-shadow: 0 0 10px yellow;
	color:white;
	background-color: #f5d020;
	background-image: linear-gradient(315deg, #f5d020 0%, #f53803 74%);
	border: 10px solid black;
	border-radius: 12px;
}


.proffessional-courses .card3-box{
	flex:33.3%;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 30px;
}

.proffessional-courses .card3-box .card3{
	padding: 20px 50px;
	/* height: 400px;
	width:200px; */
	height:auto;
	width:auto;
	margin:0px 30px;
	box-shadow: 0 0 10px yellow;
	color:white;
	background-color: #f5d020;
	background-image: linear-gradient(315deg, #f5d020 0%, #f53803 74%);
	border: 10px solid black;
	border-radius: 12px;
}

.non-proffessional-courses{
	display: flex;
	position: relative;
	padding-bottom: 100px;
}


.non-proffessional-courses .card1-box{
	flex:33.3%;
	margin-top: 30px;
}

.non-proffessional-courses .card1-box .card1{
	padding: 20px 50px;
	/* height: 300px;
	width:200px; */
	height:auto;
	width: auto;
	/* margin:0px 30px; */
	box-shadow: 0 0 10px yellow;
	color:white;
	background-color: #f5d020;
	background-image: linear-gradient(315deg, #f5d020 0%, #f53803 74%);
	border: 10px solid black;
	border-radius: 12px;
}
.non-proffessional-courses .card2-box{
	flex:33.3%;
	margin-top: 30px;
}


.non-proffessional-courses .card2-box .card2{
	padding: 20px 50px;
	/* height: 300px;
	width:200px; */
	height:auto;
	width: auto;
	margin:0px 30px;
	box-shadow: 0 0 10px yellow;
	color:white;
	background-color: #f5d020;
	background-image: linear-gradient(315deg, #f5d020 0%, #f53803 74%);
	border: 10px solid black;
	border-radius: 12px;
}


.non-proffessional-courses .card3-box{
	flex:33.3%;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 30px;
}

.non-proffessional-courses .card3-box .card3{
	padding: 20px 50px;
	/* height: 300px;
	width:200px; */
	height:auto;
	width: auto;
	margin:0px 30px;
	box-shadow: 0 0 10px yellow;
	color:white;
	background-color: #f5d020;
	background-image: linear-gradient(315deg, #f5d020 0%, #f53803 74%);
	border: 10px solid black;
	border-radius: 12px;
}

.heading{
	color: black;
	letter-spacing: 1px;
	font-weight:900px;
	font-size:40px;
	/* display: inline; */
	font-family: 'Great Vibes', serif;
	position: relative;
	/* text-align: center; */
}
.text{
	color:blue;
	font-weight:bolder;
	font-size:20px;
	/* padding:10px 10px; */
	/* white-space: nowrap; */
  /* overflow: hidden; */
  /* text-overflow:hidden; */
  /* word-wrap: break-word; */
}
.view-buttons{
	background-color:black;
	padding:10px 10px;
	color: #f5d020;
	margin-top:10px;
	font-weight:bold;
	border:1px solid black;
	border-radius: 5px;	
}

.course-links{
	text-decoration: none;
	color:yellow;
	font-weight: bolder;
}

.experience-heading{
	color:white;
	text-shadow: 10px 10px 50px #E9E4D4;
	font-family:'Mochiy Pop One', sans-serif;
	font-weight:bolder;
	text-align: center;
	text-transform: capitalize;
	font-size:50px;
	/* margin-left:100px; */
	padding-top: 100px;
	padding-bottom:50px;
	
}
.card {
	height: 300px;
	width:300px;
	position: relative;
	padding: 20px;
	/* box-sizing: border-box; */
	display: flex;
	/* align-items: flex-end; */
	align-items: center;
	text-decoration: none;
	/* border: 4px solid #b0215e; */
	border-radius:10px;
	/* margin-bottom: 20px; */
	margin-left:520px;
	box-shadow: 0 0 10px orangered;
	/* background-image: url('https://images.unsplash.com/photo-1516051662687-567d7c4e8f6a?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1868&q=80'); */
    background-image: url('https://w0.peakpx.com/wallpaper/578/106/HD-wallpaper-tech-abstract-background-colorful-corpor-high-iridescent.jpg');
	  /* background-size: cover; */
	
	@include media {
	  height: 500px;
	}
  }
  
  .inner {
	height: 60%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center; 
	background: white;
	box-sizing: border-box;
	padding: 10px;
	
	@include media {
	  width: 50%;
	  height: 100%;
	}
  }
  
  .title {
	font-size: 28px;
	color: black;  
	text-align: center;
	font-weight: 700;
	/* color: #181818; */
	text-shadow: 0px 2px 2px #a6f8d5;
	position: relative;
	margin: 0 0 20px 0;
	
	@include media {
	  font-size: 30px;
	}
  }
  
  .subtitle {
	color: #b0215e;
	text-align: center;
	font-weight:bolder;
	font-size:20px;
  }
  

.project{
	background:#BCE954;
  }

#projects{
	width: 100vw;
	height: 100%;
 }
 
 #projects h2{
   text-align:center;
   font-size:80px;
   /* color:#66FF00; */
   text-shadow:0 0 20px #66FF00;
   -webkit-text-stroke: 1px #CCFB5D;
   padding-top:100px;
   padding-bottom:50px;
   font-family: 'Fredericka the Great', sans-serif;
 } 
 
 .image-link{
   text-decoration:none;
 }
 
 .project-tile{
 /*   display:flex; */
	display: grid;
   grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
   grid-gap: 4rem;
   width: 100%;
   max-width: 1280px;
   margin: 0 auto;
 /*   margin-bottom: 6rem; */
   padding-bottom:20px;
 }
 .project-image{
 /*    flex:25%;
	width:25vw;
	height:400px;
   padding-left:10px;
   padding-right:10px;
   padding-top:30px; */
   height: calc(100% - 6.8rem);
   width: 100%;
   object-fit: cover;
 }
 /* project-title-container{
   display:flex;
 }
  */
 .project-title{
 /*   flex:25%;
   color:white;
   font-size:30px;
   text-align:center;
   background-color: #000080;
   margin-right:10px;
   margin-left:5px;
   font-weight:bolder;
   box-shadow:0 0 10px white;
   border-radius:20px; */
   font-size: 2rem;
   padding: 1rem 0.5rem;
   color:black;
   font-weight:bolder;
   text-align:center;
   margin-top:10px;
 }


 .achievement-heading{
	color:#FD1C03;
	font-weight:bolder;
	text-align: center;
	text-transform: capitalize;
	font-size:100px;
	/* margin-top:100px; */
	padding-top: 100px;
	padding-bottom:30px;
	font-family:'Barriecito', cursive;
}

 .cards-list {
	z-index: 0;
	width: 100%;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
  }
  
  .achievement-card {
	margin: 30px auto;
	width: 300px;
	height: 300px;
	border-radius: 40px;
  box-shadow: 5px 5px 30px 7px rgba(0,0,0,0.25), -5px -5px 30px 7px rgba(0,0,0,0.22);
	cursor: pointer;
	transition: 0.4s;
  }
  
  .achievement-card .card_image {
	width: inherit;
	height: inherit;
	border-radius: 40px;
  }
  
  .achievement-card .card_image img {
	width: inherit;
	height: inherit;
	border-radius: 40px;
	object-fit: cover;
  }
  
  .achievement-card .card_title {
	text-align: center;
	border-radius: 0px 0px 40px 40px;
	font-family: sans-serif;
	font-weight: bolder;
	font-size: 20px;
	margin-top:-150px;
	height: 40px;
  }
  
  .achievement-card:hover {
	transform: scale(0.9, 0.9);
	box-shadow: 5px 5px 30px 15px rgba(0,0,0,0.25), 
	  -5px -5px 30px 15px rgba(0,0,0,0.22);
  }
  
  .title-white {
	color:black;
  }
  
  .title-black {
	color: black;
  }
  
  @media all and (max-width: 500px) {
	.card-list {
	  /* On small screens, we are no longer using row direction but column */
	  flex-direction: column;
	}
  }
  
  
 
 #contact{
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   text-align: center;
   width: 100%;
   height: 80vh;
   padding: 0 2rem;
 }
 
 .contact-section-header  h2 {
   font-size: 6rem;
   color:#7575CF;
 }

 .contact-links {
   display: flex;
   justify-content: center;
   width: 100%;
   max-width: 980px;
   margin-top: 4rem;
   flex-wrap: wrap;
    font-size:50px;
   color:#7575CF;
 }

 .contact-button {
   display: inline-block;
   padding: 1rem 2rem;
   border-radius: 2px;
   text-decoration: none;
 }
 /* 
 .contact-details {
   font-size:6 rem;
   color:white;
 } */
 
 i {
   /* margin-left: px; */
   margin-right:10px;
   font-size:50px;
   /* color:white; */
   color:#7575CF;
   transform: translateX(0);
   transition: transform 0.3s ease-out;
 }
 
 .contact-button:hover {
   transform: translateY(8px);
 }


@media screen and (max-width:900px){
	.proffessional-courses{
		flex-direction: column;
	}

	.non-proffessional-courses{
		flex-direction: column;
	}

	#about h1{
		text-align: center;
		margin-left: 100px;
	}
	#about .aboutinfo{
		flex-direction: column;

	}
	#about .aboutinfo .aboutimage{
	   display: block;
  	   margin-left: auto;
       margin-right: auto;
       margin-top:20px;
       margin-bottom: 20px;
  	   width: 50%;
	}
	.info{
		flex-direction: column-reverse;
	}
}
::-webkit-scrollbar{
	height:10px;        /* height of horizontal scrollbar */
	width :10px; 		/*width of vertical scrollbar */
}


::-webkit-scrollbar-track{		/*Scrollbar background*/
	box-shadow: inset 0 0 10px #0AFFFF;
	border:5px;
}

::-webkit-scrollbar-thumb{		/*Scrollbar(dragger)*/
	border-radius:5px;
	background:rgba(0,0,0,.5);

};



/*
.container .navbar .text-animation{
	margin-top: 120px;
	margin-left: 100px;
	display: flex;
}*/
/*
.container .wrapper{
  display: flex;
}
.wrapper .static-txt{
  color: #be1558;
  font-size: 75px;
  font-weight: 700;
  margin-top:3px;
}


.wrapper .dynamic-txts{
  margin-left: 15px;
  height: 90px;
  line-height:90px;
  overflow: hidden;
}
.dynamic-txts li{
  list-style: none;
  color:black;
  font-size: 60px;
  font-weight: 500;
  position: relative;
  top: 0;
  animation: slide 12s steps(4) infinite;
}

@keyframes slide {
  100%{
    top: -360px;
  }
}

.dynamic-txts li span{
  position: relative;
  margin: 5px 0;
  line-height: 90px;
  color: #322514;
  font-family: 'IBM Plex Mono', monospace;
}

.dynamic-txts li span::after{
  content: "";
  position: absolute;
  left: 0;
  height:100%;
  width:100%;
  background:#ECC5C0;
  border-left: 2px solid black;
  animation: typing 3s steps(13) infinite;
}

@keyframes typing {
  40%, 60%{
    left: calc(100% + 30px);
  }
  100%{
    left: 0;
  }
}*/

