*{
  margin: 0;
  font-family: Arial;
  border: border-box;
}
.navbar{
  height: 60px;
  background-color: #0f1111;
  color: white;
  padding-top: 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo{
  height: 50px;
  width: 100px;
}
.logo{
  background-image: url(./amazon_logo.png);
  background-size: cover;
  height: 50px;
  width: 100px;
}
.border{
  border: 1.5px solid transparent;
}
.border:hover{
  border: 1.5px solid white;
  
}

/* box2 */

.add-first{
  color: #cccccc;
  font-size: 0.85rem;
  margin-left: 17px;

}
.add-sec{
  font-size: 1rem;
  margin-left: 2px;
}
.add-icon{
  display: flex;
  align-items: center;
}

/* box3 */

.nav-search{
  display: flex;
  justify-content: space-evenly;
  background-color: palevioletred;
  width: 620px;
  height: 40px;
  border-radius: 4px;
}
.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%;
  font-size: 1rem;
  border: none;
}
.search-icon{
  width: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  background-color: #f8af50;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #0f1111;
}
.nav-search:hover{
  border: 2px solid #f8af50;
}

/* box4 */

span{
  font-size: 0.7rem;
}
.nav-sec{
  font-size: 0.85rem;
  font-weight: 700;
}
/* box5 */

.nav-card i{
  font-size: 30px;
}
.nav-card{
  font-size: 0.85rem;
  font-weight: 700;
  margin-right: 20px;
}
/* panel */
.panel{
  height: 40px;
  background-color: #232F3E;
  display: flex;
  color: white;
  align-items: center;
  padding-left: 15px;
}
.panel-ops p{
  display: inline;
  padding: 4px;
  margin-left: 10px;
  font-size: 0.85rem;
}
.panel-ops a{
  text-decoration: none;
  color: white;
}
.panel-all{
  font-weight: 600;
}

/* hero-section */
.hero-section{
  background-image: url(./main.jpg);
  background-size: cover;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.hero-msg{
  background-color: white;
  width: 90%;
  color: black;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  margin-bottom: 25px;
}
.hero-msg a{
  color: #007185;
}

/* shop-section */

.shop-section{
  display: flex;
  justify-content: space-evenly;
  background-color: #F04102;
}
.box{
  height: 400px;
  /* border: 2px solid black; */
  width: 23%;
  background-color: white;
  padding: 20px 0px 15px;
  margin-top: 15px;
}

.box-img1{
  height: 300px;
  background-image: contain;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-image: url(./box1.jpg);
}
.box-content1{
  margin-left: 1rem;
  margin-right: 1rem;
}
.box-content2 a{
  color: #007185;
  text-decoration: none;
}
.box-content1 h2{
  font-size: 22px;
}
.box-content2 h2{
  display: flex;
  font-size: 22px;
}
.box-img2{
  height: 300px;
  background-image: contain;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-image: url(./box2.jpg);
}
/* box3-content */
.box-content3{
  margin-left: 1rem;
  margin-right: 1rem;
}
.box-content1 a{
  color: #007185;
  text-decoration: none;
}
.box-content3 h2{
  display: flex;
  font-size: 22px;
}
.box-img3{
  height: 300px;
  background-image: contain;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-image: url('./box3.jpg');
  background-size: contain;
}
.box-content2{
  margin-left: 1rem;
  margin-right: 1rem;
}
.box-content3 a{
  color: #007185;
  text-decoration: none;
}
/* box4-content */

.box-content4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.box-content4 a{
  color: #007185;
  text-decoration: none;
}
.box-content4 h2{
  display: flex;
  font-size: 22px;
}
.box-img4{
  height: 300px;
  background-image: contain;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-image: url('./box4.jpg');
  background-size: contain;
  background-repeat: no-repeat;
}
.box-content4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.box-content4 a{
  color: #007185;
  text-decoration: none;
}
/* box-contect5 */

.second-line{
  display: flex;
  justify-content: space-evenly;
  background-color: #ebe0dd;
  
}
.box-content5{
  margin-left: 1rem;
  margin-right: 1rem;
}
.box-content5 a{
  color: #007185;
  text-decoration: none;
}
.box-content5 h2{
  display: flex;
  font-size: 22px;
}
.box-img5{
  height: 300px;
  background-image: contain;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-image: url('./box5.jpg');
  background-size: contain;
  background-repeat: no-repeat;
}
.box-content5{
  margin-left: 1rem;
  margin-right: 1rem;
}
.box-content5 a{
  color: #007185;
  text-decoration: none;
}

/* box6-content */
.box-content6{
  margin-left: 1rem;
  margin-right: 1rem;
}
.box-content6 a{
  color: #007185;
  text-decoration: none;
}
.box-content6 h2{
  display: flex;
  font-size: 22px;
}
.box-img6{
  height: 300px;
  background-image: contain;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-image: url('./box6.jpg');
  background-size: contain;
  background-repeat: no-repeat;
}
.box-content6{
  margin-left: 1rem;
  margin-right: 1rem;
}
.box-content6 a{
  color: #007185;
  text-decoration: none;
}
/* box7-content */
.box-content7{
  margin-left: 1rem;
  margin-right: 1rem;
}
.box-content7 a{
  color: #007185;
  text-decoration: none;
}
.box-content7 h2{
  display: flex;
  font-size: 22px;
}
.box-img7{
  height: 300px;
  background-image: contain;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-image: url('./box7.jpg');
  background-size: contain;
  background-repeat: no-repeat;
}
.box-content7{
  margin-left: 1rem;
  margin-right: 1rem;
}
.box-content7 a{
  color: #007185;
  text-decoration: none;
}
/* box8-content */
.box-content8{
  margin-left: 1rem;
  margin-right: 1rem;
}
.box-content8 a{
  color: #007185;
  text-decoration: none;
}
.box-content8 h2{
  display: flex;
  font-size: 22px;
}
.box-img8{
  height: 300px;
  background-image: contain;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-image: url('./box8.jpg');
  background-size: contain;
  background-repeat: no-repeat;
}
.box-content8{
  margin-left: 1rem;
  margin-right: 1rem;
}
.box-content8 a{
  color: #007185;
  text-decoration: none;
}

/* footer-backtotop */

.backtotop{
  background-color: #37475A;
  padding: 15px;
  font-size: 13px;
  text-align: center;
  color: white;
  margin-top: 10px;
}

.foot-panel{
  background-color: #232F3E;
  height: 400px;
  color: white;
  display: flex;
  justify-content: space-evenly;
}
ul{
  margin-top: 40px;
}
ul p{
  font-weight: bold;
}
ul a{
  display: block;
  font-size: 0.85rem;
  margin-top: 15px;
  text-decoration: none;
  color: #dddddd;
}

.foot-panel2{
  height: 68px;
  background-color: #222f3d;
  border-top: 0.1px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo{
  background-image: url(./amazon_logo.png);
  background-size: cover;
  height: 50px;
  width: 100px;
}
.lang i{
  color: white;
  padding-left: 50px;
  
}
.foot-panel3{
  background-color: #0f1111;
  color: white;
  height: 80px;
  font-size: 0.7rem;
  text-align: center;
}
.pages{
  
  padding-top: 25px;
}
.copyright{

padding-top: 5px;

}

