* {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
}

.navbar {
  height: 60px;
  background-color: #0f1111;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.nav-logo,
.logo {
  height: 50px;
  width: 100px;
}

.logo {
  background-size: cover;
  background-image: url(img/amazon_logo.png);
}

.border {
  border: 2px solid transparent;
}

.border:hover,
.border:focus {
  border: 2px solid white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}

.border:active {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
  transform: translateY(0);
}

.add-frist {
  color: #cccccc;
  font-size: 0.8rem;
  margin-left: 15px;
}

.add-sec {
  color: white;
  font-size: 1rem;
  margin-left: 3px;
}

.add-icon,
.search-icon {
  display: flex;
  align-items: center;
}

.nav-search {
  display: flex;
  width: 100%;
  max-width: 800px;
  height: 40px;
  background-color: pink;
  border-radius: 4px;
}

.search-select {
  background-color: #f3f3f3;
  width: 50px;
  text-align: center;
  border-radius: 4px 0 0 4px;
  border: none;
}

.search-input {
  width: 100%;
  border: none;
  font-size: 1rem;
}

.search-icon {
  width: 45px;
  justify-content: center;
  font-size: 1.3rem;
  background-color: rgba(255, 123, 0, 0.856);
  border-radius: 0 4px 4px 0;
  color: #0f1111;
}

.nav-search:hover {
  border: 2px solid orange;
}

.button-5 {
  align-items: center;
  background-clip: padding-box;
  background-color: #fa6400;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  min-height: 3rem;
  padding: calc(0.875rem - 1px) calc(1.5rem - 1px);
  transition: all 250ms;
  user-select: none;
  touch-action: manipulation;
}

.button-5:hover,
.button-5:focus {
  background-color: #fb8332;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}

.button-5:active {
  background-color: #c85000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
  transform: translateY(0);
}

span {
  font-size: 0.7rem;
}

.nav-second,
.nav-cart {
  font-size: 0.85rem;
  font-weight: 700;
}

.nav-cart i {
  font-size: 30px;
}

.panel {
  height: 40px;
  background-color: #222f3d;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  color: white;
}

.panel-ops {
  width: 70%;
  font-size: 0.85rem;
}

.panel-ops p {
  display: inline;
  margin-left: 10px;
}

.panel-deals {
  font-size: 0.9rem;
  font-weight: 700;
}

.hero-section {
  background-image: url(img/hero_image.jpg);
  height: 350px;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.hero-msg {
  background-color: white;
  color: black;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.85rem;
  width: 80%;
  margin-bottom: 25px;
  border-radius: 5px;
  font-weight: 500;
}

.hero-msg a {
  color: #007185;
  text-decoration: none;
}

.shop-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  background-color: #e2e7e6;
}

.box {
  height: 400px;
  width: 22%;
  background-color: white;
  padding: 20px 0 15px;
  margin-top: 15px;
}

.box:hover {
  background-color: #f6eae2d4;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}

.box-img {
  height: 300px;
  margin: 1rem 0;
  background-size: cover;
}

.box-content {
  margin: 0 1rem;
  color: #0f1111;
}

.box-content p {
  color: #007185;
}

footer {
  margin-top: 3px;
}

.foot-panel1 {
  background-color: #37475a;
  color: white;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.85rem;
}

.foot-panel2 {
  background-color: #222f3d;
  color: white;
  height: 400px;
  display: flex;
  justify-content: space-evenly;
}

ul {
  margin-top: 20px;
}

ul a {
  font-size: 0.85rem;
  margin-top: 10px;
  color: #dddddd;
  display: block;
  text-decoration: none;
}

.foot-panel3 {
  background-color: #222f3d;
  color: white;
  border-top: 2px solid white;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.foot-panel4 {
  background-color: #0f1111;
  color: white;
  min-height: 120px;
  font-size: 0.7rem;
  text-align: center;
}

.pages {
  padding-top: 25px;
}

.copyright {
  padding-top: 5px;
}

a {
  color: #dddddd;
  text-decoration: none;
}

.dev-bhaumik {
  margin: 20px 0;
  font-size: 1.5rem;
}

.dev-bhaumik i {
  width: 30px;
}

/* Responsive Styles */
@media (max-width: 1200px) {
  .nav-search {
    width: 600px;
  }

  .box {
    width: 30%;
  }
}

@media (max-width: 992px) {
  .nav-search {
    width: 400px;
  }

  .box {
    width: 45%;
  }

  .panel-ops {
    width: 60%;
  }
}

@media (max-width: 768px) {
  .navbar {
    flex-wrap: wrap;
    height: auto;
    padding: 10px;
  }

  .nav-search {
    width: 100%;
    margin: 10px 0;
  }

  .box {
    width: 100%;
  }

  .panel-ops {
    width: 100%;
    text-align: center;
  }

  .panel-deals {
    display: none;
  }

  .hero-msg {
    width: 90%;
  }

  .foot-panel2 {
    height: auto;
    flex-wrap: wrap;
    padding: 20px;
  }

  .foot-panel2 ul {
    width: 50%;
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .nav-logo,
  .logo {
    width: 80px;
  }

  .add-frist,
  .add-sec {
    font-size: 0.7rem;
  }

  .nav-second,
  .nav-cart {
    font-size: 0.75rem;
  }

  .nav-cart i {
    font-size: 24px;
  }

  .hero-msg {
    font-size: 0.75rem;
  }

  .box {
    height: auto;
  }

  .box-img {
    height: 200px;
  }

  .foot-panel2 ul {
    width: 100%;
  }
}
