
.about {
  overflow-x: hidden;
  width: 100%;
  margin: 6em auto;
  max-width: 1160px;
  padding: 0 40px;
}

.about .about-content {
  overflow: hidden;
  padding: 4em 0;
  display: flex;
  column-gap: 4em;
}

.about .about-content:hover .videos .about-video-overlay {
  transform: rotate(10deg) scale(1.2) translate(-58px) translateY(20px);
  transition: transform 0.4s ease;
}

.about .about-content .videos {
  position: relative;
  width: fit-content;
}

.about .about-content .videos .about-video {
  width: 100%;
  max-width: 400px;
  min-width: 300px;
  border-radius: 30px;
}

.about .about-content .videos .about-video-overlay {
  max-width: 300px;
  position: absolute;
  transform: rotate(-20deg) scale(1.5);
  z-index: 2;
  right: -70px;
  bottom: -70px;
  mix-blend-mode: exclusion;
  transition: transform 0.4s ease;
}

.about .about-content .text {
  width: 100%;
  height: 400px;
  color: #f9f8f6;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about .about-content .text .star-button {
  width: fit-content;
  margin-bottom: 0;
}

.about .about-content .text p {
  font-size: 2.2rem;
  max-width: 28ch;
  min-width: 20ch;
  margin-bottom: 1em;
  font-weight: 300;
}

.about .about-content .text p span:nth-child(4),
.about .about-content .text p span:nth-child(6),
.about .about-content .text p span:nth-child(13),
.about .about-content .text p span:nth-child(14),
.about .about-content .text p span:nth-child(23),
.about .about-content .text p span:nth-child(24),
.about .about-content .text p span:nth-child(26),
.about .about-content .text p span:nth-child(27) {
  font-weight: 600;
}

.about .about-content .text p span:nth-child(26)::selection,
.about .about-content .text p span:nth-child(1)::selection {
  background-color: #fff !important;
  color: #5c54f9;
}

.blur {
  filter: blur(10px);
  transition: filter 1s ease, background-color 0.3s ease, color 0.3s ease !important;
}

.blur-visible {
  filter: blur(0);
  transition: filter 1s ease, background-color 0.3s ease, color 0.3s ease !important;
}

body.light .about .about-content .videos .about-video-overlay {
  filter: grayscale(100%);
}

body.light .about .about-content .text {
  color: #000;
}

body.light .about .about-content:hover .videos .about-video-overlay {
  transform: rotate(10deg) scale(1.5) translate(-30px) translateY(20px);
  transition: transform 0.4s ease;
}

body.dark .about .about-content .text {
  color: #f9f8f6;
}

@media screen and (max-width: 1054px) {
  .about .about-content .text p {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 942px) {
  .about .about-content {
    justify-content: center;
  }

  .about .about-content:hover .videos .about-video-overlay {
    transform: rotate(10deg) scale(1.2) translate(-40px) translateY(20px);
    transition: transform 0.4s ease;
  }

  .about .about-content .text {
    width: fit-content;
    justify-content: flex-start;
  }

  .about .about-content .text p {
    margin-bottom: 2em;
    font-size: 1.5rem;
  }

  .about .about-content .text .star-button {
    font-size: 1.5rem;
  }

  .about .about-content .videos .about-video {
    width: 100%;
    max-width: 200px;
    min-width: 200px;
    border-radius: 30px;
  }

  .about .about-content .videos .about-video-overlay {
    max-width: 200px;
    transform: rotate(-20deg) scale(1.5);
    z-index: 2;
    right: -50px;
    bottom: 70px;
  }
}

@media screen and (max-width: 759px) {
  .about .about-content {
    flex-direction: column;
    align-items: center;
  }

  .about .about-content:hover .videos .about-video-overlay {
    transform: rotate(10deg) scale(1.2) translate(-65px) translateY(20px);
    transition: transform 0.4s ease;
  }

  .about .about-content .videos {
    margin-bottom: 3em;
  }

  .about .about-content .videos .about-video {
    width: 100%;
    max-width: 300px;
    min-width: 200px;
    border-radius: 30px;
  }

  .about .about-content .videos .about-video-overlay {
    max-width: 300px;
    transform: rotate(-20deg) scale(1.5);
    z-index: 2;
    right: -80px;
    bottom: -80px;
  }

  .about .about-content .text {
    align-items: center;
  }

  .about .about-content .text p,
  .about .about-content .text .star-button {
    font-size: 2rem;
  }
}

@media screen and (max-width: 634px) {
  .about .about-content:hover .videos .about-video-overlay {
    transform: rotate(10deg) scale(1.2) translate(-65px) translateY(20px);
    transition: transform 0.4s ease;
  }

  .about .about-content .text p,
  .about .about-content .text .star-button {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 496px) {
  .about {
    margin: .6em auto;
  }

  .about .about-content {
    padding: 0;
  }

  .about .about-content:hover .videos .about-video-overlay {
    transform: rotate(10deg) scale(1.5) translate(-30px) translateY(20px);
    transition: transform 0.4s ease;
  }

  .about .about-content .videos .about-video {
    width: 100%;
    max-width: 100%;
  }

  .about .about-content .videos .about-video-overlay {
    max-width: 250px;
    transform: rotate(10deg) scale(1.5) translate(-30px) translateY(20px);
    z-index: 2;
    right: -20px;
    bottom: -55px;
  }

  .about .about-content .text {
    height: auto;
  }

  .about .about-content .text p {
    font-size: 1.35rem;
    line-height: 1.6em;
    text-wrap: pretty;
    max-width: 100%;
    min-width: 0ch;
  }

  .about .about-content .text .star-button {
    font-size: 1.5rem;
  }
}

.contact-container {
  width: 100%;
  max-width: 1800px;
  margin: 2em auto auto;
  height: auto;
  padding: 0 40px;
}

.contact-container .contact {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  height: 700px;
  border-radius: 30px;
  padding: 5em 6em;
  margin-bottom: 2em;
}

.contact-container .contact .contact-gradient {
  border-radius: 30px;
  overflow: hidden;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

.contact-container .contact .contact-gradient .contact-video {
  position: absolute;
  height: 100%;
  object-fit: cover;
  width: 100%;
  filter: blur(10px);
  transform: scale(1.2);
}

.contact-container .contact .contact-gradient .grain {
  position: absolute;
  border-radius: 30px;
  top: 0;
}

.contact-container .contact .contact-gradient canvas {
  filter: hue-rotate(330deg) blur(30px);
  transform: scale(1.2);
  width: 100% !important;
  height: 1000px !important;
}

.contact-container .contact .contact-gradient canvas.grain {
  filter: none !important;
}

.contact-container .contact .contact-content {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
}

.contact-container .contact .contact-content h2 {
  font-size: 6rem;
  font-weight: 400;
  color: #f9f8f6;
  line-height: 1.1em;
}

.contact-container .contact .contact-content h2 span {
  font-weight: 700;
}

.contact-container .contact .contact-content .contact-details {
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.contact-container .contact .contact-content .contact-details .mail-link {
  font-weight: 300;
  font-size: 1.4rem;
  color: #f9f8f6;
}

.contact-container .contact .contact-content .contact-details .mail-link a {
  color: #f9f8f6;
  font-weight: 500;
  border-bottom: 2px solid transparent;
  transition: border-bottom 0.3s ease;
}

.contact-container .contact .contact-content .contact-details .mail-link a:hover {
  cursor: pointer;
  border-bottom: 2px solid #fff;
  transition: border-bottom 0.3s ease;
}

.contact-container .star-button {
  color: #f9f8f6 !important;
  border: 2px solid #F9F8F6 !important;
}

.contact-container .star-button:hover {
  background-color: #f9f8f6 !important;
  color: #000 !important;
}

@media screen and (max-width: 900px) {
  .contact-container .contact {
    height: auto;
  }

  .contact-container .contact .contact-content {
    justify-content: center;
    align-items: center;
  }

  .contact-container .contact .contact-content h2 {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 2em;
  }

  .contact-container .contact .contact-content .contact-details {
    align-self: center;
    align-items: center;
  }

  .contact-container .contact .contact-content .contact-details .star-button {
    text-wrap: nowrap;
    margin-bottom: 1em;
  }

  .contact-container .contact .contact-content .contact-details .mail-link {
    text-align: center;
  }
}

@media screen and (max-width: 730px) {
  .contact-container .contact {
    padding: 2em;
    height: auto;
  }

  .contact-container .contact .contact-content h2 {
    font-size: 2rem;
  }

  .contact-container .contact .contact-content .contact-details .mail-link {
    font-size: 1rem;
  }
}

@media screen and (max-width: 730px) {
  .contact-container .contact .contact-content h2,
  .contact-container .contact .contact-content .contact-details .star-button {
    font-size: 1.5rem;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  90% {
    transform: rotate(370deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.hero {
  display: flex;
  margin-top: 10px;
  overflow: hidden;
}

.main-container {
  width: 100%;
  margin: auto;
  max-width: 1800px;
  padding: 0 40px;
}

.full-width {
  width: 100%;
}

.grain {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  z-index: 1;
}

.hero-container {
  display: flex;
  justify-content: space-between;
  gap: .6em;
  min-height: 630px;
  height: 95vh;
}

.hero-container .hero-left {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  display: flex;
  align-items: end;
}

.hero-container .hero-left .gradient-container {
  overflow: hidden;
  border-radius: 30px;
  position: absolute;
  height: 100%;
  width: 100%;
}

.hero-container .hero-left .gradient-container .hero-gradient {
  width: 1800px;
  border-radius: 30px;
}

.hero-container .hero-left .gradient-container .hero-gradient canvas {
  filter: hue-rotate(330deg);
  width: 1800px !important;
  height: 100% !important;
  border-radius: 30px;
}

.hero-container .hero-left .content-box {
  border-radius: 0 30px 0 0;
  width: 100%;
  max-width: 50%;
  height: 250px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  padding: 20px 20px 0 0;
}

.hero-container .hero-left .content-box .scroll-indicator {
  width: 50px;
  min-height: 50px;
  border: 2px solid #F9F8F6;
  border-radius: 50px;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-container .hero-left .content-box .scroll-indicator img {
  transform: rotate(90deg);
}

.hero-container .hero-left .content-box .title {
  font-size: clamp(2.35rem, 2.114rem + 1vw, 3.75rem);
  max-width: 20ch;
  font-weight: 400;
}

.hero-container .hero-left .content-box .corner-content-box-one {
  right: -30px;
  bottom: 0;
  transform: rotate(-90deg);
}

.hero-container .hero-left .content-box .corner-content-box-two {
  left: 0;
  top: -30px;
  transform: rotate(-90deg);
}

.hero-container .hero-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: .6em;
  align-items: center;
  height: 100%;
}

.hero-container .hero-right .circle-stats {
  width: 280px;
  aspect-ratio: 1;
  border-radius: 50%;
}

.hero-container .hero-right .circle-stats .circle-overflow {
  overflow: hidden;
  border-radius: 50%;
}

.hero-container .hero-right .blog-posts {
  position: relative;
  width: 280px;
  height: 100%;
  border-radius: 30px;
}

.hero-container .hero-right .blog-posts:hover .blog-slider-button {
  cursor: pointer;
}

.hero-container .hero-right .blog-posts:hover .blog-slider-button span img {
  transform: scale(1.3) rotate(-20deg);
  transition: .3s ease;
}

swiper-container#circle-slider {
  aspect-ratio: 1;
  border-radius: 50%;
}

swiper-container#circle-slider swiper-slide {
  color: #f9f8f6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding-bottom: 1em;
}

swiper-container#circle-slider swiper-slide h2 {
  font-size: 4rem;
}

swiper-container#circle-slider swiper-slide p {
  font-size: 1rem;
  opacity: .7;
  max-width: 15ch;
}

swiper-container#blog-slider {
  position: relative;
  border-radius: 30px;
  background: #5c54f9;
  height: 100%;
}

swiper-container#blog-slider swiper-slide {
  color: #f9f8f6;
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  padding: 1em;
}

swiper-container#blog-slider swiper-slide img {
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 1em;
  width: 100%;
  height: 150px;
}

swiper-container#blog-slider swiper-slide p {
  width: 15ch;
  font-size: 1.6rem;
  font-weight: 400;
}

.blog-slider-button {
  position: absolute;
  width: 60px;
  aspect-ratio: 1;
  border-radius: 35px 0 0;
  z-index: 4;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: end;
  justify-content: end;
}

.blog-slider-button span {
  width: 50px;
  aspect-ratio: 1;
  color: #f9f8f6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-slider-button span img {
  transition: .3s ease;
}

.blog-slider-button .corner-slider-button-one {
  left: -30px;
  transform: rotate(180deg);
  bottom: 0;
}

.blog-slider-button .corner-slider-button-two {
  top: -30px;
  transform: rotate(180deg);
  right: 0;
}

@media screen and (max-width: 1024px) {
  .hero-container .hero-left .content-box {
    height: 300px;
    max-width: 85% !important;
  }
}

@media screen and (max-width: 1160px) {
  .hero-container .hero-left .content-box {
    height: 300px;
  }
}

@media screen and (max-width: 396px) {
  .hero-container .hero-left .content-box {
    height: 350px;
    max-width: 85%;
  }
}

@media screen and (min-height: 1024px) {
  swiper-container#blog-slider swiper-slide img {
    object-fit: contain;
    border-radius: 20px;
    margin-bottom: 1em;
    width: 100%;
    height: 200px;
  }
  
  swiper-container#blog-slider swiper-slide p {
    width: 12ch;
    font-size: 2rem;
    font-weight: 400;
  }
}

@media screen and (max-width: 790px) {
  .hero-container {
    flex-direction: column;
    height: auto;
  }

  .hero-container .hero-left {
    min-height: 620px;
  }

  .hero-container .hero-left .content-box {
    max-width: 70% !important;
  }

  .hero-container .hero-right .circle-stats {
    width: 100%;
    aspect-ratio: auto;
    height: 200px;
  }

  .hero-container .hero-right .circle-stats .circle-overflow {
    overflow: hidden;
    border-radius: 30px !important;
  }

  .hero-container .hero-right .blog-posts {
    width: 100%;
    height: auto;
    border-radius: 30px;
    margin-bottom: 0;
  }

  swiper-container#circle-slider {
    aspect-ratio: auto;
    border-radius: 30px !important;
    height: 200px;
  }

  swiper-container#circle-slider swiper-slide {
    color: #f9f8f6;
    border-radius: 30px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
  }

  swiper-container#blog-slider {
    position: relative;
    border-radius: 30px;
    height: 100%;
  }

  swiper-container#blog-slider swiper-slide {
    color: #f9f8f6;
    padding-bottom: 4em;
  }

  swiper-container#blog-slider swiper-slide img {
    height: 200px;
  }

  swiper-container#blog-slider swiper-slide p {
    width: 20ch;
    font-size: 1.4rem;
  }
}

body.dark .content-box {
  background: #000;
  color: #f9f8f6;
}

body.dark swiper-container#circle-slider {
  background-color: #000;
  border: 2px solid #f9f8f6;
}

body.dark swiper-container#blog-slider swiper-slide img {
  background-color: #000;
}

body.dark .blog-slider-button {
  background-color: #000;
}

body.dark .blog-slider-button span {
  background-color: #000;
  border: 2px solid #F9F8F6;
}

body.light .content-box {
  background: #f9f8f6;
  color: #000;
}

body.light .content-box .scroll-indicator {
  border: 1px solid #000 !important;
  background-color: #000;
}

body.light swiper-container#circle-slider {
  background-color: #000;
  border: 2px solid #000;
}

body.light swiper-container#blog-slider swiper-slide img {
  background-color: #000;
}

body.light .blog-slider-button {
  background-color: #f9f8f6;
}

body.light .blog-slider-button span {
  background-color: #000;
  border: 2px solid #000;
}

:root {
  --color-toggle-light: #000;
  --color-toggle-dark: #000;
}

.container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 4px 8px;
  border-radius: 35px;
  cursor: pointer;
}

.IsLight,
.IsDark {
  border: 1px solid #000;
}

.container input {
  display: none;
}

.container input+div {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: relative;
  box-shadow: inset 8px -8px 0 0 var(--color-toggle-dark, #000);
  transform: scale(1) rotate(-2deg);
  transition: box-shadow 0.5s ease 0s, transform 0.4s ease 0.1s;
}

.container input+div:before {
  content: "";
  width: inherit;
  height: inherit;
  border-radius: inherit;
  position: absolute;
  left: 0;
  top: 0;
}

.container input+div:after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin: -2px 0 0 -2px;
  position: absolute;
  top: 50%;
  left: 50%;
  box-shadow: 0 -13px 0 var(--color-toggle-light, #F9F8F6), 0 13px 0 var(--color-toggle-light, #F9F8F6), 13px 0 0 var(--color-toggle-light, #F9F8F6), -13px 0 0 var(--color-toggle-light, #F9F8F6), 9px 9px 0 var(--color-toggle-light, #F9F8F6), -9px 9px 0 var(--color-toggle-light, #F9F8F6), 9px -9px 0 var(--color-toggle-light, #F9F8F6), -9px -9px 0 var(--color-toggle-light, #F9F8F6);
  transform: scale(0);
  transition: all 0.3s ease;
}

.container input:checked+div {
  box-shadow: inset 32px -32px #000;
  transform: scale(.5) rotate(0);
  transition: transform 0.3s ease 0.1s, box-shadow 0.2s ease 0s;
}

.container input:checked+div:before {
  background: var(--color-toggle-light, #F9F8F6);
  transition: all 0.3s ease 0.1s;
}

.container input:checked+div:after {
  transform: scale(1.5);
  transition: all 0.5s ease 0.15s;
}

.header-main {
  width: 100%;
  position: fixed;
  z-index: 99;
}

.header-main .top-line {
  width: 100vw;
  height: 10px;
  position: fixed;
  top: 0;
  left: 0;
}

.header-main .header-container {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin: auto;
  max-width: 1800px;
  padding: 0 40px;
}

.header-main .header-container .header-logo-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: auto;
  padding-right: 1em;
  height: 80px;
  border-radius: 0 0 30px;
  margin-right: 11px;
  position: relative;
  z-index: 20;
}

.header-main .header-container .header-logo-box img {
  width: 100px;
  position: relative;
}

.header-main .header-container .header-logo-box span {
  position: relative;
  top: -3px;
  font-size: 1.5rem;
  margin-right: .3em;
  font-weight: 500;
  color: #999;
}

.header-main .header-container .header-logo-box .corner-logo-box-one {
  bottom: -30px;
  left: 0;
}

.header-main .header-container .header-logo-box .corner-logo-box-two {
  right: -30px;
  top: 0;
}

.header-main .header-container .header-logo-box .mobile-menu {
  display: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  font-weight: 500;
  width: 80px;
  margin-right: .6em;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  position: relative;
  z-index: 2;
}

.header-main .header-container .header-logo-box .mobile-menu .corner-menu-one {
  left: -41px;
  bottom: -22px;
  transform: rotate(-180deg);
  display: none;
}

.header-main .header-container .header-logo-box .menu-container {
  background-color: #5c54f9;
  height: 80dvh;
  max-height: 540px;
  width: 100%;
  position: absolute;
  top: 80px;
  border-radius: 30px 0 30px 30px;
  box-shadow: 0 10px 20px #00000040;
  display: none;
  flex-direction: column;
  padding: 2em 1em;
  color: #f9f8f6;
}

.header-main .header-container .header-logo-box .menu-container .mobile-link {
  font-size: 2rem;
  width: 100%;
  border-bottom: 1px solid #F9F8F6;
  color: #f9f8f6;
  padding-bottom: .3em;
  margin-bottom: .3em;
  cursor: pointer;
  transition: .3s ease;
}

.header-main .header-container .header-logo-box .menu-container .mobile-link:hover {
  opacity: .8;
  transition: .3s ease;
}

.header-main .header-container .header-logo-box .menu-container .mobile-theme-switch {
  position: absolute;
  bottom: 1em;
  width: fit-content;
  border-radius: 50px;
  height: 60px;
  border: 1.5px solid #F9F8F6;
  display: flex;
  padding: .6em;
  align-items: center;
  justify-content: center;
}

.header-main .header-container .header-logo-box .menu-container .mobile-theme-switch p {
  margin: 0;
  position: absolute;
  left: calc(100% + 1em);
  opacity: .5;
  color: #f9f8f6;
}

.header-main .header-container .header-logo-box .menu-container:before {
  content: "";
  position: absolute;
  top: -70px;
  right: 0;
  width: 100px;
  height: 70px;
  border-radius: 25px 25px 0 0;
  background-color: #5c54f9;
}

.header-main .header-container .navigation {
  position: relative;
  top: 10px;
  height: 58px;
  border-radius: 50px;
  padding: 0 .5em;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  backdrop-filter: blur(10px) saturate(200%);
  -webkit-backdrop-filter: blur(10px) saturate(200%);
  background-color: #ffffff80;
  border: 1px solid rgba(209, 213, 219, .5);
  box-shadow: 0 3px 20px -5px #00000026;
}

.header-main .header-container .navigation a {
  font-size: 16px;
  font-weight: 400;
  margin: 0 .85em;
  line-height: 1.15;
  transition: .2s ease;
  -webkit-user-select: none;
  user-select: none;
}

.header-main .header-container .navigation a:nth-child(4) {
  margin-right: 2em;
}

.header-main .header-container .navigation a:hover {
  cursor: pointer;
  opacity: .7;
  transition: .2s ease;
}

@media screen and (max-width: 595px) {
  .header-main .header-container .header-logo-box {
    width: 100%;
    margin-right: 0;
    border-radius: 0;
    padding-right: 0;
  }

  .header-main .header-container .header-logo-box img {
    width: 90px;
  }

  .header-main .header-container .header-logo-box .corner-logo-box-two {
    right: 0;
    top: 100%;
    transform: rotate(90deg);
  }

  .header-main .header-container .header-logo-box .mobile-menu {
    display: flex;
  }

  .header-main .header-container .navigation {
    display: none;
  }

  .open,
  .open .corner-menu-one {
    display: flex !important;
  }
}

.mobile-menu.open {
  color: #f9f8f6 !important;
  border: 1.5px solid #F9F8F6 !important;
}

body.dark .top-line {
  background-color: #000;
}

body.light .top-line {
  background-color: #f9f8f6;
}

body.dark .header-logo-box {
  background-color: #000;
}

body.dark .header-logo-box .mobile-menu {
  color: #f9f8f6;
  border: 1.5px solid #F9F8F6;
}

body.dark .header-logo-box .menu-container .mobile-theme-switch {
  background-color: #f9f8f6;
}

body.dark .header-logo-box .menu-container .mobile-theme-switch p {
  color: #000 !important;
}

body.dark .header-logo-box img {
  filter: invert(100%);
}

body.light .header-logo-box,
body.light .header-logo-box .menu-container .mobile-theme-switch {
  background-color: #f9f8f6;
}

body.light .header-logo-box .mobile-menu {
  color: #000;
  border: 1.5px solid #000;
}

.projects {
  width: 100%;
  margin: auto;
  max-width: 1160px;
  padding: 0 40px;
}

.projects .projects-content {
  margin-top: 6em;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.projects .projects-content .projects-title {
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: .5px;
  text-transform: uppercase;
  opacity: .5;
  margin-bottom: 4em;
}

.projects .projects-content .project-cards {
  min-height: 400px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* Ensure the coming-soon card is always visually last even if DOM order changes */
.projects .projects-content .project-cards .card.coming-soon {
  order: 9999 !important;
}

.projects .projects-content .project-cards .card {
  width: 100%;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #000;
  position: relative;
  display: flex;
  align-items: flex-end;
}

.projects .projects-content .project-cards .card:hover {
  cursor: pointer;
}

.projects .projects-content .project-cards .card:hover .card-text {
  padding-left: 1em;
  transition: padding-left 0.3s ease;
}

.projects .projects-content .project-cards .card .card-text {
  width: 100%;
  color: #f9f8f6;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: start;
  padding-bottom: 1em;
  transition: padding-left 0.3s ease;
}

.projects .projects-content .project-cards .card .card-text .description {
  font-size: .8rem;
  position: relative;
  left: 8px;
  top: 15px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: .4em;
}

.projects .projects-content .project-cards .card .card-text .title {
  letter-spacing: -3px;
  font-size: 6rem;
  font-weight: 400;
}

.projects .projects-content .project-cards .card.coming-soon:hover .card-text {
  padding-left: 0;
}

.projects .projects-content .project-cards .card.coming-soon .card-text {
  opacity: .5;
}

body.light .projects .projects-content .projects-title {
  color: #000;
}

body.light .projects .projects-content .project-cards .card:hover {
  cursor: url("data:image/svg+xml,%3csvg%20width='51'%20height='51'%20viewBox='0%200%2051%2051'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.662888'%20y='0.0736084'%20width='50'%20height='50'%20rx='25'%20fill='black'/%3e%3cpath%20d='M32.6629%2025.0736H18.6629M32.6629%2025.0736L26.6629%2031.0736M32.6629%2025.0736L26.6629%2019.0736'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 16 16, auto;
}

body.light .projects .projects-content .project-cards .card .card-text .title,
body.light .projects .projects-content .project-cards .card .card-text .description {
  color: #000;
}

body.light .projects .projects-content .project-cards .card.coming-soon:hover {
  cursor: url("data:image/svg+xml,%3csvg%20width='51'%20height='51'%20viewBox='0%200%2051%2051'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.662888'%20y='0.536514'%20width='50'%20height='50'%20rx='25'%20fill='black'/%3e%3cpath%20d='M21.6629%2023.5365H19.6629C19.1325%2023.5365%2018.6237%2023.7472%2018.2487%2024.1223C17.8736%2024.4974%2017.6629%2025.0061%2017.6629%2025.5365V32.5365C17.6629%2033.0669%2017.8736%2033.5757%2018.2487%2033.9507C18.6237%2034.3258%2019.1325%2034.5365%2019.6629%2034.5365H31.6629C32.1933%2034.5365%2032.702%2034.3258%2033.0771%2033.9507C33.4522%2033.5757%2033.6629%2033.0669%2033.6629%2032.5365V25.5365C33.6629%2025.0061%2033.4522%2024.4974%2033.0771%2024.1223C32.702%2023.7472%2032.1933%2023.5365%2031.6629%2023.5365H29.6629M21.6629%2023.5365V20.5365C21.6629%2019.4756%2022.0843%2018.4582%2022.8345%2017.7081C23.5846%2016.9579%2024.602%2016.5365%2025.6629%2016.5365C26.7238%2016.5365%2027.7412%2016.9579%2028.4913%2017.7081C29.2415%2018.4582%2029.6629%2019.4756%2029.6629%2020.5365V23.5365M21.6629%2023.5365H29.6629M25.6629%2027.5365V30.5365'%20stroke='%23F9F8F6'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 16 16, auto;
}

body.dark .projects .projects-content .projects-title {
  color: #f9f8f6;
}

body.dark .projects .projects-content .project-cards .card {
  border-bottom: 2px solid #F9F8F6;
}

body.dark .projects .projects-content .project-cards .card:hover {
  cursor: url("data:image/svg+xml,%3csvg%20width='51'%20height='51'%20viewBox='0%200%2051%2051'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='1.0417'%20y='0.573608'%20width='49'%20height='49'%20rx='24.5'%20stroke='%23F9F8F6'/%3e%3cpath%20d='M32.5417%2025.0736H18.5417M32.5417%2025.0736L26.5417%2031.0736M32.5417%2025.0736L26.5417%2019.0736'%20stroke='%23F9F8F6'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 16 16, auto;
}

body.dark .projects .projects-content .project-cards .card.coming-soon:hover {
  cursor: url("data:image/svg+xml,%3csvg%20width='51'%20height='51'%20viewBox='0%200%2051%2051'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='1.04171'%20y='1.03651'%20width='49'%20height='49'%20rx='24.5'%20stroke='%23F9F8F6'/%3e%3cpath%20d='M21.5417%2023.5365H19.5417C19.0113%2023.5365%2018.5026%2023.7472%2018.1275%2024.1223C17.7524%2024.4974%2017.5417%2025.0061%2017.5417%2025.5365V32.5365C17.5417%2033.0669%2017.7524%2033.5757%2018.1275%2033.9507C18.5026%2034.3258%2019.0113%2034.5365%2019.5417%2034.5365H31.5417C32.0721%2034.5365%2032.5809%2034.3258%2032.9559%2033.9507C33.331%2033.5757%2033.5417%2033.0669%2033.5417%2032.5365V25.5365C33.5417%2025.0061%2033.331%2024.4974%2032.9559%2024.1223C32.5809%2023.7472%2032.0721%2023.5365%2031.5417%2023.5365H29.5417M21.5417%2023.5365V20.5365C21.5417%2019.4756%2021.9631%2018.4582%2022.7133%2017.7081C23.4634%2016.9579%2024.4808%2016.5365%2025.5417%2016.5365C26.6026%2016.5365%2027.62%2016.9579%2028.3701%2017.7081C29.1203%2018.4582%2029.5417%2019.4756%2029.5417%2020.5365V23.5365M21.5417%2023.5365H29.5417M25.5417%2027.5365V30.5365'%20stroke='%23F9F8F6'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 16 16, auto;
}

@media screen and (max-width: 1035px) {
  .projects .projects-content .project-cards .card {
    padding-bottom: 1em;
    margin-bottom: 2em;
  }

  .projects .projects-content .project-cards .card .card-text .title {
    font-size: 8.8vw;
    letter-spacing: 1px;
    line-break: strict;
  }

  .projects .projects-content .project-cards .card .card-text .description {
    top: 0;
    left: 0;
    font-size: .8em;
  }
}

.skills {
  overflow-x: hidden;
  margin: 10em 0;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 5em;
}

.skills .skills-title {
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: .5px;
  text-transform: uppercase;
  opacity: .5;
}

.skills .skill-section {
  display: flex;
  align-items: center;
}

.skills .skill-section p {
  font-size: 7rem;
  text-wrap: nowrap;
  letter-spacing: -.05em;
  font-weight: 600;
}

.skills .skill-section .video-wrapper {
  width: 0;
  border-radius: 30px;
  border: 2px solid transparent;
  margin: 0 1em;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.skills .skill-section .video-wrapper video {
  border-radius: 30px;
  object-fit: cover;
}

.video-wrapper video {
  width: 100%;
  max-width: 12rem;
  transform: scale(0);
  transition: transform .5s ease-in-out, border .5s ease-in-out;
}

.video-wrapper.video-visible {
  width: 12rem !important;
  border: 2px solid #F9F8F6 !important;
  transition: width .5s ease-in-out, border .5s ease-in-out;
}

.video-wrapper.video-visible video {
  transform: scale(1);
}

@media screen and (max-width: 1270px) {
  .skills .skill-section p {
    font-size: 6rem;
  }

  .skills .skill-section .video-wrapper.video-visible {
    max-width: 8rem !important;
  }

  .skills .skill-section .video-wrapper {
    border-radius: 20px;
  }

  .skills .skill-section .video-wrapper video {
    border-radius: 20px;
  }
}

@media screen and (max-width: 1125px) {
  .skills .skill-section p {
    font-size: 5rem;
  }
}

@media screen and (max-width: 925px) {
  .skills .skill-section p {
    font-size: 4rem;
  }

  .skills .skill-section .video-wrapper.video-visible {
    max-width: 6rem !important;
  }
}

@media screen and (max-width: 770px) {
  .skills {
    margin: 4em 0;
    row-gap: 4em;
  }

  .skills .skill-section p {
    font-size: 2rem;
  }

  .skills .skill-section .video-wrapper.video-visible {
    max-width: 4rem !important;
  }

  .skills .skill-section .video-wrapper {
    border-radius: 10px;
    margin: 0 .5em;
  }

  .skills .skill-section .video-wrapper video {
    border-radius: 10px;
  }

  .skills .skill-section .video-visible {
    border: 1px solid #F9F8F6 !important;
  }
}

@media screen and (max-width: 425px) {
  .skills {
    row-gap: 2em;
  }

  .skills .skill-section p {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 350px) {
  .skills {
    row-gap: 2em;
  }

  .skills .skill-section p {
    font-size: 1.5rem;
  }
}

body.light .skills .skill-section p,
body.light .skills .skills-title {
  color: #000;
}

body.dark .skills .skill-section p,
body.dark .skills .skills-title {
  color: #f9f8f6;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translateZ(0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform, .2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translate(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

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

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

::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
  background: #444;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

a {
  color: #000;
  text-decoration: none;
}

::-moz-selection {
  color: #f9f8f6;
  background: #5c54f9;
}

::selection {
  color: #f9f8f6;
  background: #5c54f9;
}

@font-face {
  font-family: Matter;
  src: url(/assets/m-light-B315YW63.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Matter;
  src: url(/assets/m-regular-CGdg_Nlm.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Matter;
  src: url(/assets/m-medium-3olvFe89.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Matter;
  src: url(/assets/m-semibold-DDMt19bs.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: Matter;
  src: url(/assets/m-bold-B0POmqbI.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Matter;
  src: url(/assets/m-heavy-D6QF_Snw.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: Matter, sans-serif;
  letter-spacing: -.05em;
  margin: 0;
  padding: 0;
}

.no-scroll {
  overflow: hidden !important;
}

.svg-corner {
  position: absolute;
}

.letter {
  display: inline-block;
  will-change: transform, opacity;
}

.split-parent {
  display: inline;
  overflow: hidden;
}

.word {
  display: inline-block;
  will-change: transform, filter, opacity;
}

.loading-text {
  font-size: 4rem;
  overflow: hidden;
  font-weight: 400;
}

.loading-text p {
  margin: 0;
}

body.dark {
  background-color: #000;
}

body.dark .svg-corner g path {
  fill: #000 !important;
}

body.light {
  background-color: #f9f8f6;
}

body.light .svg-corner g path {
  fill: #f9f8f6 !important;
}

body.light .star-button {
  color: #000;
  border: 2px solid #000;
}

body.light .star-button:hover {
  background-color: #000;
  color: #f9f8f6;
}

:host .swiper-pagination {
  filter: invert(100%) !important;
}

svg.svg-corner.corner-menu-one g path {
  fill: #5c54f9 !important;
}

svg.svg-corner.corner-menu-two g path {
  fill: #5c54f9 !important;
}

h1 {
  line-height: 1.1;
}

.star-button {
  margin-bottom: .5em;
  padding: .5em 1em;
  color: #f9f8f6;
  font-weight: 400;
  font-size: 1.8rem;
  border-radius: 50px;
  border: 2px solid #F9F8F6;
  display: flex;
  gap: .3em;
  align-items: center;
  transition: filter .3s ease, background-color .5s ease, color .5s ease;
}

.star-button span {
  animation: rotate 2s steps(1, end) infinite;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  animation-play-state: running;
  font-size: 1.5rem;
}

.star-button span:nth-child(1) {
  animation-delay: 4s;
  margin-right: .5em;
}

.star-button span:nth-child(2) {
  animation-delay: 4s;
  margin-left: .5em;
}

.star-button:hover {
  cursor: pointer;
  background-color: #f9f8f6;
  color: #000;
  transition: background-color .5s ease, color .5s ease;
}
