/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 12.05.2023, 11:01:33
    Author     : Admin
*/
.wrap {
  max-width: 1600px;
  margin: auto;
  padding: 0 15px;
}
.info-bar {
  background-color: #184387;
  color: white;
  padding: 5px;
  text-align: center;
}
.info-bar p {
  margin: 0;
  line-height: 1.2;
  font-size: 14px;
}
.header-nfo {
  display: flex;
  gap: 20px;
  position: relative;
}
.site-branding img {
  width: 180px;
}
.contact-whatsapp {
  width: 20px;
}
.seach form.search-form {
  display: none;
}
.seach .wrap-btn-search span.btn-search {
  width: 22px;
  display: block;
  box-sizing: border-box;
  height: 22px;
  cursor: pointer;
}
.seach .wrap-btn-search span.btn-search svg.icon.icon-search {
  max-width: 100%;
  height: inherit;
}
a.open-menu {
  display: none;
}
.wrap-navigation {
  display: flex;
  flex-grow: 1;
  align-items: center;
  gap: 20px;
}
.navigation-top {
  display: flex;
  flex-grow: 1;
}
.menu-top-menu-container {
  display: block;
  width: 100%;
}
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation .menu {
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 30px;
  margin: 0;
}
.main-navigation .menu a {
  text-transform: uppercase;
  color: #184286;
  font-size: 20px;
}
.site-header {
  border-bottom: 1px solid #184286;
}
.navigation-top {
  display: flex;
  flex-grow: 1;
}
.menu-top-menu-container {
  display: block;
  width: 100%;
}
.main-navigation {
  display: block;
  width: 100%;
}
.menu {
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 30px;
  margin: 0;
}
.menu a {
  text-transform: uppercase;
  color: #184286;
  font-size: 20px;
}
.site-header {
  border-bottom: 1px solid #184286;
}
.motoren-manufacture {
  margin-top: 50px;
  margin-bottom: 50px;
}
.motoren-manufacture .title {
  text-align: center;
}
.directions-production-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.directions-production-wrap .category-item {
  max-width: 200px;
}
.directions-production-wrap .category-item .grd-block h4 {
  margin: 0;
}
.directions-production-wrap .category-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  border-radius: 10px;
}
.directions-production-wrap .category-item a:hover {
  box-shadow: 0px 0px 25px #d9d8d9;
  -webkit-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}
.directions-production-wrap .category-item a:hover img {
  transform: scale(1.04);
}
.directions-production-wrap .category-item .cat-img img {
  max-width: 125px;
}
.home-baner {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/banner.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 200px;
  background-attachment: fixed;
}
.home-baner .search-form {
  max-width: 800px;
  margin: auto;
}
.home-baner form.search-form {
  display: flex;
  flex-wrap: wrap;
}
.home-baner form.search-form label {
  flex: 0 0 100%;
  color: #f59b00;
  font-size: 1.25rem;
  font-weight: 400;
}
.home-baner form.search-form button.search-submit {
  background-color: orange;
  display: flex;
  align-items: center;
  gap: 15px;
}
.home-baner form.search-form button.search-submit svg.icon.icon-search {
  width: 22px;
  height: 22px;
  fill: white;
}
.home-baner form.search-form input {
  /* flex-shrink: 0; */
  flex-grow: 1;
  width: inherit;
}
.home-info {
  margin: 50px 0;
}
.home-info .home-exeption {
  text-align: center;
}
.home-info h1 {
  color: #ff9800;
  font-size: 36px;
}
.home-info .exept {
  color: #184287;
  font-size: 28px;
}
.site-footer {
  background-color: #184286;
  border-bottom: 5px solid #f59b00;
  color: white;
  padding-top: 30px;
}
.site-footer p {
  margin: 0;
}
.site-footer .footer-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 50px;
}
.site-footer .footer-container .title h3 {
  color: #f59b00;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.site-footer .for-menu .menu {
  display: flex;
  flex-direction: column;
  gap: 3px;
  text-transform: none;
}
.site-footer .for-menu .menu a {
  color: white;
  text-transform: none;
  font-size: 14px;
  line-height: 1;
}
.site-footer .for-you a {
  color: white;
}
.site-footer .for-img .row {
  display: flex;
  width: 100%;
  max-width: 325px;
  gap: 25px;
}
.site-footer .copyright {
  font-size: 12px;
  text-align: center;
  padding-bottom: 8px;
}
.site-footer .foot-menu .menu a {
  color: #f59b00;
  text-transform: none;
  font-size: 14px;
}
.site-footer .foot-menu {
  margin-bottom: 30px;
}
.bg_image_manufacture {
  background-image: url("../img/bg_image_manufacture.jpg");
  background-repeat: no-repeat;
  background-position: top center;
}
.manufacture.dot-line {
  border-bottom: 1px solid #e6e5e6;
  margin-bottom: 35px;
}
.manufacture.dot-line h1.page-title {
  font-size: 28px;
  color: #184286;
  font-weight: bold;
}
.manufacture-info {
  display: flex;
  gap: 25px;
}
.manufacture-info .info {
  flex: 0 0 30%;
}
.manufacture-info .info p {
  margin: 0;
}
.directions-production .title {
  border-bottom: 1px solid #e6e5e6;
}
.directions-production .title h2 {
  font-size: 28px;
  color: #184286;
}
.manufacture .directions-production-wrap {
  justify-content: start;
  margin-top: 25px;
}
.manufacture .directions-production-wrap .category-item {
  width: 100%;
  max-width: 290px;
}
.manufacture .directions-production-wrap .category-item a {
  flex-direction: row;
  gap: 15px;
}
.manufacture .directions-production-wrap .category-item .cat-img img {
  max-width: 50px;
}
.manufacture .directions-production-wrap .category-item .grd-block h4 {
  color: #184286;
  font-size: 14px;
  margin: 0;
  line-height: 1.2;
}
.fakten {
  margin-top: 50px;
  margin-bottom: 50px;
}
.fakten .title {
  border-bottom: 1px solid #e6e5e6;
  margin-bottom: 35px;
}
.fakten .title h2 {
  font-size: 28px;
  color: #184286;
  font-weight: bold;
}
.manufacture-info .exept a {
  color: #f59b00;
}
.production-items {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 50px;
}
.production-items a {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  border-radius: 10px;
}
.production-items a:hover {
  box-shadow: 0px 0px 25px #d9d8d9;
  -webkit-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}
.production-item-img img {
  width: 50px;
  margin: 0;
  padding: 0;
  display: block;
}
.production-item {
  width: 100%;
  max-width: 290px;
  /* flex-grow: 1; */
  flex-shrink: 1;
}
.production-item-body .manufacture {
  font-size: 12px;
  color: #565a5d;
}
.production-item-body h3 {
  margin: 0;
  font-size: 18px;
  color: #184286;
  line-height: 1;
}
.wrap-post {
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
}
.wrap-post .info {
  flex: 0 0 50%;
}
.wrap-post .info h1.entry-title {
  font-size: 36px;
  color: #184286;
  margin: 0;
  margin-bottom: 15px;
}
.wrap-post .info .detail {
  display: flex;
  justify-content: space-between;
  align-content: flex-end;
  border-bottom: 1px solid #e6e5e6;
  padding-bottom: 25px;
  margin-bottom: 35px;
}
.wrap-post .content {
  flex-grow: 1;
}
.wrap-post .share-links {
  display: flex;
  gap: 10px;
  align-items: self-end;
}
.wrap-post .share-links svg {
  width: 18px;
  height: 18px;
  /* fill: white; */
  display: block;
}
.wrap-post .share-links svg path {
  fill: white;
}
.wrap-post .share-links a {
  background-color: #b3b2b3;
  display: block;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap-post .product__share-link {
  display: inline-block;
}
.wrap-post .num_manufacture img {
  width: 70px;
}
.wrap-post .prod_namber p {
  margin: 0;
  font-size: 12px;
}
.wrap-post .prod_namber p span.title {
  font-weight: bold;
}
.wrap-post .detail-delivery {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.wrap-post .detail-delivery .open-form {
  color: white;
  background-color: #f59b00;
  border-color: #f59b00;
  font-size: 1.25rem;
  padding: 15px;
  text-align: center;
}
.wrap-post .detail-delivery .open-form:hover {
  color: white;
  background-color: #cf8300;
  border-color: #c27b00;
}
.wrap-post .content {
  padding-left: 50px;
}
.wrap-post .content h5 {
  line-height: 21px;
  color: #f59b00;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 9px;
  font-weight: 600;
}
.wrap-post .content p {
  margin: 0;
}
.wrap-post .content br {
  display: none;
}
.wrap-post .cdd_header {
  font-weight: bold;
}
.wrap-post table tr:nth-child(2n-1) {
  background-color: #eee;
}
.contact-form .field-row {
  display: flex;
  width: 100%;
  gap: 15px;
  margin-bottom: 15px;
}
.contact-form .field-col {
  flex-grow: 1;
}
.contact-form label {
  font-size: 14px;
  color: #4d4c4d;
  font-weight: 400;
  margin: 0;
}
.contact-form .wpcf7-form-control-wrap input {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.125rem + 0px);
  padding: 0.5625rem 0.5625rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4d4c4d;
  background-color: #ede9ed;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0px solid transparent;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.contact-form .wpcf7-form-control-wrap input::placeholder,
.contact-form .wpcf7-form-control-wrap textarea::placeholder {
  color: #4d4c4d;
}
.contact-form .wpcf7-form-control-wrap select {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.125rem + 0px);
  padding: 0.5625rem 0.5625rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4d4c4d;
  background-color: #ede9ed;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0px solid transparent;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.contact-form .wpcf7-form-control-wrap textarea {
  display: block;
  width: 100%;
  height: 120px;
  padding: 0.5625rem 0.5625rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4d4c4d;
  background-color: #ede9ed;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0px solid transparent;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.contact-form input.wpcf7-form-control.wpcf7-submit {
  color: #212529;
  background-color: #f59b00;
  border-color: #f59b00;
}
.contact-form .field-col p {
  margin: 0;
}
.contact-form .wpcf7-acceptance label {
  display: flex;
  align-items: center;
}
.contact-form .wpcf7-acceptance label input[type="checkbox"] {
  width: inherit;
}
.contact-form .wpcf7-acceptance span.wpcf7-list-item {
  margin: 0;
}
.bg_image_contact {
  padding-top: 300px;
  background-image: url("../img/bg_image_contact.jpg");
  background-repeat: no-repeat;
  background-position: center center;
}
.bg_image_Getriebe {
  padding-top: 400px;
  background-image: url("../img/bg_image_Getriebe.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.content-wrap .title-page {
  border-bottom: 1px solid #e6e5e6;
  margin-bottom: 35px;
}
.content-wrap .title-page h1 {
  font-size: 28px;
  color: #184286;
  font-weight: bold;
}
.content-wrap .content {
  margin-bottom: 50px;
}
.bg_image_KFZ-Ankauf {
  padding-top: 300px;
  background-image: url("../img/bg_image_KFZ-Ankauf.jpg");
  background-repeat: no-repeat;
  background-position: center center;
}
.bg_image_uber-uns {
  padding-top: 300px;
  background-image: url("../img/bg_image_uber-uns.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bg_image_agb {
  padding-top: 300px;
  background-image: url("../img/bg_image_agb.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
.bg_image_impressum {
  padding-top: 300px;
  background-image: url("../img/home-baner.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
.content-wrap.impressum {
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid #e6e5e6;
  border-bottom: 1px solid #e6e5e6;
}
.content-wrap.impressum .title-page {
  text-align: center;
  border-bottom: none;
}
.content-wrap.uber-uns .wrap {
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid #e6e5e6;
  border-bottom: 1px solid #e6e5e6;
}
.content-wrap.uber-uns .wrap .title-page {
  flex: 0 0 33.33%;
  border-bottom: none;
}
.content-wrap.uber-uns .wrap .title-page h1 {
  margin-top: 0;
}
.content-wrap.uber-uns .wrap .content {
  padding-left: 25px;
  margin-bottom: 0;
}
.content-wrap.uber-uns .wrap .content h4 {
  color: #184286;
}
.content-wrap.uber-uns .wrap .content a {
  color: #f59b00;
}
a {
  color: #f59b00;
  text-decoration: none;
}
.baners {
  display: flex;
  width: 100%;
  gap: 35px;
  justify-content: space-around;
}
.baner-block {
  margin-top: 80px;
  margin-bottom: 80px;
}
.paginate {
  margin-bottom: 50px;
}
.paginate .nav-links {
  display: flex;
  gap: 8px;
  align-items: center;
}
.paginate .nav-links a {
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.paginate .nav-links a.prev,
.paginate .nav-links a.next {
  background: #f59b00;
  padding: 10px 10px;
}
.paginate .nav-links .current {
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f59b00;
  color: white;
}
.category-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 0 0 250px;
  border-right: 1px solid #e6e5e6;
}
.category-list a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.category-list a img {
  width: 25px;
  height: 25px;
  margin: 0;
  display: block;
}
.category-list h4.cat-name {
  margin: 0;
  font-size: 15px;
}
.section-motoren-wrap {
  display: flex;
  gap: 50px;
}
.motoren-manufacture h2 {
  color: #184286;
  font-size: 28px;
}
.serch-box {
  display: none;
}
.serch-box {
  position: absolute;
  width: 100%;
  padding: 10px;
  background-color: #e7e7e7;
  z-index: 99;
}
.serch-box .wrap-field {
  display: flex;
}
.serch-box .wrap-field button.search-submit {
  display: flex;
  gap: 10px;
  align-items: center;
}
.serch-box .wrap-field button.search-submit svg {
  width: 20px;
  height: 20px;
  fill: white;
}
.serch-box span.close {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 10px;
  cursor: pointer;
}
ul#menu-mobile-menu a {
  font-size: 17px;
  text-transform: inherit;
}
@media (max-width: 1024px) {
  .nav.navigation-top {
    display: none;
  }
  a.open-menu {
    display: flex;
    align-items: center;
  }
  .site-branding {
    flex-grow: 3;
    justify-content: center;
    display: flex;
  }
  .wrap-navigation {
    flex-grow: 0;
  }
}
@media (max-width: 768px) {
  .home-info h1 {
    font-size: 28px;
  }
  .home-info .exept {
    font-size: 20px;
  }
  .directions-production-wrap .category-item .cat-img img {
    max-width: 80px;
  }
  .manufacture-info {
    flex-direction: column;
  }
  .bg_image_manufacture .cat-img img {
    max-width: 150px;
  }
  .wrap-post {
    flex-direction: column;
    gap: 30px;
  }
  .wrap-post .content {
    padding: 0;
  }
  .content-wrap .wrap {
    flex-direction: column;
  }
  .section-motoren-wrap .category-list {
    display: none;
  }
  .directions-production-wrap .production-item {
    max-width: 125px;
  }
  .directions-production-wrap .production-items a {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .directions-production-wrap .production-item-body h3 {
    font-size: 16px;
    text-align: center;
  }
  .directions-production-wrap .production-items {
    gap: 8px;
  }
  .contact-form .field-row {
    flex-direction: column;
  }
}
/*# sourceMappingURL=custom.css.map */

/* SEO Text Block */
.home-seo-text {
  padding: 40px 0;
  background-color: #f7f7f7;
}

.home-seo-text-inner {
  margin: 20px 20px 20px 20px;
}

.home-seo-text-content {
  transition: max-height 0.4s ease;
}

.home-seo-text-content p {
  margin-bottom: 1em;
}

.home-seo-toggle-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.home-seo-arrow {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.home-seo-arrow:hover {
  background-color: #222;
}

.home-seo-arrow svg {
  transition: transform 0.3s ease;
}

/* Block with map */

.home-map {
  width: 100%;
  margin: 0;
  padding: 0;
}

.home-map-frame {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.home-map-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.site-footer {
  background-color: #32373c;
  border-bottom: 5px solid #f59b00;
  color: white;
  padding-top: 30px;
}

.motoren-manufacture h2 {
  color: #32373c;
  font-size: 28px;
}

.home-info .exept {
  color: #32373c;
  font-size: 28px;
}

.main-navigation .menu a {
  text-transform: uppercase;
  color: #32373c;
  font-size: 20px;
}

.home-seo-text-content p {
  font-size: 20px;
}
.home-seo-text-content h2 {
  font-size: 28px;
  margin-top: 30px;
}

.home-seo-text-content h3 {
  font-size: 26px;
  font-weight: 600;
}

.home-seo-text-content li {
  font-size: 18px;
}

.home-seo-text-content ul {
  list-style-type: disc;
  margin-left: 50px;
}

.home-info {
  background-color: #f7f7f7;
  margin: 0 0 0 0;
  padding: 50px 0 50px 0;
}

.baner-block {
  margin: 0 0 0 0;
  padding: 80px 0 80px 0;
  background-color: #f7f7f7;
}

@media (max-width: 768px) {
  .home-map-frame {
    height: 300px;
  }
  .home-info .exept {
    font-size: 20px;
  }
  .home-seo-text-content p {
    font-size: 18px;
  }
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.baners {
  display: flex;
  gap: 20px;
}

.baner-item {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  cursor: pointer;
  transition: transform 0.4s ease;
  will-change: transform;
}

.baner-item img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.6s ease;
}

.baner-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 80%;
  height: 100%;
  background: linear-gradient(
    75deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.7) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: blur(4px);
  transform: skewX(-20deg);
  opacity: 0;
  pointer-events: none;
}

.baner-item:hover img {
  transform: scale(1.03);
}

.baner-item:hover::after {
  animation: modern-shine 1.2s ease-out;
  opacity: 1;
}

@keyframes modern-shine {
  0% {
    left: -120%;
    opacity: 0;
  }
  10% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
  100% {
    left: 120%;
    opacity: 0;
  }
}

.home-info .title h1,
.home-info .exept p {
  opacity: 0;
  transform: translateY(20px);
  animation-fill-mode: forwards;
}

.home-info .title h1 {
  animation: fadeUp 0.8s ease-out 0.3s forwards;
}

.home-info .exept p {
  animation: fadeUp 0.8s ease-out 0.9s forwards;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

.baners {
  display: flex;
  gap: 20px;
  opacity: 0;
  transform: scale(0.95);
  animation: fadeInBaners 1s ease-out 1.8s forwards;
}

.baner-item {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  cursor: pointer;
  transition: transform 0.4s ease;
  will-change: transform;
}

.baner-item img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.6s ease;
}

.baner-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 80%;
  height: 100%;
  background: linear-gradient(
    75deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.7) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: blur(4px);
  transform: skewX(-20deg);
  opacity: 0;
  pointer-events: none;
}

.baner-item:hover img {
  transform: scale(1.03);
}

.baner-item:hover::after {
  animation: modern-shine 1.2s ease-out;
  opacity: 1;
}

@keyframes fadeInBaners {
  0% {
    opacity: 0;
    transform: scale(0.97);
    filter: blur(2px);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
  }
}

@keyframes modern-shine {
  0% {
    left: -120%;
    opacity: 0;
  }
  10% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
  100% {
    left: 120%;
    opacity: 0;
  }
}

/* ============================= */
