.merry_section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 0 0px;
  background: #2bbbed;
}
.merry_section .merry_time {
  padding: 0 20px;
  margin-top: 36px;
  margin-bottom: 60px;
  font-family: "Noto Sans HK", sans-serif;
  font-weight: 900;
  font-size: 18.15px;
  line-height: 125%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
  color: #fff;
}
.merry_section .merry_title {
  font-family: "Noto Sans HK", sans-serif;
  font-weight: 900;
  font-style: Black;
  font-size: 36px;
  line-height: 125%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 440px) {
  .merry_section .merry_title {
    font-size: 28px;
  }
}
@media screen and (max-width: 374px) {
  .merry_section .merry_title {
    font-size: 23px;
  }
}
.merry_section .merry_description_wrapper {
  margin-bottom: 16px;
  padding: 0 20px;
}
.merry_section .merry_description {
  position: relative;
  font-family: "Noto Sans HK", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 15px;
  padding: 8px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
}
@media (max-width: 743px) {
  .merry_section .merry_description {
    font-size: 12px;
  }
}
.merry_section .merry_description::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 16px;
  height: 48px;
  background-image: url("../../images/description_earings.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.merry_section .merry_description::after {
  content: "";
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 16px;
  height: 48px;
  background-image: url("../../images/description_earings.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.merry_section .merry_description.mobile {
  display: block;
}
.merry_section .merry_description.tablet {
  display: none;
}
.merry_section .merry_description.desktop {
  display: none;
}
.merry_section .merry_step {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 6px;
  flex-wrap: nowrap;
  position: relative;
  width: 100%;
}
.merry_section .merry_step img[alt=arrow] {
  width: 14px;
  margin-top: 20px;
  height: auto;
  flex: 0 0 auto;
  opacity: 0.85;
}
@media (min-width: 768px) {
  .merry_section .merry_step {
    gap: 0px;
  }
}
.merry_section .merry_step .connector {
  margin-top: 14px;
  margin-right: 10px;
  position: relative;
  flex: 1; /* takes remaining width */
  height: 74px;
  /* dots: change --dot and --gap to taste */
  background: url(../../images/merry_icon/Arrow.png) no-repeat center center/contain;
}
@media (max-width: 365px) {
  .merry_section .merry_step .connector {
    margin-top: 5px;
  }
}
@media (max-width: 768px) {
  .merry_section .merry_step .connector {
    margin-right: 7px;
  }
}
@media (min-width: 768px) {
  .merry_section .merry_step .connector {
    flex: none;
    width: 25px;
  }
}
.merry_section .merry_step .merry_step_item {
  max-width: 55px;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-family: "Noto Sans HK", sans-serif;
  padding-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .merry_section .merry_step .merry_step_item {
    max-width: none;
    width: 21%;
  }
}
.merry_section .merry_step .merry_step_icon {
  position: relative;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #bd1b21;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default;
}
.merry_section .merry_step .merry_step_icon img {
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
}
.merry_section .merry_step .merry_step_icon.white {
  background: #ffffff;
  border-color: #ffffff;
}
.merry_section .merry_step .merry_step_icon.white::after {
  border-color: #2bbbed;
}
.merry_section .merry_step .merry_step_icon.white img {
  filter: none;
}
.merry_section .merry_step .merry_step_icon.blue {
  background: #2bbbed;
  border: 1px solid #ffffff;
}
.merry_section .merry_step .merry_step_icon.blue::after {
  border: none;
}
.merry_section .merry_step img[alt=arrow] {
  width: 17px;
}
.merry_section .merry_step .merry_step_text {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
  color: #ffffff;
  letter-spacing: 0.5px;
  display: inline-block;
}
.merry_section .merry_step .merry_step_btn_detail {
  border-radius: 100px;
  border: 1px solid #fff;
  background: transparent;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  margin-top: 6px;
  padding-left: 8px;
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
  height: 26px;
}
.merry_section .merry_step .merry_step_btn_detail p {
  font-family: "Noto Sans HK";
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  text-align: right;
  vertical-align: bottom;
  color: #fff;
  text-wrap: nowrap;
}
@media (max-width: 743px) {
  .merry_section .merry_step .merry_step_btn_detail p {
    font-size: 8px;
  }
}
.merry_section .merry_step .merry_step_btn_detail img {
  width: 7px;
  height: 9px;
  margin-left: 4px;
}
@media (max-width: 340px) {
  .merry_section .merry_step {
    gap: 3px;
  }
  .merry_section .merry_step .merry_step_icon {
    width: 40px;
    height: 40px;
  }
  .merry_section .merry_step .merry_step_icon::after {
    inset: 4px;
  }
  .merry_section .merry_step .merry_step_icon img {
    width: 18px;
    height: 18px;
  }
  .merry_section .merry_step .merry_step_item {
    width: 48px;
  }
  .merry_section .merry_step .merry_step_text {
    font-size: 8px;
  }
  .merry_section .merry_step img[alt=arrow] {
    width: 12px;
    margin-top: 0px;
  }
}
@media (max-width: 300px) {
  .merry_section .merry_step {
    gap: 3px;
  }
  .merry_section .merry_step .merry_step_icon {
    width: 30px;
    height: 30px;
  }
  .merry_section .merry_step .merry_step_icon::after {
    inset: 3px;
  }
  .merry_section .merry_step .merry_step_icon img {
    width: 12px;
    height: 12px;
  }
  .merry_section .merry_step .merry_step_item {
    width: 36px;
  }
  .merry_section .merry_step .merry_step_text {
    font-size: 7px;
  }
  .merry_section .merry_step img[alt=arrow] {
    width: 10px;
    margin-top: 0px;
  }
}
.merry_section .merry_article {
  max-width: 375px;
  width: calc(100% - 40px);
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 72px;
}
.merry_section .merry_pass_description {
  font-family: "Noto Sans HK";
  font-weight: 600;
  font-style: SemiBold;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
}
.merry_section .merry_red_button {
  border: 1px solid #ffffff;
  border-radius: 100px;
  padding: 12px 0;
  background-color: #bd1b21;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.merry_section .merry_red_button .text {
  font-family: "Noto Sans HK", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: bottom;
  color: #fff;
  padding: 0 40px;
}
.merry_section .merry_red_button .right_icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 400px) {
  .merry_section .merry_red_button {
    padding: 10px 0;
  }
  .merry_section .merry_red_button .text {
    font-size: 16px;
  }
  .merry_section .merry_red_button .right_icon {
    right: 12px;
  }
}
@media screen and (max-width: 320px) {
  .merry_section .merry_red_button {
    padding: 10px 0;
  }
  .merry_section .merry_red_button .text {
    font-size: 14px;
  }
  .merry_section .merry_red_button .right_icon {
    right: 8px;
  }
}
.merry_section .merry_white_button {
  border: 1px solid #ffffff;
  border-radius: 100px;
  padding: 12px 0;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.merry_section .merry_white_button .text {
  font-family: "Noto Sans HK", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: bottom;
  color: #2bbbed;
  padding: 0 40px;
}
.merry_section .merry_white_button .right_icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 400px) {
  .merry_section .merry_white_button {
    padding: 10px 0;
  }
  .merry_section .merry_white_button .text {
    font-size: 16px;
  }
  .merry_section .merry_white_button .right_icon {
    right: 12px;
  }
}
@media screen and (max-width: 320px) {
  .merry_section .merry_white_button {
    padding: 10px 0;
  }
  .merry_section .merry_white_button .text {
    font-size: 14px;
  }
  .merry_section .merry_white_button .right_icon {
    right: 8px;
  }
}
.merry_section .merry_carousel,
.merry_section .merry_carousel_2,
.merry_section .merry_carousel_3 {
  width: 100%;
  display: flex;
  justify-content: center;
}
.merry_section .merry_product_ctr {
  max-width: 375px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  justify-content: center;
  align-items: flex-start;
}
.merry_section .merry_product_ctr .merry_product {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 20px;
  width: calc((100% - 40px) / 2);
  margin: 0 10px 20px;
}
.merry_section .merry_product_ctr .merry_product .empty_box {
  width: 100%;
  height: auto;
  border-radius: 8px;
  aspect-ratio: 1/1;
  margin-bottom: 10px;
}
.merry_section .merry_product_ctr .merry_product .empty_box img {
  width: 100%;
  height: auto;
}
.merry_section .merry_product_ctr .merry_product .merry_product_name {
  font-family: "Noto Sans HK", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 11px;
  vertical-align: bottom;
  color: #fff;
}
.merry_section .merry_post {
  margin-top: 33px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40.33px;
  padding: 0 16px;
}
.merry_section .merry_post img {
  width: 100%;
  max-width: 800px;
  height: auto;
  border-radius: 24px;
}
.merry_section .merry_post p {
  font-family: "Noto Sans HK";
  font-weight: 500;
  font-style: Medium;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  max-width: 585px;
}

@media screen and (min-width: 768px) {
  .merry_section.merry_2 {
    padding: 120px 0px 0px;
  }
  .merry_section .merry_description_wrapper {
    width: 100%;
  }
  .merry_section .merry_description.mobile {
    display: none;
  }
  .merry_section .merry_description.tablet {
    display: block;
  }
  .merry_section .merry_description.desktop {
    display: none;
  }
  .merry_section .merry_article {
    max-width: 100%;
    width: 100%;
    padding: 0 16px;
  }
  .merry_section .merry_product_ctr {
    max-width: 100%;
    padding: 0 16px;
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .merry_section .merry_product_ctr .merry_product {
    width: calc((100% - 14px) / 2);
  }
  .merry_section .merry_product_ctr .merry_product .empty_box {
    width: 100%;
    height: auto;
  }
  .merry_section .merry_post {
    gap: 24px;
  }
}
@media screen and (min-width: 1025px) {
  .merry_section .merry_description_wrapper {
    max-width: 800px;
    margin: 0 auto 16px;
  }
  .merry_section .merry_article {
    max-width: 800px;
    width: 100%;
  }
  .merry_section .merry_product_ctr {
    max-width: 800px;
    margin: 0 auto 40px;
  }
  .merry_section .merry_product_ctr .merry_product {
    width: calc((100% - 28px) / 3);
  }
  .merry_section .merry_product_ctr .merry_product .empty_box {
    width: 100%;
    height: auto;
  }
}/*# sourceMappingURL=merrySection.css.map */