:root {
    --swiper-navigation-size: 20px;
}

.swiper-button-next, .swiper-button-prev{
    background-color: #fff;
    border-radius: 100%;
    padding: 20px;
}


.swiper {
    width: 100%;
    height: 100%;
    }

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.slider-card{
    height: 300px;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    background-size: 105%;
    background-repeat: no-repeat;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }

.slider-card {
    position: relative;
}

.card-line {
    border: none;
    border-top: 3px solid #fff;
    opacity: 1;
}

.gradient-overlay {
    position: relative;
}

.gradient-overlay::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    scale: 1.1;
}


 /* Media Query for Mobile Devices */
 @media (max-width: 480px) {

    .swiper-button-next, .swiper-button-prev{
        background-color: #fff;
        border-radius: 100%;
        padding: 12px;
    }

    :root {
        --swiper-navigation-size: 12px;
    }

    .slider-card{
        height: 250px;
    }

    .swiperText{
        font-size: 14px;
    }
}

/* Media Query for low resolution  Tablets, Ipads */
@media (min-width: 481px) and (max-width: 767px) {

}

/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 1024px){

    .swiper-button-next, .swiper-button-prev{
        background-color: #fff;
        border-radius: 100%;
        padding: 12px;
    }

    :root {
        --swiper-navigation-size: 12px;
    }

    .slider-card{
        height: 250px;
    }

    .swiperText{
        font-size: 14px;
    }
}

/* Media Query for Laptops and Desktops */
@media (min-width: 1025px) and (max-width: 1280px){

    .swiper-button-next, .swiper-button-prev{
        background-color: #fff;
        border-radius: 100%;
        padding: 12px;
    }

    :root {
        --swiper-navigation-size: 12px;
    }

    .slider-card{
        height: 350px;
    }

    .swiperText{
        font-size: 14px;
    }
}
