.pricing-container {
  margin: 0 auto;
  text-align: center;
  white-space: nowrap;
  padding-bottom: 40px;
}
.card {
  display: inline-block;
  position: relative;
  background: #edddd4;
  color: #283d3b;
  width: 400px;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
  padding-bottom: 20px;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 11px 26px 1px #000 4a, inset 0 -16px 90px #c44536 40;
}
.card h2 {
  margin: 0;
  width: 100%;
  font-size: 30px;
  background: #c44536;
  padding: 20px 0;
  color: #edddd4;
  box-shadow: inset 0px 5px 4px -4px #ecddd4 61;
}
.card h3 {
  margin: 20px 0;
  font-size: 60px;
  font-weight: bold;
  text-shadow: 3px 2px 2px #283d3b 38;
}
.card h3 span {
  font-size: 20px;
}
.card p {
  font-style: italic;
  margin: 0 0 30px 0;
}
.card ul {
  text-align: left;
  padding: 0 50px;
  margin: 0;
}
.card ul li {
  display: block;
  font-size: 20px;
  font-weight: bold;
}
.card ul li:not(:last-child) {
  margin-bottom: 10px;
}
.card ul li.aval::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  font-size: 20px;
  color: #197278;
  width: 40px;
  display: inline-block;
}
.card ul li.unaval::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00d";
  font-weight: 900;
  font-size: 20px;
  color: #c44536;
  width: 40px;
  display: inline-block;
}
.card .select {
  cursor: pointer;
  margin-top: 20px;
  padding: 10px 20px;
  border: none;
  font-weight: 700;
  background: #3e3e3e;
  color: #efefef;
  font-size: 15px;
  font-family: inherit;
  box-shadow: 0 8px 18px 4px #283d3b 4d;
}
.card .select::before {
  font-family: "Font Awesome 5 Free";
  content: "\f07a";
  font-weight: 900;
  margin-right: 15px;
}
.card-1,
.card-3 {
  position: relative;
  transform: scale(0.9);
}
.card-1 {
  left: 40px;
  margin-left: -60px;
  z-index: 0;
}
.card-1 h2 {
  background: #197278;
}
.card-2 {
  z-index: 1;
}
.card-3 {
  left: -40px;
  margin-right: -60px;
  z-index: 0;
}
.card-3 h2 {
  background: #781940;
}
.hot-badge::after {
  content: "HOT";
  position: absolute;
  background: linear-gradient(to right, #ffd400, #ffbc00);
  padding: 5px 54px;
  box-shadow: 0 0 5px 3px #715e00 6e;
  top: 17px;
  right: -46px;
  color: #5d4d00;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.creator-link:link,
.creator-link:visited {
  text-decoration: none;
  color: #d8d8d8;
  background: #2d2d2d;
  text-shadow: 0 1px 3px black;
  position: fixed;
  bottom: 40px;
  right: -54px;
  padding: 5px 0px;
  margin: 0 auto;
  width: 230px;
  text-align: center;
  display: block;
  font-size: 20px;
  font-family: "Nunito", sans-serif;
  margin-top: 50px;
  transform: rotateZ(-45deg);
  z-index: 10;
  transition: 150ms;
}
.creator-link:hover {
  background: #56251f;
  color: white;
}

@media only screen and (max-width: 1024px) {
  .pricing-container {
    transform: scale(0.8) !important;
  }
}

@media only screen and (max-width: 720px) {
  .pricing-container {
    transform: scale(1) !important;
  }
  .pricing-container .card {
    display: block;
    width: 90% !important;
    margin: 10px auto !important;
  }

  .card-3 {
    left: 0px !important;
    margin-right: 0px !important;
  }

  .card-1 {
    left: 0px !important;
    margin-left: 0px !important;
    z-index: 0;
  }

  .card-1,
  .card-3 {
    position: relative;
    transform: scale(1) !important;
  }

  .sec-title h2 {
    margin-bottom: 20px;
    font-size: 48px !important;
  }
}
