body {
    font-family: 'Inter', sans-serif;
    background-color: #ffffff;
    color: #040303;
}
/* h1,
h2 {
    font-family: 'Playfair Display';
} */
.swiper {
    width: 100%;
    height: 100vh;
}
@media (max-width: 768px) {
    .swiper {
        height: 100vh;
        width: 100%;
        /* border-radius: 15px; */
        overflow: hidden;
    }
}
/* Mobile Menu Animation */
#mobile-menu {
    transition: transform 0.5s ease-in-out;
}

.scrollbar-hide::-webkit-scrollbar {
    display: none;
}
.scrollbar-hide {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
