.sliders {
    width: 100%;
    float: left;
    position: relative;
}

.sliders::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgb(255,251,230);
    background: radial-gradient(circle at top left, rgba(255,251,230,1) 0%, rgba(255,251,230,0) 60%);
    z-index: 1;
}

.sliders::after {
    content: '';
    position: absolute;
    top: -20px;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgb(229,223,255);
    background: radial-gradient(circle at top right, rgba(229,223,255,1) 0%, rgba(229,223,255,0) 60%);
    z-index: 1;
}

.slides__container {
    position: relative;
    z-index: 2;
}

.sliders .box {
    margin-top: 60px;
}

.home-flexslider {
    position: relative;
    overflow: hidden;
    width: 100%;
    box-shadow: none;
    padding-top: 56.7%;
}

.flexslider .slides {
    width: 100%;
    height: 100%;
}

.flexslider .slides li {
    height: 100%;
}

.flexslider .bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(118, 50, 63, 0.2);
}

.flexslider .slides img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-flexslider::after {
    /* content: ""; */
    position: absolute;
    pointer-events: none;
    height: 42px;
    width: 100%;
    top: -1px;
    z-index: 99;
}

.home-flexslider::before {
    /* content: ""; */
    position: absolute;
    pointer-events: none;
    height: 32px;
    width: 100%;
    bottom: 0;
    z-index: 99;
}

.flexslider {
    border: 0;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 98;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.flex-control-nav {
    bottom: 0;
    z-index: 3;
}

.flex-control-paging li a {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: none;
}

.flex-control-paging li a.flex-active, .flex-control-paging li a:hover {
    background: var(--t4s-primary-color);
}

.flexslider > svg {
    display: none;
    color: var(--t4s-primary-color);
}

.loading .flexslider svg {
    display: block;
}

.flex-direction {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 45%;
    z-index: 99;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    opacity: 0;
    transition: 0.5s all ease;
}

.home-flexslider:hover .flex-direction {
    opacity: 1;
}

.flex-direction:hover {
    background: rgba(255, 255, 255, 0.3);
}

.flex-direction svg {
    color: #fff;
    width: 8px;
}

.flex-prev {
    left: 15px;
}

.flex-next {
    right: 15px;
}

.loading .flexslider .slides, .loading .flexslider .flex-control-paging, .loading .custom-navigation {
    display: none;
}

.section__about {
    background-repeat: no-repeat;
    background-position: top center;
}

.section__about .gx-5 {
    --bs-gutter-x: 5rem;
}

.section__system__feedback {
    margin-top: 350px;
}

.section__system__feedback > .bg {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 75%;
    background: var(--t4s-primary-color);
}

.section__system__feedback:before,
.section__system__feedback:after {
    box-shadow: 32px 0 0 30px var(--t4s-primary-color);
    border-radius: 100%;
    position: absolute;
    height: 200px;
    content: '';
    right: -12%;
    left: -12%;
    top: -30px;
    background: var(--t4s-primary-color);
    z-index: 0;
}

.section__system__feedback:after {
    bottom: 180px;
    top: auto;
}

.section__system__feedback .nav-link {
    border-radius: 50px;
    font-size: 16px;
    padding: 10px 30px;
    color: #9EA6B9;
    border: 1px solid #fff;
}

.section__system__feedback .masonry__layout {
    column-count: 4;
    column-gap: 20px;
}

.section__system__feedback .nav-link svg {
    margin-top: -2px;
}

.section__system__feedback .nav-link:hover {
    border: 1px solid #9EA6B9;
}

.masonry__layout .item {
    break-inside: avoid;
    margin-bottom: 20px;
    cursor: pointer;
    display: block;
    border-radius: 16px;
    overflow: hidden;
}

.section__system .nav-pills {
    border: 0 !important;
}

.section__system .nav-pills .nav-link {
    border-radius: 30px !important;
}

.section__system .nav-pills .nav-link.active, .section__system .nav-pills .show >.nav-link {
    background: var(--t4s-primary-color) !important;
    border: 1px solid var(--t4s-primary-color) !important;
    color: #fff !important;
}

.section__system, .section__feedback {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
}

.section__feedback {
    position: relative;
    margin-top: 50px;
}

.section__system {
    margin-top: -400px;
}

.section__system .bg {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(36, 59, 144);
    background: linear-gradient(180deg, rgba(36, 59, 144, 0) 0%, rgba(36, 59, 144, 1) 100%);
    z-index: 0;
    height: 300px;
    display: none;
}

@media (max-width: 767px) {
    .section__about .w-75 {
        width: 100% !important;
    }

    .section__system__feedback:before, .section__system__feedback:after, .section__system .bg {
        display: none;
    }

    .section__system__feedback > .bg {
        background-color: transparent !important;
    }

    .section__system__feedback, .section__system {
        margin-top: 0;
        padding: 0;
    }

    .section__feedback {
        margin-top: 50px;
    }

    .section__feedback .text-white {
        color: var(--t4s-text-head-color) !important;
        margin-bottom: 15px !important;
    }

    .section__system__feedback .masonry__layout {
        column-count: 2;
    }

    .section__feedback svg, .section__feedback strong {
        color: var(--t4s-text-head-color) !important;
    }
}

@media (max-width: 575px) {
    .home-flexslider {
        margin-top: 30px;
        padding-top: 170%;
    }

    .section__system .nav-pills {
        gap: 0 !important;
        justify-content: center;
    }

    .section__system .nav-pills .nav-link {
        font-size: 14px;
        padding: 10px 15px;
    }

    .section__system__feedback .masonry__layout {
        column-count: 2;
        gap: 10px !important;
    }

    .masonry__layout .item {
        border-radius: 8px !important;
        margin-bottom: 10px;
    }
}
