#home_section {
  position: relative;

  max-width: 1920px;
  margin-inline: auto;

  margin-bottom: 10%;
  min-height: 700px;
}

#home_section .overlay {
  width: 100vw;
  height: 700px;
  max-height: 700px;

  padding-top: 3.25rem;

  overflow: hidden;

  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: -100;
}

#home_section .overlay::before {
  content: "";
  height: 100%;
  width: 150%;
  background-color: var(--light-blue);
  transform: skewY(-2deg);

  position: absolute;
  bottom: -4rem;
  left: 0;
  z-index: -999;
}

#home_section .content {
  margin-inline: 7.375rem;
  width: calc(100% - (7.375rem * 2));
  max-width: 1920px;
  min-height: 680px;

  padding: 6.25rem 9.5rem 2rem 9.5rem;
  background-color: var(--purple);
  border-radius: 16px 16px 0 0;

  display: grid;
  align-items: center;
  grid-template-columns: 1.7fr 1fr;
  gap: 4.5rem;

  position: absolute;
  top: 1.375rem;
  z-index: 10;
}

#home_section .content::before {
  content: "";
  width: 100%;
  height: 50%;
  background-color: var(--purple);
  transform: skewY(-3deg);
  border-radius: 16px;

  position: absolute;
  bottom: -9%;
  left: 0;
  z-index: -999;
}

#home_section .content .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.75rem;

  color: #fff;
  text-align: left;

  max-width: 810px;
}

#home_section .content .info h2 {
  font-size: 2.25rem;
  line-height: 2.875rem;
  letter-spacing: 0.36px;
  font-weight: 500;
  margin-bottom: 0;

  color: #fff;

  opacity: 0.75;
}

#home_section .content .info h1 {
  font-size: 3.9375rem;
  line-height: 4.375rem;
  color: #fff;

  margin-bottom: 0.5rem;
}

#home_section .content .info p {
  font-family: "freight-sans-pro", sans-serif;
  font-weight: 300;

  line-height: 1.75rem;

  opacity: 0.75;
}

#home_section .content .info .bullet_list {
  max-width: 700px;
}

#home_section .content .info .bullet_list .item span {
  color: var(--light-blue);
}

#home_section .content .info .bullet_list .item h2 {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5rem;
  opacity: 1;
  color: var(--light-blue);
}

#home_section .content .info .buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.75rem;
}

#home_section .content .info button.button {
  background-color: #fff;
  border: 2px solid #fff;

  color: var(--purple);
  width: 290px;
  padding-block: 8px;

  margin-top: calc(2.25rem - 1.75rem);

  transition: border 0.3s;
}

#home_section .content .info button.button.invert {
  background-color: transparent;
  color: #fff;
}

#home_section .content .info button.button a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.125rem;
}

#home_section .content .info button.button:hover {
  border: 2px solid #5b23b1;
  color: #5b23b1;
}

#home_section .content .header_img {
  display: flex;
  justify-content: center;
  align-items: center;
}

#home_section .content .header_img img {
  width: 100%;
  max-width: 592px;

  margin-inline: auto;
}

#check_scanning_sdk_features {
  padding-block: 0 8rem;
}

#quickly_data {
  padding-block: 9rem 11rem;

  position: relative;
}

#quickly_data .flex_gap_64 {
  grid-template-columns: 1fr 1fr;
}

#quickly_data::before {
  content: "";
  width: 100%;
  height: 75%;
  background-color: var(--soft-blue);
  position: absolute;
  top: 0;
  left: 0;
  transform: skewY(2deg);

  z-index: -999;
}

#quickly_data::after {
  content: "";
  width: 100%;
  height: 75%;
  background-color: var(--soft-blue);
  position: absolute;
  bottom: 0;
  left: 0;
  transform: skewY(4deg);

  z-index: -999;
}

#automatically_remain {
  padding-block: 10rem;
}

#why_choose {
  padding-block: 10rem 11rem;

  position: relative;
}

#why_choose .flex_gap_64 {
  grid-template-columns: 1fr 1fr;
}

#why_choose::before {
  content: "";
  width: 100%;
  height: 75%;
  background-color: var(--soft-blue);
  position: absolute;
  top: 0;
  left: 0;
  transform: skewY(-2deg);

  z-index: -999;
}

#why_choose::after {
  content: "";
  width: 100%;
  height: 75%;
  background-color: var(--soft-blue);
  position: absolute;
  bottom: 0;
  left: 0;
  transform: skewY(-4deg);

  z-index: -999;
}

#who_uses_sdk {
  padding-block: 10rem calc(9rem + (16.25rem - 4.25rem));
}

@media only screen and (min-width: 2000px) {
  #home_section {
    margin-bottom: 0;
  }

  #check_scanning_sdk_features {
    padding-top: 10rem;
  }
}

@media only screen and (max-width: 1700px) {
  #home_section .content {
    margin-inline: 1.125rem;
    width: calc(100% - 1.125rem * 2);
    padding-inline: 4rem;
  }
}

@media only screen and (max-width: 1440px) {
  #check_scanning_sdk_features {
    padding-top: 10rem;
  }
  #home_section .content .info .buttons {
    gap: 1rem;
  }

  #home_section .content .info .buttons .button {
    width: 250px;
  }
}

@media only screen and (max-width: 1240px) {
  .flex_gap_64 .only_mobile,
  .flex_gap_64_r .only_mobile,
  .flex_gap_64 .on_mobile,
  .flex_gap_64_r .on_mobile {
    display: block;
    width: 100%;
    max-width: 560px;
    z-index: 1;
  }

  #home_section .content {
    margin-inline: 0;
    width: calc(100%);
    border-radius: 0;
    padding-inline: 1.125rem;
  }

  #home_section .content::before {
    border-radius: 0;
  }

  #home_section .content .info h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  #home_section .content .info h2 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }

  #check_scanning_sdk_features .content h2 {
    max-width: none;
  }

  #quickly_data .flex_gap_64,
  #why_choose .flex_gap_64 {
    grid-template-columns: 1fr;
  }

  #quickly_data {
    padding-block: 10rem 8rem;
    position: relative;
  }

  #why_choose {
    padding-block: 10rem 8rem;
  }
}

@media only screen and (max-width: 1020px) {
  #home_section .non_mobile,
  #home_section .overlay {
    display: none;
  }

  #home_section .overlay::before {
    background-color: transparent;
  }

  #home_section .content {
    width: 100%;
    max-height: 100%;

    margin-inline: auto;
    border-radius: 0;

    position: static;

    padding: 1.125rem 2rem 0 2rem;
    grid-template-columns: 1fr;

    gap: 1.75rem;
  }
  #home_section .content::before {
    border-radius: 0;

    transform: skewY(-8deg);
  }

  #home_section .content .info {
    gap: 1.125rem;
    max-width: none;
  }

  #home_section .content .info h1 {
    font-size: 4rem;
    line-height: 4.375rem;
  }

  #home_section .content .info h2 {
    font-size: 2.25rem;
    line-height: 2.875rem;
  }

  #home_section .content .info .buttons .button {
    padding-block: 0.875rem;
  }

  #home_section .content .header_img {
    grid-row: 1;
  }

  #check_scanning_sdk_features {
    padding-bottom: 7rem;
  }

  #quickly_data {
    padding-block: 7.5rem 6rem;
  }

  #quickly_data::before {
    transform: skewY(-5deg);
  }
  #quickly_data::after {
    transform: skewY(5deg);
  }

  #automatically_remain {
    padding-block: 7rem;
  }

  #why_choose {
    padding-block: 7.5rem 6rem;
  }

  #why_choose::before {
    transform: skewY(-5deg);
  }
  #why_choose::after {
    transform: skewY(5deg);
  }

  #who_uses_sdk {
    padding-block: 7rem 4.5rem;
  }
}

@media only screen and (max-width: 800px) {
  .bg_two_plates {
    width: calc(100% - 1.125rem);
  }

  .bg_one_plate::before {
    height: 100%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%) skewY(-8deg);
  }

  .bullet_list .item.with_text div span {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  #home_section .content {
    padding: 1.125rem;
  }

  #home_section .content .info h1 {
    font-size: 2.25rem;
    line-height: 2.875rem;
    letter-spacing: -0.72px;
  }

  #home_section .content .info h2 {
    font-size: 1.125rem;
    line-height: 2.5rem;
  }

  #home_section .content .info p {
    font-family: "museo-sans", sans-serif;
  }

  #check_scanning_sdk_features .content h2 {
    letter-spacing: -0.54px;
  }
}

@media only screen and (max-width: 460px) {
  main .content h2 {
    font-size: 1.6875rem;
    line-height: 2.25rem;
    letter-spacing: -0.54px;
  }
}
