html,
body {
  overflow-x: hidden;
  overflow-y: auto;
}

* {
  font-family:
    Playfair Display,
    serif;
}

body {
  padding-top: 68px;
  /* match navbar height */
}

.logo {
  font-size: 30px;
  font-weight: 800;
  color: #a81949;
}

.nav {
  background-color: white;
}

.navcolor {
  background-color: #a81949;
}

h1 {
  font-size: 2em;
}

.sectioncolor {
  background-color: #a81949;
}

.sectioncolor2 {
  background-color: #a81949;
  border-radius: 15px;
  color: rgb(5, 1, 1);
}

.paywidth {
  width: 900px;
  mix-blend-mode: multiply;
}

.about {
  background-color: white;
}

.about11 {
  background-color: #faf2ef;
}

.navtext {
  color: #050101;
  font-size: 22px;
  font-weight: 550;
}

.ul1 {
  list-style-type: disc;
  padding-left: 1.5rem;
}

.navtext:hover {
  color: #0911f1;
}

.btntext1 {
  border-radius: 75px;
  border: 1px solid #050200;
  color: #050201;
}

.bottle3 {
  height: 45vh;
}

.bannerimg {
  height: 50vh;
}

.feature-box {
  background: #ffffff;
  border-radius: 5px;

  transition: all 0.3s ease;
  padding: 35px 25px;
}

.second {
  height: 45vh;
}

.review-card {
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  text-align: center;
}

.review-img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
}

.ing {
  border-radius: 12px;
}

.how {
  height: 40vh;
}

a {
  text-decoration: none;
}

.offer-card {
  background: white;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.offer-header {
  background: #cfcfcf;
  color: black;
  padding: 8px;
  font-size: 25px;
  font-weight: bolder;
  text-align: center;
}

.bottle-title {
  color: #a81949;
  font-weight: 700;
}

.price {
  font-size: 40px;
  color: #a81949;
  font-weight: bold;
}

.old-price {
  text-decoration: line-through;
  color: #000;
}

.cart-btn {
  background: linear-gradient(#402961, #402961);
  border: none;
  font-weight: bold;
  font-size: 21px;
  padding: 12px 30px;
  border-radius: 40px;
}

.payment-icons img {
  margin: 5px;
}

.product-img {
  width: 200px;
}

.product-img1 {
  height: 280px;
}

.hover-scale {
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.hover-scale:hover {
  transform: scale(1.05);
  /* box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.15); */
}

.revimg {
  width: 210px;
  height: 210px;
  object-fit: cover;
}

.gurentybadge {
  width: 350px;
}

.about1 {
  margin-top: -8px;
}

.ingimg {
  width: 150px;
  height: auto;
}

.hover-scale1 {
  transition: transform 0.3s ease;
}

.hover-scale1:hover {
  transform: scale(1.03);
}

.hover-scale:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease-in-out;
}

.bottle-6 {
  width: 26vw;
}

.payment-snap {
  width: 1200px;
}

.custom-toggler {
  border: none;
  background: transparent;
  padding: 8px;
}

.custom-toggler span {
  display: block;
  width: 30px;
  height: 4px;
  margin: 5px 0 0 0px;
  background-color: #a81949;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.bonus-card {
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.bonus-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.bonus-card h3 {
  font-size: 1.7rem;
}

.bonus-card p {
  line-height: 1.6;
}

@media (max-width: 992px) {
  .bonus-card {
    flex-direction: column !important;
    text-align: center;
  }
}

/* Section margin top when click navbar section */
section {
  scroll-margin-top: 68px;
}

.custom-hover {
  color: rgb(250, 250, 250);
  text-decoration: none;
}

.custom-hover:hover {
  color: #edf505;
  text-decoration: underline;
}

.monybadge {
  height: 220px;
}

/* popup */

/* ================ */

.purchase-proof {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background: #ffffff;
  border-radius: 12px;
  padding: 15px 18px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  max-width: 300px;
  z-index: 9999;
  display: none;
  transform: translateX(-120%);
  transition: transform 0.5s ease;
  font-family: Arial, sans-serif;
}

.purchase-proof strong {
  color: #a81949;
}

.purchase-proof small {
  color: #a81949;
}

/* Scoped styles for the bonus section */
#bonus-section {
  background: linear-gradient(180deg, #a81949 0%, #000a23 100%);
  color: white;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
}

#bonus-section .price-tag {
  background-color: #7bc96f;
  color: #004d00;
  font-weight: 600;
  padding: 0.25rem 1rem;
  border-radius: 0.375rem;
  display: inline-block;
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
}

#bonus-section .card-text {
  font-size: 0.875rem;
  color: #ddd;
}

#bonus-section .card {
  border-radius: 1rem;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  border: none;
  background: white;
  color: #222;
}

#bonus-section .bonus-title {
  font-weight: 700;
  font-size: 1.1rem;
}

#bonus-section .bonus-note {
  font-size: 0.7rem;
  color: #666;
}

/* Mobile View */
@media (max-width: 768px) {
  .cent {
    text-align: center;
  }

  .orderbuttn {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding-top: 0px;
  }

  .btn1 {
    width: 100%;
  }

  .banner-img1 {
    height: auto;
  }

  .btncenter {
    justify-content: center;
    padding-top: 25px;
  }

  .btntext {
    font-size: 16px;
  }

  .navcenter {
    text-align: center;
  }

  .imgwidth {
    height: auto;
  }

  body {
    margin-top: -15px;
  }

  .bottle-6 {
    width: auto;
  }

  .gurentybadge {
    width: auto;
  }

  .bannerimg {
    height: auto;
  }

  .payment-snap {
    width: auto;
  }

  .revwidth {
    height: auto;
  }
}

.custom-btn {
  background-color: #e43b2c;
  color: #ffffff;
  border: none;
}

.custom-btn:hover {
  background-color: #e43b2c;
  /* darker shade */
  color: #ffffff;
}

@media (max-width: 992px) {
  .orderbuttn {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding-top: 10px;
  }

  .bannerimg {
    height: auto;
  }

  .revwidth {
    height: auto;
  }

  body {
    margin-top: -15px;
  }

  .gurentybadge {
    width: auto;
  }

  .how {
    height: auto;
  }

  .claim {
    width: 100%;
  }

  .product-img1 {
    height: auto;
  }

  .bottle22 {
    height: auto;
  }

  .whatsection {
    margin-bottom: -25px;
    display: flex;
    justify-content: center;
  }

  .navcenter {
    text-align: center;
  }

  .banner-img1 {
    height: auto;
  }

  .btntext6 {
    width: 98%;
  }

  .btntext2 {
    width: 100%;
  }

  .btncenter {
    justify-content: center;
    padding-top: 25px;
  }
}

@media (max-width: 1200px) {
  .btntext2 {
    margin-top: 15px;
  }

  .how {
    height: auto;
  }

  .payment-snap {
    width: auto;
  }

  .bottle-6 {
    width: auto;
  }

  .second {
    height: auto;
  }
}

@media (max-width: 1500px) {
  .how {
    height: auto;
  }

  .product-img1 {
    height: auto;
  }

  .bottle3 {
    height: auto;
  }

  .hover-scale1 {
    width: auto;
  }
}
