/* .swiper {
    width: 100%;
    height: 70%;
} */

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

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

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


.swiper-slide .title {
    margin-top: 100px;
    font-size: 51px;
    font-weight: 900;
    color: lightgrey;
}

.swiper-slide .subtitle {
    font-size: 41px;
    font-weight: 600;
    color: lightgrey;
}

.swiper-slide .text {
    font-size: 14px;
    max-width: 400px;
    line-height: 1.3;
    color: lightgrey;
}

@media (max-width: 1023px) and (min-width: 768px) {
    .swiper-slide .title {
        font-size: 40px;
    }

    .swiper-slide .subtitle {
        font-size: 30px;
    }

    .swiper-slide .text {
        font-size: 13px;
    }

    .message-row {
        font-size: 32px;
    }
}

/* Mobil cihazlar (767px ve altı) */
@media (max-width: 767px) {
    .swiper-slide .title {
        font-size: 28px;
    }

    .swiper-slide .subtitle {
        font-size: 22px;
    }

    .swiper-slide .text {
        font-size: 12px;
    }

    .message-row {
        font-size: 28px;
    }
}

.mega-slant-shape {
    position: relative;
}

.mega-slant-shape:after {
    background-color: var(--bs-body-bg);
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -1px;
    -webkit-clip-path: polygon(0 80%, 50% 100%, 100% 80%, 100% 100%, 0 100%);
    clip-path: polygon(0 80%, 50% 100%, 100% 80%, 100% 100%, 0 100%);
    content: "";
    height: 380px;
    position: absolute;
    width: 100%
}

/* burası son */