body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  margin: 0px;
  /* padding: 0px; */
}

.navbar {
  /* border: 2px solid red; */
  /* position: fixed; */
  /* z-index: 12; */
  margin: auto;
  /* margin-top: -40px; */
  position: fixed;
  top: 0;
  height: 60px;
  width: 100%;
  /* margin-bottom: 50px; */
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.logo {
  /* border: 2px solid blue; */
  width: min-content;
}

#myntra-logo {
  height: 50px;
}

.category {
  text-transform: uppercase;
  /* border: 2px solid black; */
}

.category > ul {
  /* border: 1p solid grey;    */
  list-style: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 25px;
  font-size: 14px;
  padding: 10px;
}

ul > li {
  font-weight: bold;
  cursor: pointer;
  /* border: 1px solid blue; */
}

ul > li:last-child {
  height: 24px;
}

li > a {
  text-decoration: none;
  color: black;
}
div > a {
  text-decoration: none;
  color: black;
}

.profile-login{
  text-decoration: none;
  color: black;
}

sup {
  color: tomato;
  font-weight: bold;
  font-size: 10px;
}

.studio{
  margin-top: 3px;
}

.search-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 5px;
  color: grey;
  background-color: whitesmoke;
}

#search {
  font-size: 12px;
  line-height: 15px;
  border: none;
  width: 300px;
  background-color: whitesmoke;
}

.profile-wishlist-bag {
  display: flex;
  justify-content: space-around;
  font-weight: bold;
  width: 180px;
  text-align: center;
  font-size: 10px;
  /* border: 1px solid green; */
}

span + div {
  margin-top: -3px;
  cursor: pointer;
}

.banner {
  width: 100%;
  /* display: flex; */
  margin-top: 80px;
}

.banner > img {
  height: 360px;
  width: 100%;
  cursor: pointer;
}

.dot {
  cursor: pointer;
  height: 5px;
  width: 5px;
  margin: 10px 5px 0px 0px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dealsofday {
  margin-top: 60px;
}

.dealsofday > div {
  margin: auto;
  display: flex;
  justify-content: center;
}

.dealsofday > div > img {
  height: 200px;
  width: 135px;
}

.titles {
  margin-top: 60px;
  margin-left: 50px;
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 3px;
  font-weight: bold;
  margin-bottom: 60px;
}

.bestof > div {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(8, auto);
  grid-template-rows: repeat(2, auto);
  gap: 3px;
  justify-content: space-around;
}

.bestof > div > img {
  width: 155px;
  height: 220px;
}

.toppicks > div {
  display: flex;
  justify-content: space-between;
}

.toppicks > div > img {
  height: 220px;
  width: 180px;
}

.cat-to-bag > div {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(8, auto);
  grid-template-rows: repeat(3, auto);
  justify-content: center;
}

.cat-to-bag > div > img {
  width: 168px;
  height: 200px;
}

.deals-top-brands > div {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(8, auto);
  grid-template-rows: repeat(3, auto);
  justify-content: space-evenly;
}

.deals-top-brands > div > img {
  width: 155px;
  height: 250px;
}

.myntra-luxe > div {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(8, auto);
  grid-template-rows: repeat(2, auto);
  justify-content: center;
}

.myntra-luxe > div > img {
  width: 168px;
  height: 230px;
}

.giftcards > div {
  margin: auto;
  display: flex;
  justify-content: center;
}

.giftcards > div > img {
  height: 240px;
  width: 269px;
}

.foot {
  background-color: #eee;
}

.footer {
  /* background-color: #24262b; */
  padding: 70px 0;
  margin: auto;
  width: 80%;
  background-color: #eee;
  /* border: 1px solid black; */
}
.columns {
  width: 25%;
  padding: 0 15px;
  /* border: 1px solid black; */
}

.columns:first-child > h4,
.columns:nth-child(2) > h4 {
  margin-left: 35px;
}
.columns > h4 + div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.columns > h4 + div > a > img {
  width: 100px;
}
.columns h4 {
  font-size: 16px;
  /* color: #ffffff; */
  text-transform: capitalize;
  margin-bottom: 20px;
  font-weight: 600;
  position: relative;
}

.columns ul li:not(:last-child) {
  margin-bottom: 5px;
}
.columns ul li a {
  font-size: 14px;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  color: #777777;
  display: block;
}
.columns ul li a:hover {
  color: #000000;
  cursor: pointer;
}

.facebook {
  width: fit-content;
  display: flex;
  justify-content: start;
}
.columns .facebook a {
  height: 20px;
  width: 20px;
  background-color: rgba(134, 134, 134, 0.2);
  text-align: center;
  line-height: 20px;
  border-radius: 2px;
  color: #24262b;
}
.columns .facebook a:hover {
  color: #ffffff;
  background-color: #000000;
}

.footer img {
  width: 60%;
  margin-bottom: 20px;
}

.original {
  display: flex;
  margin-bottom: 30px;
}

.original img {
  width: 25%;
  height: 25%;
  margin-right: 15px;
}

.original > div > p {
  font-weight: bold;
}

.container {
  max-width: 100%;
  margin: auto;
  font-family: "Poppins", sans-serif;
}

.row {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: center;
}
ul {
  list-style: none;
}

.columns:last-child {
  margin-top: 30px;
  margin-left: 20px;
}










/* 

.mainmenubtn {
  background-color: skyblue;
  color: white;
  border: none;
  cursor: pointer;
  padding:20px;
  margin-top:20px;
}
.mainmenubtn:hover {
  background-color: blue;
  }
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-child {
  display: none;
  background-color: skyblue;
  min-width: 200px;
}
.dropdown-child a {
  color: blue;
  padding: 20px;
  text-decoration: none;
  display: block;
}
.dropdown:hover .dropdown-child {
  display: block;
} */