*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    /* border: 1px solid red; */
}


.navbar {
      border-top: 5px solid #42210b;
    }

    .navbar-brand{
      font-weight: bold;
      font-size: 18px;
      color: #20c997 !important;
    }
    .navbar-brand-1{
      font-weight: bold;
      font-size: 18px;
      color: orange !important;

    }

    .nav-link {
      color: #222 !important;
      transition: color 0.5s ease;
      font-size: 16px;
      padding: 0 15px;
      font-family: 'Times New Roman', Times, serif;
    }

    .nav-link:hover {
      color: #20c997 !important; /* sea green */
    }

    .cart-icon {
      font-size: 22px;
      color: #000;
      cursor: pointer;
    }
    .cart-icon:hover {
      color: #20c997 !important; /* sea green */
      transition: 0.5s ease-in-out;
    }

    .navbar-nav {
      justify-content: center;
      flex-grow: 1;
    }

    .navbar-collapse {
      justify-content: center;
    }

    @media (max-width: 991px) {
      .navbar-nav {
        justify-content: start;
      }
    }


    .hero-text{
padding: 10% 0% 0% 1.5%;
    }

.hero-title{
      color: #20c997 !important;
      font-weight: bold;
      font-family: 'Times New Roman', Times, serif;
    }
    .hero-title-1{
      color: orange !important;
      font-weight: bold;
      font-family: 'Times New Roman', Times, serif;
    }
    .hero-description{
      color: #222 !important;
      font-size: 18px;
      font-family: 'Times New Roman', Times, serif;
      font-weight: 600;
    }

    .hero-button{
      background-color: #20c997 !important;
      color: #000000 !important;
      font-weight: bold !important;
      padding: 10px 20px;
      border-radius: 5px;
      transition: background-color 0.3s ease;
      border: none;
    }

    .hero-button:hover{
      background-color: orange !important;
      color: #000000 !important;
      transition: background-color 0.3s ease;
      border: none;

    }
    .headline{
      text-align: center;
      font-size: 36px;
      font-weight: bold;
      color: #000000 !important;
      margin-top: 20px;
      font-family: 'Times New Roman', Times, serif;
      /* border-bottom: 1px solid #20c997 !important; */
    }

    .Products-des{
      text-align: center;
      font-size: 16px;
      color: #222 !important;
      margin-top: 10px;
      font-family: 'Times New Roman', Times, serif;
    }



    
  .product-card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
  }

  .product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  }

  .cart-btn {
    background-color: #e6f4f1;
    color: #444;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
  }

  .cart-btn:hover {
    background-color: #20c997;
    color: #fff;
  }

  .card-img-top {
    height: 200px;
    object-fit: contain;
  }

  @media (max-width: 576px) {
    .card-img-top {
      height: 150px;
    }
  }

  .fw-bold{
    font-family: 'Times New Roman', Times, serif;
  }
.Deals-Section {
    padding: 50px 15px;
    background-color: #f8f9fa;
}

.Deal-1, .Deal-2 {
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    border-radius: 12px;
}

.Deal-1 {
    background-image: url('Assests/Deals-img.jpg');
}

.Deal-2 {
    background-image: url('Assests/Deals-img\(1\).jpg'); /* Add a second image here */
}

.Deals-short-headline {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.Deals-Title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: rgb(255, 255, 255) ;
    font-family: 'Times New Roman', Times, serif;
}

.Deals-Description {
    font-size: 1rem;
    margin-bottom: 20px;
}
.Deals-Button1 {
    padding: 10px 20px;
    font-weight: 600 !important;
    width: fit-content;
    background: orange !important;
    border: 1px solid black;
    color: white !important;
    border-radius: 5px;
    text-decoration: none;
}
.Deals-Button1:hover {
    background: #20c997;
    color: #000000 !important;
    transition: 0.3s ease-in-out;
}

.Deals-Button {
    padding: 10px 20px;
    font-weight: 600 !important;
    width: fit-content;
    background: #20c997 !important;
    border: 1px solid black;
    color: white !important;
    border-radius: 5px;
    text-decoration: none;
}
.Deals-Button:hover {
    background: #20c997;
    color: #000000 !important;
    transition: 0.3s ease-in-out;
}

.Newsletter-Section{
    padding: 50px 15px;
    background-color: #0c102a;
    /* text-align: center; */
    height: auto;
}

.left{
    width: 50%;
    float: left;
    /* padding: 20px; */
}

.right{
    width: 50%;
    float: right;
    padding: 20px 0px 0px 0px;
}

.Newsletter-Title{
    font-size: 2rem;
    font-weight: 700;
    color: #20c997 !important;
    margin-bottom: 15px;
    font-family: 'Times New Roman', Times, serif;
}

.Newsletter-Description{
    font-size: 1rem;
    color: #fff;
    margin-bottom: 20px;
}
form {
    display: flex;
    /* flex-direction: column; */
    /* align-items: center; */
    /* justify-content: center; */
    width: 100%;
}

form input[type="email"] {
    width: 50%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    margin-bottom: 10px;
}

.subs-btn{
    background-color: orange !important;
    color: #000000 !important;
    font-weight: bold !important;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    border: none;
    width: 20%;
    height: 3rem;
    margin: 0px 0px 0px 10px;
}
.last-btn{
    background-color: #20c997 !important;
    color: #000000 !important;
    font-weight: bold !important;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    border: none;
    width: 50%;
    height: 3rem;
    margin: 0px 0px 0px 10px;
}