.nav-box{
    position: fixed !important;
    top: 10px !important;
    z-index: 1000;
}
.single-services-hero{

    height: 100vh;
    position: relative;
}
.hero-text{
    position: relative;
    z-index: 33;
        justify-self: anchor-center;
}
.hero-text+div {
    flex: 4;

}

.fake-btn{
    width: 40px;
    height: 40px;
}
.contact img{
 z-index:-3
}
.contact_form{

}
.contact_form form input,
 .contact_form form textarea {

  border: none;
  border-radius: 24px;
  padding: 12px 10px;
  font-size: 18px;
  background: var(--bg-color);
  outline: none;
  width: 100%;

}