@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: 1440px;
  height: auto;
  margin: 0 auto;
}
.main_banner {
  width: 100%;
  height: auto;
  padding: 20px;
}
.main_banner img {
  width: 100%;
  height: auto;
}
.content_text_main {
  width: 660px;
  margin: 50px auto 0px;
}
.content_text_main h3 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  color: black;
}
.content_text_main p {
  padding-top: 20px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  text-align: center;
  color: #414040;
}
.section_title {
  width: 100%;
  text-align: center;
  margin: 100px auto 0;
}
.section_title h3 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 10px;
  margin: 0 auto;
  color: black;
}
.section_title p {
  padding-top: 20px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  text-align: center;
  color: #414040;
}
.photo_group {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
.photo {
  width: 660px;
  height: auto;
}
.photo img {
  width: 100%;
  height: auto;
}
.photo_group p {
  width: 660px;
  padding-top: 0px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  text-align: center;
  color: #414040;
}
.photoinone {
  width: 660px;
  height: auto;
  margin: 10px auto 0px;
}
.photoinone img {
  width: 100%;
  height: auto;
}
.photoinone p {
  width: 660px;
  padding-top: 10px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  text-align: center;
  color: #414040;
  margin: 0 auto;
}
.photo_fullwidth {
  width: 1020px;
  height: auto;
}
.photo_fullwidth img {
  width: 100%;
  height: auto;
}
.album_section_group {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
.album_section_group img {
  width: 350px;
  height: auto;
}
.album_section_group p {
  width: 660px;
  padding-top: 10px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  text-align: center;
  color: #414040;
}
.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: 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;
  margin-bottom: 100px;
  letter-spacing: 1px;
}

@media (max-width: 1024px) {
}
@media (max-width: 1000px) {
  .bigwrapper {
    width: 100%;
  }
  .photo_fullwidth img {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 480px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }

  .section_title h3 {
    letter-spacing: 6px;
  }
  .photo_fullwidth img {
    padding: 0px;
  }
  .section_title p {
    width: 95%;
    margin: 0 auto;
  }
  .main_banner {
    padding: 0px;
  }
  .content_text_main {
    width: 80%;
    margin: 50px auto 0px;
  }
  .photoinone {
    width: 90%;
    height: auto;
    margin: 10px auto 0px;
  }
  .photoinone p {
    width: 90%;
  }
  .photo_group p {
    width: 90%;
  }
  .album_section_group img {
    width: 90%;
    height: auto;
  }
  .album_section_group p {
    width: 90%;
  }
}
@media (max-width: 425px) {
  .section_title p {
    width: 90%;
    margin: 0 auto;
  }
}

/* For iphone 13 pro */
@media (max-width: 390px) {
}
@media (max-width: 375px) {
}
