* {
  margin: 0;
  padding: 0; }

*:link,
*:visited {
  text-decoration: none; }

body {
  font-family: "Montserrat Regular";
  font-display: swap;
   }

html {
  box-sizing: border-box;
  scroll-behavior: smooth; }

main {
  position: relative;
  visibility: hidden; }

canvas {
  display: block;
  vertical-align: bottom; }

#background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #150936, #050318);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  color: #303161;
  z-index: -1; }

#loader {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #150936, #050318);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  color: #303161;
  z-index: -1;
}

.reverse-spinner {
  display: block;
  position: relative;
  height: 100px;
  width: 100px;
  border: 4px solid transparent;
  border-top-color:#58ffc7;
  border-left-color: #58ffc7;
  border-radius: 50%;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
}

.reverse-spinner::before {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  content: "";
  border: 4px solid transparent;
  border-top-color: #3acf9e;
  border-left-color: #3acf9e;
  border-radius: 50%;
  -webkit-animation: spinBack 1s linear infinite;
  animation: spinBack 1s linear infinite;
}

@-webkit-keyframes spin {
    from {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
}


@-webkit-keyframes spinBack {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
  }
  to {
        -webkit-transform: rotate(-720deg);
        transform: rotate(-720deg);
  }
}

@keyframes spinBack {
  from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
  }
  to {
        -webkit-transform: rotate(-720deg);
        transform: rotate(-720deg);
  }
}

.main-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 25px; }

@keyframes fade-down {
  from {
    opacity: 0;
    transform: translateY(-30px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(30px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

.transition {
  transition: all .7s ease .4s;
  opacity: 1 !important;
  transform: translateY(0) !important; }

@font-face {
  font-family: "Montserrat Regular";
  src: url(fonts/Montserrat-Regular.ttf);
font-display: swap; }

/* @font-face {
  font-family: "Montserrat Light";
  src: url(/css/fonts/Montserrat-Light.ttf); } */

@font-face {
  font-family: "Montserrat Bold";
  src: url(fonts/Montserrat-Bold.ttf);
font-display: swap; }

.color-main {
  color: #e6e9ff; }

.color-highlight {
  color: #58ffc7; }

.color-secondary {
  color: #c8c8ff; }

.testing {
  font-family: "Montserrat Light";
  font-size: 60px;
font-display: swap; }

.btn {
  text-decoration: none;
  border: 1px solid #58ffc7;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  font-size: 13px;
  color: #e6e9ff;
  text-transform: uppercase;
  padding: 15px 20px;
  display: inline-block;
  transition: box-shadow 100ms; }

.btn:hover {
  box-shadow: 1px 1px 25px 5px rgba(88, 255, 199, 0.4); }

.btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(88, 255, 199, 0.4), transparent);
  transition: all 500ms; }

.btn:hover:before {
  left: 100%; }

.header-text {
  font-size: 26px;
  color: #e6e9ff;
  font-family: "Montserrat Regular"; 
font-display: swap;}

.header-after:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 100%;
  width: 350px;
  height: 1px;
  margin-left: 20px;
  background-color: #8383a5; }

.right-arrow {
  color: #58ffc7; }

.right-align {
  text-align: right; }

.padding-bottom-large {
  padding-bottom: 300px !important; }

.intro__container {
  height: 100vh; }

.intro__content {
  position: relative;
  top: 50%;
  display: block;
  width: 100%;
  transform: translateY(-50%); }
  .intro__content .btn {
    margin-top: 15px;
    margin-left: 3px;
    opacity: 0;
    animation: fade-up .5s ease 1.3s forwards; }

.intro__hello {
  font-size: 10px;
  margin-bottom: 20px;
  opacity: 0;
  animation: fade-up .5s ease .9s forwards; }

.intro__name {
  font-size: 45px;
  margin-bottom: 10px;
  opacity: 0;
  animation: fade-up .5s ease 1s forwards; }

.intro__title {
  font-size: 45px;
  margin-bottom: 25px;
  opacity: 0;
  animation: fade-up .5s ease 1.1s forwards; }

.intro__full-description {
  width: 355px;
  font-size: 16px;
  line-height: 28px;
  opacity: 0;
  animation: fade-up .5s ease 1.2s forwards; }

@media (max-width: 1000px) {
  .intro__name, .intro__title {
    font-size: 35px; } }

@media (max-width: 700px) {
  .intro__name, .intro__title {
    font-size: 25px; } }

@media (max-width: 500px) {
  .intro__full-description {
    width: 355px;
    font-size: 14px;
    line-height: 22px;
    opacity: 0;
    animation: fade-up .5s ease 1.2s forwards; } }

@media (max-width: 400px) {
  .intro__name, .intro__title {
    font-size: 20px; }
  .intro__full-description {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    opacity: 0;
    animation: fade-up .5s ease 1.2s forwards; } }

.nav {
  display: flex;
  justify-content: space-between; }
  .nav .link-wrapper {
    display: block; }
  .nav__logo {
    font-family: "Montserrat Bold";
    font-display: swap;
    align-self: flex-end;
    display: flex;
    align-items: flex-end;
    margin-left: 60px;
    opacity: 0;
    border-radius: 3px;
    animation: fade-down .5s ease .2s forwards; }
    .nav__logo .logo-shape,
    .nav__logo .logo-shape2 {
      font-size: 25px;
      position: relative; }
    .nav__logo .logo-shape2 {
      transition: all 0.4s cubic-bezier(0.42, -0.58, 0.83, 0.67); }
    .nav__logo .logo-letters {
      font-size: 22px;
      z-index: 100;
      transition: .5s all; }
    .nav__logo .logo-shape:before {
      content: "";
      transition: all 0.3s cubic-bezier(0.42, -0.58, 0.83, 0.67);
      position: absolute;
      top: 3px;
      height: 24px;
      width: 3px;
      background-color: #58ffc7;
      left: 3px;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      transform: skewX(-19deg); }
    .nav__logo a {
      color: #58ffc7; }
    .nav__logo:hover .logo-shape:before {
      width: 80px; }
    .nav__logo:hover .logo-shape2 {
      transform: translateX(65px); }
    .nav__logo:hover .logo-letters {
      color: #150936; }
  .nav__links ul {
    display: flex;
    list-style-type: none;
    margin-right: 40px; }
    .nav__links ul li {
      padding-top: 30px;
      opacity: 0; }
    .nav__links ul .about-link {
      animation: fade-down .5s ease .4s forwards; }
    .nav__links ul .work-link {
      animation: fade-down .5s ease .5s forwards; }
    .nav__links ul .contact-link {
      animation: fade-down .5s ease .6s forwards; }
    .nav__links ul a {
      color: #e6e9ff;
      position: relative;
      margin-right: 30px;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      transition: .3s all ease;
      font-family: "Montserrat Bold";
      font-display: swap;
      padding: 0 10px;
      font-size: 14px; }
      .nav__links ul a:after {
        content: "";
        transition: .3s all ease;
        position: absolute;
        bottom: 0px;
        height: 0px;
        width: 100%;
        background-color: #58ffc7;
        left: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: -1; }
      .nav__links ul a:hover:after {
        height: 150%; }
      .nav__links ul a:hover {
        color: #050318; }

@media (max-width: 500px) {
  .nav__logo {
    margin-left: 15px; }
    .nav__logo .logo-shape,
    .nav__logo .logo-shape2 {
      font-size: 21px; }
    .nav__logo .logo-letters {
      font-size: 18px; }
    .nav__logo .logo-shape:before {
      height: 21px;
      width: 2px;
      left: 3px;
      top: 1px;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      transform: skewX(-19deg); }
    .nav__logo:hover .logo-shape:before {
      width: 65px; }
    .nav__logo:hover .logo-shape2 {
      transform: translateX(50px); }
  .nav__links {
    width: 70%; }
    .nav__links ul {
      margin-right: 0;
      justify-content: space-around; }
      .nav__links ul a {
        margin-right: 0; } }

.about {
  padding-top: 40px;
  padding-bottom: 250px; }
  .about__container {
    width: 80%;
    margin: 0 auto; }
  .about__header {
    display: inline-block;
    position: relative;
    margin-bottom: 40px;
    opacity: 0;
    transform: translateY(30px); }
  .about__main-container {
    display: flex;
    opacity: 0;
    transform: translateY(30px); }
    .about__main-container p {
      margin-bottom: 20px;
      line-height: 28px; }
  .about__description {
    color: #c8c8ff;
    width: 100%; }
  .about .skills {
    list-style: none;
    columns: 2; }
    .about .skills li {
      margin-bottom: 14px; }

@media (max-width: 500px) {
  .about {
    font-size: 14px;
    line-height: 22px; }
    .about__container {
      width: 100%; }
    .about__main-container p {
      line-height: 22px; } }

@media (max-width: 350px) {
  .about .skills {
    columns: 1; } }

.work__container {
  padding-top: 40px; }

.work__header {
  display: inline-block;
  position: relative;
  margin-bottom: 60px;
  opacity: 0;
  transform: translateY(30px); }

.work__project-container {
  padding-bottom: 100px;
  display: flex;
  opacity: 0;
  transform: translateY(30px);
  position: relative; }

.image-container {
  width: 600px;
  height: 350px;
  overflow: hidden;
  position: relative;
  border-radius: 3px; }
  .image-container:hover:before {
    opacity: 0; }

.image-container:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #5664b1;
  opacity: .5;
  z-index: 10;
  transition: all .5s; }

.work__description-container {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.work__description-feature {
  color: #58ffc7;
  font-size: 14px;
  margin-bottom: 10px; }

.work__description-title {
  color: #e6e9ff;
  font-size: 22px;
  margin-bottom: 20px; }

.work__description-details-container {
  background-color: rgba(32, 19, 87, 0.9);
  z-index: 100;
  border-radius: 3px;
  margin-bottom: 20px;
  line-height: 24px; }
  .work__description-details-container .details-text {
    color: #c8c8ff; }

.work__description-technologies {
  color: #c8c8ff;
  margin-bottom: 15px;
  font-size: 14px; }

.work__description-links {
  margin-bottom: 20px; }
  .work__description-links a {
    color: #e6e9ff;
    font-size: 14px;
    position: relative;
    transition: .3s all ease;
    padding: 2px 0px;
    font-display: swap;
    font-family: "Montserrat Regular"; }
    .work__description-links a:after {
      content: "";
      transition: .3s all ease;
      position: absolute;
      bottom: 0px;
      height: 1px;
      width: 100%;
      background-color: #58ffc7;
      left: 0;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      z-index: -1; }
    .work__description-links a:hover:after {
      height: 100%; }
    .work__description-links a:hover {
      color: #050318; }

.details-right {
  margin-left: -80px;
  padding: 20px 20px 20px 40px;
  text-align: right; }

.details-left {
  margin-right: -80px;
  padding: 20px 40px 20px 20px; }

.tech-left span {
  margin-right: 20px; }

.tech-right span {
  margin-left: 20px; }

.links-left a {
  margin-right: 30px; }

.links-right a {
  margin-left: 30px; }

@media (max-width: 950px) {
  .image-container {
    width: 500px;
    height: 292px; } }

@media (max-width: 800px) {
  .work__project-container {
    display: block;
    padding: 20px 20px 100px 20px; }
  .image-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10; }
  .details-left,
  .details-right {
    margin: 0;
    padding: 20px 0; }
  .work__description-details-container {
    background-color: rgba(0, 0, 0, 0); }
  .work__description-title {
    margin: 0; }
  .image-container:before {
    background-color: #1c223f;
    opacity: .9; } }

@media (max-width: 710px) {
  .header-after:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 100%;
    width: 200px;
    height: 1px;
    margin-left: 20px;
    background-color: #8383a5; }
  .header-text {
    font-size: 22px; }
  .image-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
    width: 100%; }
    .image-container img {
      width: 100%;
      height: 100%;
      object-fit: cover; } }

@media (max-width: 520px) {
  .header-after:after {
    width: 100px; } }

@media (max-width: 500px) {
  .work__description-details-container {
    font-size: 14px;
    line-height: 22px; }
  .work__description-technologies {
    font-size: 12px; }
  .work__description-links a {
    font-size: 12px; }
  .tech-left span {
    margin-right: 10px; }
  .tech-right span {
    margin-left: 10px; } 
  
  .reverse-spinner {
  height: 50px;
  width: 50px;
  border: 3px solid transparent;
  border-top-color:#58ffc7;
  border-left-color: #58ffc7;
  border-radius: 50%;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
}

.reverse-spinner::before {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  content: "";
  border: 3px solid transparent;
  border-top-color: #3acf9e;
  border-left-color: #3acf9e;
  border-radius: 50%;
  -webkit-animation: spinBack 1s linear infinite;
  animation: spinBack 1s linear infinite;
}
  
  
  
  }

@media (max-width: 400px) {
  .work__header .header-after:after {
    display: none; }
  .work__description-technologies {
    display: flex; }
  .tech-right {
    justify-content: flex-end; } }

.contact {
  overflow: hidden; }
  .contact__container {
    text-align: center;
    padding-top: 40px;
    opacity: 0;
    transform: translateY(30px); }
    .contact__container .p-header {
      color: #58ffc7;
      margin-bottom: 10px;
      font-size: 15px; }
    .contact__container h2 {
      font-size: 30px;
      color: #e6e9ff;
      margin-bottom: 20px; }
    .contact__container .p-main {
      color: #c8c8ff;
      line-height: 26px;
      width: 380px;
      margin: 0 auto 40px; }
  .contact__icons {
    display: flex;
    justify-content: space-evenly;
    width: 500px;
    margin: 50px auto 0;
    padding-bottom: 150px; }
    .contact__icons .linkedin {
      height: 25px;
      width: 25px;
      fill: #c8c8ff;
      transition: all .3s; }
    .contact__icons .linkedin-link:hover .linkedin {
      fill: #58ffc7;
      transform: translateY(-7px); }
    .contact__icons .email {
      height: 36px;
      width: 37px;
      fill: #c8c8ff;
      transform: translateY(-6px);
      transition: all .3s; }
    .contact__icons .email-link:hover .email {
      transform: translateY(-13px);
      fill: #58ffc7; }
    .contact__icons .github {
      height: 27px;
      width: 27px;
      transition: all .3s; }
      .contact__icons .github path {
        fill: #c8c8ff;
        transition: all .3s; }
    .contact__icons .github-link:hover .github path {
      fill: #58ffc7; }
    .contact__icons .github-link:hover .github {
      transform: translateY(-7px); }
  .contact__footer {
    color: #c8c8ff;
    font-size: 14px;
    padding-bottom: 20px; }

@media (max-width: 550px) {
  .contact__icons {
    width: 100%; } }

@media (max-width: 700px) {
  .contact__container .p-header {
    color: #58ffc7;
    margin-bottom: 10px;
    font-size: 15px; }
  .contact__container h2 {
    font-size: 26px;
    color: #e6e9ff;
    margin-bottom: 20px; }
  .contact__container .p-main {
    color: #c8c8ff;
    margin-bottom: 40px;
    line-height: 26px; } }

@media (max-width: 500px) {
  .contact__container .p-header {
    color: #58ffc7;
    margin-bottom: 10px;
    font-size: 15px; }
  .contact__container h2 {
    font-size: 26px;
    color: #e6e9ff;
    margin-bottom: 20px; }
  .contact__container .p-main {
    color: #c8c8ff;
    margin-bottom: 40px;
    line-height: 22px;
    font-size: 14px;
    width: 100%; }
  .contact__footer {
    font-size: 12px; } }

.skills__heading {
  margin-bottom: 80px;
}
