html[lang="he"]{
    font-size: 1vw;
    direction: rtl
}
html[lang="he"] .form-wrapper input {
    direction: rtl
}
html[lang="en"],
html[lang="Us-en"] {
    direction: ltr
}
html[lang="en"] .form-wrapper input,
html[lang="Us-en"] .form-wrapper input {
    direction: ltr
}
body {
    font-family: "n060002t";
    background-color: #000;
}
*{
    font-family: "n060002t";
}
*:focus {
    outline : 0.15rem solid #000 !important;
}
.ac-en {
    font-family: "DaimlerCACPro-Regular";
    direction: ltr;
    text-align: right;
}
svg {
    width: 100%;
    height: 100%;
}
/* app */

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

html {
    font-size: 1vw;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.ac-img-responsive {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    object-fit: contain;

}
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    background: #000;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: right;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-next, .swiper-button-prev {
    color: #fff;
    text-shadow: 1px 1px 13px #000;
}
.ac-c2c {
    display: none;
}
.ac-blue {
    color:#00adee;
}



/* Main */
section {
    width: 100%;
    height: auto;
    padding: 0;
}
/* End Main */




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

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

footer {
    background-color: #fff;
    padding: 0.2rem 3rem 0.2rem 0;
    overflow: hidden;
}

/* Legal Css */

.ac-safety, .ac-polution {
    padding: 0 0.55vw;
    color: #fff;
    display: none;
    margin: 0 0.2rem;
}
.ac-safety.ac-active, .ac-polution.ac-active {
    display: inline;
}
.ac-polution{
    color:#000
}
.ac-safety-zero {
    background-color: #A52524;
}
.ac-safety-one {
    background-color: #E84E10;
}
.ac-safety-two {
    background-color: #FFCC00;
}
.ac-safety-three {
    background-color: #2BB085;
}
.ac-safety-four {
    background-color: #2C86A0;
}
.ac-safety-five {
    background-color: #2789CA;
}
.ac-safety-six {
    background-color: #1F69B2;
}
.ac-safety-seven {
    background-color: #446AAE;
}
.ac-safety-eight {
    background-color: #4555A2;
}
.ac-polution-one {
    background-color: #315F4D;
}
.ac-polution-two {
    background-color: #006F4E;
}
.ac-polution-three {
    background-color: #008453;
}
.ac-polution-four {
    background-color: #009657;
}
.ac-polution-five {
    background-color: #00A457;
}
.ac-polution-six {
    background-color: #5CB351;
}
.ac-polution-seven {
    background-color: #BAD03F;
}
.ac-polution-eight {
    background-color: #FEEC20;
}
.ac-polution-nine {
    background-color: #FFD60A;
}
.ac-polution-ten {
    background-color: #F9B71C;
}
.ac-polution-eleven {
    background-color: #F79124;
}
.ac-polution-twelve {
    background-color: #EA6827;
}
.ac-polution-thirteen {
    background-color: #E14518;
}
.ac-polution-fourteen {
    background-color: #D5312D;
}
.ac-polution-fifteen {
    background-color: #A42D2C;
}

/* End Legal Css */

@media (min-width: 1921px) {
    html,
    html[lang="he"],
    html[lang="en"]  {
        font-size: 0.9vw;
    }
}

@media (max-width: 1000px) {
    html,
    html[lang="he"],
    html[lang="en"]  {
        font-size: 3vw;
    }
    .ac-container {
        width: 90%;
    }
    .ac-hide-on-mobile {
        display: none;
    }
    .ac-show-on-mobile {
        display: block;
    }
   
    .ac-c2c {
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
        display: flex;
        color: #fff;
        background-color: #00adee;
        justify-content: center;
        align-items: center;
        font-size: 1.8rem;
        text-decoration: none;
        padding: 0.5rem;
        margin-bottom: 0.5rem;
        font-weight: 900;
    }
    .ac-c2c .ac-callus{
        width: 2rem;
        margin: 0 0rem 0 1rem;
    }
    /* End header  mobile*/
    
    footer .ac-container-flued {
        padding: 0rem 0rem;
    }
    footer .ac-legal-wrapper {
        font-size: 0.9rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .ac-safety, .ac-polution {
        margin: 0 0.3rem;
    }
   
}

@media (max-width: 650px) {
    html,
    html[lang="he"],
    html[lang="en"] {
        font-size: 3.2vw;
    }
    
    footer .ac-legal-wrapper {
        font-size: 1.3rem;
    }
    .ac-safety.ac-active, .ac-polution.ac-active {
        display: inline-flex;
    }
    .ac-safety, .ac-polution {
        justify-content: center;
        align-items: center;
        padding: 0.15rem 0.3rem 0 0.3rem;
    }
}