.card {
    width: 100%;
    height: auto;
    border-radius: 25px;
    background-color: #070708;
    padding:7% 7%;
}
.carsouel-text h1 {
    font-weight: 400;
    font-size: 50px;
    line-height: 65.1px;
    color: #4585FF;
}
.carsouel-text span {
    font-weight: 400;
    font-size: 50px;
    line-height: 65.1px;
    color: #ffffff;
}
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide a {
    text-decoration: none;
    color: inherit;
}
.img-wrapper img {
    border-radius: 15px;
    width: 100%;
    height: auto;
}
.card-body {
    padding: 0px !important;
}
.swiper-slide .card-title {
    transition: color 0.3s ease;
    font-size: 31px;
    font-weight: bold;
    line-height: 40.36px;
    color: #000000;
    margin-top: 8%;
    text-align: start;
}

.swiper-slide:hover .card-title {
    color: #4585FF;
}

.card-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 26.04px;
    color: #c3c3c3;
    text-align: start;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 25px;
}

.card-header {
    height: auto;
    background-color: #FFFFFF;
    border-radius: 25px !important;
}
.swiper-container {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 5%;
    margin-bottom: 10% !important;
}

/* Swiper Wrapper */
.swiper-wrapper {
    display: flex;
    transition: transform 0.3s ease;
}

/* Swiper Slide */
.swiper-slide {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.swiper-slide img {
    max-width: 100%;
    border-radius: 15px;
    object-fit: cover;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.full-width-slider {
    position: relative;
    width: 100%;
}
.swiper-pagination {
    position: absolute;
    bottom: -20px !important;
    left: 50% !important;
    transform: translateX(-50%);
    width: auto !important;
    z-index: 10;
    border-radius: 15px;
    background-color: #e6e6e6;
    padding: 2px 10px;
    text-align: center;
}
.swiper-pagination-bullet {
    background: gray;
    opacity: 0.7;
    margin: 0 4px;
}
.swiper-pagination-bullet-active {
    background: #000;
}
.container-fluid {
    padding: 0;
}
.slide-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 10px;
}

@media only screen and (max-width: 360px) {
    .card{
        padding:7% 15%;
    }
    .card-title {
        font-size: 15px !important;
    }
    .card-text {
        font-size: 14px;
    }
    .carsouel-text{
        margin-left: 10px;
        margin-bottom: 0px !important;
    }
    .carsouel-text h1,
    .carsouel-text span {
        font-size: 18px;
    }
}

@media only screen and (min-width: 361px) and (max-width: 504px) {
    .card-title {
        font-size: 20px;
    }

    .card-text {
        font-size: 16px;
    }

    .carsouel-text h1,
    .carsouel-text span {
        font-size: 20px;
    }
}

@media only screen and (min-width: 505px) and (max-width: 684px) {
    .carsouel-text h1,
    .carsouel-text span {
        font-size: 40px;
    }
}

@media only screen and (min-width: 685px) and (max-width: 768px) {
    .card-title {
        font-size: 20px;
    }

    .card-text {
        font-size: 16px;
    }

    .carsouel-text h1 {
        margin-left: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .card-title {
        font-size: 25px;
    }

    .card-text {
        font-size: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1219px) {
    .card-title {
        font-size: 21px;
    }

    .card-text {
        font-size: 15px;
    }
}
