@charset "UTF-8";
.contents {
  display: flex;
  flex-direction: column;
  gap: 120px;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
.contents nav {
  z-index: 1000;
  position: fixed;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 480px) {
  .contents nav .anchor.active {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }
}
.contents nav .container {
  margin-top: 24px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contents nav .container .redirection {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: right;
  position: absolute;
  align-items: center;
  gap: 4px;
  margin-top: 48px;
  margin-right: 320px;
}
.contents nav .container .redirection a {
  font-family: "Sofia Sans";
  text-decoration: none;
  font-size: 24px;
}
.contents nav .container .redirection .arrow {
  transform: rotate(315deg);
}
.contents nav .container .navContainer {
  display: flex;
  margin-top: 24px;
  border-radius: 24px;
  align-items: center;
  justify-content: center;
}
.contents nav .container .navContainer .nav {
  height: 55px;
  align-items: center;
  border: 1px solid #555555;
  border-radius: 32px;
  position: fixed;
  justify-content: center;
  background-color: rgba(39, 39, 39, 0.5);
  padding: 0px 40px 4px 32px;
  display: flex;
  align-items: center;
  gap: 72px;
  -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
}
.contents nav .container .navContainer .nav .logo {
  background-color: #161414;
  padding: 4px 12px 6px 12px;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 8px;
}
.contents nav .container .navContainer .nav .anchor {
  display: flex;
  gap: 48px;
}
.contents nav .container .navContainer .nav a {
  text-decoration: none;
  font-size: 18px;
  font-family: "Sofia Sans";
}
@media (max-width: 480px) {
  .contents nav .container .navContainer .nav {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 16px;
  }
  .contents nav .container .navContainer .nav .logo {
    margin-bottom: 16px;
  }
  .contents nav .container .navContainer .nav .anchor {
    display: none;
  }
  .contents nav .container .navContainer .nav .hamburger {
    display: block;
    cursor: pointer;
    font-size: 24px;
    padding: 8px;
  }
  .contents nav .container .navContainer .nav .hamburger:before {
    content: "☰";
  }
}
.contents .aboutSection {
  display: flex;
  flex-direction: column;
}
.contents .aboutSection .container {
  display: flex;
  justify-content: left;
  flex-direction: column;
  width: 100%;
  align-items: center;
  overflow-x: hidden;
}
.contents .aboutSection .container .about {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 80%;
  justify-content: center;
}
.contents .aboutSection .container .about .texts {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6px;
  justify-content: left;
  align-items: start;
}
.contents .aboutSection .container .about .texts .linkBtn {
  color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.contents .aboutSection .container .about .texts .linkBtn svg {
  height: 24px;
  width: 24px;
}
.contents .aboutSection .container .about .texts .linkBtn a {
  color: #E2E8F0;
  font-size: 20px;
  margin-top: 0;
}
.contents .softwares {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contents .softwares .container-xxl {
  display: flex;
  flex-direction: column;
  width: 1280px;
  gap: 3rem;
  overflow-x: hidden;
}
.contents .softwares .apps {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 72px;
  align-items: center;
}
.contents .softwares .apps .softwaretexts {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contents .softwares .apps .tools {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 120px;
}
.contents .softwares .apps img {
  height: 72px;
  width: 100px;
}
.contents .skillSection {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  align-items: center;
  gap: 48px;
}
.contents .skillSection .skillPanel {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100% !important;
  align-items: center;
}
.contents .skillSection .skillPanel .panel {
  width: 100%;
  height: 100% !important;
  border: solid #E2E8F0 1px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 42rem;
  padding: 0 2rem;
}
.contents .skillSection .skillPanel .panel .hoverPanel {
  display: none;
  gap: 24px;
}
.contents .skillSection .skillPanel .panel .hoverPanel img {
  height: 72px;
  width: 72px;
}
.contents .skillSection .skillPanel .panel .hoverPanel h3 {
  color: #121212;
}
.contents .skillSection .skillPanel .panel .hoverPanel p {
  color: #121212;
  font-size: 16px;
  line-height: 140%;
}
.contents .skillSection .skillPanel .panel .rotator {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.contents .skillSection .skillPanel .panel .rotator .logos {
  position: absolute;
}
.contents .skillSection .skillPanel .panel .rotator .logosBlack {
  position: absolute;
  opacity: 0%;
}
.contents .skillSection .skillPanel .panel .rotator .rotating {
  width: 300px;
  animation: rotation 10s infinite linear;
}
.contents .skillSection .skillPanel .panel .rotator .rotateBlack {
  position: absolute;
  width: 300px;
  animation: rotation 10s infinite linear;
  opacity: 0%;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.contents .skillSection .skillPanel .panel .panelText {
  font-size: 20spx;
  font-family: "Sofia Sans";
}
.contents .skillSection .skillPanel .panel .circularIcon {
  padding: 6px;
  border: solid #E2E8F0 1px;
  border-radius: 100%;
}
.contents .skillSection .skillPanel .panel:hover {
  transition: transform 4s ease-in-out;
  background: white;
}
.contents .skillSection .skillPanel .panel:hover .rotating {
  opacity: 0%;
}
.contents .skillSection .skillPanel .panel:hover .logosBlack {
  position: absolute;
  opacity: 100%;
}
.contents .skillSection .skillPanel .panel:hover .logos {
  position: absolute;
  opacity: 0%;
}
.contents .skillSection .skillPanel .panel:hover .hoverPanel {
  display: block;
}
.contents .skillSection .skillPanel .panel:hover .rotateBlack {
  opacity: 100%;
}
.contents .skillSection .skillPanel .panel:hover .panelText {
  display: none;
}
.contents .skillSection .skillPanel .panel:hover .circularIcon {
  padding: 6px;
  display: none;
  border: solid #121212 1px;
  border-radius: 100%;
  color: #121212;
}
.contents .skillSection .skillPanel .panel:hover .circularIcon svg {
  fill: #121212;
}
.contents .projects {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.contents .projects .container-xxl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 80px;
}
.contents .projects .container-xxl h2 {
  letter-spacing: 3%;
}
.contents .projects .container-xxl .project-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 160px;
}
.contents .projects .container-xxl .project-list .card-wrapper {
  padding: 1px;
  height: 85vh;
  background: linear-gradient(to top, #121212, #a0a0a0);
  border-radius: 54px;
  width: 66%;
}
.contents .projects .container-xxl .project-list .card-wrapper .cardoutline {
  width: auto;
  border-radius: 54px;
  padding: 12px;
  background: linear-gradient(to top, #121212, #292929);
  outline: 1px solid rgba(242, 242, 242, 0.05);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.5);
}
.contents .projects .container-xxl .project-list .card-wrapper .cardoutline .wrapper {
  padding: 1px;
  background: linear-gradient(to top, #333333, #4b4b4b);
  border-radius: 48px;
}
.contents .projects .container-xxl .project-list .card-wrapper .cardoutline .wrapper .card {
  height: 100%;
  overflow: hidden;
  padding: 60px 90px 0px 90px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  background: linear-gradient(to right, #181818, #222222);
  border-radius: 48px;
  transition: linear 300ms;
}
.contents .projects .container-xxl .project-list .card-wrapper .cardoutline .wrapper .card .top-section {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.contents .projects .container-xxl .project-list .card-wrapper .cardoutline .wrapper .card .top-section .text {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 100%;
  gap: 8px;
}
.contents .projects .container-xxl .project-list .card-wrapper .cardoutline .wrapper .card .top-section .text p {
  font-size: 20px;
}
.contents .projects .container-xxl .project-list .card-wrapper .cardoutline .wrapper .card .top-section .icon {
  transition: linear 400ms;
}
.contents .projects .container-xxl .project-list .card-wrapper .cardoutline .wrapper .card:hover .icon {
  transform: rotate(315deg);
  transition: linear 300ms;
}
.contents .projects .container-xxl .project-list .card-wrapper .cardoutline .wrapper .card .project-image {
  display: flex;
  border-radius: 24px 24px 0px 0px;
  overflow: hidden;
  width: 100%;
  transition: linear 300ms;
}
.contents .projects .container-xxl .project-list .card-wrapper .cardoutline .wrapper .card .project-image img {
  display: block;
  width: 100%;
  transform: scale(1.01);
  transition: linear 300ms;
}
.contents .projects .container-xxl .project-list .card-wrapper .cardoutline .wrapper .card:hover .project-image {
  transform: scale(1.02);
  transition: linear 300ms;
}
.contents .projects .container-xxl .project-list .card-wrapper .cardoutline .wrapper:hover .card {
  cursor: url("/assets/image/cursor.svg"), auto;
  background: linear-gradient(to top, #121212, rgba(65, 65, 65, 0.9176470588));
  transition: linear 300ms;
}
@media (max-width: 1400px) {
  .contents .projects .container-xxl {
    gap: 60px;
  }
  .contents .projects .container-xxl .project-list {
    gap: 120px;
  }
  .contents .projects .container-xxl .project-list .card-wrapper {
    width: 80%;
  }
}
@media (max-width: 1200px) {
  .contents .projects .container-xxl {
    gap: 40px;
  }
  .contents .projects .container-xxl .project-list {
    gap: 100px;
  }
  .contents .projects .container-xxl .project-list .card-wrapper {
    width: 90%;
  }
  .contents .projects .container-xxl .project-list .card-wrapper .cardoutline {
    padding: 8px;
  }
  .contents .projects .container-xxl .project-list .card-wrapper .wrapper .card {
    padding: 40px 60px 0px 60px;
    gap: 36px;
  }
  .contents .projects .container-xxl .project-list .card-wrapper .wrapper .card .top-section .text p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .contents .projects .container-xxl {
    gap: 20px;
  }
  .contents .projects .container-xxl .project-list {
    gap: 80px;
  }
  .contents .projects .container-xxl .project-list .card-wrapper {
    width: 95%;
  }
  .contents .projects .container-xxl .project-list .card-wrapper .cardoutline {
    padding: 6px;
  }
  .contents .projects .container-xxl .project-list .card-wrapper .wrapper .card {
    padding: 30px 40px 0px 40px;
    gap: 24px;
  }
  .contents .projects .container-xxl .project-list .card-wrapper .wrapper .card .top-section .text p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .contents .projects .container-xxl {
    margin: 20px 20px !important;
    gap: 10px;
  }
  .contents .projects .container-xxl .project-list {
    gap: 48px;
  }
  .contents .projects .container-xxl .project-list .card-wrapper {
    width: 100%;
    height: 60%;
  }
  .contents .projects .container-xxl .project-list .card-wrapper .cardoutline {
    padding: 4px;
    height: 100%;
  }
  .contents .projects .container-xxl .project-list .card-wrapper .wrapper {
    padding: 1px;
  }
  .contents .projects .container-xxl .project-list .card-wrapper .wrapper .card {
    padding: 40px 20px 0px 20px !important;
    gap: 16px;
  }
  .contents .projects .container-xxl .project-list .card-wrapper .wrapper .card .top-section .text p {
    font-size: 16px;
  }
  .contents .projects .container-xxl .project-list .card-wrapper .wrapper .card .project-image img {
    height: auto;
  }
}

.processSection {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
.processSection .container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  align-items: center;
  overflow-x: hidden;
}
.processSection .proces .designProcess {
  justify-content: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 1230px;
}
.processSection .proces .designProcess .mobileProcess {
  display: none;
}
.processSection .proces .designProcess .process svg {
  position: absolute;
  padding-top: 130px;
}
.processSection .proces .designProcess .process .allProcess {
  position: relative;
  display: flex;
  flex-direction: row;
  margin: 30px;
  justify-content: space-between;
}
.processSection .proces .designProcess .process .allProcess .SingleProcessO {
  margin-top: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.processSection .proces .designProcess .process .allProcess .SingleProcessO h5 {
  text-align: center;
}
.processSection .proces .designProcess .process .allProcess .SingleProcessE {
  margin-bottom: 170px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.processSection .proces .designProcess .process .allProcess .SingleProcessE h5 {
  text-align: center;
}

.aboutme {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  overflow: hidden;
  height: 290px;
}

strong {
  font-size: 260px;
  white-space: nowrap;
  opacity: 7%;
  position: relative; /* Absolute positioning for seamless loop */
  animation: move 60s linear infinite;
}

@keyframes move {
  0% {
    transform: translate(0%, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
.getInTouch {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.getInTouch .container-xxl {
  display: flex;
  flex-direction: column;
  width: 80%;
  gap: 4rem;
  margin-left: 10%;
}
.getInTouch .container-xxl .touch {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 100px;
  overflow-x: hidden;
}
.getInTouch .container-xxl .touch .textContent {
  display: flex;
  flex-direction: column;
  width: 80%;
  position: absolute;
  padding-bottom: 340px;
  overflow: hidden;
}
.getInTouch .container-xxl .touch .image img {
  position: relative;
}
.getInTouch .container-xxl .contact {
  display: inline-flex;
  flex-direction: column;
}
.getInTouch .container-xxl .contact form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.getInTouch .container-xxl .contact form .rows {
  display: flex;
  flex-direction: row;
  gap: 48px;
  width: 100%;
}
.getInTouch .container-xxl .contact form .rows .field {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.getInTouch .container-xxl .contact form .rows .field label {
  font-size: 24px;
}
.getInTouch .container-xxl .contact form .rows .field text {
  font-size: 16px;
  font-family: "Sofia Sans";
}
.getInTouch .container-xxl .contact form .rows .field input {
  height: 55px;
  padding-left: 22px;
  font-size: 16px;
  font-weight: 400;
  border: #E2E8F0 solid 1px;
  background-color: #121212;
  font-family: "Sofia Sans";
  color: #E2E8F0;
}
.getInTouch .container-xxl .contact form .rows .field ::-moz-placeholder {
  font-size: 16px;
  font-family: "Sofia Sans";
}
.getInTouch .container-xxl .contact form .rows .field ::placeholder {
  font-size: 16px;
  font-family: "Sofia Sans";
}
.getInTouch .container-xxl .contact form .fullField label {
  font-size: 24px;
}
.getInTouch .container-xxl .contact form .fullField input {
  height: 55px;
  width: 100%;
  padding-left: 22px;
  font-size: 16px;
  font-weight: 500;
  border: #E2E8F0 solid 1px;
  background-color: #121212;
  font-family: "Sofia Sans";
  color: #E2E8F0;
}
.getInTouch .container-xxl .contact form .fullField input text {
  font-size: 16px;
  font-family: "Sofia Sans";
}
.getInTouch .container-xxl .contact form .textArea {
  display: flex;
  flex-direction: column;
  resize: none;
}
.getInTouch .container-xxl .contact form .textArea label {
  font-size: 24px;
}
.getInTouch .container-xxl .contact form .textArea text {
  font-size: 16px;
  font-family: "Sofia Sans";
}
.getInTouch .container-xxl .contact form .textArea ::-moz-placeholder {
  font-size: 16px;
  font-family: "Sofia Sans";
}
.getInTouch .container-xxl .contact form .textArea ::placeholder {
  font-size: 16px;
  font-family: "Sofia Sans";
}
.getInTouch .container-xxl .contact form .textArea textarea {
  height: 250px;
  width: 400px;
  outline: #E2E8F0;
  resize: none;
  background-color: #121212;
  padding-top: 16px;
  padding-left: 22px;
  font-size: 16px;
  font-weight: 500;
  border: #E2E8F0 solid 1px;
  font-family: "Sofia Sans";
  color: #E2E8F0;
  width: 100%;
}
.getInTouch .container-xxl .contact form .submitbtns {
  width: 120px;
  height: 56px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.getInTouch .container-xxl .contact form .submitbtns .submit_button {
  width: 100%;
  height: 100%;
  background: none;
  border: solid #a3e635 1px;
  font-size: 20px;
  font-weight: 600;
  color: #a3e635;
  position: relative;
}
.getInTouch .container-xxl .contact form .submitbtns .submit_button .button_text {
  position: absolute;
  z-index: 100;
  color: #a3e635;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.getInTouch .container-xxl .contact form .submitbtns .submit_button_hover {
  position: absolute;
  z-index: 1;
  top: 100%;
  width: 120px;
  height: 56px;
  background: #a3e635;
  font-size: 20px;
  font-weight: 600;
  color: black;
  transition: 0.3s;
}
.getInTouch .container-xxl .contact form .submitbtns:hover .submit_button_hover {
  background-color: #a3e635;
  top: 0%;
  transition: 0.3s;
  color: #121212;
}
.getInTouch .container-xxl .contact form .submitbtns:hover .button_text {
  transition: 0.3s;
  color: #121212;
}

.sendmail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  margin-bottom: 80px;
}
.sendmail button {
  width: 600px;
  height: 80px;
  font-size: 24px;
  background-color: #a3e635;
  border-radius: 80px;
  font-family: "Sofia Sans";
  font-weight: 700;
}

.footer {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 60px;
  margin-bottom: 60px;
}
.footer .socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
.footer .socials .social {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  align-items: center;
  width: auto;
}
.footer .socials .social img {
  height: 90px;
  transition: linear 300ms;
  transform: scale(1.1);
}
.footer .socials .social:hover img {
  transform: scale(1.2);
  transition: linear 300ms;
}

.hide {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 1px;
  height: 1px;
}

html {
  scroll-behavior: smooth !important;
}

#showText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  mix-blend-mode: difference;
  font-size: 8px;
  text-align: center;
}

.main {
  position: fixed;
  top: 50%;
  left: 50%;
  height: 1px;
  width: 1px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: -42vw -4vh 0px 0px #fff, 25vw -41vh 0px 0px #fff, -20vw 49vh 0px 1px #fff, 5vw 40vh 1px 1px #fff, 29vw 19vh 1px 0px #fff, -44vw -13vh 0px 0px #fff, 46vw 41vh 0px 1px #fff, -3vw -45vh 0px 1px #fff, 47vw 35vh 1px 0px #fff, 12vw -8vh 1px 0px #fff, -34vw 48vh 1px 1px #fff, 32vw 26vh 1px 1px #fff, 32vw -41vh 1px 1px #fff, 0vw 37vh 1px 1px #fff, 34vw -26vh 1px 0px #fff, -14vw -49vh 1px 0px #fff, -12vw 45vh 0px 1px #fff, -44vw -33vh 0px 1px #fff, -13vw 41vh 0px 0px #fff, -36vw -11vh 0px 1px #fff, -23vw -24vh 1px 0px #fff, -38vw -27vh 0px 1px #fff, 16vw -19vh 0px 0px #fff, 28vw 33vh 1px 0px #fff, -49vw -4vh 0px 0px #fff, 16vw 32vh 0px 1px #fff, 36vw -18vh 1px 0px #fff, -25vw -30vh 1px 0px #fff, -23vw 24vh 0px 1px #fff, -2vw -35vh 1px 1px #fff, -25vw 9vh 0px 0px #fff, -15vw -34vh 0px 0px #fff, -8vw -19vh 1px 0px #fff, -20vw -20vh 1px 1px #fff, 42vw 50vh 0px 1px #fff, -32vw 10vh 1px 0px #fff, -23vw -17vh 0px 0px #fff, 44vw 15vh 1px 0px #fff, -40vw 33vh 1px 1px #fff, -43vw 8vh 0px 0px #fff, -48vw -15vh 1px 1px #fff, -24vw 17vh 0px 0px #fff, -31vw 50vh 1px 0px #fff, 36vw -38vh 0px 1px #fff, -7vw 48vh 0px 0px #fff, 15vw -32vh 0px 0px #fff, 29vw -41vh 0px 0px #fff, 2vw 37vh 1px 0px #fff, 7vw -40vh 1px 1px #fff, 15vw 18vh 0px 0px #fff, 25vw -13vh 1px 1px #fff, -46vw -12vh 1px 1px #fff, -18vw 22vh 0px 0px #fff, 23vw -9vh 1px 0px #fff, 50vw 12vh 0px 1px #fff, 45vw 2vh 0px 0px #fff, 14vw -48vh 1px 0px #fff, 23vw 43vh 0px 1px #fff, -40vw 16vh 1px 1px #fff, 20vw -31vh 0px 1px #fff, -17vw 44vh 1px 1px #fff, 18vw -45vh 0px 0px #fff, 33vw -6vh 0px 0px #fff, 0vw 7vh 0px 1px #fff, -10vw -18vh 0px 1px #fff, -19vw 5vh 1px 0px #fff, 1vw 42vh 0px 0px #fff, 22vw 48vh 0px 1px #fff, 39vw -8vh 1px 1px #fff, -6vw -42vh 1px 0px #fff, -47vw 34vh 0px 0px #fff, -46vw 19vh 0px 1px #fff, -12vw -32vh 0px 0px #fff, -45vw -38vh 0px 1px #fff, -28vw 18vh 1px 0px #fff, -38vw -46vh 1px 1px #fff, 49vw -6vh 1px 1px #fff, -28vw 18vh 1px 1px #fff, 10vw -24vh 0px 1px #fff, -5vw -11vh 1px 1px #fff, 33vw -8vh 1px 0px #fff, -16vw 17vh 0px 0px #fff, 18vw 27vh 0px 1px #fff, -8vw -10vh 1px 1px #fff;
  /* stars were too big with the layers above but left the code in case no one cares  -- as in, if noone's just that  one other loner who actually cares    */
  box-shadow: 24vw 9vh 1px 0px #fff, 12vw -24vh 0px 1px #fff, -45vw -22vh 0px 0px #fff, -37vw -40vh 0px 1px #fff, 29vw 19vh 0px 1px #fff, 4vw -8vh 0px 1px #fff, -5vw 21vh 1px 1px #fff, -27vw 26vh 1px 1px #fff, -47vw -3vh 1px 1px #fff, -28vw -30vh 0px 1px #fff, -43vw -27vh 0px 1px #fff, 4vw 22vh 1px 1px #fff, 36vw 23vh 0px 0px #fff, -21vw 24vh 1px 1px #fff, -16vw 2vh 1px 0px #fff, -16vw -6vh 0px 0px #fff, 5vw 26vh 0px 0px #fff, -34vw 41vh 0px 0px #fff, 1vw 42vh 1px 1px #fff, 11vw -13vh 1px 1px #fff, 48vw -8vh 1px 0px #fff, 22vw -15vh 0px 0px #fff, 45vw 49vh 0px 0px #fff, 43vw -27vh 1px 1px #fff, 20vw -2vh 0px 0px #fff, 8vw 22vh 0px 1px #fff, 39vw 48vh 1px 1px #fff, -21vw -11vh 0px 1px #fff, -40vw 45vh 0px 1px #fff, 11vw -30vh 1px 0px #fff, 26vw 30vh 1px 0px #fff, 45vw -29vh 0px 1px #fff, -2vw 18vh 0px 0px #fff, -29vw -45vh 1px 0px #fff, -7vw -27vh 1px 1px #fff, 42vw 24vh 0px 0px #fff, 45vw -48vh 1px 0px #fff, -36vw -18vh 0px 0px #fff, -44vw 13vh 0px 1px #fff, 36vw 16vh 0px 1px #fff, 40vw 24vh 0px 0px #fff, 18vw 11vh 0px 0px #fff, -15vw -23vh 1px 0px #fff, -24vw 48vh 0px 1px #fff, 27vw -45vh 1px 0px #fff, -2vw -24vh 0px 1px #fff, -15vw -28vh 0px 0px #fff, -43vw 13vh 1px 0px #fff, 7vw 27vh 1px 0px #fff, 47vw 5vh 0px 0px #fff, -45vw 15vh 1px 1px #fff, -5vw -28vh 0px 1px #fff, 38vw 25vh 1px 1px #fff, -39vw -1vh 1px 0px #fff, 5vw 0vh 1px 0px #fff, 49vw 13vh 0px 0px #fff, 48vw 10vh 0px 1px #fff, 19vw -28vh 0px 0px #fff, 4vw 7vh 0px 0px #fff, 21vw 21vh 1px 1px #fff, -15vw -15vh 0px 1px #fff, -6vw -42vh 1px 0px #fff, -15vw 48vh 1px 1px #fff, -23vw 25vh 1px 1px #fff, -48vw 25vh 0px 1px #fff, -31vw -19vh 0px 1px #fff, 4vw 37vh 1px 1px #fff, -43vw 28vh 0px 0px #fff, 3vw -25vh 0px 1px #fff, -39vw 14vh 0px 1px #fff, -40vw 31vh 0px 1px #fff, 35vw -36vh 1px 1px #fff, 16vw 49vh 0px 0px #fff, 6vw 39vh 0px 0px #fff, 3vw -35vh 0px 1px #fff, -44vw -2vh 1px 0px #fff, -6vw 21vh 1px 0px #fff, 48vw 9vh 1px 1px #fff, -43vw 30vh 1px 1px #fff, 29vw -12vh 1px 1px #fff, -48vw 13vh 1px 0px #fff, -42vw 32vh 1px 1px #fff, 34vw 15vh 1px 1px #fff, 29vw -37vh 1px 1px #fff, 28vw 2vh 0px 0px #fff;
  animation: zoom 16s alternate infinite;
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5);
  }
}
body {
  font-family: "Sofia Sans Extra Condensed", "Sofia Sans", sans-serif;
  background-color: #121212;
  color: #E2E8F0;
}
body ::-webkit-scrollbar {
  display: none;
}

h1 {
  font-size: 160px;
  font-weight: 800;
  color: #E2E8F0;
  width: 80%;
}
@media screen and (max-width: 568px) {
  h1 {
    font-size: 54px;
  }
}

h2 {
  font-size: 96px;
  font-weight: 800;
  color: #E2E8F0;
  width: 80%;
}
@media screen and (max-width: 568px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  font-size: 48px;
  font-weight: 800;
  color: #E2E8F0;
  width: 80%;
}
@media screen and (max-width: 568px) {
  h3 {
    font-size: 32px;
  }
}

h4 {
  font-size: 40px;
  font-weight: 800;
  color: #E2E8F0;
  width: 80%;
}
@media screen and (max-width: 568px) {
  h4 {
    font-size: 28px;
  }
}

h5 {
  font-size: 24px;
  font-weight: 400;
  color: #E2E8F0;
  width: 80%;
  font-family: "Sofia Sans";
}
@media screen and (max-width: 568px) {
  h5 {
    font-size: 16px;
  }
}

h6 {
  font-size: 20px;
  font-weight: 500;
  color: #E2E8F0;
  width: 80%;
}

p {
  font-size: 16px;
  font-weight: 400;
  color: #E2E8F0;
  width: 80%;
}

h1, p, a {
  color: #fff;
}

a {
  padding: 10px 0;
  margin-top: 8px;
}

.cursor {
  pointer-events: none;
}
.cursor__ball {
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: difference;
  z-index: 1000;
}
.cursor__ball circle {
  fill: #f7f8fa;
}

.left, .right {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.right {
  background: #fff;
}
.right a {
  border-bottom: 2px solid #000;
}
.right h1, .right p, .right a {
  color: #000;
}

.contents {
  display: flex;
  flex-direction: column;
  gap: 120px;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
.contents nav {
  z-index: 1000;
  position: fixed;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 480px) {
  .contents nav .anchor.active {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }
}
.contents nav .container {
  margin-top: 24px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contents nav .container .redirection {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: right;
  position: absolute;
  align-items: center;
  gap: 4px;
  margin-top: 48px;
  margin-right: 320px;
}
.contents nav .container .redirection a {
  font-family: "Sofia Sans";
  text-decoration: none;
  font-size: 24px;
}
.contents nav .container .redirection .arrow {
  transform: rotate(315deg);
}
.contents nav .container .navContainer {
  display: flex;
  margin-top: 24px;
  border-radius: 24px;
  align-items: center;
  justify-content: center;
}
.contents nav .container .navContainer .nav {
  height: 55px;
  align-items: center;
  border: 1px solid #555555;
  border-radius: 32px;
  position: fixed;
  justify-content: center;
  background-color: rgba(39, 39, 39, 0.5);
  padding: 0px 40px 4px 32px;
  display: flex;
  align-items: center;
  gap: 72px;
  -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
}
.contents nav .container .navContainer .nav .logo {
  background-color: #161414;
  padding: 4px 12px 6px 12px;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 8px;
}
.contents nav .container .navContainer .nav .anchor {
  display: flex;
  gap: 48px;
}
.contents nav .container .navContainer .nav a {
  text-decoration: none;
  font-size: 18px;
  font-family: "Sofia Sans";
}
@media (max-width: 480px) {
  .contents nav .container .navContainer .nav {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 16px;
  }
  .contents nav .container .navContainer .nav .logo {
    margin-bottom: 16px;
  }
  .contents nav .container .navContainer .nav .anchor {
    display: none;
  }
  .contents nav .container .navContainer .nav .hamburger {
    display: block;
    cursor: pointer;
    font-size: 24px;
    padding: 8px;
  }
  .contents nav .container .navContainer .nav .hamburger:before {
    content: "☰";
  }
}
.contents .aboutSection {
  display: flex;
  flex-direction: column;
}
.contents .aboutSection .container {
  display: flex;
  justify-content: left;
  flex-direction: column;
  width: 100%;
  align-items: center;
  overflow-x: hidden;
}
.contents .aboutSection .container .about {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 80%;
  justify-content: center;
}
.contents .aboutSection .container .about .texts {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6px;
  justify-content: left;
  align-items: start;
}
.contents .aboutSection .container .about .texts .linkBtn {
  color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.contents .aboutSection .container .about .texts .linkBtn svg {
  height: 24px;
  width: 24px;
}
.contents .aboutSection .container .about .texts .linkBtn a {
  color: #E2E8F0;
  font-size: 20px;
  margin-top: 0;
}
.contents .softwares {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contents .softwares .container-xxl {
  display: flex;
  flex-direction: column;
  width: 1280px;
  gap: 3rem;
  overflow-x: hidden;
}
.contents .softwares .apps {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 72px;
  align-items: center;
}
.contents .softwares .apps .softwaretexts {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contents .softwares .apps .tools {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 120px;
}
.contents .softwares .apps img {
  height: 72px;
  width: 100px;
}
.contents .skillSection {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  align-items: center;
  gap: 48px;
}
.contents .skillSection .skillPanel {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100% !important;
  align-items: center;
}
.contents .skillSection .skillPanel .panel {
  width: 100%;
  height: 100% !important;
  border: solid #E2E8F0 1px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 42rem;
  padding: 0 2rem;
}
.contents .skillSection .skillPanel .panel .hoverPanel {
  display: none;
  gap: 24px;
}
.contents .skillSection .skillPanel .panel .hoverPanel img {
  height: 72px;
  width: 72px;
}
.contents .skillSection .skillPanel .panel .hoverPanel h3 {
  color: #121212;
}
.contents .skillSection .skillPanel .panel .hoverPanel p {
  color: #121212;
  font-size: 16px;
  line-height: 140%;
}
.contents .skillSection .skillPanel .panel .rotator {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.contents .skillSection .skillPanel .panel .rotator .logos {
  position: absolute;
}
.contents .skillSection .skillPanel .panel .rotator .logosBlack {
  position: absolute;
  opacity: 0%;
}
.contents .skillSection .skillPanel .panel .rotator .rotating {
  width: 300px;
  animation: rotation 10s infinite linear;
}
.contents .skillSection .skillPanel .panel .rotator .rotateBlack {
  position: absolute;
  width: 300px;
  animation: rotation 10s infinite linear;
  opacity: 0%;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.contents .skillSection .skillPanel .panel .panelText {
  font-size: 20spx;
  font-family: "Sofia Sans";
}
.contents .skillSection .skillPanel .panel .circularIcon {
  padding: 6px;
  border: solid #E2E8F0 1px;
  border-radius: 100%;
}
.contents .skillSection .skillPanel .panel:hover {
  transition: transform 4s ease-in-out;
  background: white;
}
.contents .skillSection .skillPanel .panel:hover .rotating {
  opacity: 0%;
}
.contents .skillSection .skillPanel .panel:hover .logosBlack {
  position: absolute;
  opacity: 100%;
}
.contents .skillSection .skillPanel .panel:hover .logos {
  position: absolute;
  opacity: 0%;
}
.contents .skillSection .skillPanel .panel:hover .hoverPanel {
  display: block;
}
.contents .skillSection .skillPanel .panel:hover .rotateBlack {
  opacity: 100%;
}
.contents .skillSection .skillPanel .panel:hover .panelText {
  display: none;
}
.contents .skillSection .skillPanel .panel:hover .circularIcon {
  padding: 6px;
  display: none;
  border: solid #121212 1px;
  border-radius: 100%;
  color: #121212;
}
.contents .skillSection .skillPanel .panel:hover .circularIcon svg {
  fill: #121212;
}
.contents .projects {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.contents .projects .container-xxl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 80px;
}
.contents .projects .container-xxl h2 {
  letter-spacing: 3%;
}
.contents .projects .container-xxl .project-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 160px;
}
.contents .projects .container-xxl .project-list .card-wrapper {
  padding: 1px;
  height: 85vh;
  background: linear-gradient(to top, #121212, #a0a0a0);
  border-radius: 54px;
  width: 66%;
}
.contents .projects .container-xxl .project-list .card-wrapper .cardoutline {
  width: auto;
  border-radius: 54px;
  padding: 12px;
  background: linear-gradient(to top, #121212, #292929);
  outline: 1px solid rgba(242, 242, 242, 0.05);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.5);
}
.contents .projects .container-xxl .project-list .card-wrapper .cardoutline .wrapper {
  padding: 1px;
  background: linear-gradient(to top, #333333, #4b4b4b);
  border-radius: 48px;
}
.contents .projects .container-xxl .project-list .card-wrapper .cardoutline .wrapper .card {
  height: 100%;
  overflow: hidden;
  padding: 60px 90px 0px 90px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  background: linear-gradient(to right, #181818, #222222);
  border-radius: 48px;
  transition: linear 300ms;
}
.contents .projects .container-xxl .project-list .card-wrapper .cardoutline .wrapper .card .top-section {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.contents .projects .container-xxl .project-list .card-wrapper .cardoutline .wrapper .card .top-section .text {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 100%;
  gap: 8px;
}
.contents .projects .container-xxl .project-list .card-wrapper .cardoutline .wrapper .card .top-section .text p {
  font-size: 20px;
}
.contents .projects .container-xxl .project-list .card-wrapper .cardoutline .wrapper .card .top-section .icon {
  transition: linear 400ms;
}
.contents .projects .container-xxl .project-list .card-wrapper .cardoutline .wrapper .card:hover .icon {
  transform: rotate(315deg);
  transition: linear 300ms;
}
.contents .projects .container-xxl .project-list .card-wrapper .cardoutline .wrapper .card .project-image {
  display: flex;
  border-radius: 24px 24px 0px 0px;
  overflow: hidden;
  width: 100%;
  transition: linear 300ms;
}
.contents .projects .container-xxl .project-list .card-wrapper .cardoutline .wrapper .card .project-image img {
  display: block;
  width: 100%;
  transform: scale(1.01);
  transition: linear 300ms;
}
.contents .projects .container-xxl .project-list .card-wrapper .cardoutline .wrapper .card:hover .project-image {
  transform: scale(1.02);
  transition: linear 300ms;
}
.contents .projects .container-xxl .project-list .card-wrapper .cardoutline .wrapper:hover .card {
  cursor: url("/assets/image/cursor.svg"), auto;
  background: linear-gradient(to top, #121212, rgba(65, 65, 65, 0.9176470588));
  transition: linear 300ms;
}
@media (max-width: 1400px) {
  .contents .projects .container-xxl {
    gap: 60px;
  }
  .contents .projects .container-xxl .project-list {
    gap: 120px;
  }
  .contents .projects .container-xxl .project-list .card-wrapper {
    width: 80%;
  }
}
@media (max-width: 1200px) {
  .contents .projects .container-xxl {
    gap: 40px;
  }
  .contents .projects .container-xxl .project-list {
    gap: 100px;
  }
  .contents .projects .container-xxl .project-list .card-wrapper {
    width: 90%;
  }
  .contents .projects .container-xxl .project-list .card-wrapper .cardoutline {
    padding: 8px;
  }
  .contents .projects .container-xxl .project-list .card-wrapper .wrapper .card {
    padding: 40px 60px 0px 60px;
    gap: 36px;
  }
  .contents .projects .container-xxl .project-list .card-wrapper .wrapper .card .top-section .text p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .contents .projects .container-xxl {
    gap: 20px;
  }
  .contents .projects .container-xxl .project-list {
    gap: 80px;
  }
  .contents .projects .container-xxl .project-list .card-wrapper {
    width: 95%;
  }
  .contents .projects .container-xxl .project-list .card-wrapper .cardoutline {
    padding: 6px;
  }
  .contents .projects .container-xxl .project-list .card-wrapper .wrapper .card {
    padding: 30px 40px 0px 40px;
    gap: 24px;
  }
  .contents .projects .container-xxl .project-list .card-wrapper .wrapper .card .top-section .text p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .contents .projects .container-xxl {
    margin: 20px 20px !important;
    gap: 10px;
  }
  .contents .projects .container-xxl .project-list {
    gap: 48px;
  }
  .contents .projects .container-xxl .project-list .card-wrapper {
    width: 100%;
    height: 60%;
  }
  .contents .projects .container-xxl .project-list .card-wrapper .cardoutline {
    padding: 4px;
    height: 100%;
  }
  .contents .projects .container-xxl .project-list .card-wrapper .wrapper {
    padding: 1px;
  }
  .contents .projects .container-xxl .project-list .card-wrapper .wrapper .card {
    padding: 40px 20px 0px 20px !important;
    gap: 16px;
  }
  .contents .projects .container-xxl .project-list .card-wrapper .wrapper .card .top-section .text p {
    font-size: 16px;
  }
  .contents .projects .container-xxl .project-list .card-wrapper .wrapper .card .project-image img {
    height: auto;
  }
}

.processSection {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
.processSection .container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  align-items: center;
  overflow-x: hidden;
}
.processSection .proces .designProcess {
  justify-content: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 1230px;
}
.processSection .proces .designProcess .mobileProcess {
  display: none;
}
.processSection .proces .designProcess .process svg {
  position: absolute;
  padding-top: 130px;
}
.processSection .proces .designProcess .process .allProcess {
  position: relative;
  display: flex;
  flex-direction: row;
  margin: 30px;
  justify-content: space-between;
}
.processSection .proces .designProcess .process .allProcess .SingleProcessO {
  margin-top: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.processSection .proces .designProcess .process .allProcess .SingleProcessO h5 {
  text-align: center;
}
.processSection .proces .designProcess .process .allProcess .SingleProcessE {
  margin-bottom: 170px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.processSection .proces .designProcess .process .allProcess .SingleProcessE h5 {
  text-align: center;
}

.aboutme {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  overflow: hidden;
  height: 290px;
}

strong {
  font-size: 260px;
  white-space: nowrap;
  opacity: 7%;
  position: relative; /* Absolute positioning for seamless loop */
  animation: move 60s linear infinite;
}

@keyframes move {
  0% {
    transform: translate(0%, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
.getInTouch {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.getInTouch .container-xxl {
  display: flex;
  flex-direction: column;
  width: 80%;
  gap: 4rem;
  margin-left: 10%;
}
.getInTouch .container-xxl .touch {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 100px;
  overflow-x: hidden;
}
.getInTouch .container-xxl .touch .textContent {
  display: flex;
  flex-direction: column;
  width: 80%;
  position: absolute;
  padding-bottom: 340px;
  overflow: hidden;
}
.getInTouch .container-xxl .touch .image img {
  position: relative;
}
.getInTouch .container-xxl .contact {
  display: inline-flex;
  flex-direction: column;
}
.getInTouch .container-xxl .contact form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.getInTouch .container-xxl .contact form .rows {
  display: flex;
  flex-direction: row;
  gap: 48px;
  width: 100%;
}
.getInTouch .container-xxl .contact form .rows .field {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.getInTouch .container-xxl .contact form .rows .field label {
  font-size: 24px;
}
.getInTouch .container-xxl .contact form .rows .field text {
  font-size: 16px;
  font-family: "Sofia Sans";
}
.getInTouch .container-xxl .contact form .rows .field input {
  height: 55px;
  padding-left: 22px;
  font-size: 16px;
  font-weight: 400;
  border: #E2E8F0 solid 1px;
  background-color: #121212;
  font-family: "Sofia Sans";
  color: #E2E8F0;
}
.getInTouch .container-xxl .contact form .rows .field ::-moz-placeholder {
  font-size: 16px;
  font-family: "Sofia Sans";
}
.getInTouch .container-xxl .contact form .rows .field ::placeholder {
  font-size: 16px;
  font-family: "Sofia Sans";
}
.getInTouch .container-xxl .contact form .fullField label {
  font-size: 24px;
}
.getInTouch .container-xxl .contact form .fullField input {
  height: 55px;
  width: 100%;
  padding-left: 22px;
  font-size: 16px;
  font-weight: 500;
  border: #E2E8F0 solid 1px;
  background-color: #121212;
  font-family: "Sofia Sans";
  color: #E2E8F0;
}
.getInTouch .container-xxl .contact form .fullField input text {
  font-size: 16px;
  font-family: "Sofia Sans";
}
.getInTouch .container-xxl .contact form .textArea {
  display: flex;
  flex-direction: column;
  resize: none;
}
.getInTouch .container-xxl .contact form .textArea label {
  font-size: 24px;
}
.getInTouch .container-xxl .contact form .textArea text {
  font-size: 16px;
  font-family: "Sofia Sans";
}
.getInTouch .container-xxl .contact form .textArea ::-moz-placeholder {
  font-size: 16px;
  font-family: "Sofia Sans";
}
.getInTouch .container-xxl .contact form .textArea ::placeholder {
  font-size: 16px;
  font-family: "Sofia Sans";
}
.getInTouch .container-xxl .contact form .textArea textarea {
  height: 250px;
  width: 400px;
  outline: #E2E8F0;
  resize: none;
  background-color: #121212;
  padding-top: 16px;
  padding-left: 22px;
  font-size: 16px;
  font-weight: 500;
  border: #E2E8F0 solid 1px;
  font-family: "Sofia Sans";
  color: #E2E8F0;
  width: 100%;
}
.getInTouch .container-xxl .contact form .submitbtns {
  width: 120px;
  height: 56px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.getInTouch .container-xxl .contact form .submitbtns .submit_button {
  width: 100%;
  height: 100%;
  background: none;
  border: solid #a3e635 1px;
  font-size: 20px;
  font-weight: 600;
  color: #a3e635;
  position: relative;
}
.getInTouch .container-xxl .contact form .submitbtns .submit_button .button_text {
  position: absolute;
  z-index: 100;
  color: #a3e635;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.getInTouch .container-xxl .contact form .submitbtns .submit_button_hover {
  position: absolute;
  z-index: 1;
  top: 100%;
  width: 120px;
  height: 56px;
  background: #a3e635;
  font-size: 20px;
  font-weight: 600;
  color: black;
  transition: 0.3s;
}
.getInTouch .container-xxl .contact form .submitbtns:hover .submit_button_hover {
  background-color: #a3e635;
  top: 0%;
  transition: 0.3s;
  color: #121212;
}
.getInTouch .container-xxl .contact form .submitbtns:hover .button_text {
  transition: 0.3s;
  color: #121212;
}

.sendmail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  margin-bottom: 80px;
}
.sendmail button {
  width: 600px;
  height: 80px;
  font-size: 24px;
  background-color: #a3e635;
  border-radius: 80px;
  font-family: "Sofia Sans";
  font-weight: 700;
}

.footer {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 60px;
  margin-bottom: 60px;
}
.footer .socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
.footer .socials .social {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  align-items: center;
  width: auto;
}
.footer .socials .social img {
  height: 90px;
  transition: linear 300ms;
  transform: scale(1.1);
}
.footer .socials .social:hover img {
  transform: scale(1.2);
  transition: linear 300ms;
}

.hide {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 1px;
  height: 1px;
}

html {
  scroll-behavior: smooth !important;
}

#showText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  mix-blend-mode: difference;
  font-size: 8px;
  text-align: center;
}

.main {
  position: fixed;
  top: 50%;
  left: 50%;
  height: 1px;
  width: 1px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: -42vw -4vh 0px 0px #fff, 25vw -41vh 0px 0px #fff, -20vw 49vh 0px 1px #fff, 5vw 40vh 1px 1px #fff, 29vw 19vh 1px 0px #fff, -44vw -13vh 0px 0px #fff, 46vw 41vh 0px 1px #fff, -3vw -45vh 0px 1px #fff, 47vw 35vh 1px 0px #fff, 12vw -8vh 1px 0px #fff, -34vw 48vh 1px 1px #fff, 32vw 26vh 1px 1px #fff, 32vw -41vh 1px 1px #fff, 0vw 37vh 1px 1px #fff, 34vw -26vh 1px 0px #fff, -14vw -49vh 1px 0px #fff, -12vw 45vh 0px 1px #fff, -44vw -33vh 0px 1px #fff, -13vw 41vh 0px 0px #fff, -36vw -11vh 0px 1px #fff, -23vw -24vh 1px 0px #fff, -38vw -27vh 0px 1px #fff, 16vw -19vh 0px 0px #fff, 28vw 33vh 1px 0px #fff, -49vw -4vh 0px 0px #fff, 16vw 32vh 0px 1px #fff, 36vw -18vh 1px 0px #fff, -25vw -30vh 1px 0px #fff, -23vw 24vh 0px 1px #fff, -2vw -35vh 1px 1px #fff, -25vw 9vh 0px 0px #fff, -15vw -34vh 0px 0px #fff, -8vw -19vh 1px 0px #fff, -20vw -20vh 1px 1px #fff, 42vw 50vh 0px 1px #fff, -32vw 10vh 1px 0px #fff, -23vw -17vh 0px 0px #fff, 44vw 15vh 1px 0px #fff, -40vw 33vh 1px 1px #fff, -43vw 8vh 0px 0px #fff, -48vw -15vh 1px 1px #fff, -24vw 17vh 0px 0px #fff, -31vw 50vh 1px 0px #fff, 36vw -38vh 0px 1px #fff, -7vw 48vh 0px 0px #fff, 15vw -32vh 0px 0px #fff, 29vw -41vh 0px 0px #fff, 2vw 37vh 1px 0px #fff, 7vw -40vh 1px 1px #fff, 15vw 18vh 0px 0px #fff, 25vw -13vh 1px 1px #fff, -46vw -12vh 1px 1px #fff, -18vw 22vh 0px 0px #fff, 23vw -9vh 1px 0px #fff, 50vw 12vh 0px 1px #fff, 45vw 2vh 0px 0px #fff, 14vw -48vh 1px 0px #fff, 23vw 43vh 0px 1px #fff, -40vw 16vh 1px 1px #fff, 20vw -31vh 0px 1px #fff, -17vw 44vh 1px 1px #fff, 18vw -45vh 0px 0px #fff, 33vw -6vh 0px 0px #fff, 0vw 7vh 0px 1px #fff, -10vw -18vh 0px 1px #fff, -19vw 5vh 1px 0px #fff, 1vw 42vh 0px 0px #fff, 22vw 48vh 0px 1px #fff, 39vw -8vh 1px 1px #fff, -6vw -42vh 1px 0px #fff, -47vw 34vh 0px 0px #fff, -46vw 19vh 0px 1px #fff, -12vw -32vh 0px 0px #fff, -45vw -38vh 0px 1px #fff, -28vw 18vh 1px 0px #fff, -38vw -46vh 1px 1px #fff, 49vw -6vh 1px 1px #fff, -28vw 18vh 1px 1px #fff, 10vw -24vh 0px 1px #fff, -5vw -11vh 1px 1px #fff, 33vw -8vh 1px 0px #fff, -16vw 17vh 0px 0px #fff, 18vw 27vh 0px 1px #fff, -8vw -10vh 1px 1px #fff;
  /* stars were too big with the layers above but left the code in case no one cares  -- as in, if noone's just that  one other loner who actually cares    */
  box-shadow: 24vw 9vh 1px 0px #fff, 12vw -24vh 0px 1px #fff, -45vw -22vh 0px 0px #fff, -37vw -40vh 0px 1px #fff, 29vw 19vh 0px 1px #fff, 4vw -8vh 0px 1px #fff, -5vw 21vh 1px 1px #fff, -27vw 26vh 1px 1px #fff, -47vw -3vh 1px 1px #fff, -28vw -30vh 0px 1px #fff, -43vw -27vh 0px 1px #fff, 4vw 22vh 1px 1px #fff, 36vw 23vh 0px 0px #fff, -21vw 24vh 1px 1px #fff, -16vw 2vh 1px 0px #fff, -16vw -6vh 0px 0px #fff, 5vw 26vh 0px 0px #fff, -34vw 41vh 0px 0px #fff, 1vw 42vh 1px 1px #fff, 11vw -13vh 1px 1px #fff, 48vw -8vh 1px 0px #fff, 22vw -15vh 0px 0px #fff, 45vw 49vh 0px 0px #fff, 43vw -27vh 1px 1px #fff, 20vw -2vh 0px 0px #fff, 8vw 22vh 0px 1px #fff, 39vw 48vh 1px 1px #fff, -21vw -11vh 0px 1px #fff, -40vw 45vh 0px 1px #fff, 11vw -30vh 1px 0px #fff, 26vw 30vh 1px 0px #fff, 45vw -29vh 0px 1px #fff, -2vw 18vh 0px 0px #fff, -29vw -45vh 1px 0px #fff, -7vw -27vh 1px 1px #fff, 42vw 24vh 0px 0px #fff, 45vw -48vh 1px 0px #fff, -36vw -18vh 0px 0px #fff, -44vw 13vh 0px 1px #fff, 36vw 16vh 0px 1px #fff, 40vw 24vh 0px 0px #fff, 18vw 11vh 0px 0px #fff, -15vw -23vh 1px 0px #fff, -24vw 48vh 0px 1px #fff, 27vw -45vh 1px 0px #fff, -2vw -24vh 0px 1px #fff, -15vw -28vh 0px 0px #fff, -43vw 13vh 1px 0px #fff, 7vw 27vh 1px 0px #fff, 47vw 5vh 0px 0px #fff, -45vw 15vh 1px 1px #fff, -5vw -28vh 0px 1px #fff, 38vw 25vh 1px 1px #fff, -39vw -1vh 1px 0px #fff, 5vw 0vh 1px 0px #fff, 49vw 13vh 0px 0px #fff, 48vw 10vh 0px 1px #fff, 19vw -28vh 0px 0px #fff, 4vw 7vh 0px 0px #fff, 21vw 21vh 1px 1px #fff, -15vw -15vh 0px 1px #fff, -6vw -42vh 1px 0px #fff, -15vw 48vh 1px 1px #fff, -23vw 25vh 1px 1px #fff, -48vw 25vh 0px 1px #fff, -31vw -19vh 0px 1px #fff, 4vw 37vh 1px 1px #fff, -43vw 28vh 0px 0px #fff, 3vw -25vh 0px 1px #fff, -39vw 14vh 0px 1px #fff, -40vw 31vh 0px 1px #fff, 35vw -36vh 1px 1px #fff, 16vw 49vh 0px 0px #fff, 6vw 39vh 0px 0px #fff, 3vw -35vh 0px 1px #fff, -44vw -2vh 1px 0px #fff, -6vw 21vh 1px 0px #fff, 48vw 9vh 1px 1px #fff, -43vw 30vh 1px 1px #fff, 29vw -12vh 1px 1px #fff, -48vw 13vh 1px 0px #fff, -42vw 32vh 1px 1px #fff, 34vw 15vh 1px 1px #fff, 29vw -37vh 1px 1px #fff, 28vw 2vh 0px 0px #fff;
  animation: zoom 16s alternate infinite;
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5);
  }
}
@media screen and (max-width: 640px) {
  .cursor {
    display: none;
    opacity: 0%;
  }
  .contents {
    gap: 88px;
  }
  .contents nav {
    background-color: #121212;
  }
  .contents nav .container .navContainer .nav {
    justify-content: center;
    width: 90%;
  }
  .contents nav .container .navContainer .nav .logo {
    height: 24px;
    width: 24px;
    padding-bottom: 12px;
  }
  .contents nav .container .navContainer .nav .anchor {
    display: none;
  }
  .contents nav .container .navContainer .nav .anchor a {
    color: #E2E8F0;
    font-size: 24px;
    align-items: center;
    justify-content: center;
  }
  .contents .aboutSection {
    display: flex;
    flex-direction: column;
  }
  .contents .aboutSection .container .about {
    width: 90%;
  }
  .contents .aboutSection .container .about .texts .linkBtn {
    align-items: center;
  }
  .contents .aboutSection .container .about .texts .linkBtn svg {
    height: 20px;
    width: 20px;
  }
  .contents .aboutSection .container .about .texts .linkBtn a {
    color: #E2E8F0;
    font-size: 16px;
    margin-top: 0;
  }
  .contents .softwares .container-xxl {
    width: 386px;
    gap: 4rem;
    overflow-x: hidden;
  }
  .contents .softwares .apps {
    gap: 40px;
  }
  .contents .softwares .apps .softwaretexts {
    gap: 24px;
  }
  .contents .softwares .apps .tools {
    gap: 48px;
  }
  .contents .softwares .apps img {
    height: 36px;
    width: 36px;
  }
  .contents .skillSection .skillPanel {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .contents .skillSection .skillPanel .panel {
    height: 20rem;
    padding: 0 1rem !important;
    box-sizing: border-box;
  }
  .contents .skillSection .skillPanel .panel .hoverPanel {
    display: none;
    gap: 24px;
    padding: 0 1rem;
  }
  .contents .skillSection .skillPanel .panel .hoverPanel img {
    height: 36px;
    width: 36px;
  }
  .contents .skillSection .skillPanel .panel .hoverPanel h3 {
    color: #121212;
  }
  .contents .skillSection .skillPanel .panel .hoverPanel p {
    color: #121212;
    font-size: 12px;
    line-height: 140%;
  }
  .contents .projects {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contents .projects .container-xxl {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 24px;
    overflow-x: hidden;
    align-items: center;
  }
  .contents .projects .container-xxl .grid .card .textandbtn {
    background-color: red;
    border-radius: 8px;
  }
  .contents .projects .container-xxl .grid .card .textandbtn .cardbtn {
    display: flex;
    background-color: #121212;
    padding: 6px 6px 6px 6px;
  }
  .contents .processSection {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
  .contents .processSection .container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    align-items: center;
    overflow-x: hidden;
  }
  .contents .processSection .proces .designProcess {
    justify-content: center;
    display: flex;
    flex-direction: column;
    gap: 36px;
    width: 90%;
  }
  .contents .processSection .proces .designProcess .mobileProcess {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contents .processSection .proces .designProcess .mobileProcess img {
    height: 700px;
    width: 400px;
  }
  .contents .processSection .proces .designProcess .process {
    display: none;
  }
  .contents .processSection .proces .designProcess .process svg {
    display: none;
    position: absolute;
    padding-top: 130px;
  }
  .contents .processSection .proces .designProcess .process .allProcess {
    position: relative;
    display: flex;
    flex-direction: row;
    margin: 30px;
    justify-content: space-between;
  }
  .contents .processSection .proces .designProcess .process .allProcess .SingleProcessO {
    margin-top: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }
  .contents .processSection .proces .designProcess .process .allProcess .SingleProcessO h5 {
    text-align: center;
  }
  .contents .processSection .proces .designProcess .process .allProcess .SingleProcessE {
    margin-bottom: 170px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }
  .contents .processSection .proces .designProcess .process .allProcess .SingleProcessE h5 {
    text-align: center;
  }
  .contents .getInTouch .container-xxl {
    width: 100%;
    margin-left: 0%;
    gap: 0px;
    align-items: center;
  }
  .contents .getInTouch .container-xxl .touch {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 100px;
    overflow-x: hidden;
  }
  .contents .getInTouch .container-xxl .touch .textContent {
    display: flex;
    flex-direction: column;
    width: 90%;
    position: absolute;
    padding-bottom: 180px;
    overflow: hidden;
  }
  .contents .getInTouch .container-xxl .touch .image {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .contents .getInTouch .container-xxl .touch .image img {
    position: relative;
    -o-object-fit: fill;
       object-fit: fill;
    height: 300px;
    width: 100%;
  }
  .contents .getInTouch .container-xxl .contact {
    width: 90%;
    display: inline-flex;
    flex-direction: column;
    gap: 24px;
  }
  .contents .getInTouch .container-xxl .contact form {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .contents .getInTouch .container-xxl .contact form .rows {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }
  .contents .getInTouch .container-xxl .contact form .rows .field {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .contents .getInTouch .container-xxl .contact form .rows .field label {
    font-size: 24px;
  }
  .contents .getInTouch .container-xxl .contact form .rows .field text {
    font-size: 16px;
    font-family: "Sofia Sans";
  }
  .contents .getInTouch .container-xxl .contact form .rows .field input {
    height: 48px;
    padding-left: 22px;
    font-size: 16px;
    font-weight: 400;
    border: #E2E8F0 solid 1px;
    background-color: #121212;
    font-family: "Sofia Sans";
    color: #E2E8F0;
  }
  .contents .getInTouch .container-xxl .contact form .rows .field ::-moz-placeholder {
    font-size: 16px;
    font-family: "Sofia Sans";
  }
  .contents .getInTouch .container-xxl .contact form .rows .field ::placeholder {
    font-size: 16px;
    font-family: "Sofia Sans";
  }
  .contents .getInTouch .container-xxl .contact form .fullField label {
    font-size: 24px;
  }
  .contents .getInTouch .container-xxl .contact form .fullField input {
    height: 48px;
    width: 100%;
    padding-left: 22px;
    font-size: 16px;
    font-weight: 500;
    border: #E2E8F0 solid 1px;
    background-color: #121212;
    font-family: "Sofia Sans";
    color: #E2E8F0;
  }
  .contents .getInTouch .container-xxl .contact form .fullField input text {
    font-size: 16px;
    font-family: "Sofia Sans";
  }
  .contents .getInTouch .container-xxl .contact form .textArea {
    display: flex;
    flex-direction: column;
    resize: none;
  }
  .contents .getInTouch .container-xxl .contact form .textArea label {
    font-size: 24px;
  }
  .contents .getInTouch .container-xxl .contact form .textArea text {
    font-size: 16px;
    font-family: "Sofia Sans";
  }
  .contents .getInTouch .container-xxl .contact form .textArea ::-moz-placeholder {
    font-size: 16px;
    font-family: "Sofia Sans";
  }
  .contents .getInTouch .container-xxl .contact form .textArea ::placeholder {
    font-size: 16px;
    font-family: "Sofia Sans";
  }
  .contents .getInTouch .container-xxl .contact form .textArea textarea {
    height: 160px;
    width: 400px;
    outline: #E2E8F0;
    resize: none;
    background-color: #121212;
    padding-top: 16px;
    padding-left: 22px;
    font-size: 16px;
    font-weight: 500;
    border: #E2E8F0 solid 1px;
    font-family: "Sofia Sans";
    color: #E2E8F0;
    width: 100%;
  }
  .contents .getInTouch .container-xxl .contact form .submitbtns {
    width: 120px;
    height: 56px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  .contents .getInTouch .container-xxl .contact form .submitbtns .submit_button {
    width: 100%;
    height: 100%;
    background: none;
    border: solid #a3e635 1px;
    font-size: 20px;
    font-weight: 600;
    color: #a3e635;
    position: relative;
  }
  .contents .getInTouch .container-xxl .contact form .submitbtns .submit_button .button_text {
    position: absolute;
    z-index: 100;
    color: #a3e635;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
  }
  .contents .getInTouch .container-xxl .contact form .submitbtns .submit_button_hover {
    position: absolute;
    z-index: 1;
    top: 100%;
    width: 120px;
    height: 56px;
    background: #a3e635;
    font-size: 20px;
    font-weight: 600;
    color: black;
    transition: 0.3s;
  }
  .contents .getInTouch .container-xxl .contact form .submitbtns:hover .submit_button_hover {
    background-color: #a3e635;
    top: 0%;
    transition: 0.3s;
    color: #121212;
  }
  .contents .getInTouch .container-xxl .contact form .submitbtns:hover .button_text {
    transition: 0.3s;
    color: #121212;
  }
  .contents .footer {
    flex-direction: column;
    padding-top: 48px;
    align-items: center;
    gap: 72px;
  }
  .contents .footer .footerContent {
    flex-direction: column;
    width: 94%;
    gap: 32px;
  }
  .contents .footer .footerContent .contactFooter {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .contents .footer .footerContent .contactFooter .top {
    display: inline-flex;
    flex-direction: row;
    gap: 6px;
    align-items: center;
  }
  .contents .footer .footerContent .contactFooter .top .circle {
    height: 8px;
    width: 8px;
    border-radius: 100%;
    background-color: #E2E8F0;
  }
  .contents .footer .footerContent .socialFooter {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .contents .footer .footerContent .socialFooter .top {
    display: inline-flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
  }
  .contents .footer .footerContent .socialFooter .top .circle {
    height: 8px;
    width: 8px;
    border-radius: 100%;
    background-color: #E2E8F0;
  }
  .contents .footer .footerContent .socialFooter .mid {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .contents .footer .footerContent .socialFooter .mid .line {
    height: 1px;
    width: 94%;
    border-radius: 100%;
    background-color: #E2E8F0;
  }
  .contents .footer .footerContent .socialFooter .mid .socials {
    display: flex;
    flex-direction: row;
    gap: 16px;
  }
  .contents .footer .copyright {
    display: flex;
    flex-direction: column;
    width: 80%;
    align-items: center;
  }
  .contents .footer .copyright img {
    display: none;
  }
  .contents .footer .copyright .center {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }
  .contents .footer .copyright .copyrightDescription {
    font-size: 20px;
  }
  .contents .footer .copyright h6 {
    width: auto;
  }
}
@media screen and (max-width: 640px) and (min-width: 768px) {
  .skillSection .skillPanel {
    flex-direction: column;
  }
}
@media screen and (max-width: 640px) and (min-width: 1024px) {
  .skillSection .skillPanel {
    flex-direction: column;
  }
}
@media screen and (max-width: 640px) and (min-width: 1280px) {
  .skillSection .skillPanel {
    flex-direction: row;
  }
}
@media screen and (max-width: 640px) and (min-width: 1536px) {
  .skillSection .skillPanel {
    flex-direction: row;
  }
}
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Sofia Sans Extra Condensed", "Sofia Sans", sans-serif;
  background-color: #121212;
  color: #E2E8F0;
  cursor: none;
}

body::-webkit-scrollbar {
  display: none;
}

p {
  font-family: "Sofia Sans";
}/*# sourceMappingURL=main.css.map */