
.container_swp  {
    width: 100%;
    min-height: 100vh;
    column-gap: 40px;
    padding: 60px 6%;
}


.container_swp  .side-info {
    margin: 20px 0;
}


.container_swp  .side-info span {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 16px;
    color: #717171;
}


.container_swp  .side-info h1 {
    text-transform: capitalize;
    letter-spacing: 0.8px;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-size: 56px;
    background-color: #005baa;
    background-image: linear-gradient(45deg, #005baa, #000000);
    background-size: 100%;
    background-repeat: repeat;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}



.container_swp  .side-info hr {
    display: block;
    background: #005baa;
    height: 4px;
    width: 20%;
    margin: 18px 0;
}

.container_swp  a {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    color: #717171;
    font-weight: 500;
    background: #fff;
    border-radius: 50px;
    border: 2px solid #c2c2c2;
    padding: 8px 16px;
    margin-top: 20px;
    transition: 0.3s ease-in-out;
}



.container_swp  a:hover {
    border: 2px solid #005baa;
    color: #005baa;
}

.container_swp  .swiper {
    width: 100%;
}



.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination {
    bottom: 20px !important;
}

.swiper-slide {

    height: 500px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
}

.swiper-slide h2 {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 10px;
    padding: 0 0 0 24px;
    text-transform: uppercase;
}

.swiper-slide p {
    color: #dadada;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    padding: 0 24px;
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.swiper-slide a {
    margin: 20px 25px 50px !important;
    padding: 8px 16px !important;
    font-size: 14px;
    border: none;
}




.swiper-slide a:hover {
    border: none;
}

.swiper-slide div {
    display: none;
    opacity: 0;
    padding-bottom: 10px;
}

.swiper-slide-active div {
    display: block;
    opacity: 1;
}

.slide-one {
    background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url('https://github.com/MdRasen/Landing-Page-Using-SwiperJS/blob/main/Landing%20Page%20Using%20SwiperJS/assets/car1.jpg?raw=tru') no-repeat 50% 50% / cover;
}

.slide-two {
    background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url('https://github.com/MdRasen/Landing-Page-Using-SwiperJS/blob/main/Landing%20Page%20Using%20SwiperJS/assets/car1.jpg?raw=tru') no-repeat 50% 50% / cover;
}

.slide-three {
    background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url('https://github.com/MdRasen/Landing-Page-Using-SwiperJS/blob/main/Landing%20Page%20Using%20SwiperJS/assets/car1.jpg?raw=tru') no-repeat 50% 50% / cover;
}


@media (min-width: 800px) {
    .container_swp  {
        display: flex;
        align-items: center;
    }

    .container_swp  .side-info {
        margin-bottom: 20px;
    }
}

@media (max-width: 500px) {
    .container_swp  .side-info h1 {
        font-size: 46px;
    }

    .container_swp  .side-info p {
        font-size: 14px;
    }
}




.swiper {
    width: 100%;
    padding: 1.875rem 0;
}

.swiper-slide {
    width: 20.75rem;
    height: 30rem;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: self-start;
    box-shadow: 0.063rem 0.5rem 1.25rem rgba(0, 0, 0, 0.1216);
    box-shadow: 0px 0px 20px 9px;

}
.swiper-slide-img {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform: rotate(180deg);
    line-height: 0;
    bottom: -0.063rem;

}
.swiper-slide-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    object-fit: cover;
    z-index: -1;
    transition: 0.3s ease-in-out;
    transform: rotate(-180deg);
}
.swiper-slide-img svg {
    position: relative;
    display: block;
    width: calc(300% + 1.3px);
    height: 5rem;
    transform: rotateY(180deg);
}
.swiper-slide-img .shape-fill {
    fill: #ffffff;
}
.swiper-slide-content {
    background: #fff;
    padding: 0 1.65rem;

    width: 100%;
}
.swiper-slide-content > div {
    transform: translateY(-1.25rem);
}
.swiper-slide-content h2 {
    color: #000;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 0.425rem;
    text-transform: capitalize;
    letter-spacing: 0.02rem;
}
.swiper-slide-content p {
    color: #000;
    line-height: 1.6;
    font-size: 0.9rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.swiper-slide-content .show-more {
    width: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #24aad9;
    border-radius: 50%;
    box-shadow: 0px 0.125rem 0.875rem #24aad96b;
    margin-top: 1em;
    margin-bottom: 0.2em;
    height: 0;
    opacity: 0;
    transition: opacity 0.3s ease-in;
    margin-left: auto;
}
.swiper-slide-content .show-more:hover {
    background: #1184ac;
}
.swiper-slide-content .show-more svg {
    width: 1.75rem;
    color: #fff;
}

.swiper-slide-active:hover img {
    transform: scale(1.2) rotate(-185deg);
}

.swiper-slide-active:hover .show-more {
    opacity: 1;
    height: 3.125rem;
}

.swiper-slide-active:hover p {
    display: block;
    overflow: visible;
}

.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
    background-image: none;
}

.swiper-button-prev {
    background-image: url("../asset/Right.webp") !important;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    height: 100px;
    width: 100px;
    left: 80px;
}

.swiper-button-next {
    background-image: url("../asset/Left.webp") !important;

    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    height: 100px;
    width: 100px;
    right: 80px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "";
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "";
}

@media screen and (min-width: 93.75rem) {
    .swiper {
        width: 85%;
    }
}
