html {
  color: #29292D;
  font-size: 1em;
  line-height: 1.5;
  font-size: 1rem;
  font-family: ARS Maquette Pro, Helvetica Neue, Arial, sans-serif;
  font-feature-settings: normal;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
}


body {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 1117px;
  margin: 0 auto;

  & p,
  h1,
  h2 {
    margin: 0;
    font-weight: 500;
  }

  & button {
    cursor: pointer;
  }
}

h1,
h2,
p {
  color: #2b2d2e;
  letter-spacing: 0.3px;
}

h2 {
  font-weight: 500;
}

/*menu*/
.lara-menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;

  width: 100%;
  padding-right: 48px;
  padding-left: 48px;
  margin-right: auto;
  margin-left: auto;

  @media (max-width: 1199px) {
    max-width: 991px;
  }

  @media (max-width: 991px) {
    max-width: 767px;
    padding-right: 36px;
    padding-left: 36px;
  }

  @media (max-width: 767px) {
    max-width: 575px;
    padding-right: 36px;
    padding-left: 36px;
    flex-direction: column;
    gap: 4px;
  }

  @media (max-width: 575px) {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }


}

.lara-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 12px 20px 12px 16px;
  cursor: pointer;
  text-decoration: none;
}

.lara-item-text {
  font-size: 16px;
  font-weight: 500;
}

.lara-item-text-first {
  font-size: 16px;
  font-weight: 500;
}


/*banner*/

.banner-container {
  border-radius: 8px;
  background: #DBE9FF;
  width: 100%;
  padding: 32px 32px 0 32px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 40px;
  margin-bottom: 24px;
  align-items: end;

  @media (max-width: 1000px) {
    padding: 16px 24px;
    justify-content: flex-start;
    width: auto;
  }
}


@media (max-width: 575px) {
  .banner-container {
    padding: 24px;
    margin: 0 -24px;
  }
}

.banner-bg {
  margin-top: 30px;
  max-width: 542px;
  max-height: 542px;
  object-fit: contain;

  @media (max-width: 1000px) {
    display: none;
  }
}

.banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  max-width: 414px;
  padding-bottom: 38px;

  @media (max-width: 1000px) {
    padding-bottom: 0;

    & .banner-text {
      padding-top: 8px;
    }

    & img {
      padding-bottom: 12px;
    }

    & .banner-button {
      margin-top: 6px;
    }
  }
}

.banner-title {
  font-size: 28px;
  line-height: 34px;
  padding-top: 4px;

  @media (max-width: 1000px) {
    font-size: 30px;
    line-height: 36px;
  }
}

.banner-text {
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 6px;

  @media (max-width: 1000px) {
    font-size: 16px;
  }
}

.banner-button {
  background: #10B981;
  color: #fff;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
  border: none;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 10px;
}


/*feature*/
.feature-container {
  background: #DBE9FF;
  border-radius: 8px;
  width: auto;

  padding: 20px 26px;
  display: flex;
  flex-direction: column;
  gap: 16px;

  @media (max-width: 1000px) {
    padding: 26px 16px;
  }
}

.feature-translator-container {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  justify-content: center;
  align-items: center;
  gap: 10px;


  @media (max-width: 1000px) {
    gap: 4px;
  }

  @media (max-width: 575px) {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }
}


.translator-card-item {
  background: #F4F4F5;
  border: 1px solid #E0E2E3;
  padding: 14px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 6px;
  border-radius: 0.5rem;
  position: relative;
  height: 100%;


  @media (max-width: 1000px) {
    padding: 8px;

    justify-content: flex-start;
  }

  @media (max-width: 575px) {

    height: auto;
  }
}


.translator-card-item-second {
  background: #F4F4F5;
  border: 1px solid #E0E2E3;
  padding: 14px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 6px;
  border-radius: 0.5rem;
  position: relative;
  height: 100%;


  @media (max-width: 1000px) {
    padding: 8px;
    justify-content: flex-start;
  }
}

.translator-card-item-text {
  font-size: 14px;
  font-weight: 500;
  color: #004899;
  padding: 10px;
  display: flex;
  gap: 8px;
  cursor: pointer;
  width: min-content;
  text-decoration: none;

  & p {
    color: #004899;
  }

  @media (max-width: 1000px) {
    display: none;
  }
}


.translator-card-item-source {
  border: 1px solid #A6CCFF;
  border-radius: 8px;
  box-shadow: 0 0 0 0 #FFFFFF,
    0 0 0 3px #A6CCFF3D,
    0 0 0 0 #00000000;
  height: 100%;
  background: #fff;
  padding: 30px 20px;

  & p {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 100%;
    word-break: break-word;
    overflow-wrap: break-word;
  }

  @media (max-width: 1000px) {
    padding: 16px 20px;
  }


  @media (max-width: 575px) {

    & p {
      -webkit-line-clamp: 3;
    }
  }
}

.translator-card-item-target {
  border: 1px solid #81B8F7;
  border-radius: 8px;
  min-height: 230px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;


  @media (max-width: 1000px) {
    min-height: 100%;
  }
}

.translator-card-item-target-content {
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  height: auto;

  &>img {
    width: 88px;
    height: 34px;

    @media (max-width: 1000px) {
      width: 57px;
      height: 22px;
    }
  }

  @media (max-width: 1000px) {
    padding: 16px 12px;
  }
}

.translator-card-item-target-text {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  gap: 16px;

  @media (max-width: 1000px) {
    flex-direction: column;
  }


  &>p {
    font-size: 23px;
    font-weight: 500;
    line-height: 32px;

    @media (max-width: 1000px) {
      font-size: 17px;
      line-height: 21px;
    }
  }

  &>button {
    width: 178px;
    height: 56px;
    padding: 14px 28px;
    background: #0055B8;
    border-radius: 6px;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;

    @media (max-width: 1000px) {
      width: 100%;
      height: auto;
      font-size: 14px;
      padding: 6px 15px;
    }
  }
}


.translator-card-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #DBDBDC;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 10;

  @media (max-width: 1000px) {
    width: 25px;
    height: 20px;
    border-radius: 6px;
  }

  @media (max-width: 575px) {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
  }
}

.translator-card-arrow img {
  width: 10px;
  height: 10px;

  @media (max-width: 575px) {
    transform: rotate(90deg);
  }
}


.lara-menu-feature {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 4px;

  @media (max-width: 1000px) {
    gap: 16px;
    margin-left: 8px;
  }

}


.lara-item-feature {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 12px 20px 12px 16px;
  cursor: pointer;
  text-decoration: none;

  &>img {
    width: 40px;
    height: 40px;
  }

  @media (max-width: 1000px) {
    padding: 0;
  }
}

.lara-item-text-feature-first,
.lara-item-text-feature-second,
.lara-item-text-feature-third {
  font-size: 16px;
  font-weight: 500;
}

.lara-item-text-feature-first {
  color: #0055B8;
}

.desktop-text {
  display: none;
}

.mobile-text {
  display: inline;
}

@media (min-width: 768px) {
  .desktop-text {
    display: inline;
  }

  .mobile-text {
    display: none;
  }
}

.translator-button {
  height: 56px;
  background: #0055B8;
  border-radius: 6px;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 12px 24px 12px 24px;
  letter-spacing: -0.7px;

  @media (max-width: 1000px) {
    width: 100%;
    height: 36px;
    font-size: 16px;
    padding: 8px 12px 8px 12px;
  }
}