﻿@import url("https://use.typekit.net/wch6ldm.css");
html {
  max-width: 100%;
  padding: 0;
  margin: 0;
  width: 100%;
  min-height: 100%;
}
@supports (overscroll-behavior: contain) {
  iOS 16 + html,
  body {
    overscroll-behavior-x: none !important;
  }
}
.text-shadow {
  text-shadow: 1px 1px 5px #707070;
}
body {
  text-rendering: optimizeLegibility;
  padding: 0;
  margin: 0;
  background: #000;
}
.coheadline {
  font-family: "co-headline", sans-serif;
}
.corbel {
  font-family: "corbel", sans-serif;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "co-headline", sans-serif;
  font-weight: 800;
  letter-spacing: -2px;
}
p,
li,
a {
  font-family: "corbel", sans-serif;
  font-style: normal;
  font-size: 12pt;
}
.menu-button {
  position: absolute;
  right: 30px;
  top: 25px;
  height: 40px;
  width: 40px;
  z-index: 999;
}
.home {
  gap: 0;
  width: 100%;
  background: #000;
  min-height: 100%;
  display: flex;
}
.home .hero {
  width: 60%;
  max-width: 900px;
  background: #f7ca64;
  padding: 20px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.home .hero .intro {
  position: relative;
  top: 25%;
  padding: 20px;
}
.home .hero .intro h1 {
  font-size: clamp(14pt, 3vw, 28pt);
  padding: 0;
  margin: 0;
  color: #000;
}
.home .hero .intro p {
  padding: 0;
  margin: 0;
  font-size: clamp(16pt, 2vw, 28pt);
  letter-spacing: -1px;
  color: white;
  text-shadow: 1px 1px 5px #707070;
}
.home .hero .qr {
  position: absolute;
  left: 30px;
  top: 100%;
  height: 12vw;
  transform: translateY(-105%);
  max-width: 200px;
  max-height: 200px;
  min-width: 150px;
  min-height: 150px;
}
.home .hero .start {
  position: absolute;
  left: clamp(190px, 14vw, 230px);
  top: 90%;
  transform: translateY(-105%);
  max-width: 250px;
  max-height: 35px;
}
.home .hero .logo {
  top: 20px;
  width: 50%;
  min-width: 50%;
  left: 95%;
  transform: translateX(-100%);
  position: relative;
}
.home .hero .logo img {
  height: 120px;
}
.home .hero .logo span.kj {
  font-family: "co-headline", sans-serif;
  position: relative;
  top: -35px;
  left: 305px;
  display: inline-block;
  width: 300px;
}
.home .right-side {
  background: #000;
  width: 40%;
  left: clamp(60%, 60%, 850px);
  top: 0;
  height: 100%;
  max-width: 650px;
}
.home .right-side .robot {
  height: clamp(60px, 4vw, 80px);
  right: 20px;
  top: 97%;
  position: absolute;
  transform: translateY(-100%);
}
.home .right-side .phone {
  background-size: 60%;
  height: 100%;
  position: relative;
  left: 100px;
  border-radius: 15px;
}
.home .right-side .phone video {
  border-radius: 15px;
}
.menu {
  position: absolute;
  transform: translateX(100%);
  transition: transform 0.2s ease-in-out;
  width: 500px;
  display: none;
}
.menu .logo {
  color: white;
  position: absolute;
  right: 20px;
  top: 90%;
  font-family: "co-headline", sans-serif;
  font-size: 16pt;
}
.menu ul.main-menu {
  padding: 40px;
  margin: 0;
  display: none;
}
.menu ul.main-menu li {
  list-style-type: none;
  font-size: 16pt;
  color: white;
  margin-bottom: 10px;
}
.menu ul.main-menu li a {
  text-decoration: none;
  padding: 10px;
  color: #f7ca64;
  font-family: "corbel", sans-serif;
  font-style: normal;
  font-weight: 600;
}
.menu ul.main-menu li a:hover {
  color: white;
}
.menu.out {
  transform: translateX(0);
  color: white;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 400px;
  background: #000;
}
.menu.out .main-menu {
  display: block;
}
.menu.out .close {
  position: absolute;
  right: 35px;
  top: 8px;
  font-family: "corbel", sans-serif;
  font-style: normal;
  font-size: 40pt;
  font-weight: bold;
  cursor: pointer;
  z-index: 9999;
}
.menu.out h2 {
  padding: 0;
  margin: 0;
}
#content h2 {
  color: white;
  text-shadow: 1px 1px 5px #707070;
}
.download {
  display: block;
  padding: 30px;
  background: #000;
  text-align: center;
}
.download .dl-qr {
  height: 150px;
}
.download .dl-robot {
  height: 75px;
  display: block;
  margin: auto;
  margin-top: 30px;
}
.download h4 {
  color: white;
  letter-spacing: -1px;
  margin-top: 0;
}
@media only screen and (max-width: 756px) {
  body {
    overflow: auto;
  }
  body .qr {
    display: none;
  }
  body .robot {
    display: none;
  }
  body .logo {
    left: 50% !important;
  }
}
@media only screen and (min-width: 756px) {
  body .download {
    display: none;
  }
}
@media only screen and (max-width: 756px) {
  body {
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media only screen and (max-width: 1200px) {
  .home {
    flex-direction: column;
    width: 100%;
  }
  .home .hero {
    width: 100%;
    max-width: 100%;
    padding-bottom: 50px;
  }
  .home .hero .logo {
    left: 85%;
  }
  .home .hero .intro {
    padding: 50px;
    top: 10%;
  }
  .home .right-side {
    width: 100%;
    max-width: 100%;
  }
  .home .right-side .phone {
    left: 50%;
    transform: translateX(-50%);
  }
  .home .start {
    display: none;
  }
  .menu {
    position: absolute;
    transform: translateX(100%);
    transition: transform 0.2s ease-in-out;
  }
  .menu-out {
    position: absolute;
    transform: translateX(0);
    display: block;
    width: 100% !important;
    height: 100%;
    width: 100%;
  }
}
.packages {
  border-top: 1px solid #333;
  margin-top: 40px;
}
.packages .name {
  font-family: "co-headline", sans-serif;
  font-size: 16pt;
  display: block;
  font-weight: 600;
  letter-spacing: -1pt;
  color: white;
  text-shadow: 1px 1px 5px #707070;
}
.packages .price {
  display: block;
  font-size: 14pt;
  font-family: "co-headline", sans-serif;
}
.form input {
  padding: 5px 10px;
}
.form button {
  background: #000;
  color: white;
  padding: 5px 10px;
}
.invoices {
  background: #f7ca64;
  height: 100%;
  display: block;
  padding: 100px;
}
.invoices .logo {
  height: 75px;
}
.invoices table {
  font-family: "co-headline", sans-serif;
}
.invoices table tr {
  border-top: 1px solid #ccc;
}
.invoices table tr td {
  padding: 15px;
}
.invoices table tr td .button {
  background: #000;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
}
.invoices.mobile {
  background: #f7ca64;
  height: 100%;
  display: block;
  padding: 10px;
  width: 100%;
}
.invoices.mobile .logo {
  height: 50px;
}
.invoices.mobile .item {
  font-family: "co-headline", sans-serif;
  padding: 0px;
  font-size: 10pt;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
}
.invoices.mobile .item .button {
  background: #000;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
}