:root {
  --white: white;
  --black: black;
}

.div-block {
  display: none;
}

.text-block {
  line-height: 40px;
}

.text-block-2 {
  font-size: 40px;
  line-height: 40px;
}

@media screen and (max-width: 479px) {
  .background {
    z-index: 0;
    height: 100vh;
    object-fit: cover;
    position: fixed;
  }

  .image-2 {
    z-index: 1;
    max-width: 50%;
    margin-left: 20px;
    position: fixed;
  }

  .div-block {
    height: 500vh;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .image-3 {
    z-index: 3;
    width: 70%;
    position: fixed;
    top: 50px;
  }

  .button {
    z-index: 999;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0);
    border: 3px solid #fff;
    border-radius: 12px;
    padding: 18px;
    font-family: Oswald, sans-serif;
    font-size: 20px;
    font-weight: 300;
    position: fixed;
    top: 35%;
  }

  .lottie-animation {
    z-index: 3;
    width: 30%;
    position: fixed;
    bottom: 20px;
    left: 10px;
  }

  .text-block-2, .image-4 {
    display: none;
  }

  .div-block-2 {
    z-index: 20;
    background-color: #000;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    padding-top: 11px;
    padding-bottom: 11px;
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
  }

  .image-5 {
    max-width: 50%;
    object-fit: contain;
  }

  .text-block-3 {
    color: #fff;
    padding-top: 5px;
    font-family: Inconsolata, monospace;
    font-size: 16px;
    line-height: 10px;
    text-decoration: none;
  }

  .link-block {
    text-decoration: none;
  }

  .block-text {
    z-index: 20;
    color: #fff;
    text-align: center;
    font-family: Oswald, sans-serif;
    font-size: 20px;
    position: absolute;
    top: 20px;
  }
}
