/* single feature css */

.single-features {
    background: rgba(246, 248, 254, 1);
}

.page-title-section .feature_term_holder {
    margin-bottom: 18px;
}

.page-title-section .feature_term_holder svg {

}

.page-title-section .feature_term_holder .feature_term {
    display: inline-block;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0;
    vertical-align: middle;
}

.page-title-section .page-title {
    color: #000;
    text-align: center;
    font-family: Raleway;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 36px;
    margin-bottom: 16px;
}

.feature {

}

.feature > .container {
    position: relative;
    z-index: 2;
}

.feature .slider-holder {

}

.feature .slider-holder .swiper {
    padding-bottom: 16px;
}

.feature .slider-holder .swiper-slide {

}

.feature .slider-holder .swiper-button {
    display: none;
}

.feature .swiper-slide {

}

.feature .swiper-slide .image_container {
    text-align: center;

}

.feature .swiper-slide .image_container img {
    max-width: 100%;
    max-height: 36vh;
    width: auto;
}

.feature .swiper-slide .icon {
    position: absolute;
    bottom: 0;
    left: 50%;
    /*transform: translateX(-25%);*/
    max-width: 107px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.feature .slider-holder .swiper-pagination {

}

.feature .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.feature .feature_description {
    color: #000;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    border-radius: 10px;
    padding: 24px 16px 16px 16px;
    background-color: #fff;
    margin-bottom: 48px;
}

.feature .feature_description h2,
.feature .feature_description h3,
.feature .feature_description h4 {
    color: #000;
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}


.feature .feature_description .checkboxes {
    margin-bottom: 24px;
}

.feature-video {
    border-radius: 10px;
    overflow: hidden;
}

.feature-chess {

}

.feature-chess .image {
    text-align: center;
    margin-bottom: 32px;
}

.feature-chess .image img {
    max-width: 50%;
    height: auto;
}

.feature-chess .text {
    margin-bottom: 32px;
}

.btn:focus-visible {
    background-color: #040AB2 !important;
}

.feature-chess .text .title {
    color: #000;
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 28px;
    margin-bottom: 16px;
}

.feature-chess .text .content {
    color: #000;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.feature-chess .text .content p {
    margin-bottom: 16px;
}

.add_feature_bar {
    position: sticky;
    bottom: 0;
    background-color: #fff;
    padding: 12px 0;
    z-index: 9;
}

.add_feature_bar .title {
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.add_feature_bar .col-12 {
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.add_feature_bar button {
    color: #FFF;
    text-align: center;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 40px;
    background: var(--J-Blue);
    border-radius: 100px;
}

.add_feature_bar button:hover {
    background: #040AB2 !important;
}

.add-on-feature-list-swiper-wrapper{
    padding-left:0 !important;
}

.add-on-feature-list-controls {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    padding: 2rem 0 2rem 0 !important;
}


@media (min-width: 992px) {
    .slider-holder-controls {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .slider-holder-controls .swiper-pagination {
        position: static;
        display: flex;
        gap: 8px;
    }

    .slider-holder-arrows {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .slider-holder-arrows a {
        display: inline-flex;
        line-height: 0;
    }

    .feature-chess .text {
        align-content: center;
        margin-bottom: 48px;
    }

    .feature-chess .image {
        margin-bottom: 48px;
    }

    .page-title-section .page-title {
        margin-bottom: 24px;
    }

    .feature .feature_description {
        padding: 60px 120px 24px 75px;
    }

    .feature .slider-holder .swiper-pagination {
        display: inline-block;
        width: auto;
    }

    .feature .slider-holder .swiper-slide .image_container img {
        max-width: 100%;
    }

    .page-title-section .feature_term_holder {
        margin-bottom: 12px;
    }

    .feature .swiper-slide .image_container img {
        transform: translateX(0);
    }
}