@media (max-width: 1199.5px) {
  /* style css */
  h1 {
    font-size: 3.75rem;
  }
  h2 {
    font-size: 2.1875;
  }
  h3 {
    font-size: 1.875rem;
    line-height: 2.6875rem;
  }
  h5 {
    font-size: 1.0625rem;
  }
}

@media (max-width: 991px) {
  .banner_wrapper .top-right-img img{
    margin-bottom: 15rem;
  }
  .header-scrolled {
    height: auto;
  }
  .header_wrapper .menu-navbar-nav {
    text-align: center;
    background-color: var(--bg-white);
    padding-bottom: 0.9375rem;
  }
  .header_wrapper .navbar-collapse {
    margin-top: -0.125rem;
  }
  .header_wrapper .nav-item .nav-link {
    margin-top: 0.9375rem;
  }

}



@media(max-width: 767px) {
  h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  h2 {
    font-size: 1.875rem;
    line-height: 2.375rem;
  }
  h3 {
    font-size: 1.5625rem;
    line-height: 2.1875rem;
  }
  .about_wrapper .client-info::before {
    top: 0.25rem;
    left: 2.1875rem;
  }
  .about_wrapper .client-info > div {
    display: flex;
    justify-content: center;
  }
  
 
  .banner_wrapper .top-right-img{
    margin-top: -120px;
  }
  .banner-content{
    margin-top: -177px;
  }
  .serviesContainer{
    width: 17rem;
  }
  .servicesAbout{
 width: 31rem;
  }
  .navbar-toggler {
    background-color: white;
    border: none;
}

.navbar-toggler:focus {
    outline: none;
}

.navbar-nav .nav-link {
    color: white;
}

.navbar-collapse.collapse.show {
    background-color: #854fee ;
}
.sContainer{
  margin-left: 4rem;
}

.fExplore{
  margin-top: 36px;

  margin-left: 5px;
}
.footer .nav{
  margin-top: -19px;
}
.fContect{
  margin-left: 5px;
  margin-top: 31px;
}
.spaces{
  display: flex;
  flex-direction: column;
}
.row .smallD{
  mix-blend-mode: multiply;
  width: 144px;
}
}