/***================= Override and added prefix class (landpagy) keyframes =================***/
.play-button::before {
    -webkit-animation: landpagy_pulse 1500ms ease-out infinite;
    animation: landpagy_pulse 1500ms ease-out infinite;
}
.video-play-two .play-button::before,
.video-play-two .play-button::after {
    -webkit-animation: landpagy_pulse 1500ms ease-in-out infinite;
    animation: landpagy_pulse 1500ms ease-in-out infinite;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: landpagy_pulse 6s ease infinite;
    animation: landpagy_pulse 6s ease infinite;
}

.user-slider .single-user-slide-widget .widget-top .play-btn i:after,
.testimonial-area-seven .customer-video .play-btn i::after,
.banner-area-7 .banner-right .play-btn i:after,
.landpagy-single-video .play-btn i:after, .video-wrapp .play-btn i:after {
    -webkit-animation: landpagy_pulse 2s infinite;
    animation: landpagy_pulse 2s infinite;
}

.billing-banner-area .shape:nth-child(11) {
    -webkit-animation: landpagy_pulse 3s infinite;
    animation: landpagy_pulse 3s infinite;
}


@-webkit-keyframes landpagy_pulse {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes landpagy_pulse {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}


/***================= Images =================***/
.landpagy_images .shape {
    -webkit-animation: rotated 30s alternate infinite linear;
    animation: rotated 30s alternate infinite linear;
    position: absolute;
}

/***================= Single Video =================***/
.landpagy-single-video .play-btn {
    width: 90px;
    height: 90px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    font-size: 28px;
    text-align: center;
    line-height: 90px;
    position: relative;
    color: var(--brand);
}
.landpagy-single-video .play-btn i {
    font-size: 30px;
    margin-left: 4px;
}
.landpagy-single-video .play-btn i:after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 15px 1px rgba(255, 255, 255, .5);
    box-shadow: 0 1px 15px 1px rgba(255, 255, 255, .5);
    content: "";
    -webkit-transform: scale(8);
    transform: scale(8);
}

.slider-navigation .swiper-button-prev,
.slider-navigation .swiper-button-next {
    background-image: none;
}


/***====================== Blog =========================**/
.blog-post-area .pagination .page-numbers, .blog-post-area .pagination a.page-numbers {
    height: 32px;
    width: 32px;
    font-size: 14px;
    margin: 10px 10px 0 0;
}

.blog-post-area .pagination .page-numbers i {
    font-size: 14px;
}

.recent-news-widget .news-item a {
    margin-right: 20px;
}

/***====================== Mailchimp Form =========================**/
.cta-area form.mailchimp,
.cta-area-four  form.mailchimp {
    max-width: 33.75rem;
}
.landpagy_subscribe .form-group {
    max-width: 100%;
}
.subscriber_form .form-control {
    border: 2px solid #2C2C2C;
    border-radius: 6px;
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    color: #a0a1a3;
    background: #fff;
    text-transform: capitalize;
    padding: 0.875rem 1.5625rem;
    margin: 0 0;
    width: 100%;
    height: auto;
    transition: 0.3s ease-out;
}
.subscriber_form .subscribe_btn {
    top: 0;
    right: 0;
    position: absolute;
    border: 2px solid #5D5D66;
    height: 3.5rem;
    background: #EC595A;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5;
    text-transform: capitalize;
    text-decoration: none;
    border-radius: 0.375rem;
    padding: 0.8125rem 2rem;
    margin: 0 0;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    transition: 0.3s ease-out;
}
.subscriber_form .subscribe_btn:hover {
    color: #EC595A;
    background: #171717;
    border-color: #171717;
}
.mailchimp input::-webkit-input-placeholder {
    text-transform: none;
}
.mailchimp input:-ms-input-placeholder {
    text-transform: none;
}
.mailchimp input::placeholder {
    text-transform: none;
}
.mailchimp input {
    text-transform: none;
}
.shape_circle .shape.absolute,
.parallax_image_effect .absolute {
    position: absolute;
}
.parallax_image_effect img {
    margin: 0;
}

.footer-payment .newsletter-box .form-group i {
    position: absolute;
    left: 16px;
    top: 50%;
    display: inline-block;
    transform: translateY(-58%);
    color: #c6c6c6;
}
.footer-payment .newsletter-box .form-control {
    background: rgba(255, 255, 255, 0.1);
    border-color: transparent;
    border-radius: 5px;
    height: 50px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.5px;
    padding-left: 45px;
}
.footer-payment .newsletter-box .btn {
    background-color: #fff;
    color: #473d8d;
    font-weight: 700;
    width: 100%;
    text-align: center;
    border: none;
    margin-top: 10px;
}


/***====================== WPML =========================**/
.footer-payment .footer-content .nice-select {
    padding: 2px 20px;
    width: 100%;
    margin-top: 33px;
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    margin-bottom: 0;
    border-radius: 4px;
}
.footer-payment .footer-content .nice-select span {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
}
.footer-payment .footer-content .nice-select i {
    margin-right: 7px;
    color: #c6c6c6;
}
.footer-payment .footer-content .nice-select .list {
    width: 100%;
}


/******************* Clients Logo *************************/
.startup_clients_logo {
    max-width: 100%;
    margin-bottom: 0;
}
.startup_clients_logo {
    position: relative;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
}
.startup_clients_logo img {
    opacity: 0.5;
    transition: all 0.4s ease-in-out;
}
.startup_clients_logo img + img {
    top: 150%;
    opacity: 0;
    left: 50%;
    transform: translateX(-50%);
    visibility: hidden;
    position: absolute;
}
.startup_clients_logo:hover img {
    opacity: 1;
    transform: translateY(-100%);
}
.startup_clients_logo:hover img + img {
    top: 0;
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0%);
}


.product-integrations-inside-line {
    animation: lefttoright 60s infinite alternate linear;
}

@media (min-width: 576px) {
    .product-integrations-inside-line {
        animation: toptobottom 60s infinite alternate linear;
    }
}

/******************* Title *************************/
.elementor-heading-title  span {
    display: inline-block;
    line-height: 50px;
    position: relative;
    z-index: 1;
}

.elementor-heading-title  span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.highlighted-text span {
    position: relative;
    z-index: 1;
}

.highlighted-text span .border-shape {
    bottom: -5px;
    left: -8px;
    position: absolute;
    width: 150px;
}

.highlighted-text span svg {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
}


/**=== Parallax Image ===**/
.features_tabs .features-tab-content .tab-pane {
    padding-top: 40px;
}
.features_tabs .features-tab-image img {
    margin: 0 auto;
}


/**=== Animated Shape ====**/
.shape_circle .shape {
    width: 114px;
    height: 114px;
    left: 0;
    bottom: 0;
    background-color: #EC595A;
    border-radius: 50%;
    z-index: 0;
    position: absolute;
}

/**=== Testimonials ====**/
.testimonial-author .testimonial-author-name h4 {
    color: #000000;
}
.testimonial-area-three .testimonial-review {
    max-width: 100%;
}
.testimonial-area-five .slider-navigation .swiper-button-prev,
.testimonial-area-five .slider-navigation .swiper-button-next {
    background-image: none;
}
.user-slider .single-user-slide-widget .widget-top::before {
    background-image: url(../img/testimonials/user-slide-shape.png);
}

/**=== Contact Page ====**/
.contact-form .contact-form-button .btn-red {
    border-color: #171717;
    width: auto;
}
.contact-form .contact-form-select {
    margin-bottom: 0;
}
.contact-form .select-topic {
    border-radius: 0.375rem;
}
.map-area .tippy-box {
    display: none;
}

@media screen and (min-width: 992px) {
    .contact-form textarea {
        height: 398px;
    }
}

/**=== Pricing Table ====**/
.pricing-item .price {
    font-size: 0;
}
.pricing-item .price span {
    font-size: 30px;
}
.pricing-item .price > span {
    margin-right: 7px;
}

/**=== Illustrations ====**/
.features-image {
    left: 0;
}

/**=== Section Padding & Margin ===**/
.testimonial-area-three,
.faq-area {
    padding: 0;
}
.contact-form {
    margin: 0;
}


/*================= Hero Section ===================*/
.software-area {
    overflow: visible;
}

/*================= Sign In ===================*/
.sign-up-form .btn-red:hover {
    background-color: #171717;
}


/*================= FAQs ===================*/
.accordion-item {
    max-width: 100%;
}
.question-area .question_list .ques_item {
    border-radius: 6px;
    background: #f1f1f1;
}
.question-area .question_menu .nav-tabs li a {
    background: #f1f1f1;
}


/*================ Mega Menu =======================*/


/******************* Brand Color *************************/
span.brand_color {
    color: rgba(236, 89, 90, 1);
}