.card {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 8px;
}
.card-icons {
    border-radius: 15px;
}
.card-icons .card-img-top {
    border-radius: 13px;
}

.my-container {
    position: relative;
    text-align: center;
    color: white;
}
.my-centered {
    position: absolute;
    width: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #002C69;
}
.my-centered h2 {
    font-weight: bold;
    font-family: myFirstFont, Serif;
}
.my-display-none {
    display: none;
}

.nav.nav-tabs .nav-item .nav-link.active {
  background: transparent;
}
@media only screen and (max-width: 768px) {
    .carousel-inner .carousel-item img {
        height: 190px;
    }
    .card .main {
        height: 115px;
    }
    .my-centered h2 {
        font-size: 17px;
    }
    .my-centered img {
        width: 40px;
    }
}
@media only screen and (min-width: 1024px) {
    .carousel-inner .carousel-item img {
        height: 500px;
    }
    .my-centered h2 {
        font-size: 50px;
    }
    .my-centered img {
        width: 90px;
    }
}
.accordion {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 20px;
    margin: 20px 10px;
    box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);
    background: #fff;
    display: flex;
    flex-direction: column;
    text-align: center;
    transition: 0.3s;
    cursor: pointer;
    border-radius: 10px;
  }
  
  .testimonials .testimonial-item img {
    border-radius: 10px;
  }
  
  
  .testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0 auto;
  }
  
  .testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #111;
  }
  
  .testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0;
  }
  
  .testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px auto;
  }
  
  .testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
  }
  
  .testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #4154f1;
  }
  
  .testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #4154f1;
  }
  
  .testimonials .swiper-slide {
    opacity: 0.3;
  }
  
  @media (max-width: 1199px) {
    .testimonials .swiper-slide-active {
      opacity: 1;
    }
  
    .testimonials .swiper-pagination {
      margin-top: 0;
    }
  }
  
  @media (min-width: 1200px) {
    .testimonials .swiper-slide-next {
      opacity: 1;
      transform: scale(1.12);
    }
  }

  .badge-inverse-success {
    color: #05a34a;     
    background-color: rgba(5, 163, 74, 0.2);
    background-image: none;
    border-color: rgba(5, 163, 74, 0);
    padding: 0.3rem 0.8rem;
    font-size: 0.7em;
}
.badge-inverse-info {
  color: #66d1d1;     
  background-color: rgba(102, 209, 209, 0.2);
  background-image: none;
  border-color: rgba(102, 209, 209, 0);
  padding: 0.3rem 0.8rem;
  font-size: 0.7em;
}
.badge-inverse-danger {
    color: #ff3366;   
    background-color: rgba(255, 51, 102, 0.2);
    background-image: none;
    border-color: rgba(255, 51, 102, 0);
    padding: 0.3rem 0.8rem;
    font-size: 0.7em;
}

.featured-check-in {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  color: #08da4e;
  background: #cffddf;
  border-color: #08da4e;
}
.featured-registered {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  color: #66d1d1;
  background: #E0F6F6;
  border-color: #66d1d1;
}