html, body {
    position: relative;
    height: 100%;
    scroll-behavior: smooth;

}

body {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.swiper-container {
    width: 100%;
    height: 530px;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
}

#slidercontent {
    position: absolute;
   
    
    color: #FFF;
   
    z-index: 3;
}

#overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5);
}

