/*
Theme Name: Alef Theme Child
Theme URI: https://pelacket.com
Template: hello-elementor
Author: Saeed Niksirat
Version: 1.0.0
Updated: 2024-03-09 16:18:41

*/

@font-face {
    font-family: "AnjomanMaxVF";
    src: url("./fonts/anjoman/AnjomanMaxVF.woff");
}

body {
    font-family: AnjomanMaxVF !important;
    direction: rtl;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button,
a {
    font-family: AnjomanMaxVF !important;
}

.hme-course-li {
    position: relative;
}

.hme-course-li:after {
    content: "" !important;
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 50px;
    background-color: white;
    border-radius: 10px 10px 0;
    box-shadow: -3px 3px 4px 0px rgb(0 0 0 / 19%);
    z-index: 0;
}

.hme-course-li>.e-con-inner:after,
.hme-course-li>.e-con-inner:before {
    content: url(/wp-content/uploads/2024/05/rounded-shape.svg);
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 2;
}

.hme-course-li>.e-con-inner:before {
    right: 45px;
    top: 7px;
    transform: rotate(180deg);
}

.hme-course-li>.e-con-inner:after {
    right: 7px;
    top: 55px;
    transform: rotate(180deg);
}

.hme-course-li .elementor-icon-box-icon {
    z-index: 1;
}

.home-count>.e-con-inner>.elementor-element:before {
    width: 98%;
    left: 1%;
    content: "";
    opacity: .5;
    background: rgb(105 140 255 / 20%);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(5px);
}

.home-cr-li>.elementor-widget-container {
    height: 80px !important;
}

.home-cr-li>.elementor-widget-container>.elementor-image-box-wrapper {
    height: 100%;
}

.home-cr-li figure.elementor-image-box-img {
    height: 60px;
    width: 60px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #98A2B3;
    border-radius: 5px;
}

.home-testi .swiper-slide-active .eael-testimonial-item-inner,
.home-testi .swiper-slide-duplicate-prev .eael-testimonial-item-inner {
    transform: scale(0.8);
    transition: .3s;
}

.home-testi .swiper-slide-active .eael-testimonial-quote,
.home-testi .swiper-slide-duplicate-prev .eael-testimonial-quote {
    display: none;
}

.home-testi .swiper-pagination-bullet-active {
    width: 30px !important;
    border-radius: 10px;
}

.home-testi .elementor-testimonial__footer {
    z-index: 3;
    position: relative;
    margin-top: -40px !important;
}

.home-testi .swiper-slide {
    filter: grayscale(0) contrast(0.5) opacity(0.5) !important;
    transform: scale(0.9);
    padding: 0;
}

.home-testi .swiper-slide.swiper-slide-next {
    filter: none !important;
    transform: scale(1);
}

.home-testi .elementor-testimonial__content {
    background: #F2F4FF;
    border: 1px solid #152CC3;
    border-radius: 10px;
    padding: 45px 10px 45px;
    position: relative;
}

.home-testi .elementor-testimonial__content:before {
    content: '\201C';
    font-size: 50px;
    line-height: 0;
    font-weight: bold;
    color: #667085;
    height: 30px !important;
    position: absolute;
    right: 0;
    left: 0;
}

.fa-num {
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
}

.home-testi .swiper-slide.swiper-slide-next {
    transform: scale(1.2);
    transition: .3s;
}

.home-testi .elementor-main-swiper {
    padding-top: 40px;
}

.blog-template-2 h2.elementor-heading-title {
    height: 40px;
}

ul.blog-categs {
    padding-right: 20px;
}

ul.blog-categs a {
    font-size: 15px;
    line-height: 2;
    color: #000;
    transition: .3s;
}

ul.blog-categs a:hover {
    transition: .3s;
    color: var( --e-global-color-bbd424d);
}

ul.blog-categs .current-cat a {
    color: var( --e-global-color-bbd424d);
}

.single-content h2,
.single-content h3 {
    background: #f9f9f9;
    padding: 6px;
    margin: 20px 0;
}

.single-content img {
    margin: 20px auto;
    border-radius: 10px;
    display: block;
}

a.e-n-menu-title-text {
    padding-bottom: 0 !important;
}

.e-n-menu-title.e-current .e-n-menu-title-text::before {
    background-color: var(--e-global-color-98d78ad) !important;
}

div#form {
    max-width: 100vw;
    overflow-x: hidden;
}

.elementor-widget-n-menu button {
    box-shadow: none !important;
}

@media only screen and (max-width: 600px) {
    .home-cr-li>.elementor-widget-container {
        height: 140px !important;
    }
    .home-testi .swiper-slide {
        filter: none !important;
        transform: none !important;
    }
}