html
{
    scroll-behavior: smooth;
    
}

body 
{
    font-family: "Poppins", sans-serif;
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/fonts/fa-solid-900.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/fa-brands-400.woff2") format("woff2");
}


#our-menu
{
    background-color: rgb(139, 192, 139);
}

.menu-section 
{
    background: #ffffff;
    padding: 90px 20px;
    text-align: center;
    overflow: hidden;
}

.menu-container 
{
    max-width: 900px;
    margin: auto;
}


.menu-title 
{
    font-size: 48px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.menu-subtitle 
{
    font-size: 18px;
    color: #666;
    margin-bottom: 30px;
}

.menu-description 
{
    font-size: 17px;
    line-height: 1.8;
    color: #333;
}


.animate 
{
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.9s ease;
}

.animate.show 
{
    opacity: 1;
    transform: translateY(0);
}


@media (max-width: 768px) 
{
    .menu-title 
    {

        font-size: 36px;
    }

    .menu-description 
    {
        font-size: 16px;
    }
}


.product-section-1 
{
  background-color: #e76767;
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
  
}

.product-section-2
{
  background-color: #e7b467;
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
}

.product-section-3
{
  background-color: #cadb8d;
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
}

.product-section-4
{
  background-color: #ae96b9;
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
}

.product-section-5
{
  background-color: #88aaaf;
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
}

.product-section-6
{
  background-color: #e5bb93;
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
}

.product-section-7
{
  background-color: #c9c898;
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
}

.product-section-8
{
  background-color: #b5e69f;
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
}

.product-section-9
{
  background-color: #c27474;
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
}

.product-section-10
{
  background-color: #98c9be;
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
} */

.product-overlay 
{
  padding: 60px 20px;
}


.product-container 
{
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}


.product-image 
{
  flex: 1;
  animation: zoomFade 1.2s ease forwards;
}

.product-image img 
{
  width: 100%;
  max-width: 420px;
  display: block;
  filter: drop-shadow(0 15px 25px rgba(0,0,0,0.5));
}

.product-content 
{
  flex: 1;
  color: #000000;
  animation: slideFade 1.2s ease forwards;
  border: 5px double  #FFD700;
  padding: 40px;
  box-shadow: 0 0 15px #4d4d4d;
}

.mobile-img
{
    display: none;
}

.product-content h2 
{
    font-family: 'Times New Roman', Times, serif;
  font-size: 42px;
  margin-bottom: 15px;
}

.product-content .desc 
{
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 15px;
}

.product-content .highlight {

  font-size: 15px;
  font-weight: 500;
  margin-bottom: 25px;
}


@keyframes slideFade {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes zoomFade {
  from {
    opacity: 0;
    transform: scale(0.85);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}


.animate-title
{
    opacity:0;
    transform:translateY(30px);
    transition:all 0.8s ease;
}

.animate-title.show
{
    opacity:1;
    transform:translateY(0);
}

.animate-text
{
    opacity:0;
    transform:translateY(15px);
    transition:all 1s ease;
}

.animate-text.show
{
    opacity:1;
    transform:translateY(0);
}

.animate-title:hover 
{
    letter-spacing: 1px;
    transition: letter-spacing 0.1s ease;
}



/* ---------------------Navbar--------------------- */
.navbar
{
    background-color: #fffDD0;
    color: black;
    font-weight: bold;
    transition: transform 0.3s ease;
    border: 2px none black;
}

.navbarTags:hover 
{
    transform: translateY(-4px);
    color: red !important;
}


/* ---------------------Menu Slider--------------------- */
.offcanvas.custom-offcanvas
{
    width: 500px !important;
    background-color: rgb(252, 233, 233);
    font: Times;
    font-size: 15px;
}


/* ---------------------Fixes Whatsapp img --------------------- */
.whatsapp-img
{
    position: fixed;
    right: 20px;
    bottom: 80px;
    width: 35px;
    height: 35px;
    border: 0px solid black;
    border-radius: 50%;
}

.whatsapp-img:hover
{
    transform: scale(1.04);
    box-shadow: 0 0 15px #4d4d4d;
}

/* ---------------------Go Top Button--------------------- */
.go-top
{
    font-size: 15px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #ff6767;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    opacity: 0;
    pointer-events: none;
    transition: all .4s;
    color: #ece6e6;

}
.go-top.active
{
    bottom: 20px;
    pointer-events: auto;
    opacity: 1;
}

.go-top:hover
{
    transform: scale(1.04);
    box-shadow: 0 0 15px #4d4d4d;
}


/* ---------------------Footer--------------------- */
.footer 
{
    background-color: #3A3A3A;
    color: rgb(255, 255, 255);
    padding: 20px 20px 20px;
    text-align: center;
    width: 100%;
}

.footer-top 
{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.footer-logo 
{
    width: 200px;
}

.social-icons 
{
    display: flex;
    gap: 15px;
    font-size: 18px;
}

.social-icons i 
{
    cursor: pointer;
    transition: color 0.3s ease, transform 0.3s ease;
}

.social-icons i:hover 
{
    color: #ff4d4d;
    transform: scale(1.2);
}


.footer-line 
{
    margin: 25px auto 15px;
    width: 90%;
    border: none;
    border-top: 1px solid #555;
}

.footer-Text 
{
    font-size: 20px;
    color: rgb(255, 255, 255);
}


/* ---------------------Media Query--------------------- */
@media (max-width: 480px) 
{   
    .offcanvas.custom-offcanvas
    {
        width: 300px !important;
    }

}

@media (max-width: 768px) 
{
  .product-container 
  {
    flex-direction: column;
    text-align: center;
  }

  .product-buttons 
  {
    justify-content: center;
  }

  .mobile-img
  {
    display: block;
  }

  .desktop-img
  {
    display: none;
  }
}