a {
  color: #42a2e3 ;
}
.action:hover {
  background-color: #42a2e3 !important;
  border: 4px solid #42a2e3 !important;
}
.action.featured {
  color: #fff;
  border: 4px solid #fff;
  border-radius: 2rem;
}
.bg-special {
  background-color: #42a2e3  !important;
  --bs-nav-link-color: #212529;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #222225;
  font-size: 1.1rem;
}
blockquote {
  border-left: 3px solid #42a2e3;
  margin: 0.2rem 0;
  padding: 0.5rem;
}
body {
  background-color: #4D5154;
  color: #cacaca;
  font-family: 'Poppins', sans-serif;
}
button.action.featured {
  background-color: #212529;
  font-size: 1.25rem;
}
.category{
  margin: 0.5rem;
}
.col-md-24 {
  width: 10%;
}
.dark-bg {
  background-color: #222225;
}
.disabled {
  opacity: 0.5;
}
.featured, .category{
  border: 5px solid #43474A;
  color: #fff;
  font-weight: bold;
  display: inline;
  text-align: center;
  width: auto;
}
.featured:not(.selected):hover, .category.selected{
  border: 5px solid #212529;
  background-color: #212529;
  cursor: pointer;
  display: inline;
  width: auto;
}
.featured.selected {
  color: #cacaca;
}
.flash {
  width: 100%;
  background-color: #222225;
  border-style: solid;
  padding: 10px;
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 10px;
}
.flash.warning, .flash.alert {
  color: #ff4949;
  border-color: grey;
}
.flash.success, .flash.notice {
  color: #fff;
  border-color: #42a2e3 ;
}
.blue {
  color: #42a2e3 ;
}
.light-bg {
  background-color: #fff;
}
.li {
  margin: 0.2rem 0.25rem;
  padding: 0.5rem 2rem;
  border-bottom: 3px solid #EEE;
}
.li:hover, .li.active {
  border-bottom: 3px solid #42a2e3 ;
  cursor: pointer;
}
.li:hover, .li.active {
  color: #42a2e3 ;
}
.mb-6 {
  margin-bottom: 6rem;
}
.mt-6 {
  margin-top: 6rem;
}
.my-6 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.nav-link:hover {
  color: black;
}
.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #42a2e3 ;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 4px;
}
.owl-carousel {
  position: relative;
}
.owl-carousel .wrapover {
  position: relative;
  display: inline-block;
}
.owl-carousel .about-video {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  padding-left: 2rem;
  padding-right: 2rem;
  color: white;
  text-align: center;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.owl-carousel .wrapover:hover .about-video {
  opacity: 1;
  cursor: pointer;
}
.owl-carousel img {
  width: 100%;
  height: auto;
  display: block;
}
.pb-6 {
  padding-bottom: 6rem;
}
.pt-6 {
  padding-top: 6rem;
}
.py-6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.purchase {
  line-height: 1.5;
  cursor: pointer;
  background-color: #212529;
  border-color: transparent;
  text-transform: uppercase;
  color: #FFF;
  padding: 0.8rem 2rem;
}
.purchase:hover {
  background-color: #6e6e6e;
}
.purple {
  color: #8e62e9;
}
.purple-special {
  background-color: #8e62e9 !important;
}
select.bg-special {
  background-color: #212529 !important;
  color: #fff !important;
  border: 4px solid #42a2e3  !important;
  padding: 0.7rem 1.1rem;
  width: unset;
}
.testimonial.header {
  font-weight: 700;
  font-size: 2.2rem;
}
.testimonial {
  line-height: 1.8;
  font-size: 1.5rem;
  color: #212529;
  text-align: center;
}
.testimonial:not(.header, .source) {
  font-family: 'Playfair Display', serif;
}
.testimonial.source {
  font-weight: 800;
  font-size: 0.9rem;
}
ul.nav {
  display: inline-flex;
}
.ul {
  border-right: 3px solid #EEE;
  margin: 0.2rem 0;
  padding: 0.5rem;
}
.ul:hover, .ul.active {
  border-right: 3px solid #42a2e3 ;
  cursor: pointer;
}
.ul i {
  color: #42a2e3 ;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0.5rem;
  font-size: .8rem;
}
.white-special {
  background-color: #f2f2f2 !important;
}
.form-select {
  --bs-form-select-bg-img: url(
    "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'\
    viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white'\
    stroke-linecap='round' stroke-linejoin='round' stroke-width='2'\
    d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
