@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+HK:wght@100..900&family=Poetsen+One&display=swap");

* {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans HK", sans-serif;
}
a {
  text-decoration: none;
  color: inherit;
}
p {
  font-family: "Noto Sans HK", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 1.8;
  color: #474747;
  text-align: center;
  margin-top: 10px;
}
h2 {
  font-family: "Noto Sans HK", sans-serif;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 4px;
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}
.bigwrapper {
  width: 100%;
  height: auto;
}
.banner {
  width: 1140px;
  height: auto;
  display: block;
  margin: 0 auto 50px;
}
.banner img {
  width: 100%;
  height: auto;
}
.banner p {
  margin: 0 auto;
  text-align: center;
  width: 800px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.8;
}
.reverse {
  display: flex;
  flex-direction: row-reverse;
}
.features {
  width: 100%;
  height: auto;
  display: flex;
  margin-bottom: 50px;
}
.features_group {
  width: 800px;
  height: auto;
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  margin-bottom: 100px;
}
.features_image {
  width: 400px;
  height: 400px;
  background-image: url("../img/p0_bg.png");
  background-size: cover;
}
.features_image img {
  width: 100%;
  height: auto;
}
.features_content {
  width: 400px;
  height: 400px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
.features_content p {
  width: 100%;
  height: auto;
}
.product_design_group {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 100px;
}
.product_color1 {
  width: 500px;
  height: 400px;
  background-color: #eef1f5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product_color1 img {
  width: 332px;
}
.product_content1 {
  width: 500px;
  height: 400px;
  display: flex;
  align-content: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  background-color: #fafcff;
  padding-left: 50px;
}
.product_content1 h4 {
  font-size: 16px;
  letter-spacing: 0px;
  margin-bottom: 10px;
}
.product_content1 tr,
th {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}
.product_big_image1 {
  width: 1000px;
  height: 1000px;
  background-color: #f6f7f9;
  position: relative;
}
.product_big_image1_1 {
  width: 1000px;
  height: 1000px;
  background-color: #fafcff;
  position: relative;
  margin-bottom: 100px;
}
.product_image1 {
  width: 588px;
  height: auto;
  margin-left: 100px;
  margin-top: 113px;
}
.product_image1 img {
  width: 100%;
  height: auto;
}
.product_title1 {
  width: 124px;
  height: 450px;
  position: absolute;
  z-index: 1;
  top: 166px;
  right: 140px;
  display: flex;
}
.product_title1 h3 {
  width: 42px;
  font-size: 42px;
  font-family: "Noto Sans HK", sans-serif;
  font-weight: 400;
  line-height: 48px;
}
.product_big_image1_1 button a {
  padding-left: 6px;
}
.product_big_image1_1 button {
  position: absolute;
  bottom: -71px;
  width: 140px;
  height: 45px;
  font-family: "Noto Sans HK", sans-serif;
  font-size: 16px;
  background-color: #ffffff;
  font-weight: 400;
  letter-spacing: 4px;
  left: 43%;
  border: 2px solid black;
  cursor: pointer;
  transition: 0.3s;
}
.product_big_image1_1 button:hover {
  color: #ffffff;
  background-color: black;
  transform: translatey(-3px);
}

.product_direction1 {
  width: 43px;
  height: auto;
  position: absolute;
  z-index: 1;
  top: 250px;
  left: 44%;
}
.product_direction1 img {
  width: 100%;
  height: auto;
}
.product_direction1_1 {
  width: 43px;
  height: auto;
  position: absolute;
  z-index: 1;
  top: 380px;
  left: 61%;
}
.product_direction1_1 img {
  width: 100%;
  height: auto;
}
.spanblack {
  width: 2px;
  height: 450px;
  background-color: black;
  margin: 0 20px;
}
.spanblack h3 {
  padding-left: 20px;
  position: absolute;
  bottom: 0px;
}
.product_color2 {
  width: 500px;
  height: 400px;
  background-color: #fdf5ed;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product_color2 img {
  width: 472px;
}
.product_content2 {
  width: 500px;
  height: 400px;
  display: flex;
  align-content: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  background-color: #fffdfa;
  padding-left: 50px;
}
.product_content2 h4 {
  font-size: 16px;
  letter-spacing: 0px;
  margin-bottom: 10px;
}
.product_content2 tr,
th {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}
.product_big_image2 {
  width: 1000px;
  height: 1000px;
  background-color: #fef8f3;
  position: relative;
}
.product_big_image2_1 {
  width: 1000px;
  height: 1000px;
  background-color: #fffdfa;
  position: relative;
  margin-bottom: 100px;
}
.product_image2 {
  width: 588px;
  height: auto;
  margin-left: 100px;
  margin-top: 113px;
}
.product_image2 img {
  width: 100%;
  height: auto;
}
.product_title2 {
  width: 124px;
  height: 450px;
  position: absolute;
  z-index: 1;
  top: 166px;
  right: 140px;
  display: flex;
}
.product_title2 h3 {
  width: 42px;
  font-size: 42px;
  font-family: "Noto Sans HK", sans-serif;
  font-weight: 400;
  line-height: 48px;
}
.product_big_image2_1 button a {
  padding-left: 6px;
}
.product_big_image2_1 button {
  position: absolute;
  bottom: -71px;
  width: 140px;
  height: 45px;
  font-family: "Noto Sans HK", sans-serif;
  font-size: 16px;
  background-color: #ffffff;
  font-weight: 400;
  letter-spacing: 4px;
  left: 43%;
  border: 2px solid black;
  cursor: pointer;
  transition: 0.3s;
}
.product_big_image2_1 button:hover {
  color: #ffffff;
  background-color: black;
  transform: translatey(-3px);
}
.product_color3 {
  width: 500px;
  height: 400px;
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product_color3 img {
  width: 472px;
}
.product_content3 {
  width: 500px;
  height: 400px;
  display: flex;
  align-content: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  background-color: #fbfbfb;
  padding-left: 50px;
}
.product_content3 h4 {
  font-size: 16px;
  letter-spacing: 0px;
  margin-bottom: 10px;
}
.product_content3 tr,
th {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}
.product_big_image3 {
  width: 1000px;
  height: 1000px;
  background-color: #f7f7f7;
  position: relative;
}
.product_big_image3_1 {
  width: 1000px;
  height: 720px;
  background-color: #fbfbfb;
  position: relative;
  margin-bottom: 100px;
}
.product_image3 {
  width: 588px;
  height: auto;
  margin-left: 100px;
  margin-top: 160px;
}
.product_image3 img {
  width: 100%;
  height: auto;
}
.product_image3_1 {
  width: 588px;
  height: auto;
  margin-left: 100px;
  margin-top: -50px;
}
.product_image3_1 img {
  width: 100%;
  height: auto;
}
.product_title3 {
  width: 124px;
  height: 450px;
  position: absolute;
  z-index: 1;
  top: 166px;
  right: 140px;
  display: flex;
}
.product_title3 h3 {
  width: 42px;
  font-size: 42px;
  font-family: "Noto Sans HK", sans-serif;
  font-weight: 400;
  line-height: 48px;
}
.product_big_image3_1 button a {
  padding-left: 6px;
}
.product_big_image3_1 button {
  position: absolute;
  bottom: -71px;
  width: 140px;
  height: 45px;
  font-family: "Noto Sans HK", sans-serif;
  font-size: 16px;
  background-color: #ffffff;
  font-weight: 400;
  letter-spacing: 4px;
  left: 43%;
  border: 2px solid black;
  cursor: pointer;
  transition: 0.3s;
}
.product_big_image3_1 button:hover {
  color: #ffffff;
  background-color: black;
  transform: translatey(-3px);
}

.product_direction1 {
  width: 43px;
  height: auto;
  position: absolute;
  z-index: 1;
  top: 250px;
  left: 44%;
}
.product_direction1 img {
  width: 100%;
  height: auto;
}
.product_direction1_1 {
  width: 43px;
  height: auto;
  position: absolute;
  z-index: 1;
  top: 380px;
  left: 61%;
}
.product_direction1_1 img {
  width: 100%;
  height: auto;
}
.product_direction3_1 {
  width: 460px;
  height: auto;
  position: absolute;
  z-index: 1;
  top: 218px;
  left: 21%;
}
.product_direction3_1 img {
  width: 100%;
  height: auto;
}
.button {
  border: none;
  color: white;
  width: 228px;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 14px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: white;
  color: black;
  border: 2px dashed #5b3413;
}

.button1:hover {
  background-color: #5b3413;
  color: white;
}

.socialmedia {
  margin-top: 50px;
  width: 100%;
  height: 100px;
}

.socialmedia ul {
  display: flex;
  justify-content: center;
}

.socialmedia li {
  width: auto;
  height: 100px;
  list-style: none;
  margin: 0 30px;
  transition: 0.3s;
}
.socialmedia li img {
  width: auto;
  height: 35px;
}

.socialmedia li:hover {
  transform: translatey(-3px);
}

#btn-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  padding: 0px;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
}

ol,
ul {
  padding-left: 0rem !important;
}

.footer {
  background: #ffffff;
  color: #898989;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 50px;
}

.centerlogoandlink {
  margin-top: 100px;
  width: 100%;
  height: auto;
  text-align: center;
}
.centerlogoandlink img {
  width: 80px;
  filter: drop-shadow(2px 0px 4px rgba(0, 0, 0, 0.3));
}

@media (max-width: 1024px) {
  .banner {
    width: 100%;
  }
}
@media (max-width: 1000px) {
}
@media (max-width: 768px) {
  .banner p {
    width: 80%;
  }
  .features {
    justify-content: space-evenly;
  }
  .features_image {
    width: 340px;
    height: 340px;
  }
  .features_content {
    width: 340px;
    height: 340px;
  }
  .features_group {
    width: 100%;
  }
  .product_color1 {
    width: 100%;
    height: 320px;
  }
  .product_content1 {
    width: 100%;
    height: 160px;
    align-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    padding-left: 0px;
  }
  .product_image1 {
    width: 50%;
    height: auto;
    margin-left: 80px;
    margin-top: 60px;
  }
  .product_direction1 {
    width: 33px;
    top: 130px;
    left: 37%;
  }
  .product_direction1_1 {
    top: 230px;
    left: 51%;
  }
  .product_big_image1 {
    width: 100%;
    height: 650px;
  }
  .product_title1 {
    top: 76px;
    right: 80px;
  }
  .product_title1 h3 {
    font-size: 32px;
    line-height: 42px;
  }
  .product_big_image1_1 {
    width: 100%;
    height: 650px;
  }
  /* ----- */
  .product_color2 {
    width: 100%;
    height: 320px;
  }
  .product_content2 {
    width: 100%;
    height: 160px;
    align-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    padding-left: 0px;
  }
  .product_image2 {
    width: 50%;
    height: auto;
    margin-left: 80px;
    margin-top: 60px;
  }
  .product_direction2 {
    width: 33px;
    top: 130px;
    left: 37%;
  }
  .product_big_image2 {
    width: 100%;
    height: 650px;
  }
  .product_title2 {
    top: 76px;
    right: 80px;
  }
  .product_big_image2_1 {
    width: 100%;
    height: 650px;
  }
  .product_title2 h3 {
    font-size: 32px;
    line-height: 42px;
  }
  /* ----- */

  .product_color3 {
    width: 100%;
    height: 320px;
  }
  .product_content3 {
    width: 100%;
    height: 160px;
    align-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    padding-left: 0px;
  }
  .product_image3 {
    width: 50%;
    height: auto;
    margin-left: 80px;
    margin-top: 60px;
  }
  .product_image3_1 {
    width: 60%;
    height: auto;
    margin-left: 80px;
    margin-top: 0px;
  }
  .product_direction3 {
    width: 33px;
    top: 130px;
    left: 37%;
  }
  .product_direction3_1 {
    width: 350px;
    height: auto;
    position: absolute;
    z-index: 1;
    top: 218px;
    left: 23%;
  }
  .product_big_image3 {
    width: 100%;
    height: 650px;
  }
  .product_title3 {
    top: 76px;
    right: 80px;
  }
  .product_title3 h3 {
    width: 42px;
    font-size: 32px;
    line-height: 40px;
  }
  .product_big_image3_1 {
    width: 100%;
    height: 650px;
  }
  .spanblack {
    margin: 0 10px;
  }
  .product_big_image3_1 button {
    left: 40%;
  }
  .product_big_image3_1 {
    height: 600px;
  }
  .product_design_group {
    margin-bottom: 50px;
  }
}
/* ----- */

@media (max-width: 480px) {
  .features {
    flex-direction: column;
    align-items: center;
  }
  .features_content {
    height: 80px;
  }
  .product_title1 h3 {
    width: 34px;
    font-size: 22px;
    line-height: 28px;
  }
  .product_title1 {
    width: 120px;
    top: 45px;
    right: 30px;
  }
  .spanblack {
    height: 300px;
  }
  .product_title1 {
    height: 300px;
  }
  .product_direction1_1 {
    width: 32px;
    top: 150px;
    left: 50%;
  }
  .product_big_image1 {
    height: 430px;
  }

  .product_big_image1_1 {
    height: 430px;
  }
  .product_image1 {
    margin-left: 50px;
  }
  /* ----- */
  .product_color2 img {
    width: 85%;
  }
  .product_title2 {
    height: 300px;
    width: 120px;
    top: 45px;
    right: 30px;
  }
  .product_title2 h3 {
    width: 34px;
    font-size: 22px;
    line-height: 28px;
  }
  .product_direction2 {
    width: 24px;
    top: 100px;
    left: 42%;
  }
  .product_big_image2 {
    height: 430px;
  }
  .product_direction2_1 {
    width: 32px;
    top: 140px;
    left: 55%;
  }
  .product_big_image2_1 {
    height: 430px;
  }
  .product_image2 {
    margin-left: 50px;
  }
  /* ----- */
  .product_image3_1 {
    margin-left: 27px;
  }
  .product_color3 img {
    width: 85%;
  }
  .product_title3 {
    height: 300px;
    width: 120px;
    top: 45px;
    right: 30px;
  }
  .product_title3 h3 {
    width: 34px;
    font-size: 22px;
    line-height: 28px;
  }
  .product_direction3 {
    width: 24px;
    top: 100px;
    left: 42%;
  }
  .product_big_image3 {
    height: 430px;
  }
  .product_direction3_1 {
    width: 222px;
    top: 133px;
    left: 17%;
  }
  .product_big_image3_1 {
    height: 430px;
  }
  .product_image3 {
    margin-left: 50px;
  }
  .product_big_image1_1 button {
    left: 36%;
  }
  .product_big_image2_1 button {
    left: 36%;
  }
  .product_big_image3_1 button {
    left: 36%;
  }
  /* ----- */
}
@media (max-width: 425px) {
  .product_title3 {
    width: 100px;
  }
  .product_direction3_1 {
    width: 192px;
    top: 121px;
    left: 18%;
  }
  .product_direction1_1 {
    width: 24px;
  }
  .product_direction1 {
    width: 20px;
    top: 100px;
    left: 37%;
  }
}

/* For iphone 13 pro */
@media (max-width: 390px) {
  .product_big_image1 {
    height: 380px;
  }
  .product_image1 {
    margin-left: 26px;
  }
  .product_direction1 {
    width: 22px;
    top: 90px;
    left: 32%;
  }
  .product_direction1_1 {
    width: 28px;
    top: 120px;
    left: 46%;
  }
  /* ----- */
  .product_big_image2 {
    height: 380px;
  }
  .product_image2 {
    margin-left: 26px;
  }
  .product_direction2 {
    width: 26px;
    top: 80px;
    left: 31%;
  }
  .product_direction2_1 {
    width: 28px;
    top: 120px;
    left: 46%;
  }
  /* ----- */
  .product_big_image1_1 button {
    left: 32%;
  }
  .product_big_image2_1 button {
    left: 32%;
  }
  .product_big_image3_1 button {
    left: 32%;
  }
  .product_big_image1 {
    height: 390px;
  }
  .product_big_image2 {
    height: 390px;
  }
  .product_big_image3 {
    height: 390px;
  }
  .product_direction3_1 {
    width: 192px;
    top: 108px;
    left: 17%;
  }
}
@media (max-width: 375px) {
}
