@import url("https://fonts.googleapis.com/css2?family=Assistant&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Assistant&family=Montserrat:wght@400;700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

ul li {
  list-style: none;
  /* display: inline-block; */
}

.flex {
  display: flex;
  align-items: center;
}

.container {
  width: 1400px;
  margin: 0 auto;
}

.container-2 {
  width: 1480px;
  margin: 0 auto;
}

.container-3 {
  width: 1180px;
  margin: 0 auto;
}

/* Navbar */

header {
  padding-block: 15px;
  background-color: #ffffff;
}

.navbar-section {
  justify-content: space-between;
  font-family: "Assistant", sans-serif;
}

.myntra-logo img {
  width: 50px;
}

.nav-link {
  margin: 0 30px;
  font-size: 15px;
  font-weight: 700;
  color: #282c3f;
}

.nav-header-links ul li {
  display: inline-block;
}

/* Searchbar */

.searchicon {
  padding: 10px;
}

.nav-inputBar i {
  position: absolute;
}

.nav-inputBar input {
  padding-left: 45px;
  outline: none;
}

.nav-Searchinput {
  width: 400px;
  padding: 10px;
  border-radius: 5px;
  border: none;
  background-color: #f5f5f6;
}

.nav-right-side {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #282c3f;
}

.nav-right {
  margin-right: 30px;
}

/* Top Banner */

.banner-img {
  width: 1480px;
}

/* Hero-banner */

.banners {
  flex-direction: column;
}

.hero-banner-img {
  width: 1400px;
}

.bottom-banner-img {
  width: 1530px;
}

/* Order-Corner */

.corner {
  flex-direction: column;
}

.corner-offer {
  width: 1500px;
}

.corner-offer img {
  width: 100%;
}

/*Festival Offer */

.Festival {
  flex-direction: column;
}

.fest-banner-img {
  width: 1530px;
}

.festival-offer-cards img {
  width: 100%;
}

/*Category Special */

.category-special {
  flex-direction: column;
}

.category-banner-img {
  width: 1530px;
}

/* CARDS */

.category-special-cards {
  flex-wrap: wrap;
  width: 100%;
}

.category-special-cards a {
  margin: 0 auto;
}

.category-special-cards img {
  width: 200px;
  margin: 10px;
}

/* Download-Section */

.download-banner {
  width: 100%;
}

.download-banner a {
  margin: 0 auto;
}

.download-banner img {
  width: 1500px;
  margin: 10px;
}

/* Footer */

footer {
  margin-top: 20px;
  padding-block: 30px;
  padding-inline: 50px;
}

.footer-slots {
  justify-content: space-between;
  align-items: start;
}

.head {
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Assistant", sans-serif;
}

.slot-text {
  margin-top: 30px;
  font-size: 16px;
  font-family: "Assistant", sans-serif;
}

.sub-slot {
  margin-top: 30px;
}

.slot-text ul li {
  margin-top: 6px;
  color: grey;
}

.slot-3 {
  padding-right: 150px;
}

.store {
  margin-top: 30px;
  width: 100px;
}

.store-img {
  width: 140px;
  margin-right: 10px;
}

.social-media {
  margin-top: 20px;
}

.social-media a {
  margin-right: 20px;
  font-size: 25px;
  color: grey;
}

/* Slot - 4 */

.slot-4 img {
  width: 50px;
  margin-right: 15px;
}

.tag {
  margin-bottom: 20px;
}

.slot-4 {
  font-family: "Assistant", sans-serif;
}

.slot-4 p {
  width: 70%;
}
