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'; */
    font-family: "Assistant", sans-serif;
    background-color: #000;
}
*{
    font-family: "Assistant", sans-serif;
}
*: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%;
}
header{
    display: none;
}
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;
}
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ac-c2c {
    display: none;
}
.ac-col-1{
    width: 75rem;
    position: relative;
}
.ac-col-2{
    width: 25rem;
    padding: 0 1rem 0 1rem;
}
.ac-blue {
    color:#00adee;
}
.ac-green {
    /* color:#92CD8B; */
        color:#C36E51;
}
.ac-dark-green {
    color:#C36E51;
}
.ac-white{
    color:#ffff;
}
.ac-orange{
    color: #FFA500;
}
.ac-slider-title,
.ac-slider-model-wrapper{
    position: relative;
    width: 100%;
    height: 0;
}
/* 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: 0;
}
.ac-slide-image{
    width: 100%;
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: cover;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 3rem;
    height: 3rem;
    background-color: transparent;
        padding-top: 0.8rem;
}
.swiper-pagination-bullet {
background: transparent;
    opacity: 1;
    border: 0.1rem solid #fff;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
    border: 0.1rem solid #ffffff;
    width: 16px;
    height: 16px;
    top: 0.1rem;
    position: relative;
}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 11px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 11px));
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.swiper-slide img {
    display: block;
    /* width: 100%; */
      width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-button-next, .swiper-button-prev {
    /* color: #C36E51; */
      color: #ffffff;
}
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 {
                display: none;
                padding: 2%;
    }
    header .ac-container-flued{
        flex-direction: row;
    }
    header .ac-container-flued .ac-col-1 {
        display: none
    }
     header .ac-container-flued .ac-col-2 {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .ac-container-flued{
        flex-direction: column;
        width:100%;
        margin:auto;
    }
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
      
        background-color: transparent;
     
    }
   .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 9px);
    }
    .swiper {
        border-bottom: 0.1rem solid #fff;
    }
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 6rem;
    }
    
}

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

.ac-withe {
    color:#fff
}