@import url(../all-fonts/outfit.css);
@import url(../all-fonts/all-font-variables.css);
.cps-left-right {
    background: var(--white-color);
    position: relative;
}

.gallery {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    gap: 20px;
    padding: 0 20px;
    box-sizing: border-box;
}

.column {
    flex: 1;
    overflow: hidden;
    position: relative;
    width: 30%;
}
.column:nth-child(2) {
    width: 40%;
}
.scroll-up .slider-track {
    animation: scrollUp 50s linear infinite;
}

.scroll-down .slider-track {
    animation: scrollDown 50s linear infinite;
}

.slider-track {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.slide {
    /* height: 50vh; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 10px; */
    box-sizing: border-box;
}

.slide img {
    height: 100%;
    width: auto;
    border-radius: 15px;
    object-fit: cover;
}

/* Keyframes */
@keyframes scrollUp {
    0% {
        transform: translateY(0%);
    }
    100% {
        transform: translateY(-50%);
    }
}

@keyframes scrollDown {
    0% {
        transform: translateY(-50%);
    }
    100% {
        transform: translateY(0%);
    }
}

.decore-img {
    position: absolute;
    right: -100px;
    top: -100px;
    bottom: 0;
}
.cps-left-right .col-left-top-heading h1 {
    color: var(--cps90);
    font-family: var(--font-outfit-bd);
}

.cps-left-right .col-right-section-para {
    text-align: center;
    display: flex;
    overflow: hidden;
    position: relative;
}

.cps-left-right .key-feture li {
    color: var(--black-color);
}

.cps-left-right .key-feture li span {
    min-width: 4.5em;
}

.cps-perfect {
    background: var(--cps80);
    padding: 30px 0;
}

.cps-perfect p {
    font-size: 2.6em;
    font-family: var(--font-outfit-rg);
    line-height: 1.4;
}

.cps-imp-data {
    background: var(--cps70);
    padding: 30px 0;
}

.cps-imp-data h3 {
    text-align: center;
    font-size: 3.6em;
    margin-bottom: 25px;
}

.cps-imp-data ul li {
    font-family: var(--font-outfit-rg);
    font-size: 2em;
    margin-bottom: 20px;
    color: var(--black-color);
    list-style-type: disc;
    margin-left: 20px;
}

.cps-imp-data ul li:last-child {
    margin-bottom: 0;
}

.cps-key-wrap {
    padding: 80px 0;
    border-radius: 6px;
}

.cps-key-wrp-list {
    display: flex;
    border: 1px solid var(--cps80);
    overflow: hidden;
}

.cps-key-wrp-box {
    padding: 40px;
    width: 50%;
}

.cps-over-icon {
    display: flex;
}

.cps-key-wrp-box:nth-child(even) {
    border-left: 1px solid var(--cps80);
}

.cps-key-wrp-box:hover {
    background: var(--cps70);
}

.cps-wrp-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 22px;
}

.cps-wrp-icon i {
    font-size: 46px;
    color: var(--black-color);
}

.cps-over-icon h4 {
    font-size: 4.6em;
    align-self: center;
}

.cps-key-data {
    margin-top: 20px;
}

.cps-key-data li {
    font-family: var(--font-outfit-rg);
    color: var(--black-color);
    font-size: 1.8em;
    margin-bottom: 20px;
    list-style-type: disc;
    margin-left: 20px;
}

.cps-key-data li:last-child {
    margin-bottom: 0;
}

.cps-key-wrap {
    background: var(--white-color);
    padding: 40px 0;
}

.cps-key-wrap .heding-group {
    text-align: center;
    margin-bottom: 30px;
}

.cps-key-wrap .heding-group h2 {
    color: var(--cps60);
    font-size: 3.6em;
}

.cps-key-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.cps-key-box {
    box-shadow: 0px 7px 14px #00000012;
    border-radius: 20px;
    width: calc((100% / 3) - 20px);
    background: var(--white-color);
    padding: 30px 20px;
}

.cps-solut-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cps-solut-icon i {
    font-size: 65px;
    color: var(--black-color);
}

.cps-solut-icon i.icon-stringent-quality {
    font-size: 55px;
}

.cps-data-set {
    margin-top: 20px;
}

.cps-key-box h4 {
    color: var(--black-color);
    margin-top: 15px;
    font-size: 2.4em;
}

.cps-key-rep {
    margin-top: 20px;
}

.cps-key-measur .cps-solut-icon i {
    color: var(--cps80);
}

.cps-key-box p {
    font-family: var(--font-outfit-rg);
    color: var(--black-color);
}

.cps-key-slider .swiper-slide {
    height: auto;
}

.cps-key-slider .cps-key-box {
    width: 98%;
    height: 100%;
    margin: 0 auto;
}

.swiper-pagination.cps-key-bullet {
    border-color: var(--cps80);
    bottom: 0;
}

.swiper-pagination.cps-key-bullet .swiper-pagination-bullet {
    border-color: var(--cps80);
}

.swiper-pagination.cps-key-bullet .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--cps80);
}
.cps-cms-dashboard .swiper-pagination.cps-key-bullet .swiper-pagination-bullet {
    border-color: var(--white-color);
}

.cps-cms-dashboard .swiper-pagination.cps-key-bullet .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--white-color);
}

.cps-cover-cont p {
    font-size: 2em;
    color: var(--black-color);
}

.cps-key-measur {
    background: var(--cps70);
}

.cps-key-measur .cps-key-box {
    height: auto;
}

.cps-key-measur .heding-text {
    font-family: var(--font-outfit-rg);
    font-size: 2.4em;
    margin-top: 10px;
    padding-bottom: 10px;
    color: var(--black-color);
}

.cps-key-measur .cps-solut-icon {
    background: var(--cps70);
    margin: initial;
    border-radius: 50%;
}

.cps-cms-dashboard {
    background: var(--cps80);
}

.cps-cms-dashboard .heding-group h2 {
    color: var(--white-color);
}

.cps-develop-roll {
    background: var(--cps70);
    margin-bottom: 40px;
    position: relative;
}

.cps-develop-wrap {
    display: flex;
    gap: 10px;
}

.cps-develop-img {
    margin-top: auto;
}

.cps-exect-cont {
    flex: 1;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 40px;
}

.cps-exect-cont h3 {
    font-size: 3.6em;
    margin-bottom: 20px;
}

.cps-exect-cont ul {
    margin-left: 20px;
    margin-bottom: 30px;
}

.cps-exect-cont li {
    font-family: var(--font-outfit-rg);
    font-size: 2em;
    margin-bottom: 20px;
    list-style-type: disc;
    color: var(--black-color);
}

.cps-exect-cont li:last-child {
    margin-bottom: 0;
}

.cps-exect-data {
    margin-bottom: 20px;
}

.cps-exect-data:last-child {
    margin-bottom: 0;
}

.cps-drivi-retail {
    margin-top: 40px;
    margin-bottom: 40px;
}

.cps-coverd-box {
    padding: 30px 50px;
    border-radius: 21px;
    background: transparent linear-gradient(268deg, #07ff3070 0%, #00d9251a 100%) 0% 0% no-repeat padding-box;
}

.cps-cover-list {
    text-align: center;
}

.cps-cover-list h3 {
    font-size: 3.6em;
    margin-bottom: 15px;
}

.cps-cover-cont p {
    font-family: var(--font-outfit-rg);
    font-size: 2em;
    color: var(--black-color);
}

.cps-out-impact {
    background: var(--cps80);
    border-radius: 0;
}

.cps-out-impact .heding-group h2 {
    color: var(--white-color);
}

.cps-out-impact .cps-key-box {
    box-shadow: initial;
    border-radius: 0;
    background: none;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
}

.cps-out-impact .cps-key-box h4 {
    color: var(--white-color);
}

.cps-out-impact .cps-key-rep {
    margin-top: 5px;
}

.cps-out-impact .cps-key-box p {
    color: var(--white-color);
}

.cps-out-impact .cps-solut-icon {
    background: none;
    margin: 0 auto;
    border-radius: 0;
}

.cps-out-impact .cps-solut-icon i {
    color: var(--white-color);
}

.cps-key-measur-slider .swiper-pagination {
    display: none;
}
@media screen and (min-width: 1500px) and (max-width: 2000px) {
    .gallery {
        height: 80vh;
    }
}
@media screen and (min-width: 1400px) and (max-width: 1500px) {
    .gallery {
        height: 80vh;
    }
}
@media (max-width: 1250px) {
    .cps-left-right .col-left-top-heading h1 {
        font-size: 3em;
    }
    .cps-key-box h4 {
        font-size: 2.4em;
        min-height: 58px;
    }
    .cps-key-wrap .heding-group {
        margin-bottom: 40px;
    }
    .cps-key-wrp-box {
        padding: 30px;
    }
    .cps-over-icon h4 {
        font-size: 2.4em;
    }
    .cps-wrp-icon {
        margin-right: 12px;
    }
    .cps-wrp-icon i {
        font-size: 30px;
    }
    .cps-key-data li {
        font-size: 1.6em;
    }
    .cps-key-wrap {
        padding: 50px 0;
    }
    .cps-cover-cont p {
        font-size: 1.6em;
    }
    .cps-develop-img {
        width: 40%;
    }
    .cps-exect-cont {
        padding-left: 20px;
    }
    .cps-exect-cont h3 {
        font-size: 2.4em;
    }
    .cps-exect-cont li {
        font-size: 1.5em;
        margin-bottom: 10px;
    }
    .cps-cover-cont p {
        font-size: 1.6em;
    }
    .cps-cover-list h3 {
        font-size: 2.4em;
    }
    .cps-drivi-retail {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media (max-width: 1100px) {
    .cps-left-right {
        margin-bottom: 0;
    }
    .cps-key-box {
        width: calc((100% / 2) - 10px);
    }
    .cps-key-list {
        gap: 20px;
    }
    .cps-key-box h4 {
        font-size: 2em;
        min-height: auto;
        margin-bottom: 20px;
    }
    .cps-exect-cont ul li {
        font-size: 1.6em;
        margin-bottom: 5px;
    }
    .cps-coverd-box {
        padding: 20px;
    }
}

@media (max-width: 992px) {
    .decore-img {
        display: none;
    }
    .cps-left-right .col-left-top-heading h1 {
        font-size: 2.8em;
    }
    .outcome-cont p {
        font-size: 1.6em;
    }
    .cps-exect-cont {
        padding-left: 10px;
    }
    .cps-key-list-slider {
        flex-direction: inherit;
        flex-wrap: unset;
        gap: 0;
    }
    .cps-key-measur-slider .swiper-pagination {
        display: block;
    }
    .gallery {
        height: 50vh;
    }
}

@media (max-width: 800px) {
    .col-tp-logo {
        max-width: 120px;
    }
    .cps-key-box {
        width: 100%;
    }
    .cps-left-right .col-left-top-heading h1 {
        font-size: 2.4em;
    }
    .cps-perfect {
        padding: 20px 0;
    }
    .cps-perfect p {
        font-size: 1.6em;
    }
    .cps-imp-data h3 {
        font-size: 2.4em;
        margin-bottom: 15px;
    }
    .cps-imp-data ul li {
        font-size: 1.6em;
    }
    .cps-key-wrap .heding-group h2 {
        font-size: 2.4em;
    }
    .cps-key-wrap .heding-group {
        margin-bottom: 25px;
    }
    .cps-key-slider .cps-key-box {
        text-align: center;
    }
    .cps-key-measur .heding-text {
        font-size: 1.6em;
    }
    .cps-key-slider .cps-solut-icon {
        margin: 0 auto;
        width: auto;
        height: auto;
    }
    .cps-key-wrp-list {
        flex-wrap: wrap;
    }
    .cps-key-wrp-box {
        padding: 20px;
        width: 100%;
    }
    .cps-wrp-icon i {
        font-size: 20px;
    }
    .cps-key-wrp-box:nth-child(even) {
        border-top: 1px solid var(--cps80);
        border-left: 0;
    }
    .cps-key-slider {
        background: #f8f8f8;
    }
    .cps-key-wrap {
        padding: 30px 0;
    }
    .cps-key-box {
        padding: 20px;
    }
    .cps-key-box h4 {
        margin-bottom: 0;
    }
    .cps-key-measur .cps-solut-icon {
        width: 70px;
        height: 70px;
        margin: 0 auto;
    }
    .cps-key-measur .cps-solut-icon img {
        width: 70%;
    }
    .cps-cms-dashboard {
        background: var(--cps80);
        border-radius: 0;
    }
    .cps-cms-dashboard .cps-data-set {
        text-align: center;
    }
    .cps-develop-img img {
        max-width: 290px;
    }
    .cps-develop-img {
        width: 100%;
    }
    .cps-develop-wrap {
        flex-direction: column;
    }
    .cps-develop-img {
        order: 1;
    }
    .cps-develop-roll {
        margin-bottom: 0;
    }
    .cps-wrp-icon {
        width: 50px;
    }
    .cps-out-impact .cps-solut-icon img {
        width: auto;
    }
}

@media (max-width: 650px) {
    .cps-exect-cont {
        margin-top: 20px;
        padding-right: 10px;
    }
    .cps-exect-cont h3 {
        padding-left: 20px;
    }
}
