.pricing-table {
  margin-top: 50px;
}


.choice p {
    background: #00c4cc45;
    width: fit-content;
    padding: 5px 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin: auto;
}

.pricing-com {
  background: #00000040;
  border: 2px solid #777;
  border-radius: 5px;
}

.btn.btn-primary.btn-block.btn-light.mx-auto.text-center.d-block {
  border-radius: 10px;
  width: 85%;
}

/* Default styles for det-lg and det-sm */
#det-lg {
  display: block;
}

#det-sm {
  display: none;
}

/* Animation for glowing effect */
@keyframes glowing {
  0% {
    filter: drop-shadow(0 0 5px #00c4cc);
  }

  50% {
    filter: drop-shadow(0 0 20px #00c4cc);
  }

  100% {
    filter: drop-shadow(0 0 5px #00c4cc);
  }
}

@keyframes glowing2 {
  0% {
    filter: drop-shadow(0 0 3px #00c4cc);
  }

  50% {
    filter: drop-shadow(0 0 10px #00c4cc);
  }

  100% {
    filter: drop-shadow(0 0 3px #00c4cc);
  }
}

/* Apply animation to the logo */
.glow-logo2 {
  animation: glowing2 3s ease-in-out infinite;
  /* Adjust timing and animation as needed */
}

/* Apply animation to the logo */
.glow-logo {
  animation: glowing 3s ease-in-out infinite;
  /* Adjust timing and animation as needed */
}


.btn.btn-light.btn-join.play-animation {
  color: #fff;
  font-weight: normal !important;
  border: 0;
}

.card-body {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.status {
  font-weight: 100;
}

table {
  border-collapse: collapse;
  width: 100%;
}

.bg-dark {
  text-align: center;
}

th,
td {
  border: 1px solid #6c757d !important;
  padding: 8px;
  text-align: left;
}

.plan-label {
  font-weight: bold;
}

.td-bg {
  background: #222222;
  padding: 25px;
}

.choice p {
  color: #fff;
  font-weight: 600;
  font-variant: small-caps;
}

ul {
  list-style: none;
  font-variant: small-caps;
}

.features li:before {
  content: '✓ ';
  color: #00c4cc !important;
  font-weight: 900;
}

.col-12.col-lg-4.col-md-6.col-sm-6.mb-4.col-xl-4.col-xxl-3 {
  margin: 0px auto;
  margin-bottom: 0px;
}

.text-white.text-center.mb-4 {
  font-variant: small-caps;
  font-weight: 100;
}

h4 i,
h4 .fa.fa-diamond {
  right: 20px;
  position: absolute;
  font-size: 20px !important;
  top: 16px;
  rotate: 7deg;
  color: #00c4cc !important;
}

@keyframes wobble {
  0% {
    transform: rotate(0deg);
  }

  15% {
    transform: rotate(-5deg);
  }

  30% {
    transform: rotate(3deg);
  }

  45% {
    transform: rotate(-3deg);
  }

  60% {
    transform: rotate(2deg);
  }

  75% {
    transform: rotate(-2deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.pricing-table i {
  animation: wobble 4s infinite;
  /* 2 seconds for wobbling + 2 seconds for pausing */
  transform-origin: center;
}

/* Media query for screens under 1200px */
@media (max-width: 1200px) {
  .det-lg {
    display: none !important;
  }

  .det-sm {
    display: block !important;
  }
}

@media (max-width: 575px) {
  .choice p {
    margin-bottom: 0;
  }
}

@media (max-width: 450px) {
  .price-tab {
    width: 95% !important;
  }
}


.pricing-tables {
  justify-content: center;
}

.list-unstyled.my-5.text-small.text-left {
  text-align: left;
  justify-content: center;
  display: grid;
}

.btn-primary:hover {
  background: transparent !important;
  color: #00c4cc;
  margin: auto;
  text-align: center;
  height: auto;
  box-shadow: 0px 0px 10px #00c4cc !important;
  border: 2px solid #00c4cc !important;
  border-radius: 10px !important;
  transition: 0.6s;
}

.small-desc {
  width: 90%;
}

.btn-primary {
  color: #fff;
  transition: 0.5s;
  border: 2px solid #fff;
  background: transparent;
}

#pricingtableid {
  color: #fff;
  margin: 1% 0%;
}

.fa.fa-check {
  color: #00c4cc !important;
}

.p-5.rounded-lg.shadow:hover {
  transition: 0.6s;
  box-shadow: 0px 0px 10px #00c4cc !important;
}

.p-5.rounded-lg.shadow {
  background: #232c38;
}

.pricing-bg {
  background: #222;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid #777;
}

.small-desc {
  color: #fff;
  margin: auto;
  font-variant: small-caps;
  margin-bottom: 2rem;
}

.small-desc a:hover {
  color: #fff;
  transition: 0.5s;
}

.small-desc a {
  color: #00c4cc5e;
}