* {
  margin: 0;
  border: border-box;
  font-family: Arial, Helvetica, 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 {
  height: 50px;
  width: 100px;
}
.logo {
  height: 50px;
  width: 100%;
  background-image: url("amazon_logo.png");
  background-size: cover;
}
.border {
  border: 1.5px solid transparent;
}
.border:hover {
  border: 1.5px solid white;
}
/** box 2 **/

.add-first {
  color: #cccccc;
  font-size: 0.85rem;
  margin-left: 15px;
}
.add-sec {
  font-size: 1rem;
  margin-left: 3px;
}
.add-icon {
  display: flex;
  align-items: center;
}
/** Box 3**/
.nav-search {
  display: flex;
  background-color: pink;
  height: 25px;
  width: 620px;
  border-radius: 4px;
  justify-content: space-evenly;
}
.nav-search:hover {
  border: 2px solid orange;
}
.search-select {
  background-color: #f3f3f3;
  width: 50px;
  text-align: center;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border: none;
}
.search-input {
  width: 100%;
  border: none;
  font-size: 1rem;
}
.search-icon {
  width: 45px;
  display: flex;
  color: #0f1111;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  background-color: #febd68;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.search-icon:hover {
  background-color: #f08f10;
  font-weight: bold;
}
.lang-img img{
height:20px;
width: 30px;
}
.lang-container {
  margin-top: 6px;
  font-size: smaller;
  position: relative;
  display: flex;
}
#lang-type{
  border-radius: 4px;
  text-decoration: none;
  font-size: x-small;
    color: black;
    padding: 2px 2px;
    text-decoration: none;
     
      background-color: #f1f1f1;
      min-width: 6px;


}
#lang-type:hover{
  text-decoration: none;
  font-size: x-small;
}

/** Box **/
span {
  font-size: 0.7rem;
}
.nav-secound {
  font-size: 0.85rem;
  font-weight: 700;
}

.border a{
  text-decoration: none;
  color: white;
}

/** Box 6**/

.nav-cart i {
  font-size: 30px;
}
.nav-cart {
  font-size: 0.85rem;
  font-weight: 700;
}
.border a:hover {
text-decoration: underline;
color: white;
}
/** panel **/
.panel {
  height: 40px;
  padding: 2px;
  background-color: #222f3d;
  display: flex;
  color: white;
  align-items: center;
  justify-content: space-around;
}
.panel-all{
  font: medium;
}
.panel-ops p {
  display: inline;
  margin-left: 15px;
}
.panel-ops a {
  color: white;
  text-decoration: none;
}
.panel-ops {
  width: 75%;
  font-size: o.85rem;
}
.panel-deals {
  width: 20%;
  font-size: 0.9rem;
  font-weight: 700;
  display: flex;
}
.panel-deals p {
  margin-left: 10px;
}
/** hero section **/
.hero-section {
  height: 350px;
  background-image: url(hero_image.jpg);
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.hero-message {
  background-color: white;
  color: black;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85%;
  margin-bottom: 25px;
}
.hero-message a {
  color: #007185;
  font-size: 0.85rem;
}
/** shop-section**/

.shop-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  background-color: #e2e7e6;
  overflow: hidden;
}
.box {
  border: 2px solid black;
  height: 400px;
  width: 23%;
  background-color: white;
  padding: 20px 0px 15px;
  margin-top: 15px;
  overflow: hidden;
  display: flex;
}
.box-img {
  height: 250px;
  width: 245px;
  display: inline-block;
  object-fit: cover;
  background-size: cover;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-repeat: no-repeat;
}
.box-content {
  margin-left: 0.5rem;
  margin-right: 1rem;
}
.deatil-img {
  overflow: hidden;
  font-size: small;
  font-weight: 500;
  font-family: "Gill Sans";
}
.size {
  font-size: larger;
}
.img img {
  height: 250px;
  width: 250px;
  object-fit: cover;
  background-size: cover;
}
.gas-stove {
  font-size: 0.85rem;
}
.amazon-pay {
  display: inline-block;
  justify-content: space-between;
  margin: auto;
  overflow: hidden;
  padding-bottom: 29px;
}
.air-train {
  padding-inline: 5px;
  padding-bottom: 10px;
  display: flex;
}
.bus-product {
  padding-bottom: 10px;
  display: flex;
}
.travel {
  font-size: small;
  justify-content: space-evenly;
}
.size1 {
  font-size: small;
  margin-top: -50px;
  padding-bottom: 25px;
}

a {
  font-size: small;
  color: #007185;
}
a:hover {
  font-size: small;
  color: rgba(255, 111, 0, 0.661);
}
footer {
  margin-top: 15px;
}
.foot-panel1 {
  height: 50px;
  background-color: #37475a;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
}
.foot-panel2 {
  display: flex;
  justify-content: space-evenly;
  background-color: #222f3d;
  color: white;
  height: 250px;
}
ul {
  margin-top: 25px;
}
ul a {
  display: block;
  font-size: 0.85rem;
  margin-top: 10px;
  color: #dddddd;
  text-decoration: none;
}
ul a:hover {
  text-decoration: underline;
  color: rgba(224, 106, 9, 0.475);
}
.foot-panel3 {
  height: 70px;
  background-color: #222f3d;
  color: white;
  border-top: 0.5px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo {
  background-image: url("amazon_logo.png");
  background-size: cover;
  width: 100px;
  height: 50px;
}
.foot-panel4 {
  height: 300px;
  background-color: #0f1111;
  color: white;
  font-size: 0.7rem;
  text-align: justify;
}
.last-panel {
  display: flex;
  margin-right: 45px;
  justify-content: space-evenly;
  padding-top: 20px;
}
.last-panel2 {
  display: flex;
  justify-content: space-evenly;
  padding-top: 30px;
  margin-left: 10px;
}
.link a {
  font-size: 12px;
  text-decoration: none;
  color: white;
}
.link a:hover {
  text-decoration: underline;
 }
 .last {
  font-size: 13px;
  font-family: inherit;
  text-align: center;
}

.pages {
  display: flex;
  justify-content: center;
  padding-top: 6rem;
}
.pages a {
  color: white;
  text-decoration: none;
}
.pages p:hover{
  text-decoration: underline;
}
.copy-right {
  display: flex;
  justify-content: center;
  padding-top: 5px;
  margin-bottom: 40px;
}
