@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+Thai:wght@100..900&display=swap');

* {
    font-family: "Inter", "Noto Sans Thai", sans-serif;
}

.home-slider {
    position: relative;
}

.home-slider img.wave-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 90;
}

.rs-slider.slider6 .slider {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg-blur {
    padding: 2rem;
    border-radius: 2rem;
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.1);
}

.mobile-bottom-bar {
    display: none;
}