.okLoader {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 9999;
  }
  
  .okLoader img {
    width: 100px;
    transition: transform 0.3s ease;
    animation: jumpAnimation 0.65s infinite ease-in-out;
  }
  
  @keyframes jumpAnimation {
    0%, 100% {
      transform: translateY(0); /* Initial and final position (no vertical translation) */
    }
    50% {
      transform: translateY(-10px); /* Move the image gently upward */
    }
  }
  
  .main-banner {
    /* background: url("/assets/images/group_4110.png") center/cover no-repeat; */
    height: calc(100vh - 100px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  
  .main-banner .ok-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.5;
    z-index: 1;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  
  .main-banner video[poster],
  .main-banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .main-banner button {
    border: 0;
    background: #fff;
    font-size: 2rem;
    height: 5rem;
    width: 5rem;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
  }
  
  .main-banner button i {
    font-size: 1.5rem;
  }
  
  .product_sec {
    /*background: linear-gradient(247.01deg, #a20002 8.25%, #390095 74.86%);*/
    padding: 5rem 0;
  }
  
  .product_sec h2 {
    font-size: 3rem;
    font-weight: 600;
    color: #fff;
    background: #e82a2f;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
  }
  
  .product_sec h2+p {
    font-family: "Lato", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    color: #fff;
    text-align: center;
  }
  
  .product_card {
    padding: 3rem;
    text-align: center;
  }
  
  .product_card.card-1 {
    background: url("/assets/images/card-bg-1.png") center/cover no-repeat;
  }
  
  .product_card.card-2 {
    background: url("/assets/images/card-bg-2.png") center/cover no-repeat;
  }
  
  .product_card.card-3 {
    background: url("/assets/images/card-bg-3.png") center/cover no-repeat;
  }
  
  .product_card h3 {
    font-family: "Lato", sans-serif;
  /*  font-size: 2.5rem;*/
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    text-align: center;
  }
  
  .product_card h3 span {
    display: block;
    font-weight: 400;
  }
  
  .product_card figure {
    margin: 2.5rem 0 !important;
  }
  
  .product_card figure img {
    width: 100%;
  }
  
  .product_card button {
    width: 100%;
    border: 2px solid #fff;
    background: transparent;
    outline: none;
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 0.8754rem;
    font-weight: 500;
    padding: 0.75em;
    letter-spacing: 0.5px;
    transition: 0.3s ease-in-out;
    text-align: center;
  }
  
  .product_card button:hover {
    background: #fff;
    color: #650607;
  }
  
  .marquee_sec {
    background: #000;
  }
  
  .flavor_sec {
    background: #000;
  }
  
  .flavor_sec figure {
    height: 100%;
  }
  
  .flavor_sec figure img {
    height: 100%;
    object-fit: cover;
  }
  
  .flavor_card {
    height: 100%;
    display: flex;
    padding: 5rem;
    position: relative;
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
  }
  
  
  .flavor_card.ok {
    background: url("../img/okay gold-2.jpg") center/cover no-repeat;
  }
  
  .flavor_card.strawberry {
    background: url("../img/guy-girl-hugging.png") center/cover no-repeat;
  }
  
  .flavor_card.lubed {
    background: url("../img/couple-having-fun-night.png") center/cover no-repeat;
  }
  
  .flavor_card.dotted {
    background: url("../img/cute-couple-blanket-kissing-sea-shore.png") center/cover no-repeat;
  }
  
  .flavor_card.dotted::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    background: linear-gradient(rgb(82 45 70 / 71%) 0%, #67346a 100%);
  }
  
  .flavor_card h2 {
    color: #fff;
    font-size: 2.625rem;
    font-weight: 300;
    font-family: "Lato", sans-serif;
  }
  
  .flavor_card h2 strong {
    font-weight: 700;
  }
  
  .flavor_card p {
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    margin-bottom: 2rem;
  }
  
  .flavor_card button {
    font-size: 0.875rem;
    text-transform: uppercase;
    padding: 0.75rem;
  }
  
  .reliablity_sec {
    background: linear-gradient(247.01deg, #a20002 8.25%, #390095 74.86%);
    padding: 4rem 0;
  }
  
  .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }
  
  .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  
  .slick-list:focus {
    outline: none;
  }
  
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  
  .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
  }
  
  .slick-track:before,
  .slick-track:after {
    display: table;
    content: "";
  }
  
  .slick-track:after {
    clear: both;
  }
  
  .slick-loading .slick-track {
    visibility: hidden;
  }
  
  .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
  }
  
  [dir="rtl"] .slick-slide {
    float: right;
  }
  
  .slick-slide img {
    display: block;
  }
  
  .slick-slide.slick-loading img {
    display: none;
  }
  
  .slick-slide.dragging img {
    pointer-events: none;
  }
  
  .slick-initialized .slick-slide {
    display: block;
  }
  
  .slick-slide:focus {
    outline: none;
  }
  
  .slick-loading .slick-slide {
    visibility: hidden;
  }
  
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
  }
  
  .slick-arrow.slick-hidden {
    display: none;
  }
  
  .ok_banner_img {
    background: linear-gradient(270deg, rgb(0 0 0) 0%, rgba(0, 0, 0, 1) 85%);
    border-radius: 31px;
  }
  
  .bg_wrapper {
    border-radius: 31px;
    padding: 4rem 3rem;
    min-height: 285px;
    display: flex;
    align-items: center;
  /*  background: url("/assets/images/Rectangle_4478.png") center/cover no-repeat;*/
  }
  
  .bg_wrapper h2 {
    font-family: "Lato", sans-serif;
    font-size: 2.75rem;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 1.75rem;
  }
  
  .bg_wrapper h2 strong {
    font-weight: 700;
  }
  
  .bg_wrapper button {
    font-family: "Lato", sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    color: #000;
    padding: 0.75em 2em;
  }
  
  .read_pleasure {
    background: #650607;
    padding: 5rem 0;
  }
  
  .read_pleasure h2 {
    font-family: "Lato", sans-serif;
    font-size: 3rem;
    font-weight: 600;
    color: #fff;
  }
  
  .read_pleasure h2+p {
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    font-weight: 400;
  }
  
  .card_group {
    margin-bottom: 1.5rem;
  }
  
  .card_group .card_content {
    padding: 1.25rem;
    background: #fff;
  }
  
  .card_group .card_content p {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.75rem;
    color: #504f4f;
  }
  
  .card_group .card_content p span {
    display: inline-block;
    background: #f10e0f;
    font-size: 0.75rem;
    padding: 2px 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: #fff;
  }
  
  .card_group .card_content h5 {
    font-family: "Lato", sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    color: #121212;
  }
  
  @media (max-width: 991.98px) {
  
    .read_pleasure h2,
    .product_sec h2 {
      font-size: 2rem;
    }
  
    .product_card {
      padding: 2rem;
    }
  
    .product_card h3 {
      font-size: 2.25rem;
    }
  
    .product_card figure {
      margin: 1.5rem 0 !important;
    }
  
    .flavor_card {
      padding: 2rem;
    }
  
    .flavor_card h2 {
      font-size: 2rem;
    }
  
    .flavor_card p {
      font-size: 1rem;
    }
  
    .flavor_card p br {
      display: none;
      margin-bottom: 1rem;
    }
  
    .bg_wrapper {
      padding: 2rem;
    }
  
    .bg_wrapper h2 {
      font-size: 2rem;
    }
  
    .card_group .card_content {
      padding: 0.75rem;
    }
  
    .card_group .card_content h5 {
      font-size: 1rem;
    }
  }
  
  @media (max-width: 767.98px) {
    .flavor_card {
      min-height: 400px;
      justify-content: center;
    }
  
    .ok_banner_img,
    .bg_wrapper {
      border-radius: 16px;
    }
  
  }
  
  @media (max-width: 575.98px) {
    .bg_wrapper {
      padding: 2rem 1.5rem;
      min-height: auto;
      text-align: center;
      background-position: center right;
    }
  
    .bg_wrapper h2 {
      font-size: 1.5rem;
      text-align: center;
    }
  }
  .faq_section {
    background: linear-gradient(247.01deg, #a20002 8.25%, #390095 74.86%);
    background-image: url("../img/Rectangle_22.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 5rem 0;
  }
  .faq_section h2 {
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 3rem;
    font-weight: 600;
  }
  
  .faq_section h2 + p {
    font-family: "Lato", sans-serif;
    font-size: 0.875rem;
    color: #fff;
  }
  
  .faq_section .h2 {
    font-size: 1.75rem;
    font-family: "Lato", sans-serif;
  }
  
  .faq_section #faq .card {
    border: 0;
    margin-bottom: 15px;
  }
  
  .faq_section #faq .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0;
  }
  
  .faq_section #faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: linear-gradient(247.01deg, #a20002 8.25%, #390095 74.86%);
    color: #222;
    padding: 20px;
  }
  
  .faq_section #faq .card .card-header .btn-header-link.collapsed {
    background: linear-gradient(247.01deg, #a20002 8.25%, #390095 74.86%);
    color: #fff;
  }
  
  .faq_section #faq .card .collapsing {
    background: #ffffff;
    line-height: 30px;
  }
  .faq_section #faq .card p {
    font-family: "Lato", sans-serif;
    color: #1b1818;
    font-size: 1.25rem;
  }
  .faq_section #faq .card .collapse {
    border: 0;
  }
  
  .faq_section #faq .card .collapse.show {
    background: #ffffff;
    line-height: 30px;
    color: #222;
  }
  
  @media (max-width: 991.98px) {
    .faq_section h2 {
      font-size: 2rem;
    }
    .faq_section .h2 {
      font-size: 1.25rem;
    }
    .faq_section #faq .card p {
      font-size: 1rem;
    }
  }
  
  @media (max-width: 767.98px) {
  }
  
  @media (max-width: 575.98px) {
    .faq_section .h2 {
      font-size: 1.125rem;
    }
  }
  