:root {
    --bg-col-1: #7B36E5;
    --bg-col-2: #360976;
    --bg-col-3: #F7F4FB;
    --bg-col-4: #E5D0FF;
    --bg-col-5: #E4E6EB;
    --bg-col-6: #9699A3;
    --text-col-1: #2A2C30;
    --text-col-2: #454956;
    --text-col-3: #878787;
    --text-col-4: #3F282D;
    --text-col-5: #252525;
}

* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}


img {
    vertical-align: middle;
}

ul,
ol {
    list-style: none;
}

body {
    font-family: 'Fira Sans', sans-serif;
}

.header .menu-center ul li a i,
.header .menu-right ul li a,
.banner .banner-top .banner-top-left ul li a,
.banner .banner-top .banner-top-left ul li:first-child a,
.publish .publish-left ul li i,
.analytics .analytics-right h5,
.analytics .analytics-right ul li i,
.footer .footer-contact .info li i,
.footer .copyright .copyright-left p span,
.publish .publish-left h5,
.offcanvas .offcanvas-body .social-icon ul li a {
    color: var(--bg-col-1);
}

.footer .footer-contact .social li a,
.footer .copyright .copyright-left p {
    color: var(--bg-col-6);
}

.header .menu-center ul li a,
.banner .banner-top .banner-top-left h1,
.how-work h2,
.how-work .how-work-card .how-work-card-item h3,
.publish .publish-left h2,
.publish .publish-left h4,
.analytics .analytics-right h2,
.analytics .analytics-right h4,
.footer h3,
.offcanvas .offcanvas-body .menu-list ul li a,
.customer-says .customer-says-heading h3,
.customer-says .customer-says-heading p {
    color: var(--text-col-1);
}

.footer .footer-product ul li a,
.footer .footer-press ul li a,
.header .menu-right a.language-btn,
.banner .banner-top .banner-top-left p,
.banner .banner-middle h3,
.banner .banner-middle .slider .slide p,
.how-work .how-work-card .how-work-card-item p,
.publish .publish-left ul li p,
.analytics .analytics-right ul li p,
.footer .footer-logo p,
.footer .footer-contact .info li p,
.offcanvas .offcanvas-body .social-icon .language-btn,
.customer-says .customer-says-slider .carousel-item-left p {
    color: var(--text-col-2);
}


.header .menu-right ul li:last-child a,
.banner .banner-top .banner-top-left ul li:first-child a,
.publish .publish-left a,
.analytics .analytics-right a,
.newsletter button,
.offcanvas .offcanvas-body .social-icon ul li:last-child a {
    background: var(--bg-col-1);
}


.banner,
.publish,
.analytics {
    background: var(--bg-col-3);
}

.header .menu-center ul li a,
.banner .banner-top .banner-top-left ul li a,
.publish .publish-left h4,
.analytics .analytics-right h4,
.customer-says .customer-says-heading p,
.customer-says .customer-says-slider .carousel-item-right p {
    font-size: 18px;
}


.analytics .analytics-right ul li p,
.banner .banner-middle h3,
.how-work .how-work-card .how-work-card-item p,
.publish .publish-left ul li p,
.analytics .analytics-right h5,
.analytics .analytics-right ul li p,
.footer .footer-logo p,
.footer .footer-product ul li a,
.footer .footer-press ul li a,
.footer .footer-contact .info li p,
.footer .copyright .copyright-left p,
.footer .copyright .copyright-right ul li a,
.publish .publish-left h5,
.customer-says .customer-says-slider .carousel-item-left h3 {
    font-size: 16px;
}

/*=====================
     Common css ends 
  ==================*/

/* Header Section Starts */

.header {
    padding: 25px 0;
}

.header .container {
    max-width: 100% !important;
    padding: 0 3% !important;
}

.header .menu-right ul li:last-child a {
    line-height: 58px;
    padding: 0 32px;
    font-size: 18px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.header .small-menu-btn {
    color: var(--text-col-4);
    font-size: 22px;
    cursor: pointer;
}

/* Header Section Ends */

/* Offcanvas Start */


.offcanvas-header .btn-close {
    background: transparent;
    width: auto;
    height: auto;
}


.offcanvas .offcanvas-header .offcanvas-title img {
    width: 150px;
}

.offcanvas-header .btn-close .fa-xmark {
    font-size: 26px;
}

.offcanvas .offcanvas-body .menu-list ul li a,
.offcanvas .offcanvas-body .social-icon ul li a {
    font-size: 20px;
}

.offcanvas .offcanvas-body .social-icon ul li:last-child a {
    line-height: 60px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.offcanvas .offcanvas-body .social-icon {
    border-top: 2px solid var(--bg-col-6);
    padding-top: 10px;
}

/* Offcanvas Ends */

/* Banner Section Starts  */

.banner {
    padding-top: 172px;
    position: relative;
}

.banner::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -50px;
    background: url(../images/banner-before.png)no-repeat center / cover;
    width: 148px;
    height: 648px;
}

.banner .banner-top {
    padding-bottom: 86px;
}

.banner .banner-top .banner-top-left h1 {
    font-size: 54px;
    line-height: 68px;
    letter-spacing: -2px;
}

.banner .banner-top .banner-top-left p {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -1px;
}

.banner .banner-top .banner-top-left ul li a i {
    margin-left: 10px;
}

.banner .banner-top .banner-top-left ul li:first-child a {
    line-height: 58px;
    margin-right: 30px;
    padding: 0 32px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.banner .banner-middle h3 {
    line-height: 20px;
    letter-spacing: 6px;
}


@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-250px * 7));
        transform: translateX(calc(-250px * 7));
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-250px * 7));
        transform: translateX(calc(-250px * 7));
    }
}

.banner .banner-middle .slider .slide-track {
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite;
    width: calc(250px * 15);
}

.banner .banner-middle .slider .slide {
    padding: 8px 20px;
    border: 1px solid var(--bg-col-4);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.banner .banner-middle .slider .slide h4 {
    font-size: 14px;
    line-height: 24px;
}

.banner .banner-middle .slider .slide p {
    font-size: 14px;
    line-height: 20px;
}

.banner .banner-bottom {
    background: var(--bg-col-2);
    border-radius: 32px;
    padding: 48px 64px;
    margin-top: -135px;
    bottom: -135px;
}

.banner .banner-bottom h2 {
    font-size: 30px;
    line-height: 40px;
}

/* Banner Section Ends */


/* How Work Section Starts */

.how-work {
    padding: 120px 0;
    padding-top: 257px;
}

.how-work h2 {
    font-size: 42px;
    line-height: 52px;
    letter-spacing: -1px;
}

.how-work .how-work-card .how-work-card-item {
    border-radius: 24px;
    padding: 40px 24px;
    height: 100%;
    border: 2px solid var(--bg-col-5);
    box-shadow: 0px 14px 56px 0px rgba(0, 0, 0, 0.04);
}

.how-work .how-work-card .how-work-card-item h3 {
    font-size: 24px;
    line-height: 34px;
}

.how-work .how-work-card .how-work-card-item p {
    line-height: 26px;
}

/* How Work Section Ends */

/* Publish Section Starts */

.publish {
    padding-top: 120px;
}

.publish::after {
    content: '';
    position: absolute;
    right: 0;
    top: 85px;
    z-index: -1;
    background: url(../images/publish-after.png)no-repeat center;
    width: 338px;
    height: 560px;
}

.publish .container {
    padding-bottom: 120px !important;
    border-bottom: 1px solid var(--bg-col-6);
}

.publish .publish-left h2,
.analytics .analytics-right h2 {
    font-size: 39px;
    line-height: 52px;
}

.publish .publish-left h4,
.analytics .analytics-right h4 {
    line-height: 30px;
}

.analytics .analytics-right h5,
.publish .publish-left h5 {
    line-height: 20px;
    letter-spacing: 6px;
}

.publish .publish-left ul li i,
.analytics .analytics-right ul li i {
    background: var(--bg-col-4);
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 0 7px;
}

.publish .publish-left ul li p,
.analytics .analytics-right ul li p {
    line-height: 26px;
}

.publish .publish-left a,
.analytics .analytics-right a {
    line-height: 58px;
    padding: 0 32px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

/* Publish Section Ends */

/* Analytics Section Starts  */

.analytics {
    padding: 120px 0;
}

/* Analytics Section Ends */

/* Popular Section Starts */

.popular {
    padding: 120px 0;
}

.popular::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../images/popular-bg.png)no-repeat center;
    width: 440px;
    height: 397px;
}

.popular h3 {
    font-size: 78px;
    line-height: 88px;
}

.popular p {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -1px;
}

.popular .popular-left {
    border-radius: 32px;
    padding: 75px 56px;
    background: url(../images/popular-left.png)no-repeat center / cover;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
}

.popular .popular-right {
    border-radius: 32px;
    padding: 75px 56px;
    background: url(../images/popular-right.png)no-repeat center / cover;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
}

/* Popular Section Ends */

/* Customer Says Section Starts */

.customer-says {
    padding: 120px 0;
    background: var(--bg-col-3);
}

.customer-says .customer-says-heading h3 {
    font-size: 42px;
    line-height: 52px;
}

.customer-says .customer-says-heading p {
    line-height: 30px;
}

.customer-says .customer-says-slider .slider-item {
    padding: 0 30px;
    /* margin: 0 30px; */
}

.customer-says .customer-says-slider .carousel-item-left {
    padding: 34px 24px;
    background: var(--bg-col-4);
    border-radius: 24px 0px 0px 24px;
    -webkit-border-radius: 24px 0px 0px 24px;
    -moz-border-radius: 24px 0px 0px 24px;
    -ms-border-radius: 24px 0px 0px 24px;
    -o-border-radius: 24px 0px 0px 24px;
}

.customer-says .customer-says-slider .carousel-item-left h3 {
    line-height: 26px;
}

.customer-says .customer-says-slider .carousel-item-left p {
    font-size: 14px;
    line-height: 20px;
}

.customer-says .customer-says-slider .carousel-item-right {
    padding: 32px;
    border-radius: 0px 16px 16px 0px;
    -webkit-border-radius: 0px 16px 16px 0px;
    -moz-border-radius: 0px 16px 16px 0px;
    -ms-border-radius: 0px 16px 16px 0px;
    -o-border-radius: 0px 16px 16px 0px;
}

.customer-says .customer-says-slider .carousel-item-right p {
    color: var(--text-col-5);
    line-height: 30px;
}

.slider-div .fa-angle-left,
.slider-div .fa-angle-right {
    position: absolute;
    font-size: 30px;
    cursor: pointer;
    width: 56px;
    right: 0;
    height: 56px;
    text-align: center;
    line-height: 56px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.slider-div .fa-angle-left {
    background: #fff;
    color: var(--bg-col-6);
    top: -130px;
    right: 170px;
}

.slider-div .fa-angle-right {
    color: #fff;
    background: var(--bg-col-1);
    top: -130px;
    right: 95px;
}

/* Customer Says Section Ends */


/* Newsletter Section Starts  */

.newsletter {
    background: var(--bg-col-2);
    padding: 120px 0;
}

.newsletter::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/newsroom-bg.png)no-repeat center;
    width: 490px;
    height: 340px;
    z-index: -1;
}

.newsletter h3 {
    font-size: 42px;
    line-height: 52px;
    letter-spacing: -1px;
}

.newsletter .newsletter-form {
    width: 70%;
}

.newsletter input {
    border: 2px solid rgba(150, 153, 163, 0.60);
    border-radius: 200px;
    height: 78px;
    padding-right: 36%;
    padding-left: 32px;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    -ms-border-radius: 200px;
    -o-border-radius: 200px;
}

.newsletter button {
    right: 10px;
    line-height: 58px;
    padding: 0 32px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

/* Newsletter Section Ends */

/* Footer Section Starts */

.footer {
    padding-top: 120px;
}

.footer .footer-logo p {
    line-height: 26px;
    padding-right: 60px;
}

.footer h3 {
    font-size: 20px;
    line-height: 30px;
}

.footer .footer-product ul li a,
.footer .footer-press ul li a {
    line-height: 26px;
}

.footer .footer-contact .info li i {
    margin-right: 10px;
}

.footer .footer-contact .info li p {
    line-height: 26px;
}

.footer .copyright {
    margin-top: 54px;
    padding-top: 20px;
    border-top: 1px solid var(--bg-col-5);
}

.footer .copyright .copyright-left p {
    line-height: 26px;
}

.footer .copyright .copyright-right ul li a {
    color: var(--text-col-3);
    line-height: 26px;
}

/* Footer Section Ends */

/* Responsive Css Starts */

@media (min-width: 1200px) and (max-width: 1399px) {
    .popular h3 {
        font-size: 66px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .popular h3 {
        font-size: 50px;
    }

    .popular .popular-right {
        padding: 75px 40px;
        padding-right: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .banner .banner-top .banner-top-left h1 {
        font-size: 45px;
        line-height: 60px;
    }

    .slider-div .fa-angle-left,
    .slider-div .fa-angle-right {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }

    .slider-div .fa-angle-left {
        top: unset;
        bottom: -75px;
        right: unset;
        left: 280px;
    }

    .slider-div .fa-angle-right {
        top: unset;
        bottom: -75px;
        right: 280px;
    }

    .banner .banner-bottom h2 {
        font-size: 26px;
        line-height: 38px;
    }

    .banner .banner-bottom ul li img {
        padding: 0 7px;
    }

    .newsletter .newsletter-form {
        width: 80%;
    }

    .newsletter::after {
        width: 150px;
        height: 104px;
        background-size: cover;
    }
}

@media (max-width: 767px) {
    .container {
        max-width: 320px;
        padding: 0;
    }

    .customer-says .customer-says-slider .carousel-item-left {
        padding: 24px;
        border-radius: 16px 16px 0px 0px;
        -webkit-border-radius: 16px 16px 0px 0px;
        -moz-border-radius: 16px 16px 0px 0px;
        -ms-border-radius: 16px 16px 0px 0px;
        -o-border-radius: 16px 16px 0px 0px;
    }

    .customer-says .customer-says-slider .carousel-item-right {
        padding: 24px;
        border-radius: 0 0px 16px 16px;
        -webkit-border-radius: 0 0px 16px 16px;
        -moz-border-radius: 0 0px 16px 16px;
        -ms-border-radius: 0 0px 16px 16px;
        -o-border-radius: 0 0px 16px 16px;
    }

    .slider-div .fa-angle-left,
    .slider-div .fa-angle-right {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }

    .slider-div .fa-angle-left {
        top: unset;
        bottom: -75px;
        right: unset;
        left: 95px;
    }

    .slider-div .fa-angle-right {
        top: unset;
        bottom: -75px;
        right: 95px;
    }

    .banner {
        overflow: hidden;
    }

    .banner .banner-top .banner-top-left h1 {
        font-size: 34px;
        line-height: 42px;
    }

    .banner .banner-bottom {
        background: var(--bg-col-2);
        bottom: 0px;
        padding: 32px 0;
    }

    .banner .banner-bottom h2 {
        font-size: 24px;
        line-height: 34px;
    }

    .banner-bottom::after {
        content: '';
        z-index: -1;
        position: absolute;
        background: var(--bg-col-2);
        width: 300%;
        left: -100%;
        top: 0;
        height: 100%;
    }

    .banner .banner-bottom ul li img {
        padding: 0 10px;
    }

    .how-work,
    .newsletter,
    .popular {
        padding: 48px 0;
    }

    .how-work h2 {
        font-size: 28px;
        line-height: 34px;
    }

    .how-work .how-work-card .how-work-card-item h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .how-work .how-work-card .how-work-card-item {
        padding: 24px;
    }

    .analytics .analytics-right h5,
    .publish .publish-left h5 {
        line-height: 16px;
        font-size: 14px;
    }

    .publish .publish-left h2,
    .analytics .analytics-right h2 {
        font-size: 28px;
        line-height: 34px;
    }

    .publish .publish-left h4,
    .analytics .analytics-right h4 {
        line-height: 26px;
        font-size: 16px;
    }

    .popular .popular-left,
    .popular .popular-right {
        padding: 28px 30px;
    }

    .popular h3 {
        font-size: 34px;
        line-height: 42px;
    }

    .popular p {
        font-size: 20px;
        line-height: 30px;
    }


    .newsletter h3 {
        font-size: 28px;
        line-height: 34px;
    }

    .newsletter::after {
        display: none;
    }

    .newsletter .newsletter-form {
        width: 100%;
    }

    .newsletter input {
        height: 58px;
        padding: 0 24px;
    }

    .newsletter button {
        position: static !important;
        transform: translate(0) !important;
        -webkit-transform: translate(0) !important;
        -moz-transform: translate(0) !important;
        -ms-transform: translate(0) !important;
        -o-transform: translate(0) !important;
    }

    .footer .footer-logo p {
        padding-right: 0;
    }
}

/* Responsive Css Ends */