* {
  padding: 0;
  margin: 0;
  border: border-box;
  font-family: Arial;
}

.navbar {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;

  background-color: #0f1111;
  color: #fff;
}

.nav_logo {
  height: 50px;
  width: 100px;
  padding: 1px 8px 1px 8px;
}

.border:hover {
  border: 1px solid #fff;
}

.logo {
  background-image: url(/asset/amazon_logo.png);
  background-size: cover;
  justify-content: center;
  height: 49px;
  cursor: pointer;
  width: 100px;
}

.box2 {
  height: 60px;
  width: 140px;
  cursor: pointer;
}

.boxmain {
  height: 50px;
  align-items: center;
  width: 120px;

  padding: 1px 10px 1px 10px;
  margin-top: 3px;
}

.firstline {
  font-size: 12px;
  padding-left: 15px;
  color: #cccccc;
  margin-top: 8px;
}

.secondline {
  display: flex;
}

.secondline p {
  margin-left: 4px;
  margin-top: 1px;

  height: 16px;
  font-weight: 14pxpx;
  font-size: 18px;
}

.nav-search {
  border: 2px solid transparent;
  height: 40px;
  width: 620px;
  display: flex;
  border-radius: 6px;
  margin-left: 8px;
  margin-right: 10px;
  padding-left: 8px;
}

.nav-search:hover {
  border: 2px solid #febd68;
}

.search-select {
  background-color: #f3f3f3;
  height: 40px;
  width: 50px;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  cursor: pointer;
}

input {
  width: 100%;
  border: none;
  outline: none;
}

.icon {
  height: 40px;
  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;
  cursor: pointer;
}

.icon2 {
  display: flex;
  cursor: pointer;
  height: 50px;
  width: 100px;
  justify-content: center;
  align-items: center;
}

/* now the second pannel */

.pannel {
  height: 40px;
  width: 100%;
  background-color: #222f3d;
  display: flex;
  flex-wrap: wrap;
}

.menu {
  height: 38px;
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-left: 8px;
  cursor: pointer;
}

.pannel-opt {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pannel-opt p {
  margin: 0px 8px 0px 8px;
  display: inline;
  color: #fff;
  font-size: 0.8rem;
  cursor: pointer;
}

.underline:hover {
  text-decoration: underline 1.5px solid white;
  cursor: pointer;
}

/* pannal2 start */

.pannel2 {
  height: 39px;
  width: 100%;
  background-color: #fafafa;
  display: flex;
  /* flex-wrap: wrap; */

  align-items: center;
  border: 1.5px solid rgb(233, 226, 226);
}

.pannel2 a {
  display: inline;
  color: black;
  margin: 0px 8px 0px 8px;
  font-weight: 400;
  font-size: 0.8rem;
  text-decoration: none;
}

.pannel2 a:hover {
  text-decoration: underline 1.5px solid #febd68;

  animation-delay: 100s;
}

/* home page start */

.header {
  height: 72px;
  width: 100%;
  color: black;
  display: flex;
  margin-top: 40px;
  flex-wrap: wrap;
}

.header h1 {
  padding-left: 10px;
  padding-top: 10px;
}

.cir {
  height: 200px;
  width: 100%;
  /* background-color: red; */
  display: flex;
}

.cir {
  height: 200px;
  width: 100%;
  /* background-color: red; */
  display: flex;
  border-bottom: 1.5px solid rgb(239, 235, 235);
  /* justify-content: center;
  align-items: center; */
}

.cir .square {
  height: 170px;
  width: 100px;
  margin-left: 35px;
  flex-wrap: wrap;
}

.cir .square img {
  height: 85px;
  width: 85px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 8px;
}

.cir .square h5 {
  margin-left: 22px;
  font-size: 12px;
  cursor: pointer;

}

.cir .square h5:hover {
  text-decoration: underline 1.5px solid #febd68;
}

/* hero section is started */

.hero-img {
  height: 600px;
  width: 100%;
}

.hero-logo {
  background-image: url(/asset/hero.jpg);
  height: 600px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-content: flex-end;
}

.main-box {
  height: 400px;
  width: 100%;
  display: flex;
  justify-content: space-between;

  position: relative;
  top: 250px;

  margin: 0px 10px 0px 10px;
}

.box {
  background-color: #fff;
  height: 380px;
  width: 290px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  border: 0.5px solid rgba(245, 241, 241, 0.728);



}

.box a {
  text-align: end;
  font-size: 0.8rem;
  color: #007185;

}

.box-img {
  background-image: url(/asset/ca.jpg);
  height: 250px;
  width: 260px;
  background-size: cover;
  background-repeat: no-repeat;
}

/* footer is started */