/*
 * Custom translucent site header
 */

.site-header {
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #999;
  transition: ease-in-out color 0.15s;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
  position: absolute;
  right: -25%;
  bottom: 63%;
  width: 100%;
  height: 250px;
  background-image: url("img/gummies-heart.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* .product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background: url(img/gummies-heart.png);
} */

/*
 * Extra utilities
 */

.flex-equal > * {
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    flex: 1;
  }

  #toggler {
    display: none !important;
  }
}

.overflow-hidden {
  overflow: hidden;
}

.active {
  color: #fff !important;
}

.album .card {
  height: 100%;
  transition: all 0.5s;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.album .card:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  transition: all 0.5s;
}

.card-subtitle i {
  font-size: 4rem;
}

.checked {
  color: orange;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23343a40' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23343a40' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.carousel-control-prev {
  margin-left: -15%;
}

.carousel-control-next {
  margin-right: -15%;
}

.carousel-indicators {
  margin-bottom: -7%;
}

@media (max-width: 668px) {
  .container {
    max-width: 500px;
  }
}

@media (max-width: 600px) {
  .container {
    max-width: 420px;
  }
}

@media (max-width: 500px) {
  .container {
    max-width: 350px;
  }
}

@media (max-width: 416px) {
  .container {
    max-width: 300px;
  }
}

@media (max-width: 368px) {
  .container {
    max-width: 260px;
  }
}

#inside,
#benefits,
#reviews,
#faq,
#contact {
  display: none;
}

#dropdown-menu a {
  color: #343a40 !important;
}

.dropdown:hover #dropdown-menu {
  display: block;
  position: absolute;
  will-change: transform;
  top: 0px;
  left: 0px;
  transform: translate3d(0px, 31px, 0px);
}

footer img {
  width: 7.5rem;
}
