.container {
  max-width: 960px;
}

/*
 * 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: 0%;
  bottom: -33%;
  width: 100%;
  height: 560px;
  background-image: url("img/gummies-upright.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(0.8);
}

/* .product-device-2 {
  top: 50%;
  right: auto;
  left: 5%;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  background-size: contain;
  width: 1060px;
  background-image: url("img/gummies-upright.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;
  }
}

@media (max-width: 895px) {
  .section-1-text {
    margin-bottom: 10rem !important;
  }
}

.overflow-hidden {
  overflow: hidden;
}

.section-1-text {
  z-index: 99;
  margin-bottom: 12rem !important;
}

.amazon-link {
  font-size: 1.2rem;
}

.btn-link i {
  margin-left: 0.5rem;
}

footer img {
  width: 7.5rem;
}

.flip-card {
  background-color: transparent;
  width: 15rem;
  height: 15rem;
  perspective: 1000px;
  margin: 15px 15px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  margin: 0 auto !important;
}

.flip-card-back {
  transform: rotateY(180deg);
}

@media (max-width: 1260px) {
  .flip-card {
    width: 12.5rem;
    height: 12.5rem;
  }

  .card-body h1 {
    font-size: 2rem;
  }
}

@media (max-width: 1100px) {
  .flip-card {
    width: 10rem;
    height: 10rem;
  }

  .card-body h1 {
    font-size: 1.5rem;
  }

  .section-1-text {
    margin-bottom: 7rem !important;
  }
}

#benefits-lead {
  width: 85%;
}

@media (max-width: 940px) {
  .flip-card {
    width: 7.5rem;
    height: 7.5rem;
  }

  #benefits-lead {
    width: 100%;
  }

  .card-body h1 {
    font-size: 1.25rem;
  }
}

@media (max-width: 780px) {
  .flip-card {
    width: 7rem;
    height: 7rem;
  }
}

@media (max-width: 768px) {
  .section-1-text {
    margin-bottom: 0 !important;
  }

  .card-deck {
    flex-flow: row wrap !important;
    margin-right: -15px !important;
    margin-left: -15px !important;
    margin-bottom: 2rem !important;
  }

  .ingredients,
  .benefits,
  .reviews {
    width: 100% !important;
  }
}

.checked {
  color: orange;
}

.active {
  color: #fff !important;
}

.btn-more {
  color: #f8f9fa;
}

.btn-more:hover {
  color: #fff;
}

#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);
}

#inside,
#benefits,
#reviews,
#faq,
#contact {
  display: none;
}
