body {
  font-family: 'Quicksand', sans-serif;
  margin: 0;
  margin-top: -22px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 540px) {
  .FooterAlt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    width: 100%;
  }
}

.FooterAlt__link {
  color: grey;
  font-size: 16px;
}

@media (max-width: 540px) {
  .FooterAlt__link {
    margin: 5px 0;
  }
}

.FooterAlt__delimiter {
  margin: 0 5px;
}

@media (max-width: 540px) {
  .FooterAlt__delimiter {
    display: none;
  }
}

.Landing {
  min-height: 100vh;
  width: 100vw;
  box-sizing: border-box;
}

.Info {
  padding: 20px;
}

@media (max-width: 359px) {
  .Footer__link {
    font-size: 9px;
  }
}

/* @media(max-width:540px) {
    .Frame {
        max-height: calc(100% - 70px);
        margin-bottom: 60px;
        margin-top: 10px;
        padding: 10px 15px
    }
}

@media(min-height:700px) {
    .Frame {
        padding: 30px 15px
    }
} */

.Frame__box {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: fill;
  position: absolute;
}

.Frame > div {
  max-width: 100%;
}

.notifyTransition-appear,
.notifyTransition-enter {
  opacity: 0.01;
}

.notifyTransition-appear-active,
.notifyTransition-enter-active {
  opacity: 1;
  transition: opacity 0.3s ease-in;
}

.notifyTransition-exit {
  opacity: 1;
}

.notifyTransition-exit-active {
  opacity: 0.01;
  transition: opacity 0.1s ease-in;
}

.Buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 24px;
}

@media (max-width: 540px) {
  .Buttons {
    flex-direction: column;
    padding: 0 5px;
  }
}

.Buttons__item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 50%;
  margin: 0 10px;
  width: 320px;
  height: 70px;
  cursor: pointer;
  opacity: 0.9;
  padding-bottom: 10px;
}

@media (max-width: 1400px) {
  .Buttons__item {
    height: 60px;
    margin: 10px 0;
    max-width: 40%;
  }
}

@media (max-width: 540px) {
  .Buttons__item {
    height: 50px;
    margin: 10px 0;
    max-width: 70%;
  }
}

.Buttons__item__img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: fill;
  position: absolute;
}

.Buttons__item__text {
  font-size: 32px;
  position: relative;
  color: #f11a57;
  font-weight: 700;
  text-shadow: 1px 1px 1px #000;
}

.Buttons__item:hover {
  opacity: 1;
}

@media (max-width: 1400px) {
  .Buttons__item__text {
    font-size: 36px;
  }
}

@media (max-width: 540px) {
  .Buttons__item__text {
    font-size: 20px;
  }
}

.Steps {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  width: fit-content;
  margin-top: -60px;
  background-image: url('./assets/rib2.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding: 5px 40px 30px 40px;
  color: whitesmoke;
  text-shadow: 1px 1px 1px #000;
  position: absolute;
  z-index: -1;
}

.Steps__text {
  margin: 0 20px;
  font-size: 32px;
  font-weight: 700;
  min-width: 300px;
  text-align: center;
}

@media (max-width: 1400px) {
  .Steps__text {
    margin: 0 5px;
    min-width: 160px;
    font-size: 26px;
  }
}

@media (max-width: 540px) {
  .Steps__text {
    margin: 0 5px;
    min-width: 160px;
    font-size: 20px;
  }
}

.Steps__arrow {
  padding: 0 15px;
  cursor: pointer;
}

.Steps__arrow__img.disabled {
  opacity: 0.5;
}

.Text {
  position: relative;
  text-align: center;
  padding: 0 20px;
  overflow: overlay;
  width: 100%;
  box-sizing: border-box;
}

@media (max-width: 540px) {
  .Text {
    padding: 10px 5px;
  }
}

.Text::-webkit-scrollbar-button {
  background-repeat: no-repeat;
  width: 5px;
  height: 0;
}

.Text::-webkit-scrollbar-track {
  background-color: rgba(236, 237, 238, 0.3);
}

.Text::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: rgba(109, 192, 200, 0.5);
}

.Text::-webkit-scrollbar-thumb:hover {
  background-color: rgba(86, 153, 159, 0.5);
}

.Text::-webkit-resizer {
  background-repeat: no-repeat;
  width: 4px;
  height: 0;
}

.Text::-webkit-scrollbar {
  width: 4px;
}

.Text__item {
  font-size: 26px;
  margin: 35px 0;
  width: 100%;
}

@media (max-width: 1400px) {
  .Text__item {
    margin: 25px 0;
    font-size: 26px;
  }
}

@media (max-width: 540px) {
  .Text__item {
    margin: 25px 0;
    font-size: 19px;
  }
}

.Text__item--big {
  font-weight: 700;
  font-size: 42px;
}

@media (max-width: 540px) {
  .Text__item--big {
    font-size: 18px;
  }
}

.browser {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  width: 100%;
}

.browser__img {
  width: 76px;
  height: 76px;
  margin-right: 20px;
}

@media (max-width: 1400px) {
  .browser__img {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 540px) {
  .browser__img {
    width: 46px;
    height: 46px;
  }
}

.Loading {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  width: 90%;
  margin: 0 5%;
}

@media (max-width: 540px) {
  .Loading {
    height: 48px;
  }
}

.Loading__item {
  height: 60px;
}

@media (max-width: 540px) {
  .Loading__item {
    height: 36px;
  }
}

.Loading__item--left {
  background: #f3edd1;
}

.Loading__item--right {
  background: grey;
}

#content {
  background-image: url(./assets/box.png);
  background-size: 95% 95%;
  background-repeat: no-repeat;
  background-position: center;
}

a {
  color: #f3edd1;
  text-decoration: none;
}

.meter {
  box-sizing: content-box;
  height: 60px;
  /* Can be anything */
  position: relative;
  margin: 60px 0 20px 0;
  /* Just for demo spacing */
}

.meter > span {
  display: block;
  height: 100%;
  border-radius: 8px;
  background-color: #d8f276;
  background-image: linear-gradient(center bottom, #29d750 37%, #d8f276 69%);
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}

.meter > span:after,
.animate > span {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
  z-index: 1;
  background-size: 50px 50px;
  animation: move 2s linear infinite;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}

.animate > span:after {
  display: none;
}

@keyframes move {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 50px 50px;
  }
}

#promo-div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-height: 50px;
}

.line {
  width: 15%;
  border-bottom: 2px solid rgb(12, 181, 0);
  margin: 0 20px;
}

#promo-div > H2 {
  font-weight: 300;
  background: -webkit-linear-gradient(#eee, #dbc098);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: pointer;
}

#promo-div > H2 > #v {
  font-size: 18px;
}

#background-video {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.Frame {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  box-sizing: border-box;
  top: 210px;
  /* bottom: 0; */
  right: 0;
  left: 0;
  margin: auto;
  max-width: 700px;
  max-height: 52%;
  width: 100%;
  height: calc(100% - 70px);
  padding: 50px;
  z-index: 3;
}

.prom-img {
  max-height: 150px;
}

.icon-l {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 250px;
}

.logo {
  margin-top: 2rem;
  position: relative;
  z-index: 50000;
}

/* .icon-l img {
  max-width: 25vw;
} */

.dud {
  position: fixed;
  width: 500px;
  height: 500px;
  animation: float 8s ease-in-out infinite;

  /* max-height: 90%; */
}

.dud-1 {
  /* left: 19vw;*/
  left: 0;
  z-index: 2;
}

.dud-2 {
  position: fixed;
  left: 200px;
  /* right: 14vw;*/
  bottom: 50px;
  z-index: 1;
}

.dud-3 {
  height: 80%;
  position: fixed;
  right: 100px;
  top: 10%;
}

.bg-img {
  min-width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: -1;
  bottom: 0;
  right: 0;
}
.cute1 {
  position: fixed;
  z-index: 20;
  top: 550px;
  right: 400px;
  animation: float 8s ease-in-out infinite;
}

/* animation */
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0);
  }
}

.cute2 {
  position: fixed;
  z-index: 20;
  animation: float 8s ease-in-out infinite;
}

.bomb {
  position: fixed;
  z-index: 20;
  animation: float 8s ease-in-out infinite;
  top: 200px;
  right: 400px;
}

@media only screen and (max-width: 1400px) {
  #background-video {
    height: 100%;
  }

  .dud {
    position: fixed;
    bottom: 0;
    max-height: 50%;
    max-width: 40%;
  }

  .dud-1 {
    left: 12vw;
    z-index: 2;
  }

  .cute2 {
    position: fixed;
    z-index: 20;
    left: -50px;
    max-width: 50%;
  }

  .logo {
    top: 10px;
    right: -30px;
    width: 80%;
    height: 80%;
  }

  /* .dud-2 {
        right: 12vw;
        z-index: 1;
    } */

  .Frame {
    top: 17vw;
    height: 45%;
  }

  .bg-img {
    min-width: 100%;
    min-height: 100%;
    position: fixed;
    z-index: -1;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }

  .cute1 {
    right: 0px;
    width: 40%;
    top: 670px;
  }

  .dud {
    left: 30px;
    bottom: 60px;
  }

  .bomb {
    right: 200px;
    top: 590px;
    width: 50px;
    z-index: 1;
  }

  .cute2 {
    width: 80px;
    left: 0px;
    top: 20px;
  }

  .phone {
    display: block !important;
    position: fixed;
    z-index: 3;
    top: 700px;
    width: 30px;
    right: 250px;
    animation: float 10s ease-in-out infinite;
  }
}

@media only screen and (max-width: 1046px) {
  .logo {
    top: -30px;
  }
}

@media only screen and (max-width: 700px) {
  .mobile-video {
    display: block !important;
  }

  .big-video {
    display: none;
  }
  #background-video {
    height: 100%;
  }

  .dud {
    position: fixed;
    bottom: 0;

    max-height: 20%;
  }

  .dud-1 {
    left: -15vw;
    z-index: 2;
  }

  .Frame {
    top: 20vw;
    height: 58%;
    max-height: 68%;
  }

  .prom-img {
    max-height: 100px;
  }

  .logo {
    width: 100px;
    left: 80px;
    margin-top: 1.8rem;
  }

  .cute1 {
    right: 0px;
    top: 65%;
    width: 50%;
    z-index: 1;
  }

  .dud {
    left: 30px;
    bottom: 60px;
  }

  .bomb {
    right: 200px;
    top: 590px;
    width: 50px;
    z-index: 1;
  }

  .cute2 {
    width: 80px;
    left: 0px;
    top: 20px;
  }

  .phone {
    display: block !important;
    position: fixed;
    z-index: 3;
    top: 700px;
    width: 30px;
    right: 250px;
    animation: float 10s ease-in-out infinite;
  }
}

.vid {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.mobile-video {
  display: none;
}

.phone {
  display: none;
}
