@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+HK:wght@100..900&family=Poetsen+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Antique&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Antique&display=swap');
*{
    margin: 0;
    padding: 0;
}
p {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans HK", sans-serif;
    font-size: 16px;
    font-weight: 300;
}
h5 {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans HK", sans-serif;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
}
a {
    text-decoration: none;
    color: #898989;
    transition: 0.3s;
}
h3{
  font-family: "Zen Antique", serif;
  font-weight: 400;
  font-style: normal;
}
.bigbanner{
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}
.coloratag{
    color: blue;
}
#myVideo{
    width: 100%;
}
.bigwrapper{
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.subtitle{
    width: 400px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;

}
#scrolldown{
    position: absolute;
    bottom: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: float 2s ease-in-out infinite; /* 添加浮遊動畫 */
}
#scrolldown img{
    transition: 0.5s;
}
@keyframes float {
  0% {
    transform: translateY(0);
    opacity: 1; /* 開始位置：完全不透明 */
  }
  50% {
    transform: translateY(-10px); /* 向上浮動到最高位置 */
    opacity: 0; /* 最高位置：完全透明 */
  }
  100% {
    transform: translateY(0); /* 回到原位 */
    opacity: 1; /* 回到原位：完全不透明 */
  }
}
.text_content{
    width: 600px;
    margin-top: 24px;
    margin-bottom: 24px;
}
.text_content p{
    text-align: center;
    line-height: 32px;
}
.photo80banner{
    width: 95%;
    height: auto;
}
.photo80banner img{
    width: 100%;
}

.bigtitle{
    width: 550px;
    height: auto;
    margin-top: 100px;
}
.title{
    position: absolute;
    width: 400px;
    height: auto;
    bottom: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.bigtitle h3 {
    font-size: 80px;
    text-align: center;
    letter-spacing: 26px;
    padding-left: 15px;
}
.bigtitle2 h3 {
    font-size: 80px;
    text-align: center;
    letter-spacing: 86px;
    padding-left: 85px;
    
    margin-bottom: 64px;
}
.title img {
    width: 100%;
    height: auto;
}
.centerphoto{
    width: 72%;
    height: auto;
    margin-bottom: 64px;
}
.centerphoto24{
    width: 72%;
    height: auto;
    text-align: center;
}
.centerphoto img{
    width: 100%;
    height: auto;
}
.twoimagentext {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 64px;
}
.content_text, .twoimage_photo{
    width: 45%;
    height: auto;
}
.twoimagentext2 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 64px;
}
.twoimagentext3 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 64px;
    margin-top: 64px;
}
.content_text2, .twoimage_photo{
    width: 45%;
    height: auto;
}
.profile {
    width: 40%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 30px;
}
.profile p{
    text-align: center;
}
.profile_name p{
    font-weight: 500;
    margin-bottom: 10px;
}
.fhs{
    margin-top: 35px;
    margin-bottom: 52px;
}
.socialmedia {
    margin-top: 0px;
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    
}

.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-family: notosanshk, sans-serif;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    text-transform:capitalize;
    padding-bottom: 50px;
    transition: 0.5s;
    letter-spacing: 1px;
    line-height: 22px;
}
footer a:hover {
    color: #707070;
}

@media (max-width: 1000px){
    
}
@media (max-width: 768px){
#scrolldown{
    display: none;
}
.title img {
    margin: -80px;
    width: 60%;
    height: auto;
}
.photo80banner {
    width: 100%;
}
.centerphoto {
    width: 100%;
}
.twoimagentext {
    align-items: center;
    flex-direction: column-reverse;
}
    .content_text, .twoimage_photo {
        width: 85%;
        padding-top: 20px;
    }
    .twoimagentext2 {
    align-items: center;
    margin-bottom: 64px;
    flex-direction: column;
}
.twoimagentext3 {
    align-items: center;
    margin-bottom: 64px;
    margin-top: 64px;
    flex-direction: column;
}
    .bigtitle2 h3 {
        letter-spacing: 10px;
        padding-left: 0;
    }
.profile {
    width: 85%;
}
.profile img{
    width: 100%;
}
}
@media (max-width: 428px){
    .text_content {
    width: 90%;
    }
    .title img {
        margin: -80px;
        width: 50%;
    }
    .title {
    position: absolute;
    width: 400px;
    height: auto;
    bottom: 100px;
    }
    .bigbanner {
    margin-bottom: 50px;
}
.bigtitle {
    margin-top: 50px;
    width: 100%;
    height: auto;
}
.bigtitle2 h3 {
    font-size: 50px;
}
.bigtitle h3 {
    font-size: 50px;
    letter-spacing: 26px;
    padding-left: 0;
}

   
}
@media (max-width: 390px){
    .subtitle {
    width: 80%;
    }
    .bigtitle2 h3 {
    margin-bottom: 4px;
}
    .title {
        width: 100%;
    }
    footer{
        letter-spacing: 0px;
    }
}