.dx-widget input, .dx-widget textarea{
    font-family: 'Montserrat', sans-serif!important;
    font-size: 18px!important;
}

.swiper {
    width: 100%;
}

.swiper-slide {
    /* opacity: .45; */
}

.swiper-slide-active {
    opacity: 1 !important;
}

.milestone-content {
    display: flex;
    flex-direction: column;
    height: 320px;
}

.sbg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    border: 3px dashed #b8d765;
}

.sbg.img-center{
    background-position: center;
}

.m-year-inner h6 {
    font-weight: bold;
    font-size: 32px;
    color: #b8d765;
    text-align: center;
    width: 100%;
    padding: 10px;
    border-radius: 0 0 20px 20px;
}

.m-desc-inner {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    padding-bottom: 80px;
}

.m-desc-inner p {
    font-size: 16px;
    color: grey;
    text-align: center;
}

.m-desc-inner p:last-child {
    margin-bottom: 0;
}

.swiper-slide .m-desc-inner {
    display: none;
}

.swiper-slide-active .m-desc-inner {
    display: block;
}

.autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #b8d765;
}

.autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: #b8d765;
    fill: none;
    stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}

#YearSwiperDiv {
    margin-bottom: 40px;
}

#YearSwiperDiv .swiper-slide {
    font-size: 32px;
    text-align: center;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

#YearSwiperDiv .swiper-slide:hover {
    transform: scale(1.1);
    transition: all .3s ease-in-out;
}

#YearSwiperDiv .swiper-slide-active{
    color: #b8d765;
    font-weight: bold;
}

.swiper-button-prev{
    left: 0!important;
}

.swiper-button-next{
    right: 0!important;
}

.milestone-year{
    opacity: 0;
    font-size: 52px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #b8d765;
    font-family: "Druk Text Wide Cy TT Heavy";
}

.milestone-year.active{
    opacity: 1;
}

.milestone-desc{
    font-weight: 500;
    font-size: 16px;
    margin-top: 15px;
}
.milestone-year-box{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.milestone-year-label{
    margin-right: 20px;
    font-weight: 600;
}

.dx-texteditor-input {
    font-size: 18px!important;
}

.swiper-arrow-box{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.swiper-arrow-box i{
    font-size: 72px;
    color: #b8d765;
}


.swiper-arrow-box .arrow-left{
    margin-right: 20px;
}

.swiper-button-disabled{
    display: block!important;
    opacity: 0.5;
}

@media screen and (max-width: 1600px) {
    .sbg{
        background-size: contain;
        background-position: center
    }

    .milestone-content {
        height: 270px;
    }
}
