.banner-home {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
  padding-top: 65px;
  position: relative;
}

.banner-home .wrap {
  position: relative;
  z-index: 3;
  max-width: 800px;
}

.banner-home h1 {
  border-left: 10px solid #d41022;
  padding-left: 14px;
  font-size: 38px;
  padding-bottom: 14px;
}
.menu svg {
  margin: 1px 4px;
  color: #d41022;
}

.banner-home h1,
.banner-home h2 {
  position: relative;
  z-index: 2;
  color: #1b3054;
  width: 100%;
  margin: 0;
  text-align: left;
}

.banner-home .btn {
  color: #fff;
  margin-top: 27px;
  /* margin-left: 24px; */
}

.banner-home h2 {
  margin: 0;
  margin-bottom: 36px;
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  text-transform: uppercase;
  border-left: 10px solid #1b3054;
  padding-left: 16px;
}


.banner-home ul {
  display: grid;
  gap: 16px;
  padding-left: 0;
  padding-top: 24px;
}

.banner-home ul li {
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.banner-home ul li img {
  width: 18px;
  height: auto;
}

.banner-home h2 ~ p {
  margin-top: 28px;
  /* background: rgb(255 255 255 / 30%); */
  width: fit-content;
  padding: 0 0 0 24px;
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
/* .banner-home::after {
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/2025/07/site-bg-3-city-min.png);
  background-size: cover;
  background-position: 0% 7%;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  filter: grayscale(60%);
  opacity: 1;
} */

.banner-home::before {
  content: "";
  position: absolute;
  /* background: linear-gradient(0deg, #ffffff, transparent, transparent); */
  /* background-size: cover;
  background-position: 0% 7%; */
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* filter: grayscale(47%); */
  opacity: 1;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.9),
    rgba(255, 255, 255, 0.4) 50%,
    transparent
  );
}

.banner-video {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* .banner-home:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
} */

@media (max-width: 1200px) {
  .banner-home {
    height: auto;
    padding: 120px 0;
  }
}

@media (max-width: 767px) {
  .banner-home {
    height: auto;
    padding: 100px 0;
  }
  .banner-home h1 {
    font-size: 24px;
  }
}
