@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;
}
.desktop {
  display: block;
}
.mobile {
  display: none;
}
.bigwrapper {
  width: 100%;
  text-align: center;
}
.main_banner {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.banner_01 img {
  width: 100%;
  height: auto;
}
.banner_02 img {
  width: 100%;
  height: auto;
}
.banner_03 img {
  width: 100%;
  height: auto;
}
.banner_04 img {
  width: 100%;
  height: auto;
}
.banner_05 img {
  width: 100%;
  height: auto;
}
.banner_06 img {
  width: 100%;
  height: auto;
}
.banner_07 img {
  width: 100%;
  height: auto;
}
.banner_02 {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0%;
  z-index: 2;
}
.banner_03 {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0%;
  z-index: 2;
}
.banner_04 {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0%;
  z-index: 3;
}
.banner_05 {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0%;
  z-index: 4;
}
.banner_06 {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0%;
  z-index: 4;
}
.banner_07 {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0%;
  z-index: 3;
}

a,
button {
  cursor: pointer;
}
h1,
h2 {
  text-align: center;
  font-family: "Noto Sans HK", sans-serif;
}
h1 {
  font-size: 40px;
  font-weight: 700;
  color: #000000;
  margin-top: 100px;
  margin-bottom: 25px;
  letter-spacing: 2px;
}
h2 {
  font-size: 24px;
  font-weight: 500;
  color: #5b3413;
  margin-top: 20px;
}
h3 {
  font-size: 35px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 25px;
}
p {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 20px 0;
  line-height: 1.6;
}
.p_title_content {
  width: 500px;
  margin: 0 auto;
  text-align: center;
}
.section_banner {
  width: 100%;
  height: 700px;
  margin-top: 80px;
  background: linear-gradient(
    0deg,
    rgba(235, 235, 235, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  position: relative;
}
.section_inner_banner {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.section_inner_banner img {
  width: 100%;
}
.title_group_sp {
  left: 37% !important;
}
.inner_banner_title_group {
  width: auto;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 28%;
  text-align: left;
  transform: translate(-50%, -50%);
  color: white;
}
.inner_banner_title_group p {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 200;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.4;
  width: 500px;
}
.feature {
  width: 100%;
  /* display: grid;
  grid-template-columns: auto auto;
  gap: 25px; */
}
.feature_group_L {
  width: 800px;
  margin: 0 auto 25px;
  display: flex;
  display: grid;
  grid-template-columns: auto auto;
  gap: 25px;
}
.feature_group_R {
  width: 800px;
  margin: 0 auto 25px;
  display: flex;
  flex-direction: row-reverse;
  display: grid;
  grid-template-columns: auto auto;
  gap: 25px;
}
.feature_photo,
.feature_text {
  width: 400px;
}
.feature_photo img {
  width: 100%;
}
sup {
  font-size: 16px;
}
.feature_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #000;
  transition: 0.5s;
}
.feature_text p {
  color: #fff;
  font-size: 35px;
  font-weight: 200;
  line-height: 42px;
  letter-spacing: 2px;
  transition: 0.5s;
}
.feature_text:hover {
  transform: scale(0.8);
}

.feature_text {
  transition: transform 0.3s ease;
}

.feature_text:hover {
  transform: scale(0.8);
}

.feature_text p {
  transition: transform 0.3s ease;
}

.feature_text:hover p {
  transform: scale(1.5);
}
.buyitnow {
  width: 167px;
  position: relative;
}
.buyitnow button {
  width: 100%;
  height: 36px;
  letter-spacing: 8px;
  color: #ffffff;
  background-color: #000000cf;
  border: 2px solid #ffffff;
  border-radius: 50px;
  transition: 0.5s;
}
.buyitnow button img {
  position: absolute;
  right: 4%;
  top: 14%;
  transition: transform 0.5s ease;
}
.buyitnow button span {
  position: absolute;
  left: 16%;
  top: 14%;
  transition: 0.5s;
}
.buyitnow:hover button {
  background-color: #fff;
}
.buyitnow:hover button span {
  color: #000;
}
.buyitnow:hover button img {
  transform: rotate(-360deg);
}
.product_buyitnow {
  cursor: pointer;
  position: relative;
  width: 150px;
  height: 36px;
  margin: 25px auto 42px;
}
.product_buyitnow button {
  font-size: 16px;
  width: 100%;
  height: 36px;
  letter-spacing: 8px;
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 50px;
  position: relative;
  top: 1px;
  transition: 0.5s;
}
.product_buyitnow button span {
  position: absolute;
  font-size: 16px;
  top: 3px;
  left: 4px;
  width: 100%;
}
.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;
}
.subbanner {
  position: relative;
  width: 100%;
  height: 200px;
  text-align: center;
  overflow: hidden;
}
.subbanner h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 2px;
}
.showcase {
  position: absolute;
  right: 10%;
  top: 5%;
}
.product_group {
  width: 1200px;
  display: flex;
  justify-content: center;
  gap: 22px;
  margin: 0 auto;
}
.product {
  width: 385px;
  background: linear-gradient(
    0deg,
    rgb(252, 252, 252) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  border-radius: 6px;
  text-align: center;
  transition: 0.3s;
}
.product:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
  transition: 0.3s;
}
.product p {
  font-size: 28px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px !important;
}
.product span {
  font-size: 18px;
}
.button1 {
  background-color: white;
  color: black;
  border: 2px dashed #5b3413;
}

.button1:hover {
  background-color: #5b3413;
  color: white;
}

.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));
}

.socialmedia {
  margin-top: 50px;
  width: 100%;
  height: 100px;
}

.socialmedia ul {
  display: flex;
  justify-content: center;
}

.socialmedia li {
  width: 40px;
  list-style: none;
  margin: 0 30px;
  transition: 0.3s;
}

.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: 100px;
}

@media (max-width: 1024px) {
  .product_group {
    width: 100%;
  }
  .section_banner {
    overflow: hidden;
  }
  .section_inner_banner {
    width: 160%;
  }
  .inner_banner_title_group {
    left: 35%;
  }
  .showcase {
    right: 2%;
    top: 5%;
  }
  .showcase img {
    width: 100%;
  }
}
@media (max-width: 1000px) {
}
@media (max-width: 768px) {
  .subbanner h3 {
    width: 80%;
  }
  .feature_photo,
  .feature_text {
    width: 370px;
  }
  .feature_group_L,
  .feature_group_R {
    width: 100%;
  }
  .section_inner_banner {
    width: 210%;
  }
  .inner_banner_title_group {
    left: 35%;
    top: 58%;
  }
}
@media (max-width: 480px) {
  .product_group {
    width: 100%;
    display: flex;
    gap: 0px;
    margin: 0 auto;
    flex-wrap: wrap;
  }

  .product {
    width: 100%;
  }
  h1 {
    font-size: 30px;
  }
  .subbanner {
    height: 160px;
  }
  .subbanner h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .product_buyitnow {
    width: 120px;
  }
  .product p {
    font-size: 18px;
  }
  .feature_photo,
  .feature_text {
    width: 100%;
  }
  .feature_group_R,
  .feature_group_L {
    margin: 0 auto 15px;
    display: flex;
    flex-direction: unset;
    gap: 0;
  }
  .feature_text p {
    font-size: 25px;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .p_title_content {
    width: 90%;
  }
  .inner_banner_title_group p {
    width: 100%;
  }
  .inner_banner_title {
    width: 85%;
  }
  .section_inner_banner {
    width: 320%;
  }
  .showcase {
    right: -4%;
  }
  .showcase img {
    width: 85%;
  }
  .buyitnow {
    right: -28%;
  }
  .inner_banner_title_group {
    left: 245px;
    width: 90%;
  }
  .title_group_sp {
    left: 50% !important;
  }
}
@media (max-width: 425px) {
  .subbanner h3 {
    top: 45%;
  }
  .product_group {
    gap: 10px;
  }
  .inner_banner_title {
    width: 85%;
  }
  .inner_banner_title_group p {
    width: 90%;
  }
  .inner_banner_title_group {
    left: 240px;
    width: 100%;
  }
  .section_banner {
    height: 600px;
  }
  .buyitnow {
    right: -25%;
  }
  .title_group_sp {
    left: 55% !important;
  }
}

/* For iphone 13 pro */
@media (max-width: 390px) {
  .product p {
    font-size: 22px;
  }
  .subbanner {
    height: 120px;
  }
  .subbanner h3 {
    top: 50%;
  }
  .inner_banner_title_group p {
    font-size: 12px;
  }
  .inner_banner_title_group {
    left: 218px;
    width: 100%;
  }
  .buyitnow {
    right: -22%;
  }
  .section_banner {
    height: 560px;
  }
  h1 {
    font-size: 28px;
  }
  .title_group_sp {
    left: 57% !important;
  }
}
@media (max-width: 375px) {
  .subbanner {
    height: 130px;
  }
}

/* Lighting effect blinking animation */
@keyframes lightingBlink {
  0% {
    opacity: 1;
  }
  15% {
    opacity: 0.7;
  }
  25% {
    opacity: 1;
  }
  40% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
  65% {
    opacity: 0.8;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

#lighting_effect img {
  animation: lightingBlink 12s ease-in-out infinite;
}
