* {
  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;
  background-color: #ffffff;
}

.sam_img1 {
  background-color: #ffffff;
}

.sam_img2 {
  margin-top: 20px;
}

.body1 {
  display: flex;
  justify-content: center;
}

/* Privacy Policy */

#imag-list {
  display: flex;
  height: auto;
  margin-right: 50px;
  margin-top: 10px;
  margin-left: 50px;
  margin-bottom: 50px;
  background-color: #ffffff;
  border-style: solid;
  border-color: #c0c0c0;
}

.footer_box1 {
  padding: 30px;
}

.footer_box1 h1 {
  font-size: 40px;
  margin-bottom: 10px;
}

.footer_box1 h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.footer_box1 p {
  margin-bottom: 10px;
}

strong {
  font-size: 25px;
}

/* 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;
  height: 70px;
  align-items: center;
}

.Latest-Phone h1 {
  font-size: 40px;
  font-family: "Antonio", sans-serif;
  margin-left: 40px;
}

/* Contact */

.tip_box {
  height: 960px;
  margin-bottom: 311px;
  margin-top: 105px;
  background-color: #747474;
}

.con_box {
  display: grid;
  padding: 20px;
  background-color: #ffffff;
  justify-content: center;
  align-items: center;
}

.con_box h1 {
  font-size: 50px;
  margin-left: 70px;
  font-family: "Antonio", sans-serif;
}

.con_box h2 {
  font-size: 40px;
  font-family: "Antonio", sans-serif;
}

.tip_box1 {
  padding: 20px;
}

.tip_box1 h3 {
  font-size: 45px;
  color: #ffffff;
  font-family: "Antonio", sans-serif;
}

.form_outer1 label {
  display: flex;
  font-size: 18px;
  padding: 10px;
}

.form_outer1 input {
  width: 700px;
  height: 40px;
  outline: none;
  border: none;
  border-radius: 10px;
  font-size: 15px;
  padding: 6px;
}

.tip_box .form {
  margin-left: 180px;
}

.form_outer2 {
  display: grid;
}

.form_outer2 label {
  font-size: 18px;
  padding: 10px;
}

.form_outer2 textarea {
  width: 700px;
  outline: none;
  border-radius: 10px;
  font-size: 15px;
  padding: 6px;
}

.form_outer3 {
  padding: 40px;
  margin-left: 230px;
}

.form_outer3 input {
  height: 50px;
  width: 150px;
  font-size: 20px;
  justify-content: center;
  border: none;
  cursor: pointer;
}

.form_outer3 input:hover {
  background-color: #00eeff;
}

.form_outer0 {
  font-size: 20px;
  color: #00ff40;
  margin-left: 10px;
}

/* footer */

.footer-Box {
  display: flex;
  color: rgb(0, 0, 0);
  background-color: #494949;
  height: 50px;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.footer-Box a {
  display: flex;
  color: #fffdfd;
}

.footer-Box a:hover {
  color: #00ccff;
}
