* {
  margin: 0;
  padding: 0;
  font-family: Arial;
}

.NO {
  display: none;
}

body {
  display: grid;
  justify-content: center;
  background-color: rgb(219, 219, 219);
}

.div_in_box {
  display: flex;
  min-width: 1051px;
  height: 52px;
  width: 100%;
  background-color: rgb(204, 116, 0);
  align-items: center;
  overflow: hidden;
}

.div_box {
  display: flex;
  width: 100%;
  height: 52px;
  background-color: rgb(209, 183, 98);
  justify-content: center;
  /* overflow: hidden; */
}

/* background-color: rgb(197, 176, 107); */

/* .search_box */

.search_box input {
  height: 33px;
  width: 100%;
  min-width: 626px;
  border: none;
  font-size: 15px;
  padding: 6px;
  border-radius: 5px;
  outline: none;
}

.search_list {
  /* margin-top: 50px; */
  height: 20rem;
  width: 20rem;
  background: #00ccff;
}

.search_box {
  margin-top: 35px;
  margin-left: 10px;
}

/* navbar */

.bar {
  display: none;
}

#bar1 {
  transform: translateY(-4px);
}

#bar3 {
  transform: translateY(4px);
}

.navbar label span {
  display: none;
}

#checkbtn span {
  display: none;
}

#check {
  display: none;
}

.home-nav {
  display: none;
}

.navbar {
  display: flex;
  background-color: #000000;
  align-items: center;
  justify-content: center;
}

.nav_bar2 {
  margin-top: 10px;
  display: block;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.nav_bar2 li {
  display: inline;
}

.nav_bar2 li a {
  margin-left: 10px;
  color: #ffffff;
  text-decoration: none;
}

.nav_bar2 li a:hover {
  color: #00ccff;
}

/*** nav-list ***/

.nav-list {
  display: flex;
}

/* mobile-bar */

.mobile-bar {
  margin-left: 10px;
}

.mobile-bar .dropbtn {
  cursor: pointer;
  border: none;
  outline: none;
  background-color: inherit;
  color: rgb(255, 255, 255);
  margin: 10px -40px;
  font-family: inherit;
  margin: 0;
}

.mobile-bar .dropbtn:hover {
  color: #ff2ae3;
}

.dropdawn-content {
  display: none;
}

.mobile-bar:hover .dropdawn-content {
  display: block;
}

/* Mobile_list */

.Mobile-list img {
  width: 50px;
  position: absolute;
  border-radius: 50%;
  margin-top: 12px;
  margin-left: 10px;
  box-shadow: 0 0 10px 2px #eee;
}

.Mobile-list {
  grid-template-columns: repeat(1, 1fr);
  background-color: aliceblue;
  box-shadow: 4px 6px 2px -1px #ccc;
  position: absolute;
  width: auto;
  height: 15rem;
  overflow: auto;
  margin-left: -66px;
  border-radius: 10px;
}

.Mobile-list samp a {
  display: flex;
  width: 10rem;
  height: 40px;
  justify-content: end;
  align-items: center;
  color: #000000;
  text-decoration: none;
  padding: 10px;
  cursor: pointer;
  font-size: 22px;
  margin-top: 7px;
  margin-left: -20px;
  font-family: "Antonio", sans-serif;
}
.Mobile-list samp a:hover {
  background-color: #dbdbdb;
}

/* techhoga logo */

.image_box img {
  display: flex;
  height: 50px;
  margin-left: 4px;
}

.techhoga_box {
  display: flex;
  height: 100px;
  margin-left: -15px;
}
.techhoga_in_box img {
  display: none;
  height: 100px;
  margin-left: -296px;
}

.techhoga_box:hover .techhoga_in_box img {
  display: block;
}

.home_box {
  display: flex;
  margin-left: 8%;
  margin-top: 5px;
}

.home_button span {
  font-size: 35px;
  margin-left: 5px;
}

.home_in_box button {
  font-size: 24px;
  margin-left: -75px;
  background: none;
  border: none;
  cursor: pointer;
}

.home_in_box:hover button {
  border-radius: 10%;
  color: rgb(255, 255, 255);
}

.tech_box {
  /* margin-top: 18rem; */
  display: flex;
}

.flax {
  display: flex;
}

/* body css */

.sam_img {
  width: 1051px;
}

.sam_img1 {
  background-color: #ffffff;
}

.sam_img2 {
  margin-top: 20px;
}

.body1 {
  display: flex;
  justify-content: center;
}

.list-box {
  display: flex;
}

/* sidebar */

.sidebar {
  width: 300px;
  height: auto;
  margin-left: 10px;
  margin-top: 11px;
}

/* samsung-logo */

.img-logo1 {
  display: flex;
  justify-content: center;
}
.img-logo1 img {
  width: 100%;
  height: 30rem;
}
.list {
  display: flex;
  width: 100%;
  height: 80px;
  background-color: #46daff;
  align-items: center;
  justify-content: center;
}
.list h2 {
  font-family: "Antonio", sans-serif;
  font-size: 40px;
  padding: 10px;
  margin-top: -5px;
}

/*phone list card */

.pagination-box {
  height: 150rem;
}

#pagination-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 150px;
  height: 180px;
  cursor: pointer;
  margin-top: 20px;
  margin-left: 22%;
  gap: 15px;
}

.pagination-list li {
  list-style: none;
}

.card1 {
  display: flex;
  box-shadow: 0 0 10px 2px #eee;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 150px;
  height: 180px;
  align-items: center;
  /* justify-content: flex-start; */
}

.card_box5 img {
  width: 70px;
  margin: 0px 35px;
  margin-bottom: auto;
}

.card_box5 img:hover {
  transform: scale(1.1);
  width: 70px;
  margin: 0px 35px;
  transition: 1s;
  margin-bottom: auto;
}
.name_box3 a {
  display: flex;
  color: #000000;
  font-family: "Antonio", sans-serif;
  font-size: 19px;
  text-align: center;
  margin-top: -20px;
  text-decoration: none;
  /* justify-content: flex-start; */
}

/* Mobile Brands List.New html */

.card2 {
  display: flex;
  grid-template-columns: repeat(5, 1fr);
  box-shadow: 0 0 10px 2px #eee;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 150px;
  height: 180px;
  align-items: center;
  justify-items: center;
}

.name_box5 a {
  display: flex;
  color: #000000;
  font-family: "Antonio", sans-serif;
  font-size: 19px;
  text-align: center;
  margin-top: -20px;
  text-decoration: none;
  /* justify-content: flex-start; */
}

.card_box4 img {
  width: 75px;
  margin: 0px 20px;
  box-shadow: 0 0 10px 2px #eee;
  border-radius: 50%;
  margin-bottom: auto;
}

/* Prev NEXT buttan */

.main_pagination {
  display: flex;
  background-color: #cac9c9;
  height: 7rem;
  align-items: center;
  justify-content: center;
}
.pagination-button {
  border: none;
  background: none;
}
.pagination-button {
  font-size: 50px;
  background: none;
  border: none;
  cursor: pointer;
}
.pagination-container {
  width: 120px;
  background: #fff;
  min-height: 40px;
  overflow-x: hidden;
  position: relative;
}
#prev-button {
  height: 40px;
  width: 40px;
  border-radius: 40px;
  border: none;
  outline: none;
  background-color: #fff;
  cursor: pointer;
  font-weight: 600px;
  transition: all 0.3s ease-in-out;
  font-size: 15px;
  color: #777;
}
#prev-button:hover {
  color: #fff;
  background: linear-gradient(45deg, #4173ff, #ac60ff);
  transition: all 0.3s ease-in-out;
}
#next-button {
  height: 40px;
  width: 40px;
  border-radius: 40px;
  border: none;
  outline: none;
  background-color: #fff;
  cursor: pointer;
  font-weight: 600px;
  transition: all 0.3s ease-in-out;
  font-size: 15px;
  color: #777;
}
#next-button:hover {
  color: #fff;
  background: linear-gradient(45deg, #4173ff, #ac60ff);
  transition: all 0.3s ease-in-out;
}
.main_3 {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background: #fff;
}
.main_4 {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background: #fff;
}
.pages {
  position: absolute;
  transition: all 0.3s ease-in-out;
}
#pagination-numbers {
  display: flex;
  justify-content: start;
  align-items: start;
}
#pagination-numbers button {
  height: 40px;
  width: 40px;
  border-radius: 40px;
  border: none;
  outline: none;
  background-color: #fff;
  cursor: pointer;
  font-weight: 600px;
  transition: all 0.3s ease-in-out;
  font-size: 15px;
}
#pagination-numbers button:hover {
  color: #fff;
  background: linear-gradient(45deg, #4173ff, #ac60ff);
  transition: all 0.3s ease-in-out;
}
.active {
  color: #fff;
  background: linear-gradient(45deg, #4173ff, #ac60ff);
}

.mai2 {
  display: flex;
}

/* phone top list card */

.main {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 150px;
  height: 200px;
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 22%;
  gap: 10px;
}

.main {
  list-style: none;
}

.card {
  box-shadow: 0 0 10px 2px #eee;
  justify-content: space-around;
  flex-wrap: wrap;
  height: 200px;
}

.card_box img {
  width: 80px;
  margin: 20px 35px;
  margin-bottom: auto;
}

.card_box img:hover {
  transform: scale(1.1);
  margin: 20px 35px;
  transition: 1s;
  margin-bottom: auto;
}

.name_box a {
  display: flex;
  font-family: "Antonio", sans-serif;
  font-size: 15px;
  justify-content: center;
  margin-top: 10px;
  text-align: center;
}

.top-new-list {
  background-color: #ffffff;
  height: 350px;
  align-items: center;
  justify-content: center;
}

.Latest-Phone {
  display: flex;
  background-color: #00ccff;
  height: 70px;
  align-items: center;
}

.Latest-Phone h1 {
  font-size: 40px;
  font-family: "Antonio", sans-serif;
  margin-left: 40px;
}

/* recent_search */

#recent_search li {
  list-style: none;
}
.main_box1 {
  display: flex;
  width: 18rem;
  height: 6rem;
  cursor: pointer;
  margin-top: 9px;
  margin-left: 9px;
  margin-bottom: 8px;
  border-style: solid;
  border-color: #dddddd;
}

.main_box1:hover {
  background-color: #d3d3d3;
  transition: 1s;
}

.card_box2 {
  display: flex;
  justify-content: space-around;
}

.card_box2 img {
  width: 65px;
  margin: 5px 5px;
  margin-bottom: auto;
}

.name_box_4 a {
  color: #000000;
  font-family: "Antonio", sans-serif;
  font-size: 20px;
  padding: 5px;
  text-decoration: none;
  /* margin-left: 15px; */
}

.card_box2 .name_box_4 {
  margin-top: 10px;
}

#recent_search {
  display: none;
  position: absolute;
  background-color: #ffffff;
  height: 340px;
  width: 320px;
  margin-top: 33px;
  margin-left: 5px;
  border-top: 1px solid #929292;
  overflow: auto;
  z-index: 10;
}

.search_box:focus-within #recent_search {
  display: block;
}

/* footer */

.footer-Box {
  display: flex;
  color: rgb(0, 0, 0);
  background-color: #494949;
  height: 50px;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.footer-Box a {
  display: flex;
  color: #fffdfd;
}
.footer-Box a:hover {
  color: #00ccff;
}
