.main_header,
.hero_banner {
  background-color: var(--black);
}
.site_header_inner {
  border-bottom: 1px solid #ffffffa6;
  padding-bottom: 20px;
}
ul.navbar_m li a {
  color: var(--white);
}
ul.navbar_m li.active a,
ul.navbar_m li:hover a {
  font-weight: 600;
}
.hero_banner_content h1 {
  font-family: var(--font-family-secondary);
  font-size: 64px;
  line-height: 1.5;
  color: var(--white);
      max-width: 1100px;
    margin: 0 auto 20px;
}
.hero_banner_content p {
  font-family: var(--font-family-primary);
  font-size: 18px;
  line-height: 1;
  color: var(--white);
}
.service_icon_m_inner_box_text p {
  font-weight: 500;
}
.form_section_m {
  /* background-image: url('../images/form.jpg'); */
  background-color: #000000;
  padding: 100px 0;
  background-position: center;
  background-size: cover;
  position: relative;
}
.bid_sec_m {
  position: relative;
  background-image: url("../images/547 1.png");
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  padding: 100px 0;
}
.form_section_m::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    to bottom,
    #000000 0%,
    #00000000 80%,
    #000000 100%
  );
}
.bid_sec_m a {
  background-image: none;
  color: var(--white);
  display: inline-block;
  margin: 40px auto 0 auto;
}
.bid_sec_m h2 {
  max-width: 550px;
  margin: 0 auto;
  font-family: var(--font-family-secondary);
}
.form_contnt h2 {
  font-family: var(--font-family-secondary);
}
.upper_footer {
  padding: 50px 0 0 0;
}
.lower_footer {
  padding: 25px 0 20px 0;
}
.lower_footer p {
  color: #fff;
  font-size: 14px;
}
body:has(.show) {
  overflow: hidden;
}
.hamBurger {
  display: none;
  gap: 5px;
  flex-direction: column;
}

.hamBurger > * {
  height: 2px;
  width: 25px;
  background: #fff;
}
.footer_main {
  background: linear-gradient(to right, #000000 0%, #2a2a2a 100%);
}
.social_btn p {
  color: #fff;
}
.closeIcon {
  display: none;
}
@media (max-width: 1199px) {
  .hero_banner_content h1 {
    font-size: 55px;
  }
}
@media (max-width: 992px) {
  .hero_banner_content h1 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .hero_banner_content h1 {
    font-size: 30px;
  }
  .upper_footer > * {
    flex-wrap: wrap;
    row-gap: 30px;
  }

  nav.footer_menu ul {
    gap: 15px;
  }
  .service_icon_m_inner_box {
    flex-wrap: wrap;
    gap: 20px 10px;
  }
  .service_icon_m_inner_box > * {
    width: calc(50% - 5px);
  }
  .closeIcon > * {
    height: 2px;
    width: 25px;
    background-color: var(--white);
    display: inline-block;
    transform: rotate(45deg);
    z-index: 2;
    position: relative;
  }
  .closeIcon > *:first-child {
    transform: translate(25px, 0) rotate(45deg);
  }
  .closeIcon {
    position: absolute;
    top: 30px;
    right: 30px;
    display: flex;
    z-index: 10;
  }
  .closeIcon > *:last-child {
    transform: rotate(-45deg);
  }
  .header_menu {
    position: fixed;
    top: 0;
    right: -350px;
    height: 100%;
    width: 100%;
    z-index: 100;
    max-width: 350px;
    transition: all 0.2s linear;
  }
  .show .header_menu {
    right: 0;
  }
  /* .hamBurger {
    display: flex;
  } */
  .header_menu > ul {
    flex-direction: column;
    align-items: baseline;
    padding: 60px 20px 20px 20px;
    z-index: 10;
    position: relative;
    height: 100%;
    justify-content: flex-start;
    gap: 25px;
  }
  /* .header_btn a {
    display: none;
  } */
  .header_menu::before {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 1);
    z-index: 1;
  }
  .bid_sec_m {
    padding: 50px 0;
  }
  .bid_sec_m h2 {
    font-size: 30px;
  }
}
.service_icon_m {
  background-color: var(--grey);
}
