body {
  margin: 0;
  overflow-x: hidden;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

.tangerine-regular {
  font-family: "Tangerine", cursive;
  font-weight: 400;
  font-style: normal;
}

.tangerine-bold {
  font-family: "Tangerine", cursive;
  font-weight: 700;
  font-style: normal;
}

.sec1 {
  background-color: black;
  padding: 3px;
  text-align: center;
}

.sec1 p {
  font-size: 15px;
  color: #fff;
  word-spacing: 3px;
}

.container {
  max-width: 70%;
  margin: auto;
  position: relative;
}

.sec2 {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  grid-template-areas: "  logo menu icons ";
  text-align: center;
  align-items: center;
  margin-top: 5px;
  z-index: 8;
}

.logo img {
  height: 80px;
}

.logo {
  grid-area: logo;
}

.menu ul {
  display: flex;
  justify-content: center;
  text-decoration: none;
  list-style: none;
  column-gap: 30px;
}


.menu {
  grid-area: menu;
}

.icons {
  display: flex;
  justify-content: center;
  column-gap: 20px;
}

.icons {
  grid-area: icons;
}

h2 {
  text-align: center;
  font-style: italic;
  font-size: 30px;
}

.item1 {
  position: absolute;
  top: 20%;
  left: 5%;
  z-index: 9;
}

.item1 p {
  font-size: 23px;
  padding-left: 20px;
  font-weight: 100;
  font-style: italic;
}

.para p {
  margin-top: 40px;
}

h3 {
  margin: 0;
  font-size: 150px;
  text-align: left;
  font-style: italic;
  color: #000;
}

.text-align {
  text-align: end;
}

.item2 img {
  height: 1000px;
}

.item2 {
  text-align: right;
  background-color: #c0b4ad;
}

.input {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  justify-content: center;
}

.search input {
  width: 600px;
  height: 30px;
}

.absolute {
  position: absolute;
  top: 32px;
  right: 39%;
}

.search ::placeholder {
  color: #000;
}

.search {
  background: #000;
  text-align: center;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.overflow-hidden {
  overflow: hidden;
}

.position-relative {
  position: relative;
}

.panel {
  position: absolute;
  width: 100%;
  top: 21px;
  z-index: 0;

  border-top: 1px solid #fff;
  display: none;
}

.accordion {
  background-color: #fff;
  border: none;
  color: #000;
  cursor: pointer;
}

.close {
  position: absolute;
  top: 32px;
  right: 37%;
  background-color: #fff;
}

.sec4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 100px;
  gap: 30px;
}

.sec4 img {
  height: 450px;
  width: 100%;
}

h4 {
  margin: 0;
  font-size: 45px;
  font-style: italic;
}

.item3 p {
  font-size: 22px;
  font-style: italic;
}

.item3 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

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

  margin-top: 1%;
  margin-bottom: 10px;
}

.text p {
  font-size: 18px;
  font-style: italic;
  font-weight: 200;
  margin-left: 30px;
}

.item5 {
  border-radius: 15px;
}

.item4 h5 {
  margin-right: 70px;
}

.item5 h5 {
  margin-right: 90px;
}

.item6 {
  border-radius: 15px;
}

.item6 h5 {
  margin-right: 160px;
}

h5 {
  margin: 0;

  font-size: 20px;
  font-style: italic;
}

.price button {
  background-color: #000;
  color: #fff;
  padding: 5px;
  font-size: 18px;
  font-style: italic;
}

.sec5 {
  display: grid;
  grid-template-columns: 1fr 3fr;
  margin-top: 100px;
  gap: 30px;
  position: relative;
}

.item7 img {
  height: 600px;
  border-radius: 15px;
}

.newww {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  text-align: center;
}

.newww img {
  height: 400px;
  width: 100%;
  border-radius: 15px;
  margin-top: 20px;
  margin-bottom: 15px;
  transition: transform 0.1;
}

.item4 {
  border-radius: 15px;
}

.item4:hover img {
  transform: scale(1.06);
}

.item5:hover img {
  transform: scale(1.06);
}

.item6:hover img {
  transform: scale(1.06);
}

.item11 p {
  text-align: start;
  font-size: 20px;
  font-weight: 500;

  font-style: italic;
}

.newww p {
  font-style: italic;
  font-size: 18px;
}

.item11 h4 {
  margin-bottom: 15px;
}

.sec6 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 100px;
  position: relative;
  background-color: #f5f5f7;
}

.item13 img {
  height: 650px;
  border-radius: 20px;
}

.item13 {
  text-align: right;
  position: relative;
  padding: 50px;
}

.position-relative1 {
  position: relative;
  display: flex;
  margin-left: 36px;
}

.item12 {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.item12 p {
  font-size: 27px;
  font-style: italic;
}

.item14 {
  position: absolute;
  top: 50%;
  left: 5%;
  text-align: center;
}

.sale {
  margin-top: 30px;
  padding: 7px;
  font-style: italic;
  background: none;
  color: #fff;
  border: 1px solid #fff;
}

.item14 h4 {
  font-size: 80px;
  color: #fff;
}

.sec7 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 100px;
  gap: 30px;
}

.item15 {
  display: grid;
  grid-template-columns: 1fr 2fr;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 30px;
}

.item16 svg {
  height: 30px;
}

.item16 {
  text-align: left;
  display: flex;
  justify-content: right;
  align-items: center;
  margin-right: 20px;
}

h6 {
  font-size: 15px;
  margin: 0;
}

.item17 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-style: italic;
}

.sec8 {
  margin-top: 100px;
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 40px;
}

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

.item18 input {
  padding: 15px;
  font-size: 20px;
  font-style: italic;
  width: 97%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.newsletter {
  padding: 15px;
  font-size: 20px;
  color: #fff;
  background-color: #000;
  width: 100%;
  font-style: italic;
}

.item19 {
  text-align: end;
}

.item19 img {
  height: 410px;
  border-radius: 10px;
}

.sec10 {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  margin-top: 100px;
}

.item21 {
  display: grid;
  grid-template-rows: 1fr 1fr;
}

.item22 h4 {
  font-size: 110px;
}

.item23 img {
  height: 460px;
}

.item26 img {
  width: 100%;
}

.item26 {
  padding-left: 20px;
}

.item25 p {
  font-size: 19px;
  font-style: italic;
  padding-left: 10px;
}

.item25 {
  align-content: center;
  padding: 10px;
}

.item25 h4 {
  font-size: 29px;
  padding-left: 10px;
  margin-top: 172px;
}

.Absolute {
  position: absolute;
}

.item27 {
  position: absolute;
  right: 5%;
  display: flex;
  flex-direction: column;
  top: 78%;
  color: #000;
  width: 37%;
}

.item27 input {
  border: none;
  background: none;
  font-size: 20px;
  border-bottom: 2px solid #000;
  padding: 10px;
  font-style: italic;
}

.item27 input::placeholder {
  color: #000;
}

#subscribe {
  margin-top: 10px;
  padding: 8px;
  font-size: 18px;
  color: #fff;
  background-color: #000;
}

.item26 img {
  opacity: 0.8;
}

.sec11 {

  margin-top: 50px;
  background-color: #fff;
}


.card {
  position: relative;
  overflow: hidden;
  border: 1px solid #ddd;
  /* Light border */
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  /* Subtle shadow */
  background-color: #fff;
  /* White background for cards */
  transition: transform 0.3s ease-in-out;
  padding-bottom: 45px;
  cursor: pointer;
}

.card:hover {
  transform: scale(1.05);
}

/* Image inside the card */
.card .image {
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Title inside the card */
.card .title {
  position: absolute;
  bottom: 4px;
  left: 10px;
  font-size: 1.2rem;
  background: none;
  color: #000;
  padding: 5px 10px;
  border-radius: 5px;
  font-style: italic;
  font-size: 24px;
}


.more {
  background-color: #000;
  color: #fff;
  border: none;
  padding: 8px 15px;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  position: absolute;
  right: 0.7em;
  bottom: 7px;
}

.more:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.owl-carousel .item {
  padding: 15px;
}

.text-center {
  text-align: center;
  font-size: 65px;
}

.owl-carousel .item img {
  width: 100%;
  height: 100%;
}

footer {
  background-color: #F5F5F7;
  margin-top: 70px;
}

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

.item20 {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 23%;
  /* Adjusted to make room for all sections */
}

.item20 ul {
  list-style: none;
  padding-left: 0;
}

.item20 h6 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 20px;
}

.logo-section {
  width: 25%;
}

.logo {
  width: 100%;
  max-width: 120px;
}

.logo-section p {
  font-size: 14px;
  color: #333;
}

.bars {
  display: none;
  grid-area: menu;
}

aside {
  position: absolute;
  height: 100vh;
  width: 200px;
  top: 0;
  right: 0;
  color: #fff;
  background-color: #000;
  transform: translateX(200px);
  transition: all 2s ease-in;

}

.Close {
  position: absolute;
  top: 10px;
  right: 5px;
}

nav {
  position: relative;
}

.name {
  margin-top: 90px;
}

.margin1 {
  margin-top: 45px;
}


@media(max-width:520px) {
  body {
    overflow-x: hidden;
    position: relative;
  }

  .sec2 {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: " menu logo ";
    justify-content: space-between;
  }

  .bars {
    display: block;
    text-align: left;
  }

  .menu {
    display: none;
  }

  .heart {
    display: none;
  }

  .logo img {
    height: 55px;
  }

  .logo {
    grid-area: menu;
    text-align: left;
  }

  .bars {
    grid-area: logo;
    text-align: right;

  }

  .icons {
    display: none;
  }

  .container {
    max-width: 90%;
  }

  .bars svg {
    height: 15px;
  }

  aside {
    position: absolute;
    height: 100vh;
    width: 200px;
    top: 20px;
    right: 0;
    color: #fff;
    background-color: #000;
    transform: translateX(200px);
    transition: all 2s ease-in;
    z-index: 9;


  }

  .close {
    position: absolute;
    top: 10px;
    right: 5px;
  }

  nav {
    position: relative;
  }

  .product {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 30px;
  }

  .product img {
    height: 300px;
    width: 100%;
  }

  .item2 img {
    height: 205px;
  }

  .sec1 p {
    font-size: 10px;
  }

  h3 {
    font-size: 22px;
  }

  .item1 {
    top: 135px;
    left: 2%;
  }

  .item1 p {
    font-size: 10px;
    padding: 0;

  }

  .none {
    display: none;
  }

  .name {
    margin-top: -58px;
  }

  .sec11 {
    margin-top: 20px;
  }

  .text-center {
    font-size: 28px;
  }

  .sec4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 40px;
  }

  .margin1 {
    margin-top: 20px;
  }

  h4 {
    font-size: 21px;
  }

  .item3 {
    justify-content: unset;
    width: 100%;
  }

  .item3 p {
    font-size: 11px;
  }

  .sec4 img {
    width: 100%;
    object-fit: cover;
    height: 242px;
  }

  .item4 {
    width: 100%;
  }

  .card .image {
    height: auto;
  }

  .more {
    bottom: 9px;
    right: 4px;
    padding: 4px 7px;
  }

  .card .title {
    left: 0;
    font-size: 16px;
  }

  .item5 h5 {
    margin-right: 0;
  }

  .item4 h5 {
    margin-right: 0px;
  }

  h5 {
    font-size: 15px;
  }

  .price button {
    font-size: 10px;
  }

  .text p {
    font-size: 13px;
    margin: 0;
  }

  .item6 h5 {
    margin-right: 0;
  }

  .item5 {
    display: flex;
    flex-direction: column-reverse;
  }

  .item14 {
    display: none;
  }

  .item7 {
    display: none;
  }

  .sec5 {
    grid-template-columns: 1fr;
    margin-top: 40px;

  }

  .item11 h4 {
    margin-bottom: 6px;
    font-size: 25px;
  }

  .item11 p {
    text-align: start;
    font-size: 14px;
  }

  .newww p {
    font-style: italic;
    font-size: 11px;
  }

  .newww img {
    height: 151px;
    width: 100%;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .newww {
    gap: 9px;
  }

  .sec7 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 40px;
  }

  .item15 {
    padding: 7px;
  }

  .item15 p {
    font-size: 12px;
  }

  .item16 svg {
    height: 20px;
  }

  .item22 h4 {
    font-size: 41px;
  }

  .sec10 {
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }

  .item24 img {
    height: 180px;
  }

  .item25 h4 {
    font-size: 19px;
    padding-left: 0;
    margin-top: 0;
  }

  .item25 p {
    font-size: 10px;
    font-style: italic;
    padding-left: 0;
  }

  .item23 img {
    height: 180px;
  }

  .item21 {
    grid-template-rows: none;
  }

  .item23 {
    display: flex;
    height: 100%;
    align-items: flex-end;
  }

  .item25 {
    padding: 3px;
  }

  .item24 {

    display: flex;
    height: 100%;
    align-items: flex-end;

  }

  .sec9 {
    display: flex;

    justify-content: space-between;

  }

  .item20 h6 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
  }

  .item20 ul {
    list-style: none;
    font-size: 10px;
  }

  .item20 {
    margin: 0;
  }

  .footer {
    margin-top: 40px;
  }

  .logo-section p {
    font-size: 7px;
    color: #333;
  }
}