*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Uchen', serif;
}

.all-content{
    background: #2e1700;
}
/* Navbar Logo */
#logo {
    font-size: 23px;
    color: white;
}
#logo img {
    margin-bottom: 15px;
}


/* Navbar Links */
.nav-link {
    color: white;
    font-weight: bold;
    text-shadow: 1px 1px 1px black;
    margin-left: 15px;
    transition: background-color 0.3s ease;
}
.nav-link:hover {
    background-color: rgba(161, 109, 14, 1);
    color: white;
    border-radius: 5px;
    padding: 0.3rem 0.6rem;
}

.menu-d {
    background-color: rgba(161, 109, 14, 1) !important; /* Set background color to green */
    border: none; /* Remove border */
}

/* Dropdown item styling */
.menu-i {
    color: white !important;  /* Set text color to white for better contrast */
    transition: background-color 0.3s ease;
}

.menu-i:hover {
    background-color: rgb(187, 177, 160) !important; /* Optional: Hover color */
    color: white;
    border-radius: 5px;
}



/* Navbar Icons */
.icons {
    margin-left: 30px;
}
.icons img {
    margin-left: 10px;
    transition: 0.5s ease;
    cursor: pointer;
}
.icons img:hover {
    transform: translateY(-5px);
}

/* Small screens */
@media screen and (max-width: 330px) {
    #logo {
        font-size: 15px;
    }
}
/* navbar end */

/* Product Card Title Styling */
#product-cards h1 {
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
    color: rgba(161, 109, 14, 1);
    text-shadow: 1px 1px 1px black;
    border-bottom: 2px solid rgba(161, 109, 14, 1);
}

/* Card Styling */
#product-cards .card {
    background-color: rgba(161, 109, 14, 1);
    box-shadow: 0 0 3px black;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
}

/* Overlay Styling */
.overlay {
    display: block;
    opacity: 0;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    transition: opacity 0.5s ease;
}

#product-cards .card:hover .overlay {
    opacity: 1;
}

.overlay i img {
    background-color: #2e1700;
    height: 30px;
    width: 30px;
    padding: 7px;
    margin-bottom: 5%;
    cursor: pointer;
}

.overlay .btn-secondary {
    background: transparent !important;
    border: none;
    box-shadow: none;
}

/* Card Body and Content Styling */
#product-cards h3 {
    color: white;
    text-shadow: 1px 1px 1px black;
}

.star .checked {
    color: yellow;
}



/* new code */
#btn2 {
    font-size: 15px;
    color: #2e1700;
    font-weight: bold;
    padding: 10px 0;
    border-top: 1px solid rgba(161, 109, 14, 0.3);
    margin-top: 20px;
}

#btn2 span {
    font-size: 18px;
}

#btn2 .btn-primary {
    width: 110px;
    height: 35px;
    font-size: 15px;
    background-color: transparent;
    color: #2e1700;
    border: 2px solid #573818;
    border-radius: 5px;
    font-weight: bold;
    letter-spacing: 1px;
    transition: 0.3s ease;
    text-decoration: none;
    margin-bottom: 10px;
}

#btn2 .btn-primary:hover {
    background-color: #2e1700;
    color: white;
    border-color: #2e1700;
}

/* new code end */
#product-cards p {
    color: #2e1700;
    font-weight: bold;
}

#product-cards h6 {
    font-size: 20px;
    color: #2e1700;
    font-weight: bold;
}

#product-cards h6 span button {
    width: 110px;
    height: 35px;
    font-size: 15px;
    background: transparent;
    letter-spacing: 3px;
    border: 2px solid #573818;
    border-radius: 5px;
    font-weight: bold;
    transition: 0.5s ease;
    cursor: pointer;
}
.recent-card-oldprice{
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: rgb(4, 13, 6);
    text-decoration: line-through;
}
.newRecentSlider{
    margin: 2px 0 0;
    width: 100%;
    text-align: left;
}

.discount-percentage{
border-radius: 2px;
    color: rgb(4, 13, 6);
    font-size: 13px;
    font-weight: 500;
    margin-left: 6px;
}
#product-cards h6 span button:hover {
    background-color: #2e1700;
    color: white;
}

/* Image Sizes and Button Margins for Various Screens */
.kimg {
    height: 160px;
    width: 255px;
}

.cimg {
    height: 300px;
    width: 203px;
}

.card-body-1 {
    height: 130px;
}


#btn2 {
    margin-top: 5px;
}
.card-body-1 {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}



/* Responsive Styles for Large Screens (992px and above) */
/* Small Devices (480px and below) */
@media (max-width: 480px) {
    .kimg, .cimg {
        height: 320px !important;
        width: 180px;
    }

    .card-body-1 {
        height: 100px;
    }
}

/* Medium Devices (Tablets, 768px and below) */
@media (max-width: 768px) {
    .kimg, .cimg {
        height: 300px !important;
        width: 220px;
    }

    .card-body-1 {
        height: 150px;
    }

    #btn1, #btn2{
        margin-top: 10px;
    }
     #btn3 {
        margin-top: 20px;
    }

}

/* Large Devices (Desktops, 992px and above) */
@media (max-width: 992px) {
    .kimg, .cimg {
        height: 200px;
        width: 300px;
    }

    .card-body-1 {
        height: 150px;
    }

    #btn1, #btn2, #btn3 {
        margin-top: 50px;
    }
    
}

/* Extra Large Screens (1200px and above) */
@media (max-width: 1200px) {
    .kimg, .cimg {
        height: 250px;
        width: 300px;
    }

    .card-body-1 {
        height: 130px;
    }

    #btn1, #btn2, #btn3 {
        margin-top: 10px;
    }
}

/* Extra Small Devices (320px and below) */
@media (max-width: 320px) {
    .kimg {
        height: 220px;
        width: 150px;
    }

    .cimg {
        height: 120px;
        width: 180px;
    }

    .card-body-1 {
        height: 100px;
    }
    #btn1, #btn2{
        margin-top: 20px;
    }
     #btn3 {
        margin-top: 20px;
    }
}

/* product cards end */

/* about */
#about {
    margin-top: 50px;
  }
  
  #about h1 {
    font-weight: bold;
    color: rgba(161, 109, 14, 1);
    text-shadow: 1px 1px 1px black;
    border-bottom: 2px solid rgba(161, 109, 14, 1);
    padding-bottom: 10px;
    margin-top: 50px;
  }
  
  #about .card {
    background-color: rgba(161, 109, 14, 1);
  }
  
  #about p {
    color: rgba(161, 109, 14, 1);
    text-shadow: 1px 1px 1px black;
    font-weight: bold;
  }
  
  #about .btn {
    width: 150px;
    letter-spacing: 3px;
    background-color: rgba(161, 109, 14, 1);
    color: white;
    border: none;
    cursor: pointer;
  }
  
  @media screen and (max-width: 1000px) {
    #about p {
      font-size: 12px;
    }
  }
  
  @media screen and (max-width: 760px) {
    #about p {
      font-size: 16px;
    }
  }
  
/* about */

/* General Styling */
/* contact */
#contact {
    margin-top: 100px;
}

#contact h1 {
    font-weight: bold;
    color: rgba(161, 109, 14, 1);
    text-shadow: 1px 1px 1px black;
    border-bottom: 2px solid rgba(161, 109, 14, 1);
    padding-bottom: 10px;
    margin-top: 50px;
}

#contact .form-control {
    background-color: white !important;
    color: white;
}

#contact .form-control::placeholder {
    color: rgb(11, 2, 2);
}

#messagebtn button {
    width: 200px;
    letter-spacing: 3px;
    font-weight: bold;
    background: transparent;
    border: 2px solid white;
    color: white;
    transition: 0.5s;
}

#messagebtn button:hover {
    background-color: rgba(161, 109, 14, 1);
    border-color: rgba(161, 109, 14, 1);
}

/* Map and contact form layout on medium and larger screens */
@media (min-width: 768px) {
    #contact .col-md-6 .position-relative {
        min-height: 400px;
    }
}

/* Adjustments for extra large screens */
@media (min-width: 1200px) {
    #contact {
        padding: 80px 0;
    }

    #contact h1 {
        font-size: 2.5rem;
    }

    #messagebtn button {
        font-size: 1.2rem;
    }
}

/* footer */
#footer {
    background-color: #573818;
    box-shadow: 0px 0px 5px black;
    margin-top: 100px;
  }
  
  #footer h1 {
    color: white;
    padding-top: 30px;
  }
  
  #footer p {
    color: white;
  }
  
  .icons i {
    background-color: white;
    color: #573818;
    border-radius: 50px;
    padding: 10px;
    font-size: 20px;
    transition: 0.5s;
    cursor: pointer;
  }
  
  .icons i:hover {
    background-color: rgba(161, 109, 14, 1);
    color: white;
  }
  
  .copyright {
    margin-top: 20px;
  }
  
  .credite a {
    text-decoration: none;
    color: white;
  }
  
  .credite a:hover {
    text-decoration: underline;
  }
  
  .arrow {
    position: fixed;
    bottom: 20px;
    right: 20px;
    transition: opacity 0.3s ease;
  }
  
/* footer */
html{
    scroll-behavior: smooth;
}
.arrow{
    position: fixed;
    background-color: rgba(161,109,14,1);
    border-radius: 50px;
    height: 50px;
    bottom: 40px;
    right: 50px;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
}

 /* .fixed-top{
    padding-left: 80px !important;
    padding-right: 80px !important;
} */
.align-items-center{
    /* padding-left: 60px !important;
    padding-right: 60px !important; */
    padding-top: 20px !important;
} 

.carousel-indicators{
    margin-bottom: -2rem !important;
}
.burger-cls{
    padding-top: 10px !important;
}
#product-cards h6 span button{
    width: 120px;
     text-align: center;
  }

  .whatsapp-button {
    position: fixed; 
    bottom: 27px; 
    left: 25px; 
    z-index: 1000; 
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #25d366;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    animation: bounce 2s infinite;
}

/* WhatsApp icon */
.whatsapp-button img {
 width: 75px;
 height: 64px;
}

/* Bounce animation */
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}



















/* Hover effect */
.whatsapp-button:hover {
    background-color: #128c7e;
    animation: none;
}
/* whatsapp button  end*/


.navbar-dark .navbar-nav .nav-link {
    margin-right: 20px;
    color: rgba(255, 255, 255, .55);
}

a{
    color: white !important;
}