#contact-us {
    scroll-margin-top: 40px;
}

#why-us {
    scroll-margin-top: 40px;
}

#booking {
    scroll-margin-top: 40px;
}

.socials {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    max-width: 600px;
    margin-bottom: 3rem;
}

.social-btn {
    transition: 0.3s ease all;
}

.social-btn:hover {
    transform: translateY(-12px);
}

.used-by-img {
    width: 100%;
    object-fit: contain;
    min-height: 300px;
    max-height: 300px;
}

@media screen and (min-width >= 1024) {
    .used-by-img {
        aspect-ratio: 1;
    }
}

.swiper-container {
    width: 100%;
    height: 600px;
    margin: 20px auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide a .image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

