@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&family=Righteous&family=Roboto:wght@300;700&display=swap");
.swiper-container {
    width: 100%;
    height: 100%;
    background: #000;
    font-family: 'Roboto', sans-serif;
}

.swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 60px;
}

.parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.swiper-slide .title {
    font-family: 'Raleway', sans-serif;
    font-size: 41px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.swiper-slide .subtitle {
    font-size: 21px;
    font-size: 300;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.swiper-slide .text {
    font-size: 16px;
    max-width: 400px;
    line-height: 1.5;
    letter-spacing: 1px;
}
