* {
  box-sizing: border-box;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}


body {
  background-color: #A0DEFF;
  /* padding-left: 2.5rem;
  padding-right: 2.5rem; */
  padding-top: 1rem;
  padding-bottom: 0rem;
}

header {
  height: 100vh;
}

.navbar {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-img {
  width: 150px;
}

.navbar-icon {
  display: flex;
  justify-content: end;
  gap: 10px 10px;
  cursor: pointer;
}

.logo-jumbo-wrapper {
  display: flex;
  justify-content: center;
}

.logo-jumbo-wrapper img {
  width: 400px;
  margin-top: 2rem;
}

.copy-address {
  text-align: center;
}

.copy-address p {
  font-size: 1.5rem;
}

.address {
  font-size: 1.1rem !important;
}

.address-text {
  margin-top: -2.5rem;
  align-items: center;
}

.clr-blue {
  color: #1A8CEE;
}

.about-title {
  justify-content: center;
}

.about-title img {
  margin-top: 200px;
  margin-left: 60px;
}

.about-text {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about-text p {
  width: 45%;
  text-align: center;
  font-size: 1.2rem;
}

.z-10 {
  z-index: 10;
}

.bg-bunga {
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.bg-bunga-2 {
  z-index: 1;
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
}

.cloud-wrap {
  display: flex;
  justify-content: center;

}

.cloud-header {
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  width: 60vw;
}


.button-wrap img {
  width: 300px;
  cursor: pointer;
}

.cloud-bg {
  margin-top: -1rem;
  width: 100%;
}


.title img {
  height: 55px;
}



#information .box {
  margin-top: 5rem;
  flex: 1 1 calc(25% - 20px);
  width: 200px;
}


.wrap-box {
  display: flex;
  padding-left: 5rem;
  padding-right: 5rem;
}

.box img {
  width: 90%;
}

a {
  text-decoration: none !important;
}

.clicked-information {
  cursor: pointer;
  text-decoration: none;
}

.clicked-information p {
  color: #202020;
}



#roadmap .content {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.roadmap-content {
  width: 100%;
}

#joinUs .content {
  margin-top: 2rem;
  min-height: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  gap: 10px;
  padding-left: 5rem;
  padding-right: 5rem;
}

.logo-soc {
  cursor: pointer;
  justify-content: center;
}

.lilita-one-regular {
  font-family: "Lilita One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-mono {
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-style: normal;
}

.relative {
  position: relative;
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.button {
  padding: 15px 30px 15px 30px;
  min-width: 200px;
  background-color: #59B2FF;
  border-radius: 100px;
  border: 6px solid #fff;
  font-size: 1.7rem;
  color: white;
  text-align: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.justify-center {
  justify-content: center;
  align-items: center !important;
}

.justify-between {
  justify-content: space-between;
  align-items: center !important;
}

.justify-around {
  justify-content: space-around;
  align-items: center !important;
}


.items-center {
  align-items: center !important;
}

.gap-20 {
  gap: 40px 40px;
}

.grid {
  display: grid;
  grid-gap: 30px;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(200px, auto));
}



footer img {
  width: 100%;
}

.icon-copy {
  width: 15px;
  margin-left: 5px;
  cursor: pointer;
}


.logo-soc img {
  height: 100px;
}

.bubble-wrap {
  text-align: center;
}

.bubble-wrap .title {
  font-size: 1.5rem;
}

.bubble-wrap .desc {
  width: 45%;
}

.bubble-img {
  border: 9px solid #ffffff;
  width: 350px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.information-img {
  margin-bottom: 15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 8px solid rgba(255, 255, 255, 0.5);
}

.information-desc {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
}

.roadmap-img {
  width: 300px;
}

.roadmap-list {
  font-size: 1.1rem;
  color: #1A8CEE;
  line-height: 1.8rem;
}

ul {
  padding: 0;
  /* list-style-type: none; */
}

.roadmap-section {
  margin-top: 3rem;
  margin-left: 60px;
  gap: 80px 80px;
}

.no-margin-left {
  margin-left: -0px !important;
}

.last-roadmap {
  font-size: 1.75rem;
}

.checklist-icon {
  width: 17px;
}

.wrap-text-icon {
  gap: 5px 5px
}

.awan-1 {
  position: absolute;
  z-index: -1;
  top: 225px;
  right: 325px;
  width: 140px;
}

.awan-2 {
  position: absolute;
  z-index: -1;
  top: 625px;
  left: 325px;
  width: 120px;
}

.awan-3 {
  position: absolute;
  z-index: -1;
  top: 975px;
  right: 395px;
  width: 150px;
}

.awan-4 {
  position: absolute;
  z-index: -1;
  bottom: 675px;
  left: 395px;
  width: 150px;
}

.title {
  font-size: 3.3rem;
  color: #1A8CEE;
  text-shadow: rgb(255, 226, 157) 4px 0px 0px, rgb(255, 226, 157) 3.87565px 0.989616px 0px, rgb(255, 226, 157) 3.51033px 1.9177px 0px, rgb(255, 226, 157) 2.92676px 2.72656px 0px, rgb(255, 226, 157) 2.16121px 3.36588px 0px, rgb(255, 226, 157) 1.26129px 3.79594px 0px, rgb(255, 226, 157) 0.282949px 3.98998px 0px, rgb(255, 226, 157) -0.712984px 3.93594px 0px, rgb(255, 226, 157) -1.66459px 3.63719px 0px, rgb(255, 226, 157) -2.51269px 3.11229px 0px, rgb(255, 226, 157) -3.20457px 2.39389px 0px, rgb(255, 226, 157) -3.69721px 1.52664px 0px, rgb(255, 226, 157) -3.95997px 0.56448px 0px, rgb(255, 226, 157) -3.97652px -0.432781px 0px, rgb(255, 226, 157) -3.74583px -1.40313px 0px, rgb(255, 226, 157) -3.28224px -2.28625px 0px, rgb(255, 226, 157) -2.61457px -3.02721px 0px, rgb(255, 226, 157) -1.78435px -3.57996px 0px, rgb(255, 226, 157) -0.843183px -3.91012px 0px, rgb(255, 226, 157) 0.150409px -3.99717px 0px, rgb(255, 226, 157) 1.13465px -3.8357px 0px, rgb(255, 226, 157) 2.04834px -3.43574px 0px, rgb(255, 226, 157) 2.83468px -2.82216px 0px, rgb(255, 226, 157) 3.44477px -2.03312px 0px, rgb(255, 226, 157) 3.84068px -1.11766px 0px, rgb(255, 226, 157) 3.9978px -0.132717px 0px;
}

.title-about {
  margin-top: 15rem;
}

.moon-about {
  z-index: -1;
  position: absolute;
  left: 127px;
  right: 0;
  bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
}

#footer {
  margin-top: 15rem;
}

.footer-bg {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
}

.copyright {
  color: white;
  text-shadow: 2px 2px 2px rgba(11, 11, 11, 0.23);
  font-size: 1.25rem;
}

.social-title {
  color: #1A8CEE;
  font-size: 1.3rem;
  text-shadow: rgb(255, 226, 157) 4px 0px 0px, rgb(255, 226, 157) 3.87565px 0.989616px 0px, rgb(255, 226, 157) 3.51033px 1.9177px 0px, rgb(255, 226, 157) 2.92676px 2.72656px 0px, rgb(255, 226, 157) 2.16121px 3.36588px 0px, rgb(255, 226, 157) 1.26129px 3.79594px 0px, rgb(255, 226, 157) 0.282949px 3.98998px 0px, rgb(255, 226, 157) -0.712984px 3.93594px 0px, rgb(255, 226, 157) -1.66459px 3.63719px 0px, rgb(255, 226, 157) -2.51269px 3.11229px 0px, rgb(255, 226, 157) -3.20457px 2.39389px 0px, rgb(255, 226, 157) -3.69721px 1.52664px 0px, rgb(255, 226, 157) -3.95997px 0.56448px 0px, rgb(255, 226, 157) -3.97652px -0.432781px 0px, rgb(255, 226, 157) -3.74583px -1.40313px 0px, rgb(255, 226, 157) -3.28224px -2.28625px 0px, rgb(255, 226, 157) -2.61457px -3.02721px 0px, rgb(255, 226, 157) -1.78435px -3.57996px 0px, rgb(255, 226, 157) -0.843183px -3.91012px 0px, rgb(255, 226, 157) 0.150409px -3.99717px 0px, rgb(255, 226, 157) 1.13465px -3.8357px 0px, rgb(255, 226, 157) 2.04834px -3.43574px 0px, rgb(255, 226, 157) 2.83468px -2.82216px 0px, rgb(255, 226, 157) 3.44477px -2.03312px 0px, rgb(255, 226, 157) 3.84068px -1.11766px 0px, rgb(255, 226, 157) 3.9978px -0.132717px 0px;
}

.swal2-title{
  font-family: "Lilita One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 1200px) {
  .wrap-box {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .button {
    padding: 15px 30px 15px 30px;
    min-width: 250px;
    background-color: #59B2FF;
    border-radius: 100px;
    border: 5px solid #fff;
    font-size: 1.6rem;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
  }

  #information .box {
    margin-top: 1rem;
  }

  .gap-20 {
    gap: 3px 3px;
  }

  .roadmap-section {
    flex-direction: column;
    gap: 5px 5px;
    margin-left: 0px;
    margin-top: 2rem;
  }

}

@media screen and (max-width: 920px) {
  .cloud-header {
    display: none;
  }

  .about-text p {
    width: 65%;
  }

  .bubble-wrap .desc {
    width: 85%;
  }


  .information-desc {
    font-size: 1rem;
  }

  .information-img {

    border: 5px solid rgba(255, 255, 255, 0.5);
  }

  .button {
    padding: 10px 20px 15px 20px;
    min-width: 150px;
    background-color: #59B2FF;
    border-radius: 100px;
    border: 4px solid #fff;
    font-size: 1.4rem;
  }

  .awan-1 {
    right: 100px;
  }

  .awan-2 {
    left: 50px;
  }

  .awan-3 {
    right: 40px;
  }

  .awan-4 {
    left: 15px;
  }


  .roadmap-img {
    margin-top: 1rem;
  }

  /* .bubble-code {
    font-size: .8rem;
  } */

  .title-about {
    margin-top: 9rem;
  }
}


@media screen and (max-width: 600px) {
  .navbar {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .logo-img {
    width: 100px;
  }

  .navbar-icon img {
    width: 30px;
  }

  .logo-jumbo-wrapper img {
    width: 250px;
    margin-top: 8rem;
  }

  .address {
    font-size: .8rem !important;
  }

  .cloud-header {
    display: block;
    width: 50vw;
    bottom: 0px;
  }

  .about-title img {
    margin-top: 100px;
    margin-left: -5px;
    width: 150px;
  }

  .about-text p {
    width: 85%;
    font-size: 1.1rem;
  }



  .title img {
    margin-top: 10px;
    height: 32px;
  }

  .title {
    font-size: 2.5rem;
  }

  #joinUs .content {
    padding-left: 2rem;
    padding-right: 2rem;
  }



  .gap-20 {
    gap: 7px 7px;
  }

  #roadmap .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .roadmap-img {
    width: 200px;
  }


  .logo-soc {
    flex: 1 1 calc(50% - 20px);
  }

  .roadmap-list {
    font-size: 1rem;
  }

  .copy-address .mt-10 {
    margin-top: -28px;
  }

  .bubble-wrap .desc {
    width: 85%;
  }

  .bubble-code {
    font-size: .8rem;
  }

  .last-roadmap {
    font-size: 1.3rem;
  }

  .awan-1 {
    right: 305px;
  }

  .awan-2 {
    left: 320px;
  }

  .awan-3 {
    right: 305px;
  }

  .awan-4 {
    left: 320px;
  }

  .title-about {
    margin-top: 9rem;
  }

  .moon-about {
    left: 127px;
    right: 0;
    bottom: 15px;
    width: 85px;
  }

  .copyright {
    font-size: 1.1rem;
    margin-bottom: 4rem;;
  }

}