* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
}

.navbar-brand {
  font-family: "Lobster", cursive, sans-serif;
  font-size: 2rem;
  color: #000;
}
.navbar-brand:hover {
  color: #000;
}

.nav-link {
  margin: 0 10px;
  color: #000;
  text-transform: uppercase;
  font-family: "Rubik", sans-serif;
}
.nav-link:hover {
  color: #000;
}

.search {
  height: 40px;
  width: 80%;
  border: 2px solid #f08a0c;
  border-radius: 60px;
  margin-right: -35px;
  font-family: "Rubik", sans-serif;
}

.btn0 {
  height: 40px;
  width: 40%;
  background: #f08a0c;
  color: #fff;
  font-weight: 700;
  border-radius: 60px;
}

.main {
  background: url(./images/fruits-bg.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  color: #fff;
  height: 100vh;
  width: 100%;
}
.main h1 {
  font-size: 4rem;
  font-weight: 700;
}

.btn1 {
  height: 45px;
  width: 35%;
  background: #f08a0c;
  color: #fff;
  font-weight: 700;
  border-radius: 60px;
}
.btn1:hover {
  background: #e3840e;
  transition: 0.5s;
}

.product h1 {
  font-weight: 700;
}

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

.apple {
  background: url(./images/potential.jpg) no-repeat;
  background-size: cover;
  height: 80vh;
  width: 100%;
}
.apple h1 {
  font-family: cursive, sans-serif;
}

.news {
  background: #000;
  color: #fff;
}
.news input {
  height: 45px;
  width: 55%;
  border: 2px solid #fff;
  background: #000;
  color: #fff;
  margin-top: 20px;
  font-weight: 600;
}
.news .btn2 {
  background: #fff;
  height: 45px;
  width: 100px;
  margin-left: -10px;
  border: 2px solid #fff;
  font-weight: 600;
}
.news::placeholder {
  color: #fff;
}
.news p {
  margin: 0;
}
.news a {
  text-decoration: none;
}
.news a svg {
  width: 30px;
  height: 30px;
  padding: 0 5px;
  margin: 0 5px;
  background: #fff;
  border-radius: 50px;
}