/* ---- reset ---- */
* {
  margin: 0;
  scroll-behavior: smooth;
}

body {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #000000;
}

nav {
  width: 100%;
}

.logo-menu {
  width: 100px;
}

.header-container {
  width: 100%;
  position: relative;
  height: 95vh;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.header-background {
  height: 95vh;
  width: 100%;
}

video {
  height: 95vh;
  object-fit: cover;
  display: none;
}

#earth-bg {
  height: 95vh;
  width: 100%;
  object-fit: cover;
  display: none;
  opacity: 0;
  transition: opacity 3s linear;
}

header {
  position: absolute;
  top: 6%;
  padding: 0 24px;
  max-width: 100%;
}

header h1 {
  font-family: Russo One;
  font-size: clamp(2rem, 5vw, 6rem);
  color: #ffffff;
  margin: 0;
  margin-top: -5px;
}

header h2 {
  font-family: Poppins;
  font-weight: 500;
  font-size: clamp(0.8rem, 22px, 1.5rem);
  color: #eeeeee;
  margin: 0;
}

header p {
  color: #9d9d9d;
  font-size: clamp(0.8rem, 18px, 1.2rem);
}

#myVideo {
  width: 100%;
}

.modal-header {
  border: none;
}

.modal-header h5 {
  color: #858585;
  font-family: Russo One;
}

.modal-body p {
  font-family: Inter;
}

.modal-body .social-media p a {
  background: hsl(183, 73%, 57%);
  border-color: #42d8e1;
}

.modal-body .social-media p a:hover {
  border-color: #e6e6e6;
  background: #278c91;
}

.btn-secondary {
  transition: all 0.1s linear;
  font-size: 14px;
  background: #42d8e1;
  background: linear-gradient(0deg, #42d8e1 0%, rgba(76, 235, 245, 1) 100%);
  border: none;
}

.btn-secondary:hover {
  filter: brightness(80%);
  transform: scale(1.05);
}

.flyer-app,
.form-app {
  width: 100%;
  display: flex;
  justify-content: center;
}

.flyer-app {
  background-color: #fefefe;
}

.flyer-app-container,
.form-app-container {
  width: 100%;
  max-width: 1700px;
  height: 100%;
  padding: 4vh 6vw;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.flyer-app-container img,
.form-app-container img {
  max-width: 100%;
  max-height: 780px;
}

.flyer-app-container img {
  margin: 0 0 4vh 0;
}

.form-app-container img {
  margin: 48px 0 0 0;
}

.flyer-app-description {
  width: 100%;
  max-width: 720px;
}

.form-app-submit {
  width: 100%;
  max-width: 480px;
}

.flyer-app-container h1,
.form-app-container h1 {
  font-family: Poppins;
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 700;
  width: 100%;
  margin-bottom: 24px;
}

.flyer-app-container h1 {
  color: #202020;
}

.form-app-container h1 {
  color: #ffffff;
}

.flyer-app-container p,
.form-app-container p {
  font-family: Inter;
  font-weight: 500;
  font-size: clamp(1rem, 1.4vh, 2rem);
  width: 100%;
}

.flyer-app-container p {
  color: #8d8d8d;
}

.form-app-container p {
  color: #8b8b8b;
}

.flyer-app-description-list {
  display: flex;
  justify-content: space-between;
}

.flyer-app-container ul {
  margin-top: 5vh;
  padding-left: 24px;
  width: 100%;
  max-width: 340px;
}

.flyer-app-container ul li {
  font-family: Inter;
  font-weight: 500;
  font-size: clamp(12px, 1vw, 16px);
}

.flyer-app-container ul li {
  color: #2a2a2a;
}

.form-container {
  position: relative;
  margin-top: 16px;
  display: flex;
  align-items: center;
}

.email-txt {
  width: 100%;
  height: 64px;
  padding: 0 16px;
  border-radius: 10px;
  border: none;
  background-color: #2a2a2a !important;
  caret-color: #ffffff;
  color: #ffffff;
  transition: box-shadow 0.5s;
  padding-right: 30%;
}

.email-txt:focus {
  box-shadow: 0 0 3pt 2pt #424242a1;
  outline: none;
}

.submit-btn {
  height: 48px;
  width: 25%;
  border-radius: 8px;
  border: none;
  margin-right: 6px;

  transition: box-shadow 0.3s;

  position: absolute;
  right: 0;

  color: #2a2a2a;
  background: rgb(66, 216, 225);
  background: linear-gradient(0deg, #42d8e1 0%, rgba(76, 235, 245, 1) 100%);
}

.submit-btn:focus {
  outline: none;
  box-shadow: 0 0 3pt 2pt #56ebf353;
}

footer {
  width: 100%;
}

footer #button-addon1 {
  color: #aa62cb;
}

footer i {
  color: #aa62cb;
}

footer .form-control::placeholder {
  font-size: 0.95rem;
  color: #aaa;
  font-style: italic;
}

footer .form-control.shadow-0:focus {
  box-shadow: none;
}

footer svg {
  margin-left: -10px;
}

.alert {
  position: fixed;
  top: 50px;
}

.alert-success,
.alert-warning,
.alert-danger {
  display: none;
}

@media (min-height: 520px) {
  #scroll {
    display: flex;
  }
}

@media (min-width: 1334px) {
  header {
    top: 12%;
  }

  header h1 {
    margin-top: -20px;
  }

  .flyer-app-container,
  .form-app-container {
    flex-flow: row wrap;
    justify-content: space-around;
    padding: 8vh 4vw;
  }

  .flyer-app-container img,
  .form-app-container img {
    margin-bottom: 0;
    margin-top: 0;
  }

  .flyer-app-container img {
    margin-right: 6vw;
  }

  .form-app-container img {
    margin-left: 6vw;
  }
}

@media (max-width: 297px) {
  .navbar-toggler {
    padding: 0;
  }
}
