@import url(https://fonts.googleapis.com/css?family=Nunito);
.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: middle;
}

/* 3 items */
.horizontal-timeline-3 .items {
  border-top: 3px solid #e9ecef;
}

.horizontal-timeline-3 .items .items-list {
  display: block;
  position: relative;
  text-align: center;
  padding-top: 70px;
  margin-right: 0;
}

.horizontal-timeline-3 .items .items-list:before {
  content: "";
  position: absolute;
  height: 36px;
  border-right: 2px dashed #dee2e6;
  top: 0;
}

.horizontal-timeline-3 .items .items-list .event-date {
  position: absolute;
  top: 36px;
  left: 0;
  right: 0;
  width: 30px;
  margin: 0 auto;
  font-size: 0.9rem;
  padding-top: 8px;
}

@media (min-width: 1140px) {
  .horizontal-timeline-3 .items .items-list {
    vertical-align: text-top;
    display: inline-block;
    width: 32%;
    padding-top: 45px;
  }

  .horizontal-timeline-3 .items .items-list .event-date {
    top: -40px;
  }
}
/* 4 items */
.horizontal-timeline-4 .items {
  border-top: 3px solid #e9ecef;
}

.horizontal-timeline-4 .items .items-list {
  display: block;
  position: relative;
  text-align: center;
  padding-top: 70px;
  margin-right: 0;
}

.horizontal-timeline-4 .items .items-list:before {
  content: "";
  position: absolute;
  height: 36px;
  border-right: 2px dashed #dee2e6;
  top: 0;
}

.horizontal-timeline-4 .items .items-list .event-date {
  position: absolute;
  top: 36px;
  left: 0;
  right: 0;
  width: 30px;
  margin: 0 auto;
  font-size: 0.9rem;
  padding-top: 8px;
}

@media (min-width: 1140px) {
  .horizontal-timeline-4 .items .items-list {
    vertical-align: text-top;
    display: inline-block;
    width: 23%;
    padding-top: 45px;
  }

  .horizontal-timeline-4 .items .items-list .event-date {
    top: -40px;
  }
}
/* 5 items */
.horizontal-timeline-5 .items {
  border-top: 3px solid #e9ecef;
}

.horizontal-timeline-5 .items .items-list {
  display: block;
  position: relative;
  text-align: center;
  padding-top: 70px;
  margin-right: 0;
}

.horizontal-timeline-5 .items .items-list:before {
  content: "";
  position: absolute;
  height: 36px;
  border-right: 2px dashed #dee2e6;
  top: 0;
}

.horizontal-timeline-5 .items .items-list .event-date {
  position: absolute;
  top: 36px;
  left: 0;
  right: 0;
  width: 30px;
  margin: 0 auto;
  font-size: 0.9rem;
  padding-top: 8px;
}

@media (min-width: 1140px) {
  .horizontal-timeline-5 .items .items-list {
    vertical-align: text-top;
    display: inline-block;
    width: 19%;
    padding-top: 45px;
  }

  .horizontal-timeline-5 .items .items-list .event-date {
    top: -40px;
  }
}
.cardcontainer {
  position: relative;
  width: 400px;
  height: 250px;
  margin: 10px;
  margin: 0 auto;
  /* Set the depth of the elements */
  -o-perspective: 800px;
  perspective: 800px;
}

.membershipcard {
  width: 100%;
  height: 100%;
  position: absolute;
  line-height: normal;
  /* Set the transition effects */
  transition: transform 0.4s;
  transform-style: preserve-3d;
}

.animation {
  transition: all 0.3s ease;
}

.membershipcard.flipped {
  transform: rotateY(180deg);
}

.membershipcard .front,
.membershipcard .back {
  display: block;
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: 15px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  visibility: visible;
  backface-visibility: hidden;
  box-shadow: 3px 5px 20px 2px rgba(0, 0, 0, 0.25);
}

.membershipcard .front {
  background: #fff;
  background-image: url(/images/card-front.jpg);
}

.membershipcard .back {
  background: #fff;
  background-image: url(/images/card-back.jpg);
  transform: rotateY(180deg);
}

@media screen and (max-width: 576px) {
  .cardcontainer {
    transform: rotate(90deg);
    margin: 90px auto;
    padding-top: 14px;
  }
}
.tagline {
  position: relative;
  display: flex;
  height: 10px;
  justify-content: center;
  font-family: "Gill Sans", sans-serif;
  font-size: 14px;
}

.mn {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 28px 25px 6px;
  font-size: 16px;
  font-family: "cc font", monospace;
}

.card-number {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px 25px 10px;
  font-size: 23px;
  font-family: "cc font", monospace;
}

.end {
  margin-left: 25px;
  text-transform: uppercase;
  text-align: left;
  margin: 0px 25px;
  font-family: "cc font", monospace;
  color: rgba(255, 255, 255, 0.8);
}

.end .end-text {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}

.card-holder {
  margin: 10px 25px;
  text-transform: uppercase;
  font-family: "cc font", monospace;
  color: rgba(255, 255, 255, 0.8);
}

.text {
  margin: 4px 10px 0px 10px;
  position: relative;
  display: flex;
  justify-content: left;
  font-family: "Gill Sans", sans-serif;
  font-size: 12px;
}

.website {
  margin: 6px 0px 0px 10px;
  position: relative;
  display: flex;
  justify-content: left;
  font-family: "Gill Sans", sans-serif;
  font-size: 14px;
  color: #0f33a9;
}

.expired {
  margin: 0px 20px;
  font-family: "Gill Sans", sans-serif;
  color: white;
  background-color: red;
  font-size: 14px;
}

.pic {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: flex;
  align-items: center;
}

.pic img {
  height: 100px;
}

.qrcode {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: flex;
  align-items: center;
}

.object_fit {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.btn-search {
  margin-top: 12px;
  margin-bottom: 12px;
}

.hidden {
  display: none !important;
}
