.gallery-section{
    margin-top: 80px;
}

.gallery-container{
  background: linear-gradient(#8b9da9, #fff6e4);
  box-shadow: inset 0 0 100px hsla(0,0%,0%,.3);
}
.slick-next{
  right: 0px !important;
}

#slider img{
    width: 60%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
 }

 .fix-header-bar {
   background-color: white;
 }
 
 .btn-menu_i span,
 .login-menu {
   color: black;
 }

 @media (max-width: 768px) {
    /* Adjust styles for smaller screens */
    .slider img {
        height: auto;
    }

    #slider {
        width: 100%;
    }
}  
