body {
  color: #212529;
  font-family: "Unbounded", sans-serif;
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 0 !important;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

header {
  background-image: url("https://comenzi.bebetei.ro/themes/bootstrap5/landing-pages/elite/images/background-image.jpg");
  background-position: bottom center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed;
  background-size: cover !important;
  color: white;
  height: 738px;
}
header nav {
  align-items: center;
  display: flex;
  gap: 1rem;
}
header nav a {
  color: white;
}
header .header-wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 4rem 0;
}

h1 {
  font-size: 48px;
  line-height: 48px;
  margin-top: 2rem;
}

h2 {
  font-size: 30px;
  font-weight: bold;
  margin-top: 3rem;
}

h3 {
  font-size: 24px;
  font-weight: bold;
}

.svg-icon {
  height: 2.6875rem;
  margin-bottom: 1rem;
  width: 2.6875rem;
}

.benefit img {
  border-radius: 1rem;
  margin-bottom: 2.5rem;
}
.benefit h3 {
  margin-bottom: 2rem;
}

#accordion-elite {
  max-width: 700px;
}
#accordion-elite .accordion-item {
  background-color: #e3e3e3;
  border: none;
  margin-bottom: 1rem;
}
#accordion-elite .accordion-item h2 {
  margin-top: 0;
}
#accordion-elite .accordion-item .accordion-button {
  background-color: #e3e3e3;
  font-family: "Unbounded", sans-serif;
  font-weight: bold;
  font-size: 16px;
}
#accordion-elite .accordion-item .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #212529;
}
#accordion-elite .accordion-item .accordion-button:focus {
  box-shadow: none;
}

footer {
  background-color: #0b1020;
  color: #ffffff;
  padding: 4rem 0;
}
footer a,
footer .copy-text,
footer .prize {
  color: #a3a3a3;
  font-size: 14px;
}
footer h4 {
  font-size: 18px;
  margin-bottom: 1.5rem;
}
footer ul {
  color: #bababa;
  font-size: 16px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer ul li {
  margin-bottom: 0.5rem;
}
footer .links a {
  color: #a3a3a3;
  font-size: 14px;
}
footer .links a:hover {
  color: white;
}

#program,
#footer-email {
  font-size: 14px;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.footer-acc-logos {
  margin: 2.5rem 0;
}

.container {
  padding: 0 1rem;
}

nav a:hover {
  color: #a3a3a3;
}

#social-networks {
  align-items: center;
  display: flex;
  gap: 1rem;
}
#social-networks a {
  color: #7d62c4;
  display: inline-block;
}
#social-networks a i {
  font-size: 27px;
}

#payments {
  margin-left: 2rem;
}
#payments a {
  background-color: #c7c7c7;
  border-radius: 5px;
}

#page-loading {
  display: none;
}

@media (min-width: 992px) {
  h1 {
    font-size: 74px;
    line-height: 74px;
  }
  h2 {
    font-size: 50px;
  }
  h3 {
    font-size: 24px;
  }
  #accordion-elite .accordion-item .accordion-button {
    font-size: 20px;
  }
  footer h4 {
    font-size: 18px;
  }
  footer ul {
    font-size: 16px;
  }
  body {
    font-size: 16px;
  }
}

/*# sourceMappingURL=styles.css.map */
