@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

* {
  cursor: none;
  text-decoration: none;
}

.autonera-main {
  display: flex;
  flex-direction: column;
  background-color: #111111;
}

.autonera-main.layout {
  /* position: absolute; Test this again with absolute. The default is absolute. */
  overflow: hidden;
  min-height: 100vh;
}

.autonera-section1__section1 {
  display: flex;
  flex-direction: column;
  background: var(--src) center center/cover no-repeat;
}

.autonera-section1__section1.layout {
  position: relative;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}

.autonera-section1__flex {
  display: flex;
  flex-direction: column;
}

.autonera-section1__flex.layout {
  position: relative;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  width: 51.98%;
  margin: 137px auto;
}

@media (max-width: 1199px) {
  .autonera-section1__flex.layout {
    margin: 111px auto;
  }
}

@media (max-width: 991px) {
  .autonera-section1__flex.layout {
    margin: 82px auto;
  }
}

@media (max-width: 767px) {
  .autonera-section1__flex.layout {
    width: 59.08%;
    margin: 58px auto;
  }
}

@media (max-width: 575px) {
  .autonera-section1__flex.layout {
    width: 65.82%;
    margin: 45px auto;
  }
}

@media (max-width: 479px) {
  .autonera-section1__flex.layout {
    width: 71.97%;
    margin: 33px auto;
  }
}

@media (max-width: 383px) {
  .autonera-section1__flex.layout {
    width: 77.39%;
    margin: 25px auto;
  }
}

/* .autonera-section1__hero-title4 {                              //  Default styling
  display: flex;
  justify-content: center;
  font: 700 90px/1.2 "Tajawal", Helvetica, "Roboto", Arial, serif;
  color: white;
  text-align: center;
  letter-spacing: 0px; }
  @media (max-width: 1199px) {
    .autonera-section1__hero-title4 {
      font-size: 78px;
      text-align: center; } }
  @media (max-width: 991px) {
    .autonera-section1__hero-title4 {
      font-size: 65px; } }
  @media (max-width: 767px) {
    .autonera-section1__hero-title4 {
      font-size: 54px; } }
  @media (max-width: 575px) {
    .autonera-section1__hero-title4 {
      font-size: 49px; } }
  @media (max-width: 479px) {
    .autonera-section1__hero-title4 {
      font-size: 43px; } }
  @media (max-width: 383px) {
    .autonera-section1__hero-title4 {
      font-size: 40px; } } */

.autonera-section1__hero-title4 {
  /* Secondary styling */
  display: flex;
  justify-content: center;
  font: 700 90px/1.2 "Tajawal", Helvetica, "Roboto", Arial, serif;
  font-size: 50px;
  color: white;
  text-align: center;
  letter-spacing: 0px;
}

@media (max-width: 1199px) {
  .autonera-section1__hero-title4 {
    font-size: 45px;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .autonera-section1__hero-title4 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .autonera-section1__hero-title4 {
    font-size: 35px;
  }
}

@media (max-width: 575px) {
  .autonera-section1__hero-title4 {
    font-size: 30px;
  }
}

@media (max-width: 479px) {
  .autonera-section1__hero-title4 {
    font-size: 25px;
  }
}

@media (max-width: 383px) {
  .autonera-section1__hero-title4 {
    font-size: 20px;
  }
}

.autonera-section1__hero-title4.layout {
  position: relative;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  margin: 88px 0px 0px;
}

@media (max-width: 1199px) {
  .autonera-section1__hero-title4.layout {
    margin: 74px 0px 0px;
  }
}

@media (max-width: 991px) {
  .autonera-section1__hero-title4.layout {
    margin: 58px 0px 0px;
  }
}

@media (max-width: 767px) {
  .autonera-section1__hero-title4.layout {
    margin: 45px 0px 0px;
  }
}

@media (max-width: 575px) {
  .autonera-section1__hero-title4.layout {
    margin: 38px 0px 0px;
  }
}

@media (max-width: 479px) {
  .autonera-section1__hero-title4.layout {
    margin: 32px 0px 0px;
  }
}

@media (max-width: 383px) {
  .autonera-section1__hero-title4.layout {
    margin: 27px 0px 0px;
  }
}

/* .autonera-section1__hero-title3 {                               // Default styling
  display: flex;
  justify-content: center;
  font: 35px/1.2 "Tajawal", "Helvetica", "Roboto", Arial, serif;
  color: white;
  text-align: center;
  letter-spacing: 0px; }
  @media (max-width: 1199px) {
    .autonera-section1__hero-title3 {
      font-size: 32px;
      text-align: center; } }
  @media (max-width: 991px) {
    .autonera-section1__hero-title3 {
      font-size: 28px; } }
  @media (max-width: 767px) {
    .autonera-section1__hero-title3 {
      font-size: 25px; } }
  @media (max-width: 575px) {
    .autonera-section1__hero-title3 {
      font-size: 23px; } }
  @media (max-width: 479px) {
    .autonera-section1__hero-title3 {
      font-size: 21px; } }
  @media (max-width: 383px) {
    .autonera-section1__hero-title3 {
      font-size: 20px; } } */

.autonera-section1__hero-title3 {
  /* Secondary styling */
  display: flex;
  justify-content: center;
  font: 35px/1.2 "Tajawal", "Helvetica", "Roboto", Arial, serif;
  font-size: 25px;
  color: white;
  text-align: center;
  letter-spacing: 0px;
}

@media (max-width: 1199px) {
  .autonera-section1__hero-title3 {
    font-size: 22.5px;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .autonera-section1__hero-title3 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .autonera-section1__hero-title3 {
    font-size: 17.5px;
  }
}

@media (max-width: 575px) {
  .autonera-section1__hero-title3 {
    font-size: 15px;
  }
}

@media (max-width: 479px) {
  .autonera-section1__hero-title3 {
    font-size: 12.5px;
  }
}

@media (max-width: 383px) {
  .autonera-section1__hero-title3 {
    font-size: 10px;
  }
}

.autonera-section1__hero-title3.layout {
  position: relative;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  width: 77.61%;
  margin: 39px auto 0px;
}

@media (max-width: 1199px) {
  .autonera-section1__hero-title3.layout {
    margin: 34px auto 0px;
  }
}

@media (max-width: 991px) {
  .autonera-section1__hero-title3.layout {
    margin: 28px auto 0px;
  }
}

@media (max-width: 767px) {
  .autonera-section1__hero-title3.layout {
    margin: 23px auto 0px;
  }
}

@media (max-width: 575px) {
  .autonera-section1__hero-title3.layout {
    margin: 21px auto 0px;
  }
}

@media (max-width: 479px) {
  .autonera-section1__hero-title3.layout {
    margin: 18px auto 0px;
  }
}

@media (max-width: 383px) {
  .autonera-section1__hero-title3.layout {
    margin: 17px auto 0px;
  }
}

.autonera-section2__section2 {
  display: flex;
  flex-direction: column;
}

.autonera-section2__section2.layout {
  position: relative;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}

@media (max-width: 991px) {
  .autonera-section2__section2.layout {
    margin: 0px 20px;
  }
}

.autonera-section2__flex1 {
  display: flex;
}

@media (max-width: 1199px) {
  .autonera-section2__flex1 {
    flex-wrap: wrap;
    row-gap: 16px;
  }
}

.autonera-section2__flex1.layout {
  position: relative;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  width: 87.12%;
  margin: 124px auto;
}

@media (max-width: 1399px) {
  .autonera-section2__flex1.layout {
    width: 90.02%;
  }
}

@media (max-width: 1199px) {
  .autonera-section2__flex1.layout {
    width: 92.32%;
    margin: 101px auto;
  }
}

@media (max-width: 991px) {
  .autonera-section2__flex1.layout {
    width: 94.13%;
    margin: 76px auto;
  }
}

@media (max-width: 767px) {
  .autonera-section2__flex1.layout {
    width: 95.53%;
    margin: 54px auto;
  }
}

@media (max-width: 575px) {
  .autonera-section2__flex1.layout {
    width: 96.61%;
    margin: 44px auto;
  }
}

@media (max-width: 479px) {
  .autonera-section2__flex1.layout {
    width: 97.44%;
    margin: 33px auto;
  }
}

@media (max-width: 383px) {
  .autonera-section2__flex1.layout {
    width: 98.06%;
    margin: 26px auto;
  }
}

.autonera-section2__flex1-item {
  display: flex;
  flex-direction: column;
  position: relative;
  flex: 1 1 570px;
}

@media (max-width: 1199px) {
  .autonera-section2__flex1-item {
    flex: 0 0 100%;
  }
}

.autonera-section2__image3 {
  width: 100%;
  height: auto;
  vertical-align: top;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center top;
  object-position: center top;
}

.autonera-section2__image3.layout {
  position: relative;
  margin: 0px 0px 31px;
}

@media (max-width: 1199px) {
  .autonera-section2__image3.layout {
    margin: 0px 0px 27px;
  }
}

@media (max-width: 991px) {
  .autonera-section2__image3.layout {
    margin: 0px 0px 23px;
  }
}

@media (max-width: 767px) {
  .autonera-section2__image3.layout {
    margin: 0px 0px 19px;
  }
}

@media (max-width: 575px) {
  .autonera-section2__image3.layout {
    margin: 0px 0px 18px;
  }
}

@media (max-width: 479px) {
  .autonera-section2__image3.layout {
    margin: 0px 0px 16px;
  }
}

@media (max-width: 383px) {
  .autonera-section2__image3.layout {
    margin: 0px 0px 15px;
  }
}

.autonera-section2__flex1-spacer {
  flex: 0 1 50px;
}

@media (max-width: 1199px) {
  .autonera-section2__flex1-spacer {
    display: none;
  }
}

.autonera-section2__flex2 {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.autonera-section2__hero-title1 {
  font: 600 65px/1.2 "Tajawal", Helvetica, "Roboto", Arial, serif;
  color: white;
  letter-spacing: 0px;
}

@media (max-width: 1199px) {
  .autonera-section2__hero-title1 {
    font-size: 57px;
    text-align: left;
  }
}

@media (max-width: 991px) {
  .autonera-section2__hero-title1 {
    font-size: 49px;
  }
}

@media (max-width: 767px) {
  .autonera-section2__hero-title1 {
    font-size: 41px;
  }
}

@media (max-width: 575px) {
  .autonera-section2__hero-title1 {
    font-size: 38px;
  }
}

@media (max-width: 479px) {
  .autonera-section2__hero-title1 {
    font-size: 34px;
  }
}

@media (max-width: 383px) {
  .autonera-section2__hero-title1 {
    font-size: 31px;
  }
}

.autonera-section2__hero-title1.layout {
  position: relative;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}

.autonera-section2__hero-title2 {
  font: 500 35px/1.2 "Tajawal", Helvetica, "Roboto", Arial, serif;
  color: #fff;
  letter-spacing: 0px;
}

@media (max-width: 1199px) {
  .autonera-section2__hero-title2 {
    font-size: 32px;
    text-align: left;
  }
}

@media (max-width: 991px) {
  .autonera-section2__hero-title2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .autonera-section2__hero-title2 {
    font-size: 25px;
  }
}

@media (max-width: 575px) {
  .autonera-section2__hero-title2 {
    font-size: 23px;
  }
}

@media (max-width: 479px) {
  .autonera-section2__hero-title2 {
    font-size: 21px;
  }
}

@media (max-width: 383px) {
  .autonera-section2__hero-title2 {
    font-size: 20px;
  }
}

.autonera-section2__hero-title2.layout {
  position: relative;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  margin: 17px 0px 0px;
}

@media (max-width: 1199px) {
  .autonera-section2__hero-title2.layout {
    margin: 15px 0px 0px;
  }
}

@media (max-width: 991px) {
  .autonera-section2__hero-title2.layout {
    margin: 13px 0px 0px;
  }
}

@media (max-width: 767px) {
  .autonera-section2__hero-title2.layout {
    margin: 11px 0px 0px;
  }
}

@media (max-width: 575px) {
  .autonera-section2__hero-title2.layout {
    margin: 10px 0px 0px;
  }
}

@media (max-width: 479px) {
  .autonera-section2__hero-title2.layout {
    margin: 9px 0px 0px;
  }
}

@media (max-width: 383px) {
  .autonera-section2__hero-title2.layout {
    margin: 8px 0px 0px;
  }
}

.autonera-section2__flex3 {
  display: flex;
}

.autonera-section2__flex3.layout {
  position: relative;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  width: 271px;
  min-width: 271px;
  margin: 32px auto 0px;
}

@media (max-width: 1199px) {
  .autonera-section2__flex3.layout {
    margin: 28px auto 0px;
  }
}

@media (max-width: 991px) {
  .autonera-section2__flex3.layout {
    margin: 24px auto 0px;
  }
}

@media (max-width: 767px) {
  .autonera-section2__flex3.layout {
    margin: 20px auto 0px;
  }
}

@media (max-width: 575px) {
  .autonera-section2__flex3.layout {
    margin: 18px auto 0px;
  }
}

@media (max-width: 479px) {
  .autonera-section2__flex3.layout {
    margin: 16px auto 0px;
  }
}

@media (max-width: 383px) {
  .autonera-section2__flex3.layout {
    margin: 15px auto 0px;
  }
}

.autonera-section2__hero-title3 {
  font: 35px/1.2 "Tajawal", Helvetica, "Roboto", Arial, serif;
  color: white;
  text-align: justify;
  letter-spacing: 0px;
}

@media (max-width: 1199px) {
  .autonera-section2__hero-title3 {
    font-size: 32px;
    text-align: justify;
  }
}

@media (max-width: 991px) {
  .autonera-section2__hero-title3 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .autonera-section2__hero-title3 {
    font-size: 25px;
  }
}

@media (max-width: 575px) {
  .autonera-section2__hero-title3 {
    font-size: 23px;
  }
}

@media (max-width: 479px) {
  .autonera-section2__hero-title3 {
    font-size: 21px;
  }
}

@media (max-width: 383px) {
  .autonera-section2__hero-title3 {
    font-size: 20px;
  }
}

.autonera-section2__hero-title3.layout {
  position: relative;
  flex: 0 0 auto;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}

.autonera-section2__flex3-spacer {
  flex: 0 1 21px;
}

.autonera-section2__flex3-item {
  display: flex;
  flex-direction: column;
  position: relative;
  flex: 0 1 55px;
}

.autonera-section2__image2 {
  background: var(--src) center center/contain no-repeat;
}

.autonera-section2__image2.layout {
  position: relative;
  height: 32px;
  width: 55px;
  min-width: 55px;
  margin: 0px 0px 8px;
}

@media (max-width: 1199px) {
  .autonera-section2__image2.layout {
    margin: 0px 0px 7px;
  }
}

@media (max-width: 991px) {
  .autonera-section2__image2.layout {
    margin: 0px 0px 6px;
  }
}

@media (max-width: 767px) {
  .autonera-section2__image2.layout {
    margin: 0px 0px 5px;
  }
}

.autonera-section3__section3 {
  display: flex;
  flex-direction: column;
}

.autonera-section3__section3.layout {
  position: relative;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}

@media (max-width: 991px) {
  .autonera-section3__section3.layout {
    margin: 0px 20px;
  }
}

.autonera-section3__flex4 {
  display: flex;
}

@media (max-width: 1199px) {
  .autonera-section3__flex4 {
    flex-wrap: wrap;
    row-gap: 16px;
  }
}

.autonera-section3__flex4.layout {
  position: relative;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  width: 87.12%;
  margin: 135px auto;
}

@media (max-width: 1399px) {
  .autonera-section3__flex4.layout {
    width: 90.02%;
  }
}

@media (max-width: 1199px) {
  .autonera-section3__flex4.layout {
    width: 92.32%;
    margin: 109px auto;
  }
}

@media (max-width: 991px) {
  .autonera-section3__flex4.layout {
    width: 94.13%;
    margin: 81px auto;
  }
}

@media (max-width: 767px) {
  .autonera-section3__flex4.layout {
    width: 95.53%;
    margin: 57px auto;
  }
}

@media (max-width: 575px) {
  .autonera-section3__flex4.layout {
    width: 96.61%;
    margin: 45px auto;
  }
}

@media (max-width: 479px) {
  .autonera-section3__flex4.layout {
    width: 97.44%;
    margin: 33px auto;
  }
}

@media (max-width: 383px) {
  .autonera-section3__flex4.layout {
    width: 98.06%;
    margin: 25px auto;
  }
}

.autonera-section3__flex4-item {
  display: flex;
  flex-direction: column;
  position: relative;
  flex: 1 1 570px;
}

@media (max-width: 1199px) {
  .autonera-section3__flex4-item {
    flex: 0 0 100%;
  }
}

.autonera-section3__flex5 {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.autonera-section3__hero-title1 {
  font: 600 65px/1.2 "Tajawal", Helvetica, "Roboto", Arial, serif;
  color: white;
  text-align: center;
  letter-spacing: 0px;
}

@media (max-width: 1199px) {
  .autonera-section3__hero-title1 {
    font-size: 57px;
  }
}

@media (max-width: 991px) {
  .autonera-section3__hero-title1 {
    font-size: 49px;
  }
}

@media (max-width: 767px) {
  .autonera-section3__hero-title1 {
    font-size: 41px;
  }
}

@media (max-width: 575px) {
  .autonera-section3__hero-title1 {
    font-size: 38px;
  }
}

@media (max-width: 479px) {
  .autonera-section3__hero-title1 {
    font-size: 34px;
  }
}

@media (max-width: 383px) {
  .autonera-section3__hero-title1 {
    font-size: 31px;
  }
}

.autonera-section3__hero-title1.layout {
  position: relative;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}

.autonera-section3__hero-title2 {
  font: 500 35px/1.2 "Tajawal", Helvetica, "Roboto", Arial, serif;
  color: #fff;
  letter-spacing: 0px;
}

@media (max-width: 1199px) {
  .autonera-section3__hero-title2 {
    font-size: 32px;
    text-align: left;
  }
}

@media (max-width: 991px) {
  .autonera-section3__hero-title2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .autonera-section3__hero-title2 {
    font-size: 25px;
  }
}

@media (max-width: 575px) {
  .autonera-section3__hero-title2 {
    font-size: 23px;
  }
}

@media (max-width: 479px) {
  .autonera-section3__hero-title2 {
    font-size: 21px;
  }
}

@media (max-width: 383px) {
  .autonera-section3__hero-title2 {
    font-size: 20px;
  }
}

.autonera-section3__hero-title2.layout {
  position: relative;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  text-align: center;
  margin: 17px 0px 0px;
}

@media (max-width: 1199px) {
  .autonera-section3__hero-title2.layout {
    margin: 15px 0px 0px;
  }
}

@media (max-width: 991px) {
  .autonera-section3__hero-title2.layout {
    margin: 13px 0px 0px;
  }
}

@media (max-width: 767px) {
  .autonera-section3__hero-title2.layout {
    margin: 11px 0px 0px;
  }
}

@media (max-width: 575px) {
  .autonera-section3__hero-title2.layout {
    margin: 10px 0px 0px;
  }
}

@media (max-width: 479px) {
  .autonera-section3__hero-title2.layout {
    margin: 9px 0px 0px;
  }
}

@media (max-width: 383px) {
  .autonera-section3__hero-title2.layout {
    margin: 8px 0px 0px;
  }
}

.autonera-section3__flex3 {
  display: flex;
}

.autonera-section3__flex3.layout {
  position: relative;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  /* width: 271px;
  min-width: 271px; */
  margin: 32px auto 0px;
}

@media (max-width: 1199px) {
  .autonera-section3__flex3.layout {
    margin: 28px auto 0px;
  }
}

@media (max-width: 991px) {
  .autonera-section3__flex3.layout {
    margin: 24px auto 0px;
  }
}

@media (max-width: 767px) {
  .autonera-section3__flex3.layout {
    margin: 20px auto 0px;
  }
}

@media (max-width: 575px) {
  .autonera-section3__flex3.layout {
    margin: 18px auto 0px;
  }
}

@media (max-width: 479px) {
  .autonera-section3__flex3.layout {
    margin: 16px auto 0px;
  }
}

@media (max-width: 383px) {
  .autonera-section3__flex3.layout {
    margin: 15px auto 0px;
  }
}

.autonera-section3__hero-title3 {
  font: 35px/1.2 "Tajawal", Helvetica, "Roboto", Arial, serif;
  color: white;
  text-align: justify;
  letter-spacing: 0px;
}

@media (max-width: 1199px) {
  .autonera-section3__hero-title3 {
    font-size: 32px;
    text-align: justify;
  }
}

@media (max-width: 991px) {
  .autonera-section3__hero-title3 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .autonera-section3__hero-title3 {
    font-size: 25px;
  }
}

@media (max-width: 575px) {
  .autonera-section3__hero-title3 {
    font-size: 23px;
  }
}

@media (max-width: 479px) {
  .autonera-section3__hero-title3 {
    font-size: 21px;
  }
}

@media (max-width: 383px) {
  .autonera-section3__hero-title3 {
    font-size: 20px;
  }
}

.autonera-section3__hero-title3.layout {
  position: relative;
  flex: 0 0 auto;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}

.autonera-section3__flex3-spacer {
  flex: 0 1 21px;
}

.autonera-section3__flex3-item {
  display: flex;
  flex-direction: column;
  position: relative;
  flex: 0 1 55px;
  margin: 0 10px;
}

.autonera-section3__image2 {
  background: var(--src) center center/contain no-repeat;
}

.autonera-section3__image2.layout {
  position: relative;
  height: 32px;
  width: 55px;
  min-width: 55px;
  margin: 0px 0px 8px;
}

@media (max-width: 1199px) {
  .autonera-section3__image2.layout {
    margin: 0px 0px 7px;
  }
}

@media (max-width: 991px) {
  .autonera-section3__image2.layout {
    margin: 0px 0px 6px;
  }
}

@media (max-width: 767px) {
  .autonera-section3__image2.layout {
    margin: 0px 0px 5px;
  }
}

.autonera-section3__flex4-spacer {
  flex: 0 1 50px;
}

@media (max-width: 1199px) {
  .autonera-section3__flex4-spacer {
    display: none;
  }
}

.autonera-section3__image3 {
  width: 100%;
  height: auto;
  vertical-align: top;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center top;
  object-position: center top;
}

.autonera-section3__image3.layout {
  position: relative;
  margin: 9px 0px 0px;
}

@media (max-width: 1199px) {
  .autonera-section3__image3.layout {
    margin: 8px 0px 0px;
  }
}

@media (max-width: 991px) {
  .autonera-section3__image3.layout {
    margin: 7px 0px 0px;
  }
}

@media (max-width: 767px) {
  .autonera-section3__image3.layout {
    margin: 6px 0px 0px;
  }
}

@media (max-width: 575px) {
  .autonera-section3__image3.layout {
    margin: 5px 0px 0px;
  }
}

.autonera-section4__section4 {
  display: flex;
  flex-direction: column;
}

.autonera-section4__section4.layout {
  position: relative;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}

@media (max-width: 991px) {
  .autonera-section4__section4.layout {
    margin: 0px 20px;
  }
}

.autonera-section4__flex7 {
  display: flex;
}

@media (max-width: 1199px) {
  .autonera-section4__flex7 {
    flex-wrap: wrap;
    row-gap: 16px;
  }
}

.autonera-section4__flex7.layout {
  position: relative;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  width: 87.12%;
  margin: 119px auto;
}

@media (max-width: 1399px) {
  .autonera-section4__flex7.layout {
    width: 90.02%;
  }
}

@media (max-width: 1199px) {
  .autonera-section4__flex7.layout {
    width: 92.32%;
    margin: 97px auto;
  }
}

@media (max-width: 991px) {
  .autonera-section4__flex7.layout {
    width: 94.13%;
    margin: 73px auto;
  }
}

@media (max-width: 767px) {
  .autonera-section4__flex7.layout {
    width: 95.53%;
    margin: 53px auto;
  }
}

@media (max-width: 575px) {
  .autonera-section4__flex7.layout {
    width: 96.61%;
    margin: 43px auto;
  }
}

@media (max-width: 479px) {
  .autonera-section4__flex7.layout {
    width: 97.44%;
    margin: 33px auto;
  }
}

@media (max-width: 383px) {
  .autonera-section4__flex7.layout {
    width: 98.06%;
    margin: 26px auto;
  }
}

.autonera-section4__flex7-item {
  display: flex;
  flex-direction: column;
  position: relative;
  flex: 1 1 570px;
}

@media (max-width: 1199px) {
  .autonera-section4__flex7-item {
    flex: 0 0 100%;
  }
}

.autonera-section4__image1 {
  width: 100%;
  height: auto;
  vertical-align: top;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center top;
  object-position: center top;
}

.autonera-section4__image1.layout {
  position: relative;
  margin: 19px 0px 0px;
}

@media (max-width: 1199px) {
  .autonera-section4__image1.layout {
    margin: 17px 0px 0px;
  }
}

@media (max-width: 991px) {
  .autonera-section4__image1.layout {
    margin: 14px 0px 0px;
  }
}

@media (max-width: 767px) {
  .autonera-section4__image1.layout {
    margin: 12px 0px 0px;
  }
}

@media (max-width: 575px) {
  .autonera-section4__image1.layout {
    margin: 11px 0px 0px;
  }
}

@media (max-width: 479px) {
  .autonera-section4__image1.layout {
    margin: 10px 0px 0px;
  }
}

@media (max-width: 383px) {
  .autonera-section4__image1.layout {
    margin: 9px 0px 0px;
  }
}

.autonera-section4__flex7-spacer {
  flex: 0 1 50px;
}

@media (max-width: 1199px) {
  .autonera-section4__flex7-spacer {
    display: none;
  }
}

.autonera-section4__flex8 {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.autonera-section4__hero-title1 {
  font: 600 65px/1.2 "Tajawal", Helvetica, "Roboto", Arial, serif;
  color: white;
  letter-spacing: 0px;
}

@media (max-width: 1199px) {
  .autonera-section4__hero-title1 {
    font-size: 57px;
    text-align: left;
  }
}

@media (max-width: 991px) {
  .autonera-section4__hero-title1 {
    font-size: 49px;
  }
}

@media (max-width: 767px) {
  .autonera-section4__hero-title1 {
    font-size: 41px;
  }
}

@media (max-width: 575px) {
  .autonera-section4__hero-title1 {
    font-size: 38px;
  }
}

@media (max-width: 479px) {
  .autonera-section4__hero-title1 {
    font-size: 34px;
  }
}

@media (max-width: 383px) {
  .autonera-section4__hero-title1 {
    font-size: 31px;
  }
}

.autonera-section4__hero-title1.layout {
  position: relative;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}

@media (max-width: 1199px) {
  .autonera-section4__hero-title2-box {
    align-items: flex-start;
    justify-content: flex-start;
  }
}

@media (max-width: 991px) {
  .autonera-section4__hero-title2-box {
    align-items: flex-start;
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .autonera-section4__hero-title2-box {
    align-items: flex-start;
    justify-content: flex-start;
  }
}

@media (max-width: 575px) {
  .autonera-section4__hero-title2-box {
    align-items: flex-start;
    justify-content: flex-start;
  }
}

@media (max-width: 479px) {
  .autonera-section4__hero-title2-box {
    align-items: flex-start;
    justify-content: flex-start;
  }
}

@media (max-width: 383px) {
  .autonera-section4__hero-title2-box {
    align-items: flex-start;
    justify-content: flex-start;
  }
}

.autonera-section4__hero-title2-box.layout {
  position: relative;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  margin: 17px 0px 0px;
}

@media (max-width: 1199px) {
  .autonera-section4__hero-title2-box.layout {
    margin: 15px 0px 0px;
  }
}

@media (max-width: 991px) {
  .autonera-section4__hero-title2-box.layout {
    margin: 13px 0px 0px;
  }
}

@media (max-width: 767px) {
  .autonera-section4__hero-title2-box.layout {
    margin: 11px 0px 0px;
  }
}

@media (max-width: 575px) {
  .autonera-section4__hero-title2-box.layout {
    margin: 10px 0px 0px;
  }
}

@media (max-width: 479px) {
  .autonera-section4__hero-title2-box.layout {
    margin: 9px 0px 0px;
  }
}

@media (max-width: 383px) {
  .autonera-section4__hero-title2-box.layout {
    margin: 8px 0px 0px;
  }
}

.autonera-section4__hero-title2 {
  overflow: visible;
  margin-top: 0px;
  margin-bottom: 0px;
  margin: 0px;
  font: 500 35px/1.2 "Tajawal", Helvetica, "Roboto", Arial, serif;
  color: #fff;
  letter-spacing: 0px;
  white-space: pre-wrap;
}

@media (max-width: 1199px) {
  .autonera-section4__hero-title2 {
    font-size: 32px;
    text-align: left;
  }
}

@media (max-width: 991px) {
  .autonera-section4__hero-title2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .autonera-section4__hero-title2 {
    font-size: 25px;
  }
}

@media (max-width: 575px) {
  .autonera-section4__hero-title2 {
    font-size: 23px;
  }
}

@media (max-width: 479px) {
  .autonera-section4__hero-title2 {
    font-size: 21px;
  }
}

@media (max-width: 383px) {
  .autonera-section4__hero-title2 {
    font-size: 20px;
  }
}

.autonera-section4__flex3 {
  display: flex;
}

.autonera-section4__flex3.layout {
  position: relative;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  width: 271px;
  min-width: 271px;
  margin: 32px auto 0px;
}

@media (max-width: 1199px) {
  .autonera-section4__flex3.layout {
    margin: 28px auto 0px;
  }
}

@media (max-width: 991px) {
  .autonera-section4__flex3.layout {
    margin: 24px auto 0px;
  }
}

@media (max-width: 767px) {
  .autonera-section4__flex3.layout {
    margin: 20px auto 0px;
  }
}

@media (max-width: 575px) {
  .autonera-section4__flex3.layout {
    margin: 18px auto 0px;
  }
}

@media (max-width: 479px) {
  .autonera-section4__flex3.layout {
    margin: 16px auto 0px;
  }
}

@media (max-width: 383px) {
  .autonera-section4__flex3.layout {
    margin: 15px auto 0px;
  }
}

.autonera-section4__hero-title3 {
  font: 35px/1.2 "Tajawal", Helvetica, "Roboto", Arial, serif;
  color: white;
  text-align: justify;
  letter-spacing: 0px;
}

@media (max-width: 1199px) {
  .autonera-section4__hero-title3 {
    font-size: 32px;
    text-align: justify;
  }
}

@media (max-width: 991px) {
  .autonera-section4__hero-title3 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .autonera-section4__hero-title3 {
    font-size: 25px;
  }
}

@media (max-width: 575px) {
  .autonera-section4__hero-title3 {
    font-size: 23px;
  }
}

@media (max-width: 479px) {
  .autonera-section4__hero-title3 {
    font-size: 21px;
  }
}

@media (max-width: 383px) {
  .autonera-section4__hero-title3 {
    font-size: 20px;
  }
}

.autonera-section4__hero-title3.layout {
  position: relative;
  flex: 0 0 auto;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}

.autonera-section4__flex3-spacer {
  flex: 0 1 21px;
}

.autonera-section4__flex3-item {
  display: flex;
  flex-direction: column;
  position: relative;
  flex: 0 1 55px;
}

.autonera-section4__image2 {
  background: var(--src) center center/contain no-repeat;
}

.autonera-section4__image2.layout {
  position: relative;
  height: 32px;
  width: 55px;
  min-width: 55px;
  margin: 0px 0px 8px;
}

@media (max-width: 1199px) {
  .autonera-section4__image2.layout {
    margin: 0px 0px 7px;
  }
}

@media (max-width: 991px) {
  .autonera-section4__image2.layout {
    margin: 0px 0px 6px;
  }
}

@media (max-width: 767px) {
  .autonera-section4__image2.layout {
    margin: 0px 0px 5px;
  }
}

.autonera-section5__section5 {
  display: flex;
  flex-direction: column;
  background-color: #fdfefe;
}

.autonera-section5__section5.layout {
  position: relative;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}

@media (max-width: 991px) {
  .autonera-section5__section5.layout {
    margin: 0px;
  }
}

.autonera-section5__flex10 {
  display: flex;
  flex-direction: column;
}

.autonera-section5__flex10.layout {
  position: relative;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  width: 89.6%;
  margin: 38px auto;
}

@media (max-width: 1399px) {
  .autonera-section5__flex10.layout {
    width: 92%;
  }
}

@media (max-width: 1199px) {
  .autonera-section5__flex10.layout {
    width: 93.87%;
    margin: 33px auto;
  }
}

@media (max-width: 991px) {
  .autonera-section5__flex10.layout {
    width: 92.5%;
    margin: 27px auto;
  }
}

@media (max-width: 767px) {
  .autonera-section5__flex10.layout {
    width: 90%;
    margin: 23px auto;
  }
}

@media (max-width: 575px) {
  .autonera-section5__flex10.layout {
    width: 87.5%;
    margin: 20px auto;
  }
}

@media (max-width: 479px) {
  .autonera-section5__flex10.layout {
    width: 85%;
    margin: 18px auto;
  }
}

@media (max-width: 383px) {
  .autonera-section5__flex10.layout {
    width: 80%;
    margin: 16px auto;
  }
}

@media (max-width: 1199px) {
  .autonera-section5__hero-title-box {
    align-items: flex-start;
    justify-content: flex-start;
  }
}

@media (max-width: 991px) {
  .autonera-section5__hero-title-box {
    align-items: flex-start;
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .autonera-section5__hero-title-box {
    align-items: flex-start;
    justify-content: flex-start;
  }
}

@media (max-width: 575px) {
  .autonera-section5__hero-title-box {
    align-items: flex-start;
    justify-content: flex-start;
  }
}

@media (max-width: 479px) {
  .autonera-section5__hero-title-box {
    align-items: flex-start;
    justify-content: flex-start;
  }
}

@media (max-width: 383px) {
  .autonera-section5__hero-title-box {
    align-items: flex-start;
    justify-content: flex-start;
  }
}

.autonera-section5__hero-title-box.layout {
  position: relative;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  margin: 8px 0px 0px;
}

@media (max-width: 1199px) {
  .autonera-section5__hero-title-box.layout {
    margin: 10px 0px 0px;
  }
}

@media (max-width: 991px) {
  .autonera-section5__hero-title-box.layout {
    margin: 6px 0px 0px;
  }
}

@media (max-width: 767px) {
  .autonera-section5__hero-title-box.layout {
    margin: 5px 0px 0px;
  }
}

.autonera-section5__hero-title {
  overflow: visible;
  margin-top: 0px;
  margin-bottom: 0px;
  margin: 0px;
  font: 600 50px/1.2 "Tajawal", Helvetica, "Roboto", Arial, serif;
  color: black;
  letter-spacing: 0px;
  white-space: pre-wrap;
}

@media (max-width: 1199px) {
  .autonera-section5__hero-title {
    font-size: 44px;
    text-align: left;
  }
}

@media (max-width: 991px) {
  .autonera-section5__hero-title {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .autonera-section5__hero-title {
    font-size: 33px;
  }
}

@media (max-width: 575px) {
  .autonera-section5__hero-title {
    font-size: 30px;
  }
}

@media (max-width: 479px) {
  .autonera-section5__hero-title {
    font-size: 28px;
  }
}

@media (max-width: 383px) {
  .autonera-section5__hero-title {
    font-size: 26px;
  }
}

.autonera-section5__hero-title-span0 {
  font: 600 1em/1.2 "Tajawal", Helvetica, "Roboto", Arial, serif;
  color: #17202aff;
  letter-spacing: 0px;
}

.autonera-section5__hero-title-span1 {
  font: 600 1em/1.2 "Tajawal", Helvetica, "Roboto", Arial, serif;
  color: #c5c5c5ff;
  letter-spacing: 0px;
}

.autonera-section5__flex11 {
  display: flex;
}

@media (max-width: 1199px) {
  .autonera-section5__flex11 {
    flex-wrap: wrap;
    row-gap: 16px;
  }
}

.autonera-section5__flex11.layout {
  position: relative;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  margin: 256px 0px 0px;
}

@media (max-width: 1199px) {
  .autonera-section5__flex11.layout {
    margin: 200px 0px 0px;
  }
}

@media (max-width: 991px) {
  .autonera-section5__flex11.layout {
    margin: 140px 0px 0px;
  }
}

@media (max-width: 767px) {
  .autonera-section5__flex11.layout {
    margin: 88px 0px 0px;
  }
}

@media (max-width: 575px) {
  .autonera-section5__flex11.layout {
    margin: 63px 0px 0px;
  }
}

@media (max-width: 479px) {
  .autonera-section5__flex11.layout {
    margin: 37px 0px 0px;
  }
}

@media (max-width: 383px) {
  .autonera-section5__flex11.layout {
    margin: 19px 0px 0px;
  }
}

.autonera-section5__flex11-item {
  display: flex;
  justify-content: end;
  flex-direction: column;
  position: relative;
  flex: 1 1 350px;
}

@media (max-width: 1199px) {
  .autonera-section5__flex11-item {
    flex: 0 0 100%;
  }
}

.autonera-section5__flex12 {
  display: flex;
  flex-direction: column;
}

.autonera-section5__flex12.layout {
  position: relative;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  margin: 56px 0px 0px;
}

@media (max-width: 1199px) {
  .autonera-section5__flex12.layout {
    margin: 48px 0px 0px;
  }
}

@media (max-width: 991px) {
  .autonera-section5__flex12.layout {
    margin: 39px 0px 0px;
  }
}

@media (max-width: 767px) {
  .autonera-section5__flex12.layout {
    margin: 32px 0px 0px;
  }
}

@media (max-width: 575px) {
  .autonera-section5__flex12.layout {
    margin: 28px 0px 0px;
  }
}

@media (max-width: 479px) {
  .autonera-section5__flex12.layout {
    margin: 24px 0px 0px;
  }
}

@media (max-width: 383px) {
  .autonera-section5__flex12.layout {
    margin: 21px 0px 0px;
  }
}

@media (max-width: 1199px) {
  .autonera-section5__subtitle1-box {
    align-items: flex-start;
    justify-content: flex-start;
  }
}

@media (max-width: 991px) {
  .autonera-section5__subtitle1-box {
    align-items: flex-start;
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .autonera-section5__subtitle1-box {
    align-items: flex-start;
    justify-content: flex-start;
  }
}

@media (max-width: 575px) {
  .autonera-section5__subtitle1-box {
    align-items: flex-start;
    justify-content: flex-start;
  }
}

@media (max-width: 383px) {
  .autonera-section5__subtitle1-box {
    align-items: flex-start;
    justify-content: flex-start;
  }
}

.autonera-section5__subtitle1-box.layout {
  position: relative;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  /* width: 55.71%; */
  margin: 0px 0 0px 0%;
}

.autonera-section5__subtitle1 {
  overflow: visible;
  margin-top: 0px;
  margin-bottom: 0px;
  margin: 0px;
  font: 500 22px/1.2 "Tajawal", Helvetica, "Roboto", Arial, serif;
  color: #17202a;
  letter-spacing: 0px;
  text-align: left;
  white-space: pre-line;
}

@media (max-width: 1199px) {
  .autonera-section5__subtitle1 {
    font-size: 21px;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .autonera-section5__subtitle1 {
    font-size: 19px;
    ;
  }
}

@media (max-width: 767px) {
  .autonera-section5__subtitle1 {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .autonera-section5__subtitle1 {
    font-size: 17px;
  }
}

@media (max-width: 383px) {
  .autonera-section5__subtitle1 {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .autonera-section5__subtitle11-box {
    align-items: flex-start;
    justify-content: flex-start;
  }
}

@media (max-width: 991px) {
  .autonera-section5__subtitle11-box {
    align-items: flex-start;
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .autonera-section5__subtitle11-box {
    align-items: flex-start;
    justify-content: flex-start;
  }
}

@media (max-width: 575px) {
  .autonera-section5__subtitle11-box {
    align-items: flex-start;
    justify-content: flex-start;
  }
}

@media (max-width: 383px) {
  .autonera-section5__subtitle11-box {
    align-items: flex-start;
    justify-content: flex-start;
  }
}

.autonera-section5__subtitle11-box.layout {
  position: relative;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  /* width: 76.29%; */
  margin: 11px 0 0px 0%;
}

@media (max-width: 1199px) {
  .autonera-section5__subtitle11-box.layout {
    margin: 10px 0 0px 0%;
  }
}

@media (max-width: 991px) {
  .autonera-section5__subtitle11-box.layout {
    margin: 8px 0 0px 0%;
  }
}

@media (max-width: 767px) {
  .autonera-section5__subtitle11-box.layout {
    margin: 7px 0 0px 0%;
  }
}

@media (max-width: 575px) {
  .autonera-section5__subtitle11-box.layout {
    margin: 6px 0 0px 0%;
  }
}

@media (max-width: 383px) {
  .autonera-section5__subtitle11-box.layout {
    margin: 5px 0 0px 0%;
  }
}

.autonera-section5__subtitle {
  font: 20px/1.2 "Tajawal", Helvetica, "Roboto", Arial, serif;
  color: #17202a;
  letter-spacing: 0px;
}

@media (max-width: 1199px) {
  .autonera-section5__subtitle {
    font-size: 19px;
    text-align: left;
  }
}

@media (max-width: 991px) {
  .autonera-section5__subtitle {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .autonera-section5__subtitle {
    font-size: 17px;
  }
}

@media (max-width: 479px) {
  .autonera-section5__subtitle {
    font-size: 16px;
  }
}

.autonera-section5__subtitle.layout {
  position: relative;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  margin: 10px 0px 0px;
}

@media (max-width: 1199px) {
  .autonera-section5__subtitle.layout {
    margin: 9px 0px 0px;
  }
}

@media (max-width: 991px) {
  .autonera-section5__subtitle.layout {
    margin: 7px 0px 0px;
  }
}

@media (max-width: 767px) {
  .autonera-section5__subtitle.layout {
    margin: 6px 0px 0px;
  }
}

@media (max-width: 479px) {
  .autonera-section5__subtitle.layout {
    margin: 5px 0px 0px;
  }
}

.autonera-section5__flex11-spacer {
  flex: 0 1 483px;
}

@media (max-width: 1199px) {
  .autonera-section5__flex11-spacer {
    display: none;
  }
}

.autonera-section5__flex11-item1 {
  display: flex;
  flex-direction: column;
  position: relative;
  flex: 1 1 364px;
}

@media (max-width: 1199px) {
  .autonera-section5__flex11-item1 {
    flex: 0 0 100%;
  }
}

.autonera-section5__image {
  width: 100%;
  height: auto;
  vertical-align: top;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center top;
  object-position: center top;
}

.autonera-section5__image.layout {
  position: relative;
  margin: 0px 0px 12px;
}

@media (max-width: 1199px) {
  .autonera-section5__image.layout {
    width: calc(100% - 60px);
    margin: 0px 30px 11px;
  }
}

@media (max-width: 991px) {
  .autonera-section5__image.layout {
    margin: 0px 30px 9px;
  }
}

@media (max-width: 767px) {
  .autonera-section5__image.layout {
    margin: 0px 30px 8px;
  }
}

@media (max-width: 575px) {
  .autonera-section5__image.layout {
    margin: 0px 30px 7px;
  }
}

@media (max-width: 479px) {
  .autonera-section5__image.layout {
    margin: 0px 30px 6px;
  }
}

.autonera-section5__section5,
.autonera-section4__section4,
.autonera-section3__section3,
.autonera-section2__section2,
.autonera-section1__section1 {
  /*max-height: 100vh;*/
  min-height: 100vh;
  max-height: 100vh;
  justify-content: center;
}

.autonera-section3__flex4-item,
.autonera-section2__flex1-item,
.autonera-section4__flex7-item {
  justify-content: center;
}

.copyright {
  font-weight: 400;
  font-size: 17px;
}

.autonera-section5__flex10 {
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .autonera-section3__flex4 {
    flex-direction: column-reverse;
  }

  .autonera-section3__image3,
  .autonera-section4__image1,
  .autonera-section2__image3,
  .autonera-section5__image {
    max-height: 50vh;
  }
}

#loading {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.95;
  background-color: #fdfefe;
  z-index: 99;
}

#loading-image {
  z-index: 100;
  max-height: 12vh;
  max-width: 10vw;
}



#overlay {
  margin: 2vw 0;
  position: fixed;
  z-index: 99;
  transition: 1s 0.4s;
  width: 12vw;
}

#progress {
  height: 1vw;
  background-image: linear-gradient(to right, #3525b3, #c11145);
  position: absolute;
  width: 0;
  top: 50%;
  transition: 1s;
}

.loadingWrapper {
  width: 12vw;
}

.loadingImage, .overlay {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mix__blend {
  mix-blend-mode: exclusion;
}

::-moz-selection {
  /* Code for Firefox */
  color: #84E483;
  background: rgb(123, 27, 124, 0.8);
}

::selection {
  color: #84E483;
  background: rgb(123, 27, 124, 0.8);
}

.arrow__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.arrow {
  color: white;
  font-size: 90px;
}

.autonera-section2__flex1,
.autonera-section3__flex4,
.autonera-section4__flex7 {
  padding-right: 60px;

}

.ara__pad {
  padding-right: 0;
  padding-left: 60px;
}

.remove_decoration {
  color: inherit;
}

.loader {
  position: fixed;
  width: 100vw;
  height: 200vh;
  pointer-events: none;
  background-color: #fdfefe;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
}

.main_page_overflow {
  overflow: hidden;
  display: flex;
  flex-direction: column
}

.secondary_page_overflow {
  overflow: auto;
  display: flex;
  flex-direction: column
}


.tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

#ara_details {
  margin: 10px 0;
  width: 100%;
}

/* Mava Ali - products page css */
.pr-banner {
  height: 100vh;
  position: relative;
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
  background-image: url(/assets/products/handheld-rfid-banner.png);
}

.pr-banner.wearable-rfid {
  background-position: bottom;
  background-image: url(/assets/products/wearable-rfid-banner.jpg);
}

.pr-banner.desktop-rfid {
  background-image: url(/assets/products/desktop-rfid-banner.jpg);
}

.pr-banner.printers-rfid {
  background-image: url(/assets/products/rfid-printers-banner.jpg);
}

.pr-banner.fixed-rfid {
  background-image: url(/assets/products/fixed-rfid-banner.jpg);
}

.pr-banner.p80-tablet {
  background-image: url(/assets/products/p80-tablet-banner.jpg);
}

.pr-banner.rfid-info {
  background-image: url(/assets/products/rfid-info.jpg);
}

.pr-banner .container-fluid {
  height: 100%;
  display: flex;
  align-items: center;
  background-color: rgba(23, 32, 42, 0.4);
}

.pr-banner .curve {
  width: 100%;
  bottom: -80px;
  display: none;
  position: absolute;
}

.pr-banner .curve svg {
  width: 100%;
  display: block;
  transform: rotateY(180deg);
}

.pr-banner h2 {
  color: #fff;
  font-size: 42px;
  font-weight: bold;
  padding: 10px 30px;
  text-align: center;
  margin: 60px auto 20px;
  max-width: fit-content;
  background-image: linear-gradient(to right, #3525b3, #c11145);
}

.pr-banner p {
  color: #fff;
  max-width: 70%;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}

.pr-banner i {
  color: #fff;
  display: block;
  font-size: 24px;
  margin: 20px auto 0;
  max-width: fit-content;
  animation: moveUpDown 2.5s ease-in-out infinite;
}

.pr-banner i:hover {
  animation-play-state: paused;
}

@keyframes moveUpDown {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }

  100% {
    transform: translateY(0);
  }
}

.an-product {
  padding: 85px 40px;
}

.an-product:nth-child(even) {
  background-color: #f6f6f6;
}

.an-product .carousel {
  width: 78%;
  display: flex;
  margin: 0 12px 0 0;
  align-items: center;
  background-color: #f2f2f2;
}

.rtl .an-product .carousel {
  margin: 0 0 0 12px;
}

.an-product .carousel-item>div {
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  justify-content: center;
}

.an-product .carousel-item>div:not(.video) {
  padding: 30px;
}

.an-product .carousel-item>div i {
  color: #fff;
  font-size: 50px;
  position: absolute;
}

.an-product .carousel-item img {
  height: 100%;
}

.an-product .navs {
  top: 45%;
  width: 6%;
  opacity: 1;
  max-height: fit-content;
}

.an-product .navs i {
  color: #fff;
  font-size: 32px;
}

.slides-stack {
  width: 22%;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 400px;
}

.slides-stack::-webkit-scrollbar {
  width: 3px;
  background-color: #ccc;
}

.slides-stack>div {
  width: 100px;
  height: 100px;
  margin: 0 0 12px 0;
  background-color: #f2f2f2;
}

.slides-stack>div:last-child {
  margin-bottom: 0;
}

.slides-stack>div:not(.video) {
  padding: 10px;
  text-align: center;
}

.slides-stack img {
  height: 100%;
  max-width: 100%;
}

.an-product .description {
  padding: 40px 60px;
}

.rtl .an-product .description {
  text-align: right;
}

.an-product .description h4 {
  font-size: 36px;
  color: #3525b3;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 5px;
}

.an-product .description h4 span {
  color: #17202a;
}

.an-product .rating i {
  color: gold;
  margin-right: 3px;
}

.an-product .description h5 {
  font-size: 24px;
  font-weight: 500;
  margin: 20px 0 10px;
}

.an-product .description p {
  margin: 0;
  color: #999;
  line-height: 20px;
  margin-bottom: 20px;
}

.an-product .description a {
  border: 0;
  color: #fff;
  transition: 0.3s;
  padding: 8px 30px;
  display: inline-block;
  margin: 15px 15px 0 0;
  border: 1px solid #3525b3;
  background-color: #3525b3;
}

.rtl .an-product .description a {
  margin: 15px 0 0 15px;
}

.an-product .description a.quote {
  border: 1px solid #c11145;
  background-color: #c11145;
}

.an-product .description a:hover {
  transition: 0.3s;
  color: #3525b3;
  background-color: transparent;
}

.an-product .description a.quote:hover {
  color: #c11145;
}

.an-product .accordion {
  border: 0;
  margin-top: 50px;
}

.an-product .card {
  border: 0;
  border-radius: 0;
  background-color: transparent;
}

.an-product .card-header {
  padding: 0;
  border: 0;
  background-color: transparent;
}

.an-product .card-header button {
  border: 0;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  color: #17202a;
  text-align: left;
  padding: 15px 25px;
  text-decoration: none;
  border-top: 1px solid #eee;
  background-color: transparent;
}

.an-product .card-header button:not(.collapsed) {
  color: #3525b3;
}

.rtl .an-product .card-header button {
  text-align: right;
}

.an-product .card-body {
  padding-top: 0;
}

.an-product .divider {
  display: flex;
  flex-wrap: wrap;
}

.an-product .divider>div {
  width: 50%;
  padding: 12px 30px;
}

.an-product .divider:not(.accessories)>div:last-child {
  border-left: 1px solid #eee;
}

.an-product .divider h6 {
  font-size: 20px;
  color: #17202a;
  font-weight: bold;
}

.rtl .an-product .divider h6 {
  text-align: right;
}

.an-product .accessories {
  padding: 0 30px 15px;
}

.an-product .accessories > div {
  margin: 20px 0 10px;
}

.an-product .accessories img {
  width: 100%;
}

.an-product .accessories h6 {
  font-size: 18px;
  color: #17202a;
  margin: 15px 0 0;
  font-weight: bold;
}

.an-product .accessories span {
  color: #888;
  font-size: 13px;
  text-decoration: underline;
}

.an-product ul {
  margin-bottom: 10px;
}

.rtl .an-product ul {
  margin-top: 12px;
  text-align: right;
}

.an-product ul li {
  color: #999;
  margin-top: 8px;
}

.an-product ul.features li {
  display: flex;
  margin-top: 20px;
  align-items: center;
}

.rtl .an-product ul.features li {
  text-align: right;
}

.an-product ul li img {
  width: 30px;
  max-width: 100%;
  margin: 0 15px 0 0;
}

.rtl .an-product ul li img {
  margin: 0 0 0 15px;
}

.an-product ul li a {
  color: #c11145;
}

.an-product ul li span {
  display: block;
  font-size: 14px;
  margin-bottom: 12px;
}

.text-img,
.text-side-img {
  width: 100%;
  position: relative;
}

.text-img img,
.text-side-img img:not(.icon) {
  width: 100%;
}

.text-side-img img.icon {
  margin-top: 15px;
  filter: brightness(0) invert(1);
}

.text-side-img.black img.icon {
  filter: none;
}

.text-img>div,
.text-side-img>div {
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  position: absolute;
  text-align: center;
}

.text-img>div h4,
.text-side-img>div h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.text-img>div h2,
.text-side-img>div h2 {
  margin: auto;
  color: #fff;
  max-width: 80%;
  font-size: 42px;
  font-weight: bold;
  line-height: 45px;
}

.rtl .text-img>div h2,
.rtl .text-side-img>div h2 {
  font-size: 36px;
}

.rtl .text-side-img>div>div {
  text-align: right;
}

.text-img>div p,
.text-side-img>div p {
  color: #fff;
  margin: 0 auto;
  max-width: 70%;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.text-img.black>div h4,
.text-img.black>div h2,
.text-img.black>div p,
.text-side-img.black>div h4,
.text-img.black>div h5,
.text-side-img.black>div h2,
.text-side-img.black>div p {
  color: #17202a;
}

.text-side-img {
  display: flex;
  justify-content: space-between;
}

.text-side-img>div {
  display: flex;
  padding-top: 0;
  align-items: center;
}

.text-side-img>div>div {
  width: 45%;
  padding-top: 0;
  text-align: left;
  padding-left: 150px;
}

.text-side-img>div h2,
.text-side-img>div p {
  max-width: 100%;
}

.text-img>div h5,
.text-side-img>div h5 {
  color: #fff;
  font-weight: 500;
  margin-top: 10px;
}

.text-side-img.right>div>div:first-child {
  width: 55%;
}

.text-side-img.right>div>div:last-child {
  padding-left: 0;
  padding-right: 150px;
}

/* RTL layout */
.page.rtl,
.rtl .text-img>div,
.rtl .text-side-img>div>div {
  direction: rtl;
}

.hot-info {
  direction: ltr;
}

/* RAIN RFID Info */
.rfid-section {
  width: 100%;
  text-align: center;
  padding: 70px 40px 10px;
}

.rfid-section .info h1 {
  font-size: 45px;
  color: #3525b3;
  font-weight: bold;
}

.rfid-section .info hr,
.rfid-section .retail hr {
  max-width: 120px;
  border-radius: 50%;
  margin: 15px auto 30px;
  border: 2px solid #3525b3;
}

.rfid-section .info img {
  margin: 40px 0 30px;
}

.rfid-section .info p,
.retail .heading+p {
  max-width: 80%;
  font-size: 18px;
  line-height: 22px;
  margin: 10px auto 0;
}

.retail .heading+p {
  font-weight: 500;
}

.rfid-section .info p b {
  color: #17202a;
}

.rfid-section .info h5 {
  margin: 25px 0;
  font-size: 22px;
  font-weight: 600;
}

.rfid-section h2 {
  font-size: 36px;
  color: #3525b3;
  font-weight: bold;
}

.retail hr {
  margin: 15px auto 20px !important;
}

.retail .heading p {
  margin: 0;
  font-size: 20px;
  color: #17202a;
  font-weight: 500;
  line-height: 26px;
}

.retail .heading img {
  width: 80%;
  margin: 35px 0;
}

.rfid-section .cards-row img {
  width: 100%;
  border-radius: 12px;
}

.rfid-section .cards-row h6 {
  font-size: 20px;
  text-align: left;
  font-weight: 600;
  margin: 18px 0 6px;
}

.rtl .rfid-section .cards-row h6,
.rtl .rfid-section .cards-row p,
.rtl .rfid-section .bullets-row>div {
  text-align: right;
}

.rfid-section .cards-row p {
  color: #888;
  font-size: 16px;
  max-width: 100%;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
}

.rfid-section .bullets-row {
  text-align: left;
  margin-top: 40px;
  border-radius: 12px;
  padding: 27px 20px 20px;
  background-color: #f6f6f6;
}

.rfid-section .bullets-row>div {
  margin: 15px 0;
}

.rfid-section .bullets-row h4 {
  font-size: 26px;
  color: #3525b3;
  font-weight: 600;
  margin: 12px 0 8px;
}

.rfid-section .bullets-row p {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.rfid-section .bullets-row i {
  display: block;
  font-size: 24px;
  color: #c11145;
  margin-bottom: 10px;
}

.rfid-section .bullets-row h6 {
  font-size: 20px;
  color: #17202a;
  font-weight: 600;
  line-height: 22px;
}

.rfid-section .bullets-row span {
  color: #888;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
}

span.mixed {
  display: inline-block;
}

/* Autonera - Mavia dev css */
@media only screen and (max-width: 1280px) {
  .an-product .carousel {
    width: 75%;
  }

  .an-product .slides-stack {
    width: 25%;
  }
}

@media only screen and (max-width: 1199px) {
  .an-product .carousel {
    height: fit-content;
  }

  .an-product .slides-stack {
    width: 22%;
  }

  .an-product .description {
    padding: 0 15px !important;
  }

  .hot-info {
    zoom: 0.9;
  }

  .text-img>div h4 {
    font-size: 20px;
  }

  .text-img>div h2 {
    font-size: 36px;
  }

  .text-img>div p {
    font-size: 14px;
    line-height: 18px;
  }
}

@media only screen and (max-width: 1024px) {
  .an-product .description h4 {
    font-size: 32px !important;
    line-height: 36px !important;
  }

  .hot-info {
    zoom: 0.8;
  }
}

@media only screen and (max-width: 991px) {
  .an-product .carousel {
    width: 100% !important;
  }

  .an-product .slides-stack {
    width: 20%;
  }

  .an-product .description {
    margin-top: 30px;
  }

  .hot-info {
    zoom: 0.65;
  }
}

@media only screen and (max-width: 767px) {
  .an-product .divider>div {
    width: 100% !important;
    padding: 15px !important;
  }

  .an-product .divider>div:last-child {
    border-left: 0 !important;
    border-top: 1px solid #eee;
  }

  .an-product .slides-stack {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    max-height: fit-content;
  }

  .an-product .slides-stack>div {
    width: 68px;
    height: 68px;
    margin-right: 12px;
  }

  .hot-info {
    zoom: 0.55;
  }

  .text-img>div h2,
  .text-side-img>div h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .rtl .text-img>div h2,
  .rtl .text-side-img>div h2 {
    font-size: 24px;
  }

  .rfid-section .info img {
    width: 85%;
  }
}

@media only screen and (max-width: 575px) {
  .pr-banner h2 {
    font-size: 28px !important;
    padding: 15px 20px 5px !important;
  }

  .pr-banner p {
    font-size: 16px;
    max-width: 100% !important;
  }

  .an-product {
    padding: 60px 20px 35px !important;
  }

  .an-product .description h4 {
    font-size: 26px !important;
    line-height: 30px !important;
  }

  .an-product .description h5 {
    font-size: 20px !important;
  }

  .an-product .divider>div {
    padding: 15px 0 !important;
  }

  .an-product .accessories {
    padding: 0;
  }

  .an-product .card-body {
    padding: 0 15px;
  }

  .an-product .card-header button {
    line-height: 24px;
    padding: 15px !important;
    font-size: 20px !important;
  }

  .hot-info {
    zoom: 0.35;
  }

  .text-side-img.right.zoom-out>div>div:last-child {
    zoom: 0.87;
    padding-top: 20px;
  }

  .rfid-section {
    padding: 55px 20px 0;
  }

  .rfid-section .info h1 {
    font-size: 32px;
  }

  .rfid-section .info img {
    margin: 20px 0;
  }

  .rfid-section h2 {
    font-size: 24px;
  }

  .rfid-section .info p,
  .retail .heading+p {
    max-width: 100%;
  }

  .retail .heading img {
    width: 100%;
    margin: 30px 0 25px;
  }

  .rfid-section .cards-row>div {
    margin-top: 20px;
  }

  .rfid-section .bullets-row {
    margin-top: 35px;
    padding: 20px 5px 15px;
  }

  .rfid-section .bullets-row p {
    font-size: 18px;
    line-height: 22px;
  }
}