@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Outfit:wght@400;500;600;700;800;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  background-color: #0a0a0a;
  color: #a0a0a0;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  font-family: "Inter", sans-serif;
}

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

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  border: 7px solid #0a0a0a;
  box-shadow: inset 0 0 5px 4px rgba(255, 255, 255, 0.08);
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(#009c7d, #00ff88);
  border-radius: 3px;
}

header {
  height: 100vh;
  display: flex;
  background-size: cover;
  background-position: center;
  background-image: url("../images/header-bg.jpg");
}
header .header-left-info {
  position: fixed;
  bottom: 7%;
  left: 3%;
  z-index: 99;
}
header .header-left-info p {
  font-size: 14px;
  line-height: 28px;
  color: #bbb;
}
header .header-right-info {
  display: flex;
  flex-direction: column;
  position: fixed;
  bottom: 7%;
  right: 3%;
  align-items: center;
  z-index: 99;
}
header .header-right-info .header-label {
  transform: rotate(90deg);
  margin-bottom: 3em;
  font-size: 15px;
  color: #a0a0a0;
}
header .header-right-info ul {
  list-style: none;
  padding: 0;
}
header .header-right-info li {
  list-style: none;
  margin: 0.8em 0;
}
header .header-right-info li i {
  font-size: 1em;
  color: #a0a0a0;
  transition: 0.2s ease-in;
}
header .header-right-info li i:hover {
  color: #f8f8f8;
  transform: scale(1.1);
}
header .header-right-info .standing-line-right {
  height: 3em;
  width: 1px;
  margin-bottom: 1em;
  background-color: #f8f8f8;
}
header nav {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  transition: 0.7s ease-in-out;
  background: transparent;
  height: 20vh;
  padding: 0 3%;
  z-index: 999;
}
header nav .logo {
  position: relative;
  transition: 0.6s;
  display: flex;
  align-items: center;
  justify-content: center;
}
header nav .logo a {
  color: #f8f8f8;
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  letter-spacing: -0.5px;
  font-size: 20px;
}
header nav .logo a span {
  color: #00ff88;
  background: linear-gradient(135deg, #00ff88 0%, #00bd65 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
header nav .nav-links .nav-links-wrap {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 16px;
}
header nav .nav-links .nav-links-wrap li {
  list-style: none;
  margin-left: 3rem;
}
header nav .nav-links .nav-links-wrap li a {
  color: #a0a0a0;
  font-weight: 700;
  transition: 0.4s;
}
header nav .nav-links .nav-links-wrap li a:hover {
  color: #f8f8f8;
}
header nav .nav-links .nav-links-wrap li a.btn-resume {
  color: #00ff88;
}
header .sticky {
  height: 10vh;
  background: rgba(10, 10, 10, 0.8);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header #hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 2em;
}
header #hero h1 {
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: 48px;
  line-height: 1.1;
  color: #f8f8f8;
  z-index: 9;
  margin-top: 1em;
  letter-spacing: -1.5px;
}
header #hero h1 span {
  color: #00ff88;
  background: linear-gradient(135deg, #00ff88 0%, #00bd65 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
header #hero .typewrite {
  color: #a0a0a0;
  font-weight: 500;
  font-size: 17px;
  line-height: 30px;
}
header #hero .typewrite .wrap {
  border-right: 0.08em solid #fff;
}

main {
  padding: 3em 0;
}

#about {
  margin-bottom: 8em;
  padding: 1em 0;
}
#about .about-wrap {
  margin: 2em 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 9;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: #0a0a0a;
  position: relative;
  padding: 3em 2em;
}
#about .about-wrap .about-img {
  width: 22%;
  height: 200px;
  z-index: 9;
  position: relative;
}
#about .about-wrap .about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#about .about-wrap .about-desc {
  width: 75%;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1em;
  z-index: 9;
  font-size: 16px;
  line-height: 26px;
}
#about .about-wrap .about-desc .about-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
  width: 100%;
}
#about .about-wrap .about-desc .about-info-grid .about-list {
  font-size: 16px;
  line-height: 26px;
}
#about .about-wrap .about-desc .about-info-grid .about-list ul {
  list-style: none;
}
#about .about-wrap .about-desc .about-info-grid .about-list ul li {
  margin-bottom: 0.2em;
}
#about .about-wrap .about-desc .about-info-grid .about-list ul li i {
  font-size: 1em;
  color: #00ff88;
  margin-right: 0.5em;
}
#about .about-wrap .about-desc .about-info-grid .about-list ul span {
  color: #f8f8f8;
  font-weight: 500;
}

#knowledge {
  margin-bottom: 8em;
  padding: 1em 0;
}
#knowledge .knowledge-wrap {
  margin: 2em 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 9;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: #0a0a0a;
  position: relative;
  padding: 3em 2em;
  width: 100%;
}
#knowledge .knowledge-wrap ul {
  width: 50%;
  list-style: none;
}
#knowledge .knowledge-wrap ul li {
  margin-bottom: 0.9em;
  color: #f8f8f8;
  font-weight: 500;
}
#knowledge .knowledge-wrap ul i {
  color: #00ff88;
  margin-right: 0.7em;
}

#works {
  margin-bottom: 10em;
}
#works .works-wrap {
  margin: 2em 0;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #0a0a0a;
  row-gap: 5em;
  column-gap: 2em;
}
#works .works-wrap .project-box {
  z-index: 9;
  background-color: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#works .works-wrap .project-box:hover {
  transform: translateY(-10px);
  background-color: rgba(255, 255, 255, 0.04);
  border-color: rgba(0, 255, 136, 0.3);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}
#works .works-wrap .project-box .project-info {
  padding: 2em;
}
#works .works-wrap .project-box .project-info .project-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
}
#works .works-wrap .project-box .project-info .project-title h5 {
  color: #f8f8f8;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 26px;
  margin-bottom: 0;
}
#works .works-wrap .project-box .project-info .project-title i {
  font-size: 1.1em;
  color: #a0a0a0;
  transition: color 0.3s;
}
#works .works-wrap .project-box .project-info .project-title i:hover {
  color: #00ff88;
}
#works .works-wrap .project-box img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: transform 0.6s;
}
#works .works-wrap .project-box:hover img {
  transform: scale(1.05);
}
#works .works-wrap .project-box h6 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700;
  color: #00ff88;
  margin-bottom: 0.5em;
}
#works .works-wrap .project-box p {
  font-size: 15px;
  line-height: 1.6;
  color: #a0a0a0;
}

#youtube {
  margin-bottom: 7em;
  padding: 1em 0;
}
#youtube .youtube-wrap {
  margin: 2em 0;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.5em;
  z-index: 9;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: #0a0a0a;
  padding: 3em 2em;
  width: 100%;
}
#youtube .youtube-wrap .video-introduction iframe {
  border: none;
  width: 100%;
  height: 100%;
}
#youtube .youtube-wrap .youtube-desc {
  font-size: 16px;
  line-height: 26px;
  justify-content: center;
  align-items: center;
}
#youtube .youtube-wrap .youtube-desc h4 {
  color: #f8f8f8;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 1.4em;
}
#youtube .youtube-wrap .youtube-desc ul {
  width: 100%;
  list-style: none;
}
#youtube .youtube-wrap .youtube-desc ul li {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 1em;
}
#youtube .youtube-wrap .youtube-desc ul li a {
  color: #f8f8f8;
  transition: 0.4s;
}
#youtube .youtube-wrap .youtube-desc ul li a:hover {
  color: #a0a0a0;
}
#youtube .youtube-wrap .youtube-desc ul i {
  color: #00ff88;
  margin-right: 0.7em;
}
#youtube .youtube-link-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

#contact {
  margin-bottom: 8em;
}
#contact .contact-wrap {
  margin: 2em 0;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #0a0a0a;
  grid-gap: 5em;
}
#contact .contact-wrap .contact-box {
  z-index: 9;
  background-color: #0a0a0a;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 3em 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#contact .contact-wrap .contact-box i {
  font-size: 36px;
  line-height: 36px;
  color: #00ff88;
  margin-bottom: 0.3em;
}
#contact .contact-wrap .contact-box h5 {
  color: #f8f8f8;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0.4em;
}
#contact .contact-wrap .contact-box p {
  text-align: center;
  font-size: 16px;
  line-height: 26px;
}
#contact .contact-form {
  margin: 2em 0;
  padding: 3em 2em;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #0a0a0a;
}
#contact .contact-form h3 {
  color: #f8f8f8;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 1.5em;
}
#contact .contact-form .form-group {
  margin-bottom: 1.2em;
}
#contact .contact-form .form-group input,
#contact .contact-form .form-group textarea {
  width: 100%;
  padding: 1em 1.2em;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  color: #f8f8f8;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  transition: border-color 0.3s;
}
#contact .contact-form .form-group input:focus,
#contact .contact-form .form-group textarea:focus {
  outline: none;
  border-color: #00ff88;
}
#contact .contact-form .form-group input::placeholder,
#contact .contact-form .form-group textarea::placeholder {
  color: #a0a0a0;
}
#contact .contact-form .form-group textarea {
  resize: vertical;
}

footer .footer-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 8em;
  z-index: 999;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
footer .footer-wrap .copyright {
  color: #a0a0a0;
  font-weight: 500;
  transition: 0.4s;
}
footer .footer-wrap .copyright i {
  margin: 0 5px;
  color: #00ff88;
  animation: fa-beat 3s ease infinite;
}
@keyframes fa-beat {
  0% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  30% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.1);
  }
  60% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.1);
  }
  90% {
    transform: scale(1);
  }
}
footer .footer-wrap .copyright:hover {
  color: #f8f8f8;
}

.note-design {
  margin-top: 0.9rem;
  font-size: 0.95rem;
  color: #9f9e9e;
}

@media screen and (max-width: 950px) {
  nav {
    z-index: 99;
  }
  nav .nav-links {
    position: absolute;
    width: 50%;
    right: 0;
    top: 0;
    height: 100vh;
    background-color: #080808;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    transform: translateX(100%);
    transition: transform 0.5s ease-in-out;
    z-index: 9;
  }
  nav .nav-links .nav-links-wrap {
    position: relative;
    height: 70%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    z-index: 999;
  }
  nav .nav-links .nav-links-wrap li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.1em;
  }
  nav .nav-links .nav-links-wrap li a .number-nav {
    font-size: 0.9em;
  }
  .header-left-info {
    display: none;
  }
  #hero h1 {
    font-size: 27px !important;
    line-height: 37px !important;
  }
}
@keyframes navLinkFade {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}
nav .nav-active {
  transform: translateX(0%);
}
nav .toggle .line1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}
nav .toggle .line2 {
  opacity: 0;
}
nav .toggle .line3 {
  transform: rotate(45deg) translate(-5px, -6px);
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
  .header-right-info .header-label {
    opacity: 0;
  }
  .header-right-info .standing-line-right {
    opacity: 0;
  }
  #hero .hero-title {
    font-size: 35px;
    line-height: 50px;
  }
  #about .about-wrap {
    flex-direction: column;
    border: 1px solid #242424;
  }
  #about .about-wrap .about-img {
    display: block;
    margin: 0 auto;
    margin-bottom: 1.5em;
    height: 300px;
    width: 50%;
  }
  #about .about-wrap .about-desc {
    width: 100%;
  }
  #knowledge .knowledge-wrap {
    border: 1px solid #242424;
  }
  #knowledge .knowledge-wrap ul {
    width: 100%;
  }
  #youtube .youtube-wrap {
    grid-template-columns: 1fr;
    border: 1px solid #242424;
  }
  #youtube .youtube-wrap .video-introduction {
    height: 300px;
  }
  #works .works-wrap {
    grid-template-columns: 1fr;
  }
  #works .works-wrap .project-box img {
    height: 350px;
  }
  #contact .contact-wrap {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 600px) {
  #hero h1 {
    font-size: 24px !important;
    line-height: 33px !important;
  }
  #about .about-wrap .about-img {
    width: 60%;
    height: 200px;
  }
  #works .works-wrap .project-box img {
    height: 220px;
  }
}
.container {
  max-width: 825px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.container-strip {
  max-width: 825px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.container-strip:before {
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.08);
  position: absolute;
  left: 30%;
  top: 0;
  z-index: 1;
}

.container-strip:after {
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.08);
  position: absolute;
  right: 30%;
  top: 0;
  z-index: 1;
}

.container-strip-fluid {
  width: 95%;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 1100px) {
  .container,
  .container-strip {
    width: 70%;
  }
}
@media only screen and (max-width: 950px) {
  .container,
  .container-strip {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .container {
    width: 90%;
  }
  .container-strip {
    width: 90%;
    border: none;
  }
  .container-strip:before {
    content: "";
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.08);
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 1;
  }
  .container-strip:after {
    content: "";
    width: 0;
    height: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .container {
    width: 90%;
  }
  .container-strip {
    width: 90%;
  }
}
.burger {
  display: none;
  z-index: 99999;
}
.burger div {
  width: 30px;
  height: 2px;
  background-color: #f8f8f8;
  margin: 7px;
  transition: all 0.3s;
  z-index: 99999;
}

@media only screen and (max-width: 950px) {
  .burger {
    display: block;
    cursor: pointer;
  }
}
.section-title {
  color: #f8f8f8;
  margin: 0 1em;
  font-size: 24px;
  line-height: 34px;
  z-index: 9;
  position: relative;
}

.btn-primary,
.btn-archive,
.btn-resume {
  color: #00ff88;
  font-weight: 600;
  font-size: 16px;
  border: 2px solid #00ff88;
  background: #0a0a0a;
  padding: 0.5em 1em;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  outline: none;
  transition: 1.2s;
  z-index: 2;
}

.btn-resume {
  background: transparent;
}

@media only screen and (max-width: 950px) {
  .btn-resume {
    padding: 1em 2em;
  }
}
.btn-primary:hover,
.btn-archive:hover,
.btn-resume:hover {
  cursor: pointer;
  color: #000;
}

.round,
.round-2,
.round-3 {
  border-radius: 50%;
  background-color: #00ff88;
  position: absolute;
  top: 5px;
  left: 10px;
  z-index: -1;
  animation: scale-down 1.2s forwards;
}

.animate .round,
.animate-archive .round-2,
.animate-resume .round-3 {
  animation: scale-up 1.2s forwards;
}

@keyframes scale-up {
  to {
    transform: scale(600);
  }
}
@keyframes scale-down {
  from {
    transform: scale(600);
  }
  to {
    transform: scale(0);
  }
}

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