@media(min-width:1024px){
  .ac-mob-logos{
    display: none
  }
  .glide__slide{
    position: relative;
  }
  .ac-model-details-wrapper{
    position: absolute;
    top: 22%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  .ac-model-details-wrapper .ac-outlanders{
    width: 38%;
  }
  .ac-model-details-wrapper .ac-text{
    color:#fff;
    font-family: "FbKolyaRegular";
    display: block;
          text-align: center;
          margin-top: 1rem;
          font-size: 2.2rem;
          line-height: 1.1;
  }
  .ac-date {
    font-size: 4.3rem;
    display: block;
    text-align: center;
    margin: auto;
    color: #fff;
    font-weight: 900;
  }
  .ac-slide-2-title{
    display: block;
    color: #fff;
    text-align: center;
    font-size: 3.8rem;
    font-family: "FbKolyaBold";
  }
  .ac-slide-2-subtitle{
    display: block;
    color:#fff;
    font-family: "FbKolyaBold";
    text-align: center;
    font-size: 2.7rem;
  }
  .ac-slide-2-date{
    display: block;
    color:#E50012;
    text-align: center;
    font-family: "FbKolyaBold";
    font-size: 4.8rem;
  }
  .ac-model-details-wrapper-2{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    /* font-size: 1.1rem; */
    width: 43rem;
    margin: auto;
  }
  .ac-item-wrapper{
    color: #fff;
    font-size: 2.1rem;
    width: 100%;
    font-family: "FbKolyaRegular";
    line-height: 0.6;
  }
  .ac-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0;
  }
  .ac-item::before,
  .ac-item::after {
    content: "";
    flex: 1;
    height: 0.2rem;

    margin: 0 1rem;
  }
  .ac-item::before{
    background: linear-gradient(to right, white, white, transparent);
  }
  .ac-item::after {
    background: linear-gradient(to right, transparent, white, white);
  }
  .ac-law-sentence{
    position: absolute;
      bottom: 1rem;
      color: #fff;
      right: 1rem;
  }
  #ac-opening {
    display: flex;
    justify-content: space-between;
    height: auto;
  }
  #ac-opening .ac-col {
    display: flex;
  }
  #ac-opening .ac-col-1 {
    width: 71%;
    position: relative;
    /* height: auto; */
    height: 95vh;
    min-height: auto;
  }
  #ac-opening .ac-col-1 .ac-conatiner {
    width: 100%;
    height: auto;
    position: relative;
  }
  #ac-opening .ac-col-1 .ac-bg{
    position: absolute;
    top:0;
    right:0;
    width:100%;
    height: 100%;
  }
  #ac-opening .ac-col-1 .ac-bg img {
    height: 100%;
  }
  #ac-opening .ac-col-1 .ac-flah {
    background-color: #e50112;
    color: #fff;
    padding: 0 0.5rem;
    font-size: 2.5rem;
    display: block;
    margin-bottom: -2rem;
  }
  #ac-opening .ac-col-1 .ac-inner-containr{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-top: 7vh;
  }
  #ac-opening .ac-col-1 .ac-main-title{
    display: flex;
    justify-content: center;
    align-items: center;
                width: 18.3rem;
  }
  #ac-opening .ac-col-1 .ac-cars{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 73%;
    margin-top: 9vh;
  }
  .ac-red-banner{
                    background-color: #ed1b24;
            color: #ffffff;
            font-weight: bold;
            padding: 0.7rem 5rem 0.7rem 1rem;
            display: inline-block;
            direction: rtl;
            font-size: 1.55rem;
            transform: skewX(-15deg);
            position: absolute;
            right: -2rem;
            bottom: 0.5rem;
            text-decoration: none;
  }
  .ac-red-banner span {
             transform: skewX(15deg);
            display: block;
  }

  h1{
    font-weight: 900;
    color: #000;
    font-size: 3.8rem;
    font-family: "FbKolyaBold";
    margin-top: 2.4vh;
    line-height: 0.9;
    text-shadow: 0rem 0rem 1.5rem #fff
  }
  #ac-opening .ac-col-1 .ac-ale{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12rem;
    position: absolute;
    left: 0;
    top: 22%;
  }
  #ac-opening .ac-col-1 .ac-details{
    position: relative;
    color: #fff;
    text-align: center;
    display: none;
    font-size: 2.8rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-weight: 900;
    line-height: 0.9;
  
}
#ac-opening .ac-col-1 .ac-container{
      width: 100%;
}
#ac-opening .ac-col-1 .ac-inner-container{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  text-align: center;
  height: 90vh;
}

#ac-opening .ac-col-1 .ac-details .ac-detail-line{
  width: 2px;
  height: 5.8rem;
    background-color: #fff;
    position: relative;
    top: 0.1rem;
    margin: auto 1rem;
}
.ac-star{
  display: block;
  color: #fff;
  text-align: right;
  margin-top: 3vh;
  margin-right: 1rem;
  margin-left: 2rem;
  font-size: 1.2rem;
  margin-bottom: 1.5vh;
  position: relative;
  bottom: -2rem;
  right: -23.7rem;
}
  #ac-opening .ac-col-2 {
    width: 30%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
  }
  /* End Section Opening */
  .ac-tel {
    display: none
  }

  /* Footer */
  footer .ac-col-1 {
    width: 30%;
    position: relative;
  }
  footer .ac-col-2 {
    width: 71%;
    background-color: #fff;
    z-index: 9;
    position: relative;
  /* border-top: 0.1rem solid #000;
    */
  }
  footer .ac-row-2 {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 0.4rem;
  }
  footer .ac-row-2 p {
    font-size: 1.5rem;
    text-align: center;
    padding-bottom: 0.5rem;
  }
  footer .ac-row-2 .ac-polution, footer .ac-row-2 .ac-safety {
    padding: 0 0.6vw 0vw 0.6vw;
    display: none;
  }
  footer .ac-row-2 .ac-polution.ac-active, footer .ac-row-2 .ac-safety.ac-active {
    padding: 0 0.6vw 0vw 0.6vw;
    display: inline-flex;
  }
  footer .ac-row-2 .ac-safety {
    color: #fff;
  }
  .ac-safety-seven {
    background-color: #416fb6;
  }
  .ac-safety-six {
    background-color: #1a6eb7;
  }
  .ac-safety-five {
    background-color: #2a8cc9;
  }
  .ac-safety-four {
    background-color: #34869e;
  }
  .ac-safety-three {
    background-color: #33af8a;
  }
  .ac-safety-one {
    background-color: #e46e26;
  }
  .ac-safety-two {
    background-color: #ffcc00;
  }
  .ac-polution-three {
    background-color: #008452;
  }
  .ac-polution-two {
    background-color: #006543;
  }
  .ac-polution-fifteen {
    background-color: #a52d2d;
  }
  .ac-polution-five {
    background-color: #01a357;
  }
  footer .ac-showform-mob {
    display: none;
  }
  /* End Footer */

  .ac-popup-colmobile {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    z-index: 999;
    background-color: #000000bf;
    opacity: 0;
    transition: opacity 0.5s;
  }
  .ac-popup-inner {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ac-popup-inner img {
    width: auto;
    height: auto;
    cursor: pointer;
  }
  .ac-popup-colmobile.ac-open {
    display: block;
    opacity: 1;
  }
  .ac-clk-colmobile {
    text-decoration: underline;
    cursor: pointer;
  }
}
@media (min-width: 1000px) {
  body {
      background-color: #fff;
 }
}
