*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;

}

.navbar-brand{
    font-size: 2rem;
    color: black;
    font-family: 'Lobster', cursive;
}

.navbar-brand:hover{
    color: black;
}
.nav-link{
    margin-right: 10px;
    margin-left: 10px;
    color: black;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
}

.nav-link:hover{
    color: black;
}

.search{
    height: 40px;
    width: 80%;
    border-radius: 60px;
    outline: none;
    margin-right: -35px;
    font-family: 'Rubik', sans-serif;
    border: 2px solid rgb(248, 26, 92);

}

.btn0{
    height: 40px;
    width: 40%;
    outline: none;
    border: none;
    background: rgb(248, 26, 92);
    color: white;
    border-radius: 60px;
    font-weight: 700;
}

.main {
  background: url('https://images.unsplash.com/photo-1668556102531-2521a0de30e4?q=80&w=1170&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D') no-repeat center center;
  background-size: cover;
  height: 100vh;
  background-position: 50% 50%;
  width: 100%;
}

.main h1 {
    font-size: 4rem;
    font-weight: 700;
}

.btn1 {
    height: 45px;
    width: 135px;
    border: none;   
    outline: none;
    background-color: rgb(248, 26, 92);
    color: white;
    font-weight: 700;
    border-radius: 60px;
}

.new {
  background: #f8f9fa; 
}

.icon-main {
  width: 100px;      
  height: 100px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.icon-main:hover {
  transform: scale(1.2);
}

h1 {
    font-weight: 700;
}

.product h1 {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
}

.product h6 {
  font-family: 'Rubik', sans-serif;
  letter-spacing: 1px;
}

.product .card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 15px;
}

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

.product-img {
  height: 180px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.product-img:hover {
  transform: scale(1.1);
}

.product h6 {
  font-weight: 600;
  margin-top: 10px;
}

.product p {
  font-size: 0.9rem;
  font-weight: 500;
}

.btn1 {
  height: 45px;
  width: 200px;
  border: none;
  outline: none;
  background: rgb(248, 26, 92);
  color: #fff;
  font-weight: 600;
  border-radius: 30px;
  transition: all 0.3s ease;
  margin-top: 20px;
}

.btn1:hover {
  background: rgb(200, 20, 75);
  transform: scale(1.05);
}

.card:hover {
  box-shadow: -2px 1px 25px -4px rgba(0,0,0,0.75);
-webkit-box-shadow: -2px 1px 25px -4px rgba(0,0,0,0.75);
-moz-box-shadow: -2px 1px 25px -4px rgba(0,0,0,0.75);
}

  .apple {
    background:linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url("https://img.freepik.com/free-photo/copy-space-woman-holding-cartoon-box-with-vegetables_23-2148875902.jpg") no-repeat center center;
    background-size: cover;
    height: 80vh;
    width: 100%;
    font-family: 'Lobster', cursive;
  }

.news {
  background-color: black;
  color: white;
}

.btn2 {
  height: 45px;
  width: 100px;
  background: wheat;
  margin-left: -10px;
  border: 2px solid white;
  font-weight: 600;
}

.news input {
  height: 45px;
  width: 55%;
  border: 2px solid white;
  outline: none;
  background: black;
  color: white;
  margin-top: 20px;
  font-weight: 600;
}

.news::placeholder {
  color: white;

}

.news p {
  margin: 0;
}

.feb {
  font-size: 2.5rem;
  cursor: pointer;
  padding-right: 5px;
}