@import url("https://fonts.googleapis.com/css2?family=Anton&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Oswald:wght@200..700&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/* Dark mode style */
.light {
  background: var(--light-primary-back-color-bg);
}
.light > .hero > .leftPart > .name-title > h1 {
  color: var(--light-primary-color);
}
.light > .hero > .leftPart > .name-title > h1 > span {
  color: var(--light-second-color);
  text-shadow: 1px 1px 20px var(--light-second-color);
}
.light > .hero > .leftPart > .job-title {
  color: var(--light-primary-color);
}
.light > .hero > .leftPart > .job-title > h2 > span::before {
  color: var(--light-second-color);
}
.light > .hero > .leftPart > .job-title > h2 > span::after {
  background-color: var(--light-primary-back-color-bg);
  border-left: 3px solid var(--light-second-color);
}
.light > .hero > .leftPart > .desc-about-me {
  color: var(--light-primary-color);
}
.light > .hero > .leftPart > .social-medias-icons {
  color: var(--light-second-color);
}
.light > .hero > .leftPart > .social-medias-icons > a {
  color: var(--light-second-color);
}
.light > .hero > .leftPart > .social-medias-icons > a > i {
  border: 1px solid var(--light-second-color);
}
.light > .hero > .leftPart > .social-medias-icons > a > i:hover {
  background-color: var(--light-second-color);
  color: var(--light-primary-color);
}
.light > .hero > .leftPart > .hero-buttons > .hire-btn {
  background-color: var(--light-second-color);
  color: var(--light-hire-me-btn-color);
  border: 1px solid var(--light-second-color);
  box-shadow: 1px 1px 20px var(--light-second-color);
}
.light > .hero > .leftPart > .hero-buttons > .contact-btn {
  color: var(--light-second-color);
  border: 1px solid var(--light-second-color);
}
.light > .hero > .leftPart > .hero-buttons > .contact-btn:hover {
  background-color: var(--light-second-color);
  color: var(--light-hire-me-btn-color);
}
.light > .hero > .rightPart > img {
  box-shadow: 0px 0px 60px var(--light-pfp-bg-shadow);
}
.light > .hero > .rightPart > img:hover {
  box-shadow: 0px 0px 120px var(--light-pfp-bg-shadow);
}
.light > .education {
  background-color: #131313;
}
.light > .education > h1 {
  color: var(--light-primary-back-color-bg);
  font-size: var(--light-section-title-font-size);
}
.light > .education > .base-line {
  background-color: var(--light-pfp-bg-shadow);
  box-shadow: 1px 1px 20px var(--light-pfp-bg-shadow);
}
.light > .education > .dot {
  background-color: var(--light-dot-bg-color);
}
.light > .education > .university {
  border: 2px solid var(--light-pfp-bg-shadow);
  box-shadow: 1px 1px 20px var(--light-pfp-bg-shadow);
  background-color: var(--light-primary-back-color-bg);
}
.light > .education > .university .title {
  color: var(--light-primary-color);
}
.light > .education > .university .desc {
  color: var(--light-desc-color);
}
.light > .education > .texnoera {
  border: 2px solid var(--light-pfp-bg-shadow);
  box-shadow: 1px 1px 20px var(--light-pfp-bg-shadow);
  background-color: var(--light-primary-back-color-bg);
}
.light > .education > .texnoera .title {
  color: var(--light-primary-color);
}
.light > .education > .texnoera .desc {
  color: var(--light-desc-color);
}
.light > .education > .turing {
  border: 2px solid var(--light-pfp-bg-shadow);
  box-shadow: 1px 1px 20px var(--light-pfp-bg-shadow);
  background-color: var(--light-primary-back-color-bg);
}
.light > .education > .turing .title {
  color: var(--light-primary-color);
}
.light > .education > .turing .desc {
  color: var(--light-desc-color);
}
.light > .education > .matrix {
  border: 2px solid var(--light-pfp-bg-shadow);
  box-shadow: 1px 1px 20px var(--light-pfp-bg-shadow);
  background-color: var(--light-primary-back-color-bg);
}
.light > .education > .matrix .title {
  color: var(--light-primary-color);
}
.light > .education > .matrix .desc {
  color: var(--light-desc-color);
}
.light .services > h1 {
  color: var(--light-primary-color);
  font-size: var(--light-section-title-font-size);
}
.light .services > .my-services > .row > .service {
  background-color: var(--light-pfp-bg-shadow);
  border: 3px solid var(--light-pfp-bg-shadow);
}
.light .services > .my-services > .row > .service:hover {
  cursor: pointer;
  background-color: var(--light-primary-back-color-bg);
}
.light .testimonials {
  background-color: #131313;
}
.light .testimonials > h1 {
  font-size: var(--light-section-title-font-size);
  color: var(--light-primary-back-color-bg);
}
.light .testimonials .swiper .swiper-slide {
  border: 1px solid var(--light-desc-color);
  background-color: var(--light-testimonials-element-bg-color);
}
.light .testimonials .swiper .swiper-slide > img {
  border: 2px solid var(--light-second-color);
  box-shadow: 1px 1px 20px var(--light-pfp-bg-shadow);
}
.light .testimonials .swiper .swiper-slide > .reviewer-name {
  color: var(--light-primary-color);
}
.light .testimonials .swiper .swiper-slide > .stars {
  color: var(--light-star-color);
}
.light .testimonials .swiper .swiper-slide > .desc {
  color: var(--light-primary-color);
}
.light .contact > h1 {
  color: black;
}
.light .contact > form > .leftPart > input {
  color: #131313;
}
.light .contact > form > .rightPart > textarea {
  color: #131313;
}

header .sidebar {
  position: absolute;
  transform: translateY(-600px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 420px;
  width: 100%;
  gap: 6px;
  border-top: 1px solid var(--hire-me-btn-color);
  border-bottom: 1px solid var(--hire-me-btn-color);
  border-bottom-right-radius: 17px;
  border-bottom-left-radius: 17px;
  transition: 0.4s ease;
  background-color: var(--hire-me-btn-color);
}
header .sidebar > .sidebar-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
header .sidebar > .sidebar-icons > .lang-btn-mobile {
  font-size: 14px;
  color: white;
  font-weight: 600;
  padding: 7px 10px;
  border-radius: 10px;
  border: 1px solid var(--dot-bg-color);
  transition: 0.4s ease;
}
header .sidebar > .sidebar-icons > .lang-btn-mobile:hover {
  cursor: pointer;
  background-color: var(--pfp-bg-shadow);
  color: var(--primary-color);
}
header .sidebar > .sidebar-icons > .darkLight-mobile {
  font-size: 14px;
  color: white;
  font-weight: 600;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid var(--dot-bg-color);
  transition: 0.4s ease;
}
header .sidebar > .sidebar-icons > .darkLight-mobile:hover {
  cursor: pointer;
  background-color: var(--pfp-bg-shadow);
  color: var(--primary-color);
}
header .sidebar > a {
  color: white;
  font-weight: 600;
  position: relative;
  transition: 0.4s ease;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--light-dot-bg-color);
}
header .sidebar > a:hover {
  cursor: pointer;
  color: var(--light-dot-bg-color);
}
header .sidebar > a::after {
  content: "";
  width: 0%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  background-color: var(--light-dot-bg-color);
  transition: 0.4s ease;
}
header .sidebar > a:hover::after {
  width: 100%;
}
header .sidebarActive {
  position: absolute;
  position: fixed;
  z-index: 99;
  transform: translateY(80px);
}
header .navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  display: flex;
  background-color: var(--primary-back-color-header);
  justify-content: space-around;
  align-items: center;
  z-index: 999;
  gap: 3px;
}
header .navbar > .logo > p {
  font-weight: 600;
  font-size: 22px;
  color: white;
}
header .navbar > .logo > p > span {
  color: var(--second-color);
}
header .navbar > .navLinks {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  /* > .active {
    position: relative;
    color: var(--second-color);
  }
  > .active::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1.5px;
    border-radius: 20px;
    background-color: var(--second-color);
    left: 0;
    bottom: 0;
  } */
}
header .navbar > .navLinks > a {
  font-weight: 600;
  color: var(--primary-color);
  position: relative;
  transition: 0.4s ease;
}
header .navbar > .navLinks > a:hover {
  cursor: pointer;
  color: var(--second-color);
}
header .navbar > .navLinks > a::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 1.5px;
  border-radius: 20px;
  background-color: var(--second-color);
  left: 0;
  bottom: 0;
  transition: 0.4s ease;
}
header .navbar > .navLinks > a:hover::after {
  width: 100%;
}
header .navbar > .navLinks > a:active::after {
  width: 100%;
}
header .navbar > .bars {
  display: none;
}
header .navbar > .rightPart {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
header .navbar > .rightPart > .lang-btn {
  font-size: 18px;
  color: white;
  font-weight: 600;
  padding: 7px 10px;
  border-radius: 10px;
  border: 1px solid var(--dot-bg-color);
  transition: 0.4s ease;
}
header .navbar > .rightPart > .lang-btn:hover {
  cursor: pointer;
  background-color: var(--pfp-bg-shadow);
  color: var(--primary-color);
}
header .navbar > .rightPart > .darkLight {
  font-size: 18px;
  color: white;
  font-weight: 600;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid var(--dot-bg-color);
  transition: 0.4s ease;
}
header .navbar > .rightPart > .darkLight:hover {
  cursor: pointer;
  background-color: var(--pfp-bg-shadow);
  color: var(--primary-color);
}

@media (max-width: 768px) {
  header {
    position: relative;
  }
  header .navbar {
    margin: 0 auto;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  header .navbar > .navLinks {
    display: none;
  }
  header .navbar > .rightPart {
    display: none;
  }
  header .navbar > .rightPart > .mobile-menu {
    background-color: red;
    height: 300px;
    width: 300px;
  }
  header .navbar > .bars {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 22px;
    color: var(--dot-bg-color);
  }
  header .navbar > .bars > .line {
    background-color: white;
    width: 30px;
    height: 4px;
    border-radius: 1px;
    transition: 0.6s ease;
  }
  header .navbar > .exit > .line2 {
    display: none;
  }
  header .navbar > .exit > .line1 {
    transform: rotate(45deg);
  }
  header .navbar > .exit > .line3 {
    margin-top: -7px;
    transform: rotate(-45deg);
  }
}
body > .hero {
  margin: 50px auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 1370px;
  height: 600px;
}
body > .hero > .leftPart > .name-title {
  padding-bottom: 10px;
}
body > .hero > .leftPart > .name-title > h1 {
  color: var(--primary-color);
  font-size: 36px;
}
body > .hero > .leftPart > .name-title > h1 > span {
  color: var(--second-color);
  text-shadow: 1px 1px 20px var(--second-color);
}
body > .hero > .leftPart > .job-title {
  color: var(--primary-color);
  padding-bottom: 10px;
  min-width: 280px;
}
body > .hero > .leftPart > .job-title > h2 > span {
  position: relative;
}
body > .hero > .leftPart > .job-title > h2 > span::before {
  content: "Web Developer";
  color: var(--second-color);
  animation: words 30s infinite;
}
body > .hero > .leftPart > .job-title > h2 > span::after {
  content: "";
  position: absolute;
  width: calc(100% + 8px);
  background-color: black;
  height: 100%;
  border-left: 3px solid var(--second-color);
  right: -8px;
  animation: blink 0.6s infinite, typing 30s steps(14) infinite;
}
body > .hero > .leftPart > .desc-about-me {
  color: var(--primary-color);
  width: 100%;
  width: 580px;
}
body > .hero > .leftPart > .social-medias-icons {
  padding-top: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--second-color);
}
body > .hero > .leftPart > .social-medias-icons > a {
  color: var(--second-color);
}
body > .hero > .leftPart > .social-medias-icons > a > i {
  font-size: 16px;
  padding: 5px 6px;
  border-radius: 100%;
  border: 1px solid var(--second-color);
  transition: 0.4s ease;
}
body > .hero > .leftPart > .social-medias-icons > a > i:hover {
  cursor: url("../../images/general/cursor_Hovered.png");
  background-color: var(--second-color);
  color: var(--primary-color);
}
body > .hero > .leftPart > .hero-buttons {
  padding-top: 40px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 18px;
  font-weight: 500;
}
body > .hero > .leftPart > .hero-buttons > .hire-btn {
  background-color: var(--second-color);
  padding: 7px 20px;
  border-radius: 30px;
  color: var(--hire-me-btn-color);
  border: 1px solid var(--second-color);
  box-shadow: 1px 1px 20px var(--second-color);
  transition: 0.6s ease;
}
body > .hero > .leftPart > .hero-buttons > .hire-btn:hover {
  box-shadow: 1px 1px 30px var(--second-color-hover);
  transform: scale(0.95);
}
body > .hero > .leftPart > .hero-buttons > .contact-btn {
  color: var(--second-color);
  padding: 7px 20px;
  border-radius: 30px;
  border: 1px solid var(--second-color);
  transition: 0.4s ease;
}
body > .hero > .leftPart > .hero-buttons > .contact-btn:hover {
  cursor: url("../../images/general/cursor_Hovered.png");
  background-color: var(--second-color);
  color: var(--hire-me-btn-color);
}
body > .hero > .rightPart > img {
  border-radius: 100%;
  height: 420px;
  box-shadow: 0px 0px 60px var(--pfp-bg-shadow);
  transition: 0.4s ease;
}
body > .hero > .rightPart > img:hover {
  cursor: url("../../images/general/cursor_Hovered.png") !important;
  box-shadow: 0px 0px 120px var(--pfp-bg-shadow);
}

@media (max-width: 768px) {
  body .hero {
    flex-direction: column-reverse;
    margin-top: 100px;
    width: 100% !important;
    height: 700px;
  }
  body .hero > .leftPart > .name-title {
    text-align: left;
    padding-left: 20px;
  }
  body .hero > .leftPart > .name-title > h1 {
    font-size: 40px;
    padding-top: 40px;
  }
  body .hero > .leftPart > .job-title {
    margin-top: -15px;
    text-align: left;
    font-size: 12px;
    padding-left: 22px;
  }
  body .hero > .leftPart > .desc-about-me {
    text-align: left;
    padding-left: 20px;
    font-size: 11px;
    max-width: 400px;
    width: 100%;
  }
  body .hero > .leftPart > .social-medias-icons {
    padding-left: 18px;
  }
  body .hero > .leftPart > .hero-buttons {
    padding-left: 17px;
  }
  body .hero > .rightPart > img {
    height: 280px;
    width: 280px;
    box-shadow: 0px 0px 20px var(--pfp-bg-shadow);
  }
  body .hero > .rightPart > img:hover {
    box-shadow: 0px 0px 40px var(--pfp-bg-shadow);
  }
}
body > .services {
  width: 100%;
  height: 650px;
}
body > .services > h1 {
  text-align: center;
  color: var(--primary-color);
  font-size: var(--section-title-font-size);
  margin-top: 70px;
  margin-bottom: 40px;
}
body > .services > .my-services {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
body > .services > .my-services > .row {
  display: flex;
  justify-content: center;
  gap: 20px;
}
body > .services > .my-services > .row > .service {
  width: 500px;
  height: 220px;
  padding-top: 20px;
  padding-left: 20px;
  background-color: var(--pfp-bg-shadow);
  border-radius: 20px;
  border: 3px solid var(--pfp-bg-shadow);
  transition: 0.4s ease;
}
body > .services > .my-services > .row > .service > .title {
  font-size: 18px;
  font-weight: 600;
}
body > .services > .my-services > .row > .service > .desc {
  width: 400px;
  font-size: 10px;
  max-width: 100%;
  padding-top: 20px;
}
body > .services > .my-services > .row > .service:hover {
  cursor: pointer;
  background-color: var(--primary-color);
}

@media (max-width: 768px) {
  body .services {
    height: 1200px;
    margin-top: -300px;
    width: 100%;
  }
  body .services > h1 {
    font-size: 25px;
  }
  body .services > .my-services {
    display: flex;
    flex-direction: column;
  }
  body .services > .my-services > .row {
    flex-direction: column;
  }
  body .services > .my-services > .row > .service {
    padding-left: 10px;
    padding-top: 20px;
    width: 350px;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  body .services {
    height: 1200px;
    margin-top: -300px;
    width: 100%;
  }
  body .services > h1 {
    font-size: 25px;
  }
  body .services > .my-services {
    display: flex;
    flex-direction: column;
  }
  body .services > .my-services > .row {
    flex-direction: column;
  }
  body .services > .my-services > .row > .service {
    padding-left: 10px;
    padding-top: 20px;
    width: 300px;
    max-width: 100%;
  }
}
body .testimonials {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  gap: 450px;
  background-color: var(--testimonials-bg-color);
}
body .testimonials > h1 {
  text-align: center;
  padding-top: 50px;
  margin-bottom: -320px;
  font-size: var(--section-title-font-size);
  color: var(--primary-color);
}
body .testimonials .swiper {
  width: 100%;
  max-width: 1200px;
  display: flex;
  height: 100%;
  margin-bottom: 120px;
  justify-content: center;
  overflow: hidden;
}
body .testimonials .swiper .swiper-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
body .testimonials .swiper .swiper-slide {
  width: 320px;
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--desc-color);
  border-radius: 10px;
  gap: 20px;
  background-color: var(--testimonials-element-bg-color);
}
body .testimonials .swiper .swiper-slide > img {
  height: 90px;
  width: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  border: 2px solid var(--second-color);
  box-shadow: 1px 1px 20px var(--pfp-bg-shadow);
}
body .testimonials .swiper .swiper-slide > .reviewer-name {
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-color);
}
body .testimonials .swiper .swiper-slide > .stars {
  font-size: 12px;
  color: var(--star-color);
}
body .testimonials .swiper .swiper-slide > .desc {
  text-align: center;
  color: var(--primary-color);
  font-size: 10px;
  max-width: 300px;
  width: 100%;
}

@media (max-width: 768px) {
  body .testimonials {
    height: 650px;
    margin: 400px auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body .testimonials > .swiper {
    margin: -120px auto;
    width: 100%;
    overflow: hidden;
  }
  body .testimonials > .swiper > .swiper-wrapper {
    height: 500px;
  }
}
body > .education {
  width: 100%;
  height: 1400px;
  background-color: var(--education-bg-color);
}
body > .education > h1 {
  text-align: center;
  padding-top: 80px;
  font-size: var(--section-title-font-size);
  color: white;
}
body > .education > .education-content {
  position: relative;
  margin: 0 auto;
  width: 800px;
}
body > .education > .education-content > .base-line {
  margin: 80px auto;
  height: 900px;
  border-radius: 4px;
  width: 4px;
  background-color: var(--line-bg-color);
}
body > .education > .education-content > .dot {
  background-color: var(--dot-bg-color);
  border-radius: 100%;
  height: 15px;
  width: 15px;
  position: absolute;
  left: 393px;
}
body > .education > .education-content > .first {
  top: 128px;
}
body > .education > .education-content > .second {
  top: 356px;
}
body > .education > .education-content > .third {
  top: 584px;
}
body > .education > .education-content > .fourth {
  top: 812px;
}
body > .education > .education-content > .element {
  border: none;
  background-color: var(--education-div-bg-color);
  border: 3px solid var(--education-div-border-bg-color);
  border-radius: 10px;
  height: 190px;
  width: 400px;
  position: relative;
  transition: 0.6s ease;
}
body > .education > .education-content > .element:hover {
  cursor: pointer;
  background-color: var(--education-div-hover-bg-color);
}
body > .education > .education-content > .element > .title {
  font-size: var(--education-font-size);
  font-weight: 600;
  position: absolute;
  top: 40px;
  left: 10px;
}
body > .education > .education-content > .element > .desc {
  position: absolute;
  top: 65px;
  left: 10px;
  width: 100%;
  max-width: 320px;
  font-size: var(--education-desc-font-size);
}
body > .education > .education-content > .element > .date {
  position: absolute;
  top: 10px;
  left: 10px;
}
body > .education > .education-content > .university {
  bottom: 820px;
  left: 420px;
}
body > .education > .education-content > .texnoera {
  bottom: 800px;
  left: -20px;
}
body > .education > .education-content > .turing {
  bottom: 790px;
  left: 420px;
}
body > .education > .education-content > .matrix {
  bottom: 760px;
  left: -20px;
}

@media (max-width: 768px) {
  body > .education > .education-content > .base-line {
    position: absolute;
    left: 20px;
    height: 1100px;
  }
  body > .education > .education-content > .dot {
    left: 15px;
  }
  body > .education > .education-content > .third {
    top: 624px;
  }
  body > .education > .education-content > .fourth {
    top: 882px;
  }
  body > .education > .education-content > .element {
    left: 30px;
    width: 350px;
    height: 200px;
  }
  body > .education > .education-content > .element > .desc {
    top: 90px;
  }
  body > .education > .education-content > .university {
    top: 150px;
  }
  body > .education > .education-content > .texnoera {
    bottom: -140px;
  }
  body > .education > .education-content > .matrix {
    top: -30px;
  }
  body > .education > .education-content > .turing {
    top: 450px;
  }
}
@media (max-width: 480px) {
  body > .education > .education-content > .base-line {
    position: absolute;
    left: 20px;
    height: 1100px;
  }
  body > .education > .education-content > .dot {
    left: 15px;
  }
  body > .education > .education-content > .first {
    top: 178px;
  }
  body > .education > .education-content > .second {
    top: 456px;
  }
  body > .education > .education-content > .third {
    top: 724px;
  }
  body > .education > .education-content > .fourth {
    top: 1000px;
  }
  body > .education > .education-content > .element {
    left: 30px;
    width: 285px;
    height: 230px;
  }
  body > .education > .education-content > .element > .desc {
    top: 90px;
    width: 220px;
  }
  body > .education > .education-content > .university {
    top: 150px;
  }
  body > .education > .education-content > .texnoera {
    bottom: -140px;
  }
  body > .education > .education-content > .matrix {
    top: -100px;
  }
  body > .education > .education-content > .turing {
    top: 450px;
  }
}
body .contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 1200px;
}
body .contact > h1 {
  color: white;
  font-size: var(--section-title-font-size);
  text-align: center;
  margin-top: -70px;
}
body .contact > h1 > span {
  color: var(--second-color);
}
body .contact > .map {
  margin-top: 70px;
}
body .contact > .map > iframe {
  width: 1000px;
  height: 500px;
  opacity: 0.25;
  transition: 0.4s ease;
  border-radius: 10px;
  position: relative;
  border: 3px solid var(--dot-bg-color);
  box-shadow: 1px 1px 20px var(--pfp-bg-shadow);
}
body .contact > .map > iframe:hover {
  opacity: 0.9;
}
body .contact > .map > iframe:active {
  opacity: 0.9;
}
body .contact > form {
  display: flex;
  justify-content: center;
  width: 1000px;
  margin-top: 100px;
  gap: 80px;
}
body .contact > form > .leftPart {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
body .contact > form > .leftPart > input {
  color: var(--primary-color);
  padding-left: 10px;
  width: 400px;
  height: 55px;
  border: none;
  font-size: 16px;
  border-radius: 10px;
  background-color: transparent;
  border: 3px solid var(--dot-bg-color);
}
body .contact > form > .leftPart > input:focus {
  outline: none;
}
body .contact > form > .leftPart > input:focus:invalid {
  border: none;
  outline: 2px solid red;
  border-radius: 5px;
}
body .contact > form > .rightPart {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
body .contact > form > .rightPart > textarea {
  min-height: 250px;
  height: 100%;
  max-height: 150px;
  height: 100%;
  background-color: transparent;
  border: 3px solid var(--dot-bg-color);
  font-size: 14px;
  resize: none;
  width: 500px;
  border-radius: 10px;
  padding-left: 15px;
  padding-top: 20px;
  color: var(--primary-color);
}
body .contact > form > .rightPart > textarea:focus {
  outline: none;
}
body .contact > form > .rightPart > textarea:focus:invalid {
  border: none;
  outline: 2px solid red;
  border-radius: 5px;
}
body .contact > form > .rightPart > button {
  padding: 8px 12px;
  border-radius: 10px;
  border: none;
  font-weight: 500;
  background-color: var(--dot-bg-color);
  transition: 0.4s ease;
}
body .contact > form > .rightPart > button:hover {
  cursor: pointer;
  box-shadow: 1px 1px 20px var(--pfp-bg-shadow);
}

@media (max-width: 768px) {
  body .contact {
    height: 1300px;
    width: 100%;
    margin: 0 auto;
  }
  body .contact > .map > iframe {
    width: 100%;
    height: 200px;
  }
  body .contact > form {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  body .contact > form > .leftPart > input {
    width: 340px;
  }
  body .contact > form > .rightPart > textarea {
    margin: 0 auto;
    min-width: 340px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  body .contact {
    height: 1300px;
    width: 100%;
    margin: 0 auto;
  }
  body .contact > .map > iframe {
    width: 100%;
    height: 200px;
  }
  body .contact > form {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  body .contact > form > .leftPart > input {
    width: 250px;
  }
  body .contact > form > .rightPart > textarea {
    margin: 0 auto;
    min-width: 250px;
    width: 100%;
  }
}
footer {
  height: 180px;
  width: 100%;
  background-color: var(--footer-bg-color);
}
footer > .social-medias-icons {
  padding-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: var(--second-color);
}
footer > .social-medias-icons > a {
  color: var(--second-color);
}
footer > .social-medias-icons > a > i {
  font-size: 16px;
  padding: 5px 6px;
  border-radius: 100%;
  border: 1px solid var(--second-color);
  transition: 0.4s ease;
}
footer > .social-medias-icons > a > i:hover {
  cursor: pointer;
  background-color: var(--second-color);
  color: var(--primary-color);
  transform: translateY(-10px);
}
footer > .short_cuts {
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
footer > .short_cuts > a {
  font-weight: 400;
  color: var(--primary-color);
  position: relative;
  color: var(--primary-color);
}
footer > .short_cuts > a::after {
  content: "";
  position: absolute;
  background-color: var(--light-pfp-bg-shadow);
  height: 1px;
  bottom: 0;
  left: 0;
  width: 0%;
  border-radius: 10px;
  transition: 0.5s ease;
}
footer > .short_cuts > a:hover::after {
  width: 100%;
}
footer > .copy_right {
  padding-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  font-size: 12px;
  color: var(--primary-color);
}

@media (max-width: 768px) {
  footer {
    margin-top: 200px;
  }
  footer > .short_cuts > a {
    font-weight: 400;
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  footer {
    width: 100%;
  }
  footer > .short_cuts {
    gap: 2px;
  }
}
@keyframes blink {
  to {
    border-left: 2px solid var(--second-color);
  }
}
@keyframes words {
  0%, 20% {
    content: "Front-end Developer";
  }
  21%, 40% {
    content: "UX / UI Designer";
  }
  41%, 60% {
    content: "Enterpreneur";
  }
  61%, 80% {
    content: "IT Project Manager";
  }
  81%, 100% {
    content: "IT Student";
  }
}
@keyframes typing {
  10%, 15%, 30%, 35%, 50%, 70%, 75%, 90% {
    width: 0;
  }
  5%, 20%, 40%, 45%, 60%, 65%, 90%, 85% {
    width: calc(100% + 8px);
  }
}
body .custom-cursor {
  position: fixed;
  width: 20px;
  height: 20px;
  background-color: #396365;
  border-radius: 100%;
  pointer-events: none;
  left: -20px;
  top: 20px;
  transition: transform 0.2s ease-out;
  z-index: 9999;
  mix-blend-mode: difference;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  scroll-behavior: smooth;
  font-family: "Poppins", sans-serif;
}

body {
  background: var(--primary-back-color-bg);
  transition: background 0.6s ease;
}

@media (max-width: 768px) {
  html,
  body {
    overflow-x: hidden;
    width: 100%;
  }
  img {
    max-width: 100%;
    height: auto;
  }
}
:root {
  /* Dark mode */
  --primary-back-color-bg: #080808;
  --primary-back-color-header: #080808d2;
  --primary-color: white;
  --second-color: #8bf8e4;
  --second-color-hover: #046e5a;
  --hire-me-btn-color: #122023;
  --pfp-bg-shadow: #00fbff;
  --dot-bg-color: #8af9ea;
  --desc-color: #757575;
  --section-title-font-size: 44px;
  --service-element-bg: #8bfaed;
  --testimonials-bg-color: #131313;
  --star-color: yellow;
  --testimonials-element-bg-color: #060606;
  --footer-bg-color: #131313;
  /* Light mode */
  --light-primary-back-color-bg: #f9f9f9;
  --light-primary-back-color-header: #ffffffd2;
  --light-primary-color: #080808;
  --light-second-color: #00bfa5;
  --light-hire-me-btn-color: #e0f2f1;
  --light-pfp-bg-shadow: #00bfa5;
  --light-dot-bg-color: #00bfa5;
  --light-desc-color: #5f5f5f;
  --light-section-title-font-size: 44px;
  --light-service-element-bg: #e0f7fa;
  --light-testimonials-bg-color: #ffffff;
  --light-star-color: #ffb400;
  --light-testimonials-element-bg-color: #f5f5f5;
  --light-footer-bg-color: #060505;
  --education-bg-color: #131313;
  --line-bg-color: rgb(76, 184, 246);
  --dot-bg-color: #037274;
  --education-div-bg-color: #00fbff;
  --education-div-hover-bg-color: #ffffff;
  --education-div-border-bg-color: #05abae;
  --education-title-font-size: 16px;
  --education-desc-font-size: 13px;
  --education-fs-font-size: 12px;
}

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

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: var(--light-pfp-bg-shadow);
}

::-webkit-scrollbar-thumb:hover {
  background: var(--second-color-hover);
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}/*# sourceMappingURL=main.css.map */