html {
    font-size: 1vw;
}

* {
    box-sizing: border-box;
}
*:focus {
    outline : 0.15rem solid #000 !important;
}
.ac-rtl {
    direction: rtl;
}

.ac-en {
    font-family: HyundaiSansHead-Regular;
    direction: ltr;
}
strong{
    font-family: "AlmoniDLAAA-Bold";
}
body {
    font-family: "AlmoniDLAAA";
}
.ac-en-medium {
    font-family: "HyundaiSansHeadMedium";
}
.ac-he-light{
    font-family: "AlmoniDLAAA-Light";
}
.ac-en {
    font-family: "HyundaiSansHead-Regular";
}
.ac-img-responsive {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.ac-grey-bg {
    background-color: #E4DCD3;
}

.ac-youtube-container {
    width: 100%;
    max-width: 100%;
    position: relative;
    padding-bottom: 56.25%; /* Aspect ratio: 16:9 */
    height: 0;
    overflow: hidden;
  }

  .ac-youtube-container iframe,
  .ac-youtube-facade iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }
  .ac-youtube-facade {
    /* position: relative;
    width: 100%;
    max-width: 560px; /* Example width */
  /*  cursor: pointer; */
    width: 100%;
    max-width: 100%;
    position: relative;
    padding-bottom: 56.25%; /* Aspect ratio: 16:9 */
    height: 0;
    overflow: hidden;
  }
  
  .ac-youtube-facade img {
    width: 100%;
    display: block;
    height: auto;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .ac-youtube-facade .ac-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #002c5f;
    border: none;
    color: white;
    /* font-size: 2rem; */
    border-radius: 50%;
    cursor: pointer;
    width: 5rem;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.4rem;
    transition:background 0.5s;
  }
  .ac-youtube-facade .ac-play-button:hover{
    background: transparent;
  }
  .ac-youtube-facade .ac-play-button svg {
    height: 100%;
    fill: #fff;
    width:100%;
  }

/* End Header */
.ac-star {
    margin-bottom: 1rem;
    display: block;
}



#ac-part-1{
    border-top: 0.2rem solid #fff;
}

.swiper {
    width: 100%;
    height: 100%;
    padding-bottom: 2rem;
  }

  .swiper-slide {
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    text-align: right;
    font-size: 1.4rem;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper-button-next, .swiper-button-prev {
    color: #000;
}
.swiper-slide span {
    background-color: transparent;
    direction: rtl;
    text-align: right;
    display: inline;
    margin-top: 0.5rem;
}
.swiper-pagination-bullet-active {
    background: #00000063;
}
.swiper-pagination-bullet {
    width: 0.7rem;
    height: 0.7rem;
}
/* Footer */


footer .ac-row-2 p {
    text-align: center;
}

footer .ac-row-2 .ac-polution,
footer .ac-row-2 .ac-safety {
    padding: 0 0.6vw 0.2vw 0.6vw;
}

footer .ac-row-2 .ac-safety {
    color: #fff;
}
.ac-safety-eight {
    background-color: #4555a2;
}
.ac-safety-seven {
    background-color: #416fb6;
}

.ac-safety-six {
    background-color: #1a6eb7;
}
.ac-polution-fourteen {
    background-color: #d6312d;
}
.ac-polution-three {
    background-color: #008452;
}
.ac-polution-fifteen {
    background-color: #a32e37;
}
/* End Footer */

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

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



@media (max-width: 1023px) {
    .ac-show-on-mobile {
        display: block;
    }
    .ac-hide-on-mobile {
        display: none;
    }
    html {
        font-size: 2.2vw;
    }
    .swiper {
        padding-bottom: 4rem;
    }
    
    .swiper-button-next, .swiper-button-prev {
        top: 35%;
    }
    .swiper-pagination-bullet {
        width: 1.1rem;
        height: 1.1rem;
    }
    
}

@media (max-width: 650px) {
    html {
        font-size: 2.8vw;
    }
    .swiper-slide {
        font-size: 1.6rem;
    }
}
#ac-nav-desk ul li a.ac-hide {
    display: none;
  }