img {
  height: 200px;
  margin-top: 10px;
}

.cardtextdata {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card {
  background-color: #6464f2;
  flex-direction: column;
  justify-content: center;
  width: 215px;
  height: 330px;
  margin-bottom: 50px;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.type {
  color: #f5f5f5;
  margin-bottom: -25px;
  font-family: Gill Sans, Gill Sans MT, Calibri, Trebuchet MS, sans-serif;
  font-size: large;
}

.off {
  color: #f5f5f5;
  margin-bottom: -13px;
  font-family: fantasy;
  font-size: 30px;
}

.shopnow {
  color: #f5f5f5;
  font-family: Gill Sans, Gill Sans MT, Calibri, Trebuchet MS, sans-serif;
  font-size: large;
}

.row {
  justify-content: center;
  display: flex;
}

.header {
  justify-content: center;
  align-items: center;
  display: flex;
}

.myntra_logo {
  height: 65px;
  margin-left: 20px;
}

button {
  color: #3d3737;
  background-color: #fff;
  border: none;
  margin-left: 11px;
  margin-right: 11px;
  font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

input {
  background-color: #f5ecec;
  border: none;
  border-radius: 5px;
  width: 450px;
  height: 35px;
  margin-left: 50px;
  margin-right: 50px;
}

.main_part {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main_big_img {
  width: 85vw;
  height: fit-content;
}

.sbc {
  color: #2d2d69;
  border: 1px solid #2d2d69;
  padding: 10px 100px;
  font-family: Trebuchet MS, Lucida Sans Unicode, Lucida Grande, Lucida Sans, Arial, sans-serif;
  font-size: 70px;
  font-weight: 900;
}

.footer_part {
  justify-content: center;
  align-items: center;
  display: flex;
}
/*# sourceMappingURL=index.3a01df49.css.map */
