@media(min-width:1024px){
  .ac-mob-logos{
    display: none
  }
  .whatsapp-button{
    display: none
  }
  .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-pos-rel{
    position: relative;
    width: 100%;
    height: 0;
  }
  .ac-tooltip{
            background-color: #ed1b24;
            color: #fff;
            font-weight: 900;
            font-size: 1.5rem;
            line-height: 1.1;
            width: 9rem;
            height: 9rem;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            position: absolute;
            top: 0;
            right: 12rem;
            transform: rotate(13deg);
                        text-decoration: none;
  }
  .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;
    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-inner-containr{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-top: 7vh;
  }
  h1{
    font-weight: 900;
    color: #000;
             font-size: 4.1rem;
            font-family: "FbKolyaBold";
            margin-top: 0.6rem;
            line-height: 0.9;
            text-shadow: 0rem 0rem 1.5rem #fff;
            margin-bottom: 0rem;
  }
 
#ac-opening .ac-col-1 .ac-container{
      width: 100%;
}

#ac-opening .ac-col-1 .ac-fisrt-load-content{
  height: 100vh;
  position: relative;
}
#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: auto;
}
#ac-opening .ac-col-1 .ac-lines-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
             width: 55%;
            margin-top: 2rem;
            margin-bottom: 0rem;
}
#ac-opening .ac-col-1 .ac-line{
  width: 100%;
  height: 0.2rem;
  background-image:url(../img/red-line.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;   
}
#ac-opening .ac-col-1 .ac-lines-content{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#ac-opening .ac-col-1 .ac-text-1{
  font-size: 2.9rem;
            color: #E40012;
            font-family: "MMC-Bold";
            margin-top: 0.5rem;
            margin-bottom: 0.5rem;
}
#ac-opening .ac-col-1 .ac-text-2{
  display: flex;
  justify-content: center;
  align-items: center;
                  width: 39rem;
            margin-bottom: 0.7rem;
}
#ac-opening .ac-col-1 .ac-text-2 svg {
  width:100%;
  height: 100%;
}
#ac-opening .ac-col-1 .ac-price{
      font-size: 4.5rem;
    color: #000;
}
#ac-opening .ac-col-1 .ac-price small,
#ac-opening .ac-col-1 .ac-price bdi {
      font-size: .65em;
} 
#ac-opening .ac-col-1 .ac-star{
             display: block;
            color: #fff;
            text-align: right;
            margin-top: 3vh;
            margin-right: 1rem;
            margin-left: 2rem;
            font-size: 1.6rem;
            margin-bottom: 1.5vh;
            position: absolute;
            bottom: 0rem;
            right: 0rem;
}
#ac-opening .ac-col-1 .ac-second-load-content {
    height: auto;
    position: relative;
    background-color: #000;
    color:#fff;
    padding-top:2rem;
    padding-bottom: 0rem;
}
#ac-opening .ac-col-1 .ac-second-load-content h2 {
               font-size: 2.5rem;
            font-weight: 900;
            margin-bottom: 1rem;
            color: #E40012;
            text-align: center;
}
#ac-opening .ac-col-1 .ac-second-load-content figcaption{
               color: #fff;
            display: block;
            text-align: right;
            font-size: 1.5rem;
            line-height: 1.1;
}
#ac-opening .ac-col-2 {
    width: 29%;
    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;
  }
  p.ac-polutionsafety {
    font-size: 1.5rem;
    text-align: center;
    padding-bottom: 0.5rem;
    background-color: #fff;
    padding-top: 0.5rem;
    color: #000;
     margin-top: 1rem;
  }
  .ac-polution, .ac-safety {
    padding: 0 0.6vw 0vw 0.6vw;
    display: none;
  }
  .ac-polution.ac-active, .ac-safety.ac-active {
    padding: 0 0.6vw 0vw 0.6vw;
    display: inline-flex;
  }
  .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;
 }
}
