@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Orbitron:wght@400;500;600;700;800;900&display=swap");
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: #2d3436;
  color: white;
}

.container {
  margin: 0 auto;
  max-width: 600px;
}

.preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999999;
  top: 0;
  right: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #191e1f;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  -webkit-transition: 3s -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  transition: 3s -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  transition: 3s transform cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  transition: 3s transform cubic-bezier(0.19, 1, 0.22, 1) 0.5s, 3s -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
}

.announcement-bar {
  top: 0;
  position: absolute;
  width: 100%;
  padding: 5px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#111111), to(transparent));
  background: linear-gradient(to bottom, #111111, transparent);
  min-height: 20px;
  z-index: 9999;
  text-align: center;
}

.announcement-bar .container .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.announcement-bar .container .wrapper #announcement::before {
  content: "";
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

#announcement::before {
  content: "";
  -webkit-animation: changeStatus 20s infinite linear;
          animation: changeStatus 20s infinite linear;
}

@-webkit-keyframes changeStatus {
  0% {
    content: "Hey there!";
  }
  20% {
    content: "The Earth is currently suffering.";
  }
  40% {
    content: "Please use https://www.ecosia.org as your search engine.";
  }
  60% {
    content: "Do support #TeamTrees also at, https://www.teamtrees.org";
  }
  80% {
    content: "Do also support #TeamSeas at, https://www.teamseas.org";
  }
  90% {
    content: "Let's start changing now.";
  }
  95% {
    content: "🌎#LetTheEarthBreathe - 🌲#TeamTrees - 🌊#TeamSeas";
  }
  100% {
    content: "Thank you so much. - from Charl Concepcion";
  }
}

@keyframes changeStatus {
  0% {
    content: "Hey there!";
  }
  20% {
    content: "The Earth is currently suffering.";
  }
  40% {
    content: "Please use https://www.ecosia.org as your search engine.";
  }
  60% {
    content: "Do support #TeamTrees also at, https://www.teamtrees.org";
  }
  80% {
    content: "Do also support #TeamSeas at, https://www.teamseas.org";
  }
  90% {
    content: "Let's start changing now.";
  }
  95% {
    content: "🌎#LetTheEarthBreathe - 🌲#TeamTrees - 🌊#TeamSeas";
  }
  100% {
    content: "Thank you so much. - from Charl Concepcion";
  }
}

.logo {
  top: 0;
  padding: 20px 0;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  margin-top: 1.9rem;
  background-color: #2d3436;
}

.logo .container .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.logo .container .wrapper span {
  font-family: "Orbitron", sans-serif;
  font-weight: 600;
}

.title {
  margin-top: 1rem;
}

.title .container .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.title .container .wrapper span:nth-of-type(1) {
  font-size: 2rem;
}

.title .container .wrapper span:nth-of-type(2) {
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
}

.input {
  margin-top: 1rem;
}

.input .container .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.input .container .wrapper span:nth-of-type(1) {
  font-size: 0.7rem;
  font-family: "Montserrat", sans-serif;
}

.input .container .wrapper #input_dna {
  margin-top: 0.2rem;
  width: 80%;
  color: black;
}

.results {
  margin-top: 1rem;
}

.results .container .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Montserrat", sans-serif;
}

.results .container .wrapper .result {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.results .container .wrapper .result span:nth-of-type(1) {
  font-size: 0.7rem;
}

.results .container .wrapper .result span:nth-of-type(2) {
  min-height: 25px;
  font-weight: 600;
  text-align: center;
  word-break: break-word;
}

.results .container .wrapper .change_mode {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.results .container .wrapper .change_mode .mode {
  font-size: 30px;
  cursor: pointer;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}

.results .container .wrapper .change_mode .mode:nth-of-type(2) {
  display: none;
}

.results .container .wrapper .change_mode .mode:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.mit {
  margin-top: 1rem;
  padding-bottom: 6rem;
}

.mit .container .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mit .container .wrapper svg {
  margin-left: 0.2rem;
  width: 100px;
}

.license {
  z-index: 99999;
  position: fixed;
  top: 0;
  right: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100vw;
  height: 100vh;
}

.license .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.license .container .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: white;
  padding: 10px;
  max-width: 500px;
  min-width: 250px;
  max-height: 500px;
  height: auto;
  font-size: 0.7rem;
  border: 1px solid black;
}

.license .container .wrapper .close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  font-weight: 900;
  font-family: 'Orbitron', sans-serif;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.license .container .wrapper span {
  color: black !important;
  font-family: 'Montserrat', sans-serif;
}

.show {
  display: block;
  opacity: 1;
}

.scode_a {
  text-decoration: none;
  color: white;
}

.scode_a .scode {
  font-family: 'Montserrat', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
}

.not-found {
  height: 100vh;
  width: 100vw;
}

.not-found .container .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  font-family: 'Montserrat', sans-serif;
}

.not-found .container .wrapper span:nth-of-type(1) {
  font-size: 4rem;
  font-weight: 700;
}

.not-found .container .wrapper .balik_ka {
  margin-top: 0.5rem;
  font-size: 0.8rem;
  font-weight: 400;
  font-style: italic;
}

.not-found .container .wrapper a {
  text-decoration: none;
  color: white;
}

.not-found .container .wrapper a div span:nth-of-type(1) {
  font-size: 1rem;
  font-weight: 500;
}

@media only screen and (max-width: 426px) {
  .announcement-bar .container .wrapper #announcement::before {
    font-size: 0.7rem;
  }
  .title .container .wrapper span:nth-of-type(2) {
    font-size: 1.5rem;
  }
}

@media only screen and (max-height: 380px) {
  .license .container .wrapper {
    max-width: 700px;
    min-width: 500px;
    max-height: 400px;
  }
}
/*# sourceMappingURL=styles.css.map */