:root {
  --dark: #ffffff;
  --pure: #070b1e;
  --gray: #1d1d1d;
  --mild: #b9b8b8;
}

.btn {
  padding: 8px 30px;
  border: 1px solid #fff;
  border-radius: 50px;
  outline: none;
  cursor: pointer;
  font-size: 1em;
  transition: all .5s ease-in-out;
}

.btn-primary {
  color: var(--dark);
  background: var(--pure);
}

.btn-primary:hover {
  color: var(--dark);
  background: none;
  border: solid;
  border-width: 1px;
}

html {
  overflow-x: hidden !important;
}

.container {
  height: 100vh;
  width: 100%;
  background-position: center;
  background-size: cover;
  /* padding-left:5%;
padding-right:5%; */
  box-sizing: border-box;
  position: relative;

}

/*background container satu */
.bg {
  background-position: center;
  top: 0px;
}

video.bg {
  /* position:absolute;
*/
  position: fixed;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  align-items: center;
  height: 100vh;
  display: block;
  /* left: 0; */
  /* right: 0; */
  /* margin: 0 auto; */
  z-index: -1;
}

/* cl-16 */
.astronaut img {
  background: none;
  position: absolute;
  width: 35%;
  /* left:41%; */
  right: 6.5%;
  height: auto;
  bottom: 0px;
}

.logo {
  width: 16%;

}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 5%;
  /* top: -20px;
position: absolute; */
  position: fixed;
  transition: all 0.7s ease-out;
  z-index: 999;
}

.nav-link {
  /* margin: 0 auto; */
  display: flex;
  list-style: none;
}

.nav-link li {

  padding: 0 10px;
  display: inline-block;
}

.nav-link li a {
  transition: all 0.5s ease-out;
  font-family: "DinBold";
  text-transform: uppercase;
  font-size: 1.125em;
  color: #fff;
  text-decoration: none;

}

.nav-link li:hover,
.nav-link li:focus,
.nav-link li:active {
  animation: glitchText 0.25s linear;
  text-decoration: underline solid;

  color: #ffffff;
  /* border-bottom: solid 2px white; */
}

@keyframes glitchText {
  0% {
      opacity: 1;
      transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
      -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
      clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
  }

  10% {
      -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
      clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
  }

  20% {
      -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
      clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
  }

  35% {
      -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
      clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
  }

  50% {
      -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
      clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }

  60% {
      -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
      clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }

  70% {
      -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
      clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }

  80% {
      -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
      clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
  }

  90% {
      transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
  }

  100% {
      opacity: 1;
      transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}

:root {
  --yellow-color: #fcee09;
  --red-color: #070b1e;
  --black-color: #050a0e;
  --blue-color: #00f0ff;
  --white-color: #ffffff;
}

.btn__secondary {
  padding: 30px 110px;
  border: 0;
  outline: none;
  /* background-color: var(--black-color); */
  cursor: pointer;
  position: relative;
  font-family: "Din";
  font-size: .85rem;
  text-transform: uppercase;
  /* color: var(--black-color); */
  clip-path: polygon(92% 0, 100% 25%, 100% 100%, 8% 100%, 0% 75%, 0 0);
}

.btn__secondary {
  font-family: "Din";
  font-size: 1em;
  font-weight: 500;
  color: white;
  text-decoration: none;

  /* z-index: 9999999; */
}

.btn__content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  clip-path: polygon(92% 0, 100% 25%, 100% 100%, 8% 100%, 0% 75%, 0 0);
}

/* .btn__secondary {
background-color: var(--red-color);  


} */

.btn__secondary .btn__content {
  background-color: var(--red-color);
  color: var(--white-color);
  box-shadow: 0 4px 8px 0 rgba(15, 17, 51, 0.89), 0 6px 0px 0 rgba(12, 3, 42, 0.89);

}

.btn__label {
  font-size: .70rem;
  position: absolute;
  bottom: -1px;
  right: 8%;
  padding: 0 5px;
  background-color: var(--red-color);
  z-index: 3;
  border-left: 1px solid var(--blue-color);
}

.btn__secondary .btn__label {
  background-color: var(--white-color);
  color: var(--black-color);
}

.btn__glitch {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: var(--yellow-color); */
  filter: drop-shadow(-2px 3px #67e3f3) drop-shadow(-1px -3px #02d8f3) drop-shadow(2px 1px #02d8f3);
}

.btn__secondary .btn__glitch {
  background-color: var(--red-color);
}

.btn__secondary:hover .btn__glitch,
.btn__secondary:hover .btn__content::after,
.btn__secondary:focus .btn__glitch,
.btn__secondary:focus .btn__content::after {
  display: block;
  animation: glitch-animation 2s linear 0s infinite;
}

/* secret trick */
@keyframes glitch-animation {
  0% {
      opacity: 1;
      transform: translateZ(0);
      clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
  }

  2% {
      clip-path: polygon(0 78%, 100% 78%, 100% 100%, 0 100%);
      transform: translate(-5px);
  }

  6% {
      clip-path: polygon(0 78%, 100% 78%, 100% 100%, 0 100%);
      transform: translate(5px);
  }

  8% {
      clip-path: polygon(0 78%, 100% 78%, 100% 100%, 0 100%);
      transform: translate(-5px);
  }

  9% {
      clip-path: polygon(0 78%, 100% 78%, 100% 100%, 0 100%);
      transform: translate(0);
  }

  10% {
      clip-path: polygon(0 54%, 100% 54%, 100% 44%, 0 44%);
      transform: translate3d(5px, 0, 0);
  }

  13% {
      clip-path: polygon(0 54%, 100% 54%, 100% 44%, 0 44%);
      transform: translateZ(0);
  }

  13.1% {
      clip-path: polygon(0 0, 0 0, 0 0, 0 0);
      transform: translate3d(5px, 0, 0);
  }

  15% {
      clip-path: polygon(0 60%, 100% 60%, 100% 40%, 0 40%);
      transform: translate3d(5px, 0, 0);
  }

  20% {
      clip-path: polygon(0 60%, 100% 60%, 100% 40%, 0 40%);
      transform: translate3d(-5px, 0, 0);
  }

  20.1% {
      clip-path: polygon(0 0, 0 0, 0 0, 0 0);
      transform: translate3d(5px, 0, 0);
  }

  25% {
      clip-path: polygon(0 85%, 100% 85%, 100% 40%, 0 40%);
      transform: translate3d(5px, 0, 0);
  }

  30% {
      clip-path: polygon(0 85%, 100% 85%, 100% 40%, 0 40%);
      transform: translate3d(-5px, 0, 0);
  }

  30.1% {
      clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }

  35% {
      clip-path: polygon(0 63%, 100% 63%, 100% 80%, 0 80%);
      transform: translate(-5px);
  }

  40% {
      clip-path: polygon(0 63%, 100% 63%, 100% 80%, 0 80%);
      transform: translate(5px);
  }

  45% {
      clip-path: polygon(0 63%, 100% 63%, 100% 80%, 0 80%);
      transform: translate(-5px);
  }

  50% {
      clip-path: polygon(0 63%, 100% 63%, 100% 80%, 0 80%);
      transform: translate(0);
  }

  55% {
      clip-path: polygon(0 10%, 100% 10%, 100% 0, 0 0);
      transform: translate3d(5px, 0, 0);
  }

  60% {
      clip-path: polygon(0 10%, 100% 10%, 100% 0, 0 0);
      transform: translateZ(0);
      opacity: 1;
  }

  60.1% {
      clip-path: polygon(0 0, 0 0, 0 0, 0 0);
      opacity: 1;
  }

  to {
      clip-path: polygon(0 0, 0 0, 0 0, 0 0);
      opacity: 1;
  }
}

/* tulisan awal welcome */
.content {
  position: absolute;
  z-index: 99;
  left: 60px;
  top: 40%;
  display: block;
  background: none;
  text-transform: uppercase;
}

.content p {
  font-size: 20px;
  font-weight: 400;
  font-family: "Din";
  position: relative;
  color: #fff;
  bottom: 0;
}

/* untuk h1 content */
.content h1 {
  color: #fff;
  font-family: "DinProBold";
  font-size: 4.50em;
  line-height: 0.925;
  letter-spacing: -2px;
  background: none;
  font-weight: normal;
}

/* ---------- */
.content button {
  color: #FFF;
  background: transparent;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid #FFF;
  width: fit-content;
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  padding: 1.25em 3em;
  margin-top: 1em;
  position: relative;
  font-size: 14px;
  bottom: 0;
  font-family: "DinBold";

}

.content button::before {
  background: #FFF;
  content: "";
  position: absolute;
  z-index: -1;
}

.content button::after {
  background: #FFF;
  content: "";
  position: absolute;
  z-index: -1;
}

.content button:hover {
  color: #000;
  cursor: pointer;
}

.content-btn:after {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  transform-origin: top center;
  transform: scale3d(1, 0, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.content-btn:hover::after {
  height: 100%;
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-origin: bottom center;
}

.content button img {
  width: 5px;
  display: none;
}

.content button:hover img {
  display: inline-block;
  margin-left: 70px;
  position: relative;
  transform: rotate(0deg);
}

section.strip {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #0a0909;
  padding: 30px 0;
  color: white;
  font-family: "Din";
  /* overflow-x:hidden; */
  position: relative;
  z-index: 2;
}

section.strip h3 {
  background: none;
  font-size: 1.5625em;
  font-family: "DinBold";
  text-transform: uppercase;
}

/* container2 */

.containertwo {
  height: 110vh;
  width: 100%;
  background-position: center;
  /* padding-left:5%;
padding-right:5%; */
  box-sizing: border-box;
  position: relative;
  font-family: Noto Sans JP;
  position: relative;
  background: #000000;
}

.containertwo h3 {
  font-weight: 700;
  font-family: "DinBold";
  color: #fff;
  font-size: 1.5625em;
  z-index: 2;
  position: relative;
  text-transform: uppercase;

}

.containertwo .fullsuite p {
  position: relative;
  font-family: Din;
  color: rgb(255, 255, 255);
  font-size: 1em;
  line-height: 1.5;
  width: 28%;
  z-index: 2;
}

.containertwo h2 {
  font-weight: 700;
  font-family: "DinBold";
  color: #fff;
  font-size: 2.5em;
  position: absolute;
  top: 13%;
  left: 5%;
  text-transform: uppercase;
  z-index: 2;
}

/* full suite */
.bgfullsuite img.stargif {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: auto;
  left: 0px;
  padding-top: 10%;
  position: absolute;
  z-index: 1;
  display: block;
  /* top: 14%; */
}

/* flex suite */
.flex-suite {
  display: flex;
  flex-wrap: nowrap;
}

/* UNTUK 360 DEG NYA */
.rotation-robot,
.rotation {
  position: relative;
  width: 22%;
  height: auto;
  display: flex;
  flex-direction: column;
  top: 350px;
  left: 50px;
  cursor: grab;
  z-index: 998;
  transition: all 0.75s ease-out !important;

}

.rotation-robot img,
.rotation img {
  height: auto;
  position: relative;
}

img {
  transition: all 0.2s ease-out;

}
.isi-fullsuite {
  position: relative;
  /* bottom: 350px; */
  left: 69%;
}

/* rocket */
.containertwo .fullsuite img.rocket-containertwo {
  position: absolute;
  top: 390px;
  right: 50%;
  width: 190px;
  z-index: 1;
  cursor: crosshair;
}

.explore-1 ,.explore-2{
  width: 100%;
  height: 100vh;
  background-color: #000;
}

.flex-explore-1 {
  position: absolute;
  padding: 0px 60px;
  box-sizing: border-box;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}

.flex-explore-2 {
  position: absolute;
  padding: 0px 60px;
  box-sizing: border-box;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.h22 {
  font-weight: 700;
  font-family: "DinBold";
  color: #fff;
  padding-top: 80px;
  left: 5%;
  padding-bottom: 100px;
  font-size: 2.5em;
  /* padding: 25px 0px; */
  /* height: 25vh; */
  background: #000;
  z-index: -1;
  position: relative;
  /* top: 4px; */
  /* left: 60px; */
  text-align: left;
  text-transform: uppercase;

}

/* outearth */
.explore-1 img.outearth {
  /* position:absolute; */
  z-index: 1;
  display: inline-block;
  transition: transform .25s, visibility .25s ease-in-out;
  width: 100%;
  /* top: 0px; */
  height: auto;
}

/* mars land */
.explore-2 img.marsland {
  z-index: 1;
  display: inline-block;
  transition: transform .25s, visibility .25s ease-in-out;
  width: 100%;
  /* top: 0px; */
  height: auto;

}

/* .img-bgx{
width: 54%;
} */
.explore-1 img.outearth:hover {
  transition: transform 1s, .5s ease-out;
  filter: saturate(170%);
  -webkit-filter: saturate(170%);
  -moz-filter: saturate(170%);
  /* border-radius: 15px;
*/
}

.explore-2 img.marsland:hover {
  transition: transform 1s, .5s ease-out;
  filter: saturate(110%);
  -webkit-filter: saturate(110%);
  -moz-filter: saturate(110%);
  /* border-radius: 15px;
*/
}

.isi-bumi {
  width: 50%;
  /* padding-right: 50px; */
  padding-left: 95px;
  /* text-align: left; */
}

.isi-mars {
  width: 50%;
  padding-right: 95px;
  /* padding-left: 50px; */
  /* text-align: right; */
}

.explore-1 h3.p1 {
  font-weight: 700;
  font-family: "DinBold";
  color: #fff;
  font-size: 1.5625em;
  text-transform: uppercase;

  padding: 7px 0;

}

.explore-2 h3.p2 {
  font-weight: 700;
  font-family: "DinBold";
  color: #fff;
  font-size: 1.5625em;
  text-transform: uppercase;
  padding: 7px 0;

}

.explore-1 p.isi1 {

  font-family: "Din";
  color: #ffffff;
  font-size: 1em;
  line-height: 1.6;

}

.explore-2 p.isi2 {
  font-family: "Din";
  color: #ffffff;
  font-size: 1em;
  line-height: 1.6;

}

/* -----------------------------------area responsive------------------------------------------ */
/* Proc  */
/* untuk laptop fullscreen  */

/* lanjutan untuk laptop kebawah  */
@media(max-width:1300px) {

  .rotation-robot,
  .rotation {
      top: 300px;
  }

}

@media(max-width:1230px) {
  .content h1 {
      font-size: 3.8em;
  }

  .bgfullsuite img.stargif {
      padding-top: 12.5%;
  }

}

@media(max-width:1024px) {
  .bgfullsuite img.stargif {
    padding-top: 13.5%;
}
  .isi-mars,
  .isi-bumi {
      width: 70%;

  }

  .explore-1,
  .explore-2 {
      height: 80vh;
  }

  .containertwo {
      height: 100vh;

  }
  .btn__secondary {
      padding: 25px 85px;

  }

  .content h1 {
      font-size: 3.75em;
  }

  .content button {
      margin-top: 0.5em;
  }
}

@media(max-width:768px) {
  .content {
      top: 43%;
  }

  /* .content button {
    top: 100px;
} */

  .content h1 {
      font-size: 3.4em;
  }

  .flex-explore-2,
  .flex-explore-1 {
      align-content: center !important;
      align-items: center !important;
      justify-content: center !important;
      flex-direction: column !important;
      padding: 0px 60px;
  }

  .explore-2 img.marsland,
  .explore-1 img.outearth {
      width: 90%;
      margin: 0 auto;
      display: flex;
  }

  .isi-mars,
  .isi-bumi {
      padding-left: 0;
      padding-right: 0;
      padding-top: 15px;
      width: 90%;

  }

  .explore-1,
  .explore-2 {
      height: 120vh;
  }

  .bgfullsuite img.stargif {
      display: none;
  }

  .bgfullsuite img.stargif-reponsive {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;
    left: 0px;
    padding-top: 15%;
    position: absolute;
    z-index: 1;
    display: block !important;
  }

  video.bg {
      display: none;
  }

  video.bg-responsive {
      position: fixed;
      width: 100%;
      background-repeat: no-repeat;
      background-position: center;
      text-align: center;
      align-items: center;
      display: block !important;
      z-index: -1;
      height: 100vh;
  }

  img.iss-img-reponsive {
      width: 100%;
      height: auto;
      position: absolute;
      top: 0px;
      left: 0px;
      background: #000000;
      display: block !important;
  }
  .containertwo h3 {

      top: 300px;
    padding: 7px 0;

  }

  .containertwo .fullsuite p {
      top: 300px;
      width: 50%;
  }

  .containertwo {
      height: 115vh;
  }

  .containertwo h2 {

      font-size: 2.0em;

      top: 5%;

      text-transform: uppercase;
  }

  .rotation-robot,
  .rotation {
      top: 220px;
  }

  .logo {
      width: 27%;
  }

  .h22,
  .containertwo h2,
  .content,
  .isi-fullsuite {
      left: 12%;
  }

  .h22 {
      font-size: 1.9em;

      padding-bottom: 28px;

  }

  .cursor {
      display: none;
  }

  .btn-rckt-hover {
      display: none !important;
  }

  img.copyimage {
      display: none !important;
  }

  .nav-link li a {
      font-size: 0.875em;
  }

  .explore-1 p.isi1,
  .explore-2 p.isi2 {
      max-width: 75%;
  }

  .btn__secondary {

      font-size: 0.85em;

  }
}

@media(max-width:600px) {
  .containertwo .fullsuite img.rocket-containertwo {
      display: none;
  }

  .explore-1 p.isi1,
  .explore-2 p.isi2 {
      max-width: 80%;
  }
  .explore-1 h3.p1,
  .explore-2 h3.p2,
  .containertwo h3 {
      font-size: 1.4em;
  }

  .flex-explore-2,
  .flex-explore-1 {

      padding: 0px 25px;
  }

  .content h1 {
      font-size: 3.25em;
  }
  .content {
      top: 40%;
  }

  .h22 {
      font-size: 1.8em;
  }

  .astronaut img {
      right: 27%;
      width: 45%;
  }

  section.strip h3 {

      padding-bottom: 2.5%;

  }

  section.strip {
      flex-direction: column;
  }

  .explore-2 img.marsland,
  .explore-1 img.outearth {
      width: 97%;
      margin: 0 auto;
      display: flex;
  }

  .isi-mars,
  .isi-bumi {
      padding-left: 0;
      padding-right: 0;
      padding-top: 15px;
      width: 97%;

  }

  .h22,
  .containertwo h2,
  .content,
  .isi-fullsuite {
      left: 5%;
  }

  .menu {
      position: fixed;
      width: 200px;
      height: 200px;
      justify-content: center;
      align-items: center;
      display: flex !important;
      right: -50px;
      bottom: -50px;
      /* right: -5%;
    bottom: -5%; */
      z-index: 999;
      transition: 0.75s ease-out all;
      /* transition: all cubic-bezier(0.83, 0.1, 0, 1.54) 1s; */

  }

  .menu li {
      position: absolute;
      list-style: none;
      transform-origin: 100px;
      left: 0;
      transition: 0.5s;
      transition-delay: calc(0.1s * var(--i));
      transform: rotate(0deg) translateX(80px);
  }

  .menu.active li {
      transform: rotate(calc(360deg / 8* var(--i)));

  }

  img.menu-toggle {
      width: 30px;
      height: auto;
  }

  .menu li a {
      background: #070b1e;
      display: flex;
      justify-content: center;
      width: 45px;
      height: 45px;
      align-items: center;
      border-radius: 50%;
      transform: rotate(calc(360deg / -8* var(--i)));

      box-shadow: inset -1px 3px 8px 5px #0b1a29, 2px 5px 16px 0px #034baa, 5px 5px 15px 5px rgba(0, 0, 0, 0);

  }

  .toggle {
      position: absolute;
      width: 50px;
      height: 50px;
      background: rgb(17, 11, 30);
      /* ini untuk pengatur warna menu */
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 1000;
      border-radius: 50%;
      box-shadow: none;
      cursor: pointer;
      /* transition: 0.75s ease-out all; */
      transition: all cubic-bezier(0, -0.46, 0.91, -1.36) 0.5s;
      box-shadow: 0 6px 20px 0 rgba(255, 255, 255, 0.5), 0 6px 20px 0 rgba(255, 255, 255, 0.5);

  }

  .menu.active .toggle {
      transform: rotate(360deg);
  }

  nav {
      display: none;
  }

  .logo {
      width: 33%;
  }

  .containertwo h2 {
      font-size: 1.8em;

      text-align: left;
      font-size: 1.8em;
  }

  .content p {
      font-size: 1.25em;
      /* top: -30px; */
  }

  .container h2 {
      font-size: 1.4em;
  }

  .containertwo .fullsuite p {

      width: 70%;
  }

  .bgfullsuite img.stargif-reponsive {
    padding-top: 25%;
}
}

@media(max-width:480px) {

  .h22,
  .containertwo h2 {
      font-size: 1.7em;
  }

  .containertwo .fullsuite p {
      /* top: 360px; */
      width: 80%;
  }

  .bgfullsuite img.stargif-reponsive {

      padding-top: 30%;
  }

  .content {

      left: 5%;

  }

  .content h1 {
      font-size: 2.5em;
  }

  .logo {
      width: 40%;
  }

  .astronaut img {
      right: 22%;
      width: 53%;
      ;
  }

  .h22,
  .containertwo h2,
  .content,
  .isi-fullsuite {
      left: 6%;
  }
}

@media(max-width:420px) {
  .logo {
      width: 47%;
  }

  .content h1 {
      font-size: 2.35em;
  }
  .content {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-self: center;
    flex-direction: column;
    left: 0;
    right: 0;
}

.content h1 {
    position: relative;
    text-align: center;
    font-size: 2.55em;
}

.content p {
    position: relative;
    /* top: 2.5px; */
}

.content button {
    /* top: 2.5px; */
    position: relative;
}

  .flex-explore-2,
  .flex-explore-1 {
      padding: 0px 10px;
  }

  .h22,
  .containertwo h2,
  .content,
  .isi-fullsuite {
      left: 3%;
  }

  .astronaut img {
      right: 17%;
      width: 64%;
  }

  .rotation-robot,
  .rotation {
      top: 270px;
  }

  .explore-1 p.isi1,
  .explore-2 p.isi2 {
      max-width: 90%;
  }

  .containertwo {
      height: 85vh;
  }

  .bgfullsuite img.stargif-reponsive {
     padding-top: 55%;
  }

  .explore-1,
  .explore-2 {
      height: 100vh;
  }
}

@media(max-width:375px) {

  .explore-1,
  .explore-2 {
      height: 90vh;
  }

  .logo {
      width: 50%;
  }


  .astronaut img {
      right: 8%;
      width: 85%;
  }

  .btn__secondary {
      padding: 25px 75px;
      font-size: 0.7em;
  }
  .content h1 {
    position: relative;
    text-align: center;
    font-size: 2.35em;
}
}

@media(max-width:355px) {
  .content h1 {
      font-size: 2.2em;

  }

  .content button {
      font-size: 0.9em;
  }

  /* .content p {
font-size: 1.5em;

} */
}

.bgfullsuite img.stargif-reponsive,
img.iss-img-reponsive,
video.bg-responsive {
  display: none;
}

.menu {
  display: none;
}

/* pengatur semua footer  */
.atention {
  position: relative;
}