* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

ul {
  list-style: none;
}


/* body{
  font-family: Arial, Helvetica, sans-serif;
  background-color: #191b1d;
  color: white;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
} */

.top-banner {
  background-color: #bc1e4a;
  position: absolute;
  padding: 1.5rem 4rem;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  border-radius: 0 0 10px 10px;
}

p.current-plan {
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
}

p.plan-type {
  font-size: 1rem;
  font-weight: 900;
}

.container {
  text-align: center;
  width: 1100px;
  height: 60%;
}

h1.title {
  letter-spacing: 2px;
  margin-bottom: 1.5rem;
}

.toggle-switch{
    display: flex;
    height: 30px;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5rem;
}

.toggler{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 50px;
    height: 25px;
    background-color: #001eb496;
    border-radius: 25px;
    margin: 0 1rem;
    position: relative;
}

.toggler::before{
    content: "";
    width: 16px;
    height: 16px;
    background-color: white;
    position: absolute;
    border-radius: 50%;
    top:50%;
    transform: translateY(-50%);
    right:4px;
}

.toggler:checked:before{
    right: 55%;
}

.cards{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    height: 100%;
    text-shadow: 3px 3px 6px rgba(66, 68, 90, 1);
}

.card{
   height: 570px;
   width: 32%;
   /* background-color: #22262C;  */
   /* border-radius: 1.5rem;
   padding: 2rem;
   text-align: center; */
}

/* ------- start gradient backgrounds ----------- */

ul.card-plan li {
    font-size: 1.3rem;
}

.card {
    /* width: 220px;
    height: 370px;
    padding: 30px; */
    color: white;
    border-radius: 1.5rem !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
    box-shadow: 2px 2px 46px -4px rgba(0, 0, 0, 0.6);
    transition: all 0.2s ease-in-out;
    }

    /* // SPECIFIC STYLING FOR THE FIRST TABLE */
.card:nth-child(1) {
      background: #7f7fd5;
      background: linear-gradient(to left, #91eae4, #86a8e7, #7f7fd5);
    }

    /* // SPECIFIC STYLING FOR THE SECOND TABLE */
.card:nth-child(2) {
      /* margin: 0 30px; */
      z-index: 2;
      /* width: 250px;
      height: 400px; */
      background: #ff416c;
      background: linear-gradient(to right, #ff4b2b, #ff416c);
      /* .price {
        &::before {
          content: "$50";
        }
      } */
    }

    /* // SPECIFIC STYLING FOR THE THIRD TABLE */
.card:nth-child(3) {
      background: #00b09b;
      background: linear-gradient(to right, #96c93d, #00b09b);
      /* .price {
        &::before {
          content: "$100";
        }
      } */
    }

    /* // SPECIFIC STYLING FOR THE FIRST AND LAST TABLE */
/* .card:nth-child(1), .card:nth-child(3) {
    
      .price {
        font-size: 6rem;
      }

      .buy-button {
        width: 230px;
        height: 170px;
        h3 {
          top: 12%;
          left: 10%;
          font-size: 1rem;
        }
      }
    } */

    /* // TYPE OF SUBSCRIPTION */
    .type {
      margin-top: 30px;
      letter-spacing: 0.1rem;
    }


/* ------- end gradient backgrounds ----------- */

.box_shadow3 {
    -webkit-box-shadow: 3px 3px 15px 1px rgba(66, 68, 90, 1);
    -moz-box-shadow: 3px 3px 15px 1px rgba(66, 68, 90, 1);
    box-shadow: 3px 3px 15px 1px rgba(66, 68, 90, 1);
}

.card-title{
    font-size: 1.5rem;
    /* font-weight: bold; */
    margin-bottom: 1rem;
}

.card-price{
    font-size: 3rem;
    text-align: center;
}

h2>span{
    font-size: 1rem;
}

#card-3 .card-price{
    font-size: 2rem;
} 

#card-1 .card-price{
    margin-bottom: 4rem;
}
.card ul{
    text-align: left;
    font-size: 0.9rem;
    /* font-weight: lighter; */
}

.card ul li:before{
    content:"•";
    margin-right: 0.5rem;
    color:#ffffff;
    font-size: 1.5rem;
}

.card ul li{
    margin-bottom: 0.5rem;
}

.card-btn{
    margin-top: 0.5rem;
    width: 60%;
    background-color: #0016ba;
    border: 1px solid #ffffff !important;
    color:white;
    font-size: 2rem !important;
    padding: 0.2rem;
    border-radius: 10px !important;
    -webkit-box-shadow: 3px 3px 15px 1px rgba(66, 68, 90, 1);
    -moz-box-shadow: 3px 3px 15px 1px rgba(66, 68, 90, 1);
    box-shadow: 3px 3px 15px 1px rgba(66, 68, 90, 1);
}

#card-1 .card-btn:hover, 
#card-3 .card-btn:hover, 
.active .card-btn
{
    background-color: #bc1e4a;
}

#maus{
  background: transparent;
  color:white;
  border-color: #545c5c;
  margin-top: 1rem;
  width: 100%;
  padding: 1rem 2rem;
  font-size: 1rem;
  border-radius: 5px;
}

option{
    font-size: 1.2rem;
    background-color: #333;
}

.note{
    color:#bc1e4a;
    font-size: 0.75rem;
    text-align: left;
    display: block;
    margin-top: 5px;
}

/* #card-2 ul{
    margin-top: 3rem;
} */

/* #card-3 ul{
    margin-top: 7.5rem;
} */

@media (max-width:1112px){
    .cards{
        justify-content: center;
    }

    .card{
        width: 40%;
    margin: 2rem;
    }
}

@media (max-width:848px){
    .card{
        width:50%
    }
}

@media (max-width:674px){
    .top-banner{
        width: 70%;
    }
    .card{
        width: 70%;
    }
}

@media (max-width:500px){
    .top-banner{
        width: 90%;
    }



    .card{
        width: 90%;
    }
}