.heading-3d {
  text-transform: uppercase;
  font-weight: 900;
  background: linear-gradient(180deg, rgba(55, 155, 237, 1) 56%, rgba(77, 172, 250, 1) 73%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.9);
  text-shadow:
    0 6px 10px rgba(0, 0, 0, 0.3);
}

.form_book .input-group input[type="text"],
.form_book .input-group input[type="email"],
.form_book .input-group input[type="tel"],
.form_book .input-group input[type="number"] {
  border-width: 1px 2px 2px 1px !important;
  border-style: solid !important;
  border-color: #ebce8a !important;
  padding: 10px 12px !important;
  border-radius: 8px !important;
  width: 100%;
  display: block !important;
  box-shadow: none !important;
  margin-bottom: 0 !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  height: auto !important;
}

.background-form-buy {
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background: url('../images/bg_form.png');

}

.btn_sub {
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background: url('../images/buttonv2.png');
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  height: 100px;
  width: 400px;
  font-weight: 600;
  color: #FFFFFF !important;
  font-size: 30px !important;
  line-height: 1 !important;
  animation: blink 1.5s ease-in-out infinite;
}

.btn_sub:hover {
  filter: drop-shadow(0 4px 15px rgba(0, 0, 0, 0.25));
  transition: all 0.3s ease-in-out;
}

.-bottom-\[7\.5rem\] {
  bottom: -7.5rem
    /* -120px */
  ;
}

.des_form::before {
  content: '';
  width: 24px;
  height: 20px;
  background: url('../images/cart.png');
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}

/* .title_ {
  text-transform: uppercase;
  font-weight: 900;
   background: linear-gradient(180deg,rgba(55, 155, 237, 1) 56%, rgba(77, 172, 250, 1) 73%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.9);
  text-shadow:
    0 6px 10px rgba(0, 0, 0, 0.3);
} */

.title_ {
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background: url('../images/bg_text.png');
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;

}

.title_gift::after {
  content: '';
  display: block;
  width: 82px;
  height: 82px;
  background: url('../images/chim1\ \(2\).png');
  background-repeat: no-repeat;
  background-size: contain;


}

.title_gift::before {
  content: '';
  display: block;
  width: 82px;
  height: 82px;
  background: url('../images/chim1\ \(1\).png');
  background-repeat: no-repeat;
  background-size: contain;
}

.text-gift {
  font-size: 80px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: linear-gradient(180deg, rgba(124, 192, 247, 1) 3%, rgba(53, 162, 252, 1) 37%, rgba(53, 103, 252, 1) 94%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.9);
  text-shadow:
    0 6px 10px rgba(0, 0, 0, 0.3);
}

.title_gift_box {
  background: linear-gradient(180deg, rgba(124, 192, 247, 1) 3%, rgba(53, 162, 252, 1) 37%, rgba(53, 103, 252, 1) 94%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.9);
  text-shadow:
    0 6px 10px rgba(0, 0, 0, 0.3);
}

.gift_box {
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background: url('../images/box.png');
}

.btn_buy {
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background: url('../images/buttonv2.png');
  animation: blink 1.5s ease-in-out infinite;
  margin: 0 auto;
}

.btn_buy:hover {
  filter: drop-shadow(0 4px 15px rgba(0, 0, 0, 0.25));
  transition: all 0.3s ease-in-out;
  color: #FFFFFF !important;
}

.policy_box_icon::after {
  content: '';
  position: absolute;
  top: -86px;
  right: -130px;
  width: 300px;
  height: 100%;
  background: url('../images/ph1.png');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.policy_box_icon::before {
  content: '';
  position: absolute;
  top: -86px;
  left: -130px;
  width: 300px;
  height: 100%;
  background: url('../images/ph2.png');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.text_quantity {
  animation: blinkv2 1.5s ease-in-out infinite;
  font-size: 18px;
}

.hidden_c {
  display: none;
}

@keyframes blink {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.8;
    transform: scale(1.05);
  }
}

@keyframes blinkv2 {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.6;
  }
}

.section_formbuy{
    padding-top: 20px !important;
}
.title_gift{
    letter-spacing: 3px;
}
.container_1366{
    max-width: 1366px !important;
}
.wpcf7-response-output{
  max-width: 70%;
  margin-right: auto !important;
  margin-left: auto !important;
}
@media (min-width: 768px) {
  /* .gift::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: -75px;
    background: url(../images/hoa2_v2.png);
    width: 320px;
    height: 195px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
  }

  .gift::before {
    content: '';
    position: absolute;
    top: 20%;
    right: -125px;
    background: url(../images/hoa1.png);
    width: 320px;
    height: 195px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
  } */

  .title_ {
    text-transform: uppercase;
    font-weight: 900;
    /* background: linear-gradient(180deg,rgba(55, 155, 237, 1) 56%, rgba(77, 172, 250, 1) 73%);
  -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.9);
    text-shadow:
      0 6px 10px rgba(0, 0, 0, 0.3);
  }

  /* .banner_des {
    height: 100vh;
  } */
  .banner_des .section-bg img {
    object-fit: fill !important;
  }

}

@media (max-width: 768px) {
  .background-form-buy {
    border-radius: 20px;
    background: #fff4d2;

  }

  .title_ {
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    background: url('../images/bg_text.png');
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;

  }

  .text-gift {
    font-size: 36px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: linear-gradient(180deg, rgba(124, 192, 247, 1) 3%, rgba(53, 162, 252, 1) 37%, rgba(53, 103, 252, 1) 94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.9);
    text-shadow:
      0 6px 10px rgba(0, 0, 0, 0.3);
  }

  .heading-3d {
    text-transform: uppercase;
    font-weight: 900;
    background: linear-gradient(180deg, rgba(124, 192, 247, 1) 3%, rgba(53, 162, 252, 1) 37%, rgba(53, 103, 252, 1) 94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.9);
    text-shadow:
      0 3px 7px rgba(0, 0, 0, 0.3);
  }

  .img_cs {
    border-radius: 10px;
    overflow: hidden;
  }

  .background-form-buy::after {
    content: '';
    position: absolute;
    top: -8px;
    right: -12px;
    width: 80px;
    height: 50px;
    background: url('../images/icon_form_mb.png');
    background-size: contain;
    background-repeat: no-repeat;
    transform: scaleX(-1);
  }

  .background-form-buy::before {
    content: '';
    position: absolute;
    top: -8px;
    left: -12px;
    width: 80px;
    height: 50px;
    background: url('../images/icon_form_mb.png');
    background-size: contain;
    background-repeat: no-repeat;
  }

  .policy_box_icon::after,
  .policy_box_icon::before {
    display: none;
  }

  .form_book .des_form p:last-child {
    padding-left: 31px;
  }

  .btn_sub {
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    background: url('../images/buttonv2.png');
    margin-bottom: 0 !important;
    margin-right: 0 !important;
    height: 80px;
    width: 300px;
    font-weight: 600;
    color: #FFFFFF !important;
    font-size: 22px !important;
    line-height: 1 !important;
    animation: blink 1.5s ease-in-out infinite;
  }
  .title_gift_box {
  background: linear-gradient(180deg, rgba(124, 192, 247, 1) 3%, rgba(53, 162, 252, 1) 37%, rgba(53, 103, 252, 1) 94%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.9);
  text-shadow:
    0 6px 10px rgba(0, 0, 0, 0.3);
}
}
@media (max-width:576px){
    .section_formbuy{
        padding-top: 50px !important;
    }
    .title_gift{
        letter-spacing: unset !important;
    }
}