
.swiper-history .swiper-slide-prev .history-txt-div , 
.swiper-history .swiper-slide-next .history-txt-div{
  display: none;
}




.swiper-history .swiper-slide-prev .his-year , 
.swiper-history .swiper-slide-next .his-year{
    color: var(--color2) !important;
    opacity: 15%;
}

.his-year{
    color: var(--color1);
    font-size: 100px;
    line-height: 143px;
    font-family: 'Annapurna-Regular';
    transition: 0.28s all linear;
    position: relative;
}
.his-year:before{
opacity: 0;
transition: 0.28s all linear;
content: "";
background-color: var(--color1);
width: 1px;
height: 35px;
position: absolute;
left: 50%;
transform: translateX(-50%);
top: 0;
}
.swiper-history .swiper-slide-active .his-year:before{
    opacity: 50%;
}

.his-name{
    color: var(--color2);
    font-size: 20px;
    line-height: 30px;
}
.his-txt{
    color: var(--color2);
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}

.history-txt-div{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.titr-history{
    color: var(--color2);
    font-size: 34px;
    line-height: 40px;
}
.sub-history{
    color: var(--color2);
    font-size: 16px;
    line-height: 26px;
}

.heading-his{
    gap: 12px;
    margin-bottom: 48px;
}

.intro-txt {
    font-size: 16px;
    line-height: 30px;
    opacity: 70%;
    color: var(--color2);
    margin-bottom: 64px;
}

.titr-intro{
    color: var(--color2);
    font-size: 34px;
line-height: 38.5px;
margin-bottom: 26px;
}

.history-item{
    gap: 36px;
}

.sw-history{
    margin-block:15px 25px;
}
.sw-history > div{
   border: 1px solid #0B265030 !important;
    background-color: white !important;
}
.sw-history > div.sw-btn:hover i{
    color: var(--color2) !important;
}



@media (min-width:992px){
    .swiper-history .swiper-slide-prev , 
.swiper-history .swiper-slide-next{
    -ms-flex: 0 0 24.99%;
    flex: 0 0 24.99%;
    max-width: 24.99%;
}
.swiper-history .swiper-slide-active{
    -ms-flex: 0 0 49.98%;
    flex: 0 0 49.98%;
    max-width: 49.98%; 
}

}




@media (max-width:991.98px){
    .sw-history {
        margin-block: 24px 16px;
    }

    .his-year{
        font-size: 40px;
        line-height: 57px;
    }
    .his-name{
        font-size: 18px;
    }
    .his-txt{
        font-size: 14px;
        line-height: 24px;
    }

    .history-item{
        gap: 14px;
    }

    .heading-his{
        margin-bottom: 23px;
    }

    .swiper-history{
        padding-top: 5px;
    }
    .swiper-history .swiper-slide-active .his-year:before {
        top: -5px;
    }
    .swiper-history .his-year:before {
        height: 15px;
    }

}