/*
Theme Name: arki-tm
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

:root {
    scroll-padding-top: 70px !important;
}

.common-details *:last-child {
    margin-bottom: 0;
}

.common-details ul,
.common-details ol {
    margin-bottom: 15px;
}

.common-details ul li:not(:last-child),
.common-details ol li:not(:last-child) {
    margin-bottom: 20px;
}

.common-details ul li::marker,
.common-details ol li::marker {
    color: #fff;
}

.common-details.typography-details ul li::marker,
.common-details.typography-details ol li::marker {
    color: #0c0c0c;
}

.typography-details li span {
    display: block;
}

.common-details h1,
.common-details h2,
.common-details h3,
.common-details h4,
.common-details h5,
.common-details h6 {
    margin-top: 0;
}

/* Gradient Title */
.blue-gradiant-title .elementor-heading-title {
    background: linear-gradient(160deg, #6F2CD2 0%, #2422C5 100%);
    background-size: 200% 200%;
    background-position: left center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    transition: background-position 0.8s ease-in-out, background 0.8s ease-in-out;
    -webkit-transition: background-position 0.8s ease-in-out, background 0.8s ease-in-out;
    -moz-transition: background-position 0.8s ease-in-out, background 0.8s ease-in-out;
    -ms-transition: background-position 0.8s ease-in-out, background 0.8s ease-in-out;
    -o-transition: background-position 0.8s ease-in-out, background 0.8s ease-in-out;
}

.blue-gradiant-title .elementor-heading-title a:hover {
    background: linear-gradient(320deg, #6F2CD2 0%, #2422C5 100%);
    background-size: 200% 200%;
    background-position: right center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}


/* Gradiant Title */


/* Partner Slider Section */
.partners-carousel .swiper-wrapper {
    align-items: center;
}


.partners-carousel .swiper-pagination-bullet {
    transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
}

.partners-carousel .swiper-pagination-bullet:hover {
    background: #2422C5 !important;
}

/* Partner Slider Section */

/* News Section */
.home-news-item .elementor-widget-theme-post-featured-image a,
.feature-img a {
    display: block !important;
}

/* News Section */

/* slider */
.meet-arki-slider .swiper .swiper-slide .elementor-widget-text-editor p strong,
.meet-arki-slider .swiper .swiper-slide .elementor-widget-text-editor p a {
    background: linear-gradient(160deg, #6F2CD2 0%, #2422C5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    /* for Firefox */
    color: transparent;
}

/* slider */

.feature-item {
    background: linear-gradient(224deg, rgba(60, 35, 181, 0.00) 50.44%, #291986 92.09%), linear-gradient(98deg, #782DD2 1.54%, #3C23B5 57.39%, #2224CF 98.78%);
}

/* Subscribe Form */
.common-form input::placeholder {
    opacity: 1 !important;
}

.common-form input {
    padding: 5px 20px !important;
}


/* Subscribe Form */


@media(min-width:1366px) and (max-width:1760px) {
    .meet-carousel-title .elementor-heading-title {
        font-size: 30px !important;
        line-height: 35px !important;
    }

    .meet-item {
        padding-top: 75px !important;
    }
}

@media (min-width:1600px) and (max-width:1699px){
    .product-image-content {
        min-height: 250px !important;
    }
}
@media (min-width:1366px) and (max-width:1599px){
    .product-image-content {
        min-height: 230px !important;
    }
}

@media(max-width: 1024px) {

    .common-details ul li:not(:last-child),
    .common-details ol li:not(:last-child) {
        margin-bottom: 15px;
    }
}

@media(max-width:475px) {
    .team-member-details {
        --e-con-grid-template-columns: repeat(1, 1fr) !important;
    }
}