* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
:root {
  --tm-primary: #5a1e1d;
  --tm-bgprimary: #fee5c1;
  --tm-secondary: #ba8030;
  --tm-heading-font: "Zilla Slab", serif;
  --tm-primary-font: "Poppins", sans-serif;
  --tm-secondary-font: "Inter", sans-serif;
  --tm-btn-primary: #fed300;
}
html,
body {
  height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  font-family: var(--tm-primary-font) !important;
  color: var(--tm-primary) !important;
  font-size: 16px;
  height: 100%;
}
@media (max-width:768px) {
  body{
    font-size: 14px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0px;
}
a {
  text-decoration: none !important;
  color: var(--tm-primary);
}
p {
  margin-bottom: 0px;
}
section {
  padding: 50px 0px;
}
.show-box {
  border: 1px solid #e7a087;
  border-radius: 10px;
  min-height: 100px;
  min-width: 80px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.heading-font {
  font-family: var(--tm-heading-font);
  font-size: 60px;
}
/* Navbar */
.logo img {
  width: 120px;
}
.menulist ul {
  list-style: none;
  display: flex;
  gap: 30px;
  padding-left: 0px;
  margin-bottom: 0px;
}
.menulist ul li .menu-link {
  color: #fff;
  font-size: 14px;
  line-height: 68px;
}
.menulist ul li .menu-link:hover{
  color: var(--tm-btn-primary);
}
.side-bar{
  color: #fff;
  display: none;
}
@media (max-width:780px) {
  .side-bar{
    display: block;
  }
  .menulist{
    display: none;
  }
}
/* Banner */

@media (max-width: 768px) {
  .banner {
    min-height: 60vh !important;
  }
}
.banner {
  min-height: 85vh;
  width: 100%;
}
.banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1818188e;
}
.banner img {
  max-height: 85vh;
  object-fit: cover;
  width: 100%;
}
.banner-slick .slick-next {
  right: 20px;
  z-index: 1;
}
.banner-slick .slick-prev {
  left: 35px;
  z-index: 1;
}
.slick-prev:before, .slick-next:before{
  width: 50px;
    height: 50px;
    background: var(--tm-btn-primary);
    padding: 15px;
    border-radius: 5px;
    color: var(--tm-primary) !important;
}
.banner-content h1 {
  font-family: "Orbitron", sans-serif;
  text-shadow: 0 0 10px black;
}
.banner-content p {
  font-family: var(--secondary-font);
  text-shadow: 0 0 10px black;
}
.slick-arrow {
  width: auto !important;
  
}
/* ViewProducts CSS */


.view-product-bg {
  background-color: #fff9e5;
}
.v-product-show {
  display: grid;
  grid-template-columns: 1fr 5fr;
  gap: 10px;
  max-height: 500px;
  overflow: hidden;
}
.v-product-show .show-box:hover::before {
  content: "";
  position: absolute;
  background-color: #3d3d3d38;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.v-sm-product {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  gap: 15px;
  max-height: 500px;
  overflow-y: scroll;
}
.v-sm-product::-webkit-scrollbar {
  display: none;
}
.v-sm-product .show-box {
  max-height: 104px !important;
  object-fit: cover;
}
.inner_photo_product .show-img.active{
  border: 2px solid var(--tm-primary);
  background-color: var(--tm-bgprimary);
}
.show-box .show-img {
  width: 100%;
  height: auto;
}
.v-product .show-box {
  max-height: 500px !important;
}
.border-l {
  border-left: 2px solid var(--tm-primary);
  padding-left: 10px;
}
.v-offer {
  background-color: #ffeeaa;
  font-size: 13.5px;
  font-weight: 500;
  padding: 0 20px;
  border-radius: 10px;
  color: #000;
  display: flex;
  align-items: center;
  height: 100%;
  min-width: max-content;
}
.v-rating-box {
  border: 1.5px solid var(--tm-primary);
  border-radius: 10px;
  padding: 5px 15px;
  margin-right: 10px;
}
.v-rating-box a .fa-star {
  font-size: 14px;
}
.v-reviews {
  border-left: 1px solid var(--tm-primary);
  padding-left: 10px;
  font-size: 12px;
}
.v-sub-list .show-box {
  padding: 5px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-height: 100px;
  max-width: 150px;
  height: 100%;
  font-size: 12px;
}
.v-sub-list .show-box img {
  width: 100%;
  height: auto;
}
.v-item-count {
  padding: 10px;
  max-height: 50px;
}
.v-item-count input[type="button"] {
  background-color: transparent;
  border: none;
  font-size: 20px;
  color: var(--tm-primary);
}
.v-item-count input[type="number"] {
  background-color: transparent;
  border: none;
  font-size: 20px;
  color: var(--tm-primary);
  width: 50px;
  max-width: fit-content;
  text-align: center;
}
.v-item-count input[type="number"]::-webkit-inner-spin-button,
.v-item-count input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.v-item-count input[type="number"]:focus {
  outline: none;
}
.v-cart-btn {
  border: 1px solid var(--tm-btn-primary);
  border-radius: 15px;
  padding: 15px;
  font-weight: 500;
  max-height: 50px;
  min-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--tm-btn-primary);
}
.v-cart-btn:hover {
  border: 1px solid var(--tm-primary);
  background-color: transparent;
}
@media (max-width: 991px) { /* For tablets and below */
  .v-product-show {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 15px;
  }
  .v-sm-product {
    display: flex;
    flex-direction: row;
    gap: 10px;
    overflow-x: auto;
    max-width: 100%;
    padding-bottom: 10px;
    white-space: nowrap;
    scroll-behavior: smooth;
  }
  .v-sm-product .show-box {
    max-width: 80px; /* Adjust the size of small images */
    min-width: 80px;
    height: auto;
    object-fit: cover;
  }
  .v-product {
    max-width: 100%;
    text-align: center;
  }
  .v-product .show-box {
    height: 360px !important;
    
}
}

@media (max-width: 576px) { /* For mobile screens */
  .v-sm-product {
    gap: 8px;
  }
  .v-sm-product .show-box {
    max-width: 90px;
    min-width: 90px;
  }
}

/* Ad Section */
.zx-container {
  margin-bottom: 410px;
}

.zx-bg,
.zx-bg1,
.zx-bg2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  min-height: 500px;
  padding: 50px 0;
}

/* Ensure background images are applied correctly */
.zx-bg {
  background-image: url("../img/2241.png");
}

.zx-bg1 {
  background-image: url("../img/245.png");
}

.zx-bg2 {
  background-image: url("../img/2148336706.png");
  width: 100%;
}

.zx-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.zx-btn {
  background-color: var(--tm-secondary);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  font-family: var(--tm-heading-font);
  font-weight: 700;
  font-size: 16px;
  width: 150px;
  min-width: max-content;
  padding: 0 40px;
  height: 50px;
}

.zx-box {
  position: absolute;
  top: 100%;
  right: 0;
  width: 85%;
  background-color: var(--tm-secondary);
  transform: translateY(-15%);
  border-radius: 20px;
  min-height: 300px;
  display: flex;
  align-items: center;
}

.zx-img {
  width: 100%;
  max-width: 400px;
  height: auto;
}

.zx-btn-bg {
  background-color: var(--tm-primary);
  border: 1px solid var(--tm-primary);
}

.zx-btn-bg:hover {
  background-color: transparent;
  border: 1px solid var(--tm-primary);
  color: var(--tm-primary) !important;
}

@media (max-width: 992px) {
  .zx-box {
    flex-direction: column;
    width: 100%;
    position: relative;
    transform: none;
    top: auto;
    right: auto;
  }

  .zx-img {
    max-width: 300px;
  }

  .zx-btn {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .zx-box {
    padding: 15px;
    min-height: auto;
    
  }
  .zx-bg,.zx-bg1{
    flex-direction: column;
    gap: 20px;
  }
  .zx-box .zx-content-box{
    /*flex-direction: column;*/
    align-items: center;
  }
  .zx-content h2 {
    font-size: 24px;
  }

  .zx-img {
    max-width: 250px;
  }
  .zx-container {
    margin-bottom: 204px;
}

.heading-font {
  font-family: var(--tm-heading-font);
  font-size: 34px;
}
}

@media (max-width: 576px) {
  .v-button{
    display: flex;
    flex-direction: column;
  }
  .zx-container {
    margin-bottom: 270px;
  }

  .zx-bg,
  .zx-bg1,
  .zx-bg2 {
    min-height: 350px;
  }

  .zx-box {
    flex-direction: column;
    width: 100%;
    padding: 10px;
  }

  .zx-img {
    max-width: 200px;
  }

  .zx-btn {
    font-size: 14px;
    padding: 0 20px;
    height: 40px;
  }
}

/* ======= */
.outer-box {
  background-color: #b57c2e; /* Light brown outer background */
  padding: 50px 100px 50px 50px;
  border-radius: 15px 0px 0px 15px;
  text-align: start;
  margin: 0;
  width: 85%;
}

.content-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 20px;
}

.content-card {
  background-color: #ffe5c1; /* Light cream color */
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.content-card p {
  font-size: 16px;
  font-weight: 500;
}
.icon-star {
  font-size: 24px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background-color: var(--tm-primary);
}
.icon-star .fa-star {
  color: #ffe5c1;
}

.bottom-text {
  margin-top: 20px;
  color: white;
  font-size: 20px;
  font-weight: 500;
}

.cta-button {
  display: inline-block;
  background-color: var(--tm-btn-primary); /* Yellow CTA */
  color: #000;
  padding: 9px 30px;
  font-weight: 600;
  font-size: 20px;
  border-radius: 8px;
  text-decoration: none;
  margin-top: 20px;
  border: 1px solid var(--tm-btn-primary);
  min-width: max-content;
}
.cta-button:hover {
  background-color: transparent;
  color: var(--tm-btn-primary);
  border: 1px solid var(--tm-btn-primary);
  padding: 9px 30px;
  font-weight: 600;
  font-size: 20px;
  border-radius: 8px;
  text-decoration: none;
  margin-top: 20px;
  min-width: max-content;
}
@media (max-width:768px) {
  .outer-box {
    padding: 24px;
    width: 100%;
}
.content-boxes {
  display: flex;
flex-direction: column; 
}
.outer-end{
  flex-direction: column;
}
}
/* ======= */
.tm-primary-bg {
  position: relative;
  padding: 100px 0px;
  background: var(--tm-primary);
}
.tm-img {
  position: absolute;
  height: 100%;
  /* min-height: max-content; */
  right: 0;
  top: 0;
  padding: 50px 0px;
}
.tm-img img {
  height: 100%;
}
.tm-primary-bg h1 {
  color: var(--tm-btn-primary);
  line-height: 73.67px;
  letter-spacing: 0px;
}
.list-rm ul {
  list-style: none;
  padding-left: 0px;
}
.list-rm ul li {
  color: #fff;
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
.list-rm ul li span .fa-star {
  color: var(--tm-btn-primary) !important;
}
@media (max-width:768px) {
  .cta-button{
    font-size: 13px !important;
  }
  .tm-img{
    display: none;
  }
  .tm-primary-bg h1 {
    color: var(--tm-btn-primary);
    line-height: 38.67px;
    letter-spacing: 0px;
}
}
/* ======= */

.testimonial-section {
  padding: 100px 0px;
  position: relative;
}

.testimonial-carousel {
  display: grid;
  gap: 40px;
  padding: 50px 0px;
  grid-template-columns: 2fr 3fr 2fr;
}

.testimonial-box {
  background-color: var(--tm-primary);
  padding: 50px 20px;
  display: flex !important;
  transition: all 0.5s linear;
  transform: scale(0.9);
  flex-direction: column;
  align-items: center;
  gap: 5px;
  border-radius: 20px;
  text-align: center;
}
.slick-center {
  transition: all 0.5s linear;
  transform: scale(1.1);
}
.testimonial-img {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  overflow: hidden;
  margin-bottom: 20px;
}
.testimonial-img img {
  width: 100%;
  height: auto;
}
.t-review {
  font-size: 14px;
}
.testimonial-rating .fa-star {
  color: var(--tm-btn-primary);
}

/* ====== */
.order-box {
  border-radius: 20px;
}
.order-item {
  border-radius: 20px;
  overflow: hidden;
  background-color: var(--tm-bgprimary);
}
.order-item img {
  min-width: 300px;
  width: 100%;
}
.order-details {
  color: var(--tm-bgprimary);
}
.offer-price {
  color: var(--tm-btn-primary);
}
.offer-type {
  font-size: 8px;
  font-style: var(--tm-heading-font);
  min-width: max-content;
}
.offer-rm {
  display: flex;
  gap: 5px;
  align-items: baseline;
}
.offer-rm .v-offer {
  font-size: 12px;
  min-width: max-content;
}
.order-btn a {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 50%);
  background-color: var(--tm-btn-primary);
  color: black;
  width: 70%;
  text-align: center;
  padding: 5px;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 600;
  color: var(--tm-primary);
}
.order-btn a:hover {
  box-shadow: 1px 1px 20px var(--tm-btn-primary);
}
/* ===== */

.offer-badge {
  background-color: var(--tm-primary);
  color: var(--tm-bgprimary);
  border-radius: 10px;
  padding: 8px 15px;
  margin-bottom: 10px;
  max-width: min-content;
  font-size: 14px;
  min-width: max-content;
}
.offer-list-rm ul {
  list-style: none;
  padding: 0;
}
.offer-list-rm ul li {
  margin-bottom: 10px;
  display: flex;
  gap: 15px;
}
@media (max-width:768px) {
  .offer-section{
    flex-direction: column;
    margin-bottom: 20px;
  }
  .offer-section.rm-sec{
    flex-direction: column-reverse !important;
    margin-bottom: 20px;
  }
  .offer-list-rm ul li {
    display: block;
}
}
/* ===== */
.promo-container {
  padding: 50px 20px;
}
.sm-button {
  background-color: #f4d7b2;
  color: #5b2423;
  font-weight: bold;
  padding: 12px 20px;
  border: none;
  border-radius: 5px;
  text-transform: uppercase;
}
.limited-offer {
  position: absolute;
  backdrop-filter: blur(10px);
  background-color: #ffffff6e;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  /* right: 53%; */
  left: -70%;
  bottom: 40%;
  min-width: 300px;
  min-height: 200px;
  transform: translateY(50%);
  border: 1px solid #ffffffa8;
}
.limited-offer img {
  width: 80px !important;
  height: auto;
}
.product-image img {
  max-width: 500px;
  width: 100%;
  border-radius: 10px;
}
.arrow-m {
  right: -40px;
  bottom: -20px;
}
@media (max-width:768px) {
  .arrow-m{
    display: none;
  }
  .limited-offer{
    position: relative;
    left: 0;
    bottom: 0;
    transform: translateY(0);
    right: 0;
  }
  .product-image {
    width: 100%;
  }
  .pro-box{
    flex-direction: column-reverse;
  }
}
/* ======= */

.tab-button-rm ul {
  list-style: none;
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
  flex-direction:row;
}
.tab-button-rm ul li{
  margin: 5px;
}
.nav-link {
  border: 1px solid var(--tm-primary) !important;
  /*color: #f8f9fa !important;*/
  font-size: 14px !important;
  border-radius: 5px;
  flex-grow: 1;
  text-align: center;
  padding: 5px !important;
  cursor: pointer !important;
  min-width: max-content;
}
.tab-btn-group{
  overflow-x: scroll;
}
.tab-btn-group::-webkit-scrollbar{
  display: none;
}
.nav-link.active {
  background-color: var(--tm-primary) !important;
  color: #fff !important;
}

.faq-qn {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  min-height: 70px;
}
.faq-qn:hover{
  cursor: pointer;
  background-color: var(--tm-primary);
  color: var(--tm-btn-primary);
  transition: all 0.3s linear;
}
.faq-qn.active{
  background-color: var(--tm-primary);
  color: var(--tm-btn-primary);
}
.faq-ans {
  opacity: 0;
  visibility: hidden;
  max-height: 0px;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s;}
.faq-ans.show{
  opacity: 1;
    visibility: visible;
    max-height: min-content;
    padding: 16px;
    background: var(--tm-primary);
    color: #fff;
    font-size: 14px;
    margin-top: -8px;
    border-radius: 0 0 10px 10px;
}
.bg-coffee {
  background-image: url("../img/72d81527ff3788c58108c1947aa992cb.png");
  height: 200px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.bg-coffee::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #652120;
  opacity: 80%;
}
@media (max-width:768px) {
  .rs-sec{
    flex-direction: column;
  }
  .rs-sec .cta-button{
    font-size: 10px !important;
  }
}


/*Abarna*/

.menu-link {
  color: white !important;
}
.nav-item a:hover{
  color:orange !important;
}
.navbar-nav{
  gap: 20px;
}
@media(max-width:320px){
  .nav-item a{
    color: #5a1e1d !important;
  }
  .offcanvas.offcanvas-start {
    width: 85% !important;
  }
}
@media(max-width:375px){
  .nav-item a{
    color:white !important;
  }
  .offcanvas.offcanvas-start {
    width: 85% !important;
  }
}
@media(max-width:425px){
  .nav-item a{
    color:white !important;
  }
  .offcanvas.offcanvas-start {
    width: 75% !important;
  }
  .zx-box .zx-content-box {
    flex-direction: column;
  }
  
}
@media(max-width:768px){
  .nav-item a{
    color: white!important;
  }
  .offcanvas.offcanvas-start {
    width: 50%;
  }
}