* {
  margin: 0;
  font-family: Arial;
  border: border-box;
}

.navbar {
  height: 60px;
  background-color: #0f1111;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  cursor: pointer;
}

.nav-logo {
  height: 50px;
  width: 100px;
}

.logo {
  background-image: url("amazon_logo.png");
  margin: left 10px;
  background-size: cover;
  height: 50px;
  width: 100%;
}

.border {
  border: 1.5px solid transparent;
}

.border:hover {
  border: 1.5px solid;
  border: 1.5px solid white;
}
.panel-all:hover {
  border: 1.5px solid;
  border: 1.5px solid white;
}

/* box2 */
.add-first {
  color: #cccccc;
  font-size: 1rem;
  margin-left: 15px;
}

.add-second {
  font-size: 1rem;
  margin-left: 3px;
}

.add-icon {
  display: flex;
  align-items: center;
}

/* box3 */
.nav-search {
  display: flex;
  justify-content: space-evenly;
  background-color: orange;
  width: 620px;
  height: 40px;
  border-radius: 4px;
  border: none;
}

.nav-search :hover {
  border: 2px solid orange;
}

.search-select {
  background-color: #f3f3f3;
  width: 50px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border: none;
}

.search-input {
  width: 100%;
  font-size: 1rem;
  border: none;
}

.search-icon {
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  background-color: #febd68;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #0f1111;
}

/* box4 */
span {
  font-size: 0.7rem;
}

.nav-second {
  font-size: 0.85rem;
  font-weight: 700;
}

/* box6 */
.nav-cart i {
  font-size: 30px;
}

.nav-cart {
  font-size: 0.85rem;
  font-weight: 700;
}

/* panel */
.panel {
  height: 40px;
  background-color: #222f3d;
  display: flex;
  color: white;
  align-items: center;
  justify-content: space-evenly;
}

.panel-option p {
  display: inline;
  margin-left: 10px;
}

.panel-option {
  width: 70%;
  font-size: 0.85rem;
}

.panel-deals {
  font-size: 0.9rem;
  font-weight: 700;
}

.slideshow {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.slide {
  width: 100%;
  height: 100%;
  position: absolute;
  animation: slideShow 20s infinite;
  opacity: 0;
}

.slide:nth-child(1) {
  animation-delay: 0s;
}

.slide:nth-child(2) {
  animation-delay: 4s;
}

.slide:nth-child(3) {
  animation-delay: 8s;
}

.slide:nth-child(4) {
  animation-delay: 12s;
}

.slide:nth-child(5) {
  animation-delay: 16s;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes slideShow {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  8% {
    opacity: 1;
    transform: translateX(0);
  }

  33% {
    opacity: 1;
    transform: translateX(0);
  }

  41% {
    opacity: 0;
    transform: translateX(-100%);
  }

  100% {
    opacity: 0;
    transform: translateX(-100%);
  }
}

.slideshow img {
  height: 600px;
}
body {
  background-color: rgb(237, 237, 237);
}

.shopsection {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.box {
  border: 0.2px solid rgb(218, 211, 211);
  height: 350px;
  width: 320px;
  position: relative;
  bottom: 110px;
  background-color: white;
  animation-delay: 2s;
}
.box:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  scale: 1.05;
}
.box-img {
  height: 280px;
  width: 280px;
  margin-top: 0.6rem;
  margin-left: 20px;
  background-size: cover;
}
.img-text {
  position: relative;
  left: 1.1rem;
  top: 0.5rem;
}
.sec2 {
  display: flex;
  justify-content: space-evenly;
  margin-top: 15px;
  flex-wrap: wrap;
}

* {
  margin: 0;
  padding: 0;
}

button {
  background-color: #f7c442;
  width: 230px;
  height: 25px;
  border-radius: 6px;
  overflow: hidden;
  transition: background-color 0.5s;
  color: black;
}
button:hover {
  cursor: pointer;
  transform: scale(1.05);
}
.last {
  margin-top: -80px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}
.font {
  font-size: 0.8rem;
}
.div {
  background-color: #37475a;
  color: white;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.div-text {
  text-decoration: none;
  color: white;
}
.foot-penal1 {
  display: flex;
  background-color: #222f3d;
  color: white;
  height: 400px;
  justify-content: space-evenly;
  cursor: pointer;
}
ul a {
  display: block;
  font-size: 0.85rem;
  margin-top: 10px;
  color: #dddddd;
}
ul {
  margin-top: 60px;
}
.foot-panel3 {
  background-color: #222f3d;
  border-top: 0.5px solid white;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.foot-logo {
  background-image: url(amazon_logo.png);
  background-size: cover;
  height: 50px;
  width: 100px;
  margin-right: 80px;
  cursor: pointer;
}

.foot-panel4 {
  height: 30px;
  width: 30px;
  margin-left: 10px;
  margin-left: 80px;
}
.language-selector {
  cursor: pointer;
}
.india {
  color: white;
  position: relative;
  margin-left: 10px;
  margin-bottom: 0px;
  border: 0.5px solid white;
  cursor: pointer;
}

.foot-penal5 {
  display: flex;
  background-color: #141c28;
  color: white;
  height: 150px;
  font-size: smaller;
  justify-content: space-evenly;
  cursor: pointer;
}
.copy-write {
  background-color: #141c28;
  height: 60px;
  color: white;
  font-size: 11px;
  justify-content: center;
  align-items: center;
  display: flex;
}
