@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;700&display=swap");
.packs-section {
  width: 100%;
  max-width: 100vw;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  font-family: "Nunito Sans", Arial, sans-serif;
  background: rgba(0, 96, 188, 0.06);
}

.packs-header {
  width: 100%;
  max-width: 100vw;
  position: relative;
  display: flex;
  flex-direction: row;
  font-family: "Nunito Sans", Arial, sans-serif;
  align-items: center;
  justify-content: center;
}
.packs-header img {
  margin-right: -32px;
  z-index: 3;
}
@media (max-width: 768px) {
  .packs-header img {
    transform: scale(0.8);
    margin-right: -25px;
  }
}

.packs-header-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 3px;
  width: 100%;
  background: #00abdc;
  z-index: 1;
  font-family: "Nunito Sans", Arial, sans-serif;
}

.polygon-right {
  position: absolute;
  top: 50%;
  right: -4px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  z-index: 2;
}

.polygon-left {
  position: absolute;
  top: 50%;
  left: -4px;
  transform: translateY(-50%) rotate(180deg);
  width: 30px;
  height: 30px;
  z-index: 2;
}

.packs-header-title {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 521px;
  height: 47px;
  gap: 10px;
  padding: 17px 86px;
  border-radius: 80px;
  background: linear-gradient(to right, #00abdc 0%, #005c76 100%);
  margin-top: 8px;
  font-family: "Audiowide", Arial, sans-serif !important;
}

.subheading {
  font-size: 32px;
  font-weight: 800;
  color: #545454;
  text-align: center;
}

@media (max-width: 768px) {
  .subheading {
    font-size: 24px;
  }
}

.tarif-cards-section {
  width: 100%;
  max-width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Nunito Sans", Arial, sans-serif;
}

.packs-header-title p {
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  font-family: "Audiowide", Arial, sans-serif !important;
  text-align: center !important;
}

@media (max-width: 768px) {
  .packs-header-title {
    width: auto;
    max-width: 90%;
    height: 40px;
    padding: 10px 30px;
  }
  .packs-header-title p {
    font-size: 18px;
  }
}

.packs-section *:not(.packs-header-title) {
  font-family: "Nunito Sans", Arial, sans-serif;
}

.packs-cards {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  margin-top: 40px;
}

.pack-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 360px; /* Increased from 269px */
  padding: 29px 20px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.25), inset 0px 6px 4px rgba(0, 171, 220, 0.6), inset 1px 0px 4px rgba(0, 171, 220, 0.6), inset -1px 0px 4px rgba(0, 171, 220, 0.6);
  font-family: "Nunito Sans", Arial, sans-serif;
  position: relative;
  min-height: 720px;
}

.pack-card-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px; /* Reduced from 23px */
  width: 280px; /* Increased from 229px */
}

.pack-card-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 77px;
  height: 77px;
  padding: 16px 8px;
}

.pack-card-icon img {
  width: 77px;
  height: 77px;
}

.pack-card-title {
  font-size: 24px;
  font-weight: 700;
  color: #545454;
  text-align: left;
  margin: 0;
  text-transform: capitalize;
}

.pack-card-details {
  display: flex;
  flex-direction: column;
  gap: 10px; /* Reduced from 12px */
  margin-top: 12px;
  width: 260px; /* Increased from 201px */
}

.pack-card-detail {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pack-card-detail-icon {
  width: 16px;
  height: 12px;
}

.pack-card-detail-text {
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  text-align: left;
}

.pack-card-detail-text.available {
  color: #22c55e; /* Green for available */
}

.pack-card-detail-text.unavailable {
  color: #5f5f5f; /* Red for unavailable */
  text-decoration: line-through;
  opacity: 0.7;
}

.tarif-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  width: 90%;
}

.pack-card-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 23px;
}

.pack-card-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 77px;
  height: 77px;
  padding: 16px 8px;
}
.pack-card-icon img {
  width: 77px;
  height: 77px;
}

.pack-card-title {
  font-size: 24px;
  font-weight: bolder;
  color: #545454;
  text-align: left;
  margin: 0;
  text-transform: capitalize;
}

.pack-card-price {
  font-family: "Audiowide", Arial, sans-serif !important;
  font-size: 28px;
  font-weight: bolder;
  text-align: center;
  color: #000;
  margin: 0 0 12px 0;
}
.pack-card-price span {
  font-size: 18px;
  font-weight: 400;
}

.pack-card-details {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
}

.pack-card-detail {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pack-card-detail-icon {
  width: 16px;
  height: 12px;
}

.pack-card-detail-text {
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  text-align: left;
}

.pack-card-btn {
  margin-top: 24px;
}/*# sourceMappingURL=packs.css.map */