.sl-title-top{
margin-top: -250px !important;
}

.search-tours-form{
    bottom: 180px !important;
}

@keyframes slideleft {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
}

.air-logos{
    overflow: hidden;
    padding: 20px 0;
    white-space: nowrap;
    position: relative; /* Add position relative */
}

.logo-slider{
    display: inline-block;
    animation: 35s slideleft infinite linear;
    margin-right: 130px;
}

.logo-slider img{
    height: 100%;
    margin: 0 40px;
    color: white;
}

.submit-button{
    background-color: #99333E;
    /* padding-left: 55px; */
    text-align: center;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;

}

@media (max-width: 600px) {
    .logo-slider {
        animation-duration: 20s; /* Speed up animation for mobile */
        width: 200%;
        margin-right: 150px;
    }

    .logo-slider img {
        margin: 0 20px; /* Reduce margin for mobile */
    }
}

@media screen and (max-width: 450px){
    .sl-title-top{
        margin-top: 10px !important;
    }
    .search-tours-form{
        bottom: 2000px !important;
    }
}

@media screen and (max-width: 990px){
    .sl-title-top{
        margin-top: 80px !important;
    }
}