* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family:
    Unbounded,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  background-color: rgba(255, 255, 255, 1);
}

.header {
  background: #530101;
}

.home {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  align-items: stretch;
  justify-content: center;
}

.container {
  max-width: 1070px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.hero-section {
  background-color: rgba(83, 1, 1, 1);
  align-self: center;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  color: rgba(255, 255, 255, 1);
  justify-content: center;
  padding-bottom: 70px;
}

@media (max-width: 991px) {
  .hero-section {
    max-width: 100%;


  }
}

.navigation {
  display: inline-block;
  align-self: stretch;
  width: 100%;
  padding: 20px 0;
  overflow: hidden;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  color: #fff;
  padding: 20px 0;
}

@media (max-width: 991px) {
  .navigation {
    max-width: 100%;
  }
}

.hero-content {
  display: flex;
  margin-top: 32px;
  width: 100%;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 991px) {
  .hero-content {
    max-width: 100%;
  }
}

.hero-text-container {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  margin: auto 0;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.hero-text {
  display: flex;
  max-width: 420px;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}

.hero-heading {
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: 2px;
}

@media (max-width: 991px) {
  .hero-heading {
    font-size: 40px;
    line-height: 49px;
  }
}

.hero-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  margin-top: 12px;
}

.cta-button {
  align-self: start;
  border-radius: 30px;
  background-color: rgba(251, 4, 4, 1);
  margin-top: 32px;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  cursor: pointer;
  border: none;
  color: white;
}

@media (max-width: 991px) {
  .cta-button {
    padding: 16px 20px;
  }
}



@media (max-width: 991px) {
  .hero-image {
    width: fit-content;
    margin: 0 auto;
    width: 100%;
    object-fit: cover;
  }


}

.vision-section {
  display: flex;
  width: 100%;
  padding: 60px 0;
  align-items: center;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .vision-section {
    max-width: 100%;
  }
}

.vision-row {
  display: flex;
}

@media (max-width: 576px) {
  .vision-row {
    flex-direction: column;
    gap: 32px;
  }
}

.vision-content {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  margin: auto 0;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

@media (max-width: 991px) {
  .vision-content {
    max-width: 100%;
  }
}

.vision-text {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  color: rgba(57, 29, 29, 1);
  justify-content: center;
}

@media (max-width: 991px) {
  .vision-text {
    max-width: 100%;
  }
}

.vision-heading {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 2px;
}

@media (max-width: 991px) {
  .vision-heading {
    max-width: 100%;
    font-size: 40px;
  }
}

.vision-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  margin-top: 12px;
}

@media (max-width: 991px) {
  .vision-description {
    max-width: 100%;
  }
}

.vision-image {
  aspect-ratio: 0.76;
  object-fit: contain;
  object-position: center;
  width: 100%;
  border-radius: 10px;
  align-self: stretch;
  min-width: 240px;
  margin: auto 0;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

@media (max-width: 991px) {
  .vision-image {
    max-width: 100%;
  }
}

.services-section {
  width: 100%;
  padding: 60px 0;
}

@media (max-width: 991px) {
  .services-section {
    max-width: 100%;
  }
}

.services-heading {
  color: rgba(57, 29, 29, 1);
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 2px;
}

@media (max-width: 991px) {
  .services-heading {
    max-width: 100%;
    font-size: 40px;
  }
}

.services-cards {
  display: flex;
  margin-top: 32px;
  width: 100%;
  align-items: start;
  gap: 24px;
  justify-content: start;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .services-cards {
    max-width: 100%;
  }
}

.service-card {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.2);
  min-width: 240px;
  padding: 24px;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

@media (max-width: 991px) {
  .service-card {
    padding: 20px;
  }
}

.card-content {
  width: 100%;
}

.card-header {
  width: 100%;
  font-size: 20px;
  color: rgba(57, 29, 29, 1);
  font-weight: 600;
  line-height: 1.2;
}

.card-title {
  align-self: stretch;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  width: 100%;
  gap: 8px;
}

.card-body {
  color: rgba(99, 75, 75, 1);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 16px;
}

.card-image {
  aspect-ratio: 1.3;
  object-fit: contain;
  object-position: center;
  width: 100%;
  border-radius: 10px;
  margin-top: 32px;
}

.offerings-section {
  display: flex;
  width: 100%;
  padding: 60px 0;
  align-items: center;
  gap: 32px;
  justify-content: center;
}

@media (max-width: 991px) {
  .offerings-section {
    max-width: 100%;
  }
}

.offerings-container {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  margin: auto 0;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

@media (max-width: 991px) {
  .offerings-container {
    max-width: 100%;
  }
}

.offerings-text {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  color: rgba(57, 29, 29, 1);
  justify-content: center;
}

@media (max-width: 991px) {
  .offerings-text {
    max-width: 100%;
  }
}

.offerings-heading {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 2px;
}

@media (max-width: 991px) {
  .offerings-heading {
    max-width: 100%;
    font-size: 40px;
  }
}

.offerings-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 12px;
}

@media (max-width: 991px) {
  .offerings-description {
    max-width: 100%;
  }
}

.offerings-buttons {
  display: flex;
  margin-top: 32px;
  width: 100%;
  align-items: start;
  gap: 12px;
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  justify-content: start;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .offerings-buttons {
    max-width: 100%;
  }
}

.offering-button {
  align-self: stretch;
  border-radius: 30px;
  background-color: rgba(251, 4, 4, 1);
  min-width: 240px;
  padding: 16px 24px;
  border: none;
  color: white;
  font-family:
    Unbounded,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

@media (max-width: 991px) {
  .offering-button {
    max-width: 100%;
    padding: 16px 20px;
  }
}

.clients-section {
  display: flex;
  width: 100%;
  padding: 60px 0;
  align-items: center;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .clients-section {
    max-width: 100%;
  }
}

.clients-row {
  display: flex;
  gap: 32px;
}

@media (max-width: 576px) {
  .clients-row {
    flex-direction: column;
  }
}

.clients-content {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  margin: auto 0;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

@media (max-width: 991px) {
  .clients-content {
    max-width: 100%;
  }
}

.clients-text {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  color: rgba(57, 29, 29, 1);
  justify-content: center;
}

@media (max-width: 991px) {
  .clients-text {
    max-width: 100%;
  }
}

.clients-heading {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 2px;
}

@media (max-width: 991px) {
  .clients-heading {
    max-width: 100%;
    font-size: 40px;
  }
}

.clients-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  margin-top: 12px;
}

@media (max-width: 991px) {
  .clients-description {
    max-width: 100%;
  }
}

.clients-image {
  aspect-ratio: 0.76;
  object-fit: contain;
  object-position: center;
  width: 100%;
  border-radius: 10px;
  align-self: stretch;
  min-width: 240px;
  margin: auto 0;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

@media (max-width: 991px) {
  .clients-image {
    max-width: 100%;
  }
}

.contact-section {
  display: flex;
  flex-direction: column;
  align-self: center;
  position: relative;
  min-height: 676px;
  width: 100%;
  padding: 60px 80px;
  align-items: center;
  gap: 32px;
  overflow: hidden;
  font-size: 14px;
  color: rgba(57, 29, 29, 1);
  font-weight: 600;
  line-height: 1.2;
  justify-content: center;
}

@media (max-width: 991px) {
  .contact-section {
    max-width: 100%;
    padding: 60px 20px;
  }
}

.contact-background {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.contact-form {
  position: relative;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  align-self: stretch;
  display: flex;
  margin: 0 auto;
  max-width: 449px;
  width: 100%;
  padding: 40px;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}

@media (max-width: 991px) {
  .contact-form {
    padding: 40px 20px;
  }
}

.form-group {
  width: 100%;
  margin-bottom: 20px;
}

.form-label {
  display: block;
  margin-bottom: 8px;
}

.form-input {
  border-radius: 30px;
  box-shadow: 0px 1px 2px 0px rgba(18, 26, 43, 0.05);
  background-color: #391d1d;
  display: flex;
  min-height: 44px;
  width: 100%;
  padding: 10px;
  border: none;
  color: white;
  font-family:
    Unbounded,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
}

.form-textarea {
  border-radius: 30px;
  box-shadow: 0px 1px 2px 0px rgba(18, 26, 43, 0.05);
  background-color: #391d1d;
  display: flex;
  min-height: 120px;
  width: 100%;
  padding: 10px;
  border: none;
  color: white;
  font-family:
    Unbounded,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
}

.submit-button {
  align-self: end;
  border-radius: 30px;
  background-color: rgba(251, 4, 4, 1);
  margin-top: 20px;
  padding: 16px 24px;
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
  border: none;
  font-family:
    Unbounded,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-weight: 600;
  cursor: pointer;
}

@media (max-width: 991px) {
  .submit-button {
    padding: 16px 20px;
  }
}

.footer {
  background-color: rgba(83, 1, 1, 1);
  align-self: center;
  display: flex;
  width: 100%;
  padding: 12px 80px;
  align-items: center;
  gap: 40px 100px;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .footer {
    max-width: 100%;
    padding: 12px 20px;
  }
}

.copyright {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  align-self: stretch;
  margin: auto 0;
}

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

@media (max-width: 991px) {
  .footer-row {
    flex-direction: column-reverse;
    gap: 32px;
  }
}


.footer-links {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  margin: auto 0;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  justify-content: start;
}

@media (max-width: 991px) {
  .footer-links {
    justify-content: center;
  }
}

.footer-link {
  align-self: stretch;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0);
  margin: auto 0;
  padding: 8px;
  cursor: pointer;
  color: #fff;
}

.privacy {
  padding: 80px 0;
  background: #530101;
}

.privacy-title {
  color: #FFF;
  font-family: Unbounded;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  /* 44px */
  letter-spacing: 1.6px;
  margin-bottom: 48px;
}

.privacy-text {
  color: #FFF;
  font-family: Unbounded;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}

@media (max-width: 991px) {
  .privacy {
    padding: 60px 0;
  }

  .privacy-title {
    font-size: 32px;
    margin-bottom: 24px;
  }
}

.thank {
  background: #530101;
}

.thank-main {
  background: #530101;
}

.thank-row {
  display: flex;
  gap: 32px;
}

@media (max-width: 991px) {
  .thank-row {
    flex-direction: column;
    align-items: center;
  }
}

.thank h1 {
  color: #FFF;
  font-family: Unbounded;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  /* 35.2px */
  letter-spacing: 1.28px;


}

@media (max-width: 991px) {
  .thank h1 {
    text-align: center;
  }

  .thank a {
    width: fit-content;
    margin: 32px auto 0;
  }
}

.thank img {
  max-width: 499px;
  width: 100%;
}

@media (max-width: 991px) {
  .thank img {
    margin: 0 auto;
    aspect-ratio: 1/1;
  }
}

.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 32px;
  max-width: 587px;
  width: 100%;
  background: #FFF;
}

.cookies__content {
  display: flex;
  flex-direction: column;
  gap: 23px;
}

.cookies__title {
  color: #391D1D;
  text-align: center;
  font-family: Unbounded;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 39.6px */
}

.cookies__text {
  color: #634B4B;
  text-align: center;
  font-family: Unbounded;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
}

.cookies__btns {
  display: flex;
  align-items: center;
  gap: 12px;
}

@media (max-width: 767px) {
  .cookies__btns {
    flex-direction: column;
  }
}


.cookies__btn {
  color: #FB0404;
  text-align: center;
  font-family: Unbounded;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 19.2px */
  text-transform: capitalize;
  padding: 16px 50px;
}

.cookies__btn-sub {
  color: #FFF;
  text-align: center;
  font-family: Unbounded;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 19.2px */
  text-transform: capitalize;
  border-radius: 30px;
  background: #FB0404;
  padding: 16px 50px;
}


@media (max-width: 767px) {

  .cookies__btn,
  .cookies__btn-sub {
    width: 100%;
  }
}