body {
  width: auto;
  background-color: rgb(200, 200, 200) !important;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
}

.background-video {
  width: 100%;
  max-height: none;
  height: 100vh;
  object-fit: cover;
  padding: 0;
}
.f-nav .mainNav {
  background-color: transparent !important;
  margin-top: 10px;
}
.v2-video {
  padding: 20px 0 20px 0;
  max-width: 50vmin;
  width: auto;
  display: block;
}

/*
.v2video::-webkit-media-controls {
  display: none !important;
}

.v2video::-webkit-media-controls-enclosure {
  display: none !important;
}
*/

.navbar {
  background-color: black;
  margin: 0;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-right: 4vmin;
}

a {
  text-decoration: none;
  color: rgb(255, 255, 255) !important;
  margin-right: 22px;
  margin-left: 19px;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
}

a:hover {
  color: rgb(134, 30, 132) !important;
}

.headline {
  flex: 1;
  margin-left: 10px;
  margin-top: 25px;
  margin-bottom: 25px;
  height: 200px;
  position: relative;
}

h1 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-weight: 100;
  margin-top: 10vmin;
  font-size: 6vmin;
  position: relative;
}

h3 {
  position: absolute;
  bottom: 5%;
  font-size: 45px;
  color: rgb(180, 182, 186);
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  margin: 1rem 0rem 1rem 2rem;
}
.moroe-video a {
  position: absolute;
  top: 78px;
  right: 78px;
}

/* Typewriter effect 1 */
@keyframes typing {
  0.0000%,
  27.3488% {
    content: "";
  }
  1.1395%,
  26.2093% {
    content: "s";
  }
  2.2791%,
  25.0698% {
    content: "sc";
  }
  3.4186%,
  23.9302% {
    content: "sca";
  }
  4.5581%,
  22.7907% {
    content: "scal";
  }
  5.6977%,
  21.6512% {
    content: "scala";
  }
  6.8372%,
  20.5116% {
    content: "scalab";
  }
  7.9767%,
  19.3721% {
    content: "scalabl";
  }
  9.1163%,
  18.2326% {
    content: "scalable";
  }
  10.2558%,
  17.0930% {
    content: "";
  }

  30.7674%,
  51.2791% {
    content: "";
  }
  31.9070%,
  50.1395% {
    content: "s";
  }
  33.0465%,
  49.0000% {
    content: "se";
  }
  34.1860%,
  47.8605% {
    content: "sec";
  }
  35.3256%,
  46.7209% {
    content: "secu";
  }
  36.4651%,
  45.5814% {
    content: "secur";
  }
  37.6047%,
  44.4419% {
    content: "secure";
  }
  38.8047%,
  43.3219% {
    content: "";
  }

  54.6977%,
  75.2093% {
    content: "s";
  }
  55.8372%,
  74.0698% {
    content: "su";
  }
  56.9767%,
  72.9302% {
    content: "sus";
  }
  58.1163%,
  71.7907% {
    content: "sust";
  }
  59.2558%,
  70.6512% {
    content: "susta";
  }

  60.3824%,
  69.5381% {
    content: "sustai";
  }


}

@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.typewriter {
  --caret: currentcolor;
}

.typewriter::before {
  content: "";
  animation: typing 13.5s infinite;
}

.typewriter::after {
  content: "";
  border-right: 1px solid var(--caret);
  animation: blink 0.5s linear infinite;
}

.typewriter.thick::after {
  border-right: 1ch solid var(--caret);
}

.typewriter.nocaret::after {
  border-right: 0;
}

@media (prefers-reduced-motion) {
  .typewriter::after {
    animation: none;
  }

  @keyframes sequencePopup {
    0%,
    100% {
      content: "scalable";
    }
    25% {
      content: "secure";
    }
    50% {
      content: "sustainable";
    }
    75% {
      content: "blockchain";
    }
  }

  .typewriter::before {
    content: "scalable";
    animation: sequencePopup 12s linear infinite;
  }
}

/**/
.information p {
  color: black;
  /*font-size: 20px;*/
  font-family: Arial, Helvetica, sans-serif;
  /*margin: 30px 20px 30px 20px;*/
  width: 100%;
  text-transform: uppercase;	
  line-height: 1.5;
  /*max-width: 1500px;*/
}

.information {
  border: 0.5px solid rgba(0, 0, 0, 0.461);
  border-radius: 30px;
  background-color: rgb(200, 200, 200);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40vmin 5vmin 25vmin 5vmin;
}

.info-text{
  display: flex;
  flex-direction: column;
  margin: 0 20px 0 20px;
  /*margin-right: 30px !important;*/
}

/*.network-title {
  font-size: 35px; 
  color: rgb(200, 200, 200); 
  font-weight: 100;
  background-color: #5F197B;
  padding: 20px;
  border-radius: 50px;
}

.network {
  background-color: rgb(0, 0, 0);
  color: rgb(0, 0, 0);
  height: 1700px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.network2 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: auto;
  width: auto;
  background-color: #0a0a0a;
  padding: 0 10px 0 10px;
  border-radius: 30px;
  margin: 100px 30px 100px 30px;
}

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

.hxchain {
  font-size: 3vmin;
  font-family: Arial, Helvetica, sans-serif;
  background-color: rgb(200, 200, 200);
  padding: 20px;
  height: 30vh;
  min-height: 300px;
  width: auto;
  margin: 50px 50px 50px 50px;
  border: 0.5px solid rgb(0, 0, 0);
  border-radius: 30px;
}

.h8chain {
  font-size: 3vmin;
  font-family: Arial, Helvetica, sans-serif;
  background-color: rgb(200, 200, 200);
  padding: 20px;
  height: 30vh;
  min-height: 300px;
  width: auto;
  margin: 50px 50px 50px 50px;
  border: 0.5px solid rgb(0, 0, 0);
  border-radius: 30px;
}

.hxchain:hover {
  background-color: #313C6A;
  color: whitesmoke;
}

.h8chain:hover {
  background-color: #5F197B;
  color: whitesmoke;
}*/
/* Allgemeine Netzwerkeinstellungen */
.network {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(0, 0, 0);
  color: rgb(0, 0, 0);
  padding: 20px;
  flex-direction: column; /* Vertikal auf kleinen Bildschirmen */
}

/* Netzwerk Box */
.network2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #0a0a0a;
  padding: 20px;
  border-radius: 30px;
  margin: auto;
  width: 100%;
  max-width: 1000px;
}

/* Titel für Networks */
.network-title {
  font-size: 4vw;
  color: rgb(200, 200, 200);
  font-weight: bold;
  text-align: center;
  margin: 20px 0;
}

/* Titel und Beschreibungen */
.chain-title {
  font-size: 4vw;
  font-weight: bold;
  color: rgb(200, 200, 200);
  margin: 10px 0;
  text-align: center;
}

.chain-description {
  font-size: 20px;
  color: rgb(150, 150, 150);
  margin: 10px 0;
  text-align: center;
}

/* Bild-Styling */
.chain-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}

.chain-image {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  object-fit: cover;
}

/* Popup Styling */
.popup {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.popup-content {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  width: 80%;
  max-width: 500px;
  text-align: center;
}

.close-btn {
  font-size: 30px;
  color: #333;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 20px;
}

/* Hover-Effekte */
.huchain:hover, .h8chain:hover {
  background-color: #313C6A;
  color: whitesmoke;
}

/* Anpassungen für kleine Bildschirme */
@media (max-width: 768px) {
  .network {
      flex-direction: column; /* Vertikale Anordnung auf mobilen Geräten */
  }

  .network-title {
      font-size: 6vw; /* Größere Schrift auf mobilen Geräten */
  }

  .chain-title {
      font-size: 6vw; /* Größere Schrift für Titel */
  }

  .chain-description {
      font-size: 5vw; /* Größere Schrift für Beschreibung */
  }

  .chain-image {
      height: 150px;
      width: 150px;
  }

  .popup-content {
      width: 90%; /* Popup wird auf mobilen Geräten größer */
  }
}


.box {
  margin-top: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
}

.rotate2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  border: 1px solid rgb(73, 6, 92);
  box-shadow: 2px 5px 0px 0px rgba(0, 0, 255, 0);
  width: 250px;
  margin-left: 50px;
  margin-right: 50px;
  border-radius: 50%;
  animation: rotate 8s infinite linear;
}
@keyframes rotate2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.information2 {
  background-color: rgb(200, 200, 200) !important;
  color: rgb(0, 0, 0) !important;
}

.information22 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pp-posv {
  display: flex;
  justify-content: center;
  margin-right: 62px;
  font-size: 85px;
  margin: 0;
  margin-bottom: 38px;
  margin-right: 38px;
}

.information3 {
  border-radius: 30px;
  background-color: rgb(0, 0, 0);
  padding: 100px 50px 100px 50px;
  width: 1600px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  color: white;
}

.phase-title {
  background-color: rgba(209, 209, 209, 0.98);
  margin: 5px;
  padding: 2vmin;
  border-radius: 100px;
  justify-content: center;
}

.phase-title span {
  color: black !important;
  padding-right: 0.8vmin;
}
.round {
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 800px; */
  background-color: rgb(200, 200, 200);
}

.boxing {
  background-color: rgba(176, 176, 176, 0.558);
  border-radius: 40px;
  padding: 0px 30px 0px 30px;
  max-width: 1200px;
  /* height: 700px; */
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}

.box {
  flex-direction: column;
  background-color: rgba(235, 235, 235, 0.815);
  margin: 80px 50px 80px 50px;
  width: 25%;
  min-height: 500px;
  flex-wrap: nowrap !important;
  transition: all 0.4s ease;
  gap: 0 !important;
  display: block !important;
  padding: 15px;
  border-radius: 50px;
}
.box img {
  width: 190px !important;
  height: 190px !important;
  box-shadow: none;
  margin-inline: auto;
}
.box:hover {
  background-color: rgb(0, 0, 0);
  transition: all 0.4s ease;

  padding: 15px;
  border-radius: 50px;
  color: rgba(255, 255, 255, 0.838);
}

.title-box {
  display: flex;
  justify-content: center;
}

.rotate12 {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  width: 200px;
  padding: 30px 0 30px 0;
  animation: rotate 4s infinite linear !important;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.rotate22 {
  display: flex;
  justify-content: center;
  border-radius: 100%;
  width: 200px;
  padding: 30px 0 30px 0;
  animation: rotate 2s infinite linear !important;
  box-sizing: none !important;
  border: none !important;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.rotate32 {
  display: flex;
  justify-content: center;
  border-radius: 100%;
  width: 200px;
  padding: 30px 0 30px 0;
  animation: rotate 0.8s infinite linear;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.text-box {
  padding: 20px;
  font-size: 16px;
  padding-inline: 0;
}

.span22 {
  padding: 8px;
  padding-inline: 0;
  font-weight: 600;
  color: rgb(34, 139, 199);
}

ul li::marker {
  color: #87218d;
}

ol li::marker {
  color: rgba(255, 255, 255, 0);
}

li {
  font-size: 22px;
  padding: 10px;
}

.nd {
  background-color: black;
  margin: 20vmin 0 20vmin 0;
}

.nd-title {
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.91);
  margin-bottom: 60px;
  margin-top: 0px;
}

.nd1 {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.nd-image {
  border-radius: 100%;
  rotate: 45deg;
  width: 500px;
  /*animation: flipdiv23 3.4s infinite;*/
}

/*@keyframes flipdiv23 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotateX(360deg);
  }
}*/

.nd2 {
  margin: 10vmin 0 10vmin 0;
  display: flex;
  justify-content: center;
}

.nd22 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  background-color: rgb(17, 17, 17);
  padding: 30px;
  border-radius: 50px;
  color: rgb(200, 200, 200);
  transition: all 0.4s ease;
  margin: 0;
}

.nd22:hover {
  transition: all 0.4s ease;
  background-color: rgb(200, 200, 200);

  color: rgb(0, 0, 0);
}
.nd2 {
  gap: 40px;
}
.nd222 {
  transition: all 0.4s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  background-color: rgb(200, 200, 200);
  padding: 30px;
  border-radius: 50px;
  margin: 0;
  color: rgb(0, 0, 0);
}

.nd222:hover {
  transition: all 0.4s ease;
  background-color: rgb(17, 17, 17);
  color: rgb(200, 200, 200);
}

.span33 {
  font-size: 60px;
  padding: 0px 35px 0 30px;
  color: rgba(34, 138, 199, 0.729);
}

span {
  color: rgb(34, 138, 199);
}


.poo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin: 20vmin 0 20vmin 0;
  background-color: rgb(200, 200, 200);
  width: 100%;
}

.poo1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52%;
  height: 600px;
  background-color: rgb(180, 180, 180);
  border-radius: 50px;
  transition: all 0.3s ease;
}



.poo-title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  font-size: 50px;
  margin: 45vmin auto 0 auto;
  color: rgb(0, 0, 0);
}

.poo-img1 {
  width: 70%;
  min-width: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px;
  position: relative;
}


.poo-text {
  margin: 0px 70px 0px 70px;
  position: relative;
  font-size: 30px;
}
.pooo {
  text-align: center;
}
.poo2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  min-height: 600px;
  background-color: rgb(0, 0, 0);
  border-radius: 50px;
  margin: 0px;
}

.poo22 {
  padding: 25px 0px 8px 0px;
  width: 80%;
  border-radius: 0px;
  border-bottom-left-radius: 0%;
  border-top-left-radius: 0%;
}

.poo222 {
  padding: 8px 0px 25px 0px;
  width: 300px;
  display: flex;
  justify-content: center;
  border-radius: 0px;
}

.poo2-text {
  padding: 20px 35px 20px 35px;
  color: #cacaca;
}

.bg-add {
  background-color: black;
}
.pl-container34 {
  display: flex;
  justify-content: center;
  padding-inline: 30px;
  align-items: stretch;
  gap: 60px;
  padding-bottom: 50px;
  box-sizing: border-box;
  padding-top: 110px;
  background-color: rgb(0, 0, 0);
  font-family: Arial, Helvetica, sans-serif;
}

.service-title {
  display: flex;
  justify-content: center;
  color: rgb(200, 200, 200);
  background-color: black;
  margin: 0;
  padding-block: 25px;
  margin-bottom: 0.5px;
  letter-spacing: 5px;
}

.problem23 {
  /* padding-top: 100px; */
  /* padding-left: 80px; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.problem-box25 {
  padding-right: 30px;
  padding-left: 30px;
  transition: all 0.4s ease;
  background-color: rgba(2, 2, 2);
  width: 25%;
  border-radius: 40px;
  box-shadow: 0px 0px 14px 6px rgb(133, 44, 133);
}

.service-img1 {
  width: 200px;
  border-radius: 50%;
  background-color: black;
}

.pl-container27 {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-top: -5px;
  background-color: rgb(0, 0, 0);
  font-family: Arial, Helvetica, sans-serif;
  padding-bottom: 70px;
}

.solution18 {
  padding-top: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.information {
  min-height: 600px !important;
}
.solution-box18 {
  margin-bottom: 150px;
  margin-top: 70px;
  margin-inline: 30px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: rgb(2, 2, 2);
  width: 50%;
  border-radius: 40px;
  box-shadow: 0px 0px 14px 6px rgb(133, 44, 133);
}
.solution-box18:hover,
.problem-box25:hover {
  background-color: rgb(100, 33, 100);
  transition: all 0.4s ease;
  box-shadow: 0px 0px 0px 0px black;
}

.solution-box:hover {
  background-color: rgb(107, 42, 107);
  box-shadow: 0px 0px 27px 7px rgb(42, 51, 94);
}

.ps-title {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: 100;
  font-size: 20px;
  margin: 40px 10px 10px 10px;
}


.ps-text {
  color: white;
  padding-top: 15px;
  padding-bottom: 30px;
  font-size: 16px;
  line-height: 1.45;
}
@media (max-width: 1600px) {
  .nd-image {
    width: 400px;
  }
  .nd11 ol li span {
    font-size: 40px !important;
  }
  .network2 {
    flex-direction: column;
  }
  .text-center {
  text-align: center;
  }
  .information p {
    font-size: 20px !important;
  }
}
@media (max-width: 1300px) {
  .problem-box25 {
    padding-block: 25px;

    width: 46%;
    box-sizing: border-box;
  }
  .pl-container34 {
    flex-wrap: wrap;
    padding-bottom: 0 !important;
    justify-content: space-between;
  }
  .nd-title h1,
  .phase-title {
    font-size: 50px;
  }
  .hello-world {
    padding: 0;
    position: absolute;
    font-size: 2rem;
    color: rgb(180, 182, 186);
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    margin: 1rem 4rem 1rem 4rem;
  }
  .moroe-video {
    position: relative;
  }
  /*.network-title {
    font-size: 30px;
  }*/
  .information p {
    font-size: 19px !important;
  }
}
@media (max-width: 1200px) {
  .typewriter {
    display: block !important;
  }
  .poo2 {
    width: 30%;
  }
  .poo1 {
    width: 40%;
  }
  .poo-img1 {
    width: 100%;
    min-width: 100%;
  }
  .poo1 {
    position: relative;
  }
  .poo-title {
    bottom: 70px;
    position: absolute;
    color: rgb(0, 0, 0);
    margin: 0;
    font-size: 50px;
  }
  .nd-image {
    width: 300px;
  }
  .nd11 ol {
    padding: 0;
  }
  .nd11 ol li span {
    font-size: 30px !important;
  }
  .span33 {
    font-size: 40px;
    padding: 0px 15px 0 10px;
    color: rgba(34, 138, 199, 0.729);
  }
  .network2 {
    flex-direction: column;
  }
  .information p {
    font-size: 18px !important;
  }
}
@media (max-width: 1020px) {
  .pp-posv {
    font-size: 60px;
    justify-content: center !important;
    margin: 0px;
  }
  .information3 {
    flex-direction: column;
  }
  .information3 {
    padding: 30px;
  }
  .network2 {
    flex-direction: column;
  }
  /*.network-title {
    font-size: 28px;
  }*/
}
@media (max-width: 920px) {
  .typewriter {
    display: block;
  }
  .nd2,
  .boxing {
    box-sizing: border-box;

    flex-direction: column;
  }
  .poo {
    flex-direction: column;
  }
  .poo2 {
    width: 400px;
  }
  .box {
    width: 400px;
    margin: 0 !important;
    margin-block: 30px !important;
  }
  .poo1 {
    margin: 0;
    width: 400px;
  }
  .nd1 {
    flex-direction: column-reverse;
    gap: 40px;
  }
  .nd-title h1 {
    margin-top: 0;
  }
  .problem-box25 {
    width: 45%;
    box-sizing: border-box;
  }
  .network2 {
    flex-direction: column;
  }
  .information p {
    font-size: 17px !important;
  }
}
@media (max-width: 768px) {
  .phase-title {
    font-size: 30px;
    padding-block: 15px;
  }
  .nd-title h1 {
    font-size: 30px;
  }
  .information {
    min-height: none !important;
  }
  .background-video {
    height: 500px;
    object-fit: cover;
  }
  .moroe-video h1 {
    margin: 0;
    font-size: 40px;
  }
  .moroe-video a {
    position: absolute;
    top: 96px;
    right: 25px;
  }
  .information p {
    font-size: 16px !important;
  }
  .hello-world {
    font-size: 35px;
  }
  .network2 {
    flex-direction: column;
  }
  /*.network-title {
    font-size: 24px;
  }*/
  .ps-title {
  padding-top: 50px !important;
  position: relative !important;
  }
}
@media (max-width: 740px) {
  .information p {
    font-size: 16px !important;
  }
}
@media (max-width: 700px) {
  .information p {
    font-size: 15px !important;
  }
}
@media (max-width: 670px) {
  .pl-container27 {
    flex-wrap: wrap;
    gap: 60px;
    padding-top: 60px !important;
  }
  .solution-box18 {
    margin-block: 0px;
  }
  .solution-box18,
  .problem-box25 {
    width: 100%;
  }
  .network2 {
    flex-direction: column;
  }
  .network-title {
    font-size: 22px;
  }
  .information p {
    font-size: 15px !important;
  }
}
.nomb {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 600px) {
  .pl-container34 {
    padding-block: 20px;
  }
  .nd11 ol li span {
    font-size: 20px !important;
  }
  .nd-image {
    width: 245px;
  }
  .v2video {
    /*width: 340px;*/
    width: 300px;
  }
  .pp-posv {
    font-size: 50px;
  }
  .phase-title {
    font-size: 20px;
  }
  .network2 {
    flex-direction: column;
  }
  .information p {
    font-size: 14px !important;
  }
}
@media (max-width: 500px) {
  .nd222,
  .nd22 {
    font-size: 18px;
  }
  .span33 {
    font-size: 30px;
  }
  .nd-title h1 {
    flex-direction: column;
    gap: 10px;
  }
  .nd-title h1 span {
    margin: 0 !important;
  }
  .poo-title {
    font-size: 30px;
  }
  .poo2 {
    width: 100%;
  }
  .poo1 {
    margin: 0;
    width: 100%;
  }
  .box {
    width: 100%;
    box-sizing: border-box;
  }
  .information p {
    font-size: 14px !important;
  }
  .typewriter {
    display: block;
  }
  .information3 {
    padding: 20px;
  }
  .information3 ul li {
    font-size: 18px !important;
  }
  .v2video {
    /*width: 275px;*/
    width: 210px;
  }
  .pp-posv {
    font-size: 40px;
  }
  .network2 {
    flex-direction: column;
  }
}
@media (max-width: 380px) {
  .nd11 {
    margin-left: 30px;
  }
  .network2 {
    flex-direction: column;
  }
  .information p {
    font-size: 13px !important;
  }
}


