@font-face {
  font-family: Custom;
  src: url("../assets/fonts/averta.woff") format("woff"), url("../assets/fonts/averta.otf") format("opentype"); }
* {
  font-family: Custom, 'Hind', -apple-system, sans-serif; }

a:hover {
  color: rgb(132, 84, 221); }

a h3:hover {
  color: rgb(132, 84, 221); }

h3 a:hover {
  color: rgb(132, 84, 221); }

.about h3 a:hover {
  color: rgb(132, 84, 221); }

p a:hover {
  color: rgb(132, 84, 221); }

li a:hover {
  color: rgb(132, 84, 221); }

.intro a:hover {
  color: rgb(132, 84, 221); }

.intro a:hover #arrow {
  color: rgb(132, 84, 221); }

.project a h1:hover .arrow {
  -webkit-animation: bounce 1s infinite;
  -moz-animation: bounce 1s infinite;
  -o-animation: bounce 1s infinite;
  animation: bounce 1s infinite;
  position: absolute; }

#randomColor {
  padding: 10px;
  background-color: rgb(132, 84, 221);
  position: fixed;
  left: 10px;
  border-radius: 10px;
  z-index: 99; }

.getColor {
  color: rgb(132, 84, 221);
}

#to-top {
  position: fixed;
  bottom: 20px;
  left: 4px;
  z-index: 99;
  display: none;
  cursor: pointer; }

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateX(5px); }
  50% {
    -webkit-transform: translateX(10px); } }
@keyframes bounce {
  0%, 100% {
    transform: translateX(5px); }
  50% {
    transform: translateX(10px); } }
#arrow {
  -webkit-animation: bounce 1s infinite;
  -moz-animation: bounce 1s infinite;
  -o-animation: bounce 1s infinite;
  animation: bounce 1s infinite;
  color: rgb(132, 84, 221);
  position: absolute; }

.intro {
  padding: 120px 100px;
  height: 80vh; }

.intro h1 {
  font-size: 3.5em;
  margin-bottom: 0;
  font-weight: 700;
  color: rgb(132, 84, 221);
  letter-spacing: 0px; }

.intro p {
  margin-top: 5px;
  font-size: 2em;
  line-height: 1.6em; }

.intro a {
  color: rgb(132, 84, 221);
  font-weight: 700;
  font-size: 1.2em;
  text-decoration: none; }

.about, .education, .work-experience, .skills, .projects, .contact {
  padding: 30px 100px; }

.all {
  display: grid;
  grid-template-columns: 33.334% 66.667%; }

.work-div {
  margin: 0 0 32px 0px;
}
.work-div #title, .education-div #title {
  color: rgb(132, 84, 221);
}
.work-div ul li {
  margin: 12px;
}
  
.section-title {
  text-align: left; }

.change-bg-color::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000 !important;
  content: '';
  opacity: 0;
  -webkit-transition: height .3s,opacity .3s,-webkit-transform .3s;
  transition: height .3s,opacity .3s,-webkit-transform .3s;
  transition: height .3s,opacity .3s,transform .3s;
  transition: height .3s,opacity .3s,transform .3s,-webkit-transform .3s;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.transition-link {
  display: inline-block;
  position: relative;
}
  .transition-link::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    content: '';
    opacity: 0;
    -webkit-transition: height .3s,opacity .3s,-webkit-transform .3s;
    transition: height .3s,opacity .3s,-webkit-transform .3s;
    transition: height .3s,opacity .3s,transform .3s;
    transition: height .3s,opacity .3s,transform .3s,-webkit-transform .3s;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  .transition-link:hover:after {
    height: 2px;
    border-radius: 3px;
    opacity: 1;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  .transition-link-black {
    display: inline-block;
    position: relative;
  }
    .transition-link-black::after {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 1px;
      background: #000;
      content: '';
      opacity: 0;
      -webkit-transition: height .3s,opacity .3s,-webkit-transform .3s;
      transition: height .3s,opacity .3s,-webkit-transform .3s;
      transition: height .3s,opacity .3s,transform .3s;
      transition: height .3s,opacity .3s,transform .3s,-webkit-transform .3s;
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px);
    }
  
    .transition-link-black:hover:after {
      height: 2px;
      border-radius: 3px;
      opacity: 1;
      -webkit-transform: translateY(-2px);
      transform: translateY(-2px);
    }

.section-title h1 {
  font-size: 1.5em;
  color: rgb(132, 84, 221);
  margin-top: 0; }

.section-content h3 {
  font-size: 1em;
  margin: 0;
  line-height: 2em;
  font-weight: 400; }

.section-content h3 a {
  color: rgb(132, 84, 221);
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  position: relative;
 }

.section-content h3 a:visited {
  color: rgb(132, 84, 221); }

.section-end-links {
  display: inline-block;
}

.about .resume, .about .talk {
  padding: 15px 20px;
  font-weight: bold;
  text-decoration: none;
  margin-left: 0;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

svg path {
  fill: rgb(132, 84, 221) !important;
}

.resume {
  background-color: rgb(132, 84, 221);
  color: #fff;
  border: 2px solid rgb(132, 84, 221);
}

.resume:hover {
  color: #fff;
}

.talk {
  color: rgb(132, 84, 221);
  border: 2px solid rgb(132, 84, 221);
  background-color: #fff;
  transition: .3s all ease-in-out;
  display: inline-block;
  position: relative;
}

/* Skill Section */
.category-title {
  margin-bottom: 30px; }

.category-title h2 {
  font-size: 1.5em;
  text-align: left;
  margin-bottom: 5px;
  margin-top: 0; }

.item-container {
  text-align: left; }

.item-container ul {
  padding-left: 0;
  margin: 10px 0; }

.category-item {
  list-style: none;
  padding: 0px 10px;
  border: 2px solid rgb(132, 84, 221);
  color: rgb(132, 84, 221);
  margin: 4px 2px;
  border-radius: 10px;
  display: inline-block;
  transition: .3s ease-in-out;
  font-weight: 700; }

/* Project */
.project {
  margin-bottom: 40px; }

.project-title a {
  text-decoration: none;
  color: #000; }

.project-title a:visited {
  color: #000; }

.project-title h1 {
  margin: 0; }

.project-title h3 {
  margin: 0;
  color: rgb(132, 84, 221);
  font-weight: 700; }

.project-content p {
  margin: 5px 0; }

/* Contact */
.contactMe h1 {
  margin-top: 0;
  font-size: 1.5em; }
.contactMe p {
  margin-top: 0;
  font-size: 1.2em;
  line-height: 2em; }
.contactMe a {
  color: rgb(132, 84, 221);
  font-size: 1em;
  font-weight: 700;
  text-decoration: none; }
.contactMe .social ul {
  padding: 0; }
.contactMe .social li {
  display: inline-block;
  font-weight: 900;
  color: rgb(132, 84, 221);
  list-style: none;
  margin: 10px 30px 10px 0;
  font-size: 1.1em;
  text-align: center; }

  .contactMe .social li a img {
    display: inline-block;
    height: 40px;
  }

  .contactMe .social li a img {
    -webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	-ms-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
  }

  .contactMe .social li a:hover img {
    -webkit-transform: scale(1.3);
  	-moz-transform: scale(1.3);
  	-ms-transform: scale(1.3);
  	-o-transform: scale(1.3);
  	transform: scale(1.3);
}



/* Footer */
.footer {
  text-align: center; }

.footer p {
  font-size: .7em;
  color: #aaa; }

/* RESPONSIVE */
@media (max-width: 675px) {
  .intro {
    padding: 10px 30px;
    height: 100vh; }

  .section-end-links {
    display: flex;
    flex-direction: column; }

      .contactMe .social li a img {
      display: inline-block;
      height: 30px;
  }

  #randomColor {
    visibility: hidden;
    display: none; }

  .intro p {
    font-size: 1.2em; }

  .all {
    display: flex;
    flex-direction: column; }

  .about, .education, .work-experience, .skills, .projects, .contact {
    padding: 30px;
    border-bottom: 1px #eee solid; }

  .section-title h1 {
    font-size: 2.2em; }
  }

/*# sourceMappingURL=style.css.map */
