:root {
  --primary-color: #10375c;
  --secondary-color: #185287;
  --accent-color: #f6fafb;
  --white: #fff;
  --accent-grey: #e3e3e3;
}
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
}
.capitalize {
  text-transform: capitalize;
}

/*header section*/

.logo a img {
  transform: scale(0.8);
}
.nav-links a {
  font-family: "Poppins";
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  text-transform: capitalize;
}

/*investment section*/

.investment-section h1 {
  font-family: Jura;
  font-weight: bold;
}
.investment-section .dash {
  letter-spacing: -0.8rem;
  font-weight: 900;
}
.investment-section p {
  font-family: jura;
  font-weight: lighter;
  font-size: 40px;
  padding: 10px;
  line-height: 4rem;
}

.register {
  background-color: #185287;
  color: white;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 0.375rem;
}

.investment-section-button {
  background-color: #185287;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  color: white;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-radius: 0.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.investment-section-section:hover {
  background-color: #133c69;
}
.investment-section {
  height: 558px;
}

.assurance-section {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.assurance-content-container {
  background-color: #f6fafb;
  padding: 10px;
}
.assurance-title {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 2rem;
}
.assurance-text {
  color: gray;
  font-size: 18px;
  font-weight: 700;
}

section.features {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 0px;
  flex-direction: column;
  margin: 20px;
  gap: 20px;

  div.features-heading {
    h1 {
      font-size: 2.5rem;
      font-family: Arial, Helvetica, sans-serif;
    }
  }

  div.features-list {
    gap: 20px;
    justify-content: space-evenly;
    width: 100%;
    justify-content: center;
    align-items: center;

    .feature-item {
      justify-content: center;
      gap: 10px;
      width: 33.3%;

      .feature-text {
        h2 {
          font-size: 1.5rem;
          color: #133c69;
          font-family: "poppins";
          font-weight: 500;
        }

        p {
          font-size: 0.9rem;

          font-weight: 500;
          font-family: Montserrat;
        }
      }
    }
  }

  .feature-btn div {
    border: 1px solid var(--primary-color);
    padding: 8px 19px;
    color: var(--primary-color);
    border-radius: 20px;
    font-weight: 500;
    margin: 10px;
  }
}

section.works {
  background-color: #f6fafb;
  div.container {
    padding: 20px;
    div.work-heading {
      h1 {
        color: black;
        font-size: 2.5rem;
        font-weight: 600;
        letter-spacing: 0.2rem;
        span {
          color: var(--primary-color);
        }
      }

      h2 {
        text-align: center;
        font-family: monospace;
        color: grey;
        font-size: 1.03rem;
        font-weight: 300;
      }
    }

    div.works-list {
      margin: 10px;
      padding: 10px;
      width: 80%;
      display: flex;
      flex-direction: row;

      div.work-item {
        text-align: center;
        div.work-icon {
          img {
            width: 100px;
            transform: scale(0.8);
          }
        }

        div.work-desc {
          h2 {
            font-size: 1.4rem;
            font-weight: 300;
            font-family: monospace;
            text-transform: capitalize;
          }

          p {
            font-size: 1.05rem;
          }
        }
      }
    }
  }
}
.works .arrowo {
  transform: scale(1.8);
  margin-left: 20px;
}

/* ------ reason section ---- */
.reasons {
  background-color: var(--secondary-color);
  .why-name {
    color: #007bff;
  }
  h2 {
    color: black;
    font-size: 33px;
    font-family: Montserrat;
    margin-top: 2em;
  }
  p {
    font-family: "poppins";
  }
  .left {
    height: 30rem;
  }
  .right {
    width: auto;

    h1 {
      font-family: Montserrat;
    }
  }
}
@media (max-width: 640px) {
  /* styles for small screens */
  .left {
    padding: em;
    margin-bottom: 2em;
  }
  .reasons-list .icon img {
    width: 40px; /* or 2rem, or 10px, etc. */
    height: 40px; /* or 2rem, or 10px, etc. */
  }
  /* Mobile styles */
}

/* feed section*/

.feed {
  display: flex;
  align-items: center;
  justify-content: center;

  flex-direction: column;
}
.feed .container {
  width: 75%;
}
.crypto-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 10px;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
.crypto-icons img {
  width: 150px;
}
.crypto-table {
  width: 100%;
  border-collapse: collapse;
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.crypto-table th,
.crypto-table td {
  padding: 12px 15px;
  text-align: left;
}

.crypto-table th {
  background-color: #f4f4f4;
  color: #555;
  font-weight: bold;
  border-bottom: 2px solid #ddd;
}

.crypto-table td {
  border-bottom: 1px solid #ddd;
}

.crypto-table tbody tr:hover {
  background-color: #f1f1f1;
}

.chart-img {
  height: 24px;
  vertical-align: middle;
}

.positive-change {
  color: green;
}

.negative-change {
  color: red;
}

.trade-button {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 8px 12px;
  border-radius: 5px;
  cursor: default;
  font-weight: bold;
  opacity: 0.6;
  pointer-events: none; /* Make the button non-functional */
}

.trade-button:hover {
  background-color: #007bff; /* No hover effect since it's dormant */
}

section.investment-plans {
  width: 100%;
  padding: 10px;
  background-color: #f6fafb;
  div.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px 20px;
    h1 {
      font-size: 2.5rem;
      padding: 10px;
      font-weight: 600;
      font-family: "montserrat";
      text-transform: capitalize;
      span {
        color: var(--primary-color);
      }
    }

    p {
      font-family: "montserrat";
      font-weight: 200;
      text-align: center;
      font-size: 1.1rem;
      color: grey;
      width: 75%;
      padding: 10px;
    }

    div.investment-list {
      display: flex;
      padding: 30px;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 40px;
      div.investment-item {
        display: flex;
        flex-direction: column;
        padding: 20px;
        background-color: white;
        border: 1px solid grey;
        border-radius: 7px;
        gap: 10px;
        h3 {
          font-size: 1.6rem;
          font-weight: 500;
        }

        h2 {
          span {
            font-size: 2.3rem;
            font-weight: 700;
          }
        }

        ul {
          list-style-type: disc;
          padding-left: 20px;
          color: var(--secondary-color);
          gap: 10px;
          display: flex;
          flex-direction: column;
          li {
            text-transform: capitalize;
            span {
              color: grey;
            }
          }
        }

        div.invest-cta {
          align-self: center;
          margin: 20px;
          width: 75%;
          text-align: center;
          background-color: var(--secondary-color);
          color: white;
          padding: 6px 14px;
          border-radius: 7px;
        }
      }
    }
  }
}

section.join {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  div.container {
    background-color: #2e80ce;
    margin: 40px;
    width: 70%;
    height: 50vh;

    div {
      width: 100%;
      height: 100%;
      background-image: url("../assets/images/abstract.png");
      background-repeat: 2;
      background-position: left;
      background-size: 60%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      h1 {
        font-size: 2.5rem;
        font-family: "montserrat";
        color: white;
        text-transform: capitalize;
        text-align: center;
        br {
        }
      }

      join.cta {
        margin: 3px;
        width: 200px;
        text-align: center;
        color: var(--primary-color);
        background-color: white;
        font-family: "montserrat";
        font-weight: 600;
        padding: 10px 20px;
        text-transform: capitalize;
      }
    }
  }
}
.stellanova {
  font-family: Montserrat;
  font-size: 5em;
}
.stellanova-header {
  font-family: Montserrat;
}

/*------about page------*/
..about.hero {
  width: 100%;
  height: 75vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../assets/images/abouthero.png");
  position: relative;
  z-index: -1;

  div.container {
    z-index: 5;
    color: white;
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    justify-content: center;
    h2 {
      font-size: 1.3rem;
      text-transform: capitalize;
      font-weight: bold;
      font-family: Montserrat;
    }

    hr {
      width: 10%;
    }

    h1 {
      font-size: 2rem;
      font-family: Montserrat;
      font-weight: bold;
      text-transform: capitalize;
    }
  }
}
.about.hero::before {
  height: 100%;
  width: 100%;
  background-color: black;
  content: "";
  opacity: 0.4;
  position: absolute;
  z-index: 1;
}

section.text {
  width: 100%;
  padding: 60px 20px;
  align-items: center;
  justify-content: center;
  display: flex;
  p {
    font-family: Montserrat;
    text-align: center;
    width: 75%;
  }
}

section.vision {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px;
  div.container {
    width: 80%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: var(--accent-color);
    div.right {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 20px;
      gap: 20px;
      h1 {
        font-size: 2.3rem;
        font-family: "poppins";
        font-weight: 600;
        text-transform: capitalize;
        span {
          color: var(--secondary-color);
        }
      }

      p {
        font-size: 1.1rem;
        font-family: "montserrat";
      }
    }
  }
}

.choice {
  display: flex;
  align-items: center;
  justify-content: center;
  div.container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 80%;
    gap: 25px;
    padding: 20px;
    h1 {
      font-size: 2.5rem;
      font-family: "poppins";
      font-weight: 700;
      text-transform: capitalize;
      span {
        color: var(--secondary-color);
      }
    }

    div {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
      p {
        font-family: Montserrat;
        font-size: 1.2rem;
        b {
        }
      }
    }
  }
}

/*---------------about page------------*/

/* ----------footer---------- */
footer {
  background-color: var(--primary-color);
  color: white;
  font-family: Montserrat;
  text-transform: capitalize;
}
.copy-right {
  font-family: poppins;
}
/* ----------footer---------- */
section.legal {
  div {
    padding: 50px;
    h1 {
      font-size: 2.4rem;
      font-weight: bold;
      font-family: "montserrat";
      text-transform: capitalize;
      span {
        color: var(--primary-color);
      }
    }

    div {
      gap: 10px;
      h3 {
        font-size: 1.2rem;
        font-family: "montserrat";
      }

      a {
        text-decoration: underline;
      }
    }
  }
}
section.tandc {
  div.conatiner {
    padding: 50px;
    width: 80%;
    gap: 20px;
    ol {
      list-style: decimal;
      gap: 10px;
      li {
        strong {
        }
      }
    }

    p {
    }
  }
}
.submit {
  background-color: var(--secondary-color);
}
.feature-item:hover {
  transform: scale(0.2rem);
}
.feature-btn {
  background-color: #185287;
}
.feature-btn:hover {
  background-color: var(--primary-color); /* Darker shade for hover effect */
}

section.legal {
  div {
    padding: 50px;
    h1 {
      font-size: 2.4rem;
      font-weight: bold;
      font-family: "montserrat";
      text-transform: capitalize;
      span {
        color: var(--primary-color);
      }
    }

    div {
      gap: 10px;
      h3 {
        font-size: 1.2rem;
        font-family: "montserrat";
      }

      a {
        text-decoration: underline;
      }
    }
  }
}
section.tandc {
  div.conatiner {
    padding: 50px;
    width: 80%;
    gap: 20px;
    ol {
      list-style: decimal;
      gap: 10px;
      li {
        strong {
        }
      }
    }

    p {
    }
  }
}
.contact .container {
  padding: 30px;
  width: 60% !important;
}
.contact-form {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-width: 600px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
}
.contact-form label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 16px;
}
.contact-form textarea {
  resize: vertical;
  height: 120px;
}
.contact-form button {
  grid-column: 2 / 3;
  padding: 10px;
  background-color: #1a73e8;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
}
.contact-form button:hover {
  background-color: #155ab6;
}
.feature-link {
  background-color: #155ab6;
}

.invest-btn {
  background-color: #185287;

}
