body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  background-color: #2c2d30 !important;
  color: #fff;
  overflow-x: hidden !important;
}

.main > div > header {
  height: 80px;
}
.main > div > header > div > figure img {
  width: 120px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main > div > header > div > nav {
  height: 100%;
}
.main > div > header > div > nav > ul {
  height: 100%;
  list-style: none;
}
.main > div > header > div > nav > ul > li {
  padding: 0;
}
.main > div > header > div > nav > ul > li:nth-of-type(1) > a {
  color: #1ab394 !important;
}
.main > div > header > div > nav > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  font-size: 16px;
  font-weight: 600;
  font-family: "Muli", sans-serif;
  transition: 0.4s ease-in;
}
.main > div > header > div > nav > ul > li > a:hover {
  color: #1ab394 !important;
}
.main > div > header > div > section {
  position: relative;
}
.main > div > header > div > section .hamburger-menu:hover + .menu-item {
  transform: translateY(0);
}
.main > div > header > div > section .hamburger-menu {
  transition: 0.4s;
  position: absolute;
  height: 0;
  overflow: hidden;
  width: 100vw;
  top: 70px;
  right: -20px;
  background-color: #262a2e;
  z-index: 100;
}
.main > div > header > div > section .hamburger-menu > div > ul {
  padding-left: 40px;
  height: 100%;
}
.main > div > header > div > section .hamburger-menu > div > ul > li:nth-of-type(1) > a {
  color: #1ab394 !important;
}
.main > div > header > div > section .hamburger-menu > div > ul > li > a {
  display: block;
  height: 60px;
  font-size: 14px;
  font-family: "Muli", sans-serif;
  transition: 0.4s ease-in;
}
.main > div > header > div > section .hamburger-menu > div > ul > li > a:hover {
  color: #1ab394 !important;
}
.main > div > header > div > section .showmenu {
  height: 300px;
}
.main .social-box {
  position: fixed;
  left: 1.5rem;
  bottom: 0;
  width: 1.5rem;
  z-index: 100;
}
.main .social-box .follow-label {
  padding-right: 5rem;
  position: absolute;
  bottom: 100%;
  right: 0;
  line-height: 1.5rem;
  height: 1.5rem;
  white-space: nowrap;
  transform-origin: 100% 0;
  text-align: right;
  transform: rotate(90deg);
}
.main .social-box .follow-label::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 60px;
  height: 2px;
  background-color: #1ab394;
}
.main .social-box .social > a {
  display: block;
  color: #1ab394;
  font-size: 16px;
  margin-bottom: 10px;
}
.main .intro {
  height: 100vh;
}
@media screen and (min-width: 769px) {
  .main .intro .content {
    padding-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .main .intro h3 {
    margin: 40px 0;
  }
  .main .intro p {
    font-size: 18px;
  }
  .main .intro button {
    margin-top: 20px;
    width: 180px;
  }
}
.main .intro h1 > strong {
  color: #1ab394;
}
.main .intro h3 {
  width: 0;
  overflow: hidden;
  border-right: 1px solid #1ab394;
  animation: id steps(18) alternate infinite 5s, op linear 0.4s infinite alternate;
  white-space: nowrap;
  font-weight: normal;
}
@keyframes id {
  to {
    width: 298px;
  }
}
@keyframes op {
  to {
    border-right: 1px solid rgba(0, 0, 0, 0);
  }
}
.main .intro h3 > span {
  color: #1ab394;
}
.main .intro p {
  color: #d2d2d2;
  max-width: 450px;
  font-size: 16px;
  line-height: 2;
}
.main .intro p > a {
  text-decoration: none;
  color: #1ab394;
  font-weight: bold;
}
.main .intro button {
  background-color: #1ab394;
  border-radius: 20px;
}
.main .intro button > a {
  color: #fff !important;
  padding: 10px 25px;
  display: inline-block;
  text-decoration: none;
}
.main div {
  position: relative;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes circle {
  0% {
    transform: rotate(0deg) translate(-80px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translate(-80px) rotate(-360deg);
  }
}
@keyframes circlereverse {
  0% {
    transform: rotate(0deg) translate(-275px) rotate(0deg);
  }
  100% {
    transform: rotate(-360deg) translate(-275px) rotate(360deg);
  }
}
@keyframes float {
  0% {
    transform: translate(0px);
  }
  50% {
    transform: translate(-50px);
  }
  100% {
    transform: translate(0px);
  }
}
.main div > .square {
  position: absolute;
  bottom: 25px;
  left: 0;
  z-index: 0;
  animation: rotate 25s linear infinite;
}
.main div > .square > img {
  z-index: 10;
  position: relative;
}
.main div > .circle-one,
.main div > .circle-two,
.main div > .circle-three {
  position: absolute;
  overflow: hidden;
  z-index: 11;
  opacity: 0.9;
  border-radius: 50%;
}
.main div > .circle-one {
  width: 85px;
  height: 85px;
  background: #1ab394;
  top: 150px;
  right: 34px;
  animation: circle 18s linear infinite;
}
.main div > .circle-two {
  width: 55px;
  height: 55px;
  background-color: #fbdd62;
  top: 250px;
  bottom: 250px;
  right: 0;
  left: 80px;
  animation: circlereverse 22s linear infinite;
}
.main div .circle-three {
  width: 50px;
  height: 50px;
  background-color: #ff4274;
  right: 30px;
  top: 20px;
  animation: float 5s linear infinite;
}
.main div > figure > img {
  z-index: 10;
  position: relative;
  width: 80%;
  height: 80%;
}
.main .about {
  margin-bottom: 150px !important;
}
.main .about h2 {
  font-family: "Poppins", sans-serif;
  color: #1ab394;
  font-weight: 700;
}
.main .about h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin: 16px 0;
}
.main .about h5 > span {
  color: #1ab394;
}
.main .about ul > li {
  font-family: "Muli", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 25px;
  color: #d2d2d2;
}
.main .about ul > li > span {
  color: #fff !important;
  font-weight: 400;
  display: inline-block;
}
.main .about .button {
  background-color: #1ab394;
  border-radius: 20px;
  width: 140px;
}
.main .about .button > a {
  display: inline-block;
  padding: 5px 0;
  color: #fff;
  text-decoration: none;
}
.main .about figure {

}
.main .about figure > img {
  transform: scaleX(-1);
  width: 311px;
  height: 400px;
}

.skill {
  margin-bottom: 150px !important;
  background-image: url("/assets/img/magicpattern-blob-1683293239586.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 800px 400px;
}
.skill h2 {
  color: #1ab394;
  font-weight: 700;
}
.skill .scroll > div:nth-of-type(1) > .scrollbar > div {
  width: 95%;
  height: 8px;
  background-color: #1ab394;
  border-radius: 50px;
  overflow: hidden;
}
.skill .scroll > div:nth-of-type(2) > .scrollbar > div {
  width: 75%;
  height: 8px;
  background-color: #1ab394;
  border-radius: 50px;
  overflow: hidden;
}
.skill .scroll > div:nth-of-type(3) > .scrollbar > div {
  width: 90%;
  height: 8px;
  background-color: #1ab394;
  border-radius: 50px;
  overflow: hidden;
}
.skill .scroll > div > span {
  display: block;
  margin: 20px 0 10px 0;
  font-size: 34px;
  font-weight: 400;
}
.skill .scrollbar {
  width: 85%;
  height: 8px;
  background-color: #d2d2d2;
  border-radius: 50px;
  overflow: hidden;
}
.skill .scrollbar .sass {
  width: 88%;
  height: 8px;
  background-color: #1ab394;
  border-radius: 50px;
  overflow: hidden;
}
.skill .scrollbar .tailwind {
  width: 77%;
  height: 8px;
  background-color: #1ab394;
  border-radius: 50px;
  overflow: hidden;
}
.skill .scrollbar .js {
  width: 65%;
  height: 8px;
  background-color: #1ab394;
  border-radius: 50px;
  overflow: hidden;
}

.portfolio {
  margin-bottom: 150px !important;
}
.portfolio h2 {
  color: #1ab394;
  font-weight: 700;
}
.portfolio .items {
  position: relative;
}
.portfolio .items > figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  box-shadow: 10px 10px 19px #1c1e22, -10px -10px 19px #262a2e;
  background: linear-gradient(145deg, #1e2024, #23272b);
}
.portfolio .items > figure > img {
  width: 100%;
  height: 90%;
  border-radius: 25px;
  overflow: hidden;
}
.portfolio .items > figure > div {
  width: 100%;
  padding: 30px 0;
  height: 40px;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
.portfolio .items > figure > div > h6 {
  color: #1ab394;
  margin-right: 20px;
}
.portfolio .items > figure > div > div > a > i {
  font-size: 20px;
  line-height: 20px;
  color: #1ab394;
  padding-left: 10px;
}

.contact h2 {
  color: #1ab394;
  font-weight: 700;
}
.contact figure {
  background-image: url("/assets/img/magicpattern-blob-1683293239586.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.contact figure > img {
  width: 100%;
  height: 60%;
}
.contact h3 {
  color: #1ab394;
}
.contact h5,
.contact p {
  color: #d2d2d2;
  font-weight: 400;
}
.contact .icons {
  width: 150px;
}
.contact .icons > div > a > i {
  color: #1ab394;
  font-size: 32px;
}
.contact .form-group {
  margin-bottom: 30px !important;
}
.contact .form-group > input {
  background-color: rgba(52, 53, 57, 0.9) !important;
  border-radius: 20px;
  border: none !important;
  outline: none !important;
  color: #1ab394;
  caret-color: #1ab394;
}
.contact .form-group > input::-moz-placeholder {
  color: #d2d2d2;
}
.contact .form-group > input::placeholder {
  color: #d2d2d2;
}
.contact .form-group textarea {
  background-color: rgba(52, 53, 57, 0.9) !important;
  border-radius: 20px;
  border: none;
  outline: none;
}
.contact .form-group textarea::-moz-placeholder {
  color: #d2d2d2;
}
.contact .form-group textarea::placeholder {
  color: #d2d2d2;
}
.contact button {
  background-color: #1ab394;
  color: #d2d2d2;
  border-radius: 20px;
  display: flex;
}
.contact button > a {
  display: flex;
  padding: 10px 30px;
}
.contact button svg {
  margin-left: 10px;
}
.contact button:hover {
  background-color: #1ab394;
}

.footer {
  background-color: #2c2d30;
  border-top: 1px solid #111827;
}
.footer .developed {
  font-size: 18px;
  display: flex;
  justify-content: center;
  bottom: 45px;
  color: #d2d2d2;
  padding: 10px 0;
}
.footer .developed > strong {
  color: #1ab394;
}/*# sourceMappingURL=style.css.map */