.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

nav a,
nav button,
nav h3 {
  color: white !important;
}

.logo-filter {
  filter: brightness(100);
}

.brightness-100 {
  filter: brightness(100);
}

.fixed-header .logo_with_round {
  display: none;
}

.fixed-header .logo_without_round {
  display: block;
}

.logo_without_round {
  display: none;
}

.fixed-header .logo-filter {
  filter: none;
}

.fixed-header {
  padding: 0;
}

.fixed-header nav {
  background-color: white;
}

.fixed-header nav a,
.fixed-header nav button,
.fixed-header nav h3 {
  color: black !important;
}

.nav-submenu {
  width: 350px;
}

.nav-menu__item {
  font-size: 1.2em;
}

.nav-submenu__link {
  font-size: 0.7em;
}

.features {
  margin-bottom: 100px;
}

.w-90 {
  width: 90% !important;
}

.h-100vh {
  height: 100vh !important;
}

.pb-6 {
  padding-bottom: 3.5rem;
}

#contact {
  margin-top: 50px;
  margin-bottom: 100px;
}

.bg-red {
  background-color: #ed1c24;
}

.bg-blue {
  background-color: #2e3192;
}

.text-red {
  color: #ed1c24;
}

.text-blue {
  color: #2e3192;
}

.fw-bold {
  font-weight: bold !important;
}

.border-none {
  border: none !important;
}

.rounded-full {
  border-radius: 50%;
  overflow: hidden;
}

.contact-container {
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0.8)
    ),
    url(../images/thumbs/map.png);
  background-repeat: no-repeat;
  background-position: center;
  color: black;
  padding-top: 50px;
}

.input-field {
  padding: 10px 20px;
  line-height: 30px;
}

#whatsapp {
  position: fixed;
  bottom: 10px;
  right: 40px;
  z-index: 100;
}

.progress-wrap {
  inset-inline-end: 40px;
  inset-block-end: 70px;
}

.hero {
  min-height: 100vh;
}

.hero-video-container {
  position: relative;
}

.video-overlay {
  background: rgba(0, 0, 0, 0.25);
}

video {
  z-index: -1;
}

.features-p,
.whyChooseUs-p {
  line-height: 1.5;
}

.features-item {
  display: grid;
  grid-template-rows: auto 1fr 1fr auto;
  align-items: start;
}

.features-item h5,
.features-item p {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.wcu-img {
  width: 75px;
  height: 75px;
}

.gap-15-px {
  gap: 15px;
}

.w-50px {
  width: 50px;
}

.d-custom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.fs-custom-1 {
  font-size: 20px !important;
  line-height: 25px !important;
}

.fs-custom-2 {
  font-size: 15px !important;
  line-height: 20px !important;
}

.py-150-px {
  padding: 150px 0;
}

@media only screen and (max-width: 600px) {
  .testimonials-slider {
    overflow: hidden;
    width: 90%;
  }

  .key-features h5 {
    font-size: 15px;
    line-height: 18px;
  }

  .key-features p {
    font-size: 10px;
    line-height: 12px;
  }

  .contact-container {
    background-position: top;
  }

  #whatsapp img {
    width: 40px;
    height: 40px;
  }
}
