* {
  margin: 0px;
  padding: 0px;
  font-family: sans-serif;
}
.nav_sm {
  display: none;
}
.navbar {
  /* background-color: black; */
  display: flex;
  background-color: black;
  color: white;
  border: 1px solid black;
}
.nav_list {
  display: flex;
  width: 50%;
  justify-content: center;
}
#logo_sony {
  height: 35px;
  margin-top: 10px;
  margin-right: 20px;
}
.nav_list > li {
  list-style: none;
  padding: 0px 15px;
  padding-top: 20px;
  padding-bottom: 12px;
  font-size: medium;
  border-bottom: 4px solid black;
  /* cursor: pointer; */
  transition-duration: 600ms;
}
.nav_list > li:hover {
  border-bottom: 4px solid blue;
}
.nav_list > li > a {
  text-decoration: none;
  color: white;
}
.right_nav {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.right_nav > li {
  background-color: black;
  list-style: none;
  color: white;
  border: none;
  font-size: small;
  margin: 0px;
  padding-left: 2px;

  cursor: pointer;
}
.map_details {
  width: 80%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 45%);
}
.map_details > div {
  display: flex;
  gap: 20px;
  line-height: 20px;
}
.right_nav li p {
  padding: 10px;
}
.fa-heart {
  padding: 10px;
}
.right_nav > li :hover {
  background-color: #2f353d;
}
#search_sony {
  transition-duration: 500ms;
}
.right_nav > li > #search_sony:hover {
  background-color: #5865f5;
}
.search_sony {
  background-color: #2f353d;
}
.sony_sites {
  background-color: #2f353d;
}
#ear_phone_man {
  width: 100%;
  height: 600px;
  overflow: hidden;
  background-image: url("https://thecanadiantechie.files.wordpress.com/2021/06/sony-wf-1000xm4-lifestyle-4.jpg");
}
/* for dropdown */
.dropdown_list {
  width: 1450%;
  height: 0px;
  overflow: hidden;
  margin-top: 20px;
  position: absolute;
  background-color: white;
  color: black;
  margin-left: -285%;
  margin-top: 20px;
  opacity: 0;
  pointer-events: none;

  /* transform: translateY(-100%); */
  transition: height cubic-bezier(0.075, 0.82, 0.165, 1) 3s;
  z-index: 100;
}

#dropdown_button {
  position: relative;
  /* display: inline-block; */
}
#dropdown_button:hover .dropdown_list {
  opacity: 1;
  height: 700px;
  pointer-events: visible;
  transform: translateY(0px);
}
/* 
  for drop down menu list */
.container_list {
  text-align: left;
  font-size: 13px;
}
.list_box1 {
  display: flex;
  margin-top: 45px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;

  line-height: 32px;
}
.list_box1 div {
  padding-right: 70px;
  border-right: 1px solid rgb(212, 212, 212);
}
.list_box1 span {
  color: #5865f5;
  font-weight: 600;
}
.list_box1 a {
  text-decoration: none;
  color: black;
}
.container_list li {
  list-style: "\00BB";
  list-style-position: inside;
  text-align: left;
}
.container_list li:hover {
  cursor: pointer;
  color: #5865f5;
}
.all_product_btn {
  width: 100%;
  padding: 25px 1px;
  text-align: center;
}
.all_product_btn > button {
  border: none;
  color: white;
  background-color: #5865f5;
  width: 20%;
  padding: 10px 1px;
  margin-left: 40px;
}
.all_product_btn > button :hover {
  background-color: #6e79f0;
  cursor: pointer;
}

/* sign up drop down */
.signup_dropdown {
  opacity: 0;
  position: absolute;
  width: 170px;
  height: 0px;
  left: 0;
  background-color: white;
  padding: 0.75rem;
  pointer-events: none;
  overflow: hidden;
  /* transform: translateY(-100%); */
  transition: height cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
  z-index: 100;
}
.signup_dropdown > button {
  width: 100%;
  border: none;
  background-color: #5865f5;
  color: white;
  padding: 10px 1px;
  cursor: pointer;
}
.my_sony_drop {
  position: relative;
}
.my_sony_drop:hover .signup_dropdown {
  opacity: 1;
  transform: translateY(0%);
  height: 95px;
  pointer-events: visible;
  color: #5865f5;
  background-color: white;
}

/* 
  search box drop down */

/* .drop_down_search {
  display: none;
  position: absolute;
  width: 20%;
  color: black;
  left: 1;
  background-color: white;
  padding: 0.75rem;
  pointer-events: none;
  transform: translateY(5%);
  transform: translateX(-42%);
  transition-duration: 0.5s;
  z-index: 100;
}
#search_sony + div:hover {
  background-color: snow;
}
#search_sony + div > input {
  width: 100%;
  height: 30px;
}
#search_sony + div > input:hover {
  background-color: snow;
}
#search_results {
  display: none;
  position: absolute;
  width: 20%;
  height: 300px;
  color: black;
  left: 1;
  background-color: white;
  padding: 0.75rem;
  pointer-events: none;
  transform: translateY(5%);
  transform: translateX(-42%);
  top: 7rem;
  transition-duration: 0.5s;
  z-index: 100;
} */

/* 
search box drop down */

.drop_down_search {
  display: none;
  position: absolute;
  margin-top: 11px;
  width: 20%;
  height: 45px;
  color: black;
  left: 1;
  background-color: white;
  padding: 0.75rem;
  pointer-events: none;
  transform: translateY(5%);
  transform: translateX(-42%);
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
#search_sony + div:hover {
  background-color: snow;
}
#search_sony + div > input {
  width: 100%;
  height: 30px;
  border: 0px;
  font-size: 25px;
  margin: 0px;
  padding: 5px;
}
#search_sony + div > input:focus{
  outline: none;
}
#search_sony + div > input:hover {
  background-color: snow;
}
#search_results {
  display: none;
  position: absolute;
  /* margin-top: 60px; */
  width: 20%;
  color: black;
  left: 1;
  background-color: white;
  padding: 0.75rem;
  pointer-events: none;
  transform: translateY(5%);
  transform: translateX(-42%);
  top: 7rem;
  transition-duration: 0.5s;
  z-index: 100;
  overflow-y: scroll;
  border-top: 2px dotted grey;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
#box2 {
  width: 100% !important;
  height: 82px !important;
  display: flex;
  margin-left: -6px !important;
  /* border-radius: 10px; */
  margin: auto;
  margin-top: 7px;
  cursor: pointer;
  background-color: white;
  /* margin-bottom:4px; */
}
#box2 :hover {
  background-color: white;
}
#right_box {
  width: 30%;
  height: 82px;
  text-align: end;
  line-height: 20px;
  padding-top: 20px;
  background-color: white;
}
#right_box:hover{
  background-color: white;
}
#right_box>h3:hover,#right_box>h4:hover{
  background-color: white;
  text-decoration: underline;
}
#left_box {
  width: 90%;
  height: 90px;
}
#divproduct {
  width: 90%;
  margin: auto;
  margin-bottom: 5px;
}
#divproduct > h3{
  background-color: white;
}
#divsee {
  width: 90%;
  margin: auto;
  text-align: center !important;
  margin-top: 20px;
  margin-bottom: 22px;
}
#divsee:hover{
  background-color: white;
}
#more{
  height: 30px;
  width: 150px;
  background-color: rgb(53, 180, 230);
  border: 0;
  color: white;
}
#more:hover{
  background-color: skyblue;
  cursor: pointer;
}


/* top MENU START */

.topmenu_main_container {
  transition: all 0.5s ease-out;
  background-color: #f1f5f9;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 0px;
}
.topmenu_container {
  margin-top: 5%;
  transition: all 0.5s ease-in-out;

  pointer-events: none;
  background-color: #f1f5f9;
  margin: auto;
  width: 80%;
  height: 710px;
}
.topmenu_grid img {
  max-width: 100%;
}
.topmenu_grid p {
  font-weight: 900;
}
.topmenu_grid div {
  cursor: pointer;
}
.topmenu_grid div:hover {
  opacity: 0.9;
}
.topmenu_grid {
  margin-top: 2%;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 30%);
  gap: 30px;
}
.close_btn_div {
  display: flex;
  justify-content: flex-end;
}
.close_btn_div button {
  margin-right: 5%;
  margin-top: 10px;
  padding: 10px;
  text-align: center;
  cursor: pointer;
}
.topmenu_footer {
  margin-top: 5%;
  background-color: white;
  height: 12%;
  padding: 20px 1px;
  display: grid;
  grid-template-columns: repeat(3, 30%);
  justify-content: space-evenly;
}
.topmenu_footer h3 {
  color: blue;
  font-weight: 500;
  cursor: pointer;
}
.topmenu_footer h3:hover {
  opacity: 0.6;
}
.topmenu_co {
  height: 710px;
}
.o_class_top {
  pointer-events: visible;
}

/* --------------response------------- */
@media only screen and (min-width: 0px) and (max-width: 391px) {
  .navbar {
    display: block;
    height: 320px;
    transition: all 0.5s ease-out;
    overflow: hidden;
  }

  #logo_sony {
    margin-top: 20px;
  }

  .navbar_sm {
    height: 2px;
  }
  .v_class_nav {
    opacity: 0;
  }
  .nav_list,
  .right_nav {
    display: block;
    text-align: center;
    margin: auto;
  }
  .nav_list > a {
    display: none;
  }
  .topmenu_container {
    display: none;
  }

  .nav_sm {
    display: block;
    height: 75px;
    width: 100%;
    background-color: black;
    text-align: center;
  }

  .burger {
    position: absolute;
    cursor: pointer;
    right: 5%;
    top: 15px;
  }

  .line {
    width: 33px;
    background-color: white;
    height: 4px;
    margin: 6px 3px;
  }

  .slider-box-1 > div > img {
    width: 460px;
  }
}

@media only screen and (min-width: 392px) and (max-width: 821px){
 
  .navbar {
    height: 100px;
    width: 100%;
    padding-left: 15px;
  }
  .nav_list{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .right_nav>li:nth-child(2) {
   
   display: none;
  }
 
}

