@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
* {
  font-family: "Hind Siliguri", sans-serif;
}
html {
  scroll-behavior: smooth;
}
.product-box {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 8px;
  margin-bottom: 20px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s, box-shadow 0.2s;
}
.product-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.product-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: 15px;
}
.product-description {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.1rem;
  margin-bottom: 10px;
  font-weight: 500;
}
.price {
  font-size: 1rem;
  color: #b39152;
  font-weight: 700;
}
.past-price {
  font-size: 1rem;
  color: #888;
  text-decoration: line-through;
  margin-right: 10px;
}
.order-button {
  width: 75%;
  background-color: #4f4749;
  border-radius: 50px;
  border: none;
  color: #fff;
  padding: 7px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.1s, color 0.1s;
  outline: 0;
}
.order-button:active,
.order-button:focus,
.order-button:hover {
  padding: 5px;
  border: 2px solid #231f20;
  color: #231f20;
  background-color: #fff;
  outline: 0;
}
.order-button.disabled,
.paginatio.disabled {
  background-color: #ebebeb;
  color: #6a6a6a;
  border: 1px solid;
  box-shadow: none;
}
.nav-bg {
  background-color: #231f20;
}
.nav-logo {
  height: 50px;
}
.banner {
  position: relative;
  color: #fff;
  height: 500px;
  text-align: left;
  padding: 85px 3%;
}
.banner-image,
.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.banner-image {
  background-size: cover;
  background-position: center;
  transition: opacity 1s ease-in-out;
  opacity: 0;
  z-index: 0;
}
.banner-image.active {
  opacity: 1;
}
.banner-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.banner-content {
  position: relative;
  top: 330px;
  z-index: 2;
}
.banner-content h1{
    font-size: 1.3rem;
}
.banner-content p{
    font-size: 0.8rem;
}
.title {
  font-size: 1.5rem;
  padding: 10 0 20;
}
.test {
  height: 100%;
  width: 100%;
}
.button-17,
.paginatio {
  appearance: none;
  border-style: none;
  box-sizing: border-box;
  display: inline-flex;
  fill: currentcolor;
  font-weight: 500;
  height: 15px;
  letter-spacing: 0.25px;
  line-height: normal;
  max-width: 100%;
  overflow: visible;
  padding: 15px;
  position: relative;
  text-transform: none;
  touch-action: manipulation;
  will-change: transform, opacity;
  z-index: 0;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
}
.button-17 {
  align-items: center;
  background-color: #fff;
  border-radius: 24px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 5px -1px,
    rgba(0, 0, 0, 0.14) 0 6px 10px 0, rgba(0, 0, 0, 0.12) 0 1px 18px 0;
  color: #231f20;
  justify-content: center;
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1),
    opacity 15ms linear 30ms, transform 270ms cubic-bezier(0, 0, 0.2, 1);
  user-select: none;
  -webkit-user-select: none;
  width: 80px;
}
.button-17:hover {
  background: #fff9fb;
  color: 231f20;
  border: 2px solid #231f20;
}
.paginatio,
footer a {
  color: #fff;
}
.button-17:active {
  box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%),
    0 8px 12px 6px rgb(60 64 67 / 15%);
  outline: 0;
}
.button-17:focus,
.paginatio:focus {
  outline: 0;
}
.button-17:disabled,
.button-17:not(:disabled),
.button-17:not(:disabled):focus {
  box-shadow: rgba(60, 64, 67, 0.3) 0 1px 3px 0,
    rgba(60, 64, 67, 0.15) 0 4px 8px 3px;
}
.button-17:not(:disabled):hover {
  box-shadow: rgba(60, 64, 67, 0.3) 0 2px 3px 0,
    rgba(60, 64, 67, 0.15) 0 6px 10px 4px;
}
.button-17:not(:disabled):active {
  box-shadow: rgba(60, 64, 67, 0.3) 0 4px 4px 0,
    rgba(60, 64, 67, 0.15) 0 8px 12px 6px;
}
.button-17.active {
  background-color: #231f20;
  color: #fff;
  border: none;
}
.paginatio {
  align-items: center;
  background-color: #4d4446;
  border-radius: 24px;
  justify-content: center;
  user-select: none;
  -webkit-user-select: none;
  width: 200px;
}
.apnarcart,
.cart-icon {
  background-color: #ff7022;
}
.paginatio:active {
  background-color: #161616;
  outline: 0;
}
.text-small {
  font-size: 0.9rem;
}
footer {
  background: #231f20;
}
.fp {
  color: #a4b1bc;
}
.nav-item:hover {
  background-color: #000;
  padding-left: 4px;
  transition: 0.3s;
}
.floating-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}
.cart-icon {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s;
}
#cartCount,
.apnarcart {
  position: absolute;
  color: #fff;
}
.cart-icon:hover .apnarcart,
.cart-icon:hover + .apnarcart {
  background-color: #e64a19;
}
.cart-icon::before {
  content: "\f07a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  font-size: 24px;
}
#cartCount {
  top: -8px;
  right: -8px;
  background-color: red;
  border-radius: 50%;
  padding: 3px 8px;
  font-size: 14px;
}
.apnarcart {
  padding: 6px 10px 6px 12px;
  font-size: 12px;
  z-index: 1001;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  top: 17px;
  left: -70px;
}
.adder {
  color: #fff;
  padding: 7px;
  width: 50%;
  font-size: 13px;
  border: none;
  border-radius: 5px;
  background-color: #2f4858;
}
.adder:active,
.adder:focus {
  background-color: #1e2e39;
  outline: 0;
}
.adder:hover {
  color: #2f4858;
  background-color: #fff;
  border: 2px solid;
  padding: 5px;
}
.addedproduct-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.addedproduct-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  margin: 8px 0;
  border-radius: 5px;
  border: 2px solid #ddd;
}
.addedproduct-details {
  display: flex;
  align-items: center;
}
.addedproduct-details img {
  margin-right: 15px;
}
.addedproduct-info {
  display: flex;
  flex-direction: column;
}
.addedproduct-actions {
  display: flex;
  gap: 10px;
}
.addedproduct-actions i {
  cursor: pointer;
  font-size: 18px;
}
.icon {
  font-size: 1.2rem;
  color: #39393a;
  margin-right: 5px;
}
.icon:hover {
  font-size: 1.3rem;
}
.cart-title {
  color: #190600;
}
.main-cart {
  width: 100%;
  min-height: 30%;
}
.empty-cart {
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
  color: #9e9e9e;
  height: 100%;
  width: 100%;
}
.cart-form {
  padding-bottom: 50px;
}

@media (min-width: 720px) {
.banner-content{
    top: 250px;
}
  .product-image {
    height: 300px;
  }
  .banner-content h1{
    font-size: 2.3rem;
}
.banner-content p{
    font-size: 1.5rem;}
.banner{
    height: 450px;
}
}

        /* Full-screen loader */
        .loader-wrapper {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: white; /* Change background if needed */
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 9999;
        }

        .loading-container {
            display: flex;
            gap: 8px;
        }

        .dot {
            width: 15px;
            height: 15px;
            background-color: #250A04; /* Dot color */
            border-radius: 50%;
            animation: bounce 1.5s infinite ease-in-out;
        }

        .dot:nth-child(1) {
            animation-delay: 0s;
        }
        .dot:nth-child(2) {
            animation-delay: 0.2s;
        }
        .dot:nth-child(3) {
            animation-delay: 0.4s;
        }

        @keyframes bounce {
            0%, 80%, 100% {
                transform: scale(0);
                opacity: 0.3;
            }
            40% {
                transform: scale(1);
                opacity: 1;
            }
        }

        /* Hide loader when page loads */
        .hidden {
            display: none;
        }