@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Mono&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  scrollbar-width: auto;
  scrollbar-color: #ccc #fff;
  -webkit-font-smoothing: antialiased;
  outline: transparent;
  -webkit-tap-highlight-color: transparent; }
  *::-webkit-scrollbar {
    width: 8px; }
  *::-webkit-scrollbar-track {
    background: transparent; }
  *::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
    border: 4px solid transparent; }
  *:before, *:after {
    box-sizing: border-box; }
  * > img {
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none; }

html,
body {
  height: 100%; }

body {
  font-family: "Plus Jakarta Display"; }
  body.dark {
    background: #121212;
    color: #eee; }
    body.dark::-webkit-scrollbar {
      width: 8px; }
    body.dark::-webkit-scrollbar-track {
      background: transparent; }
    body.dark::-webkit-scrollbar-thumb {
      background-color: #ccc;
      border-radius: 10px;
      border: 4px solid transparent; }
    body.dark .preloader {
      background: #121212; }
      body.dark .preloader .icon svg.tea {
        --secondary: #a2afdd; }
    body.dark .header a {
      color: #eee !important; }
    body.dark .header .logo .mail {
      background: #1d1d1d !important; }
      body.dark .header .logo .mail svg {
        fill: #eee !important; }
    body.dark .header .lang .arrow svg {
      fill: #eee !important; }
    body.dark .header .lang .dropdown li a {
      color: #1d1d1d !important; }
    body.dark main .swiper .swiper-slide .about-me .details .button {
      background: #1d1d1d; }
      body.dark main .swiper .swiper-slide .about-me .details .button:hover {
        color: #1d1d1d; }
    body.dark main .swiper .swiper-slide .about-me .moving-mouse-holder .mouse {
      border: 2px solid #eee !important; }
      body.dark main .swiper .swiper-slide .about-me .moving-mouse-holder .mouse .mouse-button {
        background-color: #eee; }
    body.dark main .swiper .swiper-slide .brand {
      background-image: linear-gradient(315deg, #ad1deb 0%, #6e72fc 74%); }
      body.dark main .swiper .swiper-slide .brand .inside .code-editor .tab {
        background: #1b1b1b;
        border-bottom: 1px solid #262626; }
        body.dark main .swiper .swiper-slide .brand .inside .code-editor .tab span {
          color: #eee; }
      body.dark main .swiper .swiper-slide .brand .inside .code-editor .content .sidebar {
        background: #181818; }
        body.dark main .swiper .swiper-slide .brand .inside .code-editor .content .sidebar ul li a {
          color: #d3d3d3; }
          body.dark main .swiper .swiper-slide .brand .inside .code-editor .content .sidebar ul li a .arrow svg {
            fill: #d3d3d3; }
          body.dark main .swiper .swiper-slide .brand .inside .code-editor .content .sidebar ul li a:hover {
            background-color: #2c2c2c; }
          body.dark main .swiper .swiper-slide .brand .inside .code-editor .content .sidebar ul li a .code svg {
            fill: #ff5100; }
        body.dark main .swiper .swiper-slide .brand .inside .code-editor .content .sidebar ul li .code-file:hover {
          background-color: #222222; }
        body.dark main .swiper .swiper-slide .brand .inside .code-editor .content .sidebar ul li .code-file .hash {
          color: #52b6f0; }
        body.dark main .swiper .swiper-slide .brand .inside .code-editor .content .sidebar ul li .code-file.javascript svg {
          fill: yellow; }
        body.dark main .swiper .swiper-slide .brand .inside .code-editor .content .sidebar ul li .code-file.sass svg {
          fill: #fa5470; }
        body.dark main .swiper .swiper-slide .brand .inside .code-editor .content .sidebar ul li .code-file::before {
          background: #3f3f3f; }
        body.dark main .swiper .swiper-slide .brand .inside .code-editor .content .sidebar ul li:first-child.clicked ~ li {
          display: none; }
        body.dark main .swiper .swiper-slide .brand .inside .code-editor .content .sidebar ul::before {
          background: #3f3f3f; }
      body.dark main .swiper .swiper-slide .brand .inside .code-editor .content .codes {
        flex: 1; }
        body.dark main .swiper .swiper-slide .brand .inside .code-editor .content .codes .html > ul {
          background: #161616; }
          body.dark main .swiper .swiper-slide .brand .inside .code-editor .content .codes .html > ul > li::before {
            background: #161616;
            color: #59595b;
            counter-increment: codeline; }
        body.dark main .swiper .swiper-slide .brand .inside .code-editor .content .codes .html .monokai-black {
          color: #000000; }
        body.dark main .swiper .swiper-slide .brand .inside .code-editor .content .codes .html .monokai-hardgrey {
          color: #272822; }
        body.dark main .swiper .swiper-slide .brand .inside .code-editor .content .codes .html .monokai-darkgrey {
          color: #3b3a32; }
        body.dark main .swiper .swiper-slide .brand .inside .code-editor .content .codes .html .monokai-grey {
          color: #49483e; }
        body.dark main .swiper .swiper-slide .brand .inside .code-editor .content .codes .html .monokai-lightgrey {
          color: #90907c; }
        body.dark main .swiper .swiper-slide .brand .inside .code-editor .content .codes .html .monokai-white {
          color: #f5f5ec; }
        body.dark main .swiper .swiper-slide .brand .inside .code-editor .content .codes .html .monokai-yellow {
          color: #ffe792; }
        body.dark main .swiper .swiper-slide .brand .inside .code-editor .content .codes .html .monokai-orange {
          color: #fd971f; }
        body.dark main .swiper .swiper-slide .brand .inside .code-editor .content .codes .html .monokai-red {
          color: #f92672; }
        body.dark main .swiper .swiper-slide .brand .inside .code-editor .content .codes .html .monokai-violet {
          color: #ae81ff; }
        body.dark main .swiper .swiper-slide .brand .inside .code-editor .content .codes .html .monokai-teal {
          color: #66d9ef; }
        body.dark main .swiper .swiper-slide .brand .inside .code-editor .content .codes .html .monokai-green {
          color: #a6e22e; }
        body.dark main .swiper .swiper-slide .brand .inside .code-editor .content .codes .html::after {
          background: #232323; }
    body.dark main .swiper .swiper-slide .contact-me .items .text .first svg,
    body.dark main .swiper .swiper-slide .contact-me .items .text .second svg {
      fill: #fff; }
    body.dark main .swiper .swiper-slide .contact-me .items form {
      background: #fff; }
    @media (max-width: 974px) {
      body.dark main .swiper .swiper-slide .contact-me .items h1 {
        color: #fff; }
      body.dark main .swiper .swiper-slide .contact-me .items p {
        color: #fff; } }
    body.dark main .swiper .swiper-slide .workspace a {
      cursor: url("../img/cursor.png"), pointer; }
      body.dark main .swiper .swiper-slide .workspace a span:last-child::before {
        color: #fff; }
    body.dark main .swiper .swiper-pagination-bullet {
      background: #fff; }
      body.dark main .swiper .swiper-pagination-bullet-active {
        background: #ffa500; }
    body.dark .alert {
      background: #fff;
      color: #0c1226; }

.preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center; }
  .preloader .icon svg.tea {
    --secondary: #33406f;
    width: 80px; }
    .preloader .icon svg.tea #teabag {
      transform-origin: top center;
      transform: rotate(3deg);
      animation: swing 2s infinite; }
    .preloader .icon svg.tea #steamL {
      stroke-dasharray: 13;
      stroke-dashoffset: 13;
      animation: steamLarge 2s infinite; }
    .preloader .icon svg.tea #steamR {
      stroke-dasharray: 9;
      stroke-dashoffset: 9;
      animation: steamSmall 2s infinite; }

@-moz-keyframes swing {
  50% {
    transform: rotate(-3deg); } }

@-webkit-keyframes swing {
  50% {
    transform: rotate(-3deg); } }

@-o-keyframes swing {
  50% {
    transform: rotate(-3deg); } }

@keyframes swing {
  50% {
    transform: rotate(-3deg); } }

@-moz-keyframes steamLarge {
  0% {
    stroke-dashoffset: 13;
    opacity: 0.6; }
  100% {
    stroke-dashoffset: 39;
    opacity: 0; } }

@-webkit-keyframes steamLarge {
  0% {
    stroke-dashoffset: 13;
    opacity: 0.6; }
  100% {
    stroke-dashoffset: 39;
    opacity: 0; } }

@-o-keyframes steamLarge {
  0% {
    stroke-dashoffset: 13;
    opacity: 0.6; }
  100% {
    stroke-dashoffset: 39;
    opacity: 0; } }

@keyframes steamLarge {
  0% {
    stroke-dashoffset: 13;
    opacity: 0.6; }
  100% {
    stroke-dashoffset: 39;
    opacity: 0; } }

@-moz-keyframes steamSmall {
  10% {
    stroke-dashoffset: 9;
    opacity: 0.6; }
  80% {
    stroke-dashoffset: 27;
    opacity: 0; }
  100% {
    stroke-dashoffset: 27;
    opacity: 0; } }

@-webkit-keyframes steamSmall {
  10% {
    stroke-dashoffset: 9;
    opacity: 0.6; }
  80% {
    stroke-dashoffset: 27;
    opacity: 0; }
  100% {
    stroke-dashoffset: 27;
    opacity: 0; } }

@-o-keyframes steamSmall {
  10% {
    stroke-dashoffset: 9;
    opacity: 0.6; }
  80% {
    stroke-dashoffset: 27;
    opacity: 0; }
  100% {
    stroke-dashoffset: 27;
    opacity: 0; } }

@keyframes steamSmall {
  10% {
    stroke-dashoffset: 9;
    opacity: 0.6; }
  80% {
    stroke-dashoffset: 27;
    opacity: 0; }
  100% {
    stroke-dashoffset: 27;
    opacity: 0; } }

main .swiper {
  width: 100%;
  height: 100%; }
  main .swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: default; }
    main .swiper .swiper-slide:first-child {
      flex-direction: column; }
    main .swiper .swiper-slide .header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      margin-top: 10px;
      padding: 0 70px;
      z-index: 9999; }
      main .swiper .swiper-slide .header .logo {
        font-weight: 700;
        position: relative;
        display: flex;
        align-items: center;
        color: #0c1226; }
        main .swiper .swiper-slide .header .logo .mail {
          margin-right: 10px;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 60px;
          height: 60px;
          border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
          border: 1px solid #52b6f0;
          transition: 300ms all;
          background: #f1f8fa; }
          main .swiper .swiper-slide .header .logo .mail:hover {
            border-top-left-radius: 50% 100%;
            border-top-right-radius: 100% 80%;
            border-bottom-right-radius: 50% 40%;
            border-bottom-left-radius: 100% 40%;
            transition: 300ms all; }
          main .swiper .swiper-slide .header .logo .mail svg {
            fill: #000; }
        main .swiper .swiper-slide .header .logo .underline {
          width: 0;
          height: 2px;
          background: #22ce6a;
          top: 64%;
          right: -1px;
          z-index: -1;
          transform: translateY(-50%);
          position: absolute;
          transition: 400ms ease-in-out; }
        main .swiper .swiper-slide .header .logo span {
          line-height: 20px; }
          main .swiper .swiper-slide .header .logo span:hover + .underline {
            width: 132px;
            transition: 200ms ease-in-out; }
      main .swiper .swiper-slide .header .menu {
        display: flex;
        align-items: center;
        margin-left: auto; }
        main .swiper .swiper-slide .header .menu li a {
          margin: 0 15px;
          color: #333;
          display: flex;
          line-height: 22px;
          align-items: center;
          position: relative; }
          main .swiper .swiper-slide .header .menu li a:hover {
            color: #000; }
          main .swiper .swiper-slide .header .menu li a hr {
            width: 100%;
            right: 0;
            bottom: 5px;
            opacity: 0;
            position: absolute;
            border: 1px solid #92eea3;
            transition: 200ms all; }
          main .swiper .swiper-slide .header .menu li a:hover hr {
            bottom: 1px;
            opacity: 1;
            transition: 200ms all; }
      main .swiper .swiper-slide .header .lang {
        display: flex;
        align-items: center;
        font-weight: bold;
        line-height: 22px;
        margin-left: 10px;
        cursor: pointer;
        position: relative; }
        main .swiper .swiper-slide .header .lang .dropdown {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          font-weight: normal;
          cursor: default;
          position: absolute;
          right: -2px;
          visibility: hidden;
          opacity: 0;
          top: 30px;
          background-color: #f9f9f9;
          border-radius: 15px;
          width: 130px;
          height: 88px;
          transition: 200ms all; }
          main .swiper .swiper-slide .header .lang .dropdown li {
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 1;
            cursor: pointer;
            line-height: 30px;
            width: 100%;
            height: 100%; }
            main .swiper .swiper-slide .header .lang .dropdown li a {
              color: #333;
              display: flex;
              line-height: 30px;
              align-items: center; }
              main .swiper .swiper-slide .header .lang .dropdown li a .flag {
                border-radius: 4px;
                margin-right: 6px; }
            main .swiper .swiper-slide .header .lang .dropdown li:hover {
              background: #f1f1f1; }
            main .swiper .swiper-slide .header .lang .dropdown li:active {
              background: #e8e8e8; }
            main .swiper .swiper-slide .header .lang .dropdown li.en {
              border-top-left-radius: 15px;
              border-top-right-radius: 15px; }
            main .swiper .swiper-slide .header .lang .dropdown li.tr {
              border-bottom-left-radius: 15px;
              border-bottom-right-radius: 15px; }
          main .swiper .swiper-slide .header .lang .dropdown .triangle {
            width: 14px;
            height: 14px;
            position: absolute;
            background: #f9f9f9;
            transform: rotate(45deg);
            z-index: 0;
            border-top-right-radius: 10px;
            top: -3px;
            right: 7px; }
          main .swiper .swiper-slide .header .lang .dropdown.active {
            opacity: 1;
            visibility: visible;
            transition: 400ms ease-in-out;
            top: 40px; }
        main .swiper .swiper-slide .header .lang .arrow {
          transform: rotate(90deg);
          transition: 400ms all; }
          main .swiper .swiper-slide .header .lang .arrow.active {
            transform: rotate(0);
            transition: 400ms all; }
    main .swiper .swiper-slide .about-me {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      margin: 60px 0 50px 0;
      position: relative;
      width: 100%;
      height: 100%;
      opacity: 0;
      transform: translate(0, 500px); }
      main .swiper .swiper-slide .about-me .avatar {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 180px;
        height: 180px;
        position: relative;
        overflow: hidden;
        background: #eaf9fa;
        border-radius: 50%;
        margin-bottom: 15px; }
        main .swiper .swiper-slide .about-me .avatar img {
          position: absolute;
          bottom: 4px;
          width: 100%;
          height: 100%; }
        main .swiper .swiper-slide .about-me .avatar .mac {
          position: absolute;
          perspective: 123px;
          transform: perspective(45em) rotateX(317deg);
          width: 75%;
          height: 105px;
          z-index: 999;
          bottom: -30px;
          background: linear-gradient(180deg, #e17650 0%, #ca5b38 100%);
          border-radius: 5px; }
          main .swiper .swiper-slide .about-me .avatar .mac svg {
            position: absolute;
            top: 44%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 25px;
            height: 25px;
            opacity: 0.4; }
      main .swiper .swiper-slide .about-me .details {
        max-width: 1010px;
        display: flex;
        flex-direction: column;
        align-items: center;
        cursor: default;
        text-align: center; }
        @media (max-width: 800px) {
          main .swiper .swiper-slide .about-me .details {
            padding: 0 7px; }
            main .swiper .swiper-slide .about-me .details h1 {
              max-width: 500px; } }
        main .swiper .swiper-slide .about-me .details h5 {
          font-size: 34px;
          font-weight: 500;
          position: relative; }
          main .swiper .swiper-slide .about-me .details h5 svg {
            position: absolute;
            bottom: 2px;
            width: 50px;
            margin-left: -3px;
            height: 50px; }
            main .swiper .swiper-slide .about-me .details h5 svg:hover {
              animation: shake 220ms;
              animation-iteration-count: infinite; }

@keyframes shake {
  0% {
    transform: translate(0px) rotate(0deg); }
  25% {
    transform: translate(2px) rotate(7deg); }
  50% {
    transform: translate(4px) rotate(0eg); }
  75% {
    transform: translate(2px) rotate(-7deg); }
  100% {
    transform: translate(0) rotate(0deg); } }
        main .swiper .swiper-slide .about-me .details h1 {
          font-size: 72px;
          max-width: 800px;
          position: relative;
          z-index: 1; }
          main .swiper .swiper-slide .about-me .details h1 span {
            position: relative;
            z-index: 51; }
            main .swiper .swiper-slide .about-me .details h1 span div {
              position: absolute;
              width: 100%;
              height: 100%;
              top: 0;
              left: 0;
              z-index: -99;
              background-image: url(../img/underline.svg);
              background-position: 50% 103%;
              background-size: contain;
              background-repeat: no-repeat; }
        main .swiper .swiper-slide .about-me .details p {
          margin-top: 35px;
          font-size: 18px;
          max-width: 438px;
          font-weight: 300; }
          main .swiper .swiper-slide .about-me .details p span {
            font-weight: 700; }
        main .swiper .swiper-slide .about-me .details .button {
          margin-top: 30px;
          height: 60px;
          border-radius: 40px;
          width: 220px;
          background: #000;
          color: #fff;
          display: flex;
          align-items: center;
          font-size: 14px;
          justify-content: center;
          transition: 1000ms opacity;
          line-height: 60px;
          cursor: pointer; }
          main .swiper .swiper-slide .about-me .details .button span {
            position: absolute; }
            main .swiper .swiper-slide .about-me .details .button span svg {
              filter: invert(0.5);
              opacity: 0;
              transition: 400ms all; }
          main .swiper .swiper-slide .about-me .details .button:hover span svg {
            transition: 300ms all;
            opacity: 1;
            filter: invert(1);
            transform: scale(2) rotate(-10deg); }
          main .swiper .swiper-slide .about-me .details .button:hover {
            color: #000;
            transition: 200ms all; }
          main .swiper .swiper-slide .about-me .details .button:active {
            transform: scale(0.9); }
        main .swiper .swiper-slide .about-me .details .moving-mouse-holder {
          margin-top: 30px; }
          main .swiper .swiper-slide .about-me .details .moving-mouse-holder .mouse {
            width: 26px;
            height: 40px;
            position: relative;
            border-radius: 18px;
            z-index: 1;
            border: 2px solid #000; }
          main .swiper .swiper-slide .about-me .details .moving-mouse-holder .mouse-button {
            background: #000;
            width: 3px;
            height: 8px;
            border-radius: 4px;
            position: absolute;
            top: 6px;
            cursor: default;
            left: 50%;
            transform: translateX(-50%);
            animation: mouse-scroll 1s infinite alternate; }

@keyframes mouse-scroll {
  to {
    transform: translate(-50%, 7px) scale(1, 0.5); } }
      @media (max-height: 827px) {
        main .swiper .swiper-slide .about-me .avatar {
          width: 140px;
          height: 140px; }
        main .swiper .swiper-slide .about-me .details h1 {
          font-size: 52px; } }
    main .swiper .swiper-slide .workspace {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      overflow: hidden;
      -webkit-user-drag: none;
      user-select: none;
      -moz-user-select: none;
      -webkit-user-select: none;
      -ms-user-select: none;
      opacity: 0;
      transform: translate(0, 500px); }
      main .swiper .swiper-slide .workspace a,
      main .swiper .swiper-slide .workspace .material {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 50%; }
      main .swiper .swiper-slide .workspace a {
        position: relative;
        z-index: 1;
        display: flex;
        flex-direction: column;
        transform: translate(0, 500px);
        opacity: 0;
        cursor: url("../img/cursor-white.png"), pointer; }
        main .swiper .swiper-slide .workspace a span {
          font-family: "NewYork";
          font-size: 200px;
          font-weight: normal;
          color: #b0f347;
          line-height: 170px; }
          main .swiper .swiper-slide .workspace a span:last-child {
            margin: -20px 0 0 10px;
            position: relative; }
            main .swiper .swiper-slide .workspace a span:last-child::before {
              content: "Our Community";
              font-size: 36px;
              color: #000;
              position: absolute;
              bottom: -35px;
              right: 10px;
              line-height: 40px; }
        main .swiper .swiper-slide .workspace a.scrolled {
          transform: translate(0, 0);
          opacity: 1;
          transition: all 1s transform;
          transition-delay: 350ms; }
      main .swiper .swiper-slide .workspace .material {
        transform: translate(0, 550px);
        opacity: 0; }
        main .swiper .swiper-slide .workspace .material .gallery {
          display: flex;
          padding-left: 145px;
          gap: 30px; }
          @media (max-width: 1300px) {
            main .swiper .swiper-slide .workspace .material .gallery {
              padding-left: 345px; } }
          main .swiper .swiper-slide .workspace .material .gallery .item {
            height: 270px;
            min-width: 190px;
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.09);
            border-radius: 10px;
            position: relative; }
            main .swiper .swiper-slide .workspace .material .gallery .item img {
              width: 100%;
              height: 100%;
              border-radius: 10px;
              object-fit: cover; }
            main .swiper .swiper-slide .workspace .material .gallery .item:first-child {
              min-width: 266px;
              z-index: 2;
              animation: shakeX 2000ms infinite; }
              main .swiper .swiper-slide .workspace .material .gallery .item:first-child .comment {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                position: absolute;
                top: 25px;
                right: -55px;
                padding: 4px 11px 4px 6px;
                gap: 2px;
                background: #fff;
                border-radius: 75px;
                animation: shakeX 2000ms infinite; }
                main .swiper .swiper-slide .workspace .material .gallery .item:first-child .comment span {
                  color: rgba(0, 0, 0, 0.8);
                  font-weight: 500;
                  font-size: 16px; }
                main .swiper .swiper-slide .workspace .material .gallery .item:first-child .comment h5 {
                  display: flex;
                  font-weight: 500;
                  margin-top: -3px;
                  font-size: 14px; }
                  main .swiper .swiper-slide .workspace .material .gallery .item:first-child .comment h5 p {
                    color: rgba(0, 0, 0, 0.4); }
                main .swiper .swiper-slide .workspace .material .gallery .item:first-child .comment img {
                  width: 40px;
                  height: 40px;
                  object-fit: cover; }
              main .swiper .swiper-slide .workspace .material .gallery .item:first-child::before {
                content: "";
                position: absolute;
                top: -40px;
                left: 50px;
                width: 10px;
                height: 10px;
                background: #257ecd;
                animation: shakeX 2000ms reverse infinite;
                border-radius: 50%; }
            main .swiper .swiper-slide .workspace .material .gallery .item:nth-child(2) {
              min-width: 200px;
              animation: shakeXR 2000ms infinite; }
              main .swiper .swiper-slide .workspace .material .gallery .item:nth-child(2)::before {
                content: "";
                position: absolute;
                top: -25px;
                right: 60px;
                width: 10px;
                height: 10px;
                background: #7efc8a;
                border-radius: 50%;
                animation: shakeXR 2000ms infinite; }
            main .swiper .swiper-slide .workspace .material .gallery .item:last-child {
              min-width: 270px;
              height: 170px;
              transform: translate(-370px, 200px);
              animation: shakeXX 2000ms infinite; }
              main .swiper .swiper-slide .workspace .material .gallery .item:last-child::before {
                content: "";
                position: absolute;
                bottom: -25px;
                left: 65px;
                width: 10px;
                height: 10px;
                background: #6fdfdf;
                animation: shakeXR 2200ms infinite;
                border-radius: 50%; }
              main .swiper .swiper-slide .workspace .material .gallery .item:last-child::after {
                content: "";
                position: absolute;
                bottom: 35px;
                right: -27px;
                width: 10px;
                height: 10px;
                background: #ffa000;
                border-radius: 50%;
                animation: shakeY 2000ms infinite; }
            main .swiper .swiper-slide .workspace .material .gallery .item.last .comment {
              display: inline-flex;
              align-items: center;
              justify-content: center;
              position: absolute;
              bottom: 25px;
              left: -80px;
              padding: 4px 12px 4px 11px;
              gap: 2px;
              background: #fff;
              border-radius: 75px;
              gap: 5px;
              animation: shakeXR 2000ms infinite; }
              main .swiper .swiper-slide .workspace .material .gallery .item.last .comment span {
                color: rgba(0, 0, 0, 0.8);
                font-weight: 500;
                font-size: 16px; }
              main .swiper .swiper-slide .workspace .material .gallery .item.last .comment h5 {
                display: flex;
                font-weight: 500;
                margin-top: -3px;
                font-size: 14px; }
                main .swiper .swiper-slide .workspace .material .gallery .item.last .comment h5 p {
                  color: rgba(0, 0, 0, 0.4); }
              main .swiper .swiper-slide .workspace .material .gallery .item.last .comment img {
                width: 40px;
                height: 40px;
                object-fit: cover; }
        main .swiper .swiper-slide .workspace .material.scrolled {
          transform: translate(0, 0);
          opacity: 1;
          transition: all 1s transform;
          transition-delay: 600ms; }
      @media (max-width: 1100px) {
        main .swiper .swiper-slide .workspace {
          flex-direction: column;
          gap: 50px; }
          main .swiper .swiper-slide .workspace a span {
            font-size: 150px; } }
    @media (max-width: 1100px) and (max-width: 500px) {
      main .swiper .swiper-slide .workspace a span {
        font-size: 100px; }
        main .swiper .swiper-slide .workspace a span:last-child {
          margin: -100px 0 0 10px !important; }
          main .swiper .swiper-slide .workspace a span:last-child::before {
            bottom: 15px !important;
            right: 5px !important;
            font-size: 25px !important; } }
      @media (max-width: 1100px) {
            main .swiper .swiper-slide .workspace a span:last-child {
              margin: -65px 0 0 10px; }
              main .swiper .swiper-slide .workspace a span:last-child::before {
                font-size: 32px;
                bottom: -15px; }
          main .swiper .swiper-slide .workspace .material {
            margin-bottom: 140px; }
            main .swiper .swiper-slide .workspace .material .gallery {
              padding-left: 290px;
              gap: 20px; } }
      @media (max-width: 1100px) and (max-width: 500px) {
        main .swiper .swiper-slide .workspace .material .gallery .item:first-child {
          min-width: 160px; }
        main .swiper .swiper-slide .workspace .material .gallery .item:last-child .comment {
          margin-left: 50px; } }

@keyframes shakeXX {
  0% {
    transform: translate(-380px, 200px); }
  50% {
    transform: translate(-360px, 200px); }
  100% {
    transform: translate(-380px, 200px); } }

@keyframes shakeX {
  0% {
    transform: translateX(7px); }
  50% {
    transform: translateX(-7px); }
  100% {
    transform: translateX(7px); } }

@keyframes shakeXR {
  0% {
    transform: translateX(-7px); }
  50% {
    transform: translateX(7px); }
  100% {
    transform: translateX(-7px); } }

@keyframes shakeY {
  0% {
    transform: translateY(-7px); }
  50% {
    transform: translateY(7px); }
  100% {
    transform: translateY(-7px); } }
    main .swiper .swiper-slide .brand {
      width: 100%;
      height: 65%;
      display: flex;
      align-items: center;
      justify-content: center;
      background-image: linear-gradient(315deg, #ffb338 0%, #fff065 70%);
      overflow: hidden !important;
      position: relative;
      opacity: 0;
      transform: translate(0, 500px); }
      @media (max-width: 1100px) {
        main .swiper .swiper-slide .brand {
          height: 100%; } }
      main .swiper .swiper-slide .brand .inside {
        display: flex;
        align-items: center;
        justify-content: space-around;
        max-width: 1400px;
        width: 1400px;
        transform: translate(-700px, 600px);
        opacity: 0; }
        main .swiper .swiper-slide .brand .inside .text {
          flex: 1;
          max-width: 600px;
          min-width: 400px;
          display: flex;
          flex-direction: column;
          justify-content: center;
          position: relative; }
          main .swiper .swiper-slide .brand .inside .text h1 {
            font-size: 62px; }
          main .swiper .swiper-slide .brand .inside .text p {
            font-size: 16px;
            padding: 15px 0; }
          @media (max-width: 1100px) and (min-width: 800px) {
            main .swiper .swiper-slide .brand .inside .text {
              max-width: 100%;
              margin-bottom: 10px; } }
        main .swiper .swiper-slide .brand .inside .code-editor {
          height: 455px;
          width: 49%;
          min-height: 455px;
          min-width: 564px;
          border-radius: 5px;
          display: flex;
          flex-direction: column;
          overflow: hidden;
          position: relative;
          justify-content: flex-start;
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05); }
          @media (max-width: 1100px) and (min-width: 800px) {
            main .swiper .swiper-slide .brand .inside .code-editor {
              width: 100%; } }
          main .swiper .swiper-slide .brand .inside .code-editor.active {
            transform: translateX(0);
            opacity: 1;
            transition: 1s all; }
          main .swiper .swiper-slide .brand .inside .code-editor .tab {
            height: 36px;
            min-height: 36px;
            background: #f9f9f9;
            border-bottom: 1px solid #e1e1e1;
            display: flex;
            align-items: center;
            padding: 0 10px;
            position: relative; }
            main .swiper .swiper-slide .brand .inside .code-editor .tab div {
              margin: 0 3px;
              cursor: pointer; }
            main .swiper .swiper-slide .brand .inside .code-editor .tab div:first-child {
              height: 10px;
              width: 10px;
              border-radius: 50%;
              background: #da0000; }
            main .swiper .swiper-slide .brand .inside .code-editor .tab div:nth-child(2) {
              height: 10px;
              width: 10px;
              border-radius: 50%;
              background: #ffbd22; }
            main .swiper .swiper-slide .brand .inside .code-editor .tab div:nth-child(3) {
              height: 10px;
              width: 10px;
              border-radius: 50%;
              background: #00da2f; }
            main .swiper .swiper-slide .brand .inside .code-editor .tab span {
              font-size: 13px;
              top: 50%;
              left: 50%;
              width: 300px;
              text-align: center;
              position: absolute;
              color: #292929;
              transform: translate(-50%, -50%); }
          main .swiper .swiper-slide .brand .inside .code-editor .content {
            display: flex;
            height: 100%; }
            main .swiper .swiper-slide .brand .inside .code-editor .content .sidebar {
              height: 100%;
              width: 25%;
              padding: 10px 0;
              background: #f9f9f9;
              font-size: 14px; }
              main .swiper .swiper-slide .brand .inside .code-editor .content .sidebar ul {
                position: relative; }
                main .swiper .swiper-slide .brand .inside .code-editor .content .sidebar ul li a {
                  display: flex;
                  color: #1a1a1a;
                  align-items: center;
                  width: 100%;
                  height: 25px;
                  line-height: 25px;
                  padding: 5px;
                  cursor: pointer; }
                  main .swiper .swiper-slide .brand .inside .code-editor .content .sidebar ul li a .arrow {
                    transform: rotate(270deg);
                    margin-right: -1px; }
                    main .swiper .swiper-slide .brand .inside .code-editor .content .sidebar ul li a .arrow.down {
                      transform: rotate(0deg); }
                    main .swiper .swiper-slide .brand .inside .code-editor .content .sidebar ul li a .arrow svg {
                      fill: #4b4b4b; }
                  main .swiper .swiper-slide .brand .inside .code-editor .content .sidebar ul li a.child {
                    padding-left: 15px; }
                  main .swiper .swiper-slide .brand .inside .code-editor .content .sidebar ul li a:hover {
                    background: #eeeeee; }
                  main .swiper .swiper-slide .brand .inside .code-editor .content .sidebar ul li a .code {
                    width: 24px;
                    height: 24px;
                    display: flex;
                    align-items: center;
                    justify-content: center; }
                    main .swiper .swiper-slide .brand .inside .code-editor .content .sidebar ul li a .code svg {
                      fill: #ff5100;
                      width: 14px;
                      height: 14px;
                      margin-top: 2px; }
                main .swiper .swiper-slide .brand .inside .code-editor .content .sidebar ul li .code-file {
                  width: 100%;
                  padding-left: 29px;
                  position: relative; }
                  main .swiper .swiper-slide .brand .inside .code-editor .content .sidebar ul li .code-file:hover {
                    background: #f3f3f3; }
                  main .swiper .swiper-slide .brand .inside .code-editor .content .sidebar ul li .code-file .hash {
                    margin-right: 5px;
                    color: #52b6f0; }
                  main .swiper .swiper-slide .brand .inside .code-editor .content .sidebar ul li .code-file.javascript svg {
                    fill: #ffa600;
                    width: 12px;
                    margin-right: 5px;
                    margin-top: 2px; }
                  main .swiper .swiper-slide .brand .inside .code-editor .content .sidebar ul li .code-file.sass svg {
                    fill: #fa5470;
                    width: 10px;
                    margin-right: 5px;
                    margin-top: 2px; }
                  main .swiper .swiper-slide .brand .inside .code-editor .content .sidebar ul li .code-file::before {
                    content: "";
                    height: 100%;
                    width: 1px;
                    left: 23px;
                    top: 0;
                    position: absolute;
                    background: #cecece; }
                main .swiper .swiper-slide .brand .inside .code-editor .content .sidebar ul li:first-child.clicked ~ li {
                  display: none; }
                main .swiper .swiper-slide .brand .inside .code-editor .content .sidebar ul::before {
                  content: "";
                  height: calc(100% - 25px);
                  width: 1px;
                  left: 14px;
                  top: 25px;
                  position: absolute;
                  z-index: 999;
                  background: #d3d3d3; }
            main .swiper .swiper-slide .brand .inside .code-editor .content .codes {
              flex: 1; }
              main .swiper .swiper-slide .brand .inside .code-editor .content .codes .html {
                position: relative; }
                main .swiper .swiper-slide .brand .inside .code-editor .content .codes .html > ul {
                  width: 100%;
                  height: 100%;
                  font-family: Monospace, sans-serif;
                  overflow: auto;
                  counter-reset: codeline;
                  background: #f5f5f5; }
                  main .swiper .swiper-slide .brand .inside .code-editor .content .codes .html > ul > li {
                    position: relative;
                    margin-left: 40px;
                    padding: 1px 10px;
                    list-style: none; }
                    main .swiper .swiper-slide .brand .inside .code-editor .content .codes .html > ul > li:before {
                      content: counter(codeline);
                      position: absolute;
                      width: 40px;
                      height: 100%;
                      top: 0;
                      left: -42px;
                      padding-top: 1px;
                      padding-right: 8px;
                      text-align: right;
                      background: #f5f5f5;
                      color: #59595b;
                      counter-increment: codeline; }
                    main .swiper .swiper-slide .brand .inside .code-editor .content .codes .html > ul > li:first-child {
                      padding-top: 10px; }
                      main .swiper .swiper-slide .brand .inside .code-editor .content .codes .html > ul > li:first-child:before {
                        padding-top: 10px; }
                    main .swiper .swiper-slide .brand .inside .code-editor .content .codes .html > ul > li:last-child {
                      padding-bottom: 16px; }
                    main .swiper .swiper-slide .brand .inside .code-editor .content .codes .html > ul > li ul {
                      padding-left: 20px; }
                      main .swiper .swiper-slide .brand .inside .code-editor .content .codes .html > ul > li ul li {
                        list-style: none; }
                    main .swiper .swiper-slide .brand .inside .code-editor .content .codes .html > ul > li pre {
                      margin: 0; }
                main .swiper .swiper-slide .brand .inside .code-editor .content .codes .html .monokai-black {
                  color: #000000; }
                main .swiper .swiper-slide .brand .inside .code-editor .content .codes .html .monokai-hardgrey {
                  color: #272822; }
                main .swiper .swiper-slide .brand .inside .code-editor .content .codes .html .monokai-darkgrey {
                  color: #3b3a32; }
                main .swiper .swiper-slide .brand .inside .code-editor .content .codes .html .monokai-grey {
                  color: #49483e; }
                main .swiper .swiper-slide .brand .inside .code-editor .content .codes .html .monokai-lightgrey {
                  color: #00b609; }
                main .swiper .swiper-slide .brand .inside .code-editor .content .codes .html .monokai-white {
                  color: #2e2e2e; }
                main .swiper .swiper-slide .brand .inside .code-editor .content .codes .html .monokai-yellow {
                  color: #fd971f; }
                main .swiper .swiper-slide .brand .inside .code-editor .content .codes .html .monokai-orange {
                  color: #fd971f; }
                main .swiper .swiper-slide .brand .inside .code-editor .content .codes .html .monokai-red {
                  color: #e90000; }
                main .swiper .swiper-slide .brand .inside .code-editor .content .codes .html .monokai-violet {
                  color: #ae81ff; }
                main .swiper .swiper-slide .brand .inside .code-editor .content .codes .html .monokai-teal {
                  color: #1a95ad; }
                main .swiper .swiper-slide .brand .inside .code-editor .content .codes .html .monokai-green {
                  color: #1eaa0c; }
                main .swiper .swiper-slide .brand .inside .code-editor .content .codes .html::after {
                  content: "";
                  position: absolute;
                  width: 1px;
                  height: 100%;
                  background: #e4e4e4;
                  top: 0;
                  left: 40px; }
          main .swiper .swiper-slide .brand .inside .code-editor .bottom {
            position: absolute;
            width: 100%;
            height: 20px;
            bottom: 0;
            right: 0;
            font-family: "Poppins", sans-serif;
            background: #007acc; }
            main .swiper .swiper-slide .brand .inside .code-editor .bottom ul {
              display: flex;
              align-items: center;
              width: 100%;
              height: 100%;
              padding: 0px 5px; }
              main .swiper .swiper-slide .brand .inside .code-editor .bottom ul li {
                display: flex;
                align-items: center;
                height: 100%;
                font-size: 12px;
                line-height: 100%;
                margin: 0 2px;
                color: #fff; }
                main .swiper .swiper-slide .brand .inside .code-editor .bottom ul li svg {
                  height: 15px;
                  width: 16px;
                  fill: #fff;
                  margin-right: 1px; }
                main .swiper .swiper-slide .brand .inside .code-editor .bottom ul li:nth-child(3) {
                  margin-left: auto; }
                  main .swiper .swiper-slide .brand .inside .code-editor .bottom ul li:nth-child(3) span {
                    margin: 1px 0 0 7px;
                    font-size: 11px;
                    height: 100%;
                    line-height: 100%;
                    display: flex;
                    align-items: center;
                    padding: 0 5px; }
                    main .swiper .swiper-slide .brand .inside .code-editor .bottom ul li:nth-child(3) span:hover {
                      background: #2998e2;
                      transition: 100ms all; }
                main .swiper .swiper-slide .brand .inside .code-editor .bottom ul li:nth-child(4) svg {
                  width: 15px;
                  height: 15px;
                  margin: 0;
                  fill: #fff; }
                main .swiper .swiper-slide .brand .inside .code-editor .bottom ul li:last-child svg {
                  width: 15px;
                  fill: #fff; }
            main .swiper .swiper-slide .brand .inside .code-editor .bottom > * {
              cursor: default; }
        @media (max-width: 1100px) and (min-width: 800px) {
          main .swiper .swiper-slide .brand .inside {
            flex-direction: column;
            padding: 100px 120px 130px; } }
        @media (max-width: 1284px) and (min-width: 1100px) {
          main .swiper .swiper-slide .brand .inside {
            padding: 0 20px; } }
        main .swiper .swiper-slide .brand .inside.scrolled {
          transform: translate(0, 0);
          opacity: 1;
          transition: 1s transform;
          transition-delay: 700ms; }
    main .swiper .swiper-slide .freelance {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      height: 100%;
      width: 100%;
      opacity: 0;
      transform: translate(0, 500px); }
      main .swiper .swiper-slide .freelance span {
        font-size: 48px;
        line-height: 55px;
        width: auto;
        max-width: 650px;
        font-weight: 500;
        letter-spacing: -1px;
        text-align: left;
        z-index: 1;
        transform: translate(0, 400px);
        opacity: 0; }
        main .swiper .swiper-slide .freelance span a {
          display: flex;
          overflow: hidden;
          margin-top: 48px;
          padding-top: 10px;
          cursor: pointer;
          padding-bottom: 10px;
          align-items: center;
          color: #e5a06b;
          text-decoration: underline;
          font-size: 48px;
          line-height: 1;
          font-weight: 500;
          transform: translate(0, 400px);
          opacity: 0; }
          main .swiper .swiper-slide .freelance span a.scrolled {
            transform: translate(0, 0);
            opacity: 1;
            transition: 1s transform;
            transition-delay: 450ms; }
          main .swiper .swiper-slide .freelance span a:hover {
            color: #a8d5d9;
            transition: 200ms all; }
          main .swiper .swiper-slide .freelance span a .arrow-wrap {
            position: relative;
            display: flex;
            overflow: hidden;
            flex-direction: column;
            height: 56px;
            width: 56px; }
            main .swiper .swiper-slide .freelance span a .arrow-wrap .arrow-yellow {
              transform: translate3d(0px, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
              transform-style: preserve-3d;
              transition: 200ms all; }
            main .swiper .swiper-slide .freelance span a .arrow-wrap .arrow-blue {
              transform: translate3d(0px, 55px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
              transform-style: preserve-3d;
              transition: 200ms all; }
          main .swiper .swiper-slide .freelance span a:hover .arrow-wrap .arrow-yellow {
            transform: translate3d(0px, -42px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
            transform-style: preserve-3d;
            transition: 200ms all; }
          main .swiper .swiper-slide .freelance span a:hover .arrow-wrap .arrow-blue {
            transform: translate3d(0px, -57px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
            transform-style: preserve-3d;
            transition: 200ms all; }
        main .swiper .swiper-slide .freelance span.scrolled {
          transform: translate(0, 0);
          opacity: 1;
          transition: 1s transform;
          transition-delay: 300ms; }
      main .swiper .swiper-slide .freelance .circle-asset {
        position: absolute;
        left: auto;
        top: auto;
        right: 0%;
        bottom: 0%; }
      main .swiper .swiper-slide .freelance .circle-asset-left {
        position: absolute;
        left: 0%;
        top: 39%;
        transform: translateY(-50%);
        right: auto;
        bottom: auto; }
    main .swiper .swiper-slide .contact-me {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
      width: 100%;
      overflow: hidden;
      opacity: 0;
      transform: translate(0, 500px); }
      main .swiper .swiper-slide .contact-me .items {
        display: flex;
        align-items: center;
        justify-content: center;
        max-height: 793px;
        max-width: 1026px;
        gap: 15px; }
        main .swiper .swiper-slide .contact-me .items .text {
          display: flex;
          align-items: flex-end;
          justify-content: flex-end;
          text-align: center;
          height: 100%; }
          main .swiper .swiper-slide .contact-me .items .text .first {
            height: 793px;
            display: flex;
            align-items: flex-end;
            justify-content: flex-end;
            position: relative; }
            main .swiper .swiper-slide .contact-me .items .text .first svg {
              fill: #000;
              height: 95%; }
          main .swiper .swiper-slide .contact-me .items .text .second {
            max-width: 140px;
            width: 61px;
            height: 793px;
            display: flex;
            align-items: flex-end;
            justify-content: flex-end;
            position: relative; }
            main .swiper .swiper-slide .contact-me .items .text .second svg {
              height: 90%;
              fill: #000; }
          main .swiper .swiper-slide .contact-me .items .text h1,
          main .swiper .swiper-slide .contact-me .items .text p {
            display: none; }
        main .swiper .swiper-slide .contact-me .items form {
          border: 2px solid #f5f5f5;
          display: flex;
          flex: 1;
          max-width: 746px;
          position: relative;
          flex-direction: column;
          padding: 50px;
          background: #fff;
          border-radius: 35px; }
          main .swiper .swiper-slide .contact-me .items form .success {
            position: absolute;
            top: 50%;
            left: 50%;
            opacity: 0;
            z-index: -999;
            display: flex;
            transform: translate(-50%, -50%);
            align-items: center;
            flex-direction: column;
            transition: 300ms all;
            justify-content: center;
            padding: 8px;
            width: 100%;
            cursor: default; }
            main .swiper .swiper-slide .contact-me .items form .success .icon {
              margin-left: 7px; }
              main .swiper .swiper-slide .contact-me .items form .success .icon svg.tea {
                --secondary: #33406f; }
                main .swiper .swiper-slide .contact-me .items form .success .icon svg.tea #teabag {
                  transform-origin: top center;
                  transform: rotate(3deg);
                  animation: swing 2s infinite; }
                main .swiper .swiper-slide .contact-me .items form .success .icon svg.tea #steamL {
                  stroke-dasharray: 13;
                  stroke-dashoffset: 13;
                  animation: steamLarge 2s infinite; }
                main .swiper .swiper-slide .contact-me .items form .success .icon svg.tea #steamR {
                  stroke-dasharray: 9;
                  stroke-dashoffset: 9;
                  animation: steamSmall 2s infinite; }

@-moz-keyframes swing {
  50% {
    transform: rotate(-3deg); } }

@-webkit-keyframes swing {
  50% {
    transform: rotate(-3deg); } }

@-o-keyframes swing {
  50% {
    transform: rotate(-3deg); } }

@keyframes swing {
  50% {
    transform: rotate(-3deg); } }

@-moz-keyframes steamLarge {
  0% {
    stroke-dashoffset: 13;
    opacity: 0.6; }
  100% {
    stroke-dashoffset: 39;
    opacity: 0; } }

@-webkit-keyframes steamLarge {
  0% {
    stroke-dashoffset: 13;
    opacity: 0.6; }
  100% {
    stroke-dashoffset: 39;
    opacity: 0; } }

@-o-keyframes steamLarge {
  0% {
    stroke-dashoffset: 13;
    opacity: 0.6; }
  100% {
    stroke-dashoffset: 39;
    opacity: 0; } }

@keyframes steamLarge {
  0% {
    stroke-dashoffset: 13;
    opacity: 0.6; }
  100% {
    stroke-dashoffset: 39;
    opacity: 0; } }

@-moz-keyframes steamSmall {
  10% {
    stroke-dashoffset: 9;
    opacity: 0.6; }
  80% {
    stroke-dashoffset: 27;
    opacity: 0; }
  100% {
    stroke-dashoffset: 27;
    opacity: 0; } }

@-webkit-keyframes steamSmall {
  10% {
    stroke-dashoffset: 9;
    opacity: 0.6; }
  80% {
    stroke-dashoffset: 27;
    opacity: 0; }
  100% {
    stroke-dashoffset: 27;
    opacity: 0; } }

@-o-keyframes steamSmall {
  10% {
    stroke-dashoffset: 9;
    opacity: 0.6; }
  80% {
    stroke-dashoffset: 27;
    opacity: 0; }
  100% {
    stroke-dashoffset: 27;
    opacity: 0; } }

@keyframes steamSmall {
  10% {
    stroke-dashoffset: 9;
    opacity: 0.6; }
  80% {
    stroke-dashoffset: 27;
    opacity: 0; }
  100% {
    stroke-dashoffset: 27;
    opacity: 0; } }
            main .swiper .swiper-slide .contact-me .items form .success > span {
              font-size: 52px;
              margin-top: 15px;
              color: #33406f;
              font-weight: 700; }
            main .swiper .swiper-slide .contact-me .items form .success p {
              margin-top: 20px;
              width: 100%;
              text-align: center;
              color: #545f88;
              font-size: 32px;
              font-weight: 500; }
            main .swiper .swiper-slide .contact-me .items form .success a {
              margin-top: 50px;
              width: 183px;
              height: 65px;
              max-height: 65px;
              border-radius: 45px;
              background: #ffb100;
              display: grid;
              cursor: pointer !important;
              place-content: center; }
              main .swiper .swiper-slide .contact-me .items form .success a span {
                color: #f9f9f9;
                font-size: 19px;
                height: 100%;
                font-weight: 700;
                line-height: 50px; }
            main .swiper .swiper-slide .contact-me .items form .success.active {
              opacity: 1;
              z-index: 999;
              transition: 300ms all; }
          main .swiper .swiper-slide .contact-me .items form input,
          main .swiper .swiper-slide .contact-me .items form textarea {
            box-shadow: 0px 2px 6px rgba(19, 18, 66, 0.07); }
          main .swiper .swiper-slide .contact-me .items form ul {
            display: flex; }
            main .swiper .swiper-slide .contact-me .items form ul li label {
              font-family: "DM Sans", sans-serif;
              font-weight: 700;
              display: flex;
              flex-direction: column;
              padding: 20px;
              position: relative; }
              main .swiper .swiper-slide .contact-me .items form ul li label span {
                color: #170f49;
                font-size: 18px;
                margin-bottom: 10px; }
              main .swiper .swiper-slide .contact-me .items form ul li label input {
                width: 281px;
                height: 60px;
                border-radius: 46px;
                outline: 1px solid #eff0f7;
                padding: 20px 50px 20px 25px;
                border: none;
                transition: 300ms all;
                font-size: 16px;
                color: #08051a;
                font-family: "DM Sans", sans-serif;
                font-weight: 700; }
                main .swiper .swiper-slide .contact-me .items form ul li label input:focus {
                  outline: 2px solid #4a3aff;
                  color: #4a3aff;
                  transition: 300ms all; }
                main .swiper .swiper-slide .contact-me .items form ul li label input:focus::placeholder {
                  color: #4a3aff; }
                main .swiper .swiper-slide .contact-me .items form ul li label input:focus + svg {
                  fill: #4a3aff;
                  transform: scale(1.1);
                  transition: 300ms all; }
              main .swiper .swiper-slide .contact-me .items form ul li label svg {
                fill: #a0a3bd;
                position: absolute;
                bottom: 2.35rem;
                right: 2.5rem;
                transition: 300ms all; }
            main .swiper .swiper-slide .contact-me .items form ul.message {
              display: block;
              margin-bottom: 10px; }
              main .swiper .swiper-slide .contact-me .items form ul.message label textarea {
                resize: none;
                height: 250px;
                padding: 20px 25px;
                border: 0;
                min-height: 200px;
                border-radius: 20px;
                transition: 300ms all;
                font-size: 16px;
                color: #08051a;
                font-family: "DM Sans", sans-serif;
                font-weight: 700;
                outline: 1px solid #eff0f7; }
                main .swiper .swiper-slide .contact-me .items form ul.message label textarea::-webkit-scrollbar {
                  width: 15px; }
                main .swiper .swiper-slide .contact-me .items form ul.message label textarea::-webkit-scrollbar-thumb {
                  border: 4px solid rgba(0, 0, 0, 0);
                  background-clip: padding-box;
                  border-radius: 9999px;
                  background-color: #aaaaaa; }
                main .swiper .swiper-slide .contact-me .items form ul.message label textarea:focus {
                  outline: 2px solid #4a3aff;
                  transition: 300ms all; }
            main .swiper .swiper-slide .contact-me .items form ul.disabled {
              opacity: 0 !important;
              z-index: -999;
              transition: 300ms all; }
          main .swiper .swiper-slide .contact-me .items form .bottom {
            display: flex;
            justify-content: space-between;
            width: 93%;
            color: #000;
            align-items: center;
            margin: 0 22px; }
            main .swiper .swiper-slide .contact-me .items form .bottom button {
              padding: 28px 50px;
              max-width: 230px;
              font-size: 16px;
              background: #4a3aff;
              cursor: pointer;
              border-radius: 85px;
              margin: 5px 0;
              color: #fff;
              border: 0;
              outline: 0;
              font-family: "DM Sans", sans-serif;
              font-weight: 700;
              transition: 300ms all; }
              main .swiper .swiper-slide .contact-me .items form .bottom button:hover {
                background: #5849ff;
                transition: 300ms all; }
            main .swiper .swiper-slide .contact-me .items form .bottom .count {
              line-height: 87px;
              cursor: default;
              margin-right: 3px; }
            main .swiper .swiper-slide .contact-me .items form .bottom.disabled {
              opacity: 0 !important; }
      @media (max-width: 974px) {
        main .swiper .swiper-slide .contact-me .items {
          flex-direction: column;
          width: 95%; }
          main .swiper .swiper-slide .contact-me .items .text {
            display: flex;
            align-items: center;
            flex-direction: column;
            margin: 0;
            width: 100%; }
            main .swiper .swiper-slide .contact-me .items .text h1,
            main .swiper .swiper-slide .contact-me .items .text p {
              display: block !important; }
            main .swiper .swiper-slide .contact-me .items .text h1 {
              color: #000;
              font-weight: 700;
              line-height: 42px;
              margin-bottom: 10px; }
            main .swiper .swiper-slide .contact-me .items .text p {
              text-align: center;
              max-width: 353px;
              color: #000; } }
    @media (max-width: 974px) and (max-height: 750px) {
      main .swiper .swiper-slide .contact-me .items .text h1 {
        margin: 0; }
      main .swiper .swiper-slide .contact-me .items .text p {
        display: none !important; } }
      @media (max-width: 974px) {
            main .swiper .swiper-slide .contact-me .items .text .first,
            main .swiper .swiper-slide .contact-me .items .text .second {
              display: none; } }
    main .swiper .swiper-slide .scrolled {
      transform: translate(0, 0);
      opacity: 1;
      transition: 1s all; }
  main .swiper .swiper-pagination-bullet-active {
    background: #ffa500; }

main .options-bg {
  display: none !important; }

main .theme-preference {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  position: fixed;
  padding: 1.5rem 1rem;
  bottom: 15px;
  z-index: 999;
  right: 12px;
  opacity: 1;
  visibility: visible;
  transition: 500ms all; }
  main .theme-preference p {
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    margin-bottom: 20px;
    color: #1d1d1d !important; }
  main .theme-preference .close-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -8px;
    left: -8px;
    border-radius: 50%;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    background: #e9e9e9; }
    main .theme-preference .close-btn img {
      width: 35%;
      height: 35%; }
  main .theme-preference .elements ul {
    display: flex; }
    main .theme-preference .elements ul li {
      margin: 0 6px; }
      main .theme-preference .elements ul li label input {
        display: none; }
        main .theme-preference .elements ul li label input + .box .bg {
          opacity: 0; }
        main .theme-preference .elements ul li label input:checked + .box .bg {
          opacity: 1;
          fill: #ffd700;
          transition: 600ms all; }
        main .theme-preference .elements ul li label input:checked + .box {
          background: #f5f5f5; }
        main .theme-preference .elements ul li label input:checked + .box {
          transform: rotate(15deg) scale(1.2);
          transition: 400ms all; }
      main .theme-preference .elements ul li label .box {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 500ms all;
        cursor: pointer; }
  main .theme-preference.close {
    opacity: 0;
    right: -1000px;
    transition: 1000ms ease-in-out; }

@media (min-device-width: 768px) and (max-device-width: 1024px) {
  main .about-me {
    margin: 120px 0 50px 0 !important; }
  main .brand .inside {
    padding: 60px 68px 85px; }
  main .works {
    min-height: 850px; } }

.errpage {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: "Poppins", sans-serif; }
  .errpage .fourzerofour {
    padding: 20px;
    width: 100%; }
  .errpage h2 {
    font-size: 68px;
    font-weight: 700;
    letter-spacing: -2px; }
  .errpage p {
    font-size: 22px;
    font-weight: 700;
    margin: 5px 0 50px 0; }
  .errpage a {
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #000;
    position: relative;
    letter-spacing: -1px;
    margin-top: 50px; }
    .errpage a svg {
      margin-right: 7px; }
    .errpage a::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 2px;
      width: 100%;
      height: 2px;
      background: #000; }
  @media (max-width: 550px) {
    .errpage h2 {
      font-size: 50px; }
    .errpage p {
      font-size: 16px;
      margin: 0; }
    .errpage a {
      margin-top: 20px; } }

.alert {
  position: fixed;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 15px 25px;
  border-radius: 30px;
  background: #0c1226;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 9999999;
  text-align: center;
  font-size: 16px;
  transition: 300ms all;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.4);
  cursor: default; }
  .alert.active {
    top: 20px;
    opacity: 1;
    visibility: visible; }
  @media (max-width: 540px) {
    .alert {
      padding: 15px 20px; } }

@media (max-width: 800px) {
  .header {
    padding: 23px 20px 0 20px !important;
    margin: 0 !important; }
    .header .logo {
      height: 100%; }
      .header .logo .mail {
        display: none !important; }
      .header .logo span {
        line-height: 0;
        height: 100%;
        display: flex;
        align-items: center; }
    .header .menu {
      display: none !important; }
    .header .lang {
      display: none !important; }
    .header .hamburger {
      height: 100%;
      width: 30px;
      display: flex;
      align-items: center;
      position: relative;
      z-index: 9999; }
      .header .hamburger #menu_checkbox {
        display: none; }
        .header .hamburger #menu_checkbox:checked + label div {
          width: 5px;
          height: 5px;
          margin-left: 12px;
          margin-bottom: 3px;
          background-color: #ff7842;
          background-image: linear-gradient(315deg, #ff7842 0%, #ffae0d 74%); }
        .header .hamburger #menu_checkbox:checked + label {
          transform: translateY(-50%) rotateZ(-90deg); }
      .header .hamburger label {
        position: absolute;
        display: block;
        top: 50%;
        width: 30px;
        height: 30px;
        transform: translateY(-50%);
        transition: 0.3s ease transform;
        cursor: pointer; }
        .header .hamburger label div {
          width: 5px;
          height: 5px;
          background-color: #eec0c6;
          background-image: linear-gradient(315deg, #eec0c6 0%, #7ee8fa 74%);
          margin-left: 0;
          margin-bottom: 6px;
          border-radius: 4px;
          transition: 0.3s ease width, 0.3s ease margin-left, 0.3s ease margin-bottom, 0.3s ease background-color; }
          .header .hamburger label div:first-child {
            width: 22px; }
          .header .hamburger label div:nth-child(2) {
            width: 15px; }
          .header .hamburger label div:last-child {
            width: 30px;
            margin-bottom: 0; }
  main .about-me {
    margin: 30px 0 0 0 !important; }
    main .about-me .avatar {
      width: 120px !important;
      height: 120px !important;
      margin-bottom: 20px !important; }
      main .about-me .avatar .mac {
        width: 95px !important;
        bottom: -45px !important; }
        main .about-me .avatar .mac svg {
          top: 35% !important; }
    main .about-me .details h5 {
      font-size: 28px !important;
      margin-bottom: 10px !important; }
      main .about-me .details h5 svg {
        width: 38px !important;
        bottom: -2px !important; }
    main .about-me .details h1 {
      font-size: 42px !important; }
      main .about-me .details h1 span::before {
        left: 0;
        top: 57px;
        width: 265px;
        transform: rotate(3deg); }
    main .about-me .details p {
      margin-top: 28px !important; }
    main .about-me .details a {
      margin-top: 25px !important;
      height: 50px !important;
      width: 210px !important; }
      main .about-me .details a svg {
        width: 17px !important;
        height: 17px !important; }
    main .about-me .details .moving-mouse-holder {
      margin-top: 20px !important; }
  main .freelance span {
    font-size: 48px;
    margin: 0 20px; }
    main .freelance span a {
      font-size: 34px; }
  main .freelance .circle-asset-left {
    top: 55% !important; }
  main .freelance .circle-asset {
    display: none; }
  main .brand {
    padding: 20px 0 30px 0; }
    main .brand .inside {
      flex-direction: column !important;
      justify-content: flex-start !important;
      position: relative !important;
      height: 100% !important; }
      main .brand .inside .text {
        padding: 0 105px 20px; } }
      @media (max-width: 800px) and (max-width: 410px) {
        main .brand .inside .text {
          padding: 0 125px 10px; } }

@media (max-width: 800px) {
      main .brand .inside .code-editor {
        transform: translateX(104px) !important;
        min-height: 400px !important; } }
      @media (max-width: 800px) and (max-width: 410px) {
        main .brand .inside .code-editor {
          transform: translateX(125px) !important; } }

@media (max-width: 800px) {
  main .contact-me {
    padding: 0;
    scroll-behavior: smooth; }
    main .contact-me .items {
      flex-direction: column;
      width: 95%;
      min-width: 300px;
      max-height: 100%; }
      main .contact-me .items .text {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-bottom: 10px;
        width: 100%;
        height: 100%; }
        main .contact-me .items .text h1,
        main .contact-me .items .text p {
          display: block !important; }
        main .contact-me .items .text h1 {
          font-size: 48px;
          color: #fff;
          font-weight: 700; }
        main .contact-me .items .text p {
          font-size: 16px;
          text-align: center;
          max-width: 353px;
          color: #fff; }
        main .contact-me .items .text .first,
        main .contact-me .items .text .second {
          display: none; }
      main .contact-me .items form {
        width: 100%;
        padding: 15px !important; }
        main .contact-me .items form ul {
          flex-direction: column; }
          main .contact-me .items form ul li label {
            padding: 5px 10px !important; }
            main .contact-me .items form ul li label svg {
              bottom: 1.1rem !important;
              right: 2rem !important; }
            main .contact-me .items form ul li label span {
              margin-bottom: 5px !important; }
            main .contact-me .items form ul li label input {
              height: 50px !important;
              width: 100% !important;
              padding: 10px 50px 10px 25px !important; }
        main .contact-me .items form .message {
          margin-bottom: 0 !important; }
          main .contact-me .items form .message li label textarea {
            padding: 15px 20px !important;
            height: 100px !important;
            min-height: 0 !important; }
        main .contact-me .items form button {
          width: 90%;
          max-width: 100%;
          margin: 0 auto; }
        main .contact-me .items form .bottom {
          margin: 0 15px -7px !important; }
          main .contact-me .items form .bottom .count {
            margin-right: 5px !important; }
          main .contact-me .items form .bottom button {
            padding: 18px 7px !important;
            max-width: 183px; } }
  @media (max-width: 800px) and (min-height: 750px) {
    main .contact-me .items form ul li label {
      padding: 12px !important; }
      main .contact-me .items form ul li label svg {
        bottom: 1.55rem !important; }
    main .contact-me .items form ul.message label textarea {
      height: 150px !important;
      padding: 25px !important; } }

@media (max-width: 800px) {
  .options-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.05);
    top: 46%;
    left: 50%;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    display: block !important;
    transform: translate(-50%, -50%);
    transition: 300ms all; }
    .options-bg .options {
      position: fixed;
      width: 275px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      border-radius: 20px;
      background: #fff;
      box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.3);
      opacity: 0.9;
      z-index: 999;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .options-bg .options .menu {
        display: flex;
        width: 100%;
        flex-direction: column; }
        .options-bg .options .menu li {
          width: 100%;
          height: 70px;
          display: flex;
          align-items: center;
          justify-content: center;
          border-bottom: 1px solid rgba(0, 0, 0, 0.03);
          cursor: pointer; }
          .options-bg .options .menu li a {
            margin: 0 15px;
            color: #000;
            display: flex;
            opacity: 1;
            line-height: 22px;
            align-items: center; }
          .options-bg .options .menu li:hover {
            background: #f5f5f5; }
          .options-bg .options .menu li:last-child {
            border-bottom: 0; }
          .options-bg .options .menu li:first-child {
            border-top-left-radius: 20px;
            border-top-right-radius: 20px; }
          .options-bg .options .menu li:last-child {
            border-bottom-left-radius: 20px;
            border-bottom-right-radius: 20px; }
    .options-bg.active {
      top: 50%;
      visibility: visible;
      opacity: 1;
      transition: 400ms all; } }

@font-face {
  font-family: "Plus Jakarta Display";
  src: url("../fonts/PlusJakartaDisplay-Light.woff2") format("woff2"), url("../fonts/PlusJakartaDisplay-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Plus Jakarta Display";
  src: url("../fonts/PlusJakartaDisplay-Bold.woff2") format("woff2"), url("../fonts/PlusJakartaDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Plus Jakarta Display";
  src: url("../fonts/PlusJakartaDisplay-Regular.woff2") format("woff2"), url("../fonts/PlusJakartaDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Plus Jakarta Display";
  src: url("../fonts/PlusJakartaDisplay-Medium.woff2") format("woff2"), url("../fonts/PlusJakartaDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "NewYork";
  src: url("../fonts/NewYork.woff2") format("woff2"), url("../fonts/NewYork.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
