/* Banner section */
.banner-section {
    background-image: linear-gradient(234deg, var(--ced-blue-100) 0%, var(--ced-text-color) 100%);
}
.banner-section::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    background-image: url("https://cedcommerce.com/qyfzwczVQQms/wp-content/uploads/2023/08/banner-bg.svg");
    width: 100%;
    height: 64%;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
}
.banner-heading {
    font-family: var(--ced-montserrat-m);
}
.gradient-text {
    background-image: linear-gradient(110deg, #ADAAAA 0%, #E4E4E4 35.79%, #FCFCFC 53.08%, #E7E6E7 72.54%, #C1C0C1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.black-badge {
    background-color: var(--ced-black-color);
    border-radius: 16px;
    padding: 6px 12px;
    color: var(--ced-white-color);
    font-family: var(--ced-montserrat-m);
}
.banner-cta {
    border: 2px solid var(--ced-white-color);
    color: var(--ced-white-color);
    font-family: var(--ced-montserrat-sb);
    transition: all .5s;
}
.banner-cta:hover {
    background-color: var(--ced-white-color);
    color: var(--ced-blue-60);
}
.slider {
    position: relative;
    overflow: hidden;
}
.slide-track {
    display: flex;
    animation: scroll 40s linear infinite;
    justify-content: space-between;
}
.slide-track.reverse {
    animation: scroll2 40s linear infinite;
}

.slide {
    display: grid;
    place-items: center;
    border-radius: 8px;
    border: 1px solid rgba(228, 231, 236, 0.06);
    background-color: rgba(252, 252, 253, 0.08);
    padding:0px;
    margin: 0px 6px;
   
}

.slide img{
height:70px;
padding:13px;
    
}

.connect-cta:hover{
    background-color:#76ac65;
    color:black;
}

.slide:hover {
    border: 1px solid rgba(228, 231, 236, 0.4);
}
.slide-track:hover {
    animation-play-state: paused;
}
.banner-link {
    font-family: var(--ced-montserrat-b);
}
.banner-link::before,
.view-all-blog::before,
.dpo-link::before,
.testimonial-link::before {
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    transform: scaleX(0);
}
.banner-link::before,
.testimonial-link::before {
    background-color: var(--ced-white-color);
}
.view-all-blog::before,
.dpo-link::before {
    background-color: var(--ced-blue-60);
}
.banner-link::before, .banner-link::after,
.view-all-blog::before, .view-all-blog::after,
.dpo-link::before, .dpo-link::after,
.testimonial-link::before, .testimonial-link::after {
    content: "";
    position: absolute;
    transition: transform 0.5s ease;
}
.banner-link:hover::before,
.view-all-blog:hover::before,
.dpo-link:hover::before,
.testimonial-link:hover::before {
    transform: scaleX(1);
}
/* video section */
.play-btn {
    position: relative;
    z-index: 2;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 13px solid var(--ced-white-color);
    border-radius: 3px;
}
.play-wrap .ripple-effect {
    opacity: 0;
    position: absolute;
    border-radius: 100px;
    border: 5px solid var(--ced-red-color);
    animation: ripple 3s infinite;
}
.ripple-effect:nth-child(2) {
    animation-delay: 0.5s;
}
@keyframes ripple {
    0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
}
100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
.video-section iframe {
    width: 100%;
}
/* GIF section */
.gif-section {
    background-image: linear-gradient(234deg, var(--ced-blue-100) 0%, var(--ced-text-color) 100%);
}
.ai-container {
    margin-bottom: 56px;
}
.ai-box {
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background-color: rgba(255, 255, 255, 0.02);
    width: 100%;
}
.ai-heading {
    font-family: var(--ced-montserrat-m);
}
.ai-heading::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    background-size: cover;
}
.ai-heading.listing::before {        
    background-image: url("https://cedcommerce.com/qyfzwczVQQms/wp-content/uploads/2023/08/lisiting.svg");
}
.ai-heading.agnostic::before {        
    background-image: url("https://cedcommerce.com/qyfzwczVQQms/wp-content/uploads/2023/08/agnostic.svg");
}
.ai-heading.solution::before {        
    background-image: url("https://cedcommerce.com/qyfzwczVQQms/wp-content/uploads/2023/08/solution.svg");
}
.ai-para {
    color: var(--ced-bg-gray);
    line-height: 26px;
}
.video-box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Tabs-section */
.nav-pills {
    padding: 8px;
    border: 1px solid var(--ced-grey-30);
    background-color: var(--ced-white-color);
    border-radius: 8px;
}
.nav-pills .nav-link {
    width: 100%;
    margin: 0px auto;
    color: var(--ced-grey-60);
    font-family: var(--ced-montserrat-m);
    padding: 10px 14px;
    border-radius: 6px;
    text-align: center;
    border: none;
}
.nav-pills .nav-item {
    width: 48%;
    margin: 0px auto;
}
.nav-pills .nav-link:hover {
    background-color: rgba(65, 59, 188, 0.06);
}
.nav-pills .nav-link.active {
    background-color: rgba(65, 59, 188, 0.10);
    color: var(--ced-blue-60);
}
.tab-content {
    padding-top: 40px;
}
.feature-heading {
    font-family: var(--ced-montserrat-sb);
}
.feature-heading::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
}
.feature-heading.expand::before {
    background-image: url("https://cedcommerce.com/qyfzwczVQQms/wp-content/uploads/2023/08/expand.svg");
}
.feature-heading.automation::before {
    background-image: url("https://cedcommerce.com/qyfzwczVQQms/wp-content/uploads/2023/08/automation.svg");
}
.feature-heading.excellence::before {
    background-image: url("https://cedcommerce.com/qyfzwczVQQms/wp-content/uploads/2023/08/excellence.svg");
}
.feature-heading.support::before {
    background-image: url("https://cedcommerce.com/qyfzwczVQQms/wp-content/uploads/2023/08/support.svg");
}
.feature-heading.faster::before {
    background-image: url("https://cedcommerce.com/qyfzwczVQQms/wp-content/uploads/2023/08/3x-faster-1.svg");
}
.feature-heading.boost::before {
    background-image: url("https://cedcommerce.com/qyfzwczVQQms/wp-content/uploads/2023/08/boost.svg");
}
.feature-heading.downtime::before {
    background-image: url("https://cedcommerce.com/qyfzwczVQQms/wp-content/uploads/2023/08/downtime.svg");
}
/* Analytics section */
.analytics-section {
    background-color: var(--ced-grey-color);
}
.analytic-container {
    margin-top: 60px;
}
.analytic-box {
    padding: 30px 18px;
    border-radius: 12px;
    background-color: var(--ced-white-color);
    transition: all .8s;
}
.analytic-heading {
    font-size: 20px;
    font-family: var(--ced-montserrat-sb);
    color: var(--ced-grey-80);
    margin-bottom: 20px;
    padding-top: 60px;
}
.analytic-heading::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 45px;
    height: 45px;
    background-size: cover;
}
.analytic-heading.scalability::before {
    background-image: url("https://cedcommerce.com/qyfzwczVQQms/wp-content/uploads/2023/08/scalabilty.svg");
}
.analytic-heading.agility::before {
    background-image: url("https://cedcommerce.com/qyfzwczVQQms/wp-content/uploads/2023/08/agility.svg");
}
.analytic-heading.reliability::before {
    background-image: url("https://cedcommerce.com/qyfzwczVQQms/wp-content/uploads/2023/08/relability.svg");
}
.analytic-heading.security::before {
    background-image: url("https://cedcommerce.com/qyfzwczVQQms/wp-content/uploads/2023/08/security.svg");
}
.analytic-para {
    font-size: 14px;
    color: var(--ced-grey-60);
    line-height: 26px;
}
.integration-section {
    background-image: linear-gradient(234deg, var(--ced-blue-100) 0%, var(--ced-text-color) 100%);
}
.integration-img {
    background-color: rgba(255, 255, 255, 0.10);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0);
}
.integration-img:hover {
    border: 1px solid rgba(255, 255, 255, 0.40);
}
.integration-gallery {
    gap: 20px;
}
.technology-box h3 {
    font-family: var(--ced-montserrat-m);
}
/* stast section */
.stast-box {
    border-radius: 12px;
    background-color: var(--ced-bg-gray);
    transition: all .5s;
    display: grid;
}
.stast-box:hover {
    background-color: var(--ced-blue-60);
}
.stast-box:hover .stats,
.stast-box:hover .stats-para {
    color: var(--ced-white-color);
}
.stats-para {
    color: var(--ced-grey-80);
}
/* blog section */
.blog-section {
    background-color: var(--ced-grey-color);
}
.blog-card {
    background-color: var(--ced-white-color);
    border-radius: 20px;
    transition: all .5s;
    overflow: hidden;
}
.blog-card:hover {
    background-color: var(--ced-blue-60);
}
.blog-card:hover .blog-heading,
.blog-card:hover .blog-para {
    color: var(--ced-white-color);
}
.blog-content {
    padding: 30px 20px;
}
.blog-heading {
    font-family: var(--ced-montserrat-m);
    margin-bottom: 12px;
}
.blog-para {
    font-size: 15px;
    line-height: 26px;
    color: var(--ced-grey-60);
}
.blog-slider .owl-nav {
    position: absolute;
    bottom: -70px;
    right: 0;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent;
}
.blog-slider .owl-prev, .blog-slider .owl-next {
    transition: 300ms all;
    border: 1px solid var(--ced-grey-30) !important;
    background-color: var(--ced-white-color) !important;
    background-repeat: no-repeat !important;
    text-indent: -10000px !important;
    background-position: center !important;
    border-radius: 50% !important;
}
.blog-slider .owl-prev {
    background-image: url("https://cedcommerce.com/qyfzwczVQQms/wp-content/uploads/2023/08/chevron-left-Black.svg") !important;
    margin-right: 5px;
}
.blog-slider .owl-next {
    background-image: url("https://cedcommerce.com/qyfzwczVQQms/wp-content/uploads/2023/08/chevron-right-Black.svg") !important;
}
.blog-slider .owl-prev:hover, .blog-slider .owl-next:hover {
    opacity: .5;
}
button:focus {
    outline: none;
}
.view-all-blog {
    font-family: var(--ced-montserrat-sb);
    color: var(--ced-blue-60);
}
/* Testimonial section */
.testimonial-section .testimonial-slider {
    border-radius: 25px;
    overflow: hidden;
    background-color: var(--ced-blue-100);
}
.testimonial-section .testimonial-slider h3 {
    font-family: var(--ced-montserrat-m);
}
.dark-text {
    color: rgba(255, 255, 255, 0.7);
    font-family: var(--ced-montserrat-m);
    margin-top: 12px;
}
.client-info {
    font-family: var(--ced-montserrat-m);
}
.client-for,
.client-info>a {
    color: rgba(255, 255, 255, 0.7);
    font-family: var(--ced-montserrat-m);
    font-size: 14px;
}
.testimonial-slider .owl-prev,
.testimonial-slider .owl-next {
    bottom: 70px;
    background-color: var(--ced-white-color) !important;
    background-repeat: no-repeat !important;
    position: absolute;
    text-indent: -10000px;
    transition: 300ms all;
    background-position: center !important;
}
.testimonial-slider .owl-prev {
    background-image: url("https://cedcommerce.com/qyfzwczVQQms/wp-content/uploads/2023/08/chevron-left-Black.svg") !important;
    border-radius: 8px 0px 0px 8px;
}
.testimonial-slider .owl-next {
    background-image: url("https://cedcommerce.com/qyfzwczVQQms/wp-content/uploads/2023/08/chevron-right-Black.svg") !important;
    right: -6px;
}
.testimonial-slider .owl-prev:hover, 
.testimonial-slider .owl-next:hover {
    opacity: .9;
}
.play-wrap {
    z-index: 2;
    position: absolute;
    border-radius: 50%;
    background-color: var(--ced-red-color);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
/* trust story */
.tweet-wrapper {
    border: 1px solid var(--ced-grey-30);
    padding: 35px 30px;
    border-radius: 15px;
}
.tweet-name {
    padding-left: 50px;
}
.tweet-wrapper img {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    border-radius: 50%;
}
.tweet-wrapper .tweet-name::after {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    background-image: url("https://cedcommerce.com/qyfzwczVQQms/wp-content/uploads/2023/10/twitter.png");
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
    right: -5px;
    width: 40px;
    height: 40px;
}
.tweet-wrapper .tweet-text {
    font-family: var(--ced-montserrat-m);
    margin-top: 25px;
    line-height: 28px;
    color: var(--ced-subheading-color);
}
.tweet-wrapper .tweet-name h3 {
    font-size: 16px;
    font-family: var(--ced-montserrat-sb);
}
.tweet-wrapper .tweet-name span {
    text-transform: uppercase;
    color: var(--ced-grey-80);
}
/* Connect section */
.connect-section {
    background-image: url("https://cedcommerce.com/qyfzwczVQQms/wp-content/uploads/2023/08/contact-banner.png");
    background-size: cover;
}
.connect-section .primary-cta {
    margin-top: 32px;
}
/* Media query */
@media screen and (max-width: 575px) {
    .banner-heading {
        font-size: 38px;
        line-height: 52px;
    }
    .banner-para {
        font-size: 15px;
        line-height: 26px;
    }
    .banner-link {
        font-size: 15px;
    }
    .section-para {
        font-size: 15px;
        line-height: 28px;
    }
    .ai-container {
        max-width: 80%;
    }
    .ai-heading {
        font-size: 17px;
    }
    .analytic-container {
        max-width: 80%;
    }
    .nav-pills .nav-link {
        font-size: 15px;
    }
    .tab-content {
        margin: 0px 10px;
    }
    .stats {
        font-size: 35px;
    }
    .stast-box {
        width: 46%;
    }
    .YouTubePopUp-Content {
        max-width: 86%;
    }
    .YouTubePopUp-Content iframe {
        height: 250px;
    }
    .review-images img {
        flex: 0 0 115px;
        min-width: 115px;
        margin: 30px 15px 0;
    }
    .testimonial-slider .owl-prev,
    .testimonial-slider .owl-next {
        bottom: 125px;
    }
    .play-wrap {
        bottom: -22px;
        left: 40px;
    }
    .testimonial-section .client-detail {
        padding: 38px 35px 30px;
    }
    .stats-container {
        max-width: 85%;
    }
    .stats-para {
        line-height: 24px;
        font-size: 14px;
    }
    .stast-box {
        padding: 18px 18px 16px;
    }
    .integration-img {
        width: 26%;
        padding: 18px 14px;
    }
    .feature-heading {
        font-size: 16px;
        padding-top: 6px;
        padding-left: 42px;
        margin-bottom: 18px;
    }
    .feature-para {
        font-size: 15px;
        line-height: 26px;
    }
    .feature-container {
        gap: 10px 0px;
    }
    .feature-heading::before {
        width: 30px;
        height: 32px;
        background-size: 30px;
    }
    .view-all-blog {
        width: 145px;
    }
    .blog-card {
        width: 360px;
        margin: 0px auto;
    }
    .testimonial-section .testimonial-slider {
        width: 320px;
        margin: 0px auto;
    }
    .merchant-img {
        width: auto;
    }
    .cediq-logo {
        width: 85px;
    }
}
@media  screen and (min-width: 576px) {
    .banner-para {
        line-height: 30px;
    }
    .section-para {
        line-height: 30px;
    }
    .banner-link {
        font-size: 17px;
    }
    .nav-pills .nav-link {
        font-size: 18px;
    }
    .feature-heading {
        padding-left: 50px;
        font-size: 18px;
        margin-bottom: 25px;
        padding-top: 4px;
    }
    .feature-para {
        font-size: 16px;
        line-height: 28px;
    }
    .feature-heading::before {
        width: 35px;
        height: 38px;
        background-size: 35px;
    }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
    .YouTubePopUp-Content iframe {
        height: 320px;
    }
    .banner-heading {
        font-size: 42px;
        line-height: 54px;
    }
    .review-images img {
        flex: 0 0 110px;
        min-width: 110px;
    }
    .stast-box {
        width: 48%;
    }
    .testimonial-slider .owl-prev,
    .testimonial-slider .owl-next {
        bottom: 20px;
    }
    .stast-box {
        padding: 25px 25px 30px;
    }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
    .ai-heading {
        font-size: 18px;
    }
    .analytic-box {
        width: 47%;
    }
    .stats {
        font-size: 40px;
    }
    .play-wrap {
        bottom: 55px;
        left: 10px;
    }
    .testimonial-section .client-detail {
        padding: 20px 20px 20px 45px;
    }
    .stats-para {
        line-height: 26px;
    }
    .feature-container {
        gap: 10px 30px;
    }
    .expand {
        padding-top: 8px;
    }
    .integration-img {
        width: 20%;
        padding: 16px;
    }
    .cediq-logo {
        width: 100px;
    }
}
@media screen and (min-width: 576px) and (max-width: 1199px) {
    .blog-card {
        min-height: 400px;
    }
}
@media screen and (max-width: 767px) {
    .blog-slider .owl-prev, .blog-slider .owl-next {
        background-size: 20px !important;
        height: 35px;
        width: 35px;
    }
    .review-images {
        margin-top: 40px;
    }
    .testimonial-section .testimonial-slider h3 {
        font-size: 16px;
        line-height: 24px;
    }
    .play-wrap {
        width: 50px;
        height: 50px;
    }
    .play-wrap .ripple-effect {
        height: 100px;
        width: 100px;
    }
    .technology-box h3 {
        line-height: 32px;
    }
    .black-badge {
        font-size: 12px;
    }
    .connect-cta {
        font-size: 15px;
    }
    .feature-card {
        flex-basis: 100%;
    }
    .blog-slider {
        margin: 35px 0px 30px;
    }
}
@media screen and (min-width: 768px) {
    .YouTubePopUp-Content iframe {
        height: 400px;
    }
    .blog-slider .owl-prev, .blog-slider .owl-next {
        background-size: 24px !important;
        height: 45px;
        width: 45px;
    }
    .review-images {
        margin-top: 70px;
    }
    .stast-box {
        width: 100%;
    }
    .play-wrap {
        width: 70px;
        height: 70px;
    }
    .play-wrap .ripple-effect {
        height: 130px;
        width: 130px;
    }
    .black-badge {
        font-size: 13px;
    }
    .blog-slider {
        margin: 50px 0px 30px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .banner-heading {
        font-size: 52px;
        line-height: 66px;
    }
    .review-images img {
        flex: 0 0 145px;
        min-width: 145px;
    }
    .testimonial-section .testimonial-slider h3 {
        font-size: 22px;
        line-height: 30px;
    }
    .testimonial-slider .owl-prev,
    .testimonial-slider .owl-next {
        bottom: 30px;
    }
    .nav-pills {
        width: 75%;
    }
    .stast-box {
        padding: 25px 20px 20px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
    .feature-card {
        flex-basis: 46%;
    }
}
@media screen and (max-width: 991px) {
    .banner-section {
        padding: 80px 0px;
    }
    .connect-cta {
        border-radius: 12px;
        padding: 12px 20px;
    }
    .ai-box {
        padding: 20px 16px;
    }
    .ai-heading {
        padding-top: 55px;
    }
    .ai-para {
        font-size: 14px;
    }
    .slide-track {
        width: calc(200px * 13);
        padding: 15px 0px;
    }
    .slide {
        width: 200px;
    }
    @keyframes scroll {
        0% {
        transform: translateX(0px);
        }
        100% {
        transform: translateX(calc(-200px * 7));
        }
    }
    @keyframes scroll2 {
        0% {
        transform: translateX(calc(-200px * 7));

        }
        100% {
        transform: translateX(0px);
        }
    }
    .video-box video {
        border-radius: 12px;
    }
    .analytic-container {
        gap: 25px;
    }
    .stats-container {
        gap: 16px;
    }
    .testimonial-slider .owl-prev,
    .testimonial-slider .owl-next {
        width: 44px;
        height: 44px;
        background-size: 18px !important;
    }
    .testimonial-section .testimonial-slider h3::before {
        left: 45px;
        top: -15px;
    }
    .banner-section .container {
        margin-bottom: 55px;
    }
    .video-box {
        padding: 0px 20px;
    }
    .connect-section {
        background-position: right;
    }
    .technology-box h3 {
        font-size: 22px;
    }
    .ai-container {
        gap: 20px
    }
    .banner-para {
        margin-bottom: 28px;
    }
    .slider-container {
        margin-bottom: 30px;
    }
    .testimonial-slider .owl-prev {
        right: 38px;
    }
}
@media screen and (min-width: 992px) {
    .banner-section {
        padding: 120px 0px 100px;
    }
    .banner-section .container {
        margin-bottom: 80px;
    }
    .connect-cta {
        border-radius: 15px;
        padding: 15px 25px;
        font-size: 17px;
    }
    .slide-track {
        width: calc(300px * 13);
        padding: 10px 0px;
    }
    .slide {
        width: 300px;
    }
    @keyframes scroll {
        0% {
        transform: translateX(0px);
        }

        100% {
        transform: translateX(calc(-300px * 7));
        }
    }
    @keyframes scroll2 {
        0% {
        transform: translateX(calc(-300px * 7));

        }
        100% {
        transform: translateX(0px);
        }
    }
    .marquee-item {
        flex: 0 0 15vw;
    }
    .section-para {
        font-size: 18px;
    }
    .ai-heading {
        font-size: 20px;
        padding-left: 50px;
        padding-top: 5px;
    }
    .ai-para {
        font-size: 15px;
    }
    .ai-box {
        padding: 20px 24px;
    }
    .video-box video {
        border-radius: 22px;
    }
    .analytic-box {
        width: 100%;
    }
    .stats-container {
        gap: 25px;
    }
    .stats-para {
        font-size: 18px;
        line-height: 28px;
    }
    .testimonial-slider .owl-prev,
    .testimonial-slider .owl-next {
        width: 65px;
        height: 55px;
        background-size: 22px !important;
    }
    .testimonial-slider .owl-prev {
        right: 59px;
    }
    .testimonial-section .client-detail {
        padding: 30px 50px 30px 75px;
    }
    .play-wrap {
        bottom: 100px;
        left: 40px;
    }
    .video-box {
        padding: 0px 50px;
    }
    .connect-section {
        background-position: center;
    }
    .nav-pills {
        width: 50%;
        margin-top: 50px;
    }
    .ai-container {
        gap: 25px
    }
    .feature-container {
        gap: 15px 25px;
    }
    .banner-para {
        width: 520px;
        margin-bottom:44px;
    }
    .slider-container {
        margin-bottom: 40px;
    }
    .integration-img {
        width: 30%;
        padding: 30px 16px;
    }
    .stast-box {
        padding: 25px 30px 30px;
    }
    .tab-section .section-heading {
        max-width: 60%;
    }
    .cediq-logo {
        width: 150px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-heading {
        font-size:42px;
        line-height: 74px;
    }
    .review-images img {
        flex: 0 0 170px;
        min-width: 170px;
    }
    .analytic-container {
        gap: 18px;
    }
    .stats {
        font-size: 55px;
    }
    .tweet-wrapper {
        min-height: 335px;
    }
    .testimonial-section .testimonial-slider h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .technology-box h3 {
        font-size: 24px;
    }
    .connect-section .section-para {
        width: 80%;
    }
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
    .gif-section .section-para,
    .analytics-section .section-para {
        max-width: 80%;
    }
}
@media screen and (max-width: 1199px) {
    .testimonial-section .testimonial-slider .dark-text {
        display: none;
    }
    .blog-heading {
        font-size: 16px;
        line-height: 27px;
    }
}
@media screen and (min-width: 1200px) {
    .banner-heading {
       font-size: 60px;
        line-height: 86px;
    }
    .feature-card {
        flex-basis: 48%;
    }
    .analytic-container {
        gap: 25px;
    }
    .stats {
        font-size: 70px;
    }
    .blog-card {
        min-height: 440px;
    }
    .testimonial-section .testimonial-slider h3 {
        font-size: 36px;
        line-height: 44px;
    }
    .technology-box h3 {
        font-size: 26px;
    }
    .blog-heading {
        font-size: 20px;
        line-height: 32px;
    }
    .connect-section .section-heading,
    .connect-section .section-para {
        max-width: 72%;
    }
}
@media screen and (min-width:1200px) and (max-width: 1399px) {
    .review-images img {
        flex: 0 0 200px;
        min-width: 200px;
    }
}
@media screen and (min-width: 1400px) {
    .gif-section .section-heading {
        width: 80%;
    }
    .gif-section .section-para,
    .analytics-section .section-para {
        max-width: 70%;
    }
    .review-images img {
        flex: 0 0 180px;
        min-width: 180px;
    }
}


@media (min-width: 991px) {
	
	#top{
	    height:auto !important;
	}
}