.portrait-scroll-snap-container {
  scroll-snap-type: none;
}
@media (max-width: 1050px) and (orientation: portrait) {
  .portrait-scroll-snap-container {
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    height: 100svh;
  }
}
@media (max-width: 960px) and (max-height: 500px) and (orientation: landscape) {
  .portrait-scroll-snap-container {
    height: 100%;
  }
}

.slider-snap {
  scroll-snap-align: none;
}
@media (max-width: 1050px) and (orientation: portrait) {
  .slider-snap {
    scroll-snap-align: center;
  }
}

.nav-wrapper {
  z-index: 6;
  position: fixed;
  height: 30px;
  width: 100vw;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  transition: all 0.4s ease-in;
  border-bottom: 1px solid transparent;
}
@media (min-width: 2500px) {
  .nav-wrapper {
    height: 80px;
  }
}
@media (max-width: 1050px) and (orientation: portrait) {
  .nav-wrapper {
    display: none;
  }
}
@media (max-width: 960px) and (max-height: 500px) and (orientation: landscape) {
  .nav-wrapper {
    display: none;
  }
}
.nav-wrapper.scroll-nav-opacity-toggle {
  background: #ffffff;
}
.nav-wrapper a {
  font-size: 12px;
  font-weight: 400;
  font-family: "montserrat", sans-serif;
  text-decoration: none;
  color: #3a3a3a;
  transition: all 0.1s ease;
}
@media (min-width: 2500px) {
  .nav-wrapper a {
    font-size: 24px;
  }
}
.nav-wrapper a::before {
  display: block;
  font-weight: 900;
  content: attr(data-text);
  overflow: hidden;
  visibility: hidden;
  height: 0px;
}
.nav-wrapper a:hover {
  font-weight: 600;
}
.nav-wrapper a:active {
  font-weight: 900;
}
.nav-wrapper .left-side {
  margin-left: 4vw;
  display: flex;
  align-items: center;
}
.nav-wrapper .left-side img {
  width: 20px;
  margin-right: 1vw;
}
@media (min-width: 2500px) {
  .nav-wrapper .left-side img {
    width: 45px;
  }
}
.nav-wrapper .middle {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.nav-wrapper .middle a {
  margin-left: 1vw;
  margin-right: 1vw;
  text-align: center;
}
.nav-wrapper .right-side {
  margin-right: 4vw;
}
.nav-wrapper .scroll-nav-link-active {
  font-weight: 600;
}

.landing {
  background: url("/images/Landing_bg.png") #ffffff no-repeat bottom center;
  background-size: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 101vh;
  width: 100%;
}
@media (max-width: 1050px) and (orientation: portrait) {
  .landing {
    background: none;
    height: 100svh;
    scroll-snap-align: start;
  }
}
@media (max-width: 960px) and (max-height: 500px) and (orientation: landscape) {
  .landing {
    background: none;
    justify-content: center;
    height: 100vh;
  }
}
.landing .page-header {
  height: 30%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media (max-width: 1050px) and (orientation: portrait) {
  .landing .page-header {
    margin-top: 2vh;
    justify-content: space-evenly;
    height: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.landing .page-header .logo-for-phone-mq {
  display: none;
}
@media (max-width: 1050px) and (orientation: portrait) {
  .landing .page-header .logo-for-phone-mq {
    display: inline-block;
    width: 28px;
  }
}
@media (min-width: 1000px) and (orientation: portrait) {
  .landing .page-header .logo-for-phone-mq {
    width: 55px;
  }
}
.landing .page-header .brand {
  font-weight: 400;
  font-family: "montserrat", sans-serif;
  text-decoration: none;
  color: #3a3a3a;
  display: none;
  font-size: 20px;
}
@media (max-width: 1050px) and (orientation: portrait) {
  .landing .page-header .brand {
    display: inline-block;
    text-align: center;
    margin-bottom: 5px;
  }
}
@media (min-width: 1000px) and (orientation: portrait) {
  .landing .page-header .brand {
    font-size: 24px;
  }
}
.landing .page-header h1 {
  font-family: "p22-mackinac-pro", serif;
  font-weight: 800;
  font-style: normal;
  color: #3a3a3a;
  margin: 0;
  font-size: 48px;
}
@media (min-width: 2500px) {
  .landing .page-header h1 {
    font-size: 90px;
  }
}
@media (max-width: 1050px) and (orientation: portrait) {
  .landing .page-header h1 {
    background: url("/images/Landing_circle_gradient_mobile.svg") no-repeat center;
    background-size: 80%;
    font-size: 42px;
    text-align: center;
  }
}
@media (min-width: 1000px) and (orientation: portrait) {
  .landing .page-header h1 {
    font-size: 72px;
  }
}
@media (max-width: 960px) and (max-height: 500px) and (orientation: landscape) {
  .landing .page-header h1 {
    background: none;
  }
}
.landing .page-header h1 .outline-toggle {
  -webkit-text-fill-color: #FFFFFF;
  -webkit-text-stroke-width: 0.06vw;
  -webkit-text-stroke-color: #3a3a3a;
}
@media (max-width: 1050px) and (orientation: portrait) {
  .landing .page-header h1 .outline-toggle {
    -webkit-text-fill-color: #3a3a3a;
    -webkit-text-stroke-color: transparent;
  }
}
.landing .page-header h1 .text-breaker-toggle {
  display: none;
}
@media (max-width: 1050px) and (orientation: portrait) {
  .landing .page-header h1 .text-breaker-toggle {
    display: initial;
  }
}
@media (max-width: 960px) and (max-height: 500px) and (orientation: landscape) {
  .landing .page-header h1 .text-breaker-toggle {
    display: none;
  }
}
.landing .page-header p {
  font-weight: 400;
  font-family: "montserrat", sans-serif;
  text-decoration: none;
  color: #3a3a3a;
  font-size: clamp(14px, 0.9vw, 32px);
  margin: 0;
  text-align: center;
  line-height: clamp(22px, 0.9vw, 32px);
}
@media (max-width: 1050px) and (orientation: portrait) {
  .landing .page-header p {
    display: none;
  }
}
.landing .phone-container {
  height: 70%;
  display: flex;
  justify-content: center;
}
@media (max-width: 1050px) and (orientation: portrait) {
  .landing .phone-container {
    display: none;
  }
}
@media (max-width: 960px) and (max-height: 500px) and (orientation: landscape) {
  .landing .phone-container {
    display: none;
  }
}
.landing .phone-container img {
  filter: drop-shadow(15px 15px 30px rgba(58, 58, 58, 0.4));
  transition: all 0.4s ease-in-out;
  position: relative;
  width: 300px;
}
@media (min-width: 2500px) {
  .landing .phone-container img {
    width: 550px;
  }
}
@media (min-width: 1000px) and (max-width: 1400px) {
  .landing .phone-container img {
    width: 250px;
    margin-top: 10vh;
  }
}
@media (min-width: 1000px) and (max-width: 1400px) and (min-height: 700px) and (max-height: 1100px) and (orientation: landscape) {
  .landing .phone-container img {
    width: 250px;
  }
}
.landing .phone-container img:hover {
  transform: translate(30px, -120px);
}
.landing .phone-container a {
  position: relative;
  margin-top: 14vh;
}
@media (max-width: 1050px) and (orientation: portrait) {
  .landing .phone-container a {
    pointer-events: none;
  }
}
@media (min-width: 2500px) {
  .landing .phone-container a {
    margin-top: 24vh;
  }
}
@media (min-width: 1000px) and (max-width: 1400px) and (min-height: 700px) and (max-height: 1100px) and (orientation: landscape) {
  .landing .phone-container a {
    margin-top: 30vh;
  }
}
.landing .phone-container a:nth-child(1) {
  z-index: 5;
  animation: 0.3s linear 6s shake;
}
.landing .phone-container a:nth-child(2) {
  z-index: 4;
  margin-top: 5vh;
  margin-left: -40px;
  animation: 0.3s linear 2s shake;
}
@media (min-width: 2500px) {
  .landing .phone-container a:nth-child(2) {
    margin-top: 15vh;
  }
}
@media (min-width: 1000px) and (max-width: 1400px) and (min-height: 700px) and (max-height: 1100px) and (orientation: landscape) {
  .landing .phone-container a:nth-child(2) {
    margin-top: 21vh;
  }
}
@media (min-width: 2500px) {
  .landing .phone-container a:nth-child(2) {
    margin-left: -140px;
  }
}
.landing .phone-container a:nth-child(3) {
  z-index: 3;
  margin-left: -40px;
  animation: 0.3s linear 4s shake;
}
@media (min-width: 2500px) {
  .landing .phone-container a:nth-child(3) {
    margin-left: -140px;
  }
}
.landing .phone-container a:nth-child(4) {
  z-index: 2;
  margin-left: -40px;
  animation: 0.3s linear 12s shake;
}
@media (min-width: 2500px) {
  .landing .phone-container a:nth-child(4) {
    margin-left: -140px;
  }
}
.landing .phone-container a:nth-child(5) {
  z-index: 1;
  margin-left: -40px;
  animation: 0.3s linear 8s shake;
}
@media (min-width: 2500px) {
  .landing .phone-container a:nth-child(5) {
    margin-left: -140px;
  }
}

@keyframes shake {
  0% {
    transform: translate(0.5px, 0.5px) rotate(0deg);
  }
  20% {
    transform: translate(-0.5px, -0.5px) rotate(-0.5deg);
  }
  40% {
    transform: translate(-0.5px, 0px) rotate(0.5deg);
  }
  60% {
    transform: translate(0.5px, 0.5px) rotate(0deg);
  }
  80% {
    transform: translate(0.5px, -0.5px) rotate(0.5deg);
  }
  50% {
    transform: translate(-0.5px, 0.5px) rotate(-0.5deg);
  }
  60% {
    transform: translate(-0.5px, 0.5px) rotate(0deg);
  }
  70% {
    transform: translate(0.5px, 0.5px) rotate(-0.5deg);
  }
  80% {
    transform: translate(-0.5px, -0.5px) rotate(0.5deg);
  }
  90% {
    transform: translate(0.5px, 0.5px) rotate(0deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
.app-section {
  scroll-margin-top: 12vh;
  filter: drop-shadow(5px 10px 10px rgba(58, 58, 58, 0.2));
  box-sizing: border-box;
  border-radius: 20px;
  display: flex;
  align-items: center;
  height: calc(100vh - 100px);
  min-width: 90vw;
  max-width: 90vw;
  margin-top: 2%;
  padding: 10%;
}
@media (min-width: 2500px) {
  .app-section {
    scroll-margin-top: 10vh;
  }
}
@media (max-width: 1050px) and (orientation: portrait) {
  .app-section {
    scroll-snap-align: center;
    flex-direction: column-reverse;
    justify-content: center;
    gap: 10px;
    filter: drop-shadow(5px 10px 10px rgba(58, 58, 58, 0.4));
    height: 92%;
    margin-top: 0px;
    margin-right: 5%;
    margin-left: 5%;
  }
  .app-section:nth-child(1) {
    margin-left: 5%;
  }
}
@media (max-width: 1050px) and (orientation: portrait) and (max-width: 960px) and (max-height: 500px) and (orientation: landscape) {
  .app-section:nth-child(1) {
    margin-left: 0;
  }
}
@media (max-width: 960px) and (max-height: 500px) and (orientation: landscape) {
  .app-section {
    flex-direction: row;
    align-items: center;
    gap: 0;
    filter: drop-shadow(5px 10px 10px rgba(58, 58, 58, 0.4));
    height: 90vh;
    width: 95vw;
    margin-top: 2%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 10%;
  }
}
.app-section:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 1050px) and (orientation: portrait) {
  .app-section:nth-child(even) {
    flex-direction: column-reverse;
  }
}
@media (max-width: 960px) and (max-height: 500px) and (orientation: landscape) {
  .app-section:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.app-section:nth-child(even) .content {
  align-items: flex-end;
  text-align: end;
}
@media (max-width: 1050px) and (orientation: portrait) {
  .app-section:nth-child(even) .content {
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 960px) and (max-height: 500px) and (orientation: landscape) {
  .app-section:nth-child(even) .content {
    align-items: flex-end;
    text-align: end;
  }
}

.content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  width: 50%;
}
@media (min-width: 2500px) {
  .content {
    gap: 80px;
  }
}
@media (max-width: 1050px) and (orientation: portrait) {
  .content {
    min-width: 100%;
    align-items: center;
    justify-content: center;
    gap: 30px;
    text-align: center;
    padding-top: 0;
  }
}
@media (max-width: 960px) and (max-height: 500px) and (orientation: landscape) {
  .content {
    min-width: 0;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    text-align: start;
    padding-bottom: 0%;
    height: 100%;
  }
}
.content h2 {
  width: 95%;
  max-width: 350px;
  margin: 0;
  font-family: "p22-mackinac-pro", serif;
  font-weight: 800;
  font-style: normal;
  color: #3a3a3a;
  font-size: 36px;
}
@media (min-width: 2500px) {
  .content h2 {
    max-width: 700px;
    font-size: 62px;
  }
}
@media (max-width: 1050px) and (orientation: portrait) {
  .content h2 {
    min-height: 52px;
    font-size: 24px;
  }
}
@media (max-width: 960px) and (max-height: 500px) and (orientation: landscape) {
  .content h2 {
    font-size: 24px;
  }
}
.content p, .content a {
  width: 95%;
  max-width: 300px;
  margin: 0;
  font-weight: 400;
  font-family: "montserrat", sans-serif;
  text-decoration: none;
  color: #3a3a3a;
  font-size: 12px;
  line-height: 200%;
}
@media (min-width: 2500px) {
  .content p, .content a {
    max-width: 600px;
    font-size: 24px;
  }
}
@media (max-width: 1050px) and (orientation: portrait) {
  .content p, .content a {
    min-height: 50px;
    margin: 0;
    line-height: 130%;
  }
}
@media (max-width: 960px) and (max-height: 500px) and (orientation: landscape) {
  .content p, .content a {
    width: 80%;
    font-size: 12px;
  }
}
.content .buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 1050px) and (orientation: portrait) {
  .content .buttons {
    gap: 5px;
  }
}
.content .buttons .button {
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #3a3a3a;
  width: 250px;
  height: 45px;
  margin-top: 0;
}
@media (min-width: 2500px) {
  .content .buttons .button {
    width: 500px;
    height: 80px;
    border-radius: 40px;
  }
}
.content .buttons .button img {
  color: #ffffff;
  height: 30px;
}
@media (min-width: 2500px) {
  .content .buttons .button img {
    height: 55px;
  }
}
.content .buttons .button a {
  min-height: 0;
  width: 70%;
  margin: 0;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  font-family: "montserrat", sans-serif;
  text-decoration: none;
  color: #3a3a3a;
  transition: all 0.1s ease;
  color: #ffffff;
}
.content .buttons .button a::before {
  display: block;
  font-weight: 900;
  content: attr(data-text);
  overflow: hidden;
  visibility: hidden;
  height: 0px;
}
.content .buttons .button a:hover {
  font-weight: 600;
}
.content .buttons .button a:active {
  font-weight: 900;
}
.content .buttons .button .comingsoon {
  pointer-events: none;
}

.graphic-container {
  display: grid;
  place-content: center;
  width: 50%;
  max-width: 100%;
}
@media (max-width: 1050px) and (orientation: portrait) {
  .graphic-container {
    width: 100%;
    max-width: 400px;
    margin-top: -5%;
  }
}
@media (max-width: 960px) and (max-height: 500px) and (orientation: landscape) {
  .graphic-container {
    width: 55%;
    margin-top: 0;
  }
}

.graphic-div {
  grid-area: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.graphic-img {
  width: 120%;
  padding-top: 6%;
  padding-left: 6%;
}

.graphic-background {
  width: 120%;
}

.scroll-graphic-animation {
  animation: rotateyboi 2.5s ease 1s;
}

@keyframes rotateyboi {
  0% {
    transform: rotate(0) scale(1);
  }
  50% {
    transform: rotate(3deg) scale(1.1);
  }
  100% {
    transform: rotate(0) scale(1);
  }
}
.app-section {
  background-color: #ffffff;
  background-size: cover;
  background-position: center;
}
.app-section:nth-child(1) {
  background-image: url("/images/Section_bg_j.png");
}
.app-section:nth-child(2) {
  background-image: url("/images/Section_bg_c.png");
}
.app-section:nth-child(3) {
  background-image: url("/images/Section_bg_r.png");
}
.app-section:nth-child(4) {
  background-image: url("/images/Section_bg_q.png");
}
.app-section:nth-child(5) {
  background-image: url("/images/Section_bg_l.png");
}

@media (max-width: 1050px) and (orientation: portrait) {
  .full-carousel-container {
    height: 100lvh;
    scroll-snap-align: center;
  }
}

.apps-carousel-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100vw;
}
@media (max-width: 1050px) and (orientation: portrait) {
  .apps-carousel-container {
    background-image: linear-gradient(transparent, #ffffff, #ffffff, #ffffff);
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    display: flex;
    flex-direction: row;
    height: 96%;
    width: 100vw;
  }
}
@media (max-width: 960px) and (max-height: 500px) and (orientation: landscape) {
  .apps-carousel-container {
    overflow: initial;
    flex-direction: column;
    height: 100%;
    padding-top: 30px;
  }
}

.apps-carousel-container::-webkit-scrollbar {
  visibility: hidden;
}

.carousel-dots-section {
  display: none;
  height: 4%;
}
@media (max-width: 1050px) and (orientation: portrait) {
  .carousel-dots-section {
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: start;
  }
}
@media (max-width: 960px) and (max-height: 500px) and (orientation: landscape) {
  .carousel-dots-section {
    display: none;
  }
}

.carousel-dots-container {
  display: flex;
  align-items: center;
}

.carousel-dot-houser {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 12px;
  width: 12px;
  margin: 0 10px;
}

.carousel-dot {
  pointer-events: none;
  cursor: none;
  background-color: #3a3a3a;
  border-radius: 50%;
  display: inline-block;
  height: 4px;
  width: 4px;
}

.carousel-dot-active {
  height: 12px;
  width: 12px;
}

#contact {
  scroll-margin-top: 1px;
  display: flex;
  align-items: flex-end;
  height: calc(100vh - 1px);
  width: 100%;
}
@media (max-width: 1050px) and (orientation: portrait) {
  #contact {
    background-color: #ffffff;
    scroll-snap-align: end;
    align-items: end;
    height: 10lvh;
  }
}
@media (max-width: 960px) and (max-height: 500px) and (orientation: landscape) {
  #contact {
    align-items: center;
    height: 30vh;
  }
}
#contact h2 {
  font-weight: 400;
  font-family: "montserrat", sans-serif;
  text-decoration: none;
  color: #3a3a3a;
  width: 100%;
  margin: 0;
  text-align: center;
  padding-bottom: 30px;
  font-weight: 400;
  font-size: 18px;
}
@media (max-width: 1050px) and (orientation: portrait) {
  #contact h2 {
    font-size: 12px;
    line-height: 0px;
  }
}
@media (max-width: 960px) and (max-height: 500px) and (orientation: landscape) {
  #contact h2 {
    font-size: 12px;
    padding-bottom: 0;
  }
}

.fixed-bg-logo {
  background: url("/images/Logo.svg") #ffffff no-repeat center;
  background-size: 25%;
  z-index: -10;
  position: fixed;
  height: 100vh;
  width: 100vw;
}
@media (max-width: 1050px) and (orientation: portrait) {
  .fixed-bg-logo {
    background: none;
  }
}
@media (max-width: 960px) and (max-height: 500px) and (orientation: landscape) {
  .fixed-bg-logo {
    background: none;
  }
}

html {
  scroll-behavior: smooth;
}
@media (max-width: 1050px) and (orientation: portrait) {
  html {
    background: url("/images/Landing_bg_mobile_2.png") #ffffff no-repeat bottom -5vh center;
    background-size: 100vw;
  }
}
@media (min-width: 1000px) and (orientation: portrait) {
  html {
    background: url("/images/Landing_bg_mobile_2.png") #ffffff no-repeat bottom -30vh center;
    background-size: 100vw;
  }
}
@media (max-width: 960px) and (max-height: 500px) and (orientation: landscape) {
  html {
    background: none;
  }
}

body {
  overflow-x: hidden;
  width: 100vw;
  margin: 0;
}/*# sourceMappingURL=index-v4-0-9.css.map */