@import url("https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

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

  /*-ms-overflow-style: none;
  scrollbar-width: none;*/
  font-family: "Roboto", sans-serif;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  font-family: "Roboto", sans-serif;
  color: #333;
  scroll-padding-top: 100px;
}

.container-page {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Star and text */
.top-star {
  background-color: #8deb5677;
  color: #295700;
  width: auto;
  padding: 5px;
  height: 15px;
  border-radius: 10px;
  display: flex;
  text-align: center;
  align-items: center;
  gap: 2px;
}

.top-star i {
  font-size: 12px;
}

.hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  color: #000000;
  padding: 50px 0;
  text-align: center;
  justify-content: center;
  margin-top: 2rem;
}

.hero-section h1 {
  font-weight: 800;
  font-size: 60px;
  margin-bottom: 20px;
  font-weight: bold;
}

.hero-section p {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 40px;
}

.top-text .highlight {
  color: #004080;
}

/* text button */
.bnt-text {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.top-text {
  width: 50%;
  height: auto;
  padding: 20px;
}

.top-text a {
  width: 30%;
}

/* Button blue*/
.cta-btn {
  background-color: #004080;
  color: white;
  padding: 15px 30px;
  border-radius: 5px;
  font-size: 18px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-btn i {
  margin-left: 10px;
  align-items: center;
}

.cta-btn:hover {
  background-color: #fff;
  color: #032a52;
  text-decoration: underline;
}

.bnt-text {
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-features {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

/* feature box bellow the button  */
.feature-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 250px;
  height: 220px;
  padding: 20px;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 5px;
  border: 1px solid #00000067;
  text-align: center;
  margin-top: 20px;
  transition: box-shadow 0.3s ease-in-out;
}

.icon-color {
  color: #032a52;
}

.feature-box i {
  font-size: 2rem;
  color: #3182ce;
  margin-bottom: 15px;
  margin-top: 0;
}

.feature-box:hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.feature-box h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
}

.feature-box p {
  font-size: 14px;
  margin-top: 0;
}

.section-title {
  font-weight: 600;
  font-size: 28px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
  align-items: center;
}

.what-lif {
  justify-content: center;
  text-align: center;
  font-size: 18px;
  width: 800px;
}

.container-what {
  margin: 0 auto;
  padding: 0 1rem;
}

.container-works {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 900px;
}

.container-works .content-work1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* So funktioniert's */
.row2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  gap: 20px;
}

.row2 .col-md-4 {
  flex: 0 0 calc(33.333% - 20px);
  max-width: calc(33.333% - 20px);
}

.row2 .content-work1 {
  width: 100%;
}

/* Ajuste para as setas */
.row2 .fa-arrow-right {
  align-self: center;
  margin: 0 10px;
  color: #d3d3d3;
  font-size: 1.5rem;
}

.content-work1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 20px;
}

.content-work1 i {
  font-size: 2rem;
  color: #3182ce;
  margin-bottom: 15px;
}

.content-work1 h3 {
  font-size: 20px;
  font-weight: bold;
  color: #032a52;
  margin-bottom: 10px;
}

.content-work1 p {
  font-size: 14px;
  color: #4b5563;
  text-align: center;
}

.content-work1 small {
  width: 40px;
  height: 40px;
  background-color: #3182ce;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2rem;
  margin-bottom: 15px;
}

/* Was macht Lifleg besonders? */
.how-work {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.content-work {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  height: 200px;
  width: 100%;
  max-width: 500px;
}

.content-work i {
  font-size: 2rem;
  color: #3182ce;
  margin-bottom: 15px;
}

.content-work h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.content-work p {
  font-size: 14px;
  color: #4b5563;
  text-align: left;
}

.content-work small {
  width: 40px;
  height: 40px;
  background-color: #3182ce;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2rem;
  margin-bottom: 15px;
}

.content-work h3 {
  font-size: 20px;
  font-weight: bold;
  color: #032a52;
}

.content-work p {
  font-size: 14px;
  color: #4b5563;
}

/*.section-title {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}*/

/* Typische Anwendungsbeispiele */
.container-typical {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.container-typical .section-title {
  margin-bottom: 2rem;
}

.container-typical .list-unstyled {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
  border-radius: 5px;
  padding: 10px;
  transition: box-shadow 0.3s ease-in-out;
  width: 100%;
}

.container-typical li {
  list-style-type: none;
}

.container-typical i {
  font-size: 2rem;
  color: #4caf50;
}

.container-typical p {
  margin-top: 0.5rem; /* Espaço entre o ícone e o texto */
}

/* Typische Anwendungsbeispiele */
.container-typical .list-unstyled {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  border-radius: 5px;
  padding: 10px;
  transition: box-shadow 0.3s ease-in-out;
}

.container-typical .list-unstyled li {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  background-color: none;
  border: 1px solid #d9e5ee;
  border-radius: 5px;
  padding: 10px;
  transition: box-shadow 0.3s ease-in-out;
  height: 80px;
  width: 300px;
}

.container-typical .list-unstyled li:hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.container-typical .list-unstyled li i {
  color: #008000;
  font-size: 1.5rem;
  margin-right: 10px;
}

.container-typical .list-unstyled li p {
  margin: 0;
  font-size: 15px;
}

/* Email Section */
.firstknow-section {
  background-color: #032a52;
  color: #fff;
  padding: 40px 20px;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  width: 100vw;
  margin: 40px auto;
}

.firstknow-section h1 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
}

.firstknow-section p {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 400;
}

.firstknow-section input[type="email"] {
  padding: 10px;
  font-size: 16px;
  width: 80%;
  max-width: 300px;
  margin-bottom: 20px;
  border: none;
  border-radius: 4px;
  outline: none;
  background-color: #fff;
  color: #333;
}

.firstknow-section input[type="email"]:focus {
  border: 2px solid #0066cc;
}

.firstknow-section button {
  padding: 10px 20px;
  background-color: #0066cc;
  color: white;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 200px;
}

.firstknow-section button:hover {
  background-color: #fff;
  color: #032a52;
}

.firstknow-section small {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  color: #fff;
}

/* Confidence Section */
.confidence-section {
  padding: 4rem 1rem;
  background-color: #f8fafc;
  width: 100%;
}

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

.section-title {
  font-size: 2rem;
  font-weight: bold;
  color: #1f2937;
  margin-bottom: 2rem;
}
.container-confidence {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
}

.grid {
  display: flex;
  gap: 3rem;
  justify-items: center;
  align-items: center;
}

.grid-item {
  text-align: center;
}

.section-title {
  margin-bottom: 1.5rem;
}

.section-text {
  margin-top: 1.5rem;
}

.percentage {
  font-size: 2rem;
  font-weight: bold;
  color: #3182ce;
  margin-bottom: 0.5rem;
}

.description {
  font-size: 0.875rem;
  color: #4b5563;
}

.section-text {
  font-size: 1.125rem;
  color: #4b5563;
  max-width: 45rem;
  margin: 0 auto;
  margin-top: 2rem;
}

.row2 {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.col-md-4 {
  flex: 1;
}

/* Footer Section */
.footer-section {
  background-color: #032a52;
  color: white;
  padding: 40px 0;
  text-align: center;
}

.footer-section .social-links a {
  color: white;
  margin: 0 15px;
  font-size: 18px;
  text-decoration: none;
}

.footer-section .social-links a:hover {
  text-decoration: underline;
}

/* Media Queries for Responsiveness */
@media (max-width: 768px) {
  body {
    width: auto;
    align-content: center;
    align-items: center;
  }

  .top-star {
    background-color: #71d43877;
    color: #295700;
    width: auto;
    padding: 2px;
    border-radius: 10px;
    margin-bottom: 0.5rem;
  }

  .top-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  /* Style button */
  .top-text a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: #004080;
    color: white;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 5px;
  }

  .top-text a:hover {
    background-color: #fff;
    color: #032a52;
  }

  /* Hero Section */
  .top-text {
    width: 100%;
    margin-top: 10px;
  }


  .hero-section h1 {
    font-size: 40px;
    margin-bottom: 15px;
  }

  .hero-section p {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .cta-btn {
    font-size: 16px;
    padding: 12px 25px;
  }

  .bnt-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    font-size: 17px;
  }

  /* Feature Box */
  .feature-box {
    height: auto;
  }

  .what-lif {
    justify-content: center;
    text-align: center;
    font-size: 18px;
    width: 100%;
  }

  .container-works {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  /* E-mail Section */
  .firstknow-section input[type="email"] {
    width: 90%;
  }

  .firstknow-section button {
    width: 35%;
  }

  /* List Section */
  .container-typical .list-unstyled {
    grid-template-columns: 1fr;
  }

  /* Grid Section */

  .grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Column Flex Adjustment */
  .row2 {
    display: block;
    margin-bottom: 10px;
  }

  .col-md-4 {
    flex: none;
    width: 100%;
    margin-bottom: 20px;
  }

  /* Adjust section titles */
  .section-title {
    font-size: 1.5rem;
  }

  .footer-section .social-links a {
    font-size: 16px;
  }

  .content-work {
    display: flex;
    flex-direction: column;
    width: 90%;
    height: auto;
  }

  .content-work h3 {
    font-size: 18px;
  }

  .content-work p {
    font-size: 14px;
  }

  /* Vertrauen Sie auf deutsche Qualität */
  .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    align-items: stretch;
    gap: 2rem;
    margin-bottom: 3rem;
  }

  .grid-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }

  .percentage {
    font-size: 2rem;
    font-weight: bold;
  }

  .description {
    font-size: 1rem;
    color: #666;
  }

  .how-work {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .content-work {
    padding: 15px;
  }

  .content-work h3 {
    font-size: 16px;
  }

  .content-work p {
    font-size: 13px;
  }

  .row2 .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row2 .fa-arrow-right {
    display: flex;
    justify-content: center;
    transform: rotate(90deg);
    margin: 10px 0;
  }
}

@media (max-width: 480px) {
  /* For small devices like phones */
  .hero-section h1 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .hero-section p {
    font-size: 14px;
  }

  .cta-btn {
    font-size: 14px;
    padding: 10px 20px;
  }

  .feature-box h3 {
    font-size: 20px;
  }

  .content-work small {
    font-size: 18px;
    width: 35px;
    height: 35px;
  }

  .firstknow-section h1 {
    font-size: 20px;
  }

  .firstknow-section input[type="email"] {
    width: 85%;
  }

  .firstknow-section button {
    width: 60%;
  }

  .container-typical .list-unstyled {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .footer-section .social-links {
    margin-top: 20px;
  }
}

/* Feedback message */
.feedback-message {
    display: none;
    text-align: center;
    padding: 15px;
    border-radius: 8px;
    margin-top: 15px;
    font-weight: bold;
    color: #fff;
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.feedback-message.success {
    background-color: #28a745;
}

.feedback-message.error {
    background-color: #dc3545;
    color: #fff !important;
}

.feedback-message.hide {
    opacity: 0;
}

.feedback-icon {
    margin-right: 10px;
    font-size: 1.2em;
}
