.wrapper {
    min-height: 588px;
    position: relative;
}

@media screen and (max-width: 992px) {
    .wrapper {
        height: auto; 
        overflow: hidden;
    }
}

.content {
    height: 600px;
    margin: auto;
    width: 100%;
    /* max-width: 1050px; */
    display: flex;
    align-items: center;
    position: relative;
}

.icon {
    display: inline-block;
    width: 25px;
    height: 16px;
    stroke-width: 0;
    stroke: currentColor;
    fill: #918c8c;
    position: relative;
    top: -3px;
}

@media screen and (max-width: 1200px) {
    .content {
        max-width: 920px;
    }
}

@media screen and (max-width: 992px) {
    .content {
        max-width: 920px;
        margin-top: 138px;
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .content {
        margin-top: 20px;
    }
}

@media screen and (max-width: 576px) {
    .content {
        margin-top: 64px;
        margin-bottom: 20px;
    }
}

.bg-shape {
    height: 382px;
    border-radius: 50%;
    padding: 45px 40px;
    width: 400px;
    position: absolute;
    top: 0;
    right: 69px;
    display: flex;
    align-items: center;
    background: rgba(203, 210, 240, 0.5);
}

.bg-shape2 {
    height: 382px;
    border-radius: 50%;
    padding: 45px 40px;
    width: 541px;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    background: rgb(201 208 235 / 50%);
}


@media screen and (max-width: 1200px) {
    .bg-shape {
        width: 45%;
    }
}

@media screen and (max-width: 992px) {
    .bg-shape {
        width: 90%;
        height: 290px;
        align-items: flex-start;
        padding: 50px;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 767px) {
    .bg-shape {
        padding: 30px;
        width: 50%;
    }
    .bg-shape2 {
        height: 217px;
        width: 200px;
        right: 35%;
    }
}

@media screen and (max-width: 576px) {
    .bg-shape {
        height: 200px;
        padding: 30px;
    }

    .bg-shape2 {
        height: 217px;
        width: 200px;
        right: 20%;
    }
}

.bg-shape img {
    object-fit: contain;
    width: 510px;
    display: block;
    object-position: left center;
    opacity: 0.2;
    transform: rotate(-90deg) translateY(-50%);
    max-width: inherit;
    left: 10px;
    position: absolute;
}

@media screen and (max-width: 1200px) {
    .bg-shape img {
        width: 430px;
        left: 10px;
    }
}

@media screen and (max-width: 992px) {
    .bg-shape img {
        transform: none;
        width: 100%;
        position: relative;
        left: auto;
        margin-left: auto;
        margin-right: auto;
        object-fit: contain;
        height: 100%;
        object-position: top center;
    }
}

.next,
.prev {
    z-index: 22;
    display: inline-flex;
    border: none;
    width: 61px;
    height: 61px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    position: absolute;
    top: 37%;
    outline: none;
    cursor: pointer;
    background: none;
}

.next.disabled,
.prev.disabled {
    cursor: not-allowed;
}

.next:focus,
.prev:focus {
    outline: none;
}

@media screen and (max-width: 992px) {

    .next,
    .prev {
        top: 0;
    }
}

.prev {

    left: 0%;
    transform: translate(-100%, -50%);
}

@media screen and (max-width: 1200px) {
    .prev {
        left: -21%;
    }
}

@media screen and (max-width: 992px) {
    .prev {
        left: 0;
        transform: translate(-50%, -50%);
    }
}

@media screen and (max-width: 576px) {
    .prev {
        transform: translate(20%, -50%);
    }
}

.next {
    right: 0;
    transform: translate(50%, -50%);
}

@media screen and (max-width: 576px) {
    .next {
        transform: translate(-20%, -50%);
    }
}

.swp-slider {
    width: 100%;
    height: 85%;
    position: absolute;
    top: 60%;
    left: 0;
    transform: translateY(-50%);
}

@media screen and (max-width: 1200px) {
    /* .swp-slider {
        width: 45%;
    } */
}

@media screen and (max-width: 992px) {
    .swp-slider {
        width: 80%;
        left: 50%;
        transform: translateX(-50%);
        height: auto;
        position: relative;
        top: 0;
        margin-top: 170px;
        margin-bottom: 0;
    }

    .swp-slider br {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .swp-slider {
        border-radius: 20px;
    }
}

@media screen and (max-width: 576px) {
    .swp-slider {
        width: 100%;
        margin-top: 130px;
    }
}

.swp-slider__wrp {
    height: 100%;
}

.swp-slider__item {
    position: relative;
    height: 100%;
    width: 100%;
}

@media screen and (max-width: 992px) {
    .swp-slider__item {
        height: auto;
    }
}

.swp-slider__item.swiper-slide-active .swp-slider__content>* {
    opacity: 1;
    transform: none;
}

.swp-slider__item.swiper-slide-active .swp-slider__content>*:nth-child(1) {
    transition-delay: 0s;
}

.swp-slider__item.swiper-slide-active .swp-slider__content>*:nth-child(2) {
    transition-delay: 0.2s;
}

.swp-slider__item.swiper-slide-active .swp-slider__content>*:nth-child(3) {
    transition-delay: 0.4s;
}

.swp-slider__item.swiper-slide-active .swp-slider__content>*:nth-child(4) {
    transition-delay: 0.6s;
}

.swp-slider__item.swiper-slide-active .swp-slider__content>*:nth-child(5) {
    transition-delay: 0.8s;
}

.swp-slider__item.swiper-slide-active .swp-slider__content>*:nth-child(6) {
    transition-delay: 1s;
}

.swp-slider__item.swiper-slide-active .swp-slider__content>*:nth-child(7) {
    transition-delay: 1.2s;
}

.swp-slider__item.swiper-slide-active .swp-slider__content>*:nth-child(8) {
    transition-delay: 1.4s;
}

.swp-slider__item.swiper-slide-active .swp-slider__content>*:nth-child(9) {
    transition-delay: 1.6s;
}

.swp-slider__item.swiper-slide-active .swp-slider__content>*:nth-child(10) {
    transition-delay: 1.8s;
}

.swp-slider__item.swiper-slide-active .swp-slider__content>*:nth-child(11) {
    transition-delay: 2s;
}

.swp-slider__item.swiper-slide-active .swp-slider__content>*:nth-child(12) {
    transition-delay: 2.2s;
}

.swp-slider__item.swiper-slide-active .swp-slider__content>*:nth-child(13) {
    transition-delay: 2.4s;
}

.swp-slider__item.swiper-slide-active .swp-slider__content>*:nth-child(14) {
    transition-delay: 2.6s;
}

.swp-slider__item.swiper-slide-active .swp-slider__content>*:nth-child(15) {
    transition-delay: 2.8s;
}

.swp-slider__item.swiper-slide-active circle {
    animation: progress 1s ease-out forwards;
    animation-delay: 0.5s;
    opacity: 0.75;
}

.swp-slider__card {
    height: 100%;
    display: flex;
    align-items: flex-start;
    width: 100%;
    transition: all 0.5s;
    overflow: hidden;
    position: relative;
    border-radius: 30px;
}

@media screen and (max-width: 992px) {
    .swp-slider__card {
        align-items: flex-start;
    }
}

@media screen and (max-width: 767px) {
    .swp-slider__card {
        border-radius: 20px;
    }
}

.swp-slider__cover {
    border-radius: 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    .swp-slider__cover {
        border-radius: 20px;
    }
}

.swp-slider__content {
    color: #403e3e;
    padding-top: 1px;
    position: relative;
    z-index: 2;
    width: 100%;
}


.line_slider {
    height: 10px;
    width: 10px;
    position: absolute;
    left: 3px;
    background: #d2d2d2;
    border-radius: 50%;
    top: calc(50% - 2px);
}

.line_slider_green {
    background: #5cc199;
}


.line_slider_green::after {
    content: " ";
    display: block;
    position: absolute;
    height: 2px;
    background: #5cc199;
    width: 28px;
    left: 100%;
    top: 4px;

}

@media screen and (max-width: 1200px) {
    .swp-slider__content {
        padding-left: 0;
    }
    .intro_blue_wrapper { 
        top: 377px;
    }
}

@media screen and (max-width: 992px) {
    .swp-slider__content {
        padding: 20px 60px 100px;
        padding-top: 296px;
        text-align: left;
    }
    .intro_blue_wrapper { 
        top: 258px;
    }
}

@media screen and (max-width: 767px) {
    .swp-slider__content {
        padding: 20px 30px 50px;
        padding-top: 345px;
    }
    .intro_blue_wrapper { 
        top: 337px;
    }
}

@media screen and (max-width: 576px) {
    .swp-slider__content {
        padding-top: 313px;
        padding-left: 15px;
        padding-right: 15px;
        text-align: left;
    }
    .intro_blue_wrapper { 
        top: 258px;
    }
}

.swp-slider__title {
    margin: 0;
    margin-bottom: 10px;
    font-weight: 100;
    font-size: 18px;
    letter-spacing: 2px;
    opacity: 0;
    transform: translateY(55px);
    transition: all 0.5s;
    color: #b0b0b0;
    padding-left: 54px;
    position: relative;
}


.swp-slider__title2 {
    margin: 0;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 44px;
    opacity: 0;
    transform: translateY(55px);
    transition: all 0.5s;
    color: #5c5c5c;
    padding-left: 54px;
    position: relative;
}

.swp-slider__title3 {
    margin: 0;
    margin-bottom: 10px;
    font-weight: 100;
    font-size: 22px;
    opacity: 0;
    transform: translateY(55px);
    transition: all 0.5s;
    color: #b6b4b5;
    padding-left: 54px;
    position: relative;
}


@media screen and (max-width: 1200px) {
    .swp-slider__title {
        font-size: 18px;
    }
    .swp-slider__title2 {
        font-size: 35px;
    }

    .swp-slider__title3 {
        font-size: 12px;
    }
}

@media screen and (max-width: 576px) {
    .swp-slider__title {
        font-size: 13px;
    }

    .swp-slider__title2 {
        font-size: 20px;
    }

    .swp-slider__title3 {
        font-size: 12px;
    }
}

.swp-slider__price {
    display: block;
    font-size: 42px;
    opacity: 0;
    transform: translateY(55px);
    transition: all 0.5s;
}

@media screen and (max-width: 1200px) {
    .swp-slider__price {
        font-size: 36px;
    }
}

@media screen and (max-width: 576px) {
    .swp-slider__price {
        font-size: 30px;
    }
}

.swp-slider__price sup {
    top: -20px;
    font-size: 65%;
}








.swp-img {
    position: absolute;
    z-index: 2;
    width: 500px;
    right: 0%;
    max-height: 500px;
    height: 100%;
    pointer-events: none;
}

@media screen and (max-width: 1200px) {
    /* .swp-img {
        width: 430px;
        left: 20%;
    } */
}

@media screen and (max-width: 992px) {
    .swp-img {
        width: 430px;
        left: 34%;
        transform: translateX(-50%);
        top: 0;
        height: 350px;
    }
}

@media screen and (max-width: 767px) {
    .swp-img {
        max-width: 476px;
        top: 60px;
    }
}

@media screen and (max-width: 576px) {
    .swp-img {
        max-width: 300px;
        height: 300px;
    }
}

.swp-img__item {
    display: flex;
    align-items: center;
    position: absolute;
    pointer-events: none;
    user-select: none;
    top: 22%;
    right: 0;
    transform: translateY(-50%) translateX(130px);
    opacity: 0;
    transition: all 0.3s;
}

.swp-img__item.active {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
    transition-delay: 0.3s;
}

.swp-img__item img {
    object-fit: contain;
    object-position: center right;
    max-width: 458px;
}


@media screen and (max-width: 1200px) {

    .swp-img__item img { 
        max-width: 458px;
    }
}

@media screen and (max-width: 992px) {
  
    .swp-img__item img { 
        max-width: 380px;
    }
}
@media screen and (max-width: 767px) {

    .swp-img__item img {
        max-width: 419px;
    }
}

@media screen and (max-width: 576px) {
    .swp-img__item img {
        max-width: 278px;
    }
    .swp-img__item {
        right: auto;
        left: 31%;
    }
}


.swp_slider_title_1 {}

.swp-slider__bottom {
    margin-top: 14px !important;
    opacity: 0;
    transform: translateY(55px);
    transition: all 0.5s;
    position: relative;
}


.btnBlue {
    font-size: 13px;
    width: 168px;
    border-width: 1px;
    color: #90d2f5;
    border-radius: 41px;
    box-shadow: 0px 10px 14px -7px rgb(159 179 230);
    background: linear-gradient(rgba(79, 115, 209, 1), rgba(79, 115, 209, 1));
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 4px;
    padding: 11px;
}

.btnBlue:hover {
    color: #fff;
}