/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.medium {
  font-weight: 500;
}

.semi-bold {
  font-weight: 600;
}

.bold {
  font-family: 700;
}

.un-text,
.slide-text,
.jap-text,
.jap-text-slide,
.jap-text-hero {
  font-weight: 400;
  font-style: normal;
}

.normal-text,
*,
*::before,
*::after {
  font-style: normal;
  font: "DM Sans", sans-serif;
}

.jap-text-hero {
  font-family: "Sawarabi Mincho", serif;
  font-size: clamp(4rem, 3.8217vw + 2.6624rem, 10rem) !important;
}

.jap-text-slide {
  font-family: "Sawarabi Mincho", serif;
  font-size: 2.8rem;
}

.big-text-hero,
.heading-axel {
  font-family: "Paytone One", sans-serif;
  font-size: 12rem;
}

.slide-text,
.jap-text {
  font-family: "Paprika", system-ui;
}

.jap-text {
  font-family: "Sawarabi Mincho", serif;
  font-size: 2.5rem;
}

.slide-text {
  font-size: 3rem;
}

h1 {
  font-family: "DM Sans", sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
}

p {
  font-weight: 400;
  font-size: clamp(1.5rem, 1.4286vw + 1rem, 2rem);
}

.btn-text {
  font-weight: 500;
  font-size: 2.5rem;
  letter-spacing: 1%;
}

.btn-bold-text {
  font-weight: 500;
  font-size: 3rem;
  letter-spacing: 1%;
}

.sub-heading {
  font-family: "DM Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.4rem;
  font-weight: 400;
  opacity: 70%;
  font-size: 2rem;
}

.contact-text {
  font-size: 3rem;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  padding: 0;
  margin: 0;
}

p,
a {
  font-family: "DM Sans", sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

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

#trailer {
  height: 20px;
  width: 20px;
  background: #8d2fec;
  border-radius: 20px;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10000;
  pointer-events: none;
  opacity: 1;
  -webkit-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

#trailer:not([data-type=""])>#trailer-icon {
  opacity: 1;
}

#trailer>p {
  font-size: 0.3rem;
  font-weight: 500;
  color: #f6f6f6;
}

#trailer-icon {
  font-size: 1rem;
  line-height: 4px;
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.btn .blur,
.btn .circle,
.btn .overlay,
.btn .purple {
  position: absolute;
  height: 170px;
  width: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn .circle {
  height: 170px;
  width: 170px;
  background: #1c1d20;
  border-radius: 50%;
  opacity: 100%;
  -webkit-transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn .purple {
  opacity: 0;
  background: #8d2fec;
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  height: 0;
  width: 0;
}

.btn .overlay {
  opacity: 0;
  -webkit-backdrop-filter: unset;
  backdrop-filter: unset;
  z-index: 2;
}

.btn .overlay:hover {
  opacity: 1;
}

.btn .overlay:hover>.purple {
  opacity: 1;
  height: 170px;
  width: 170px;
}

.btn .overlay:hover+.blur .circle {
  height: 0;
  width: 0;
}

.btn p {
  font-size: 2rem;
  color: #f6f6f6;
  z-index: 3;
  text-align: center;
}

#project-img {
  background-image: url(/assets/images/swan-profile.webp);
  background-size: cover;
  height: 100%;
  width: 100%;
  background-position: center;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
}

footer {
  z-index: 5;
  height: 100dvh;
  max-height: 800px;
  min-height: 700px;
  width: 100%;
  background: #111111;
  padding: 40px 50px;
  position: relative;
}

#footer__jap__1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: absolute;
  left: 100px;
  top: 400px;
}

#footer__jap__1 span {
  opacity: 20%;
  color: #f6f6f6;
}

#footer__jap__1 span:nth-child(1) {
  font-size: 2.8rem;
  line-height: 4rem;
  margin-top: 40px;
}

#footer__jap__1 span:nth-child(2) {
  margin-top: 0px;
  margin-left: -15px;
  font-size: 4.5rem;
  line-height: 5.5rem;
}

#footer__jap__2 p {
  font-family: "Sawarabi Mincho", serif;
  opacity: 100%;
  position: absolute;
  color: white;
  font-size: 4.5rem;
  line-height: 5.5rem;
  top: -50px;
  right: 100px;
  mix-blend-mode: difference;
}

#footer__jap__2 p span {
  color: black;
}

#footer__wrapper {
  width: 100%;
  max-width: 900px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#footer__btn {
  position: absolute;
  right: 50px;
  top: 200px;
}

#footer__btn .overlay:hover>p {
  color: #111111;
}

#footer__btn .purple {
  background-color: white;
}

#footer__btn .circle {
  background-color: #8d2fec;
}

#footer__head__text {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}

#footer__head__text h1 {
  font-size: clamp(6.5rem, 5.8594vw + 2rem, 8rem);
  color: #f6f6f6;
  text-wrap: nowrap;
}

#footer__head__text span {
  font-size: clamp(6rem, 5.8594vw + 1rem, 7rem);
  color: #d29700;
}

#footer__head__first__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  gap: 20px;
}

#footer__links {
  position: relative;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

#footer__links div {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  border: 1.5px solid #f6f6f6;
  text-wrap: nowrap;
  border-radius: 50px;
  color: #f6f6f6;
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

#footer__links div:hover {
  background: white;
  color: #111111;
}

#footer__links div a {
  display: block;
  padding: 22px 40px;
  letter-spacing: 2px;
  opacity: 90%;
  font-size: 2rem;
}

#footer__platforms {
  position: absolute;
  bottom: 0px;
  padding-bottom: 0px;
}

#footer__platforms .sub-heading {
  color: white;
  opacity: 50%;
}

#footer__platforms ul {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  gap: 40px;
}

#footer__platforms ul li {
  -webkit-transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

#footer__platforms ul li a {
  padding: 20px 0;
  letter-spacing: 1px;
  font-size: 2rem;
  color: #f6f6f6;
  opacity: 100%;
}

#footer__platforms ul li:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.footer__flex:nth-child(1) {
  width: 50%;
  height: 100%;
  position: relative;
  z-index: 20;
}

.footer__flex:nth-child(2) {
  width: 50%;
  height: 100%;
  position: relative;
  z-index: 0;
}

#footer-img {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}

#footer-img div {
  background: url(/assets/images/New\ Pic-min.webp) center center no-repeat;
  background-size: cover;
  top: -300px;
  position: absolute;
  left: 0;
  height: 135%;
  width: 100%;
}

.line-hero,
.footer-line {
  content: "";
  width: 70px;
  background-color: #1c1d20;
  height: 1.6px;
  opacity: 80%;
  margin-left: 10px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.footer-line {
  background-color: white;
  height: 2px !important;
  width: 200px !important;
  opacity: 100% !important;
  position: absolute;
  z-index: 2;
  top: 53%;
  left: 370px;
}

#nav {
  position: fixed;
  width: 100%;
  margin-top: 20px;
  z-index: 10;
}

#nav__bar {
  position: absolute;
  right: 50px;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  background: transparent;
}

#nav__small {
  background: white;
  padding: 12px 20px;
  border: 2px solid #111111;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  gap: 20px;
}

#nav__small a {
  font-size: 1.8rem;
  font-weight: 500;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

#nav__small a:hover {
  color: #8d2fec;
}

#nav__btn__wrapper {
  position: relative;
}

#nav__btn {
  background: white;
  border: 2px solid #111111;
  border-radius: 40px;
  position: relative;
  z-index: 100;
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

#nav__btn span {
  display: block;
  font-family: "DM Sans", sans-serif;
  padding: 12px 20px;
  font-size: 1.8rem;
  font-weight: 500;
  text-wrap: nowrap;
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  color: #111111;
}

#nav__btn span:hover {
  color: #f6f6f6;
}

#nav__background__btn {
  z-index: 1;
  top: 8px;
  left: 10px;
  position: absolute;
  background: #8d2fec;
  padding: 12px 20px;
  border: 2px solid #111111;
  border-radius: 50px;
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

#nav__background__btn span {
  font-family: "DM Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: transparent;
  text-wrap: nowrap;
}

#white-div {
  background: white;
  height: 30px;
}

#nav__btn:hover+.btn-hover {
  -webkit-transform: translateX(-10px) translateY(-8px);
  -ms-transform: translateX(-10px) translateY(-8px);
  transform: translateX(-10px) translateY(-8px);
}

#nav__btn:hover {
  background: #8d2fec;
}

.topnav-open,
.topnav-close {
  display: none;
}

.loader-intro {
  background: black;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 800;
  -webkit-transition: 1s ease-in;
  -o-transition: 1s ease-in;
  transition: 1s ease-in;
}

.loader-slider {
  background: rgb(97, 105, 109);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 820;
}

.loader-text {
  color: rgb(233, 233, 233);
  font-family: "Heebo", sans-serif;
  font-size: clamp(4rem, 3.0769vw + 2.9231rem, 6rem);
}

.hide {
  background: black;
  overflow: hidden;
}

.hide span {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  display: inline-block;
}

.axel-text {
  font-family: "Paprika", system-ui;
  color: #d29700;
}

.hide-loader {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

#hero__wrapper {
  padding: 40px;
}

#hero__section {
  height: calc(100dvh - 80px);
  min-height: 650px;
  max-height: 1100px;
  width: calc(100vw - 80px);
  max-width: 2500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border: 3px solid #1c1d20;
}

#hero__section .flex-ver:nth-child(1) {
  width: 30vw;
  min-width: 500px;
}

#hero__section .flex-ver:nth-child(2) {
  width: 70vw;
}

#hero__intro__text {
  position: relative;
  height: 60%;
}

#hero__intro__text>span {
  display: inline-block;
  text-align: left;
  padding-left: 20px;
  margin-top: -20px;
  color: #111111;
  font-size: clamp(8rem, 3.5vw + 5rem, 14rem);
}

#hero__intro__text p {
  text-wrap: wrap;
  margin-top: -15px;
  text-align: left;
  max-width: 455px;
  float: right;
  padding: 0 20px;
  letter-spacing: 0.04em;
}

#hero__intro__text p>span {
  color: #d29700;
  font-size: 2.5rem;
}

#hero__intro__text #about-me-hero {
  width: 400px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 20px;
  left: 10px;
}

#hero__intro__text a {
  font-size: 2rem;
  z-index: 2;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

#hero__intro__text a:hover {
  color: #f6f6f6;
}

#hero__intro__text a:hover+.line-hero,
#hero__intro__text a:hover+.line,
#hero__intro__text a:hover+.line-div,
#hero__intro__text #main a:hover+.project-line,
#main #hero__intro__text a:hover+.project-line {
  -webkit-transform: translateX(-105px);
  -ms-transform: translateX(-105px);
  transform: translateX(-105px);
  width: 100px;
  height: 40px;
  opacity: 100%;
  background-color: #1c1d20;
}

#hero__cta {
  width: 100%;
  height: 40%;
  min-height: 300px;
  background: #1c1d20;
  background-image: url("/assets/images/Black-Triangles.gif");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

#hero__cta .blur,
#hero__cta .blur>div,
#hero__cta .overlay,
#hero__cta .purple {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 170px;
  width: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

#hero__cta .overlay {
  z-index: 4;
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

#hero__cta .overlay:hover {
  opacity: 1;
}

#hero__cta .purple {
  opacity: 0;
  background: #8d2fec;
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  height: 0;
  width: 0;
}

#hero__cta .overlay:hover+.blur .circle {
  height: 0;
  width: 0;
}

#hero__cta .overlay:hover>.purple {
  opacity: 1;
  height: 170px;
  width: 170px;
}

#hero__cta p {
  font-size: 2rem;
  color: #f6f6f6;
  z-index: 3;
}

#hero__cta .circle {
  height: 170px;
  width: 170px;
  background: #403b45;
  border-radius: 50%;
  opacity: 30%;
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

#hero__img {
  width: 100%;
  height: 80%;
  border-left: 3px solid #1c1d20;
  overflow: hidden;
}

#hero__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  -webkit-filter: grayscale(0) brightness(1) saturate(1.5) contrast(1.1);
  filter: grayscale(0) brightness(1) saturate(1.5) contrast(1.1);
  -webkit-transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}

#hero__img img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: grayscale(1) brightness(0.7) saturate(0);
  filter: grayscale(1) brightness(0.7) saturate(0);
}

#hero__jap__text {
  height: 20%;
  min-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 3px solid #1c1d20;
  border-left: 3px solid #1c1d20;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#hero__jap__text span {
  font-size: 7rem;
}

.flex-ver {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.line-hero,
.line,
.line-div,
#main .project-line,
#capabilites__sub__heading .line {
  content: "";
  width: 70px;
  background-color: #1c1d20;
  height: 1.6px;
  opacity: 80%;
  margin-left: 10px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.big-name {
  margin-top: 20px;
  width: 100%;
  background: #1c1d20;
  color: white;
  padding: 40px 50px;
}

#h-aboutme {
  width: 100%;
  min-height: 450px;
  margin: 0 auto;
  margin-top: 100px;
  max-width: 1160px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 50px;
}

#h-aboutme__jap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: absolute;
  left: 0px;
  top: 0;
}

#h-aboutme__jap span {
  opacity: 30%;
}

#h-aboutme__jap span:nth-child(1) {
  font-size: 2.8rem;
  line-height: 4rem;
}

#h-aboutme__jap span:nth-child(2) {
  margin-top: 0px;
  margin-left: -15px;
  font-size: 4.5rem;
  line-height: 5.5rem;
}

#h-aboutme__text {
  width: 100%;
  max-width: 920px;
  margin-top: -120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  position: relative;
}

#h-aboutme__text>h1 {
  white-space: nowrap;
}

#h-aboutme__text>p {
  width: 100%;
  max-width: 650px;
  line-height: 3.5rem;
  color: #5e5e5e;
}

#h-aboutme__btn {
  position: absolute;
  right: 60px;
  bottom: -200px;
}

#capabilites {
  background: #111111;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), color-stop(rgba(0, 0, 0, 0)), to(#000000)), url(/assets/images/cap1.png);
  background-image: -o-linear-gradient(bottom, #000000, rgba(0, 0, 0, 0), #000000), url(/assets/images/cap1.png);
  background-image: linear-gradient(0deg, #000000, rgba(0, 0, 0, 0), #000000), url(/assets/images/cap1.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 50px 400px;
  width: 100%;
  height: 100%;
  max-height: 850px;
  margin: 0 auto;
  margin-top: 100px;
  position: relative;
}

#capabilites__wrapper {
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
}

#capabilites__sub__heading {
  position: absolute;
  top: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#capabilites__sub__heading span {
  color: #1c1d20;
}

#capabilites__sub__heading .line {
  width: 130px;
  opacity: 60%;
}

#capabilites .hero-cap-text {
  padding: 60px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #f6f6f6;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 50px;
}

#capabilites .hero-cap-text h1 {
  text-wrap: nowrap;
  font-size: 4rem;
  min-width: 410px;
}

#capabilites .hero-cap-text p {
  margin-top: 12px;
  font-size: 2.2rem;
  font-weight: 400;
  color: #aaaaaa;
}

#capabilites__btn {
  width: 170px;
  margin: 0 auto;
  margin-top: 300px;
}

#capabilites__btn p {
  color: #111111;
}

#capabilites__btn .overlay:hover p {
  color: #f6f6f6;
}

#capabilites__btn .circle {
  background: #f6f6f6;
}

#main {
  margin-bottom: 80px;
  background-color: white;
}

#main__wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

#main__sub__heading {
  position: absolute;
  top: -50px;
  left: 100px;
  color: #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#main__project__div {
  width: 100%;
  margin: 0 auto;
  max-width: 1100px;
  padding: 50px;
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

#main__project__div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#main__project__div a h1 {
  font-size: 5.5rem;
  font-weight: 600;
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

#main__project__div a p {
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

#main__project__div:hover {
  max-width: 1200px;
}

#main__project__div:hover h1,
#main__project__div:hover p {
  opacity: 50%;
}

#main .line {
  background: #f6f6f6;
}

#main .project-line {
  width: 95%;
  opacity: 10%;
  max-width: 1100px;
  margin: 0 auto;
}

.line-div {
  background: white;
  width: 100%;
  opacity: 10%;
  margin: 0 auto;
}

.line {
  width: 130px;
  opacity: 60%;
}

.index-disclaimer {
  color: rgba(0, 0, 0, 0.3843137255);
  margin: 0 auto;
  margin-top: 30px;
  max-width: 1100px;
  padding: 0 55px;
}

.index-disclaimer span {
  color: #1c1d20;
}

.index-disclaimer::after {
  content: "*";
  color: #8d2fec;
}

#project-tablet-div {
  display: none;
}

.preview {
  position: absolute;
  width: 250px;
  height: 250px;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  z-index: 2;
}

.preview-img {
  width: 100%;
  height: 100%;
  background-image: url(/assets/images/entrust.webp);
  background-size: cover;
  background-position: 0 0;
  pointer-events: none;
}

#projects {
  padding: 0px 50px 0;
  position: relative;
}

#projects__btn__wrapper {
  width: 90%;
  max-width: 1200px;
  margin: 80px auto 70px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 150px;
  grid-template-columns: 1fr 150px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#projects__btn__wrapper>p {
  opacity: 80%;
  font-weight: 500;
}

#projects__btn__wrapper div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

#projects__btn__wrapper button {
  background: transparent;
  padding: 18px 40px;
  border-radius: 50px;
  border: 2px solid rgba(0, 0, 0, 0.3843137255);
}

#projects__btn__wrapper button span {
  font-family: "DM Sans", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  color: #111111;
}

#projects__header {
  width: 90%;
  max-width: 1200px;
  margin: 20px auto 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 150px 1fr 150px;
  grid-template-columns: 1fr 150px 1fr 150px;
}

#projects__header span {
  font-family: "DM Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-weight: 400;
  opacity: 50%;
  font-size: 1.8rem;
}

.heading {
  font-weight: 500;
  font-size: clamp(4rem, 5vw - 2.2rem, 5rem);
  margin-top: -20px;
}

.heading-axel {
  font-size: clamp(8.5rem, 7.5vw - 0.8rem, 10rem);
  color: black;
}

.p-active {
  background: #111111 !important;
}

.p-active span {
  color: #f6f6f6 !important;
}

.project-line {
  width: 90%;
  max-width: 1350px;
  margin: 0 auto;
  opacity: 15%;
}

.projects-list {
  padding: 0 50px;
}

.projects-list a div {
  width: 90%;
  max-width: 1200px;
  padding: 45px 0;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 150px 1fr 150px;
  grid-template-columns: 1fr 150px 1fr 150px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.projects-list a div:hover {
  width: 100%;
  max-width: 1250px;
}

.projects-list a div:hover h1,
.projects-list a div:hover span {
  opacity: 50%;
}

.projects-list a div h1 {
  font-size: 5rem;
  font-weight: 600;
  letter-spacing: 0.25rem;
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.projects-list a div span {
  font-family: "DM Sans", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.125rem;
  opacity: 80%;
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.margin-50 {
  margin-bottom: 50px;
}

.disclaimer {
  color: rgba(0, 0, 0, 0.3843137255);
  margin: 0 auto;
  margin-top: 30px;
  max-width: 1300px;
  padding: 0 50px;
}

.display-none {
  display: block;
}

#about__entrust {
  margin-top: 100px;
  background: #e9eaeb;
  padding: 50px 50px 80px;
  width: 100%;
  position: relative;
}

#entrust {
  width: 80vw;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

#entrust>p {
  font-size: 4.5rem;
  font-weight: 500;
}

#entrust__flex {
  margin-top: 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
}

#entrust__flex div:nth-child(1) {
  width: 70%;
  position: relative;
  min-width: 250px;
  overflow: hidden;
  border-radius: 10px;
}

#entrust__flex div:nth-child(1) img {
  position: absolute;
  bottom: 40px;
  width: 100%;
  height: 140%;
  -o-object-fit: cover;
  object-fit: cover;
}

#entrust__grid {
  padding: 5px 0;
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: 1fr 25px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 25px auto;
  grid-template-areas: "first second" "third third";
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}

#entrust__grid div:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: first;
  width: 100%;
  height: auto;
}

#entrust__grid div:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: second;
  width: 100%;
  height: auto;
}

#entrust__grid div:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: third;
  width: 100%;
  height: auto;
}

#entrust__grid .entrust-heading {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  font-size: 2rem;
  padding: 5px 12px;
  border: 2px solid #1c1d20;
  border-radius: 50px;
  margin-bottom: 10px;
  opacity: 80%;
}

#entrust__grid .last {
  background: #111111;
  color: #f6f6f6;
}

#entrust__grid p {
  font-size: 2rem;
  opacity: 75%;
}

#about {
  padding: 0px 50px 0;
  position: relative;
}

#about__img {
  height: 1000px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

#about__img img {
  position: absolute;
  width: 100%;
  height: 110%;
  bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

#about__btn {
  position: absolute;
  top: 170px;
  right: 50px;
}

#about__btn .purple {
  background: #111111;
}

#about__btn .circle {
  background: #8d2fec;
}

#about__jap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: absolute;
  left: -8vw;
  top: 10px;
}

#about__jap span {
  opacity: 60%;
}

#about__jap span:nth-child(1) {
  font-size: 2.8rem;
  line-height: 4rem;
}

#about__jap span:nth-child(2) {
  margin-top: 0px;
  margin-left: -15px;
  font-size: 4.5rem;
  line-height: 5.5rem;
}

#about__hero {
  width: 80vw;
  max-width: 1100px;
  margin: 70px auto;
  position: relative;
}

#about__hero__overlay {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

#about__hero__overlay div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#about__hero__overlay div h1 {
  font-family: "Paytone One", sans-serif;
  font-size: 10rem;
  color: #f6f6f6;
}

#about__hero__overlay div span {
  font-family: "Paprika", system-ui;
  font-size: 2.5rem;
  color: #f6f6f6;
  margin-top: -10px;
}

.marquee {
  margin-top: 40px;
  position: relative;
  background: #1c1d20;
  overflow: hidden;
  padding: 40px 0;
}

.marquee__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.marquee__part {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
  margin: 0 50px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.marquee__eng {
  font-size: clamp(2rem, 0.9091vw + 1.6818rem, 2.5rem);
  font-family: "Paprika", system-ui;
  color: #f6f6f6;
  text-wrap: nowrap;
}

.marquee__jap {
  font-size: clamp(2rem, 1.4545vw + 1.6909rem, 3rem);
  font-family: "Sawarabi Mincho", serif;
  color: #f6f6f6;
  text-wrap: nowrap;
  letter-spacing: 15px;
}

.marquee__line {
  width: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

#contact {
  min-height: calc(100dvh - 300px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#contact__heading {
  padding: 0px 50px 0;
  position: relative;
}

#contact__big__wrapper {
  padding: 0 50px;
}

#contact__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 50px auto;
  gap: 30px;
  margin-bottom: 100px;
}

#contact__form {
  width: 100%;
  background: #e9eaeb;
}

#contact__form__wrapper {
  padding: 20px 50px;
  border: 2px solid #111111;
}

#contact__form__wrapper .form-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 30px 0;
}

#contact__form__wrapper label {
  font-family: "DM Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
}

#contact__form__wrapper input {
  border: none;
  outline: none;
  background: #e9eaeb;
  font-weight: 400;
  font-size: 2.5rem;
  opacity: 50%;
  padding: 0 2px;
  width: 100%;
}

#contact__form__wrapper input::-moz-placeholder {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  opacity: 80%;
}

#contact__form__wrapper input::-webkit-input-placeholder {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  opacity: 80%;
}

#contact__form__wrapper input:-ms-input-placeholder {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  opacity: 80%;
}

#contact__form__wrapper input::-ms-input-placeholder {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  opacity: 80%;
}

#contact__form__wrapper input::placeholder {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  opacity: 80%;
}

#contact__form__wrapper textarea {
  border: none;
  outline: none;
  font-weight: 400;
  font-size: 2.5rem;
  opacity: 50%;
  padding: 0 2px;
  width: 100%;
  resize: vertical;
  background: #e9eaeb;
}

#contact__aside {
  width: 100%;
  max-width: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#contact__img {
  width: 100%;
  height: 100%;
  min-height: 400px;
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

#contact__img img {
  bottom: 80px;
  position: absolute;
  width: 100%;
  height: 120%;
  -o-object-fit: cover;
  object-fit: cover;
}

#contact__links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}

#contact__links div {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  border: 2px solid #1c1d20;
  text-wrap: nowrap;
  background: #1c1d20;
  border-radius: 50px;
  color: #f6f6f6;
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

#contact__links div:hover {
  background: transparent;
}

#contact__links div:hover a {
  color: #111111;
}

#contact__links div a {
  display: block;
  padding: 25px 40px;
  letter-spacing: 2px;
  opacity: 80%;
  font-size: 2.2rem;
  color: #f6f6f6;
}

#contact__footer {
  width: 100%;
  background: #111111;
  background-image: url(/assets/images/footer.png);
}

#contact__footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 0;
  color: #f6f6f6;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#contact__footer__wrapper a {
  font-size: 2rem;
  font-weight: 500;
  background: transparent;
  padding: 7px 15px;
  border-radius: 20px;
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

#contact__footer__wrapper a:hover {
  background: #8d2fec;
}

#contact__footer__wrapper ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

#form__btn__wrapper {
  position: relative;
  padding-bottom: 15px;
  background: white;
}

#form__btn {
  background: white;
  border: 2px solid #111111;
  position: relative;
  z-index: 9;
}

#form__btn input {
  width: 100%;
  padding: 30px 0;
  background: #e9eaeb;
  border: none;
}

#form__btn input,
#form__btn span {
  font-family: "DM Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  text-wrap: nowrap;
  outline: none;
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

#form__btn input:hover,
#form__btn span:hover {
  color: #f6f6f6;
}

#form__background__btn {
  z-index: 1;
  top: 14px;
  left: 10px;
  position: absolute;
  background: #8d2fec;
  padding: 35px 0px;
  border: 2px solid #111111;
  width: 100%;
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

#form__background__btn span {
  font-family: "DM Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: transparent;
  text-wrap: nowrap;
}

#form__btn:hover+.btn-hover {
  -webkit-transform: translateX(-10px) translateY(-14px);
  -ms-transform: translateX(-10px) translateY(-14px);
  transform: translateX(-10px) translateY(-14px);
}

#form__btn:hover input {
  background: #8d2fec;
}

.form-line {
  width: 100%;
  padding: 0;
  margin: 0;
  opacity: 20%;
  height: 1px;
}

#white-div {
  background: white;
  height: 20px;
}

#mac-studio {
  margin-top: 50px;
  position: relative;
}

#mac-studio img {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: block;
}

#project-grid-wrapper {
  width: 100%;
  height: 100%;
  background: #e9eaeb;
  padding: 150px 50px 50px;
  margin-top: -5px;
  z-index: 5;
  position: relative;
}

#single-project-grid {
  max-width: 1000px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr 32px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 72px 32px;
}

#single-project-grid span {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 12px;
}

.project-name {
  font-family: "DM Sans", sans-serif;
  font-size: 4.5rem;
  font-weight: 500;
  width: 100%;
}

.project-div:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}

.project-div:nth-child(2) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-column: 3/5;
}

.project-div:last-child {
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-column: 3/5;
  background: red;
}

#project__btn__wrapper {
  position: relative;
}

#project__btn {
  background: white;
  border: 2px solid #111111;
  position: relative;
  z-index: 100;
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

#project__btn a,
#project__btn span {
  display: block;
  padding: 30px 0;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  text-wrap: nowrap;
  outline: none;
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

#project__btn a:hover,
#project__btn span:hover {
  color: #f6f6f6;
}

#project__background__btn {
  z-index: 1;
  top: 10px;
  left: 10px;
  position: absolute;
  background: #8d2fec;
  padding: 40px 0px;
  border: 2px solid #111111;
  width: 100%;
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

#project__background__btn span {
  font-family: "DM Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  color: transparent;
  text-wrap: nowrap;
}

#project__btn:hover+.btn-hover {
  -webkit-transform: translateX(-10px) translateY(-10px);
  -ms-transform: translateX(-10px) translateY(-10px);
  transform: translateX(-10px) translateY(-10px);
}

#project__btn:hover {
  background: #8d2fec;
}

.project-p {
  font-size: 2rem;
  font-weight: 500;
  line-height: 3.2rem;
}

.star::after {
  content: " *";
  color: #8d2fec;
}

.mac-overlay {
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 90%;
  max-width: 900px;
  margin-left: 1px;
}

.mac-overlay img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

#mockups {
  max-width: 1100px;
  margin: 80px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

#mockups div img {
  width: 100%;
}

#macbook {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 100px auto 150px;
}

#macbook div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#macbook__overlay {
  position: absolute;
  top: 0;
}

#macbook__overlay img {
  width: 100%;
}

.mac-video {
  width: 75%;
  height: auto;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 5px auto;
  border-radius: 15px;
}

@media screen and (max-width: 1440px) {

  #footer__jap__1,
  #footer__jap__2 {
    display: none;
  }

  #footer__btn {
    right: 135px;
  }

  #hero__img img {
    -o-object-position: 10% 50%;
    object-position: 10% 50%;
  }

  #h-aboutme__btn {
    position: absolute;
    right: 200px;
    bottom: -200px;
  }

  .heading {
    margin-top: -12px;
    line-height: 5.5rem;
  }

  #about__img {
    margin-top: -30px;
  }

  #contact__heading {
    padding: 40px 50px 0;
  }
}

@media screen and (max-width: 1224px) {
  #h-aboutme__jap {
    display: none;
  }

  #main__sub__heading {
    top: -60px;
  }

  #main__project__div a {
    margin-top: 20px;
  }

  #project-tablet-div {
    display: block;
  }

  .project-tablet-div {
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: 0px auto 40px;
    padding: 80px 60px;
    background: #987b65;
  }

  .project-tablet-div img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  #main__project__div a h1 {
    font-size: 4rem;
    font-weight: 500;
  }

  #about__jap {
    display: none;
  }

  #about__btn {
    right: 200px;
  }

  #contact__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 1100px;
    padding: 0 50px;
    margin: 50px auto;
    gap: 30px;
    margin-bottom: 100px;
  }

  #contact__aside {
    max-width: unset;
  }

  #contact__links {
    padding: 30px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #contact__img {
    border-radius: 20px;
    display: none;
  }

  #projects__btn__wrapper {
    margin: 30px auto 40px;
  }

  #projects__header {
    display: none;
  }

  .projects-list a div {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .projects-list .projects-list-text:nth-child(2),
  .projects-list .projects-list-text:nth-child(4) {
    display: none;
  }

  .projects-list .projects-list-text:nth-child(3) {
    justify-self: flex-end;
  }

  .disclaimer {
    max-width: 1200px;
    padding: 0 50px;
  }
}

@media screen and (max-width: 900px) {
  #footer__wrapper {
    width: 100%;
    max-width: 900px;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #footer__btn {
    right: 200px;
    top: 100px;
  }

  #footer__head__text {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }

  #footer__head__first__text div {
    display: none;
  }

  #footer__links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 90vw;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }

  #footer__links a {
    font-size: 1.8rem;
  }

  #footer .footer__flex {
    width: 100%;
  }

  #footer__platforms {
    position: absolute;
    bottom: 30px;
    padding-bottom: 0px;
  }

  #footer-img {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: red;
  }

  #footer-img div {
    background: url(/assets/images/New\ Pic-min.webp) center center no-repeat;
    background-size: cover;
    top: -200px;
    position: absolute;
    left: 0;
    height: 135%;
    width: 100%;
  }

  #hero__wrapper {
    padding: 40px;
  }

  #hero__section {
    height: 100%;
    min-height: 650px;
    width: calc(100vw - 80px);
    max-width: 2500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 3px solid #1c1d20;
  }

  #hero__section .flex-ver:nth-child(1) {
    width: 100%;
    min-width: unset;
  }

  #hero__section .flex-ver:nth-child(2) {
    width: 100%;
  }

  #hero__intro__text {
    height: 100%;
    padding: 20px 0;
  }

  #hero__intro__text p {
    margin-top: -10px;
    max-width: unset;
    float: left;
    letter-spacing: 0.02em;
  }

  #hero__intro__text #about-me-hero {
    display: none;
  }

  #hero__img {
    width: 100%;
    height: 400px;
    border-left: none;
    overflow: hidden;
  }

  #hero__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }

  #hero__jap__text {
    display: none;
  }

  .flex-ver:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  #h-aboutme {
    width: 100%;
    min-height: 350px;
    margin-top: 100px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 50px;
  }

  #h-aboutme__text {
    margin-top: 0px;
    margin-left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }

  #h-aboutme__text p {
    max-width: unset;
  }

  #h-aboutme__btn {
    position: absolute;
    right: 150px;
    bottom: -150px;
  }

  #capabilites .hero-cap-text {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
  }

  #capabilites .hero-cap-text h1 {
    text-wrap: wrap;
    min-width: unset;
  }

  #capabilites__btn {
    width: 170px;
    margin: 0 auto;
    margin-top: 200px;
  }

  #capabilites__btn p {
    color: #111111;
  }

  #capabilites__btn .overlay:hover p {
    color: #f6f6f6;
  }

  #capabilites__btn .circle {
    background: #f6f6f6;
  }

  #main__sub__heading {
    left: 50px;
  }

  #about__hero {
    width: 100%;
  }

  #contact__wrapper {
    padding: 0;
    margin: 20px 0;
  }

  #contact__heading {
    padding: 0;
  }

  #entrust {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
  }

  #entrust>p {
    font-size: clamp(3.5rem, 1.8182vw + 2.8636rem, 4.5rem);
    font-weight: 500;
  }

  #entrust__flex {
    margin-top: 30px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
  }

  #entrust__flex>div:nth-child(1) {
    width: 100%;
    position: relative;
    min-width: 250px;
    min-height: 300px;
    overflow: hidden;
    border-radius: 10px;
  }

  #entrust__flex>div:nth-child(1) img {
    position: absolute;
    bottom: 30px;
    width: 100%;
    height: 140%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #entrust__grid {
    padding: 5px 0;
    display: -ms-grid;
    display: grid;
    width: 100%;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "first first" "second second" "third third";
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 40px;
  }

  #entrust__grid div:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: first;
    width: 100%;
    height: auto;
  }

  #entrust__grid div:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: second;
    width: 100%;
    height: auto;
  }

  #entrust__grid div:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: third;
    width: 100%;
    height: auto;
  }

  @media screen and (max-width: 900px) {
    #entrust__grid div:nth-child(1) {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    #entrust__grid div:nth-child(2) {
      -ms-grid-row: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    #entrust__grid div:nth-child(3) {
      -ms-grid-row: 5;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }
  }

  #entrust__grid .entrust-heading {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    font-size: 2rem;
    padding: 5px 12px;
    border: 2px solid #1c1d20;
    border-radius: 50px;
    margin-bottom: 10px;
    opacity: 80%;
  }

  #entrust__grid .last {
    background: #111111;
    color: #f6f6f6;
  }

  #entrust__grid p {
    font-size: 2rem;
    opacity: 75%;
  }

  #projects__btn__wrapper {
    width: 100%;
  }

  .projects-list {
    padding: 0;
  }

  .disclaimer {
    padding: 0;
  }

  .project-tablet-div {
    padding: 0;
    margin: 0;
    background-color: transparent;
  }

  .project-tablet-div img {
    border-radius: 20px;
  }

  .project-line {
    width: 100%;
  }

  .display-none {
    display: none;
  }

  .topnav-open,
  .topnav-close {
    display: block;
    background: white;
    border: 2px solid #1c1d20;
    outline: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 50px;
    top: 10px;
  }

  .topnav-open img,
  .topnav-close img {
    color: #111111;
    width: 40px;
    height: 40px;
  }

  #nav {
    position: fixed;
    width: 100%;
    margin-top: 0px;
    z-index: 10;
  }

  #nav__bar {
    position: absolute;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    background: #1c1d20;
    width: 50vw;
    min-width: 320px;
    height: 100dvh;
    right: 0px;
    top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
    -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    -o-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }

  #nav .active {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  #nav__small {
    margin-top: 100px;
    background: white;
    padding: 20px 15px;
    min-width: 250px;
    border: 2px solid #111111;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
  }

  #nav__small a {
    font-size: clamp(2rem, 1.4286vw + 2rem, 2.5rem);
    font-weight: 500;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    padding: 10px;
  }

  #nav__small a:hover {
    color: #8d2fec;
  }

  #nav__btn__wrapper {
    position: relative;
  }

  #nav__btn {
    min-width: 250px;
    background: #8d2fec;
    border: 2px solid #111111;
    border-radius: 100px;
    position: relative;
    z-index: 100;
    -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    -o-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }

  #nav__btn span {
    text-align: center;
    display: block;
    font-family: "DM Sans", sans-serif;
    padding: 20px 20px;
    font-size: clamp(2rem, 1.4286vw + 2rem, 2.5rem);
    font-weight: 500;
    text-wrap: nowrap;
    -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    -o-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    color: #f6f6f6;
  }

  #nav__btn span:hover {
    color: #111111;
  }

  #nav__background__btn {
    display: none;
  }

  #single-project {
    padding: 30px 50px 0;
  }

  #project-grid-wrapper {
    padding-top: 50px;
  }

  #single-project-grid {
    max-width: 1000px;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 32px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 48px 32px;
  }

  #single-project-grid span {
    font-size: 1.8rem;
    display: block;
    margin-bottom: 12px;
  }

  .project-name {
    font-size: clamp(3.5rem, -1.8182vw + 5.1364rem, 4.5rem);
  }

  .project-div:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }

  .project-div:nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }

  .project-div:last-child {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }

  #entrust__grid div:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  #entrust__grid div:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  #entrust__grid div:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}

@media screen and (max-width: 770px) {

  .topnav-open,
  .topnav-close {
    right: 20px;
    top: 20px;
  }

  #hero__section {
    width: 100%;
  }

  #hero__intro__text {
    width: 100%;
  }

  #hero__wrapper {
    padding: 20px;
  }

  .big-text-hero {
    font-size: clamp(4rem, -2.8571vw + 6rem, 5rem) !important;
  }

  #hero__intro__text p>span {
    font-size: clamp(1.8rem, 2vw + 1.1rem, 2.5rem);
  }

  #h-aboutme__text {
    margin-top: -100px;
  }

  #h-aboutme__btn {
    bottom: -250px;
  }

  #h-aboutme__text>h1 {
    font-size: clamp(3rem, 4.2857vw + 1.5rem, 4.5rem);
  }

  #h-aboutme__text>p {
    line-height: 3rem;
  }

  #capabilites .hero-cap-text h1 {
    font-size: clamp(3rem, 2.8571vw + 2rem, 4rem);
  }

  #h-aboutme {
    padding: 40px;
  }

  #capabilites {
    padding: 0 20px 400px;
  }

  #main__project__div a {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #main__project__div a h1 {
    font-size: clamp(2.7rem, 2.8571vw + 2rem, 3.5rem);
  }

  #main__sub__heading {
    left: 20px;
  }

  #main__project__div {
    padding: 10px 20px 20px;
  }

  .index-disclaimer {
    padding: 20px;
  }

  #main__sub__heading {
    top: -50px;
  }

  .sub-heading {
    font-size: clamp(1.6rem, 1.1429vw + 1.2rem, 2rem);
  }

  main .line,
  #capabilites__sub__heading .line {
    display: none;
  }

  footer {
    padding: 0 20px;
    height: 100%;
    max-height: unset;
  }

  .footer__flex:nth-child(1) {
    padding-bottom: 130px;
  }

  #footer__wrapper {
    height: 100%;
  }

  #footer-img {
    min-height: 450px;
    margin-bottom: 20px;
  }

  #footer-img div {
    top: -300px;
  }

  #footer__head__text h1,
  #footer__head__text span {
    font-size: clamp(3rem, 3.0769vw + 1.9231rem, 5rem);
  }

  #footer__links div a {
    padding: 15px 20px;
    font-size: clamp(1.7rem, 0.8571vw + 1.4rem, 2rem);
  }

  #footer__platforms ul {
    gap: 20px;
  }

  #footer__platforms ul li a {
    font-size: clamp(1.6rem, 1.1429vw + 1.2rem, 2rem);
  }

  #about {
    padding: 20px 20px 0;
  }

  .heading-axel {
    font-size: clamp(4rem, 5.7143vw + 2rem, 6rem);
  }

  .heading {
    margin-top: 0px;
    font-size: clamp(2rem, 2.8571vw + 1rem, 3rem);
    line-height: unset;
  }

  #about__img {
    height: 600px;
  }

  #about__hero__overlay div h1 {
    font-size: clamp(4.5rem, 4.2857vw + 3rem, 6rem);
  }

  #about__hero__overlay div span {
    font-size: clamp(1.8rem, 0.5714vw + 1.6rem, 2rem);
  }

  #about__btn {
    top: unset;
    bottom: 250px;
    right: 180px;
  }

  #entrust>p {
    font-size: clamp(2.5rem, 1.4286vw + 2rem, 3rem);
  }

  #about__img {
    margin-top: -50px;
  }

  #about__entrust {
    padding: 40px 20px;
  }

  #projects {
    padding: 0 20px;
  }

  #projects__btn__wrapper {
    display: none;
  }

  #project-tablet-div {
    margin-top: 20px;
  }

  .projects-list a div {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .projects-list .projects-list-text:nth-child(3) {
    -ms-grid-column-align: unset;
    justify-self: unset;
  }

  .projects-list a div {
    padding: 20px 0;
  }

  .projects-list a div h1 {
    font-size: clamp(2.7rem, 2.8571vw + 2rem, 3.5rem);
  }

  .projects-list a div span {
    font-size: clamp(1.5rem, 1.4286vw + 1rem, 2rem);
  }

  #contact__links div a {
    font-size: clamp(1.8rem, 1.1429vw + 1.4rem, 2.2rem);
    padding: 20px 35px;
  }

  #contact__big__wrapper {
    padding: 0 20px;
  }

  #contact__footer__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
  }

  #contact__form__wrapper {
    padding: 10px 25px;
  }

  #contact__form__wrapper input::-moz-placeholder {
    font-size: clamp(2rem, 0.5714vw + 1.8rem, 2.2rem);
  }

  #contact__form__wrapper input::-webkit-input-placeholder {
    font-size: clamp(2rem, 0.5714vw + 1.8rem, 2.2rem);
  }

  #contact__form__wrapper input:-ms-input-placeholder {
    font-size: clamp(2rem, 0.5714vw + 1.8rem, 2.2rem);
  }

  #contact__form__wrapper input::-ms-input-placeholder {
    font-size: clamp(2rem, 0.5714vw + 1.8rem, 2.2rem);
  }

  #contact__form__wrapper label,
  #contact__form__wrapper input,
  #contact__form__wrapper span,
  #contact__form__wrapper input::placeholder,
  #contact__form__wrapper textarea,
  #form__btn input,
  #form__btn span {
    font-size: clamp(2rem, 0.5714vw + 1.8rem, 2.2rem);
  }

  #form__btn {
    display: block;
  }

  #form__btn input {
    background-color: #8d2fec;
    color: white;
  }

  #form__background__btn {
    display: none;
  }

  #single-project {
    padding: 20px 20px 0;
  }

  #mac-studio {
    margin-top: 30px;
  }

  .project-name {
    font-size: clamp(3rem, 2.8571vw + 2rem, 4rem);
  }

  .project-p {
    font-size: clamp(1.5rem, 0.8571vw + 1.2rem, 1.8rem);
    line-height: 2.5rem;
  }

  #single-project-grid span {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }

  #single-project-grid {
    gap: 30px 10px;
  }

  #project-grid-wrapper {
    padding: 50px 30px 30px;
  }

  #project__btn a,
  #project__btn span {
    font-size: clamp(1.5rem, 0.8571vw + 1.2rem, 1.8rem);
    padding: 20px 0;
    background: #8d2fec;
    color: #f6f6f6;
  }

  #project__background__btn {
    display: none;
  }

  #mockups {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 20px;
  }

  #mockups__phone img {
    width: 80%;
    padding-left: 40px;
  }

  #macbook div {
    height: 100%;
  }

  .mac-video {
    margin: 0 auto;
    border-radius: 10px;
  }
}