* {
  margin: 0px;
  padding: 0px;
}
header {
  max-width: 1650px;
  background: #fffbf0;
  background-image: url(/icons/Group\ 33064.svg);
  background-repeat: no-repeat;
  background-position: top center;
}
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 39px 136px 0px 136px;
}
nav div {
  display: flex;
  justify-content: center;
  align-items: center;
}
nav img {
  width: 55.936px;
  height: 39.266px;
  flex-shrink: 0;
  margin-right: 5px;
}
nav ul {
  display: flex;
  align-items: center;
  gap: 57px;
}
nav ul li {
  list-style: none;
  color: #3c3c3c;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
nav li a {
  text-decoration: none;
  color: #3c3c3c;
  /* 150% */
}
nav h2 {
  color: #a4bc46;
  font-family: Montserrat;
  font-size: 25.426px;
  font-weight: 700;
}
.icon {
  font-size: 1.5rem;
  display: none !important;
}
.primary-btn {
  width: 170px;
  height: 60px;
  border-radius: 10px;
  background: linear-gradient(180deg, #a4bc46 0%, #85a019 100%);
  border: none;
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.cart-img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.header-section {
  margin: 35px 271px 0px 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 276px;
}
.header-section h1 {
  width: 333px;
  color: #fabe4c;
  font-family: "Bebas Neue";
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
}
.header-section p {
  width: 357px;
  height: 52px;
  color: #3e3e3e;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  margin-bottom: 8px;
}
.header-text {
  margin-top: 70px;
}
.image-div {
  margin-top: 20px;
}
main h2 {
  text-align: center;
  margin-top: 49px;
  /* margin-left: 135px; */
  color: #363958;
  font-family: "Bebas Neue";
  font-size: 48px;
  font-weight: 400;
}
.woman-jacket-div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 21px 135px 0px 135px;
  gap: 48px;
}
.j-div {
  max-width: 370px;
  height: 550px;
  flex-shrink: 0;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
  /* border: 1px solid black; */
  margin-bottom: 10px;
}
.jacket-div {
  width: 334px;
  height: 327px;
  flex-shrink: 0;
  border-radius: 20px;
  background-color: #f1f1f1;
  /* border: 1px solid black; */
  margin: 18px;
}
.woman-jacket-div img {
  width: 293px;
  height: 293px;
  padding: 22px 21px 12px 20px;
}
.j-div h4 {
  color: #363958;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 700;
  padding-left: 18px;
}
.j-div p {
  color: #3e3e3e;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  padding-left: 18px;
}

.price-div {
  display: flex;
  margin-top: 12px;
  gap: 50px;
  /* padding-left: 18px; */
  justify-content: center;
  align-items: center;
}
.price-div h5 {
  color: #fabe4c;
  font-family: Roboto;
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.facilities-section {
  display: flex;
  margin: 130px 135px 185px 135px;
  justify-content: center;
  align-items: center;
}

.shopping-div img {
  width: 550px;
  margin-top: 50px;
}
.icons-div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 489px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 16px;
  margin-right: 160px;
}
.icons-div img {
  width: 78px;
  flex-shrink: 0;
  background-color: url(<path-to-image>) lightgray 50% / cover no-repeat;
  padding: 26px 36px 27px 27px;
}
.icons-div h6 {
  margin-top: 20px;
  color: #363958;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 700;
}
.icons-div p {
  margin-top: 14px;
  color: #3e3e3e;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

/* Mobile-Responsive max-width: 649px */

@media screen and (max-width: 649px) {
  header {
    margin-bottom: 120px;
    background-image: none;
  }
  nav {
    flex-direction: column;
    padding: 28px 20px 0px 10px;
  }
  nav > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  nav ul {
    display: none !important;
  }
  .icon {
    display: flex !important;
    margin-left: 130px;
  }

  nav h2 {
    font-size: 16.835px;
  }
  nav img {
    width: 37.038px;
    height: 26px;
  }
  .primary-btn i {
    display: none;
  }
  .header-section {
    flex-direction: column;
    justify-content: center;
    margin: auto;
    gap: 50px;
    padding: 0px;
    width: 100%;
    overflow: hidden;
  }
  .header-text {
    margin: auto;
    margin-top: 50px;
  }
  .header-section h1 {
    max-width: 280px;
    font-size: 60px;
  }
  .header-section p {
    font-size: 16px;
    margin-right: auto;
  }
  .image-div img {
    max-width: 85%;
    height: auto;
    display: block;
    margin: auto;
  }
  main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
  }
  main h2 {
    text-align: center;
    margin: auto;
  }

  .woman-jacket-div {
    flex-direction: column;
    justify-content: center;
    margin: auto;
    gap: 20px;
  }
  .facilities-section {
    flex-direction: column;
    justify-content: center;
    margin: auto;
  }
  .icons-div {
    width: 90%;
    margin: auto;
    margin-top: 50px;
  }

  .shopping-div img {
    max-width: 85%;
    height: auto;
    display: block;
    margin: auto;
  }
}
/* Mobile-Responsive max-width: 1024px */
@media screen and (min-width: 650px) and (max-width: 1024px) {
  /* * {
    padding: 0px;
    background-color: #fffbf0;
    box-sizing: border-box;
  } */
  header {
    background-image: none;
  }

  nav {
    margin: auto;
    margin-top: 20px;
    padding: 0px;
    width: 90%;
  }
  nav > div {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  nav ul {
    margin: auto;
    margin-right: 39px;
    gap: 30px;
  }
  nav ul li {
    font-size: 12px;
  }

  .icon {
    display: none !important;
  }

  nav h2 {
    font-size: 20px;
  }

  .primary-btn i {
    display: none;
  }
  .header-section {
    justify-content: center;
    margin: auto;
    gap: 0px;
    padding: 0px;
    width: 90%;
    overflow: hidden;
  }
  .header-text {
    margin: auto;
    margin-top: 50px;
  }
  .header-section h1 {
    max-width: 180px;
    font-size: 40px;
  }
  .header-section p {
    font-size: 12px;
  }
  .image-div {
    margin: auto;
    width: 90%;
  }
  .image-div img {
    max-width: 90%;
    height: auto;
    display: block;
  }
  main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
  }
  main h2 {
    text-align: center;
    margin: auto;
    margin-top: 50px;
    font-size: 30px;
  }

  .woman-jacket-div {
    width: 90%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: auto;
  }
  .j-div {
    width: 35%;
    height: auto;
    margin: auto;
  }
  .j-div h4 {
    font-size: 15px;
  }
  .j-div p {
    font-size: 10px;
  }
  .jacket-div {
    width: 90%;
    height: auto;
    margin: auto;
  }

  .woman-jacket-div img {
    width: 90%;
  }

  /* .price-div button {
    width: 35%;
  } */
  .facilities-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
  }
  .icons-div {
    width: 90%;
    margin: auto;
    margin-top: 50px;
  }
  .icons-div img {
    margin: auto;
  }
  .icons-div h6 {
    margin: auto;
  }
  .icons-div p {
    margin: auto;
  }
  .shopping-div img {
    max-width: 85%;
    height: auto;
    display: block;
    margin: auto;
  }
}
