

@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');
*{
  margin: 0;
  box-sizing: border-box;
  padding: 0;
 /* font-family: 'Great Vibes', cursive; */
font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 18px;
}
html {
    scroll-behavior: smooth;
  }
  @keyframes gradientAnimation {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* background-color:#EDF4F2 !important;
     */
    background-color:white !important;

  
          animation: slideLeftToRight 2s ease forwards; /* Apply animation */

   }

/* ..Navbar...  */

 /* ----- Navbar General Style ----- */
    .navbar-blush {
    background: linear-gradient(90deg, #ffdde1 0%, #ee9ca7 100%);
    padding: 0.8rem 1rem;
    transition: all 0.3s ease-in-out;
    }
    .navbar-blush .nav-link {
    /* font-family: "Jost", sans-serif; */
      /* font-family: "Redressed", cursive; */
        /* font-family: 'Lato', sans-serif; */
  
    font-weight: bolder;
    color: #4a2c2a !important;
    font-weight: 500;
    font-size: 1rem;
    margin: 0 10px;
    position: relative;
    transition: color 0.3s ease, transform 0.2s ease;
    }
    .navbar-blush .nav-link::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    left: 0;
     bottom: -3px;
    background: #b83b5e;
    transition: width 0.3s ease;
    }
    .navbar-blush .nav-link:hover::after {
    width: 100%;
    }

    .navbar-blush .nav-link:hover {
    color: #b83b5e !important;
    transform: translateY(-2px);
    }
.navbar-blush:hover {
    background: white !important;
   /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);*/
    }
    .navbar-blush:hover img {
      box-shadow: 0px 0px 10px #ee9ca7;
    transform: scale(1.1);

    }
    .navbar-nav .nav-link {
    color: #3b0b0b !important;
    font-weight: 500;
    position: relative;
    }

    /* Remove unwanted underline or white square from dropdown */
    /* .navbar-nav .nav-link::after {
    display: none !important;
    } */
    /* Remove ONLY the dropdown arrow underline */
    .dropdown-toggle::after {
        display: none !important;
    }

    /* Add a proper Font Awesome caret for dropdowns */
    .navbar .dropdown-toggle::after {
    content: "\f107"; /* Font Awesome down arrow */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: 5px;
    font-size: 0.8rem;
    color: #3b0b0b;
    }

    /* Hover effect */
    .navbar-nav .nav-link:hover {
    color: #5c0d0d !important;
    }

    /* Fix icons */
    .navbar-nav .fa-shopping-cart,
    .navbar-nav .fa-user {
    color: #3b0b0b !important;
    }

    /* ----- Dropdown Menu ----- */
    .dropdown-menu {
    background-color: #f9e1e5;
    border: none;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
    }

    .dropdown-item {
    color: #3b0b0b;
     /* font-family: "Jost", sans-serif; */
 
     font-size: 1rem;
     font-weight: bolder;
    }

    .dropdown-item:hover {
    background-color: #f1a3ad;
    color: #fff;
    }

    /* ----- Mobile View ----- */
    @media (max-width: 992px) {
    .navbar-nav {
    background-color: #f1a3ad;
    text-align: center;
    padding: 10px 0;
    }

    .navbar-nav .nav-item {
        margin: 5px 0;
    }

    .navbar-toggler {
        border: none;
        color: #3b0b0b !important;
        font-size: 1.5rem;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

  .navbar-collapse {
        max-height: 80vh; /* 80% of the screen height */
        overflow-y: auto;
        background-color: #f1a3ad; /* Match the pink background */
        padding: 15px 0;

    }

    /* Prevent body from scrolling when menu is open */
    body.nav-open {
        overflow: hidden;
    }

    /* Adjust dropdowns inside mobile menu */
    .dropdown-menu {
        position: static;
        float: none;
        background-color: #f9e1e5;
        }
        }




        /* Dropdown menu */
        .navbar-blush .dropdown-menu {
        background-color: #ffe6eb;
        border: none;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        
        }
/* Force dropdown-menu-end to align LEFT */
.navbar .dropdown-menu-end {
    right: auto !important;
    left: 0 !important;
}


        .navbar-blush .dropdown-item {
        color: #4a2c2a;
        transition: background-color 0.3s ease, color 0.3s ease;
        }

        .navbar-blush .dropdown-item:hover {
        background-color: #ffccd5;
        color: #b83b5e;
        }

        /* Cart & icons */
        .navbar-blush .fa-shopping-cart,
        .navbar-blush .fa-user {
        color: #4a2c2a;
        transition: color 0.3s;
        }

        .navbar-blush .fa-shopping-cart:hover,
        .navbar-blush .fa-user:hover {
        color: #b83b5e;
        }

        /* Mobile navbar */
        .navbar-toggler {
        border: none;
        background-color: black !important;
        }

        .navbar-toggler:focus {
        box-shadow: none;
        }

        @media (max-width: 991px) {
        .navbar-collapse {
        background: linear-gradient(90deg, #ffdde1 0%, #ee9ca7 100%);
        border-radius: 8px;
        margin-top: 10px;
        padding: 1rem;
        }

        .nav-link {
        display: block;
        padding: 10px;
       font-size: 1.4rem !important;
        }

        .navbar-nav .nav-item {
        margin-bottom: 5px;
        }

        #cart-count {
        top: 5px !important;
        left: 15px !important;
        transform: translate(0, 0) !important;
        }.navbar-nav .dropdown-menu {
        top: 100%;
        margin-top: 8px;
        min-width: 200px;
    }
        }
      /* Media queries for responsiveness */
      @media (max-width: 768px) {

        .navbar-nav .nav-item .nav-link {
          padding: 10px 10px; /* Adjust padding for smaller screens */
          font-size: 14px; /* Adjust font size for smaller screens */
        }
      }
/* ..workshop..  */

.btn-cart{
    background-color:#20948B;
  
    animation: gradientAnimation 6s ease infinite;
    color: white;
    /* border-radius: 40px !important; */
font-weight: bold;
}
.buynow{
    background-color:#ce2727;
  
    animation: gradientAnimation 6s ease infinite;
    color: white;
    /* border-radius: 40px !important; */
font-weight: bold;

}
.buynow:hover{
    background-color:#6AB187;
  
    animation: gradientAnimation 6s ease infinite;
    color: black;
    /* border-radius: 40px !important; */
font-weight: bold;

}
.btn-star{
    background-color: #20948B;
    
    animation: gradientAnimation 6s ease infinite;
    color: white;
    border-radius: 40px !important;
font-weight: bold;
}
.btn-cart:hover{
    color: black !important;
    text-decoration: none !important;
    background-color:#6AB187 ;
    border: 2px solid #6AB187;
}
.workshop-img{
    height: 400px;
}

    .container-product{
    /* background-image: url(card.jpg); */
    background-repeat: no-repeat;
    background-size: cover;

    }
    .btn-view-all {
      background-color:#20948B;
      color: #fff;
      border: none;
      padding: 10px 20px;
      border-radius: 5px;
      /* border: 1 px solid black !important; */
      font-size: 16px;
      cursor: pointer;
      transition: background-color 0.3s ease;
      align-items: center;
    }

    .btn-view-all:hover {
      background-color: #6AB187; /* Change to your desired hover color */
      color: black !important;
      text-decoration: none !important;
    }

    .card-text {
    display: none; /* Hide the card text by default */

    font-weight: 500;
    }
    .card-title{
      color: black;
    }
    .card-text {

    font-weight: bold;
    display: block; /* Show the card text on hover */
    }
    .card-img-top {
    height: 200px; /* Set the height of the card images */
    object-fit: cover; /* Ensure the images maintain aspect ratio */
    }
    .card-red{
      color: #6AB187;
      font-weight: 500;
    }


    .class-img{
        align-items: center;
        display: flex;
        justify-content: center;

    }
    .class-img img{
        width: 160px;
    }
    .container-class{
      background-repeat: no-repeat;
      background-size: cover;
          }
          .welcome-img{
            width: 250px;
          }
          .welcome{
            display: block;
            justify-content: space-around;
          }
          .carousel-item{
    width: 100%;

    }
    /* ...Gallery  */
    .btn-link {
        border: none;
        background: none;
        color: #154b2b !important; /* Bootstrap's primary color */
        cursor: pointer;
        }

        .btn-link:hover {
        color: #154b2b; /* Darker shade for hover effect */
        }
        .custom-paragraph{
        font-size: 19px;

        }









/* ..footer..  */
