/* HOME: Vertical Sroller */
.vertical-scroller {
  position: relative;
  width: 650px;
  height: 115px;
  margin: 0 auto;
}
.v-window {
  overflow: hidden;
  position: relative;
  height: 115px;
  margin: 0 auto;
  width: 100%;
}
#vertical_scroller {
  height: 10000px;
  position: relative;
}
.scroll-item {
  height: 115px;
  width: 100%;
  position: absolute;
  top: 0;
  text-align: center;
}
.scroll-item:last-child {
  height: 115px;
  width: 100%;
  position: absolute;
  top: 115px;
}
.scroll-item .line {
  width: 0;
  border-bottom: 1px solid;
  margin: 18px auto 0 auto;
  transition-delay: 1s;
  transition: ease-in width .5s ;
}
.scroll-item.transitioned .line {
  width: 188px;
}

/* Banner */
.notice-banner {
  background-color: #C985FF;
  color: #17141f;
  padding: 10px;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
}
/* Overrides if notice banner exists */
.has-banner header.sticky-header.fixed {
  min-height: 106px;
  max-height: 160px;
  height: auto;
}
.has-banner section#how-it-works {
  padding-top: 80px !important;
}
.has-banner #our-products {
  padding-top: 100px;
}
.has-banner #contact {
  padding: 150px 0 100px 0;
}

/* Special Offer */
.special-offer {
  display: flex;
  align-items: center;
  background-color: #2F273F;
  width: 100%;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.packaging .radial-highlight {
  width: 230px;
  height: 230px;
  position: absolute;
  left: 10%;
  top: 70px;
  background: radial-gradient(ellipse at center, #746da0, #6f6195);
}
.packaging {
  width: 40%;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.special-offer-copy {
  width: 60%;
}
.special-offer-copy a.button {
  margin: 0 auto;
  line-height: 40px;
  height: 40px;
  text-align: center;
}
.special-offer-copy .eyebrow {
  font-size: 17px;
  padding-bottom: 15px;
}
.special-offer-copy-buttons {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
.special-offer-label {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 3;
}
/* HOME: CAROUSEL */
.carousel {
justify-content: flex-start;
overflow: hidden;
padding: 0 0 20px 0;
position: relative;
width: 300px;
  margin: 0 auto;
}

.carousel > .container {
display: flex;
flex-direction: row;
  align-content: space-between;
  gap: 0 30px;
transform: translate3d(0, 0, 0);
transition: transform 600ms;
}

.carousel > nav {
  bottom: 0;
  left: 0;
  position: absolute;
  text-align: center;
  width: 300px;
  z-index: 1;
}

.carousel > nav a {
color: #fff;
font-size: 14px;
opacity: .2;
text-decoration: none;
}

.carousel > nav a:hover {
opacity: .5;
}

.carousel > nav a.current {
opacity: 1;
}

.carousel .slide {
flex-shrink: 0;
line-height: 1.4;
text-align: center;
width: 300px;
}

.carousel .video-wrap {
overflow:hidden;
height:200px;
width:200px;
min-width: 200px;
overflow: hidden;
border-radius:100px;
position:relative;
margin: 0 auto;
-webkit-transform: translateZ(0);
}

.carousel .video-wrap video {
position:relative;
z-index:unset;
left:-100px;
}

.carousel .slide h3 {
color: #D9B681;
padding: 15px 0 8px 0;
font-size: 20px;
}

.carousel .slide p {
font-size: 14px;
}

.main-content section.yt-video-section {
display: flex;
justify-content: space-evenly;
align-items: center;
padding-top: 50px;
}

.main-content section.yt-video-section h2 {
max-width: 300px;
color: #D9B681;
}
.main-content section#home {
margin-bottom: 0;
}

#yt_video_iframe_wrapper {
position: absolute;
width: 80%;
height: 75%;
top: 0;
left: 10%;
z-index: 10001;
}
#close_video_iframe {
position: absolute;
right: -30px;
cursor: pointer;
}

/* INQUIRY / REDEEM MODAL */
#inquiryModal .modal-body, #redeemModal .modal-body {
padding: 32px;
max-height: 440px;
overflow-y: auto;
scrollbar-color: rgb(255 165 0 / 0%) rgb(255 165 0 / 0%);
scrollbar-width: thin;
}
#redeemModal .modal {
width: 1048px;
}
#redeemModal .modal-body, #redeemModal .modal-content {
padding: 0px;
}
#redeemModal .elite-banner .banner-right-col {
background-color: #2F273F;
}

#redeemModal .elite-banner {
display: flex;
max-width: 1048px;
padding-left: 0;
padding-right: 0;
margin: 0 0 0 0;
}

#redeem-modal-button {
width: 45px;
padding: 0px;
height: 45px;
line-height: 45px;
text-align: center;
background-color: #D9B681;
color: #181717;
position: fixed;
bottom: 15px;
z-index: 4;
font-size: 14px;
left: 70px;
border-radius: 50%;
border: none;
}
#redeem-modal-button.pulse-element {
background-color: #D9B681;
animation: pulse-element 2s;
}

@keyframes pulse-element {
0% {
  background-color: #D9B681;
}
100% {
  background-color: #FF4136;
}
}

/* AJD CUSTOM CAROUSEL */
.ajd-carousel {
margin: 90px auto 80px auto;
max-width: 950px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
height: 534px;
}
.ajd-carousel-flex-col {
display: flex;
flex-direction: column;
height: 534px;
}
.animated-cards {
margin-left: 80px;
width: 530px;
position: relative;
}

.card-item {
z-index: 0;
opacity: 1;
height: 400px;
position: absolute;
top: 70px;
text-align: center;
  -webkit-transition:top 0.6s ease, height 0.6s ease, left 0.6s,z-index 0.1s, opacity 0.6s;
transition:top 0.6s ease, height 0.6s ease, left 0.6s,z-index 0.1s, opacity 0.6s;
}

.card-item[data-position="left"] {
left: 0px;
height: 400px;
top: 70px;
z-index: 0;
opacity: .5;
}
.card-item[data-position="center"] {
left: 116px;
top: 0;
height: 534px;
z-index: 2;
opacity: 1;
}
.card-item[data-position="right"] {
left: 300px;
height: 400px;
top: 70px;
z-index: 1;
opacity: .5;
}
.card-item[data-position="left-prev"] {
left: 0px;
height: 400px;
top: 70px;
z-index: 0;
opacity: .5;
}
.card-item[data-position="center-prev"] {
left: 116px;
top: 0;
height: 534px;
z-index: 2;
opacity: 1;
}
.card-item[data-position="right-prev"] {
left: 300px;
height: 400px;
top: 70px;
z-index: 1;
opacity: .5;
}

.selected-card-content {
margin-left: 30px;
width: 300px;
display: flex;
flex-direction: column;
justify-content: center;
}

.card-content {
display: none;
}

.card-content.active-card {
display: flex;
flex-direction: column;
height: 300px;
justify-content: center;
}

.card-content h3 {
color: #D9B681;
font-size: 40px;
line-height: 48px;
max-width: 284px;
}

.card-content p {
padding-top: 20px;
max-width: 284px;
}

.ajd-carousel-buttons {
position: absolute;
top: 45%;
z-index: 4;
}

img#prev, img#next {
position: absolute;
left: 78px;
display: inline-block;
width: 48px;
margin: 8px 5px 0 0;
height: 48px;
line-height: 40px;
cursor: pointer;
}
img#prev:hover, img#next:hover {
background-color: rgb(47 39 63 / 74%);
border-radius: 24px;
}

img#next {
left: 400px;
}

.main-content section.faux-parallax {
max-width: 950px;
  background-position: center;
  background-attachment: fixed;
  background-image: url(../images/solutions-bkg.png);
  background-repeat: no-repeat;
}
.faux-parallax-row {
height: 600px;
display: flex;
align-items: center;
justify-content: space-between;
margin: 60px auto 120px auto;
}
.faux-parallax h2 {
font-size: 32px;
line-height: 38px;
margin-bottom: 30px;
}

.square-video-wrapper {
max-width: 440px;
max-height: 440px;
border-radius: 15px;
overflow: hidden;
margin: 0 30px;
}
.faux-parallax-copy {
width: 440px;
}

.square-video-wrapper video {
margin-top: -110px;
}

ol.scan-bump-done {
margin-left: 72px;
}

ol.scan-bump-done li:first-child, ol.scan-bump-done li:last-child {
border-left: 1px solid transparent;
padding-bottom: 0px;
padding-top: 0px;
}
ol.scan-bump-done li {
display: flex;
margin-left: -36px;
align-items: center;
padding: 30px 0px;
border-left: 1px solid #D9B681;
}
ol.scan-bump-done li h4 {
color: #D9B681;
font-size: 24px;
line-height: 30px;
}
ol.scan-bump-done li img {
margin-right: 20px;
margin-left: -36px;
background-color: #17141f;
border-radius: 36px;
}

.elite-banner {
display: flex;
max-width: 1050px;
padding-left: 15px;
padding-right: 15px;
margin: 26px auto 60px auto; 
}

.elite-banner .banner-content-wrapper {
padding: 30px;
}

.elite-banner ul {
list-style: disc;
padding-left: 30px;
padding-top: 20px;
}

.elite-banner a.button {
width: 80px;
margin: 0 auto;
line-height: 40px;
height: 40px;
display: block;
text-align: center;
margin: 8px 0px;
background-color: #D9B681;
color: #17141F;
}

.elite-banner h3 {
font-size: 40px;
line-height: 48px;
padding-top: 20px;
padding-bottom: 30px;
}

.elite-banner .banner-left-col {
width: 50%;
min-height: 250px;
background-image: url("../images/premium-elite-banner-bkg.jpg");
background-repeat: no-repeat;
background-size: cover;
border-radius: 10px 0px 0px 10px;
display: flex;
flex-direction: column;
justify-content: center;
}
.elite-banner .banner-right-col {
width: 50%;
min-height: 250px;
background-color: black;
border-radius: 0px 10px 10px 0px;
display: flex;
flex-direction: column;
justify-content: center;
}

@media screen and (max-width: 800px) {
.elite-banner {
  display: block;
  padding-top: 40px;
}
.elite-banner h3 {
  font-size: 30px;
  line-height: 38px;
  padding-top: 20px;
  padding-bottom: 30px;
}
.elite-banner .banner-left-col .banner-content-wrapper {
  text-align: center;
  padding: 10px 30px;
}
.elite-banner .banner-left-col {
  width: 100%;
  border-radius: 10px 10px 0 0;
  flex-direction: column;
  justify-content: center;
  min-height: auto;
}
.elite-banner .banner-right-col {
    width: 100%;
    border-radius: 0 0 10px 10px;
    flex-direction: column;
    justify-content: center;
}
.elite-banner a.button {
  margin: 0 auto !important;
}
}

/* Ported over from home page */
.justify-center {
justify-content: center;
}
.carousel-card {
background-color: #2F273F;
border-radius: 8px;
text-align: center;
padding: 15px;
width: 294px;
font-size: 15px;
margin: 0px 8px;
border: 2px solid transparent;
}

.carousel-card .button {
line-height: 40px;
height: 40px;
display: block;
margin: 8px 0px;
}

.carousel-card ul {
  margin-top: 14px;
  border-top: 1px solid #9182B0;
}

.carousel-card li {
padding: 8px 0 8px 22px;
border-bottom: 1px solid #9182B0;
text-align: left;
color: #cbcbcb;
font-weight: 600;
}
.carousel-card li:last-child {
border-bottom: none;
}

.carousel-card li span, .carousel-card li em {
font-weight: normal;
}
.card-header {
height: 78px;
margin-bottom: 15px;
}
.card-header h3 {
font-size: 24px;
line-height: 30px;
color: #D9B681;
}
.price-container {
height: 70px;
}
p.prod-price {
font-weight: 600;
font-size: 32px;
padding: 10px 0;
font-family: 'Fraunces';
}
p.prod-price span {
font-size: 17px;
}
p.prod-price-sub {
color: #cbcbcb;
}
.banner-box {
position: relative;
height: 46px;
}
.flickity-page-dots {
bottom: 0px;
}
.flickity-page-dot {
background: hsl(0deg 0% 100% / 25%)
}
.flickity-page-dot:hover {
background: hsl(0deg 0% 100% / 50%)
}
.flickity-page-dot.is-selected {
background: #D9B681 !important;
background-color: #D9B681 !important;
}
.flickity-page-dot:focus {
outline: 0;
box-shadow: 0 0 0 2px #D9B681;
}
.flickity-button:focus {
outline: 0;
box-shadow: 0 0 0 0;
}
@media screen and (min-width: 1380px) {
#our-products .flickity-page-dots {
display: none;
}
}

/* Benefits */
.benefits-container {
max-width: 1080px;
margin: 0 auto;
align-items: center;
justify-content: center;
display: flex;
flex-direction: column;
}
.benefits-radial {
height: 400px;
width: 400px;
margin: 0 auto;
z-index: unset;
position: absolute; left: unset;
}
@media screen and (max-width: 500px) {
  .benefits-container .flex-row {
    flex-direction: column;
  }
  .benefits-container .flex-item {
    width: auto !important;
    padding: 0px 15px;
    text-align: center !important;
  }
}
/* hide prev next buttons for this Product carousel */
#our-products .section-header {
padding-left: 15px;
padding-right: 15px;
}
#our-products  .flickity-prev-next-button {
display: none;
}
#our-products {
min-height: 700px;
padding-top: 70px;
}
#our-products .main-carousel {
height: 680px;
}

#our-products .main-carousel.ab-test-price-off {
height: 500px;
}

#our-products .ab-test-price-off .carousel-card {
height: 420px;
}

.color-gold {
  color: #D9B681;
}

.carousel-card.active-card {
  border: 2px solid #D9B681;
}
.carousel-card .button {
  background-color: #D9B681;
  color: #17141F;
}
.card-header hr {
  border-bottom: 1px solid #9182B0;
  width: 50px;
  padding: none;
  border-top: none;
}

.carousel-card.provision-card {
background-image: url("../images/provision-card-bkg.png");
background-position: -30px -3px;
display: flex;
flex-direction: column;
justify-content: space-between;
min-height: 511px;
}
.provision-card .card-header {
border-bottom: none;
height: 135px;
margin-bottom: 0px;
}
.provision-card .card-header p.prod-price-sub {
  color: #ffffff;
}
.provision-card .card-header hr {
border-bottom: 1px solid #D9B681;
width: 50px;
padding: none;
border-top: none;
}
.provision-card a.button {
width: 180px;
margin: 0 auto;
}

.icon-check {
background-image: url('../images/card-icon-check.png');
background-repeat: no-repeat;
background-size: 18px;
background-position: 0px 9px;
}
.icon-no {
background-image: url('../images/card-icon-no.png');
background-repeat: no-repeat;
background-size: 16px;
background-position: 0px 11px;
}
.icon-provision {
background-image: url('../images/card-icon-provision.png');
background-repeat: no-repeat;
background-size: 18px;
background-position: 0px 10px;
}
.provision-cam {
margin: 0 auto;
}

.testimonials-wrapper {
max-width:1000px;
margin:0 auto;
}
.testimonials-left-col {
float: left; 
width: 300px;
height: 200px;
display:flex;
flex-direction:column; 
justify-content: center;
text-align: left;
}
.testimonials-right-col {
width: 700px; 
float:right;
}


.testimonials-carousel {
width: 550px;
margin: 0 auto;
}
.testimonials-carousel .carousel-cell {
display: flex;
flex-direction: column;
justify-content: center;
width: 550px;
margin: 0 auto;
height: 200px;
text-align: left;
}
.flickity-prev-next-button {
top: 50%;
width: 50px;
height: 49px;
border-radius: 50%;
transform: translateY(-50%);
}
.flickity-prev-next-button svg {
display: none;
}
.testimonials-carousel .flickity-prev-next-button.previous {
left: -54px;
background-image: url(../images/testimonials-left-arrow-icon.svg);
background-size: 50px;
background-color: transparent;
}
.testimonials-carousel .flickity-prev-next-button.next {
right: -54px;
background-image: url(../images/testimonials-right-arrow-icon.svg);
background-size: 50px;
background-color: transparent;
}
.testimonials-carousel .flickity-prev-next-button.next:hover,
.testimonials-carousel .flickity-prev-next-button.previous:hover {
opacity: .6;
}
.testimonials-carousel  {
padding-left: 10px;
padding-right: 10px;
}
#testimonials .newline {
display: block;
color: #D9B681;
}
#testimonials .carousel-cell img {
margin-bottom: 8px;
}
#testimonials .carousel-cell p:last-child{
padding-top: 8px;
}
