body {
    background-color: #C1D3E0;
    overflow-x: hidden !important;
}

img {
    max-width: 100%;
    display: block;
}

p {
    color: #475569;
}

h1, h2 {
    font-family: "Cinzel", sans-serif;
}

header {
    z-index: 2;
    position: relative;
}

.container {
    max-width: 1440px;
    padding-right: 20px;
    padding-left: 20px;
    margin: 0 auto;
}

.banner {
    margin-top: -159px;
    z-index: 1;
    position: relative;
}

.img-parallax1 {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 500px;
}

.vd-parallax1 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    min-height: 100vh;
    z-index: -1;
}

.swiper {
    width: 100%;
}

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

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

.swiper-button-next,
.swiper-button-prev {
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 200px !important;
    font-size: 16px;
}

.cashew-text-box1.text-white > p,
.cashew-text-box2.text-white > p,
.cashew-text-box3.text-white > p {
    color: white;
}
