@media all and (min-width: 768px) {
  .header-content h1 {
    max-width: 85%;
    font-size: 50px !important;
  }
}

.today-offer .offer-price {
  line-height: 1;
  color: #f9b900;
}

.today-offer .small-text {
  display: inline-block;
  font-size: 24px;
  color: #8cddff;
  line-height: 1 !important;
}

.today-offer {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.offer-price small {
  font-size: 30px;
}

@media all and (max-width: 768px) {
  .mobile-h1 {
    font-size: 34px !important;
  }
  
  .today-offer .offer-price {
    font-size: 36px;
  }
  
  .top-44 {
    top: 44px !important;
  }
  
  .business-logo {
    max-width: 90px !important;
  }
    
  #home {
        padding-top: 90px !important;
    }
}

.form-label {
    margin-bottom: 0.2rem;
    font-size: 14px;
}
 
 .business-logo {
    max-width: 110px !important;
  }
  
@media all and (min-width: 1200px) {
  #services .container-fluid {
    max-width: 1620px;
    width: 100%;
  }

  #home .container-fluid {
    max-width: 1500px;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  #services .container-fluid {
    max-width: 1400px;
    width: 100%;
  }

  #home .container-fluid {
    max-width: 1495px;
    width: 100%;
  }
}

@media (max-width: 700px) {
  #services .container-fluid {
    width: 100%;
  }
  #home .container-fluid {
    width: 100%;
  }
}

.btn-secondary {
  --bs-btn-bg: #f8b61b;
  --bs-btn-border-color: #f8b61b;
}
.btn:hover {
  /* color: var(--bs-btn-hover-color); */
  background-color: #ed2124;
  border-color: #ed2124;
}
#header .main-menu > .menu-item > a {
  color: #212121;
}
/* #header .main-menu>.menu-item>a:hover {
    color: #f8b61b;
} */
#header .main-menu > .menu-item:hover > a {
  color: #ed2124 !important;
}
.tracknumber {
  /* color: #212121; */
  color: #ed2124;
}
#top-header {
  background-color: #212121;
}
#bottom-header {
  background-color: #212121;
}
#valueProp {
  background-color: #212121;
}
.btn-outline-primary {
  --bs-btn-color: #ed2124;
  --bs-btn-border-color: #ed2124;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ed2124;
  --bs-btn-hover-border-color: #ed2124;
  --bs-btn-focus-shadow-rgb: 0, 95, 151;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ed2124;
  --bs-btn-active-border-color: #ed2124;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ed2124;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ed2124;
  --bs-gradient: none;
}
.copyright {
  background-color: #212121;
}
footer {
  background-color: #212121;
}
btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  color: #fff;
  background-color: #ed2124;
  border-color: #ed2124;
}
#brands {
  /* padding: 4.5rem; */
  background-color: #fff;
}
#brands .section-title {
  margin-bottom: 60px;
}
#brands ul.brands-logos {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
#brands ul.brands-logos li img {
  max-height: 80px;
  /* max-width: 230px; */
}
#brands ul.brands-logos li {
  display: inline-block;
  margin: 0 50px 50px;
}
#brands .section-title h2 {
  font-size: 39px;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  #brands .section-title h2 {
    font-size: 34px;
  }
}
@media (max-width: 414px) {
  #brands ul.brands-logos li {
    width: 49%;
    margin: 0;
    padding: 0 10px;
    margin-bottom: 35px;
  }
  #brands ul.brands-logos li img {
    width: 100%;
  }
  .fs-5 {
    font-size: 1.18rem !important;
  }
}
#mobileMenu {
  background-color: #212121;
}
#mobileMenu .tracknumber {
  color: #fff;
}

ul.list {
  list-style-type: none;
  padding: 0;
  margin: 30px 0;
  text-transform: capitalize;
}
ul.list li {
  font-family: "Inter", sans-serif;
  margin: 6px 0;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}
#header .list li {
  color: #fff;
}
ul.list li:before {
  font-family: "Font Awesome 6 Pro";
  color: #f8b61b;
  margin-right: 8px;
  font-size: 24px;
}

#services .bg-primary{
    background-color: rgba(237, 33, 36, 0.6) !important;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

#contact_form_1 select {
    background-color: #fff;
    border: 0.0625rem solid var(--bs-neutral-700);
    border-radius: 0;
    color: var(--bs-neutral-500);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    padding: 0.8125rem 1rem;
    width: 100%;
}