html[lang="he"]{
    font-size: 1vw;
    direction: rtl
}
html[lang="he"] .form-wrapper input {
    direction: rtl;
      font-size: 1vw;
}
html[lang="en"],
html[lang="Us-en"] {
    direction: ltr;
      font-size: 1vw;
}
html[lang="en"] .form-wrapper input,
html[lang="Us-en"] .form-wrapper input {
    direction: ltr;
        font-size: 1vw;
}
body {
    font-family: 'Ploni DL 1.1 AAA';
    font-weight: normal;
    color: #fff;
}

*:focus {
    outline : 0.15rem solid #000 !important;
}

/* app */

.ac-sr-only {
    position: fixed;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

html {
    font-size: 1vw;
}
strong{
    font-weight: 700;
}

/* Zoom animation for ac-part-1 - gentle and alive feeling */
@keyframes sectionZoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

/* Animation disabled for ac-part-1 */
/* #ac-part-1 .ac-container {
    animation: sectionZoom 20s ease-in-out infinite;
    transform-origin: center center;
} */

/* Truck driving animation - creates a forward/backward movement effect */
/* Disabled - only fade animation active on #ac-part-3 */
/* @keyframes truckDrive {
    0% {
        transform: scale(0.85);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.85);
    }
}

#ac-part-3 .ac-image {
    animation: truckDrive 20s ease-in-out infinite;
    transform-origin: center right;
} */

/* Scroll arrow gentle bounce animation with fade */
@keyframes scrollArrowBounce {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    50% {
        transform: translateY(8px);
        opacity: 0.6;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.ac-scroll-arrow {
    animation: scrollArrowBounce 2s ease-in-out infinite;
}

/* Image stack animation for section 3 */
@keyframes imageFadeInOut {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.ac-image-stack {
    position: relative;
    display: inline-block;
}

.ac-image-base {
    position: relative;
    display: block;
}

.ac-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    animation: imageFadeInOut 6s ease-in-out infinite;
}

/* Video background styling */
.ac-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Counter styling */
.ac-counter {
    /* background-color: #fff; */
    padding: 1rem;
    display: inline-block;
    margin-top: 1rem;
    margin: 3rem 0.5rem 0 auto;
}
.ac-counter-text{
        font-size: 2.5rem;
    position: relative;
    top: 1.9rem;
    right: 0.5rem;
}
.ac-counter-number {
    color: #000;
    font-size: 5rem;
    font-weight: 400;
    display: inline-flex;
    direction: ltr;
}

.ac-counter-number .digit,
.ac-counter-number .comma {
    display: inline-block;
    min-width: 0.6em;
    text-align: center;
}

.ac-counter-number .digit {
    transition: filter 0.15s ease, transform 0.15s ease;
}

.ac-counter-number .digit.rolling {
    filter: blur(4px);
    transform: translateY(-3px);
}

.ac-counter-number .comma {
    min-width: 0.3em;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.ac-white{
    color:#fff
}
.ac-black {
    color:#000
}
.ac-red,
.ac-dot{
    color: #D2232A;
}
picture{
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: cover;
    overflow: hidden;
}
.ac-img-responsive {
    width: auto;
    height: 100%;
    margin: 0 auto;
    display: block;
    object-fit: cover;
}

.ac-c2c {
    display: none;
}


.image-container {
            position: relative;
            width: 100%;
            height: 100%;
        }

        .image-container img {
           position: absolute;
    top: 0;
    left: 22%;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: -1;
        }

        .background {
            z-index: 1;
        }

        .fade-overlay {
            z-index: 2;
            opacity: 0;
            animation: fadeInOut 4s infinite;
        }

        @keyframes fadeInOut {
            0% {
                opacity: 0;
            }
            25% {
                opacity: 1;
            }
            75% {
                opacity: 1;
            }
            100% {
                opacity: 0;
            }
        }

/* Scroll bar Side Navigator Accordion */


/* width */

::-webkit-scrollbar {
    width: 10px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #232635;
    border-radius: 0px;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #d1d9ff;
    border-radius: 10px;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #f7f7f7;
}


/* EndScroll bar Side Navigator Accordion */

.ac-hide-on-mobile {
    display: block;
}

.ac-show-on-mobile {
    display: none;
}

@media (min-width: 1921px) {
    html,
    html[lang="he"],
    html[lang="en"]  {
        font-size: 1vw;
    }
    .ac-scroll-down {
            font-size: 3rem !important;
    }
}

/* @media (max-width: 1400px) {
    html,
    html[lang="he"],
    html[lang="en"]  {
        font-size: 1.5vw;
    }
    .ac-container {
        width: 60rem;
    }
} */

@media (max-width: 1000px) {
    html,
    html[lang="he"],
    html[lang="en"]  {
        font-size: 3vw;
    }
    .ac-img-responsive {
        width: 100%;
        height: auto;
        margin: 0 auto;
        display: block;
    }
    .ac-container {
        width: 90%;
    }
    .ac-hide-on-mobile {
        display: none;
    }
    .ac-show-on-mobile {
        display: block;
    }
    
    .ac-c2c {
        position: fixed;
        right: 0;
        top: 22%;
        width: 50px;
    }
    .image-container {
        position: relative;
        width: 100vw;
        height: 75vw;
        margin-bottom: 6vw;
    }
    .image-container img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
        z-index: 0;
    }
    /* End header  mobile*/
    .ac-counter {
                margin: auto 3%;
        width: 82vw;
        text-align: center;
        position: relative;
        right: 6vw;
    }
    .ac-counter-number {
        color: #000;
        font-size: 3rem;
        font-weight: 400;
        display: inline-flex;
        direction: ltr;
    }
    .ac-counter-text {
        font-size: 1.5rem;
        position: relative;
        top: 1.1rem;
        right: 0.5rem;
    }
}

@media (max-width: 650px) {
    html,
    html[lang="he"],
    html[lang="en"] {
        font-size: 4vw;
    }
}