
/* -------------------------------- ScrollBar ------------------------------- */
::-webkit-scrollbar {
  width: 17px;
  height: 18px;
  transition: all 500ms ease;
}
::-webkit-scrollbar-thumb {
  height: 6px;
  border: 4px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  /* --------------------------- border-radius: 7px; -------------------------- */

  background-color: #a3a3a3;
  box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05),
      inset 1px 1px 0px rgba(0, 0, 0, 0.05);
  transition: all 200ms ease;
}
::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}
::-webkit-scrollbar-corner {
  background-color: transparent;
}

::-webkit-scrollbar-thumb:hover {
  background: #7d7d7d;
  height: 6px;
  border: 4px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  /* --------------------------- border-radius: 7px; -------------------------- */
  box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05),
      inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}


/* -------------------------------- No Class -------------------------------- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-user-select: none;
        -webkit-touch-callout: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
}

html {
  position: fixed;
  height: 100%;
  overflow: hidden;
}

body {
    overflow: hidden;
    background: #B9B9B9;
    height: 100vh;
    max-height: 100vh;
    width: 100vw;
    max-width: 100vw;
    font-family: roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    -webkit-overflow-scrolling: touch;
}




a {
  text-decoration: none;
  color: black;
}

li {
  list-style: none;
  text-decoration: none;
}

ul {
  text-decoration: none;
}

button, input[type="submit"], input[type="reset"] {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

/* ---------------------------------- Logo ---------------------------------- */
.logo-wrap {
  position: absolute;
  left: 50%;
  top: 8%;
  transform: translate(-50%, -50%);
  transition: all 500ms ease;
}

.logo {
  width: 268px;
}


/* ---------------------------------- Globe --------------------------------- */
.center-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#globe {
  cursor: move;  
  margin-top: -30px;
  transition: all 500ms ease;
}

#current {
  position: absolute;
  color: black;
  font-family: sans-serif;
  margin-left: 25%;
  margin-top: 25%;
  transform: translate(-50%, -50%);
  width: auto;

}


/* --------------------------- Rotation Indication -------------------------- */
.rotation-wrap {
  position: absolute;
  top: 76.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 500ms ease;
}

.rotation-logo {
  width: 30px;
  margin-bottom: 15px;
}

.rotation-text {
  font-family: roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: 500;
  font-size: 11px;

  text-transform: uppercase;
  background: black;
  color: white;
  padding: 8px;
}

/* ----------------------------- Navigation Bar ----------------------------- */
.nav-wrapper {
  position: absolute;
  z-index: 1000;
  bottom: 0;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  transition: all 500ms ease;
  /* ------------------------ height: calc(36.5px * 2); ----------------------- */
}

.breizen-nav {
  background-color: red;
  padding-right: 50px;
  margin-bottom: 10px;
  padding-left: 50px;
  padding-bottom: 26px;
  padding-top: 26px;
  font-weight: 500;
}

.nav-ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #676767;
  height: 55px;
  padding-left: 50px;
  padding-right: 50px;
  transition: all 500ms ease;
}

.copyrightnav-wrapper {
  background-color: black;
  color: white;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 500ms ease;
}

.copyright-text {
  font-size: 12px;
  font-weight: 500;
  margin-left: 30px;
}

.copyright-text::after {
  content: 'All Rights Reserved';
  margin-left: 5px;
  font-weight: 300;
  font-size: 10px;
}

.navheader-norm {
  font-size: 20px;
  color: white;
  font-weight: 400;
  text-transform: uppercase;
  background: none;
  transition: all 500ms ease;
  padding-left: 20px;
  padding-right: 20px;
  z-index: -1;
  cursor: pointer;
}


.sound-text {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.sound-mark {
  width: 12px;
  height: 12px;
  border-radius: 100rem;
  background: red;
  margin-left: 15px;
}


.product {
  font-size: 20px;
  color: white;
  font-weight: 400;
  text-transform: uppercase;
  background: none;
  transition: all 500ms ease;
  padding-left: 20px;
  padding-right: 20px;
}

/* ----------------------------- Product Content ---------------------------- */
.product-content {
  display: none;
  width: 75vw; 
  height: 100vh; 
  position: absolute; 
  left: 50%; 
  top: 100%; 
  z-index: -1;
  transform: translate(-50%, -85%);
}


.product-black-wrapper {
  width: 100%;
  height: 70vh;
  background: black;
  display: flex;
}

.product-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  text-transform: uppercase;
  width: 230px;
  color: white;
  border-bottom: rgb(87, 87, 87) 1px solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
  transition: all 500ms ease;
}

.product-paragraph {
  color: white;
  width: 65%;
  line-height: 32px;
  font-size: 20px;
  font-weight: 300;
  transition: all 500ms ease;
}

.image-paragraph1-wrap-product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  padding-left: 50px;
  padding-right: 60px;
  text-align: justify;
  width: 100%;
}

.product-wrap1 {
  padding-top: 10px;
  width: 65%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.product-paragraph2 {
  color: white;
  width: 100%;
  font-size: 20px;
  font-weight: 300;
  margin-top: 20px;
  padding-left: 50px;
  padding-right: 60px;
  text-align: justify;
  line-height: 32px;
}

.product-scrollablearea {
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  height: 80%;
  padding: 50px;
}

.product-wrap2 {
  width: 35%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.product-nm1 {
  color: white;
  background: #3E3E3E;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
}

.product-subheader {
  color: white;
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
}


.product-responsiveness {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 75%;
  width: 100%;
}


.subtitle-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}

.readmore-subtitle {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}

.endbreizenlogo {
  width: 100%;
  margin-bottom: -200px;
}

.closeicon {
  width: 30px;
  position: absolute;
  right: 20px;
  top: 15px;
  cursor: pointer;
}

.readmore-arrow {
  width: 18px;
  transform: rotate(180deg);
  margin-left: 12px;
}

.readmore-wrap {
  display: flex;
  background: red;
  width: 225px;
  margin-top: 10px;
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 27px;
  cursor: pointer;
}

.readmore-product {
  color: white;
  background: red;
  text-transform: uppercase;
}

.readmore-arrowactive {
  width: 18px;
  transform: rotate(0deg);
  margin-left: 12px;
}

.productanswer {
  display: none;
  margin-top: 20px;
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  text-align: justify;
  color: rgb(190, 190, 190);
}

.readmore-arrowup {
  width: 18px;
  transform: rotate(0deg);
  margin-left: 12px;
}

.subtitlewrapactive .readmore-arrow {
  width: 18px;
  transform: rotate(0deg);
  margin-left: 12px;
}


.product-image1 {
  width: 215px;
  height: 236px;
  border: white 2px solid;
  background-position: center;
  background: no-repeat;
  background-size: cover;
}

.product-image2 {
  width: 100%;
  height: 35%;
  border: white 2px solid;
  background: no-repeat;
  margin-top: -25px;
  background-size: cover;
}



/* ------------------------------ Price & Value ----------------------------- */
.priceandvalue-content {
  display: none;
  width: 75vw; 
  height: 100vh; 
  position: absolute; 
  left: 50%; 
  top: 100%; 
  z-index: -1;
  transform: translate(-50%, -85%);
}

.priceandvalue-black-wrapper {
  width: 100%;
  height: 70vh;
  background: black;
  display: flex;
}

.pricetitle {
  color: white;
  text-transform: uppercase;
  font-weight: 400;
}

.priceparagraph {
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  color: rgb(190, 190, 190);
  font-weight: 400;
  width: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
}

.pricetextwrapper {
  color: white;
  width: 150px;
}

.onlyonepricetext {
  font-weight: 300;
  text-transform: uppercase;
  margin-left: 25px;
  width: 150px;
}

.worldwideheader {
  font-weight: 300;
  text-transform: uppercase;
  width: 150px;
  letter-spacing: 1.15px;
  margin-left: 25px;
}

.priceheader {
  color: red;
  font-weight: 500;
  font-size: 65px;
  margin-right: 25px;
  margin-left: 35px;
}

.pricewrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: red 1.5px solid;
  padding: 10px 0;
}

.priceleft-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 35%;
}

.priceparagraph2 {
  font-size: 28px;
  color: rgb(219, 219, 219);
  text-transform: uppercase;
  font-weight: 300;
  padding-bottom: 20px;
}

.price-scrollablearea {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 75%;
  width: 100%;
}

.thewholeset-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 65%;
}

.closeicon2 {
  width: 30px;
  position: absolute;
  right: 20px;
  top: 15px;
  cursor: pointer;
}

.wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.gallery {
  width: 100%;
}

.rounded {
  width: 100%;
}

.euro {
  font-size: 50px;
}

.ce-pricewrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.ce-tuv-price {
  width: 70px;
}

.ce-price {
  margin-right: 30px;
}


/* ------------------------- Services & Maintenance ------------------------- */
.services-content {
  display: none;
  width: 75vw; 
  height: 100vh; 
  position: absolute; 
  left: 50%; 
  top: 100%; 
  z-index: -1;
  transform: translate(-50%, -85%);
}

.services-black-wrapper {
  width: 100%;
  height: 70vh;
  background: black;
  display: flex;
}

.services-pt1 {
  width: 50%;
  padding: 50px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.services-subtitles {
  color:white;
  font-weight: 400;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.servicespt1-titlewrapper {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.titlereadmore-services {
  margin-left: 50px;
}

.header2-services {
  margin-top: 20px;
  color: white;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 24px;
  border-bottom: white 1px solid;
}

.closeicon4 {
  width: 30px;
  position: absolute;
  right: 20px;
  top: 15px;
  cursor: pointer;
}

.services-image1 {
  width: 115px;
  height: 115px;
  border: white 2px solid;
  background-size: cover;
  background-repeat: no-repeat;
}

.services-image2 {
  width: 185px;
  height: 115px;
  border: white 2px solid;
  background-size: cover;
  background-repeat: no-repeat;
}

.services-image3 {
  width: 185px;
  height: 215px;
  border: white 2px solid;
  background-size: cover;
  background-repeat: no-repeat;
}

.services-split {
  display: flex;
}

.services-answer {
  width: 190px;
  margin-left: 30px;
}

.services-wrap {
  margin-left: 165px;
}

.servicesparagraphmain {
  text-align: start;
  width: 100%;
}

.quality-paragraph2 {
  color: rgb(160, 160, 160);
  font-size: 20px;
  margin-top: 20px;
}

/* ---------------------------------- News ---------------------------------- */
.news-content {
  display: none;
  width: 75vw; 
  height: 100vh; 
  position: absolute; 
  left: 50%; 
  top: 100%; 
  z-index: -1;
  transform: translate(-50%, -85%);
}

.news-black-wrapper {
  width: 100%;
  height: 70vh;
  background: black;
  display: flex;
}

.underconstructiontext {
  color: #363636;
  font-size: 28px;
  margin-top: -80px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.underconstruction-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.closeicon3 {
  width: 30px;
  position: absolute;
  right: 20px;
  top: 15px;
  cursor: pointer;
}


/* ------------------------------ Instructions ------------------------------ */
.instructions-content {
  display: none;
  width: 75vw; 
  height: 100vh; 
  position: absolute; 
  left: 50%; 
  top: 100%; 
  z-index: -1;
  transform: translate(-50%, -85%);
}

.instructions-black-wrapper {
  width: 100%;
  height: 70vh;
  background: black;
  display: flex;
}


.instructions-pt1 {
  width: 60%;
  padding: 20px;
  padding-top: 50px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.instruction-h2 {
  color: white;
  font-weight: 300;
  text-transform: uppercase;
}

.instructions-elementwrap {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 30px;
  margin-left: -15px;
}

.instruction-wrap {
  margin-left: 20px;
}

.toggled-instructions {
  display: none;
}

.toggledinstructions2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.closeicon5 {
  width: 30px;
  position: absolute;
  right: 20px;
  top: 15px;
  cursor: pointer;
}

.instruction-image1 {
  width: 160px;
  height: 115px;
  min-width: 80px;
  border: white 2px solid;
  background-size: 160%;
  background-repeat: no-repeat;
  background-position: 50% 60%;
}

.instruction-image2 {
  width: 225px;
  height: 155px;
  border: white 2px solid;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 70%;
}

.generalcookingrulesp {
  color: rgb(160, 160, 160);
  font-size: 19px;
  margin-top: 20px;
  width: 100%;
}


/* ------------------------------- Contact Us ------------------------------- */
.contact-content {
  display: none;
  width: 75vw; 
  height: 100vh; 
  position: absolute; 
  left: 50%; 
  top: 100%; 
  z-index: -1;
  transform: translate(-50%, -85%);
}

.contact-black-wrapper {
  width: 100%;
  height: 70vh;
  background: black;
  display: flex;
}

.small-input {
  margin-bottom: 15px;
  height: 20px;
  width: 300px;
  padding: 20px;
  border: white 2px solid;
  color: white;
  background: rgb(24, 24, 24);
  
}


.long-input {
  overflow-x: hidden;
  overflow-y: scroll;
}

input {
  outline: none;
  border: none;
  background: none;
  font-size: 16px;
}


::placeholder {
  color: #8B8989;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.closeicon6 {
  width: 30px;
  position: absolute;
  right: 20px;
  top: 15px;
  cursor: pointer;
}


.sound-wrap {
  display: flex;
  align-items: center;
  justify-content: center; 
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.ptrn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  
}

.ptrn {
  width: 25px;
}



/* ---------------------------------- About --------------------------------- */
.about-wrap {
  width: 50%;
  height: 100vh;
  background-color: black;
  position: absolute;
  right: -100%;
  top: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 500ms ease;
  display: flex;
}


.about-paragraph {
  color: white;
  font-weight: 200;
  font-size: 30px;
  width: 400px;
  text-align: center;
  margin-top: 30px;
}



/* ------------------------- Website-responsiveness ------------------------- */


/* --------------------------------- 1700px --------------------------------- */
@media (max-width: 1700px) {
  /* --------------------------------- Product -------------------------------- */
  .product-title {
    font-size: 30px;
    margin-top: 4%;
  }
  .product-nm1 {
    width: 90px;
    height: 90px;
  }

  .product-subheader {
    font-size: 22px;
  }

  .product-paragraph {
    font-size: 18px;
  }
  .product-paragraph2 {
    font-size: 18px;
    margin-top: 1%;
  }

  .product-image1 {
    width: 200px;
    height: 210px;
  }

  .product-scrollablearea {
    padding: 40px;
  }

  /* ------------------------------ Instructions ------------------------------ */
  .generalcookingrulesp {
    font-size: 17px;
    width: 100%;
  }
}



/* --------------------------------- 1600px --------------------------------- */
@media (max-width: 1600px) {
  /* --------------------------------- Product -------------------------------- */
  .product-scrollablearea {
    padding: 30px;
  }

  /* ---------------------------------- Price --------------------------------- */
  .priceparagraph {
    font-size: 18px;
  }

  .onlyonepricetext {
    font-size: 18px;
  }

  .worldwideheader {
    font-size: 18px;
  }

  .priceheader {
    font-size: 53px;
    margin-left: 10px;
  }

  .euro {
    font-size: 40px;
  }
}

/* --------------------------------- 1510px --------------------------------- */
@media (max-width: 1510px) {
    /* --------------------------------- Product -------------------------------- */
    .product-title {
      font-size: 28px;
      margin-top: 4%;
    }
    .product-nm1 {
      width: 70px;
      height: 70px;
      margin-bottom: 10px;
    }

    .subtitle-wrap {
      flex-direction: column;
    }
  
    .readmore-subtitle {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
    }

    .product-subheader {
      font-size: 22px;
    }
  
    .product-paragraph {
      font-size: 16px;
      line-height: 30px;
    }
    .product-paragraph2 {
      font-size: 16px;
      margin-top: 1%;
    }
  
    .product-image1 {
      width: 180px;
      height: 190px;
    }
  
    .product-scrollablearea {
      padding: 40px;
    }

    .product-responsiveness {
      overflow-y: scroll;
      overflow-x: hidden;
      height: 75%;
      width: 100%;
    }

    /* ---------------------------------- Price --------------------------------- */
    .priceparagraph {
      font-size: 1.2vw;
      width: 90%;
    }


    /* -------------------------------- Services -------------------------------- */
    .header2-services {
      font-size: 20px;
    }

    .services-split {
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
  
    .services-answer {
      margin-left: 0;
      width: 100%;
    }

  .services-wrap {
    margin-left: 0;
  }
  .services-image2 {
    width: 50%;
    height: 100px;
    margin-bottom: 20px;
    margin-top: 10px;
  }

  .services-image3 {
    margin-bottom: 20px;
    margin-top: 10px;
  }

  .quality-paragraph2 {
    font-size: 17px;
  }



  
}


/* --------------------------------- 1524px --------------------------------- */
@media (max-width: 1524px) {
  .nav-wrapper {
    width: 100%;
  }
}



/* --------------------------------- 1380px --------------------------------- */
@media (max-width: 1378px) {
  /* --------------------------------- Product -------------------------------- */
  .image-paragraph1-wrap-product {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .product-paragraph {
    width: 100%;
    margin-top: 20px;
  }

  .product-paragraph2 {
    margin-top: 20px;
  }

  .product-image1 {
    width: 50%;
  }

  /* ------------------------------ Instructions ------------------------------ */
  .instructions-elementwrap {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 80px;
}

.instruction-image1 {
    margin-bottom: 20px;
    margin-right: 0;
}

.instruction-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-left: 0;
}


/* -------------------------------- Services -------------------------------- */
.servicespt1-titlewrapper {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.titlereadmore-services {
    align-items: center;
    margin-left: 0%;
    justify-content: center;
    display: flex;
    align-items: center;
    justify-items: center;
    flex-direction: column;
}

.services-image1 {
    margin-top: 30px;
    margin-bottom: 15px;
}

.services-subtitles {
    margin-bottom: -1px;
    font-size: 18px;
}
}


/* --------------------------------- 1325px --------------------------------- */
@media (max-width: 1325px) {
  .pricetextwrapper {
    width: 100px;
  }

  .priceheader {
    font-size: 45px;
    margin-left: 50px;
  }

  .euro {
    font-size: 30px;
  }
}


/* --------------------------------- 1536px --------------------------------- */
@media (max-width: 768px) {
  .nav-ul {
    display: none;
  }

  .nav-wrapper {
    width: 100%;
  }

  .logo {
    width: 70%;
    margin: 0;
    padding: 0;
  }
  
  .logo-wrap {
    top: 3%;
    left: 50%;
    transform: translateX(-35%);
    padding: 0;
  }


  .about-wrap {
    width: 100%;
    background-color: black;
    position: absolute;
    right: 0;
    top: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all 500ms ease;
    display: flex;
  }

  .about-paragraph {
    font-size: 20px;
    width: 80%;
    margin-top: 10px;
  }
  
  #current {
    position: absolute;
    color: black;
    font-family: sans-serif;
    margin-left: 0;
    margin-top: 0;
    transform: translate(-50%, -50%);
    width: auto;
    
  }


  .sound-wrap {
    display: none;
  }
}


#rotate {
  display: none;
}

@media (min-width: 768px) {
    #bar{
    display: none;
  }
}



/* ------------------------------ Height 1340px ----------------------------- */
@media (max-width: 1340px) {
  /* -------------------------------- Main Page ------------------------------- */
  .rotation-wrap {
    margin-top: -25px;
  }

  /* -------------------------------- Services -------------------------------- */
  .services-pt1 {
    padding: 15px;
  }

  .product-title {
    font-size: 24px;
  }

  .servicesparagraphmain {
    font-size: 1vw;
    margin-top: 5px;
  }


  /* ------------------------------ Instructions ------------------------------ */
  .instructions-elementwrap {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 80px;
}

.instruction-image1 {
    margin-bottom: 20px;
    margin-right: 0;
}

.instruction-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-left: 0;
}


/* ---------------------------------- News ---------------------------------- */
.underconstruction-wrap {
  height: 50px;
}
}





.phone {
  height: 50px;
  width: 100px;
  border: 3px solid white;
  border-radius: 10px;
  animation: rotate 1.5s ease-in-out infinite alternate;
  /* display: none; */
}

.message {
  color: white;
  font-size: 1em;
  margin-top: 50px;
  font-family: roboto;
  font-weight: 400;
  /* display: none; */
}

@keyframes rotate {
  0% {
		transform: rotate(0deg)
	}
	50% {
		transform: rotate(-90deg)
	}
	100% {
		transform: rotate(-90deg)
	}
}



@media (max-device-width: 1000px) and (orientation: landscape) {
  #rotate {
    display: block;
    background-color: black;
    width: 100vw;
    height: 100vh;
    position: absolute;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}