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: 'Simpler';
    background-color: #000;
}
*{
    font-family: 'Simpler';
}
*: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;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

svg {
    width: 100%;
    height: 100%;
}

h1, p {
    color:#fff
}
.ac-container {
    width: 70rem;
    margin: 0 auto;
    height: 100%;
    padding: 1rem;
}
.ac-container-flued{
    width: 99rem;
    padding: 0.5rem 0rem;
    display: flex;
    align-items: flex-start;
}
.ac-img-responsive {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    object-fit: contain;
}
.ac-c2c {
    display: none;
}
.ac-col-1{
    width: 70rem;
    position: relative;
}
.ac-col-2{
    width: 29.5rem;
    padding: 0 4rem 0 1rem;
}
.ac-blue {
    color:#00adee;
}
.ac-green {
    color:#92CD8B;
}
.ac-white{
    color:#ffff;
}
/* Main */
section {
    width: 100%;
    height: auto;
    padding: 0;
}
/* End Main */

#ac-part-1 .ac-container-flued{
    padding: 0;
}
.swiper {
    width: 100%;
    height: 100%;
    padding-bottom: 2rem;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
     top: 27.3rem;
}
.swiper-pagination-bullet {
    background: #fff;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .3);
}
.swiper-pagination-bullet-active {
    background: #fff;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .9);
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    /* width: 100%; */
    width: 70rem;
    height: 100%;
    object-fit: cover;
}
footer {
    background-color: #fff;
    overflow: hidden;
}

/* Legal Css */
footer .ac-legal-wrapper {
    direction: rtl;
    font-weight: 800;
}
footer .ac-legal-wrapper, footer .ac-legal-wrapper a {
    color: #000;
}
footer .ac-legal-wrapper a {
    text-decoration: none;
}
.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;
}

/* End Legal Css */

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

.ac-show-on-mobile {
    display: none;
}
@media (max-width: 1000px) {
    html,
    html[lang="he"],
    html[lang="en"]  {
        font-size: 2.5vw;
    }
    .ac-container {
        width: 90%;
    }
    .ac-hide-on-mobile {
        display: none;
    }
    .ac-show-on-mobile {
        display: block;
    }
    .ac-col-1{
        width: 100%;
        padding: 0rem;
    }
    .ac-col-2{
        width: 100%;
        padding: 0rem;
    }
    header .ac-container-flued{
        flex-direction: row;
    }
    header .ac-container-flued .ac-col {
        width:50%
    }
    .ac-container-flued{
        flex-direction: column;
        width:100%;
        margin:auto;
    }
   
    
    
}

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

.ac-withe {
    color:#fff
}