@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700|Roboto:300,400,500,700,900&amp;display=swap");

/* WEBSITE THEMES */

/* PISTACHIO */
:root {
  --accent: #3b82f6;
  --fontclr: lightsteelblue;
  --sechdclr: white;
  --numbercolor: mediumaquamarine;
  --bgclr: #0d1119;
  --headcolor: mediumaquamarine;
  --prjclr: #1b2435;
  --icocolor: mediumaquamarine;
  --hvrclr: rgba(59, 131, 246, 0.144);
  --opacity: 4%;
}

/* BLUEBERRY */
body.blueberry{
  --accent: #3b82f6;
  --fontclr: lightsteelblue;
  --sechdclr: white;
  --numbercolor: #3b82f6;
  --headcolor: #3b82f6;
  --bgclr: #17182f;
  --prjclr: #1c375c; 
  --icocolor: #ffffff;
  --hvrclr: #1c375c62;
  --opacity: 4%;
}

/* MINT */
body.mint{
  --accent: #3b82f6;
  --fontclr: lightsteelblue;
  --sechdclr: white;
  --numbercolor: mediumaquamarine;
  --bgclr: #0a192f;
  --headcolor: mediumaquamarine;
  --prjclr: #172a45;
  --icocolor: mediumaquamarine;
  --hvrclr: #172a45a2;
  --opacity: 4%;
}

/* VANILA */
body.vanila{
  --accent: #254577;
  --fontclr: #0a0a0a;
  --sechdclr: #0a0a0a;
  --bgclr: #fafafa;
  --numbercolor: #254577;
  --headcolor: #254577;
  --prjclr: #ffffff;
  --icocolor: #3b82f6;
  --hvrclr: rgba(0, 0, 0, 0.096);
  --opacity: 9%;
}

/* TYPING TEXT */
#typedjs {
  color: var(--fontclr);
}

/* GO TO TOP BUTTON */
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 100px; /* Place the button at the bottom of the page */
  right: 25px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: var(--accent); /* Set a background color */
  color: #fafafa; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  /* padding: 15px; Some padding */
  width: 50px;
  height: 50px;
  border-radius: 50%; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

/* PROJECTS ARCHIVE */
.project-year{
  color: var(--accent);
}

table {
  border-collapse: collapse;
  width: 100%;
}

td, th {
  text-align: left;
  padding: 8px;
}

.archive-row{
  visibility: visible; 
  opacity: 1; 
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); 
  transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.project-link{
  font-size: 20px;
}

.built-with{
  opacity: 70%;
}

.link-icons{
  color: var(--fontclr); 
  opacity: 70%;
}

@media (max-width: 769px) {
  td:nth-child(3) {
    display:none;
  }

  th:nth-child(3) {
    display:none;
  }
}

@media (max-width: 575px) {
  .archive-desc{
    padding-right: 4%; 
    padding-left: 4%;
  }
}

/* HEADINGS */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: var(--fontclr);
  line-height: 1.2em;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
}

h4.about{
  opacity: 70%;
}

h1 {
  color: var(--headcolor);
}

h1.name-heading{
  font-weight: 500;
  font-size: 70px;
}

h1.work-title{
  font-weight: 600; 
  font-size: 60px; 
  color: var(--sechdclr); 
  opacity: 80%;
}

h1.testimonials-heading{
  font-size: 51px;
}

.section-heading{
  letter-spacing: 10px;
}

@media (max-width: 775px) {
  h1.work-title{
    font-size: 45px; 
  }
  
}

@media (max-width: 480px) {
  h1.name-heading{
    font-weight: 300;
    font-size: 45px;
    padding-left: 3%;
    padding-right: 3%;
  }
  
  h1.work-title{
    font-weight: 450; 
    font-size: 25px; 
    padding-left: 3%;
    padding-right: 3%;
  }
  .section-heading{
    letter-spacing: 0px;
  }
  
}


/* HORIZONTAL RULE */
hr.nw {
  border: 1px solid var(--fontclr);
  opacity: var(--opacity);
}

hr.nav{
  border: 4px solid var(--fontclr);
  opacity: 20%;
}

/* SCROLL BEHAVIOR */
html {
  scroll-behavior: smooth;
}

/* BODY */
body {
  margin: 0;
  background-color: var(--bgclr) !important;
  color: var(--fontclr) !important;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.625em;
  position: relative;
}

/* NAV BAR */
.navbar {
  background-color: var(--bgclr);
  opacity: 96%;
  /* z-index: 99999 !important; */
  /* border: 1px solid red; */
}

.nav {
  /* background-color: #121212 !important; */
  margin: 0;
}

/* Underline From Left */
.nav-link {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  font-family: "SF Mono", "Fira Code", "Fira Mono", "Roboto Mono", "Lucida Console", Monaco, monospace;
  font-size: 15px;
  color: var(--fontclr) !important;
  font-weight: 300 !important;
}
.nav-link:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: var(--accent);
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.nav-link:hover:before,
.nav-link:focus:before,
.nav-link:active:before {
  right: 0;
}

.numbers{
  color: var(--numbercolor); 
  font-size: 14px;
}

/* PARAGRAPH */
/*p {
  text-align: justify;
  text-justify: inter-word;
}*/

/* CONTAINER */
.container {
  overflow: auto;
}

.vertical-center {
  min-height: 110%; /* Fallback for browsers do NOT support vh unit */
  min-height: 110vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}

/* SOCIAL LINKS */
.social-links li {
  /* display: inline-block;
  vertical-align: middle; */
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.social-links li:hover,
.social-links li:focus,
.social-links li:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: 0.3s, 1.5s;
  animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

.link {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.link:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--accent);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.link:hover,
.link:focus,
.link:active {
  color: var(--fontclr);
}
.link:hover:before,
.link:focus:before,
.link:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.social-links li {
  list-style: none;
  display: inline-block;
}
.social-links li a {
  height: 50px;
  width: 50px;
  display: block;
  float: left;
  color: var(--accent);
  border-radius: 50%;
  position: relative;
}

.social-links li a svg {
  fill: var(--accent);
}

.social-links li a svg:hover {
  fill: var(--fontclr) !important;
  transition: all 0.3s !important;
}

.social-links li a svg,
.social-links li a ion-icon,
.social-links li a img,
.social-links li a i {
  position: absolute;
  font-size: 26px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}

.social-links li a:hover {
  color: var(--fontclr);
  transition: all 0.3s;
}

/* ARROW ICON */
.arrow-link {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: 400;
  display: inline-block;
  background-color: transparent;
  white-space: nowrap;
  color: var(--fontclr);
}

.arrow-link:after {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  bottom: 2px;
  margin-left: 15px;
  content: "";
  background: url(../../assets/images/arrow.svg) no-repeat center;
  background-size: 100%;
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
}

.arrow-link:hover:after {
  -webkit-transform: translateX(7px);
  transform: translateX(7px);
}

/* TESTIMONIALS */
div.testimonials-img{
  width: 150px;
  height: 140px;
  position: relative;
  overflow: hidden;
  padding-top: 23px;
  float: left;
}

/* SKILLS EXTERNEL */
.tech-icon {
  height: 28px;
}

/* SKILLS ICON-BOX */
.interests .icon-box {
  display: flex;
  align-items: center;
  padding: 20px;
  transition: ease-in-out 0.3s;
  border-radius: 5px;
}

.interests .icon-box .tech-icon,
.interests .icon-box i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
}

.interests .icon-box h3 {
  font-weight: 300;
  margin: 0;
  padding: 0;
  padding-left: 0.5rem;
  line-height: 1;
  font-size: 20px;
  color: var(--fontclr);
}

.interests .icon-box:hover {
  background: rgba(151, 37, 37, 0);
}

/* BACKGROUND SECTION HEADING */
.bg-text {
  position: absolute;
  margin-bottom: -1em;
  top: -80px;
  left: 10px;
  right: 0;
  bottom: 0;
  font-weight: 700 !important;
  color: var(--fontclr) !important;
  opacity: 0.05;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .bg-text {
    font-size: 6em;
  }
}
@media (max-width: 991.98px) {
  .bg-text {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .bg-text {
    display: none;
  }
}
@media (min-width: 768px) {
  .bg-text {
    position: relative;
  }
}

/* HAMBURGER MENU */
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(59, 130, 246)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.custom-toggler .navbar-toggler {
  border-color: rgb(59, 130, 246) !important;
} 

/* PROJECTS */
.card{
  background-color: #1c375c;
}
.card:hover{
  filter: drop-shadow(-10px 10px 6px rgba(0, 0, 0, 0.212));
}
.kwd{
  /* display: flex; */
  /* align-items: flex-end; */
  /* -webkit-box-flex: 1; */
  /* flex-grow: 1;  */
  flex-wrap: wrap;
  padding: 0px;
  margin: 20px 0px 0px;
  list-style: none;
}
.k{
  margin-right: 15px;
  flex-wrap: wrap;
}
.projectrow {
  margin-left: 100px;
  margin-top: 100px;
}
.fas:hover{
  color: black;
}
.projects a{
  text-decoration: none;
  color: inherit;
}
@media (max-width: 575px) {
  .project-shadow{
    filter: none;
  }
}


/* BLOGS */
.zoom {
	position: relative;
	border: 1px solid #333;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


.zoom img {
	vertical-align: top;
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.zoom:hover img{
  -moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

/* THEME SWITCH */
button {
  border: 0;
  outline: 0;
  cursor: pointer;
  background-color: #ffffff;
}

#theme-button{
  outline: none;
}

.dropbtn{
  background-image: linear-gradient(to bottom right, #ee7752, #e73c7e, #23a6d5, #23d5ab); 
  border-radius: 100%; 
  height: 30px; 
  width: 30px;
}

.dropdown {
  /*float: right;*/
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  right: 0;
  z-index: 1;
  padding-right: 20%;
}

.dropdown-content button {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.show {display: block;}

.pistachio-theme{
  background-image: linear-gradient(to bottom right, #0578fd, mediumaquamarine); 
  border: 1px solid black; 
  height: 25px; 
  width: 25px;
}

.blueberry-theme{
  background-image: linear-gradient(to bottom right, #3b82f6, #3b82f6); 
  border: 1px solid black; 
  height: 25px; 
  width: 25px;
}

.vanila-theme{
  background-image: linear-gradient(to bottom right, rgb(248, 247, 236), rgb(248, 247, 236)); 
  border: 1px solid black; 
  height: 25px; 
  width: 25px;
}

.mint-theme{
  background-image: linear-gradient(to bottom right, mediumaquamarine, mediumaquamarine); 
  border: 1px solid black; 
  height: 25px; 
  width: 25px;
}

.theme-text{
  margin-left: 30px;
}

/* HOVER ANIMATIONS */

/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Fade */
.hvr-fade {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
  background-color: var(--hvrclr);
}

/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover,
.hvr-float:focus,
.hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

/* Icon Forward */
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-forward .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-forward:hover .hvr-icon, .hvr-icon-forward:focus .hvr-icon, .hvr-icon-forward:active .hvr-icon {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

/* wave */
.wave {
  animation-name: wave-animation;  /* Refers to the name of your @keyframes element below */
  animation-duration: 2.5s;        /* Change to speed up or slow down */
  animation-iteration-count: infinite;  /* Never stop waving :) */
  transform-origin: 70% 70%;       /* Pivot around the bottom-left palm */
  display: inline-block;
}

@keyframes wave-animation {
    0% { transform: rotate( 0.0deg) }
   10% { transform: rotate(14.0deg) }  /* The following five values can be played with to make the waving more or less extreme */
   20% { transform: rotate(-8.0deg) }
   30% { transform: rotate(14.0deg) }
   40% { transform: rotate(-4.0deg) }
   50% { transform: rotate(10.0deg) }
   60% { transform: rotate( 0.0deg) }  /* Reset for the last half to pause */
  100% { transform: rotate( 0.0deg) }
}

/** SCROLLL**/
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--headcolor); 
  box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
background: var(--headcolor); 
opacity: 0.6; 
}