@media(max-width:900px){
  .section-title{
   
  transform: translateX(1%);
  
  
  }
  .top-bar{
    display: none;
  }
}


.pre-footer-bg{
  background: url('../images/gallery3.webp')rgba(0, 0, 0, 0.9);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: multiply;
  height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
}