/*!
Theme Name: main Theme
Theme URI:
Author: main
Description: main Starter Theme.
Version: 1.0
License: GNU General Public License v1 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
!*/
:root {
  scroll-behavior: smooth;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:root :where(.is-layout-flow) > * {
  margin-block-start: 0;
}

:root :where(.is-layout-constrained) > * {
  margin-block-start: 0;
  margin-block-end: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  position: relative;
  --bg-parallax-y: 0px;
}
body:before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: url("../images/bg-img.png");
  background-size: cover;
  background-position: center;
  transform: translate3d(0, var(--bg-parallax-y), 0);
  will-change: transform;
  z-index: -1;
  pointer-events: none;
}

a {
  color: var(--wp--preset--color--primary);
  transition: all 0.3s ease;
  line-height: normal !important;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: var(--wp--preset--color--dark);
}

a:hover,
input:hover {
  transition: all 0.3s ease;
  outline: none;
}

h1 sup, h2 sup, h3 sup {
  top: 0;
  font-size: 65%;
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
  padding-bottom: 32px;
  margin-top: 0;
  margin-bottom: 0;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
  display: inline-block;
  vertical-align: -0.125em;
}

ul, ol, p {
  margin-top: 0;
  line-height: 1.2;
  font-size: var(--wp--preset--font-size--small);
}

p {
  font-size: var(--wp--preset--font-size--small);
  padding-bottom: 1rem;
  margin-bottom: 0 !important;
}

strong {
  font-weight: 800;
}

:is(h1, h2, h3, h4, h5, h6, p).has-background {
  padding: 0.3em 0.75em;
}

main > *[class*=is-layout-] {
  margin-top: var(--wp--custom--gutter);
  margin-bottom: var(--wp--custom--gutter);
  overflow-x: hidden;
  overflow-x: clip;
}
main > *[class*=is-layout-].has-background {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: var(--wp--custom--gutter);
  padding-bottom: var(--wp--custom--gutter);
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.p-custom {
  padding: 20px;
}

.opacity-60 {
  opacity: 0.6;
}

.list-none li {
  list-style: none;
}

.min-h {
  min-height: calc(100vh - 40.4px);
}

.bg-image {
  max-width: fit-content !important;
  width: fit-content !important;
  top: 0px;
}

@media (min-width: 768px) {
  .md\:text-center {
    text-align: center;
  }
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-36 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.gap-6 {
  gap: 1.5rem;
}

.custom-top-border {
  border-top: 1px solid rgb(79, 79, 79);
}

.max-width-small {
  max-width: 114px !important;
  margin: 0 !important;
}

.height-72 {
  height: 72px;
}

.rounded-lgs {
  border-radius: 10px;
}

@media (min-width: 768px) {
  .md\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .md\:height-144 {
    height: 144px !important;
  }
  .md\:rounded-lgs {
    border-radius: 10px;
  }
}
.radial-gradient {
  background: radial-gradient(ellipse at top center, #525663 0%, #454956 12%, #222332 57%, #1a1b24 100%);
}
.radial-gradient::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/form-bg.png);
  background-repeat: no-repeat;
  background-position: right;
  z-index: 0;
}

.glow-image::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/form-bg.png);
  background-repeat: no-repeat;
  background-position: right;
  z-index: 0;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .glow-image::after {
    opacity: 1;
  }
}

.social li::marker {
  display: none !important;
  content: none !important;
}

.social-icon:hover {
  opacity: 0.8;
}

.fade-up {
  opacity: 0;
}

.has-vertical-second-gradient-gradient {
  background: var(--wp--preset--gradient--vertical-second-gradient);
}

a.has-primary-background-color {
  background-color: var(--wp--preset--color--primary) !important;
}
a.has-primary-background-color:hover {
  color: white;
  background-color: black !important;
}

.w-28 {
  width: 112px; /* 112px */
}

.max-w-780 {
  max-width: 780px !important;
}

.wp-block-video {
  position: relative;
  height: 515px;
  width: 268px;
}
.wp-block-video video {
  height: 515px;
  width: 263px;
  border-radius: 50px;
  margin-top: 10px;
}
.wp-block-video:after {
  content: "";
  display: block;
  height: 539px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 5;
  position: absolute;
  width: 270px;
  top: 0;
  background-image: url("../images/iphone.svg");
}

.wp-block-video {
  margin: 0 auto;
}

.wp-block-media-text > .wp-block-media-text__content {
  padding: 0;
}

.bt-1 {
  border-top: 1px solid #000;
}

.parallax-large {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.parallax-large img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size);
  padding-left: 16px !important;
  padding-right: 16px !important;
}
@media (min-width: 768px) {
  .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.alignwide {
  max-width: var(--wp--style--global--content-size);
  margin: 0 auto;
  padding-left: 16px !important;
  padding-right: 16px !important;
}
@media (min-width: 768px) {
  .alignwide {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.wp-site-blocks {
  position: relative;
  background-color: white;
  overflow: clip;
}
.wp-site-blocks :where(.wp-site-header, .wp-site-content, .wp-site-footer) {
  margin-top: 0;
  margin-bottom: 0;
}

.wrapper {
  max-width: var(--wp--style--global--content-size);
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  .wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.wrapper--narrow {
  max-width: 720px;
}

.negative {
  display: flex;
  flex-direction: column;
}
.negative li {
  list-style: none;
  position: relative;
  padding: 10px 0;
}
.negative li::before {
  content: " ";
  display: block;
  left: -30px;
  position: absolute;
  top: 7px;
  width: 27px;
  height: 27px;
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.25 6.75L6.75 20.25M6.75 6.75L20.25 20.25' stroke='%23EC221F' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.check {
  display: flex;
  flex-direction: column;
}
.check li {
  list-style: none;
  position: relative;
  padding: 10px 0;
}
.check li::before {
  content: " ";
  display: block;
  left: -30px;
  position: absolute;
  top: 7px;
  width: 27px;
  height: 27px;
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.3332 7L10.4998 19.8333L4.6665 14' stroke='%23009951' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.swiper {
  width: 100%;
  overflow: hidden;
}

.swiper-wrapper {
  display: flex;
}

.founders-slider .swiper-slide {
  width: 100% !important;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.founders-slide {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 3/5;
}
.founders-slide img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.founders-slide__caption {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.3);
  transform: translateY(100%);
  transition: transform 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: anchor-center;
  flex-direction: column;
}
.founders-slide__caption svg {
  width: 32px;
}
.founders-slide:hover img {
  transform: scale(1.05);
}
.founders-slide:hover .founders-slide__caption {
  transform: translateY(0);
}

.header-image {
  height: 100vh;
}
.header-image__wrapper {
  height: calc(100vh + 90px);
}

.character-slider {
  width: min(500px, 100%);
  margin-left: auto;
  margin-inline: auto;
  margin-right: -60px;
  height: 50vh;
}
@media (min-width: 768px) {
  .character-slider {
    height: calc(100vh - 90px);
    margin-right: calc(100% - 50vw);
  }
}
.character-slider .character-slide {
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  opacity: 0;
  height: 50vh;
}
@media (min-width: 768px) {
  .character-slider .character-slide {
    aspect-ratio: 1/1.2;
    height: 80vh;
  }
}
.character-slider .character-slide:first-child {
  left: -50%;
}
@media (min-width: 768px) {
  .character-slider .character-slide:first-child {
    left: calc(100% - 60vw);
  }
}
.character-slider .character-slide:nth-child(2) {
  left: -17%;
}
@media (min-width: 768px) {
  .character-slider .character-slide:nth-child(2) {
    left: calc(100% - 45vw);
  }
}
.character-slider .character-slide:last-child {
  left: 22%;
}
@media (min-width: 768px) {
  .character-slider .character-slide:last-child {
    left: calc(100% - 30vw);
  }
}
.character-slider img {
  object-fit: contain;
  display: block;
  transition: transform 450ms ease;
  will-change: transform;
}

input {
  width: 100%;
  padding: 1rem;
}
input[type=submit] {
  max-width: 400px;
  color: #001122;
  cursor: pointer;
  height: 48px;
  max-width: 117px;
  padding: 0.8rem 1.313rem;
  background-color: var(--wp--preset--color--primary);
}
input[type=submit]:hover {
  background-color: var(--wp--preset--color--primary-hover);
  color: #ffffff;
}
@media (min-width: 768px) {
  input[type=submit] {
    max-width: 130px;
  }
}
input[type=email] {
  border-bottom: 1px solid white;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  height: 48px;
  min-width: auto;
  background-color: transparent;
  width: 100%;
  padding: 0;
  font-size: 1rem;
}
@media (min-width: 768px) {
  input[type=email] {
    min-width: 370px;
  }
}

.wpcf7-not-valid-tip {
  position: absolute;
}

.wpcf7-not-valid-tip {
  font-size: 0.7em;
}

.menu strong {
  color: var(--wp--preset--color--primary);
}
.menu li {
  list-style: none;
  position: relative;
  padding: 0.5rem 0;
}
.menu li::before {
  display: none;
}
.menu li.current-menu-item a strong {
  color: white;
}
.menu li.current-menu-item a:after {
  width: 100%;
}
.menu a {
  text-decoration: none;
  color: var(--wp--preset--color--background);
}
.menu a:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  left: 0;
  height: 2px;
  transition: width 0.2s ease-in-out;
  background-color: var(--wp--preset--color--background);
}
.menu a:hover:after {
  width: 100%;
  background-color: white;
}
.menu-hamburger {
  position: absolute;
  top: 33px;
  right: 1rem;
  width: 25px;
  height: 2px;
  background: var(--wp--preset--color--foreground);
  display: block;
  transform-origin: center;
  transition: 0.5s ease-in-out;
}
@media (min-width: 1024px) {
  .menu-hamburger {
    display: none;
  }
}
.menu-hamburger .hamburger:after,
.menu-hamburger .hamburger:before {
  transition: 0.5s ease-in-out;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--wp--preset--color--foreground);
}
.menu-hamburger .hamburger:before {
  top: -8px;
}
.menu-hamburger .hamburger:after {
  bottom: -8px;
}
.menu-hamburger.clicked {
  transform: rotate(45deg);
}
.menu-hamburger.clicked .hamburger:after {
  transform: rotate(90deg);
  bottom: 0;
}
.menu-hamburger.clicked .hamburger:before {
  transform: rotate(90deg);
  top: 0;
}
.menu.show {
  right: 0;
}

.button {
  display: block;
  flex-wrap: wrap;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--foreground);
  border-radius: 10px;
  font-size: 1.25rem;
  padding: 0.9rem 1.313rem;
  height: 60px;
  transition: background-color 0.3s ease;
  border: 0;
}
.button:hover {
  background-color: var(--wp--preset--color--primary-hover) !important;
  color: var(--wp--preset--color--foreground) !important;
}
.button:hover a {
  background-color: var(--wp--preset--color--primary-hover) !important;
  color: var(--wp--preset--color--foreground) !important;
}
.button.has-background-background-color {
  color: var(--wp--preset--color--foreground) !important;
}
.button--play {
  position: relative;
  padding-left: 40px !important;
}
.button--play:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.1665 2.5L15.8332 10L4.1665 17.5V2.5Z' stroke='%232C2C2C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.button:after {
  display: none;
}
.button:has(> a) {
  padding: 0;
}

.header {
  transition: max-width 0.4s ease, width 0.4s ease, top 0.4s ease, background-color 0.4s ease, padding 0.3s ease;
}
.header.scrolled {
  max-width: 100%;
  width: 100%;
  top: 0;
  box-shadow: 0 10px 30px rgba(16, 13, 13, 0.1);
  background-color: var(--wp--preset--color--background);
}
.header.scrolled a {
  color: white;
}
.header.scrolled.wrapper {
  max-width: 100%;
}
.header .logo {
  max-height: 40px;
}
@media (min-width: 768px) {
  .header .logo {
    max-height: 60px;
  }
}

.wp-block-cover__inner-container {
  position: relative;
}

.wp-block-heading {
  position: relative;
  z-index: 2;
  color: black;
}

.wp-block-heading.clone {
  position: absolute;
  inset: 0;
  color: white;
  z-index: 3;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(#000 0 0);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 0% 100%;
  mask-image: linear-gradient(#000 0 0);
  mask-repeat: no-repeat;
  mask-size: 0% 100%;
  will-change: -webkit-mask-size, mask-size;
}

.wp-block-cover__inner-container {
  position: relative;
}

.wp-block-heading {
  position: relative;
  z-index: 2;
  color: black;
}

.wp-block-heading.clone {
  position: absolute;
  inset: 0;
  color: white;
  pointer-events: none;
  z-index: 3;
  -webkit-mask-image: linear-gradient(#000 0 0);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 0% 100%;
  mask-image: linear-gradient(#000 0 0);
  mask-repeat: no-repeat;
  mask-size: 0% 100%;
}
