* {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  border: 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 {
  background-image: url("amazon_logo.png");
  background-size: cover;
  height: 50px;
  width: 100%;
}
.border {
  border: 1.5px solid transparent;
}
.border:hover {
  border: 1.5px solid white;
}

/*box2*/
.add1 {
  color: #cccccc;
  font-size: 0.85rem;
  margin-top: 8px;
  line-height: 2px;
  margin-left: 19px;
}

.country {
  font-size: 1rem;
  margin: 0px 0px 0px 1px;
}
.add-icon {
  display: flex;
  align-items: center;
  margin: 8px 0px 0px 0px;
}
/*box 3*/
.nav-searchbar {
  width: 650px;
  height: 38px;
  display: flex;
  justify-content: space-evenly;
  border-radius: 4px;
}
.nav-searchbar:hover {
  border: 2px solid #febd68;
}
.search-select {
  background-color: #f3f3f3;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 50px;
  text-align: center;
  border: none;
}
.search-input {
  width: 100%;
  font-size: 1rem;
  padding: 7px 10px 10px 10px;
  background-color: white;
  border: none;
}
.search-icon {
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  background-color: #febd68;
  color: rgba(0, 0, 0, 0.792);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/*--Box 4--*/
span {
  font-size: 0.77rem;
}
.nav-second {
  font-size: 0.85 rem;
  font-weight: 700;
}
/*--Box 5--*/
.nav-cart i {
  font-size: 35px;
  height: 30px;
}
.nav-cart {
  font-size: 0.85rem;
  font-weight: 700;
}
.flag {
  width: 44px;
}
.flag i {
  font-size: large;
}
/*--Panel--*/
.panel {
  height: 40px;
  background-color: #222f3d;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.panel-options p {
  display: inline;
  margin-left: 15px;
}
.panel-options {
  width: 70%;
  font-size: 0.85rem;
}
.panel-deals {
  font-size: 0.9rem;
}
/*--Hero section--*/
.hero-section {
  background-image: url("heroamz.jpg");
  height: 400px;
  width: 100%;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.hero-msg {
  background-color: #f5f6f6;
  color: #0f1111;
  height: 40px;
  width: 80%;
  justify-content: center;
  align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.85rem;
  margin-bottom: 25px;
}
.hero-msg a {
  color: #007185;
}
.shop-section {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: space-evenly;
  background-color: #e2e7e6;
}

.box {
  margin-top: 15px;
  height: 390px;
  width: 350px;
  background-color: white;
  padding: 20px 0px 15px;
}
.box-img {
  height: 300px;
  background-size: cover;
  margin-top: 1rem;
  margin-bottom: 1 rem;
}
.box-content {
  margin-left: 1rem;
  margin-right: 1rem;
}
.box-content p {
  color: #007185;
  padding-top: 10px;
}
/*style footer*/

footer {
  margin-top: 15px;
 width:100%;
}
.footpanel-one {
  background-color: #37475a;
  color: white;
  width: 100%;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.85rem;
}
.contenttwo{
background-color:#222f3d ;
color:white;
height: 300px;
display:flex;
justify-content: space-evenly;
}
ul{
  margin-top:10px;
}
ul a {
  display: block;
  font-size: 0.85 rem;
  margin-top:10px;
  color:#dddddd;
}
.panellast {
  background-color:#222f3d;
  color:white;
  border-top:0.5px solid white;
  height:70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo {
  background-image: url("amazon_logo.png");
  background-size: cover;
  height: 50px;
 width:100px;
}
.bottompanel{
  background-color: #0f1111;
  color:white;
  height:80px;
  font-size: 0.7rem;
text-align: center;
}

.pages{
font-size: 0.7rem;
padding-top: 25px;
}
.copyright{
  padding-top: 5px;

}