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

.navbar {
  background-color: #0f1111;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  color: rgb(255, 255, 255);
}

.logo {
  display: flex;
  align-items: center;
  width: 130px;
  height: 55px;
  background-image: url(amazon_logo.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: color;
  color: white;
}

.border {
  border: 1.5px solid transparent;
}

.border:hover {
  border: 1.5px solid white;
  cursor: pointer;
  border-radius: 2px;
}

/* nav 2 */

.add-first {
  color: rgb(136, 136, 136);
  font-size: 0.85rem;
  margin-left: 15px;
}

.add-second {
  font-size: 1rem;
  margin-left: 3px;
}

.add-icon {
  display: flex;
}

/* nav search bar */

.nav-search {
  display: flex;
  justify-content: space-evenly;
  background-color: transparent;
  width: 500px;
  height: 40px;
  border-radius: 4px;
  border: 2px solid transparent;
}
.nav-search:hover {
  border: 2px solid orange;
  border-radius: 6px;
}
.search-select {
  background-color: #f3f3f3;
  width: 50px;
  text-align: center;
  border-radius: 4px 0 0 4px;
  border: none;
  color: #868686;
}

.search-input {
  width: 100%;
  font-size: 1rem;
  border: none;
}

.search-icon {
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  background-color: rgb(240, 182, 76);
  border-radius: 0 4px 4px 0;
  color: #0f1111;
}

/* hello nav */

span {
  font-size: 0.75rem;
}

.nav-second {
  font-size: 0.85rem;
  font-weight: 700;
}

/* Cart */

.nav-cart i {
  font-size: 30px;
}

.nav-cart {
  font-size: 0.85rem;
  font-weight: 700;
}

/* nav - main bar */

.nav-main {
  height: 40px;
  background-color: #232f3e;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-main-left {
  height: 40px;
  width: 58;
  padding: 7px;
  font-size: 14px;
  font-weight: 700;
  color: #f3f3f3;
  display: flex;
  align-items: center;
}

.nav-main-left span {
  font-size: 14px;
}
.nav-main-right {
  width: 95%;
}
.nav-main-right > a {
  text-decoration: none;
  margin: 5px 0 6px;
  color: #ffffff;
  padding: 8px 9px;
}

/* hero-section */

.hero-section {
  background-image: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0),
      rgb(255, 255, 255)
    ),
    url(/HeroImage/Image1.jpg);
  height: 600px;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgb(255, 255, 255) 40%
  );
}

.section {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: -330px;
  bottom: 0;
}

.shop-section {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  margin-bottom: 20px;
}

.box {
  padding-top: 20px;
  height: 400px;
  width: 330px;
  background-color: white;
  padding: 20px 0 15px 0;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.box-heading {
  padding: 0 20px;
  margin-bottom: 10px;
}

img {
  height: 110px;
  width: 130px;
  margin: 1px;
}

.box-container {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}

.item {
  margin-bottom: 12px;
}

.text {
  display: block;
}

.text span {
  font-size: 12px;
  font-weight: 500;
}
.box-footer {
  padding: 0 20px;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  bottom: 0;
}
.box-footer a {
  text-decoration: none;
  color: #007185;
  font-size: 13px !important;
  font-family: Arial, sans-serif;
}

footer {
  margin-bottom: 0;
  padding-bottom: 0;
  background-color: #232f3e;
  min-width: 1000px;
  position: relative;
}
.box-4 {
  height: 150px;
}
.btn-sign-in {
  background-color: rgb(244, 229, 65);
  border: none;
  font-weight: 500;
  padding: 10px;
  width: 100%;
  border-radius: 50px;
}

.footer-header {
  height: 50px;
  margin-bottom: 40px;
  background-color: #37475a;
  padding: 15px 0;
  display: flex;
  justify-content: center;
}

.footer-header span {
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #fff;
}

.footer-body {
  display: table;
  margin: 0 auto;
}

.footer-content-table {
  display: table-row;
}

.navFooterLinkCol {
  display: table-cell;
  padding: 0 10px;
  line-height: 120%;
}

li {
  list-style: none;
  margin: 0 0 10px;
}

.navFooterColHead {
  font-size: 16px;
  margin: 6px 0 14px 0;
  font-weight: 700;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

a.nav_a {
  color: #ddd;
  text-decoration: none;
  cursor: pointer;
}

a.nav_a:hover {
  text-decoration: underline;
}

.navFooterColSpacerInner {
  width: 10%;
  display: table-cell;
  padding: 0 10px;
}

.nav-footer-line {
  width: 100%;
  border-top: 1px solid #3a4553;
  margin-top: 40px;
}

.nav-logo-base {
  background-image: url(/amazon_logo.png);
  background-size: cover;
  width: 76px;
  height: 40px;
  margin: 0 auto;
}

.navFooterLogoLine{
  text-align: center;
    max-width: 1000px;
    margin: 30px auto 0;
}

.footer-line-right{
  display: block;
    margin: 18px auto 0;
    margin-left: 70px;
}