@import url(https://db.onlinewebfonts.com/c/e618586a42232248df0ea04025952803?family=SweetSuckerPunch);
@import url(https://db.onlinewebfonts.com/c/d40bbce8f4b00a569beac2454b69231e?family=Oswald);
/* @import url('./fonts/Oswald/Oswald.ttf');

@import url('/fonts/Oswald/web/d40bbce8f4b00a569beac2454b69231e.woff2'); */

.section-2 {
  min-height: 100vh;
  width: 100%;
  background-image: url("https://franchise.teriyakimadness.com/wp-content/uploads/2021/06/DarkGrayTexture.jpg");
  display: flex;
  align-items: center;
}

.content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  margin-top: 4rem;
  height: 100%;
}

.heading1 {
  color: #000000;
  font-family: "SweetSuckerPunch";
  font-size: 7vw; /* Default font size for larger screens */
  font-weight: 500;
  line-height: 0.9em;
}

.heading2 {
  color: #d30000;
  font-family: "Oswald";
  font-size: 7vw; /* Default font size for larger screens */
  font-weight: 500;
  line-height: 0.9em;
  letter-spacing: -0.2vw; /* Adjusting letter-spacing with vw */
}

.heading3 {
  color: #d30000;
  font-family: "Oswald";
  font-size: 5vw; /* Default font size for larger screens */
  font-weight: 500;
  line-height: 0.9em;
  text-transform: uppercase;
}

.subtext {
  color: #000000;
  font-family: "Oswald";
  font-size: 1.8vw; /* Default font size for larger screens */
  font-weight: 600;
  line-height: 0.9em;
}

/* Media queries for smaller screens */
@media (max-width: 768px) {
  .heading1 {
    font-size: 8vw; /* Adjusted size for smaller screens using vw */
  }

  .heading2 {
    font-size: 10vw; /* Adjusted size for smaller screens using vw */
  }

  .heading3 {
    font-size: 8vw; /* Adjusted size for smaller screens using vw */
  }

  .subtext {
    font-size: 3vw; /* Adjusted size for smaller screens using vw */
  }
}



.investment-types {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  margin-top: 2rem;
}

.investment-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  max-width: 341.163px;
}


/* Media query for smaller screens */
@media (max-width: 992px) {
  .investment-types {
    flex-direction: column;
    gap: 1rem; /* You can adjust the gap for smaller screens if needed */
  }
}

.investment-image {
  width: 100%;
  max-width: 341.163px;
}

.investment-bg {
  background-image: url("https://franchise.teriyakimadness.com/wp-content/uploads/2021/05/rdjkjh.png");
  background-repeat: round;
  background-position: center top;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 35px;
  margin-top: -3rem;
  width: 100%;
}

.investment-text {
  font-size: 30px;
  color: #ffffff;
  font-family: 'SweetSuckerPunch';
  text-transform: uppercase;
  line-height: 1.7em;
  font-weight: 500;

}

.amount-container {
  display: flex;
  align-items: center;
}

.amount {
  font-size: 70px;
  font-weight: 700;
  font-family: "Oswald";
  color: #000000;
  letter-spacing: -1px;
  line-height: 0.9em;
}

.asterisk {
  width: 9px;
}

.million {
  font-size: 70px;
  font-weight: 700;
  font-family: "Oswald";
  color: #000000;
  letter-spacing: -1px;
  line-height: 0.9em;
}

.investment-amount {
  font-size: 70px;
  font-weight: 700;
  font-family: "Oswald";
  color: #000000;
  letter-spacing: -1px;
  line-height: 0.9em;
}

.dash {
  font-size: 45px;
  font-weight: 700;
  font-family: "Oswald";
  color: #000000;
  letter-spacing: -1px;
  line-height: 1.1em;
}

.investment-desc {
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  margin-top: 1rem;
  color: #000000;
  font-family: "Oswald";
}

.growth {
  font-size: 70px;
  font-weight: 700;
  font-family: "Oswald";
  color: #000000;
  letter-spacing: -1px;
  line-height: 0.9em;
}

.franchise-info {
  font-size: 18px;
  line-height: 1.5em;
  text-align: center;
  margin-top: 1rem;
  color: #000000;
  font-family: "Oswald";
}

.franchise-profitability {
  background-image: url("https://franchise.teriyakimadness.com/wp-content/uploads/2021/05/Black-Header-Background.png");
  width: 400px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}

.profitability-text {
  font-size: 19px;
  font-family: "Oswald";
  line-height: 1.7em;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  width: 280px;
}

.footer-text {
  color: #a5a5a5;
  text-transform: uppercase;
  font-family: "Oswald";
  font-weight: 300;
  line-height: 1.7em;
  font-size: 13px;
  margin-top: 2rem;
}
