:root {
  --color-brand-1: #F59F18;
  --color-brand-2: #363636;
  --color-brand-contrast-1: #ffffff;
  --color-brand-contrast-2: #363636;
  --font-main: 'high speed', sans-serif;
  --font-secondary: 'Montserrat', sans-serif;
}

.info .media .hv-translate {
  height: 100%;
}

h1 {
  color: var(--color-brand-1);
  font-weight: 800;
  font-size: 3rem;
  width: max-content;
  font-family: var(--font-main);
}
h1 span {
  font-weight: 200;
  font-family: var(--font-secondary);
}

.ml12 {
  color: var(--color-brand-1);
  letter-spacing: 0px;
  font-family: var(--font-main);
}
.ml12 span {
  font-weight: 200;
  font-family: var(--font-main);
}
.ml12 .letter {
  font-weight: 400;
}

p {
  font-size: 1rem;
  letter-spacing: 2px;
  font-weight: 100;
}

.info,
.text-in-center {
  background: white;
}

.info {
  color: #111;
  h1,
  h2,
  h3,
  div,
  a {
    color: #111;
  }
}

.info--max-width {
  height: min-content !important;
  padding: 50px 0 !important;
  .body {
    width: 100% !important;
  }
}
.info--max-width {
  .body {
    width: 100%;
  }
}

.text-in-center {
  div {
    color: #ddd;
  }
  color: #ddd;
}

.start--video {
  background-color: black;



  .img-text__content {
    padding: 100px;
    align-self: center;

    .start__body {
      gap: 15px;
    }
  }
}
.start,
.info {
  height: 800px;
  overflow: hidden;

  .img-text__content {
    gap: 50px;

    .img {
      object-fit: contain;
    }
  }

  .start__body,
  .body {
    gap: 25px;
    align-items: start;
    justify-content: end;
    width: min-content;
    max-width: 50%;

    h1 {
      font-size: 2rem;
    }

    .body__list {
      align-content: center;
      align-items: start;
      justify-content: start;
      li {
        padding: 25px;
        width: min-content;
        gap: 10px;
        p {
          line-height: normal;

        }
      }
    }
  }

  .start__media,
  .media {
    width: clamp(44%, 317px, 310px);

    img {
      transition: ease-in-out 300ms;
    }
  }
}

.info {
  .body {
    padding: 50px;
  }

  p {
    line-height: 32px;
    letter-spacing: 0px;
    font-size: 0.9rem;
  }
}

.hv-translate,
.hv-brightness,
.hv-zoom {
  transition: 250ms;
}

.hv-brightness:hover,
.hv-brightness:focus {
  filter: contrast(70%);
}

.hv-zoom {
  overflow: hidden;
}

.hv-zoom:hover,
.hv-zoom:focus {
  img {
    transform: scale(1.3);
  }
}

.hv-translate:hover,
.hv-translate:focus {
  transform: translateX(5px);
}

.info .body {
  padding: 50px;
}

.info .media {
  height: 75%;
}

.info .media--vertical {
  height: 100% !important;
  padding: 25px 0;

  .img-text {
    height: 100%;
  }
}

.banner {
  width: 100%;
  height: 100px;
  overflow: hidden;
  background-color: white;

  img {
    filter: brightness(50%);
  }
}
.img-text--slider {
  img {
    filter: brightness(50%);
    height: 100%;
  }

  h3 {
    font-size: 2rem;
    text-align: center;
    padding: 25px;
    font-weight: 500;
  }
}

.square {
  .img-text {
    border: 5px solid #444;
    width: 50%;
    filter: saturate(0%) brightness(70%);
    transition: all 300ms;

    .img {
      filter: brightness(40%);
    }

    .start__body {
      align-items: center;
      justify-content: center;
      height: 100%;
      width: 100%;

      h1 {
        font-size: 2rem;
        width: 100% !important;
        text-align: center !important;
      }
    }
  }

  .img-text:hover,
  .img-text:focus {
    filter: saturate(100%) brightness(100%);
  }
}

.text-in-center {
  width: 100%;
  height: 600px;

  img {
    filter: brightness(50%);
  }

  .text-in-center__body {
    gap: 50px;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    max-width: 50%;

    h3 {
      font-size: 5rem;
      font-weight: 300;
    }

    p {
      font-size: 1.5rem;
    }
  }
}

.logo-list--row {
  display: flex;
  gap: 25px;
  justify-content: center;
  align-items: center;
  height: auto;
  flex-wrap: wrap;
  img {
    width: 100px;
    height: 100px;
    filter: grayscale(100%);
    transition: 300ms;
    object-fit: contain;
    border-radius: 50%;
    box-shadow: 0px 0px 11px #999;
  }

  img:hover,
  img:focus {
    filter: grayscale(0%);
  }
}

@media (max-width: 1500px) {
  .info .media {
    height: 50%;
  }
  .start__media,
  .media {
    width: clamp(44%, 317px, 310px);
  }
}

@media (max-width: 1320px) {
  #start {
    height: auto;

    .img-text__content {
      gap: 0px;
    }
    .start__body {
      padding: 50px;

      h1 {
        font-size: 3rem;
      }
    }
  }

  .info {
    height: 500px;
    .body {
      padding: 25px;
    }
    h1 {
      font-size: 2rem;
    }
    p {
      font-size: 0.8rem;
    }
  }

  .start__media,
  & .media {
    width: 50% !important;
  }
}

@media (max-width: 950px) {
  #start {
    height: auto;

    .img-text__content {
      flex-direction: column;
    }
    .start__body {
      align-items: center;
      justify-content: center;

      .action-wrapper {
        align-content: center !important;
        justify-content: center !important;
      }

      h1 {
        font-size: 3rem;
      }
    }
  }

  .body {
    gap: 25px;
    align-items: start;
    justify-content: end;
    width: min-content;
    max-width: 50%;

    h1 {
      font-size: 1.5rem !important;
      letter-spacing: 0px;
    }
  }
}

@media (max-width: 720px) {
  .start--video {
    height: 100vh;
    video {
      height: calc(100vh - var(--header-height));
      object-fit: cover;
    }

    .img-text__content {
      padding: 20px;
      align-self: center;

      h1 {
        font-size: 2rem;
      }

      a {
        font-size: 0.8rem;
      }

      .start__body {
        gap: 15px;
      }
    }
  }
  #start {
    .img-text__content {
      /* height: fit-content */
    }
  }

  .info {
    /* height: 400px; */
    flex-direction: column !important;
    height: min-content;

    .body {
      width: 100%;
      padding: 50px 10px;
      gap: 10px;
    }

    .media .img {
      height: 300px;
    }

    h1 {
      font-size: 1.7rem;
      width: 100% !important;
      text-align: start !important;
    }
    p {
      font-size: 0.8rem;
    }
  }

  .media {
    width: 100% !important;
    flex-direction: column;
    padding: 0 10px;
  }

  .text-in-center {
    h2 {
      font-size: 2.5rem !important;
      font-weight: 300;
      color: white;
    }
  }

  .text-in-center {
    & .text-in-center__body {
      gap: 50px;
      align-items: center;
      justify-content: center;
      height: 100%;
      text-align: center;
      max-width: 100%;

      h3 {
        font-size: 1.8rem;
        font-weight: 300;
      }

      p {
        font-size: 0.8rem;
      }
    }
  }
}

@media (max-width: 520px) {
  #start {
    & .start__body {
      & h1 {
        font-size: 2.5rem;
      }
    }
    .img-text {
      height: 100vh;
    }
  }
  .start--video {
    & .img-text__content {
      & h1 {
        font-size: 1.3rem;
      }
    }
  }
  .body {
    gap: 25px;
    width: min-content;
    max-width: 100% !important;

    h1 {
      font-size: 1.5rem !important;
      letter-spacing: 0px;
    }
  }

  .info .media--vertical {
    height: 100% !important;
    padding: 0px 0 !important;

    .img-text {
      height: 100%;
    }
  }

  .square {
    .img-text {
      .start__body {
        h1 {
          font-size: 1.5rem;
        }
      }
    }
  }
}
