@import "tailwindcss";
* {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/* shared styles */
.container {
  width: 71%;
  max-width: 1140px;
  margin: 0 auto;
}

h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  color: #001931;
}
h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #001931;
}
p {
  font-weight: 400;
  font-size: 16px;
  color: #627382;
  margin: 16px 0;
}
#logo {
  width: 100%;
  height: 100%;
}
.logo {
  width: 139px;
  height: 60px;
}
.btn {
  background-color: #30b868;
  padding: 16px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  color: white;
}
.btn:hover {
  background-color: blue;
  cursor: pointer;
}
.btn-2 {
  padding: 16px;
  background-color: transparent;
  border: 1px solid whitesmoke;
  border-radius: 4px;
  font-size: 16px;
  color: whitesmoke;
}
.btn-2:hover {
  background-color: #ffffff;
  color: #001931;
  cursor: pointer;
}

/* navbar section */
nav {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  align-items: center;
}
nav ul {
  display: flex;
  list-style: none;
  gap: 32px;
  align-content: center;
}
li a {
  text-decoration: none;
  color: black;
}

/* hero section */
.banner-container {
  text-align: center;
  padding: 70px 120px 135px;
  background-image: url("../assets/hero-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-content {
  width: 700px;
  max-width: 0 auto;
}
.banner-container h1 {
  font-weight: 700;
  font-size: 72px;
  line-height: 84px;
  color: white;
}
h1 span {
  color: #30b868;
}
.banner-container p {
  color: white;
}

.early-accessBTN {
  color: #30b868;
  background-color: #ffffff;
  padding: 9px 12px;
  border-radius: 20px;
}

/* card section */
.card-container {
  margin-top: 80px;
  text-align: center;
}
.card-content {
  display: flex;
  margin-top: 50px;
  gap: 24px;
}
.card {
  justify-items: center;
  text-align: center;
  padding: 24px;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
}
.card img {
  background-color: rgba(249, 85, 85, 1);
  border-radius: 100%;
  padding: 14px;
}

/* brain section */
.brain-container {
  display: flex;
  margin-top: 80px;
  gap: 60px;
  align-items: center;
}
brain-img {
  width: 600px;
  height: 600px;
}
.brain-info {
  display: flex;
  gap: 6px;
  align-content: center;
  align-items: center;
}
.brain-info img {
  height: 20px;
  width: 20px;
}

/* Early Access Section */
.access-container {
  text-align: center;
  padding: 80px 40px;
  margin-top: 80px;
  background-color: #f7f6f2;
}

/* footer section */
footer {
  background-color: #001931;
  margin-top: 80px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
  padding-right: 107px;
}
.footer-container {
  padding: 120px 0 30px;
}
.social-title {
  color: #ffffff;
  font-weight: 500;
  font-size: 20px;
}
.social a {
  color: whitesmoke;
}
/* subFooter */
footer hr {
  margin-bottom: 30px;
  border-color: rgba(255, 255, 255, 0.2);
}
.subFooter {
  color: #ffffff;
  text-align: center;
  font-size: small;
  padding-bottom: 30px;
  margin: 0;
  width: 100%;
}

@media screen and (max-width: 576px) {
  /* shard styles */
  .container {
    width: 50%;
    max-width: 576px;
  }

  h2 {
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
  }
  h3 {
    font-weight: 600;
    font-size: 18px;
    margin-top: 15px;
    line-height: 0px;
  }
  p {
    font-weight: 400;
    font-size: 14px;
  }

  .container {
    width: 96%;
    max-width: 576px;
    margin: 0 auto;
  }

  .logo {
    width: 50%;
    height: 50%;
  }
  nav ul {
    display: none;
  }
  .btn {
    background-color: #30b868;
    padding: 5px;
    border: none;
    border-radius: 4px;
    font-size: 11px;
    color: white;
  }

  /* hero section */
  .banner-container {
    text-align: center;
    padding: 20px 20px 30px;
  }

  .early-accessBTN {
    padding: 5px 8px;
    font-size: 14px;
  }

  .banner-container h1 {
    font-weight: 600;
    font-size: 30px;
    padding-top: 15px;
    line-height: 25px;
    color: white;
  }
  h1 span {
    color: #30b868;
  }
  .banner-container p {
    font-size: 12px;
    padding-top: 0;
    margin-top: 4px;
  }
  /* btn-works */
  .btn-2 {
    padding: 5px;
    font-size: 10px;
  }

  /* card section */
  .card-container {
    margin-top: 20px;
  }
  .card-content {
    display: inline-block;
  }
  .card {
    justify-items: center;
  }
  .card img {
    height: 10%;
    width: 15%;
    border-radius: 100%;
    padding: 10px;
  }

  /* brain section */
  .brain-container {
    /* text-align: center; */
    justify-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    margin: 50px 0;
    gap: 30px;
  }
  .brain-text {
    text-align: center;
    margin: 0 15px;
  }
  .brain-text h2 {
    line-height: 25px;
  }

  brain-img {
    width: 50%;
    height: 50%;
  }
  .brain-info {
    gap: 2px;
    align-items: first baseline;
    margin: 0 15px;
  }
  .brain-info img {
    height: 15px;
    width: 15px;
  }

  /* footer section */
  footer {
    background-color: #001931;
    margin-top: 30px;
    width: 100%;
  }

  .footer-container {
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    padding: 20px 0;
    line-height: 0;
  }
  .footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 5px;
    padding-right: 0;
  }
  .social {
    display: inline-block;
    text-align: center;
  }
  .social-title {
    color: #ffffff;
    font-weight: 500;
    font-size: 20px;
  }
  .social a {
    color: whitesmoke;
  }
  /* subFooter */
  footer hr {
    width: 80%;
    margin: 20px;
    border-color: rgba(255, 255, 255, 0.2);
  }
  .subFooter {
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    padding-bottom: 20px;
  }
}
