* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.sticky-top {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.bg-body-tertiary {
    background-color: transparent !important;
}

.nav-link:hover {
    color: #007BFF;
    border-bottom: 2px solid #007BFF;
}

.meet {
    display: inline-flex;
    transform: rotate(-15deg);
    padding: 6px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    background: #F00;
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.48px;
    position: absolute;
}

.nav-link {
    font-family: "poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -2%;
    color: #000;
}

.navbar-nav .nav-link.active {
    border-bottom: 1px solid #007bff;
    color: #007bff;
}

.loginBtn {
    display: flex;
    padding: 15px 24px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 999px;
    background: #007BFF;
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.48px;
    border: 0;
    text-wrap: nowrap;

}

.signUpBtn {
    border: none;
    background-color: transparent;
    padding: 15px 18px 15px 18px;
    color: #007bff;
    font-weight: 500;
    width: max-content;
    text-wrap: nowrap;
    text-decoration: none;
}

.leftDiv .span1 {
    color: #007bff;
    margin-left: 75px !important;
}

.leftDiv h2 {
    font-family: "Poppins", sans-serif;
    font-size: 64px;
    font-weight: 600;
    line-height: 70px;
    letter-spacing: -0.02em;
    text-align: left;
}

.leftDiv .arrowDwon {
    color: #007bff;
    font-size: 50px;
}

.leftDiv .arrowDwon::before {
    transform: rotate(45deg);
    margin-left: 10px;
}

.buttonDiv button {
    background: #007bff;
    padding: 15px 25px 15px 25px;
    color: #fff;
    font-family: 'poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    border-radius: 999px;
    outline: none;
    border: none;
}

.leftDiv .span2 {
    color: #007bff;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.02em;
    text-align: left;
}

.imgDiv img {
    width: 40px;
    height: 40px;
}

.spanText {
    color: #007BFF;
    font-family: "PP Editorial New";
    font-size: 50px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1px;
}

/* .card-img-top{
    height: 361px;
    object-fit: inherit
} */


.cardsDiv {
    border-radius: 50px;
    background: linear-gradient(180deg, #EBF8FD 10%, #F6EFFF 90%);
}

.one-place-card {
    border-radius: 40px;
    background: #FFF;
    padding: 20px 20px 50px 20px;
    border: 0;
}

.one-place-card .card-img-top {
    height: 350px;
}

/* .one-place-card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: end;
} */

.one-place-card .card-title {
    color: #414141;
    text-align: center;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.44px;
    color: #414141;
    padding-bottom: 5px;
}

.one-place-card .card-text {
    color: #414141;
    text-align: center;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 133.333% */
    letter-spacing: -0.3px;
    color: #414141;

}

/* .cardsDiv .card {
  border: 0;
  border-radius: 10px;
} */



.card-title {
    text-align: center;
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    margin-bottom: 10px;
}


.card {
    height: 100%;
    /* Makes all cards take up full height within their column */
    display: flex;
    flex-direction: column;
}

.heading {
    font-family: Poppins;
    font-size: 50px;
    font-weight: 500;
    line-height: 75px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #414141;
}

.steps-heading {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #414141;
}

.steps-text {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #414141;
}

.btn-start-creating {
    color: #007BFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.48px;
    display: flex;
    padding: 15px 30px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #007BFF;
    text-decoration: none;
}

#btn-start-creating{
    color: #fff;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.48px;
    display: flex;
    padding: 15px 30px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 999px;
    background: #007BFF;
    border: 1px solid #fff;
    text-decoration: none;
}

#btn-start-creating:hover{
    background: #fff;
    color: #007BFF;
    border: 1px solid #007BFF;
    text-decoration: none;
}

.btn-start-creating:hover {
    background: #007BFF;
    color: #fff;
    border: 1px solid #007BFF;
    text-decoration: none;
}

.no-required {
    color: #414141;
    font-family: Poppins;
    font-size: 10px;
    font-style: italic;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.2px;
}

.step-tabs .nav-link.active {
    background: transparent;
}

.templates-tabs .nav-link {
    border-radius: 15px;
    opacity: 0.5;
    background: #FFF;
    color: #AAA;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 16px */
    letter-spacing: -0.32px;
    text-align: start;
    padding: 25px 15px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.templates-tabs .nav-link:hover {
    background: #FFF;
    color: #414141;
    opacity: 1;
}

.templates-tabs .nav-link.active,
.templates-tabs .show>.nav-link {
    border-radius: 15px;
    background: #FFF;
    color: #414141;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 16px */
    letter-spacing: -0.32px;
    opacity: 1;
    text-align: start;
    background-image: url("/img/redesginimage/tabs-button.png");
    background-repeat: no-repeat;
    background-position: right;

}

.templateDiv {
    border-radius: 50px;
    background: linear-gradient(180deg, #EBFAFD 10%, #EBFDEC 90%);
}

.template-tabs-card {
    border-radius: 18px;
    border: 1px solid #E5F2FF;
    background: #FFF;
    box-shadow: 0px 4px 15px 0px rgba(142, 196, 255, 0.20);
    padding: 20px;
}

.template-tabs-card .card-title {
    color: #414141;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 20px */
    letter-spacing: -0.4px;
    text-align: start;
}

.template-tabs-card .card-text {
    color: #414141;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 137.5% */
    letter-spacing: -0.32px;
}

.template-tab-content {
    border-radius: 15px;
    background: #FFF;
    padding: 25px;
}

.simple-text {
    color: #414141;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 133.333% */
    letter-spacing: -0.3px;
}

/* ==========================================================================
 *
 *    AI IMAGE SECTION STYLES
 *
 * ========================================================================== */
.slider-container {
    max-height: 485px;
    min-height: 485px;
    /* justify-content: center; */
    align-items: center;
    display: flex;
    overflow: hidden;
    position: relative;
    border-radius: 40px;
    background: linear-gradient(180deg, #F6EFFF 10%, #D7DDFF 90%);
}

.slider-container .halo {
    background: radial-gradient(circle at 50% 120px, rgba(0, 123, 255, 0.5) 0, transparent 50%);
    position: absolute;
    top: -10rem;
    width: 50%;
    height: 100%;
}

.slider-container .slider-image-container {
    grid-column-gap: 10px;
    display: flex;
}

.slider-container .slider-overlay-top {
    width: 100%;
    height: 80px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.55), transparent);
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
}

.slider-container .slider-overlay-top.bottom {
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.55));
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.slider-container .marquee-slider-content {
    min-width: 680px;
    /* flex-direction: column; */
    /* align-items: center; */
    margin-left: 20px;
    margin-right: 20px;
    /* display: flex; */
    /* position: relative; */
}

.slider-container .marquee-slider-content h2 {
    color: #FFF;
    font-weight: 800;
}

.slider-container .rounded-image {
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    height: 168px;
    width: 168px;
}

.slider-container .hero-marquee-inner {
    grid-column-gap: 16px;
    flex: none;
    display: flex;
}

.slider-container .hero-marquee-inner.horizontal {
    grid-row-gap: 20px;
    flex-direction: column;
}

.slider-container .hero-marquee-inner.horizontal.reversed {
    grid-column-gap: 20px;
}

.slider-container .track-horizontal {
    grid-column-gap: 16px;
    flex: none;
    display: flex;
}

.slider-container .div-logo.mx-120 {
    /* max-width: 100px; */
}

.slider-container .track-horizontal.left1,
.slider-container .track-horizontal.left2,
.slider-container .track-horizontal.left3,
.slider-container .track-horizontal.left4,
.slider-container .track-horizontal.left5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
}

.slider-container .track-horizontal.left1 {
    /* white-space: nowrap; */
    will-change: transform;
    -webkit-animation: marquee-horizontal 130s linear infinite;
    animation: marquee-horizontal 130s linear infinite;
}

.slider-container .track-horizontal.left2 {
    /* white-space: nowrap; */
    will-change: transform;
    -webkit-animation: marquee-reversed 100s linear infinite;
    animation: marquee-reversed 100s linear infinite;
}

.slider-container .track-horizontal.left3 {
    /* white-space: nowrap; */
    will-change: transform;
    -webkit-animation: marquee-horizontal 40s linear infinite;
    animation: marquee-horizontal 40s linear infinite;
}

.slider-container .track-horizontal.left4 {
    /* white-space: nowrap; */
    will-change: transform;
    -webkit-animation: marquee-reversed 40s linear infinite;
    animation: marquee-reversed 40s linear infinite;
}

.slider-container .track-horizontal.left5 {
    /* white-space: nowrap; */
    will-change: transform;
    -webkit-animation: marquee-horizontal 90s linear infinite;
    animation: marquee-horizontal 90s linear infinite;
}

.slider-container .marquee-slider-content {
    min-width: auto;
}

.slider-container .marquee-slider-content .visualize-responsize {
    font-size: 14px;
}

@-webkit-keyframes marquee-horizontal {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-25%);
    }
}

@keyframes marquee-horizontal {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-25%);
    }
}

@-webkit-keyframes marquee-reversed {
    from {
        transform: translateY(-25%);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes marquee-reversed {
    from {
        transform: translateY(-25%);
    }

    to {
        transform: translateY(0);
    }
}

/* ----------------------------------------------- */


.pricing-card {
    background: #FFF;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 106.667px 106.667px -71.111px rgba(76, 86, 115, 0.08);
    border: 0;
}

.plus-card {
    border-radius: 20px;
    background: #007BFF;
    box-shadow: 0px 106.667px 106.667px -71.111px rgba(76, 86, 115, 0.08);
    border: 0;
    background-image: url('./images/plus-price-bg.png') !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
}

.plus-card .card-header {
    border-radius: 20px 20px 0px 0px !important;
    background: transparent !important;
    border-bottom: 1px solid #87C0FF !important;

}

.plus-card .card-title,
.plus-card .price,
.plus-card .card-text {
    color: #fff !important;
}

.plus-card .price sub {
    color: #FCFCFD8F !important;
}

.pricing-card .card-header {
    padding: 30px;
    background: transparent;
    border-bottom: 0.889px solid #F0F3F9;
}

.pricing-card .card-title {
    color: #101828;
    font-family: Poppins;
    font-size: 26.667px;
    font-style: normal;
    font-weight: 500;
    line-height: 35.556px;
    /* 133.333% */
    letter-spacing: -0.569px;
    text-align: start;
}

.pricing-card .price {
    color: #101828;
    font-family: Poppins;
    font-size: 42.667px;
    font-style: normal;
    font-weight: 500;
    line-height: 49.778px;
    /* 116.667% */
    letter-spacing: -0.853px;
}

.pricing-card .price sub {
    color: #475467;
    font-family: Poppins;
    font-size: 12.444px;
    font-style: normal;
    font-weight: 400;
    line-height: 17.778px;
    /* 142.857% */
    letter-spacing: -0.373px;
}

.pricing-card .card-text {
    color: #101828;
    font-family: Poppins;
    font-size: 14.222px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.356px;
    margin-top: 10px;
}

.pricing-tabs .nav-link {
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 22px;
    border: 1px solid #007BFF;
    opacity: 0.3;
    backdrop-filter: blur(8.888888359069824px);
    color: #007BFF;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.5px;
}

.pricing-tabs .nav-link.active,
.pricing-tabs .show>.nav-link {
    color: #007BFF;
    border-radius: 22px;
    background: #FFF;
    backdrop-filter: blur(8.888888359069824px);
    opacity: 1;
    border: 0;
}

.price-subheading {
    color: #414141;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 137.5% */
    letter-spacing: -0.32px;
}

/* .owl-carousel .owl-nav button.owl-prev {
  background-image: url('./images/prev-btn.png') !important;
} */
.owl-carousel .owl-next,
.owl-carousel .owl-prev {
    width: 50px;
    height: 50px;
    line-height: 50px !important;
    border-radius: 50%;
    position: absolute;
    top: 30%;
    font-size: 20px !important;
    color: #fff !important;
    border: 1px solid #ddd !important;
    text-align: center;
}

.owl-carousel .owl-prev {
    left: -70px;
}

.owl-carousel .owl-next {
    right: -70px;
}

.testimonial-card {
    border-radius: 30px;
    border: 1px solid #A5D6FD;
    background: #FFF;
    padding: 20px;
}

.testimonial-card .card-body img {
    width: 22.61px !important;
    height: 15.89px !important;
    margin-bottom: 30px;
}

.testimonial-card .card-text {
    color: #414141;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: -0.48px;
}

.testimonial-card .profile {
    display: flex;
    align-items: start;
    gap: 10px;
}

.testimonial-card .profile img {
    height: 100px !important;
    width: 100px !important;
}

.testimonial-card .profile h5 {
    color: #414141;
    text-align: center;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 22px */
    letter-spacing: -0.44px;
}

.testimonial-card .profile p {
    color: #414141;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 137.5% */
    letter-spacing: -0.32px;
    margin-left: 7px;
}

.testimonial-card .profile span {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 137.5% */
    letter-spacing: -0.32px;
    display: flex;
    padding: 5px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 24px;
    background: #007BFF;
}

/* ---------------------- */

.faq-section .accordion {
    width: 100%;

}

.faq-section .accordion .accordion-item {
    border-radius: 12px;
    border: 1px solid rgba(170, 170, 170, 0.25);
    background: rgba(255, 255, 255, 0.00);
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05);
    padding: 16px 21px;
    margin-bottom: 20px;
}


.accordion-button:not(.collapsed) {
    /* background-color: #c5e5d8;*/
    background-color: var(--secondary-text);
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after {

    background-image: url("/img/redesginimage/plus.png");
}

.accordion-button::after {

    background-image: url("/img/redesginimage/minus.png");
}


.faq-section .accordion-button h5 {
    color: #414141;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.accordion-body {
    color: #414141;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


@media screen and (min-width: 768px) {
    /*   .faq-section .accordion {
    width: 50%;
    margin: 0 auto;
  } */

    .accordion-button:before {
        right: 0.75rem;
    }

    .accordion-button.collapsed:after {
        right: 1.1875rem;
    }

    .faq-section .accordion-button h5 {
        margin-right: 0px;
    }
}


/* ---------------------------- */

.blog-card {
    border-radius: 20px;
    border: 1px solid #E1E1E1;
    background: #FFF;
    padding: 10px;
}

.blog-card .card-body p {
    color: #414141;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 133.333% */
    letter-spacing: -0.3px;
}

.blog-card .card-body .card-title {
    color: #414141;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 26.4px;
    /* 120% */
    letter-spacing: -0.44px;
    text-align: start;
}

.blog-card .card-body .card-text {
    color: #414141;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 133.333% */
    letter-spacing: -0.3px;
}


/* -----------footer-------------- */

ul {
    margin: 0px;
    padding: 0px;
}

.footer-section {
    position: relative;
}

.footer-bg {
    border-radius: 20px;
    background: linear-gradient(180deg, #EBF8FD 10%, #F6EFFF 90%);
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 200px;
}

.footer-text p {
    color: #414141;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 133.333% */
    letter-spacing: -0.3px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    background: #fff;
    color: #007BFF;
}

.facebook-bg {
    background: #3B5998;
}

.twitter-bg {
    background: #55ACEE;
}

.google-bg {
    background: #DD4B39;
}

.footer-widget-heading h3 {
    color: #414141;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 22px */
    letter-spacing: -0.44px;
    margin-bottom: 40px;
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #ff5e14;
}

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 12px;
}

.footer-widget ul li a:hover {
    color: #ff5e14;
}

.footer-widget ul li a {
    color: #878787;
    text-transform: capitalize;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form input {
    width: 100%;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid #EBEBEB;
    background: #FFF;
    color: #414141;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 133.333% */
    letter-spacing: -0.3px;
    padding-right: 70px;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    padding: 17px 20px;
    top: 0;
    color: #007BFF;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 133.333% */
    letter-spacing: -0.3px;
    background: transparent;
    border: 0;
}


.copyright-area {
    background: #fff;
    padding: 25px 0;
}

.copyright-text p {
    margin: 0;
    color: #414141;
    text-align: center;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.037px;
}


.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #ff5e14;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}

/* ---------------animations--------------- */

.card:hover {
    transform: scale(1.1);
}

.card {
    transition: transform 0.5s;
}


.progress {
    background: #fff;
    border-radius: 6px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
    height: 5px;
}

.progress-bar {
    height: 5px;
    background-color: #ee303c;
    border-radius: 4px;
    transition: 0.4s linear;
    transition-property: width, background-color;
}

.progress-striped .progress-bar {
    background-color: #027AFE;
    width: 100%;
    animation: progressAnimationStrike 6s;
}

@keyframes progressAnimationStrike {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}




.step-imgs {
    border-radius: 30px;
    box-shadow: 0px 4px 20px 0px rgba(195, 223, 255, 0.20), 0px 4px 20px 0px rgba(164, 207, 255, 0.20);
}


.swiper-bar li:not(:last-child) {
    margin-bottom: 2rem;
    cursor: pointer;
}

.swiper-bar li .content {
    max-width: 507px;
}

.swiper-bar li .content::before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #DFDFDF;
}

.swiper-bar li .content::after {
    content: '';
    width: 0%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #007BFF;
}

.swiper-bar li.active .content::before {
    height: 3px;
    background: #027AFE1A;
}

.swiper-bar li.active .content::after {
    width: 100%;
    transition: linear 3s;
}

@media (max-width: 1280px) {
    .swiper-bar li .content {
        padding-bottom: 1.5rem;
    }
}

@media (max-width: 576px) {
    .swiper-bar li {
        display: none;
    }

    .swiper-bar li.active {
        display: block;
    }

    .swiper-bar li .content::before,
    .swiper-bar li .content::after {
        content: none;
    }

    .swiper-bar li .content {
        padding-bottom: 0;
    }
}

.btn-dashboad-creating{

    background: #007bff;
    color: white;
    border-radius: 35px;

}


.btn-dashboad-creating :hover{

    color: white;


}




/* css for cards carousel */
.carousel-item {
    padding: 15px;
}

.blog-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: #007bff;
    border-radius: 50%;
    color: #fff;

}

.carousel-control-prev-icon{
    position: relative;
    left: -120px;
}

.carousel-control-next-icon{
    position: relative;
    left: 120px;
}



/* new css blogs  */

.imgContainer img{
    height: 600px;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 25px;
  }

  .overlayContainer{
    background-color: #fff;
    position: relative;
    top: -80px;
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.07);
    padding: 50px 50px 50px 50px;
    border-radius: 25px;
  }

  .overlayContainer h1{
    font-weight: 700;
    font-size: 38px;
  }

  .overlayContainer span{
    color: #6e6e6e;
    font-size: 17px;

  }


  .paraDiv p{
    font-size: 17px;
    font-family: 'poppins', sans-serif;
    color: #6e6e6e;
  }

  .digitalMerketingDiv h1{
    font-size: 26px;
    font-weight: 700;

  }

  .digitalMerketingDiv h4{
    font-size: 20px;
    font-weight: 700;
  }

  .digitalMerketingDiv p{
    font-size: 17px;
    color: #6e6e6e;
  }

  .digitalMerketingDiv li{
    font-size: 17px;
    color: #6e6e6e;
    margin: 20px 20px;
  }

  .digitalMerketingDiv li span{
    color: #6e6e6e;
    font-size: 17px;
  }
  
     
  .card-body-detail {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* demo page */

.leftDiv h1 {
    font-family: 'poppins', sans-serif;
    font-weight: 500;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -2%;
  }

  .leftDiv h1 span {
    font-family: PP Editorial New;
    font-size: 50px;
    font-style: italic;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #007bff;

  }

  .leftDiv .text1 {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 30.6px;
    letter-spacing: -0.02em;
    text-align: left;

  }

  .leftDiv h3 {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 30.6px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #000;

  }
  .offerList {
    padding: 0;
  }

  .offerList li {
    text-decoration: none;
    list-style: none;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 400;
    line-height: 30.6px;
    letter-spacing: -0.02em;
    text-align: left;
    padding: 4px 0;
    position: relative;
    padding-left: 25px;
  }

  .offerList li::before {
    content: '✔';
    color: blue;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 4px;
  }



  .leftDiv .text2{
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 30.6px;
    letter-spacing: -0.02em;
    text-align: left;
  }



