.main-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  font-weight: 700;
  margin: 0;
}
.list {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  gap: 1rem;
  margin-top: 2rem;
  border: 1px solid #000;
  border-radius: 3rem;
  padding: 0.5rem;
}
.list-content {
  padding: 0.3rem 1rem;
  cursor: pointer;
}
.list-content:hover {
  border: 1px solid #295b6a;
  border-radius: 2rem;
  background: #ffde81;
}
.active {
  border: 1px solid #295b6a;
  border-radius: 2rem;
  background: #ffde81;
}

.card {
  width: 70%;
  margin: auto;
  margin-bottom: 2rem;
  border: 1px solid #000;
  padding: 1rem;
  border-radius: 32px;
}
.card {
  background-color: #fdfdf5 !important;
}
.card-section h6 {
  color: #c2262a;
}

.section1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section21 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section22 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.cost-section h2,
.cost-section p {
  font-weight: 900;
}
.start-btn {
  width: 50%;
  border-radius: 73px;
  font-size: 1.3rem;
  padding: 0.7rem;
  background: #ffde81;
}
.start-btn:hover {
  background: #fdcf52;
  color: #000;
}

.btn.start-btn.btn-outline-dark:focus {
  box-shadow: none;
  background: rgb(253, 210, 91);
  color: inherit;
}
.app-logo {
  width: 51.4px;
  height: 51.4px;
}

@media screen and (max-width: 640px) {
  .main-heading {
    font-size: 30px;
  }
  .card-section {
    width: 100%;
  }
  .card {
    width: 95%;
    justify-content: center;
    align-items: center;
  }
  .section22 {
    flex-direction: column;
  }
  .start-btn {
    width: 100%;
  }
}
@media screen and (max-width: 475px) {
  .main-heading {
    font-size: 25px;
  }
}
@media screen and (max-width: 460px) {
  /* .card {
        width: 95%;
        justify-content: center;
        align-items: center;
    } */
  .section21 {
    width: 90vw;
    justify-content: space-between;
  }
  .cost-section p {
    font-size: 15px;
  }
  .cost-section1 p {
    font-size: 15px;
  }
}
