@import "../font/hermes/stylesheet.css";
@import "../font/caveat/stylesheet.css";
@import "../font/digital/stylesheet.css";
:root {
  --font-primary: "hermes", sans-serif;
  --font-secondary: "caveat", sans-serif;
  --color-primary: #0078f7;
  --color-primary-h: #005fc4;
  --color-primary-c: #fff;
  --color-text: #fff;
  --color-green: green;
  --color-green-h: #004d00;
  --color-red: red;
  --color-red-h: #cc0000;
  --color-yellow: yellow;
  --color-yellow-h: #cccc00;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
}

p {
  margin: 0 0 1.25rem;
}

h1, h2, h3, h4 {
  font-weight: 900;
  text-shadow: 2px 2px 1px #000;
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 44.2px;
  line-height: 2.7625rem;
  margin-bottom: 34px;
}
@media only screen and (min-width: 786px) {
  h1, h2, h3, h4 {
    font-size: 37.6666666667px;
    font-size: 2.3541666667rem;
    line-height: 48.9666666667px;
    line-height: 3.0604166667rem;
  }
}
@media only screen and (min-width: 1200px) {
  h1, h2, h3, h4 {
    font-size: 41.3333333333px;
    font-size: 2.5833333333rem;
    line-height: 53.7333333333px;
    line-height: 3.3583333333rem;
  }
}
@media only screen and (min-width: 1600px) {
  h1, h2, h3, h4 {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 58.5px;
    line-height: 3.65625rem;
  }
}
@media only screen and (min-width: 786px) {
  h1, h2, h3, h4 {
    margin-bottom: 39.3333333333px;
  }
}
@media only screen and (min-width: 1200px) {
  h1, h2, h3, h4 {
    margin-bottom: 44.6666666667px;
  }
}
@media only screen and (min-width: 1600px) {
  h1, h2, h3, h4 {
    margin-bottom: 50px;
  }
}

h2 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 36.4px;
  line-height: 2.275rem;
  margin-bottom: 28px;
}
@media only screen and (min-width: 786px) {
  h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 41.6px;
    line-height: 2.6rem;
  }
}
@media only screen and (min-width: 1200px) {
  h2 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 46.8px;
    line-height: 2.925rem;
  }
}
@media only screen and (min-width: 1600px) {
  h2 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 52px;
    line-height: 3.25rem;
  }
}
@media only screen and (min-width: 786px) {
  h2 {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 1200px) {
  h2 {
    margin-bottom: 36px;
  }
}
@media only screen and (min-width: 1600px) {
  h2 {
    margin-bottom: 40px;
  }
}

h3 {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 29.9px;
  line-height: 1.86875rem;
  margin-bottom: 23px;
}
@media only screen and (min-width: 786px) {
  h3 {
    font-size: 25.3333333333px;
    font-size: 1.5833333333rem;
    line-height: 32.9333333333px;
    line-height: 2.0583333333rem;
  }
}
@media only screen and (min-width: 1200px) {
  h3 {
    font-size: 27.6666666667px;
    font-size: 1.7291666667rem;
    line-height: 35.9666666667px;
    line-height: 2.2479166667rem;
  }
}
@media only screen and (min-width: 1600px) {
  h3 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 39px;
    line-height: 2.4375rem;
  }
}
@media only screen and (min-width: 786px) {
  h3 {
    margin-bottom: 25.3333333333px;
  }
}
@media only screen and (min-width: 1200px) {
  h3 {
    margin-bottom: 27.6666666667px;
  }
}
@media only screen and (min-width: 1600px) {
  h3 {
    margin-bottom: 30px;
  }
}

h4 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-bottom: 20px;
}
@media only screen and (min-width: 786px) {
  h4 {
    font-size: 21.3333333333px;
    font-size: 1.3333333333rem;
    line-height: 27.7333333333px;
    line-height: 1.7333333333rem;
  }
}
@media only screen and (min-width: 1200px) {
  h4 {
    font-size: 22.6666666667px;
    font-size: 1.4166666667rem;
    line-height: 29.4666666667px;
    line-height: 1.8416666667rem;
  }
}
@media only screen and (min-width: 1600px) {
  h4 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 31.2px;
    line-height: 1.95rem;
  }
}
@media only screen and (min-width: 786px) {
  h4 {
    margin-bottom: 21.3333333333px;
  }
}
@media only screen and (min-width: 1200px) {
  h4 {
    margin-bottom: 22.6666666667px;
  }
}
@media only screen and (min-width: 1600px) {
  h4 {
    margin-bottom: 24px;
  }
}

img {
  max-width: 100%;
}

.container {
  max-width: 1600px;
  height: 100%;
  margin: auto;
  padding: 0 30px;
}

body {
  font-family: var(--font-primary);
  background: url("../img/bg/black.jpg") no-repeat center center;
  background-size: 200% 200%;
  background-position: 10% 90%;
  color: var(--color-text);
  display: flex;
  flex-direction: column;
  height: 100vh;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  position: relative;
}
@media only screen and (min-width: 786px) {
  body {
    font-size: 18.6666666667px;
    font-size: 1.1666666667rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
@media only screen and (min-width: 1200px) {
  body {
    font-size: 21.3333333333px;
    font-size: 1.3333333333rem;
    line-height: 32px;
    line-height: 2rem;
  }
}
@media only screen and (min-width: 1600px) {
  body {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 36px;
    line-height: 2.25rem;
  }
}
body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: 0.5;
}
body > * {
  position: relative;
  z-index: 2;
}

.bg-black {
  background-image: url("../img/bg/black.jpg");
}

.bg-white {
  background-image: url("../img/bg/white.jpg");
}

.bg-yellow {
  background-image: url("../img/bg/yellow.jpg");
}

.bg-orange {
  background-image: url("../img/bg/orange.jpg");
}

.bg-green {
  background-image: url("../img/bg/green.jpg");
}

.bg-green-l {
  background-image: url("../img/bg/green-l.jpg");
}

.bg-blue {
  background-image: url("../img/bg/blue.jpg");
}

.bg-beige {
  background-image: url("../img/bg/beige.jpg");
}

.bg-white,
.bg-yellow,
.bg-orange,
.bg-green,
.bg-green-l,
.bg-blue,
.bg-beige {
  --color-text: #333;
}

.text-xs {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem;
}
@media only screen and (min-width: 786px) {
  .text-xs {
    font-size: 15.3333333333px;
    font-size: 0.9583333333rem;
    line-height: 23px;
    line-height: 1.4375rem;
  }
}
@media only screen and (min-width: 1200px) {
  .text-xs {
    font-size: 16.6666666667px;
    font-size: 1.0416666667rem;
    line-height: 25px;
    line-height: 1.5625rem;
  }
}
@media only screen and (min-width: 1600px) {
  .text-xs {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 27px;
    line-height: 1.6875rem;
  }
}

.text-s {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
@media only screen and (min-width: 786px) {
  .text-s {
    font-size: 17.6666666667px;
    font-size: 1.1041666667rem;
    line-height: 26.5px;
    line-height: 1.65625rem;
  }
}
@media only screen and (min-width: 1200px) {
  .text-s {
    font-size: 19.3333333333px;
    font-size: 1.2083333333rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
}
@media only screen and (min-width: 1600px) {
  .text-s {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 31.5px;
    line-height: 1.96875rem;
  }
}

.text-l {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  line-height: 1.875rem;
}
@media only screen and (min-width: 786px) {
  .text-l {
    font-size: 22.6666666667px;
    font-size: 1.4166666667rem;
    line-height: 34px;
    line-height: 2.125rem;
  }
}
@media only screen and (min-width: 1200px) {
  .text-l {
    font-size: 25.3333333333px;
    font-size: 1.5833333333rem;
    line-height: 38px;
    line-height: 2.375rem;
  }
}
@media only screen and (min-width: 1600px) {
  .text-l {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 42px;
    line-height: 2.625rem;
  }
}

.text-xl {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 36px;
  line-height: 2.25rem;
}
@media only screen and (min-width: 786px) {
  .text-xl {
    font-size: 27.6666666667px;
    font-size: 1.7291666667rem;
    line-height: 41.5px;
    line-height: 2.59375rem;
  }
}
@media only screen and (min-width: 1200px) {
  .text-xl {
    font-size: 31.3333333333px;
    font-size: 1.9583333333rem;
    line-height: 47px;
    line-height: 2.9375rem;
  }
}
@media only screen and (min-width: 1600px) {
  .text-xl {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 52.5px;
    line-height: 3.28125rem;
  }
}

.header, .footer {
  padding: 10px 0;
}

.header {
  position: absolute;
  z-index: 100;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.header-logo {
  max-width: 300px;
  padding: 30px;
  position: relative;
}
.header-logo img {
  position: relative;
  filter: invert(1);
  opacity: 0.15;
}
.header-score {
  margin: 10px;
  width: 200px;
  text-align: center;
  background: url("../svg/bag-white.svg") no-repeat center center;
  padding: 80px 20px 20px;
  background: url("../img/bag1.png") no-repeat center center;
  padding: 100px 20px 50px;
  background-size: contain;
  color: #000;
  font-weight: bold;
  text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.3);
  font-size: 40px;
}

.main {
  padding: 40px 0;
  flex: 1 1 auto;
}
.main-content {
  display: flex;
  gap: 50px;
  max-width: 100%;
  height: 100%;
  align-items: center;
  margin-right: 100px;
}
.main-content:not(:has(.main-content-image)) {
  margin-right: 0;
  max-width: 800px;
  margin: auto;
}
.main-content-text {
  flex: 1 1 auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 786px) {
  .main-content-text {
    padding-top: 53.3333333333px;
  }
}
@media only screen and (min-width: 1200px) {
  .main-content-text {
    padding-top: 76.6666666667px;
  }
}
@media only screen and (min-width: 1600px) {
  .main-content-text {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 786px) {
  .main-content-text {
    padding-bottom: 36.6666666667px;
  }
}
@media only screen and (min-width: 1200px) {
  .main-content-text {
    padding-bottom: 43.3333333333px;
  }
}
@media only screen and (min-width: 1600px) {
  .main-content-text {
    padding-bottom: 50px;
  }
}
.main-content-text-cta {
  text-align: center;
  margin: 40px 0 0;
}
.main-content-image {
  flex: 0 0 auto;
  width: 30%;
  margin: 0 auto;
  position: relative;
}
.main-content-image img {
  max-height: 85vh;
}
.main-content-image-bubble {
  position: absolute;
  text-align: center;
  right: 80%;
  bottom: 90%;
  background: #fff;
  color: #000;
  font-family: var(--font-secondary);
  padding: 25px 40px;
  min-width: 300px;
  background: url("../svg/bubble.svg") no-repeat center center;
  background-size: 100% 100%;
}
.main-content-image-bubble:after {
  content: "";
  display: block;
  padding-top: 10%;
}
.main-content.__image_corner .main-content-text {
  width: 65%;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.main-content.__image_corner .main-content-image {
  overflow: hidden;
  width: 50%;
  height: 100vh;
  position: absolute;
  bottom: 0px;
  right: 0;
  text-align: right;
}
.main-content.__image_corner .main-content-image .main-content-image-bubble {
  right: 30%;
  bottom: auto;
  top: 10%;
  max-width: 70%;
  z-index: 200;
  background-image: url("../svg/bubble_c.svg");
}
.main-content.__image_corner .main-content-image img {
  max-height: 100%;
  -webkit-transform: translate(10%, 30%) rotate(-15deg);
  -moz-transform: translate(10%, 30%) rotate(-15deg);
  -ms-transform: translate(10%, 30%) rotate(-15deg);
  -o-transform: translate(10%, 30%) rotate(-15deg);
  transform: translate(10%, 30%) rotate(-15deg);
}

.title {
  font-size: 2rem;
  color: var(--color-primary);
}

.btn, *[class*=btn-] {
  display: inline-block;
  padding: 15px 25px;
  background: var(--color-primary);
  border: none;
  color: var(--color-primary-c);
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  margin: 0 15px 10px 0;
  -webkit-transition: 100ms;
  -moz-transition: 100ms;
  -ms-transition: 100ms;
  -o-transition: 100ms;
  transition: 100ms;
}
.btn:before, *[class*=btn-]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: #000;
  border: 3px solid #000;
  transform: rotate(2deg);
  margin: -3px 0 0 -3px;
  z-index: -1;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
.btn:hover, .btn:focus, *[class*=btn-]:hover, *[class*=btn-]:focus {
  background: var(--color-primary-h);
}
.btn-green {
  background: var(--color-green);
}
.btn-green:hover, .btn-green:focus {
  background: var(--color-green-h);
}

.btn-red {
  background: var(--color-red);
}
.btn-red:hover, .btn-red:focus {
  background: var(--color-red-h);
}

.btn-yellow {
  background: var(--color-yellow);
  color: #000;
}
.btn-yellow:hover, .btn-yellow:focus {
  background: var(--color-yellow-h);
}

.keyboard {
  background: url(../img/keyboard.png) no-repeat top center;
  background-size: 100%;
  width: 500px;
  max-width: 55vh;
  margin: auto;
}
.keyboard:before, .keyboard:after {
  content: "";
  display: block;
  padding-top: 29%;
}
.keyboard:after {
  padding-top: 20%;
}
.keyboard-input {
  position: relative;
  max-width: 60%;
  margin: auto;
}
.keyboard-input:before {
  content: "";
  display: block;
  padding-top: 29%;
}
.keyboard-input input {
  position: absolute;
  outline: none;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  letter-spacing: 0.2em;
  font-family: "digital", sans-serif;
  background: none;
  border: none;
  color: greenyellow;
  font-size: 25px;
  font-size: 1.5625rem;
}
.keyboard-buttons {
  display: flex;
  flex-wrap: wrap;
  max-width: 55%;
  margin: auto;
}
.keyboard-buttons:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 7%;
}
.keyboard-buttons div {
  width: 33.3333%;
  position: relative;
}
.keyboard-buttons div:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.keyboard-buttons div button {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 90%;
  height: 90%;
  border-radius: 20%;
  border-width: 2px;
  background: url(../img/button.png) no-repeat center center;
  background-size: 100% 100%;
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 900;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
  color: #000;
  cursor: pointer;
}
.keyboard-buttons div button:active {
  opacity: 0.9;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.keyboard-buttons div button:hover, .keyboard-buttons div button:focus {
  opacity: 0.9;
}
.keyboard-buttons div button[value*=del] {
  color: #dd0000;
  background-image: url(../img/button-red.png);
}
.keyboard-buttons div button[value*=sub] {
  color: #00dd00;
  background-image: url(../img/button-green.png);
}
.keyboard[data-respo-font] input {
  font-size: 1em !important;
}
.keyboard[data-respo-font] button {
  font-size: 0.8em !important;
}

.popup {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  margin: auto;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
}
.popup.show {
  display: flex;
}
.popup-content {
  max-width: 500px;
  max-height: 100vh;
  overflow: auto;
}
.popup-content img {
  display: block;
  margin: 20px 0;
  max-height: 70vh;
}

.footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 22.5px;
  line-height: 1.40625rem;
}
.footer a {
  display: inline-block;
  margin: 0 15px;
}

.home .header-logo {
  margin-top: -20px;
}
.home .header-logo:before {
  content: "";
  display: block;
  background: url("../img/bg-logo.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 54%;
  transform: rotate(180deg) translateY(5%) scale(1.5);
}
.home .header-logo img {
  filter: invert(0);
  opacity: 1;
}
.home .header-score {
  display: none;
}
.home .main-content {
  margin-right: 0;
}

/*# sourceMappingURL=style.css.map */
