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

.plus-jakarta-sans-font {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.container {
  max-width: 1110px;
  margin: 0 auto;
}
/* header css */
.navber {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}
nav div ul {
  display: flex;
  justify-content: space-between;
}
nav div ul li {
  list-style: none;
  margin-right: 30px;

  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;

  text-align: left;
}
nav div ul li a {
  text-decoration: none;
  color: rgb(58, 58, 58);
}

.header-title {
  /* Label */
  color: rgb(15, 53, 192);
  font-family: Poppins;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0px;
  text-align: left;
}
/* header banner */
.banner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.banner-title {
  color: rgb(58, 58, 58);
  font-family: Poppins;
  font-size: 52px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0px;
}
.banner-dis {
  color: rgb(58, 58, 58);
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0px;

  margin-top: 16px;
  width: 505px;
}
.banner-btn {
  border-radius: 41px;
  width: 196px;
  height: 44px;
  background: rgb(224, 44, 109);
  color: rgb(255, 255, 255);
  font-family: Poppins;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  border: none;
  margin-top: 16px;
}
.banner-space {
  margin-left: 8px;
}
.banner-img {
  background-image: url(../images/Circle\ design.svg);
  background-repeat: no-repeat;
  box-sizing: border-box;
  /* Brand / Purple 100 */
  /* border: 3px solid rgb(241, 228, 255); */
  width: 475px;
}
.banner-img img {
  padding: 30px 33px 31px 2px;
}
/* sponsper-item */
.sponsper {
  display: flex;
  margin-top: 69px;
  width: 100%;
}
.spons-item-1 img {
  display: inline-block;
  margin-right: 69px;
}
.spons-item-2 img {
  display: inline-block;
  margin-right: 60px;
}
/* Popular Collection */
.Collection-title {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 30px;
  color: rgb(58, 58, 58);
  font-family: Poppins;
  font-size: 28px;
  font-weight: 600;
  line-height: 70px;
  letter-spacing: 0px;
}
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 30px;
}
.card {
  border-radius: 5px;
  width: 310px;
  height: 476px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
  background: rgb(255, 255, 255);
  /* padding-left: 14px; */
}
.card-img {
  border-radius: 5px;
  width: 300px;
  height: 256px;
  padding: 17px 15px 16px 14px;
  display: flex;
  justify-self: center;
}
.card-title {
  color: rgb(24, 25, 31);
  font-family: Poppins;
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0%;
  text-align: left;
  margin-top: 16px;
}
.card-price {
  margin-top: 6px;
  color: rgba(0, 0, 0, 0.87);
  font-family: Inter;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: left;
}
.card-star {
  color: rgb(94, 99, 102);
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.1px;
  text-align: left;
}
.card-dis {
  color: rgb(120, 120, 133);
  font-family: Inter;
  font-size: 14px;
  font-weight: 700;
  line-height: 143%;
  letter-spacing: 1.8%;
  text-align: left;
  width: 196px;
  margin-top: 6px;
}
.box-1 {
  padding-left: 14px;
}
.see-more {
  display: flex;
  justify-self: end;
  margin-top: 50px;
  margin-right: 60px;
}
.see {
  color: rgba(224, 44, 109, 0.87);
  font-family: Poppins;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
}
/* banner-feature */
.banner-feature {
  display: flex;
  margin-top: 100px;
}
.feature-img img {
  border-radius: 7px;
  width: 404px;
  height: 270px;
}
.feature-text {
  width: 610px;
  height: 224px;
  margin-left: 90px;
}
.feature-title {
  color: rgb(10, 8, 38);
  font-family: Poppins;
  font-size: 38px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0px;
  text-align: left;
}
.feature-dis {
  color: rgb(108, 108, 108);
  font-family: Poppins;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: left;
  margin-top: 16px;
  margin-bottom: 16px;
  width: 501px;
  height: 88px;
}
/* footer */
footer {
  max-width: 100%;
  /* height: 3306px; */
  margin-top: 100px;
  background-color: rgb(14, 11, 29);
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer-item {
  justify-self: center;
  text-align: center;
  justify-content: center;
}
.footer-item h3 {
  color: rgb(255, 255, 255);
  font-family: Poppins;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0px;
}
.footer-item h4 {
  color: rgb(217, 219, 225);
  font-family: Manrope;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0%;

  margin-top: 3px;
}
.footer-item h5 {
  color: rgb(217, 219, 225);
  font-family: Manrope;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0%;

  margin-top: 3px;
}
