/*=====================================
Tamplate Name: Game planet DB
Author: ISSL
Description: Game planet DB Template
Version: 1.0
=========================================*/

/*==========================================
[Table of contents]

1.Header Area 

============================================*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body,
html {
  font-family: "Anek Bangla", sans-serif;
  overflow-x: hidden;
}

:root {
  --primary-color: #c2410c;
  --secondary-color: #0f172a;
  --main-color: #fd9900;
  --fontFamily-Anek: "Anek Bangla", sans-serif;
  --fontFamily-Oswald: "Oswald", sans-serif;
}
.nav_bar {
  border-bottom: 0.8px solid rgba(255, 255, 255, 0.23);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  right: 0;
  /* padding: 1rem 0; */
  background-color: #171717;
}
.navbar-brand {
  font-size: 30px;
  font-weight: 600;
  font-family: var(--fontFamily-Oswald);
}
.navbar-brand img {
  width: 170px;
}
.navbar-brand span {
  color: #ea580c;
  font-weight: 900;
}
/* .top-logo {
  width: 170px;
} */
.hero {
  opacity: 1;
  background-image: linear-gradient(
    to right top,
    #2b2b2b,
    #312b31,
    #3b2a30,
    #452a29,
    #482c1e
  );
  color: white;
  padding: 140px 0 60px 0;
  text-align: center;
  position: relative;
}

.video-frame{
  aspect-ratio: 16/9;
  border-radius: 12px;
}

/* background-image: linear-gradient(to right top, #171717, #19191c, #1a1b22, #1b1d27, #1b1f2d, #1f1f2f, #241f30, #291f31, #321d2b, #361c23, #371d1c, #352015); */

/* .hero-bg::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 100%;
  height: 61px;
  background-image: url(../img/after.png);
  background-repeat: repeat-x;
  background-position: center;
} */
.hero h1 {
  font-family: "Anek Bangla", sans-serif !important;
  font-size: 4.5rem;
  font-weight: 700;
}
.hero p {
  font-size: 24px;
}
.section-bg {
  background-image: linear-gradient(
    to right top,
    #171717,
    #19191c,
    #1a1b22,
    #1b1d27,
    #1b1f2d,
    #1f1f2f,
    #241f30,
    #291f31,
    #321d2b,
    #361c23,
    #371d1c,
    #352015
  );
}
.section-bg-2 {
  background-color: #fff7ed;
}
.section-bg-3 {
  background-color: #171717;
}
.upadan{
  border-radius: 12px;
}
.product-info p {
  font-size: 22px;
}
.product-info ul {
  padding: 0;
  margin: 0;
}
.product-info ul li {
  list-style: none;
  font-size: 22px;
}
.btn-custom {
  background: #ea580c;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  padding: 16px 40px;
  transition: 0.4s;
}
.btn-custom:hover {
  color: #fff;
  background-color: #c2410c !important;
}
.btn-custom-2 {
  background: #ea580c;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  border-radius: 30px;
  padding: 12px 30px;
  transition: 0.4s;
}
.btn-custom-2:hover {
  color: #fff;
  background-color: #c2410c;
}
.text-color-primary {
  color: var(--primary-color);
}
.product-info h2 {
  color: var(--primary-color);
}
.btn-custom:hover {
  color: #fff;
  background: #d69303;
}
.section-title {
  font-weight: 700;
}
.feature-list li {
  margin-bottom: 10px;
  list-style: none;
  font-size: 22px;
  color: #dfbcbc;
}
.lab-test-text {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1)) !important;
  line-height: 1.625;
  font-size: 1.125rem !important;
  font-family: "Anek Bangla", sans-serif !important;
  padding: 1rem 0;
}
.card-custom {
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.Ingredients {
  background-color: var(--primary-color);
}

.prize-section {
  padding: 40px 0px;
  text-align: center;
  background-color: var(--primary-color);
}
.bg-light {
  background-color: #f5f5f5;
}
.bg-brown th {
  background-color: #a93d00;
  color: #fff !important;
  text-transform: uppercase;
  border: none;
}
.prize-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

.prize-subtitle {
  font-size: 14px;
  color: #555;
  margin-bottom: 30px;
}

.swiper {
  padding-bottom: 40px;
}

.prize-card {
  padding: 20px;
  position: relative;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  border-radius: 5px;
}
/* .prize-card__box {
  border: 1.75px solid var(--primary-color);
  background-color: var(--primary-color);
} */
.prize-card img {
  border: #ea580c 2px solid;
  width: 245px;
  height: 275px;
}

.swiper-pagination {
  position: sticky !important;
}

@media (max-width: 576px) {
  .prize-card {
    height: 200px;
  }
  .top-logo {
    width: 100px;
    font-size: 1.5rem;
    font-weight: 700;
  }
  .hero-text h1 {
    font-size: 1.5rem;
    font-weight: 700;
  }
  .brand-text {
    font-weight: 700;
    font-size: 3.5rem;

    /* Gradient text */
    background: linear-gradient(90deg, #ff6a00, #ff0000, #910b0a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    /* Text border */
    -webkit-text-stroke: 1.5px #910b0a;

    /* Optional polish */
    letter-spacing: 1px;
  }
  .benifit-title {
    font-size: 2rem;
  }
  .lab-report h1 {
    font-size: 37px !important;
    font-weight: 700;
    color: black;
    font-family: "Anek Bangla", sans-serif !important;
  }
}

.benefit-img{
    width: 388px;
    height: auto;
    margin: 20px 0px;
    border-radius: 20px;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

.lab-report h1 {
  font-size: 58px;
  font-weight: 700;
  color: black;
  font-family: "Anek Bangla", sans-serif !important;
}

.sub-title h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: black;
}

.swiper-pagination-bullet {
  background: var(--main-color) !important;
}

.order-header {
  background: #ea580c;
  color: #fff;
  padding: 12px;
  text-align: center;
  font-weight: 600;
  border-radius: 4px;
  margin-bottom: 20px;
  font-size: 24px;
}
.card {
  border-radius: 6px;
}
.btn-order {
  background: #ea580c;
  color: #fff;
  font-weight: 600;
  padding: 12px;
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0% {
    transform: skewY(-5deg);
  }
  5% {
    transform: skewY(5deg);
  }
  10% {
    transform: skewY(-5deg);
  }
  15% {
    transform: skewY(5deg);
  }
  20% {
    transform: skewY(0deg);
  }
  100% {
    transform: skewY(0deg);
  }
}
.checkout-title{
  color:  #EA580C;
  font-family: "Anek Bangla", sans-serif !important;
}
.border-orange{
  border: 2px solid #EA580C;
  padding: 0 0px;
  border-radius: 8px;
}

.btn-order:hover {
  background: #da520a;
  color: #fff;
}
.order-summary img {
  width: 50px;
}

.footer {
  background-color: #0a0a0a;
  color: #fff;
  padding: 30px 0;
  font-size: 14px;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #fff;
  color: #ea580c;
  border-radius: 3px;
  margin-right: 6px;
  font-size: 16px;
}
.footer h6 {
  font-weight: 600;
  margin-bottom: 12px;
}
.footer p {
  font-size: 18px;
}
.footer ul li {
  font-size: 18px;
}

.product-title {
  font-weight: 700;
  font-size: 26px;
}
.price {
  color: #ea580c;
  font-size: 24px;
  font-weight: 700;
}
.old-price {
  text-decoration: line-through;
  color: #999;
  font-size: 16px;
  margin-left: 8px;
}
.btn-buy {
  background: #ea580c;
  color: #fff;
  padding: 12px;
  font-weight: 600;
}
.btn-buy:hover {
  background: #571919;
  color: #fff;
}
.feature-list li {
  margin-bottom: 6px;
}
.badge-stock {
  background: #198754;
}

.checkout-header {
  background: #ea580c;
  color: #fff;
  padding: 12px;
  text-align: center;
  font-weight: 600;
  border-radius: 4px;
  margin-bottom: 20px;
}
.btn-confirm {
  background: #ea580c;
  color: #fff;
  font-weight: 600;
  padding: 12px;
}
.btn-confirm:hover {
  background: #571919;
  color: #fff;
}
.order-summary img {
  width: 55px;
  border-radius: 4px;
}

/*=============================
home page
===============================*/
.product-image {
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
}
.thumbnail img {
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.price {
  font-size: 1.8rem;
  font-weight: 700;
  color: #198754;
}
.feature-box {
  background: #fff;
  border-radius: 8px;
  padding: 15px;
  border: 1px solid #e0e0e0;
}
.related img {
  height: 150px;
  object-fit: cover;
}

.quantity {
  display: inline-flex;
  align-items: center;
}
.quantity button {
  padding: 5px 10px;
  font-size: 16px;
  cursor: pointer;
}
.quantity input {
  width: 50px;
  text-align: center;
  font-size: 16px;
  margin: 0 5px;
}
.checkout {
  background-color: #691b1b;
  color: #fff;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
}

.stats-container {
  display: flex;
  gap: 50px;
}

.stat-item {
  text-align: center;
}

.counter {
  font-size: 3.5rem;
  font-weight: bold;
  color: #c2410c; /* Green for success/growth */
  display: block;
}

.stat-item p {
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 5px;
  font-size: 18px;
  font-weight: 600;
}

.nutrition-card p {
  color: rgb(82 82 82);
  font-size: 14px;
  color: #fff;
}
.nutrition-card {
  padding: 20px;
  font-family: Arial, sans-serif;
}
.header-text {
  font-weight: bold;
  margin-bottom: 15px;
}
.label-group span {
  color: #fff;
  font-weight: 600;
}
.label-group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2px;
  font-weight: 500;
}
.progress {
  margin: 1rem 0;
}
.progress-bar1 {
  background-color: var(--primary-color); /* Dark fill like the sketch lines */
}
.progress-bar2 {
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
.progress-bar3 {
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.lab-test-wrapper {
  border-radius: 12px;
  border: 15px solid #232323;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 0 !important;
  margin: 0 !important;
}

.lab-test-image {
  width: 100%;
  height: auto;
  display: block;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 12px;
}


.pulse {
  width: 8px;
  height: 8px;
  display: inline-block;
  animation: pulse 1.5s infinite ease-in-out;
}
.capsule {
  padding: 6px 12px;
  background-color: #171717;
  border-radius: 50px;
  width: fit-content;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.6);
    opacity: 0.4;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.hero-text {
  font-family: "Anek Bangla", sans-serif !important;
  font-size: 1.5rem;
  font-weight: 700;
}
.hero-text h1 {
  font-size: 1.5rem;
  font-weight: 700;
}

.brand-text {
  font-weight: 700;
  font-size: 4.5rem;

  /* Gradient text */
  background: linear-gradient(90deg, #ff6a00, #ff0000, #910b0a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /* Text border */
  -webkit-text-stroke: 1.5px #910b0a;

  /* Optional polish */
  letter-spacing: 1px;
}

.product-card {
  border: none;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  height: 100%;
}

.image-container:hover {
  /* transform: translateY(-5px); */
  transform: scale(1.05);
}

.image-container {
  position: relative;
  background: #f8f9fa;
  transition: 0.4s all;
  transition-duration: 500ms;
}

.badge-best-seller {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #e63946;
  color: white;
  padding: 4px 12px;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: bold;
}

.badge-stock {
  background-color: #e8f5e9;
  color: #2e7d32;
  font-size: 0.75rem;
  padding: 4px 8px;
  border-radius: 4px;
}

.flavor-text {
  color: #d97706; /* Orange-ish flavor highlight */
  font-weight: 600;
}

.price-new {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
}

.price-old {
  text-decoration: line-through;
  color: #999;
  margin-left: 8px;
}

.discount-tag {
  background-color: #ffebee;
  color: #c62828;
  font-size: 0.75rem;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: bold;
  margin-left: 8px;
}

.order-btn {
  background-color: #ea580c;
  color: #fff;
  border-radius: 10px;
  padding: 12px;
  width: 100%;
  font-weight: 600;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.order-btn:hover {
  background-color: var(--primary-color);
  color: white;
}

.product-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.form-label {
  font-weight: 700;
  font-size: 1.2rem;
  color: #000;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}

.required-star {
  color: red;
  margin-left: 4px;
}

/* Styling the Input Group */
.input-group-text {
  background-color: #e0e0e0; /* Grey background for icon */
  border: 1px solid #ced4da;
  border-right: none;
  color: #333;
  width: 50px;
  justify-content: center;
}

.form-control:focus {
  box-shadow: none;
  border-color: #ced4da;
}

.form-control::placeholder {
  color: #777;
}

/* Adjustments for mobile labels */
@media (max-width: 767px) {
  .form-label {
    margin-bottom: 8px;
  }
}

.shipping-title {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 15px;
}
/* Custom Bordered Group */
.shipping-card {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.shipping-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  border-bottom: 1px solid #dee2e6;
  cursor: pointer;
  transition: background 0.2s;
}
.shipping-option:last-child {
  border-bottom: none;
}
.shipping-option:hover {
  background-color: #fdfdfd;
}
/* Styling the Radio and Label */
.form-check-input {
  cursor: pointer;
  width: 1.25em;
  height: 1.25em;
  margin-top: 0;
  border: 2px solid #adb5bd;
}
.form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.shipping-label {
  margin-left: 10px;
  font-size: 1.1rem;
  color: #333;
  cursor: pointer;
  flex-grow: 1;
}
.shipping-price {
  font-weight: 700;
  color: #000;
  white-space: nowrap;
}

.orange-border {
  border: 2px solid transparent;
  border-radius: 6px;
  transition: border 0.2s ease;
}

.orange-border.active {
  border-color: var(--primary-color);
}

.headline-text {
    font-size: 2rem !important;
    font-weight: 700 !important;
    color: white !important;
    font-family: "Anek Bangla", sans-serif !important;
}