html {
  scroll-behavior: smooth;
  font-family: 'Work Sans';
}

header {
  height: 122px;
  display: flex;
  padding-left: 80px;
  padding-right: 80px;
  background-color: #FDEEE4;
  justify-content: space-between;
}

.rapgas-logo {
  display: flex;
  align-items: center;
}

.rapgas-logo .logo-img {
  width: 72px;
  height: 72px;
}

.rapgas-logo .logo-text {
  font-weight: 600;
  color: var(--primary-b);
  font-size: 30px;
  letter-spacing: 0.18px;
  line-height: 24px;
}

header .rapgas-actions {
  gap: 1.25rem;
  display: flex;
  align-items: center;
}

.rapgas-actions .action-text {
  font-weight: 600;
  color: #666666;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 32px;
  white-space: nowrap;
}

button {
  cursor: pointer;
  font-weight: 700;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 32px;
  white-space: nowrap;
  background-color: #fa7436;
  padding: 0.25rem 1.5rem;
  border: none;
  border-radius: 5px;
  width: fit-content;
  font-family: Poppins;
}

section {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 130px;
}

section .sections {
  display: flex;
  justify-content: center;
  padding-left: 2rem;
  padding-right: 2rem;
}

.section-1 .group-1 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.content-text {
  max-width: 660px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

section .main-text {
  font-weight: 700;
  font-size: 48px;
  letter-spacing: 0;
  line-height: 70px;
}

.section-1 .main-text {
  font-size: 55px;
}

.main-text .orange-text {
  color: #fa7436;
}

.main-text .grey-text {
  color: #666666; 
}

.subtitle {
  font-weight: 500;
  color: #444444;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 34px;
}

.section-1 .img-container {
  width: 524px;
  height: 469px;
}

.section-2 {
  background-color: #fdeee4;
  padding-top: 20px;
  padding-bottom: 28px;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: center;
}

.section-2 .group-1 {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: center;
}

.section-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fdeee4;
  padding-top: 56px;
  padding-bottom: 50px;
}

.section-3 .group-1 {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: center;
}

.section-3 .cards {
  display: flex;
  gap: 28px;
  margin-top: 70px;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.cards .card {
  width: 370px;
  height: 274px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  border: 2px solid rgba(102, 102, 102, 0.08);
  padding-top: 54px;
  padding-left: 28px;
  padding-right: 22px;
  background-color: white;
  font-family: Poppins;
}

.card:hover {
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.25);
}

.card .card-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.card-title .title-text {
  color: var(--Primary-B, #222);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
}

.card .card-body {
  margin-left: 6px;
  margin-top: 1rem;
}

.card .card-text {
  color: #444;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.card-customer {
  width: 498px;
  height: 230px;
  box-shadow: 0px 1.85185px 3.14815px 0px rgba(0, 0, 0, 0.00), 0px 8.14815px 6.51852px 0px rgba(0, 0, 0, 0.01), 0px 20px 13px 0px rgba(0, 0, 0, 0.01), 0px 38.51852px 25.48148px 0px rgba(0, 0, 0, 0.01), 0px 64.81481px 46.85185px 0px rgba(0, 0, 0, 0.02), 0px 100px 80px 0px rgba(0, 0, 0, 0.02), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  background-color: white;
  position: relative;
  padding: 36px 78px 28px 38px;
}

.section-4 .main-text {
  padding-right: 2.75rem;
}

.section-4 .subtitle {
  font-size: 20px;
}

.section-4 .group-1 {
  max-width: 647px;
}

.card-1 {
  margin-left: -50px;
  z-index: 1;
}

.card-2 {
  margin-top: -186px;
}

.card-customer-text {
  color: var(--Color-B-1, #444);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  height: 108px;
  display: block;
}

.card-customer-name {
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.card-customer-footer {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.card-customer-info {
  color: #444;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.section-5 {
  align-items: center;
}

.section-5 .group-1 {
  max-width: 606px;
  margin-right: 90px;
}

.section-5 .main-text {
  margin-bottom: 1rem;
}

.section-5 .group-1 button {
  padding: 0.25rem 2rem ;
}

footer {
  height: 250px;
  background-color: #FDEEE4;
  display: flex;
  width: 100%;
  padding-right: 80px;
  padding-left: 80px;
  justify-content: center;
  align-items: center;
  margin-top: 7rem;
  font-family: Poppins;
}

.footer-container {
  gap: 30px;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

footer .group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.social-logo {
  width: 50px;
  height: 50px;
}

.footer-line {
  height: 1px;
  background-color: #888;
}

iframe {
  max-width: 90vw;
  max-height: 55vw;
}

.hidden-mobile {
  display: block;
}

.hidden-desktop {
  display: none;
}

@media(max-width: 1510px) {
  .img-product {
    width: 510px;
  }

  .footer-container {
    width: 85%;
  }
}

@media(max-width: 1366px) {
  header {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .footer-container {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 2rem;
  }
}

@media(max-width: 1000px) {
  .section-4 {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }

  .section-4 .group-1 {
    width: 100%;
    text-align: center;
  }

  .rapgas-actions {
    display: none !important;
  }
}

@media(max-width: 920px) {
  header {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .card {
    width: 100% !important;
  }
}

@media(max-width: 800px) {
  header {
    height: 83px !important;
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  section {
    margin-top: 50px;
    gap: 42px;
  }

  footer {
    margin-top: 2rem;
    height: 184px;
  }

  .sections, footer {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .logo-img {
    width: 52px !important;
    height: 52px !important;
  }

  .logo-text {
    font-size: 22px !important;
  }

  .sections {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .main-text {
    font-size: 22px !important;
    line-height: 25px !important;
  }

  .subtitle {
    font-size: 14px !important;
    line-height: 19px !important;
  }

  .img-container {
    width: 100% !important;
    height: 100% !important;
  }

  .img-container img {
    max-width: 100%;
  }

  .content-text {
    align-items: center;
    text-align: center;
  }

  .card-customer {
    text-align: left;
    width: 95%;
    height: fit-content;
    margin-top: 0;
    padding: 20px 50px 28px 26px;
  }

  .card-customer-footer {
    gap: 0.25rem;
    margin-top: 1rem;
  }

  .card-1 {
    margin-left: 0;
  }

  .card-2 {
    margin-top: -100px;
    margin-left: 20px;
  }

  .card-customer-text {
    font-size: 0.75rem;
    line-height: 22px;
    height: auto;
  }

  .card-customer-name {
    font-size: 12px;
  }

  .card-customer-info {
    font-size: 10px;
  }

  .section-1 {
    gap: 1rem;
  }

  .section-2 {
    padding-top: 2rem;
    gap: 1.5rem;
  }

  .section-3 {
    padding-top: 2rem;
  }

  .section-4 {
    gap: 1rem;
  }

  .section-2 .group-1 {
    gap: 0.75rem;
  }

  .section-4 .subtitle {
    margin-top: 1.5rem;
  }

  .section-5 .group-1 {
    flex-direction: column;
    align-items: center;
    margin-right: 0;
    margin-top: 36px;
  }

  .section-5 img {
    max-width: 100%;
  }

  .section-5 button {
    padding: 0.25rem 5rem !important;
    margin-top: 0.25rem;
  }

  .section-5 .main-text {
    width: 85%;
  }

  .btn-order {
    margin-top: 1rem;
  }

  .cards {
    margin-top: 26px !important;
  }

  .card {
    padding: 28px 12px 40px 12px !important;
    text-align: left;
    height: auto !important;
  }

  .card-title img {
    width: 34px;
    height: 36px;
  }

  .card .title-text {
    font-size: 18px;
  }

  .card .card-text {
    font-size: 14px;
  }

  .footer-container {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-container .group {
    justify-content: center;
  }

  .social-image-link {
    position: absolute;
    right: 22px;
    margin-top: -70px;
  }

  .footer-logo {
    flex-direction: column;
  }

  .footer-text {
    font-size: 10px;
  }

  .hidden-mobile {
    display: none;
  }

  .hidden-desktop {
    display: flex;
  }
}

@media(max-width: 375px) {
  .card-2 {
    margin-top: -115px;
  }
}