@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Maven+Pro:wght@400..900&display=swap");
body {
  font-family: "JetBrains Mono", monospace;
  color: black;
  margin: 0;
  padding: 0;
  background-color: f6f5f5;
}
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  margin: 5px 100px 0 100px;
  flex-wrap: wrap;
  position: relative; 
  z-index: 1000; 
}

.navbar-start {
  display: flex;
  align-items: center;
}

.logo {
  height: auto;
  width: 240px;
  max-width: 100%;
}

.nav-links {
  display: flex;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: "Maven Pro", serif;
  font-weight: 400;
}

.nav-links li a {
  color: black;
  text-decoration: none;
  padding: 8px 12px;
  border: 1px solid black;
  border-radius: 5px;
  transition: background 0.3s ease, color 0.3s ease;
}

.nav-links li a:hover {
  background: rgb(0, 0, 0);
  color: white;
}

.dropdown {
  position: relative;
  display: none; 
  z-index: 1001; 
}

.dropdown-btn {
  font-size: 24px;
  background: black;
  color: white;
  border: none;
  cursor: pointer;
  padding: 10px 12px;
  border-radius: 5px;
  transition: background 0.3s ease;
}

.dropdown-btn:hover {
  background: darkgray;
}

.dropdown-content {
  display: none;
  position: absolute;
  background: white;
  list-style: none;
  top: 100%;
  left: 0;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 150px;
  z-index: 1002; 
}

.dropdown-content li {
  padding: 8px;
}

.dropdown-content li a {
  text-decoration: none;
  color: black;
  display: block;
  padding: 8px 10px;
  transition: background 0.3s ease;
}

.dropdown-content li a:hover {
  background: black;
  color: white;
  border-radius: 5px;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.packages-section {
  text-align: center;
  padding: 40px 20px;
  background-color: #00a2b7; 
  color: #333;
}

.title {
  color: #333;
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: bold;
  font-family: "Abril Fatface", serif;
  font-weight: 400;
  font-style: normal;
}

.subtitle {
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: white;
  flex-wrap: wrap;
  font-family: "Maven Pro", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.cards {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  font-family: "Maven Pro", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.card {
  background: white;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-width: 300px;
  width: 100%;
  min-height: 400px; 
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-10px);
}

.card-icon {
  width: 80px;
  height: 80px;
  margin-top: 20px;
  flex-shrink: 0;
}

.card-title {
  font-size: 1.5rem;
  color: #333;
  margin-top: 20px;
  flex-shrink: 0;
}

.card-text {
  font-size: 0.9rem;
  color: #666;
  padding: 0 15px;
  line-height: 1.5;
  margin-top: 10px;
  flex-grow: 1; 
}

.business-model {
  text-align: center;
  padding: 20px;
}

.business-model h1 {
  font-size: 2rem;
  color: #2c3e50;
  margin-bottom: 20px;
  font-family: "Abril Fatface", serif;
  font-weight: 400;
  font-style: normal;
}

.model-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 0 auto;
  max-width: 800px;
}

.grid-item {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  text-align: left; 
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.grid-item img {
  width: 60px; 
  height: 60px;
  margin-right: 20px; 
  border-radius: 8px; 
  object-fit: cover; 
}

.grid-item h2 {
  margin: 0;
  font-size: 1.5rem;
  color: #34495e;
}

.grid-item p {
  font-size: 1rem;
  color: #7f8c8d;
  font-family: "Maven Pro", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.yellow {
  background: #fff6d4;
}

.pink {
  background: #fddde6;
}

.purple {
  background: #e8e4fd;
}

.green {
  background: #ddf4e4;
}
.market-size {
  text-align: center;
  position: relative;
  padding: 20px 0;
  background-color: white;
}

.market-size h1 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #34495e;
  font-family: "Abril Fatface", serif;
  font-weight: 400;
  font-style: normal;
}

.circle {
  position: relative;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  color: black;
  overflow: visible;
  margin: 0 auto;
}

.tam {
  width: 300px;
  height: 300px;
  background-color: #2ecc71;
}

.sam {
  width: 200px;
  height: 200px;
  background-color: #3498db;
}

.som {
  width: 100px;
  height: 100px;
  background-color: #e74c3c;
}

.line-container {
  position: absolute;
  display: flex;
  align-items: center;
}

.tam-line {
  top: 15%;
  left: 80%;
  width: 100%;
}

.sam-line {
  top: 15%;
  left: 80%;
  width: 100%;
}

.som-line {
  top: 15%;
  left: 80%;
}

.label {
  position: absolute;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.2;
  top: 5px;
  font-family: "Maven Pro", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.label.small {
  top: 25px;
}

.line {
  height: 2px;
  width: 100px;
  background-color: black;
  margin-right: 10px;
}

.line-content {
  font-size: 1rem;
  margin-left: 10px;
  color: black;
  text-align: left;
  font-family: "Maven Pro", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.footer {
  text-align: center;
  background: #353a3f;
  color: white;
  padding: 10px;
  font-family: "Maven Pro", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 1024px) {
  .navbar {
      padding: 10px 15px;
      margin: 5px 50px;
    }
    .nav-links li a {
      font-size: 14px;
      padding: 6px 10px;
    }
    .title {
      font-size: 1.8rem;
    }
  
    .subtitle {
      font-size: 1rem;
      margin-bottom: 20px;
    }
  
    .cards {
      gap: 15px;
    }
  
    .card {
      padding: 15px;
      min-height: 350px;
    }
  
    .card-title {
      font-size: 1.3rem;
    }
  
    .card-text {
      font-size: 0.85rem;
    }
  
    .card-icon {
      width: 70px;
      height: 70px;
    }
      .business-model h1 {
    font-size: 1.8rem;
  }

  .model-grid {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    max-width: 700px;
  }

  .grid-item {
    padding: 15px;
  }

  .grid-item img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }

  .grid-item h2 {
    font-size: 1.3rem;
  }

  .grid-item p {
    font-size: 0.9rem;
  }
  .tam {
    width: 250px;
    height: 250px;
  }
  .sam {
    width: 150px;
    height: 150px;
  }
  .som {
    width: 75px;
    height: 75px;
  }
  .line-content {
    font-size: 0.9rem;
  }
  .label {
    font-size: 0.8rem;
  }
  }
  
  @media (max-width: 768px) {
    .nav-links {
      display: none;
    }
    .dropdown {
      display: block;
    }
    .title {
      font-size: 1.6rem;
    }
  
    .subtitle {
      font-size: 0.9rem;
    }
  
    .cards {
      gap: 10px;
    }
  
    .card {
      padding: 10px;
      min-height: 300px;
    }
  
    .card-title {
      font-size: 1.2rem;
    }
  
    .card-text {
      font-size: 0.8rem;
    }
  
    .card-icon {
      width: 60px;
      height: 60px;
    }
    .business-model h1 {
      font-size: 1.6rem;
    }
  
    .model-grid {
      grid-template-columns: 1fr; 
      gap: 15px;
      max-width: 600px;
    }
  
    .grid-item {
      padding: 10px;
    }
  
    .grid-item img {
      width: 45px;
      height: 45px;
      margin-right: 10px;
    }
  
    .grid-item h2 {
      font-size: 1.2rem;
    }
  
    .grid-item p {
      font-size: 0.85rem;
    }
    .tam {
      width: 200px;
      height: 200px;
    }
    .sam {
      width: 125px;
      height: 125px;
    }
    .som {
      width: 60px;
      height: 60px;
    }
    .market-size h1 {
      font-size: 1.8rem;
    }
    .line {
      width: 80px;
    }
    .line-content {
      font-size: 0.85rem;
    }
  }
  
  @media (max-width: 480px) {
    .navbar {
      flex-direction: column;
      align-items: flex-start;
      padding: 10px;
      margin: 0;
    }
    .logo {
      width: 180px;
    }
    .dropdown-btn {
      font-size: 20px;
    }
    .title {
      font-size: 1.4rem;
    }
  
    .subtitle {
      font-size: 0.8rem;
    }
  
    .cards {
      gap: 5px;
    }
  
    .card {
      padding: 10px;
      min-height: 250px;
    }
  
    .card-title {
      font-size: 1.1rem;
    }
  
    .card-text {
      font-size: 0.75rem;
    }
  
    .card-icon {
      width: 50px;
      height: 50px;
    }
    .business-model h1 {
      font-size: 1.4rem;
    }
  
    .model-grid {
      grid-template-columns: 1fr; 
      gap: 10px;
      max-width: 90%;
    }
  
    .grid-item {
      padding: 10px;
    }
  
    .grid-item img {
      width: 40px;
      height: 40px;
      margin-right: 10px;
    }
  
    .grid-item h2 {
      font-size: 1.1rem;
    }
  
    .grid-item p {
      font-size: 0.75rem;
    }
    .tam {
      width: 150px;
      height: 150px;
    }
    .sam {
      width: 100px;
      height: 100px;
    }
    .som {
      width: 50px;
      height: 50px;
    }
    .market-size h1 {
      font-size: 1.5rem;
    }
    .line {
      width: 60px;
    }
    .line-content {
      font-size: 0.75rem;
    }
    .label {
      font-size: 0.7rem;
    }
  }