* {
  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;
}

/* T.V css */

.TV-img img {
  width: 100%;
  max-width: 300px;
  margin-left: 20px;
  border-radius: 15px;
}

/* phone css */

.phone_box {
  height: 60px;
  background-color: rgb(2, 255, 213);
  align-items: center;
  justify-content: center;
}
.phone_box h1 {
  font-family: "Antonio", sans-serif;
  text-align: center;
  font-size: 40px;
  width: 100%;
}

.sam1 img {
  display: flex;
  width: 100%;
  max-width: 170px;
  margin-left: 37px;
  margin-right: 10px;
  margin-top: 15px;
}

.sam1 button {
  display: flex;
  margin-left: 72px;
  height: 30px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  margin-top: 10px;
  width: 100px;
  background-color: #c0c0c0;
  justify-content: center;
  align-items: center;
}

.sam1 button span {
  font-size: 40px;
  color: #181818;
}

.sam1 button:focus {
  background-color: #3be8ff;
}

.sam1 button:hover {
  background-color: #3be8ff;
  transition: 1s;
}

/* phone image list */

#imag-list {
  display: none;
  height: auto;
  margin-right: 50px;
  margin-top: 10px;
  margin-left: 20px;
  background-color: #ffffff;
  /* position: absolute; */
  border-style: solid;
  border-color: #c0c0c0;
}

.more-text {
  display: flex;
  width: 710px;
  background-color: #c0c0c0;
  height: 50px;
  margin-top: 10px;
  align-items: center;
}

.more-text h1 {
  font-size: 30px;
  font-family: "Antonio", sans-serif;
  margin-left: 20px;
}

.img-1 img {
  width: 550px;
  margin-left: 101px;
  margin-bottom: 10px;
  margin-top: 20px;
}

/* Update_data0 */

.span_box1 {
  background-color: #c7c7c7;
  display: flex;
  height: 110px;
  width: 200px;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: stretch;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
}
.span_box1 span {
  font-size: 40px;
  margin-top: 5px;
  color: rgb(94, 94, 94);
}

.span_box2 {
  background-color: #c7c7c7;
  display: flex;
  height: 110px;
  width: 200px;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: stretch;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
}

.span_box2 span {
  font-size: 40px;
  margin-top: 5px;
  color: rgb(94, 94, 94);
}

.span_box3 {
  background-color: #c7c7c7;
  display: flex;
  height: 110px;
  width: 200px;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: stretch;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
}

.span_box3 span {
  font-size: 40px;
  margin-top: 5px;
  color: rgb(94, 94, 94);
}

.span_box4 {
  background-color: #c7c7c7;
  display: flex;
  height: 110px;
  width: 200px;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: stretch;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
}

.span_box4 span {
  font-size: 40px;
  margin-top: 5px;
  color: rgb(94, 94, 94);
}

.li_ul_box {
  display: grid;
  width: 500px;
  height: 271px;
  margin-left: 25px;
}

.Update_data0 {
  display: flex;
  font-size: 22px;
  margin-top: 20px;
  gap: 20px;
}

.Update_data1 h4 {
  font-family: "Antonio", sans-serif;
  margin-top: -60px;
  text-align: center;
  padding: 5px;
}

.Update_data2 h4 {
  font-family: "Antonio", sans-serif;
  margin-top: -60px;
  text-align: center;
}

.Update_data3 h4 {
  font-family: "Antonio", sans-serif;
  margin-top: -60px;
  text-align: center;
}

.Update_data4 h4 {
  font-family: "Antonio", sans-serif;
  margin-top: -60px;
  text-align: center;
}

/* display screen */

.flax-box {
  display: flex;
}

.displayh1 {
  margin-left: 728px;
  margin-top: -255px;
  background-color: #f1f1f1;
  height: 115px;
  width: 125px;
}

.displayh1:hover {
  background-color: #ffe600;
  transition: 1s;
}

.displayh1 span {
  font-size: 30px;
  margin-left: 2px;
  margin-top: 5px;
}

.dis_box1 h1 {
  font-family: "Antonio", sans-serif;
  margin-top: 2px;
  margin-left: 4px;
}

.dis_box2 h2 {
  font-family: "Antonio", sans-serif;
  font-size: 20px;
  margin-top: 1px;
  margin-left: 5px;
}

/* camera */

.displayh2 {
  margin-left: 17px;
  background-color: #f1f1f1;
  height: 115px;
  width: 120px;
  margin-top: -255px;
}

.displayh2:hover {
  background-color: rgb(63, 165, 255);
  transition: 1s;
}

.displayh2 span {
  font-size: 30px;
  margin-top: 5px;
  margin-left: 3px;
}
.dis_box3 h1 {
  font-family: "Antonio", sans-serif;
  margin-top: 2px;
  margin-left: 4px;
}
.dis_box3 samp {
  font-family: "Antonio", sans-serif;
  font-size: 25px;
}

.dis_box4 h2 {
  font-family: "Antonio", sans-serif;
  font-size: 20px;
  margin-top: 1px;
  margin-left: 5px;
}

/* RAM */

.displayh3 {
  background-color: #f1f1f1;
  margin-left: 730px;
  height: 115px;
  margin-top: -125px;
  width: 125px;
}

.displayh3:hover {
  background-color: rgb(0, 255, 170);
  transition: 1s;
}

.displayh3 span {
  margin-top: 8px;
  margin-left: 5px;
  font-size: 30px;
}

.dis_box5 samp {
  font-family: "Antonio", sans-serif;
  font-size: 20px;
}

.dis_box5 h1 {
  font-family: "Antonio", sans-serif;
  margin-left: 5px;
  margin-top: -2px;
}

.dis_box6 h2 {
  font-family: "Antonio", sans-serif;
  display: flex;
  font-size: 17px;
  margin-top: -1px;
  margin-left: 5px;
}

/* battery */

.displayh4 {
  background-color: #f1f1f1;
  margin-top: -125px;
  width: 120px;
  height: 115px;
  margin-left: 17px;
}

.displayh4:hover {
  background-color: #e45eff;
  transition: 1s;
}

.displayh4 span {
  margin-top: 8px;
  margin-left: 1px;
}

.dis_box7 h1 {
  font-family: "Antonio", sans-serif;
  margin-left: 5px;
}

.dis_box7 samp {
  font-family: "Antonio", sans-serif;
  font-size: 20px;
}

.dis_box8 h2 {
  font-family: "Antonio", sans-serif;
  font-size: 20px;
  margin-left: 5px;
}

.dis_box8 samp {
  font-family: "Antonio", sans-serif;
  font-size: 19px;
}

/* table */

.logo_table {
  background-color: hsl(0, 0%, 100%);
  overflow: hidden;
}

.table_box1 {
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 10px;
  min-width: 400px;
  max-width: 824px;
  background-color: #fdfdfd;
}
table td {
  font-size: 15px;
  width: 700px;
}

table,
th,
td {
  border: 1px solid black;
  border-collapse: collapse;
}

th,
td {
  padding: 5px;
}

.top1 th {
  font-family: "Antonio", sans-serif;
  font-size: 25px;
  background-color: rgb(88, 255, 255);
}

.top th {
  width: 150px;
  color: rgb(255, 0, 0);
}

/* logo */

.logo {
  margin-top: 30px;
  width: 300px;
  height: 200px;
  display: flex;
  justify-content: center;
}

.logo :hover {
  transform: scale(1.1);
  transition: 2s;
}

.logo a img {
  width: 100px;
  border-radius: 50%;
  margin-top: 9px;
  margin-left: 50px;
  margin-right: 50px;
  box-shadow: 0 0 10px 2px #eee;
  /* width: 250px;
  margin: auto;
  border-radius: 50%; */
}

.logo_Box {
  width: 300px;
  height: auto;
  margin-left: 10px;
  margin-top: 11px;
}

/* 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;
}

/* 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;
  margin-top: 50px;
  height: 70px;
  align-items: center;
}

.Latest-Phone h1 {
  font-size: 40px;
  font-family: "Antonio", sans-serif;
  margin-left: 40px;
}

/* 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;
}
