.slider-main-slide {
    position: relative;
}

.slider-main{
    width: 82rem !important;
    max-width: 95% !important;
    margin: 0 auto;
}

.slider-main-slide__bg {
    position: relative;
    /* position: absolute; */
    /* z-index: 0; */
    align-items: flex-end;
    /* min-height: 32rem; */
    margin-top: -2.5rem;
    overflow: hidden;
    pointer-events: none;
}

.slider-main-slide__img {
    /* width: 100%; */
    max-height: 18rem;
    /* margin-top: 7rem; */
    /* position: absolute; */
    display: block;
    height: 100%;
margin-top: 4rem;}

.slider-main-slide__content-wrap {
    /* position: relative; */
    /* width: 100%; */
    /* height: 100%; */
    padding-top: 6rem;
}

.slider-main-slide__tilte {
    
}

.slider-main-slide__btn-wrap {
    position: absolute;
    width: 100%;
    bottom: 4rem;
}

.slider-main-slide__btn {
    border-radius: .675rem !important;
}

.slider-main {
    position: relative;
    z-index: 0;
}
.slider-main .type-carusel__btn {display: none;}
.slider-main .type-carusel__pagination {
    position: absolute;
    width: 100%;
    bottom: 2.25rem;
    z-index: 2;
}

.slider-main .swiper-pagination-bullet {
    background: white !important;
    opacity: .5 !important;
}

.slider-main .swiper-pagination-bullet.active {}

.slider-main .swiper-pagination-bullet-active {
    opacity: 1 !important;
}

.slider-main-slide__tilte span {
    color: var(--color__fill-1);
    background-color: white;
    padding: 0 .65rem;
    border-radius: .5rem;
}

.slider-main-slide__tilte span:first-child {
    padding-top: .25rem;
}

.slider-main-slide__tilte span:last-child {
    padding-bottom: .25rem;
}
.slider-main-slide__desktop-tag {
    height: 1.5rem;
    border: 1px solid white;
    padding: 0 .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: .25rem;
    font-weight: 650;
}
.slider-main-slide__desktop-desc {
    color: white;
    font-weight: 400;
}
@media screen and (min-width: 768px) {  
.slider-main {max-width: 100% !important;overflow: visible;}
.slider-main-slide {
    border-radius: 1.5rem;
    height: 26rem;
    display: flex;
overflow: hidden;}
.slider-main-slide__content-wrap {
    /* padding-top: 2rem; */
    display: flex;
    align-items: center;
    padding: 0;
    /* flex: 1; */
    max-width: var(--col-7);
    width: 100%;
}

.slider-main .type-carusel__pagination {
    bottom: 1rem;
}
.slider-main-slide__bg {
    margin: 0 !important;
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: flex-end;
    border-radius: 1.5rem;
    pointer-events: none;
}
.slider-main-slide__img {
    position: absolute;
    min-height: 28rem;
}
.slider-main-slide__desktop {
    height: 100%;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    margin-left: 7rem;
}

.slider-main-slide__desktop-name {
    font-weight: bold;
    color: white;
}




.slider-main-slide__desktop.mob-hide {
    display: flex;
    flex-wrap: nowrap;
}
.slider-main-slide__bg picture {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
}

.slider-main .type-carusel__btn {display: flex;}
    

.slider-main-slide__img {
    height: 100%;
    max-height: 25rem;
    margin-top: 0px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.slider-main-slide__desktop-btn-wrpa{
    gap: 1rem;
}
.slider-main-slide__desktop-more-btn{
    white-space: nowrap;
}
@media (min-width:991px) {
    .slider-main-slide__content-wrap{
        width: 75%;
    }
}
@media (max-width:1199px) {

    .slider-main-slide__desktop-btn-wrpa{
        gap: .5rem;
    }
    .slider-main-slide ul{
        margin-top: 2rem;
    }
    .slider-main-slide__desktop-name{
        font-size: 1.5rem;
        line-height: normal;
    }
    .slider-main-slide__desktop-desc{
        font-size: .875rem;
        line-height: normal;
    }
    .type-carusel__btn{
        width: 3rem;
        height: 3rem;
    }
    .slider-main-slide__desktop-btn-wrpa{
        margin-top: 1rem !important;
    }
    .slider-main-slide__desktop-btn-wrpa .btn{
        height: 3rem;
    }
}
}
@media screen and (max-width: 768px) {
    .slider-main-slide__content-wrap{
        flex: 1;
    }
    .slider-main-slide ul{
        margin-top: 0;
        justify-items: start;
    }
    .slider-main-slide__tilte{
        text-align: center;
    }
    .slider-main{
        max-width: 100% !important;
    }
    .slider-main-slide__btn-wrap{
        margin-top: auto;
        width: fit-content;
        display: flex;
        gap: .5rem !important;
        flex-direction: column;
        position: relative;
        bottom: unset;
    }
    .slider-main-slide__desktop-tag{
        width: fit-content;
        text-align: center;
    }
    .slider-main-slide__content{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: .5rem;
        height: 100%;
        justify-content: flex-start;
    }
    .slider-main-slide__desktop-desc{
        font-size: 0.875rem;
        text-align: center;
        margin-top: 0 !important;
    }
    .slider-main-slide__img {
        width: 100%;
        object-fit: cover;
    }
    .slider-main-slide__desktop-more-btn{
        height: 3rem;
        width: 100% ;
        max-width: 100% !important;

    }
    .slider-main-slide{
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}