body {
  overflow-x: hidden;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
#catalina {
    width: 100%!important;
}
#catalina .catalina_badge {
    width: 50px!important;
    margin-right: 0px!important;
}
#catalina p {
    font-size: 16px!important;
}
/* btn */
.btn-green {
  font-weight: 400;
  color: #fff;
  background: #7baf2f;
  transition: all 0.2s ease-in-out;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 19px;
  text-decoration: none;
  margin: 5px auto;
  min-width: 250px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  grid-row: 2;
  grid-column: 2;
}

.btn-green:hover,
.btn-green:active,
.btn-green:focus {
  background: #629617;
  text-decoration: none;
  color: #fff;
}
header .btn-green {
  margin-right: 10px;
}
/* btn */
header #logo {
  width: 200px;
  margin-bottom: 20px;
}
header {
  background-image: url(/img/Intego_Washing_Machine_bg.jpg);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff;
  min-height: 600px;
  height: 75vh;
  display: flex;
  align-items: center;
  max-height: 800px;
  position: relative;
}
.max_screen {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}
.flex_img_text {
  display: flex;
  justify-content: space-between;
}
.contaner {
  background-color: #f0f8fb;
  overflow: hidden;
  position: relative;
}
header .text_container {
  width: 50%;
  max-width: 600px;
  color: #000;
  position: relative;
  z-index: 1;
}
header .btn_container {
  text-align: center;
  display: inline-block;
}
header .btn_container .awards {
  display: block;
  margin: 5px 0;
  width: 150px;
  margin-left: 20px;
}
header h1 {
  font-size: 51px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}
html:lang(de) header h1 {
  font-size: 54px;
}
html:lang(ja) header h1 {
  font-size: 45px;
}
header h2 {
  font-weight: 600;
  margin: 0;
  margin-top: 0px;
  font-size: 26px;
}
html:lang(de) header h2,
html:lang(fr) header h2 {
  font-size: 22px;
}
header .wachine_steps {
  width: 500px;
  display: flex;
  justify-content: space-between;
  align-content: center;
  margin: 60px 0 40px;
}
header .wachine_steps .step:nth-of-type(1) {
  margin-left: 0;
  background-image: url("/img/step_1.png?v2");
}
header .wachine_steps .step:nth-of-type(2) {
  background-image: url("/img/step_2.png?v2");
  background-position: center center;
}
header .wachine_steps .step:nth-of-type(3) {
  background-image: url("/img/step_3.png?v2");
  margin-right: 0;
}
header .wachine_steps .step {
  text-align: center;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 38px 28px 38px 25px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 165px;
  height: 175px;
}
header .wachine_steps h3 {
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  position: absolute;
  top: -25px;
  font-weight: 600;
}
header .wachine_steps .step:nth-of-type(1) h3 {
  color: #2e6268;
}
header .wachine_steps .step:nth-of-type(2) h3 {
  top: 176px;
  color: #0693d0;
}
header .wachine_steps .step:nth-of-type(3) h3 {
  color: #84b839;
}
header .wachine_steps p {
  font-size: 13px;
  font-weight: 200;
  margin: 0;
}

header .waching_machine {
  background-image: url(/img/machine.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 14vw;
  height: 26vw;
  position: absolute;
  left: 49vw;
  bottom: 4.5vw;
  min-width: 250px;
  min-height: 455px;
}
header .waching_machine img {
  width: 47%;
  position: absolute;
  top: 47%;
  left: 25%;
  animation: washing 10s infinite ease-in-out;
}
header .flex_img_text {
  justify-content: start;
}
@keyframes washing {
  0%,
  100% {
    transform: rotateZ(0deg);
  }
  50% {
    transform: rotateZ(3600deg);
  }
}

.first_section {
  background-color: #f0f8fb;
}
.first_section .flex_img_text > div:nth-of-type(1) {
  width: 70%;
  margin-right: 40px;
}
.first_section .flex_img_text > div:nth-of-type(2) {
  width: 30%;
}
.first_section .speed_picture {
  background-image: url(/img/Dr_Speed_image.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 600px;
  background-position: center;
  position: relative;
  right: -15%;
}
.first_section .speed_picture img {
  width: 100%;
  height: 100%;
}
footer {
  background-image: url(/img/footer_bg.png);
  background-repeat: repeat-x;
  background-position: bottom;
  width: 100%;
  color: #fff;
  padding-top: 5%;
  background-size: auto 100%;
}
.mobile_view {
  display: none;
}
p {
  font-size: 18px;
}
h3 {
  font-weight: 600;
}
header .mobile {
  display: none;
}
#language .language-content {
  border-radius: 30px !important;
}
#black_screen {
  position: absolute;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #09090975;
  z-index: 100;
  display: none;
}
#black_screen .exit,
#black_screen.Chrome .exit {
  position: fixed;
  bottom: 400px;
  left: calc(300px + 6.2%);
  width: 50px;
  height: 50px;
  background-color: #306368;
  border: solid 1px #fff;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  transition: all 0.2s;
}
#black_screen.rtl .exit,
#black_screen.Chrome.rtl .exit {
  right: calc(300px + 6.2%);
  left: unset;
}
#black_screen.Firefox .exit,
#black_screen.Safari .exit,
#black_screen.Opera .exit {
  bottom: unset;
  left: unset;
  top: 400px;
  right: calc(300px + 6.2%);
}
#black_screen.Firefox.rtl .exit,
#black_screen.Safari.rtl .exit,
#black_screen.Opera.rtl .exit {
  left: calc(300px + 6.2%);
  right: unset;
}
#black_screen .exit:hover {
  border: solid 1px #7baf2f;
  background-color: #fff;
}
#black_screen .exit:hover .fas {
  color: #7baf2f;
}
#black_screen .exit .fas {
  font-size: 40px;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 5px;
  left: 4px;
}
#black_screen.download,
#black_screen.download .exit {
  opacity: 1;
  pointer-events: all;
  display: block;
}
#black_screen.download #arrow_download,
#black_screen.download.Chrome #arrow_download {
  fill: #7baf2f;
  width: 300px;
  position: fixed;
  transition: all 0.5s;
  z-index: 1;
  bottom: 1%;
  left: 6.2%;
  filter: drop-shadow(0 0 10px #000);
}
#black_screen.download.rtl #arrow_download,
#black_screen.download.Chrome.rtl #arrow_download {
  right: 6.2%;
  left: unset;
  transform: scaleX(-1);
}

#black_screen.download.Firefox #arrow_download,
#black_screen.download.Safari #arrow_download,
#black_screen.download.Opera #arrow_download {
  top: 1%;
  right: 6.2%;
  transform: scale(-1);
  left: unset;
}
#black_screen.download.Firefox.rtl #arrow_download,
#black_screen.download.Safari.rtl #arrow_download,
#black_screen.download.Opera.rtl #arrow_download {
  left: 6.2%;
  right: unset;
  transform: scaleX(-1) scale(-1);
}
#black_screen.download .circle_wave,
#black_screen.download.Chrome .circle_wave {
  border-radius: 50%;
  border: solid 1px #fff;
  position: absolute;
  transform-origin: center;
  width: 60px;
  height: 60px;
  bottom: -30px;
  left: 6.2%;
  transform: scale(0);
}
#black_screen.download.rtl .circle_wave,
#black_screen.download.Chrome.rtl .circle_wave {
  right: 6.2%;
  left: unset;
}
#black_screen.download.Firefox .circle_wave,
#black_screen.download.Safari .circle_wave,
#black_screen.download.Opera .circle_wave {
  top: -30px;
  right: 6.2%;
  left: unset;
}
#black_screen.download.Firefox.rtl .circle_wave,
#black_screen.download.Safari.rtl .circle_wave,
#black_screen.download.Opera.rtl .circle_wave {
  left: 6.2%;
  right: unset;
}
#black_screen.download .circle_wave1 {
  animation: circle_waving 3s infinite ease-in;
}
#black_screen.download .circle_wave2 {
  animation: circle_waving 3s infinite 1s ease-in;
}
#black_screen.download .circle_wave3 {
  animation: circle_waving 3s infinite 2s ease-in;
}
@keyframes circle_waving {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(5);
    opacity: 0;
  }
}

@media screen and (max-width: 1200px) {
  html:lang(ja) header h1 {
    font-size: 40px;
  }

  .max_screen {
    padding: 60px 5%;
  }
  p {
    font-size: 16px;
  }
  footer .flex_img_text div:nth-of-type(1) {
    width: 32%;
  }
  footer .flex_img_text div:nth-of-type(1) img {
    width: 100%;
  }
  footer .flex_img_text div:nth-of-type(2) {
    width: 60%;
  }
  header .text_container {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  header .desktop {
    display: none;
  }
  header .mobile {
    display: block;
  }
  header .wachine_steps.mobile .step_frame {
    position: relative;
    display: flex;
    align-items: center;
    margin: 20px 0;
  }
  header .wachine_steps.mobile .step {
    position: relative;
    display: inline-block;
    padding: 20px 10px 5px 10px;
    border-radius: 40px;
    max-width: 200px;
    height: auto;
  }
  header .wachine_steps.mobile .step_frame .img_num {
    display: inline-block;
  }
  header:after {
    content: "";
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.5;
  }

  header #logo {
    width: 110px;
    margin-bottom: 30px;
  }
  header .wachine_steps h3 {
    font-size: 20px;
  }
  header .wachine_steps p {
    font-size: 16px;
    font-weight: 600;
  }
  header .wachine_steps .step {
    background-image: unset !important;
  }
  header .text_container {
    width: 100%;
    max-width: 100%;
  }
  header .waching_machine {
    position: absolute;
    right: 5%;
    bottom: 35px;
    z-index: 0;
    width: 250px;
    height: 455px;
  }
  header .flex_img_text {
    display: block;
  }
  header .wachine_steps {
    flex-direction: column;
    justify-content: end;
    align-content: end;
    margin: 0 0 15px;
    width: 100%;
  }
  header .wachine_steps .step {
    width: 100%;
    text-align: left;
    padding: 15px 0px 0;
  }
  header .wachine_steps h3 {
    text-align: left;
    top: 0;
    position: unset;
  }
  header .awards {
    display: block;
  }
  header {
    min-height: 700px;
    align-items: end;
  }
}
@media screen and (max-width: 768px) {
  #black_screen {
    display: none !important;
  }
  header h2 {
    font-size: 18px;
  }
  header h1 {
    font-size: 35px;
  }

  html:lang(de) header h1,
  html:lang(fr) header h1 {
    font-size: 28px;
  }
  html:lang(de) header h2,
  html:lang(fr) header h2 {
    font-size: 16px;
  }
  footer {
    padding-top: 10%;
  }
  .first_section .flex_img_text {
    justify-content: center;
    flex-direction: column-reverse;
    align-items: center;
  }
  .first_section .flex_img_text div,
  footer .flex_img_text div {
    width: 100% !important;
    margin: 0 !important;
    text-align: center;
  }
  footer .flex_img_text {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .desktop_view {
    display: none;
  }
  .mobile_view {
    display: block;
  }
  footer .mobile_view {
    padding: 5%;
    text-align: center;
  }
  footer .mobile_view h3 {
    text-align: center;
  }
  footer .clean_picture,
  .speed_picture.mobile_view {
    margin: 0 auto;
    display: block;
    width: 250px;
    background-image: unset;
    position: unset;
  }
  .first_section .flex_img_text > div:nth-of-type(2) {
    position: unset;
  }
  footer p {
    text-align: center;
    margin: 20px 0;
  }
  .speed_picture {
    margin: 0 auto;
  }
}
@media screen and (max-width: 420px) {
    #catalina .catalina_badge {
        width: 40px!important;
    }
    #catalina p {
        font-size: 14px!important;
    }
  header .text_container {
    position: relative;
    z-index: 1;
  }
  header .waching_machine img {
    display: none;
  }
  header:after {
    opacity: 0.8;
  }
  header h1 {
    font-size: 29px;
  }
  header h2 {
    font-size: 16px;
    font-weight: 100;
  }
  .btn-green {
    font-size: 17px;
  }
}
@media screen and (min-width: 1921px) {
  header {
    background-size: auto 100%;
    max-height: 900px;
  }
  header .waching_machine {
    max-width: 320px;
    max-height: 585px;
    bottom: 90px;
  }
}
