/* Option 2: Import via CSS */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");

:root {
  --primary-color: #aba7ff;
  --secondary-color: #0F1125;
  --third-color: #c49b56;
  --fourth-color: #F1F1F1;
  --primary-color-light: #EFEFFF;
  --primary-color-dark: #0F1125;
  --secondary-color-light: #3e3739;
  --secondary-color-dark: #0F1125;
  --contrast-color: #AC2716;
  --text-color: #0f1125;
  --light-color: #eeeef7;
}

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 200 to 800

.plus-jakarta-sans-<uniquifier> {
  font-family: "Plus Jakarta Sans", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

* {
  transition: 0.2s;
}

html {
  font-size: 18px;
  scroll-padding-top: 72px;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--text-color);
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Plus Jakarta Sans", sans-serif;
}

img {
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: auto;
}

figure {
  margin-bottom: 0;
}

.container {
  max-width: 1200px;
}

.fw-bold {
  font-weight: 800 !important;
}

.nav-item {
  text-transform: uppercase;
  font-size: .80rem;
  font-weight: 600;
  letter-spacing: 1px;
}

#guarantee {
  margin-top:60px;
}

.online-green {
  color:#11c411;
}


.pv-vsl {
  margin-top:200px;
}

.small-video-description {
  font-size:11px;
}

ul.strip3-list {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  margin-right:30px;
}

.strip3-list li {
  list-style-type: none;
}

/* Blink for Webkit and others
(Chrome, Safari, Firefox, IE, ...)
*/

@keyframes up-right {
  0% {<!--from w w w .  j  a va 2  s. c  o m-->
    opacity: 0
  }
  
  50% {
    opacity: 1;
  }
  
  100% {
    opacity: 0;
  }
}


.circle{
  border-radius: 50%;
  width: 80px;
  height: 80px;
  opacity: 0;
}

.blue {
  background-color: blue;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-animation: up-right 2s infinite;
  -moz-animation: up-right 2s infinite;
  -o-animation: up-right 2s infinite;
  animation: up-right 2s infinite;
}

.esconder-dourado {
  display:none;
}

ul.strip3-list li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  width: 2px;
  height: 18px;
  background-color: rgb(230, 222, 222);
  display: none !important;

}

ul.strip3-list li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  width: 2px;
  height: 18px;
  background-color: rgb(230, 222, 222);
  display: none !important;

}

.clock {
  margin: 0 8px -5px 0;
  display: inline-block;
  animation: fade 1s ease-in-out 0s infinite normal none running;

}

.hourglass {
  display: inline-block;
  vertical-align: middle;
  margin: -5px 8px 0 0;
  animation: rotateP 2.5s ease-in-out 0s infinite normal forwards running;

}

.shipbx {
  width: 710px;
  height: 90px;
  border: 2px solid rgb(204, 19, 32);
  border-radius: 14px;
  margin: 0 auto 20px;
  padding: 17px 25px 15px 150px;
  display: block;
  position: relative;
}


@media only screen and (max-width: 479px) {
  .shipbx {
    width: 370px;
    height: 118px;
    padding: 10px 5px 10px 98px;

  }
  .shipbx-txt1 {
    font-size: 13px !important;
    line-height: 17px;
  }
  .shipbx-txt2 {
    font-size: 13px !important;
    line-height: 17px !important;
    margin-top:2px;
  }

}

@media only screen and (max-width: 767px) {
  .shipbx {
    width: 390px;
    height: 90px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 130px;
  }
  .shipbx-txt1 {
    font-size: 15px;
    line-height: 17px;
  }
  .shipbx-txt2 {
    font-size: 15px;
    line-height: 17px !important;
    margin-top:2px;
  }

  section.section-bonuses {
    margin-top:40px;
  }
}



.shipbx-txt1 {
  margin-bottom:0;
}

.shipbx-txt1 {
  font-weight:900;
  text-transform: uppercase;
}

.alert-box {
  background: rgb(204, 19, 32) repeat scroll 0% 0%;
  padding: 19px 5px 19px 7px;
  border-radius: 12px 0 0 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: 115px;
  text-align: center;

}

.vegas-experience {
  background:linear-gradient(to right, #d9a740, #f7ba25, #cc9827);
}
.vegas-label {
  display: inline-block;
  width:100%;
  text-transform: uppercase;
  font-weight:900;
  font-size:14px;
  padding:5px 0;
  color:#fffbf2;
}
.vegas-label i {
  font-size:7px;
  display: inline-block;
  vertical-align: middle;
}

.vegas-text {
  margin-left:4px;
  margin-right:4px;
    display: inline-block;
  vertical-align: middle;
}

.section-bonuses {
  background: #0F1125;
  margin-top:100px;
  padding:50px;
}

.section-bonuses h4 {
  font-weight:900;
  font-size:18px;
  text-transform: uppercase;
}

.section-bonuses h4 + p {
  font-size:13px;
}

.reference_list {
  font-size:11px;
}

.video-wrapper {
  padding-top: 10px;
  max-width: 400px;
  margin: 0 auto;}


  .videobox {
    display: inline-block;
    border:5px solid white;
    margin:0 auto !important;
    max-height: 90vh;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 50%);
    box-sizing: border-box;
    margin: -4px;
  }


  .red {
    color: rgb(255, 0, 18);
  }

  .top-countdown {
    background:red;
  }

  .strip3 {
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 0px;
    color: rgb(255, 255, 255);
    background-image: linear-gradient(to right, rgb(202, 19, 32), rgb(100, 9, 16), rgb(202, 19, 32));
  }


  .shipbx-txt2 {
    font-size: 15px;
    line-height: 24px;
    text-align: left;
  }

  .shadow-box2 {
    border-radius: 8px;
    background:#fff;
  }
  .pattern-bg {
    background:radial-gradient(circle farthest-side at 0 50%,#030405 23.5%,rgba(240,166,17,0) 0) 12.6px 18px,radial-gradient(circle farthest-side at 0 50%,#232830 24%,rgba(240,166,17,0) 0) 11.4px 18px,linear-gradient(#030405 14%,rgba(240,166,17,0) 0,rgba(240,166,17,0) 85%,#030405 0),linear-gradient(150deg,#030405 24%,#232830 0,#232830 26%,rgba(240,166,17,0) 0,rgba(240,166,17,0) 74%,#232830 0,#232830 76%,#030405 0),linear-gradient(30deg,#030405 24%,#232830 0,#232830 26%,rgba(240,166,17,0) 0,rgba(240,166,17,0) 74%,#232830 0,#232830 76%,#030405 0),linear-gradient(90deg,#232830 2%,#030405 0,#030405 98%,#232830 0) #030405;
  }

  .badges-images img {
    width: 16.666667% !important;
    padding-left: .5rem;
    padding-right: .5rem;
    display: inline-block;
    vertical-align: middle;
    opacity: .7;
    height: auto;
  }

  .img-fluid {
    max-width: 100%;
    height: auto;
  }

  .text-center {
    text-align: center !important;
  }

  @media (max-width: 499px) {
    .navbar-brand {
      max-width: 160px;
    }
  }

  .caret li {
    position: relative;
    padding-left: 6px;
    list-style: none;
  }
  .caret li::before {
    content: "\f231";
    font-family: "bootstrap-icons";
    position: absolute;
    top: -0.6em;
    left: -1em;
    color: var(--primary-color);
    font-size: 1.6em;
    transform: translateY(10px) !important;
  }

  .item {
    transition: 0.2s;
  }
  .item:hover {
    scale: 1.025;
  }

  .button-bg {
    background:#F8BC19;
    color: var(--text-color) !important;
    border:none;
  }

  .button-bg.promo {
    color: var(--text-color) !important;
    --bs-btn-border-color:#F8BC19;
    --bs-btn-hover-bg: #F8BC19;
  }

  .btn:hover {
    background:#f8ce19;
    border:none;
  }

  .accordion-button {
    background:#eeeef7;
  }


  @media (max-width: 475px) {
    .accordion-button {
      font-size: 1rem !important;
    }
  }
  .accordion-button:not(.collapsed) {
    background-color: #aba7ff;
    color: var(--text-color);
  }
  .accordion-button:focus {
    box-shadow: 0 0 0 0.25rem transparent;
  }

  #faq {
    margin-top:100px;
  }

  @media (min-width: 900px) {
    #faq {
      padding:0 300px;
    }
  }

  #faq .accordion-item {
    border-radius: 0;
  }
  #faq .accordion-button {
    font-weight: bold;
    border-radius: 0;
    border-bottom: 2px solid var(--primary-color);
  }


  #ingredients img {
    max-width: 100%;
  }

  #ingredients h2 {
    margin-top:40px;
  }

  #references * {
    font-weight: 500;
    word-break: break-all;
  }
  #references img {
    width: auto;
    height: 50px;
  }
  @media (max-width: 599px) {
    #references img {
      height: 30px;
    }
  }
  #references span {
    color: #8f8f8f;
  }

  .fw-bolder {
    font-weight: 900;
  }

  .triangle {
    position: relative;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid var(--primary-color);
    margin: -1rem auto 1rem;
  }

  .triangle-min {
    position: relative;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid var(--primary-color);
    margin: 0 auto;
    padding-bottom:20px;
  }

  .triangle-red {
    border-top: 20px solid rgb(102 9 17);
  }

  #carouselReviews i.bi.bi-quote {
    font-size: 5em;
    color: var(--primary-color);
  }
  @media (max-width: 575px) {
    #carouselReviews i.bi.bi-quote {
      font-size: 2.5em;
    }
  }
  #carouselReviews i.bi.bi-quote.top {
    top: -0.5em;
    left: -0.5em;
  }
  #carouselReviews i.bi.bi-quote.bottom {
    bottom: -0.5em;
    right: -0.5em;
  }
  #carouselReviews .carousel-control-next, #carouselReviews .carousel-control-prev {
    filter: brightness(0.5) sepia(1) hue-rotate(125deg);
  }
  #carouselReviews .carousel-control-next-icon, #carouselReviews .carousel-control-prev-icon {
    height: 50px;
    width: 50px;
  }
  #carouselReviews .carousel-indicators [data-bs-target] {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: var(--primary-color);
  }

  .couple_image {
    width:80%;
  }

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

span.blink {
  animation: blink 1s infinite;
}

.countdown-icon {
font-size:22px;
margin-left:20px;
margin-right:5px;
}

#counter {
  font-weight:900;
}

.vsl-heading {
  padding:20px 0 10px 0;
}

@media (max-width: 900px) {
  .main-title {
    font-size:25px;
  }
  ul.strip3-list {
    margin-right:60px;
  }
  .section-bonuses {
    padding:35px;
  }

}



