@font-face {
  font-family: "Roboto Condensed";
  src: url("/common/static/fonts/RobotoCondensed/RobotoCondensed-Regular.woff2") format("woff2"), url("/common/static/fonts/RobotoCondensed/RobotoCondensed-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: RobotoCondensed-Bold;
  src: url("/common/static/fonts/RobotoCondensed/RobotoCondensed-Bold.ttf");
}
@font-face {
  font-family: RobotoCondensed-Italic;
  src: url("/common/static/fonts/RobotoCondensed/RobotoCondensed-Italic.ttf");
}
@font-face {
  font-family: RobotoCondensed-Light;
  src: url("/common/static/fonts/RobotoCondensed/RobotoCondensed-Light.ttf");
}
@font-face {
  font-family: "BebasNeue-Regular";
  src: url("/common/static/fonts/bebas-neue/BebasNeue-Regular.woff2") format("woff2"), url("/common/static/fonts/bebas-neue/BebasNeue-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: RussoOne-Regular;
  src: url("/common/static/fonts/Russo_One/RussoOne-Regular.ttf");
}
@font-face {
  font-family: "Russo One";
  src: url("/common/static/fonts/Russo_One/RussoOne-Regular.woff2") format("woff2"), url("/common/static/fonts/Russo_One/RussoOne-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Exo2;
  src: url("/common/static/fonts/Exo_2/Exo2-VariableFont_wght.ttf");
}
@font-face {
  font-family: Comfortaa-Regular;
  src: url("/common/static/fonts/Comfortaa/Comfortaa-Regular.ttf");
}
@font-face {
  font-family: Comfortaa-Bold;
  src: url("/common/static/fonts/Comfortaa/static/Comfortaa-Bold.ttf");
}
@font-face {
  font-family: Race-sport;
  src: url("/common/static/fonts/race-sport/Race-sport.ttf");
}
@font-face {
  font-family: cross-boxed;
  src: url("/common/static/fonts/cross-boxed/cross-boxed.ttf");
}
@font-face {
  font-family: Urbanist-Bold;
  src: url("/common/static/fonts/Urbanist/Urbanist-Bold.ttf");
}
@font-face {
  font-family: Urbanist-Regular;
  src: url("/common/static/fonts/Urbanist/Urbanist-Regular.ttf");
}
@font-face {
  font-family: Urbanist-Light;
  src: url("/common/static/fonts/Urbanist/Urbanist-Light.ttf");
}
@font-face {
  font-family: Urbanist-Thin;
  src: url("/common/static/fonts/Urbanist/Urbanist-Thin.ttf");
}
@font-face {
  font-family: Axiforma-Regular;
  src: url("/common/static/fonts/Axiforma/Axiforma-Light.ttf");
}
@font-face {
  font-family: Hind-bold;
  src: url("/common/static/fonts/Hind/Hind-Bold.ttf");
}
.section-offers {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .section-offers {
    flex-direction: row;
    gap: 10px;
  }
}
.section-offers .offer {
  background-color: #ffffff;
  padding: 10px 15px;
  flex: 1;
  display: flex;
  flex-direction: column;
  border: 1px solid #cbcbcb;
  border-radius: 8px;
}
.section-offers .offer {
  cursor: pointer;
}
.section-offers .offer h3 {
  font-size: calc(1.2rem * var(--font-scale-factor));
  margin: 10px 0;
  width: 350px;
}
.section-offers .offer p {
  font-size: calc(1rem * var(--font-scale-factor));
  color: #555555;
}
.section-offers .offer .top-icon {
  width: 35px;
  height: 35px;
  position: relative;
}
.section-offers .offer:hover {
  background-color: #f1f1f1;
  border: 1px solid #FFB300;
  transition: all 0.3s ease;
}
.section-offers .offer .text-holder {
  width: 350px;
}

.section-starts-here {
  width: 100%;
  padding: 5px 20px;
  align-items: center;
  background-color: #FFB300;
  border-radius: 10px;
  border: 1px solid #292929;
}
.section-starts-here h2 {
  font-size: calc(1.5rem * var(--font-scale-factor));
  margin: 0;
  padding: 0;
}
.section-starts-here h5 {
  font-size: calc(1.1rem * var(--font-scale-factor));
  margin: 0;
  padding: 0;
  margin-top: 5px;
  color: #292929;
}
.section-starts-here img {
  width: 80px;
  height: 80px;
  margin-right: 20px;
}
.section-starts-here .light-button {
  background-color: #292929;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 1rem;
  cursor: pointer;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
  text-decoration: none;
  margin-left: 10px;
  min-width: 180px;
}
.section-starts-here .light-button:hover {
  background-color: #000000;
}
.section-starts-here a {
  display: flex;
  align-items: center;
  margin-left: 10px;
  text-decoration: underline;
  font-size: calc(1rem * var(--font-scale-factor));
}

.section-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 40px;
}
.section-cards .card {
  background-color: #292929;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 5px solid #FFB300;
  color: white;
  width: 200px;
  height: 200px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.9);
  transition: transform 0.2s;
}
.section-cards .card .card-icon {
  width: 45px;
  height: 45px;
  margin-top: -50px;
  margin-bottom: 20px;
  border: 3px solid #FFB300;
  background-color: #292929;
  border-radius: 50%;
  padding: 5px;
  display: flex;
  font-size: 1.3rem;
  align-items: center;
  justify-content: center;
}
.section-cards .card:hover {
  transform: scale(1.04);
}
.section-cards .card h3 {
  font-size: calc(1.27rem * var(--font-scale-factor));
  letter-spacing: 1.5px;
  margin-bottom: 10px;
  color: #FFB300;
  font-family: "BebasNeue-Regular", sans-serif;
  line-height: 20px;
}
.section-cards .card p {
  font-size: calc(1.05rem * var(--font-scale-factor));
  margin: 0;
  color: #dddddd;
}

.under-the-hood-savings {
  overflow-x: scroll;
  height: 335px;
  width: 100%;
  gap: 15px;
  flex-wrap: nowrap;
}
.under-the-hood-savings .saving-item {
  display: inline-block;
  width: 250px;
  text-align: center;
  background-color: #e2e2e2;
  border-radius: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  overflow: hidden;
}
.under-the-hood-savings .saving-item:hover {
  background-color: #bdbdbd;
}
.under-the-hood-savings .saving-item img {
  width: 250px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.under-the-hood-savings .saving-item h3 {
  font-size: 1.1rem;
  color: #2b2b2b;
  margin-bottom: 5px;
  margin-top: 10px;
}
.under-the-hood-savings .saving-item p {
  font-size: 0.9em;
  color: #000000;
  padding-left: 5px;
  padding-right: 5px;
}

.recycling-section {
  width: 100%;
  padding: 10px;
  background-color: #292929;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 10px;
  margin-bottom: 30px;
}
.recycling-section div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.recycling-section h2 {
  font-size: calc(1.2rem * var(--font-scale-factor));
  margin: 0px;
  color: #e7e7e7;
  font-family: "RobotoCondensed-Bold", sans-serif;
}
.recycling-section i {
  padding-top: 5px;
  font-size: 1.7rem;
  color: #FFB300;
}

/*# sourceMappingURL=main-front-page.css.map */
