.header_page_image {
  background-image: linear-gradient(to bottom, rgb(234, 234, 234), #ffffff),
    url("../images/gifts/gift_page_header.png");
  height: 466px;
  width: 80%;
  margin-inline: auto;
  margin-top: -12px;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: color-burn;
}

.gift_items {
  /* display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 80%;
  margin-inline: auto;
  margin-top: 100px;
  direction: ltr; */
  width: 25%;
}

.gift_items .item_gift_section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 280px;
}

.card_items {
  position: relative;
  top: 126px;
  text-align: center;
  width: 90%;
  margin-inline: auto;
}

.card_item_title {
  color: rgb(210, 26, 45);
  font-size: 25px;
  font-weight: 900;
  width: 85%;
  margin-inline: auto;
  padding-block: 15px;
}

.card_item_button {
  padding-inline: 20px;
  padding-block: 2px;
  background-color: rgb(210, 26, 45);
  border: none;
  border-radius: 5px;
  color: white;
  font-weight: 400;
}

.fix_button {
  position: relative;
  bottom: -30px;
}

.footer_image {
  background-image: url("../images/gifts/footer_image_23.png");
  height: 75px;
  width: 80%;
  margin-inline: auto;
  margin-top: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: -60px;
}

.page_header_title h1 {
  font-size: 2.5rem;
  text-align: left;
  margin-inline: 160px;
  font-weight: 900;
  color: rgb(210, 26, 45);
  margin-top: 97px;
  padding-top: 80px;
  -webkit-text-stroke: 1px rgb(210, 26, 45);
}

.page_header_desc h1 {
  font-size: 25px;
  float: left;
  width: 50%;
  text-align: right;
  padding-inline: 20px;
  color: white;
  margin-top: 100px;
}

.justify-content-center {
  justify-content: center !important;
}

@media (max-width: 768px) {
  .gift_items {
    /* grid-template-columns: repeat(2, 1fr); */
    width: 60%;
  }

  .header_page_image {
    width: 100%;
    background-size: contain;
    margin-top: 20px;
    margin-bottom: -150px;
  }

  .footer_image {
    height: 40px;
    width: 100%;
    margin-bottom: -55px;
  }

  .page_header_title h1 {
    font-size: 2.5rem;
    margin-top: -30px;
    padding-top: 80px;
    margin-inline: 100px;
  }

  .page_header_desc h1 {
    font-size: 21px;
    width: 56%;
    padding-inline: 20px;
    margin-top: 65px;
  }
}

@media (max-width: 480px) {
  .gift_items {
    grid-template-columns: repeat(1, 1fr);
  }

  .header_page_image {
    width: 100%;
    background-size: contain;
    margin-top: 20px;
    margin-bottom: -300px;
  }

  .footer_image {
    height: 40px;
    width: 100%;
    margin-bottom: -55px;
  }

  .page_header_title h1 {
    margin-inline: 60px;
    margin-top: -60px;
    padding-top: 84px;
    font-size: 1.4rem;
  }

  .page_header_desc h1 {
    font-size: 12px;
    width: 56%;
    padding-inline: 20px;
    margin-top: 30px;
  }
}
