@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;
    font-weight: 400;
}

.bigwrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.main_banner {
    width: 100%;
    height: 80vh;
    background-image: url(../img/IMG_1882.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: rgb(0, 0, 0);
}

.main_text {
    padding: 0px 100px;
}

.main_text p {
    padding-top: 17px;
    line-height: 27px;
}
.main_text img{
    width: 440px;
}

p {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    padding-top: 17px;

}

.pbanner_content {
    padding-top: 17px;
    width: 800px;
    line-height: 20px;
    margin: 0 auto;
    /* Center the element horizontally */
}

.section_sphoto {
    width: 800px;
    height: auto;
    margin: 0 auto;
}

.row2 {
    width: 100%;
    padding-top: 64px;
    display: flex;

}

.row_2_box {
    width: 800px;
    height: auto;
    display: flex;
    justify-content: space-between;
}

.row_2_box img {
    border-radius: 6px;
    width: 390px;
}

.row_2_box p {
    text-align: left;
}

.photofor4 {
    width: 800px;
    height: auto;
    margin: 0px auto 80px;
}

.section_sphoto3 {
    width: 800px;
    height: auto;
    margin: 230px auto -10px;
}
.section_sphoto4 {
    width: 800px;
    height: auto;
    margin: 40px auto;
}
.section_sphoto4 img{
    border-radius: 6px;
}

.row4 {
    width: 100%;
    /* padding-top: 64px; */
    display: flex;
    /* margin-bottom: 100px; */
    flex-wrap: wrap;
    justify-content: space-between;
}
.row4 img{
    border-radius: 6px;
}

.row_4_box {
    width: 800px;
    height: 390px;
    display: flex;
    justify-content: space-between;
}

.row_4_box img {
    border-radius: 6px;
    width: 380px;
}

.row_4_box p {
    text-align: left;
}

.image-container4 {
    text-align: center;
    /* Center text below the image */
    width: 390px;
    height: auto;
}

.image-container4 img {
    max-width: 100%;
    /* Ensure images are responsive */
}
.image-container5 {
    text-align: center;
    /* Center text below the image */
    width: 800px;
    min-height: 390px;
    position: relative;
}

.image-container5 img {
    max-width: 100%;
    /* Ensure images are responsive */
}
.image-container5 p {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center; /* 可选：根据需要调整文本对齐方式 */
}
.image-container {
    text-align: center;
    /* Center text below the image */

}

.image-container img {
    max-width: 100%;
    /* Ensure images are responsive */
}




/* 分離效果調整 */
.wrapper_sky1 {
    top: -120px;
    width: 100%;
    height: 80vh;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.5)), url(../img/png/IMG_1885.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden; /* 确保内容不会溢出 */
    z-index: -10;

}

.image-container1 {
    width: 100%;
    position: relative;
    display: inline-block;
    /* 保持圖片和文字容器的大小 */
    top: 350px;
}

.image-container1 img {
    width: 100%;
    height: auto;
    /* 保持圖片的寬高比 */
}

.image-container1 p {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    background-color: rgba(255, 255, 255, 0.7);
    /* 可選：添加背景色以提高可讀性 */
    padding: 5px;
    /* 可選：添加內邊距 */
}

/* 分離效果調整 完*/
.hill_text1{
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: -110px;
}
/* 分離效果調整 */
.wrapper_sky2 {
    /* top: -120px; */
    width: 100%;
    height: 62vh;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5)), url(../img/png/IMG_1890.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: -10;
    overflow: hidden; /* 确保内容不会溢出 */
    
}

.image-container2 {
    width: 100%;
    position: relative;
    display: inline-block;
    top: 100px;
}

.image-container2 img {
    width: 100%;
    height: auto;
}

.image-container2 p {
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    background-color: rgba(255, 255, 255, 0.7);
    /* 可選：添加背景色以提高可讀性 */
    padding: 5px;
    /* 可選：添加內邊距 */
}

/* 分離效果調整 完*/
.section_sphoto2{
    width: 800px;
    height: auto;
    margin: 0 auto;
}
.hill_text2{
    width: 800px;
    text-align: justify;
    position: relative;
    top: 0px;
    margin: 0 auto;
    margin-bottom: 50px;
}
/* 分離效果調整 */


.wrapper_sky3 {
    width: 100%;
    position: relative;
    display: inline-block;
    /* 保持圖片和文字容器的大小 */
    top: 100px;
}

.wrapper_sky3 img {
    width: 100%;
    height: auto;
    /* 保持圖片的寬高比 */
}

.wrapper_sky3 p {
    font-size: 14px;
    position: absolute;
    bottom: -60px;
    /* left: 50%;
    transform: translateX(-50%); */
    width: 100%;
    text-align: center;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.7);
    /* 可選：添加背景色以提高可讀性 */
    padding: 5px;
    /* 可選：添加內邊距 */
}

/* 分離效果調整 完*/

/* 分離效果調整 */
.wrapper_sky4 {
    top: -120px;
    width: 100%;
    height: 80vh;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5)), url(../img/png/IMG_1894.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: -10;
    overflow: hidden;
}

.image-container4 {
    width: 100%;
    position: relative;
    display: inline-block;
}

.image-container4 img {
    width: 100%;
    height: auto;
    /* 保持圖片的寬高比 */
}

.image-container4 p {
    width: 800px;
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    background-color: rgba(255, 255, 255, 0.7);
    /* 可選：添加背景色以提高可讀性 */
    padding: 5px;
    /* 可選：添加內邊距 */
}
/* 分離效果調整 完*/
.hill_text4{
    width: 800px;
    text-align: justify;
    position: relative;
    top: -120px;
    margin: 0 auto;
    margin-bottom: 50px;
}
/* 分離效果調整 */

.wrapper_sky5 {
    top: -320px;
    width: 100%;
    height: 140vh;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5)), url(../img/png/IMG_1899.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: -10;
    overflow: hidden;
}

.image-container5 {
    width: 100%;
    position: relative;
    display: inline-block;
    top: 620px;
}

.image-container5 img {
    width: 100%;
    height: auto;
    /* 保持圖片的寬高比 */
}

.image-container5 p {
    width: 800px;
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    background-color: rgba(255, 255, 255, 0.7);
    /* 可選：添加背景色以提高可讀性 */
    padding: 5px;
    /* 可選：添加內邊距 */
}
/* 分離效果調整 完*/
.back5{
    width: 100%;
    height: auto;
    position: absolute;
    z-index: -10;
    top: -50vh;
}
.back5 img{
    width: 100%;
    height: auto;
}
.hill_text5{
    width: 800px;
    text-align: justify;
    position: relative;
    top: -320px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.wrapper_sky6 {
    top: -320px;
    width: 100%;
    height: 110vh;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5)), url(../img/png/IMG_1900.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
    background-attachment: fixed;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: -10;
    overflow: hidden;
}

.image-container6 {
    width: 100%;
    position: relative;
    display: inline-block;
    top: 600px;
}

.image-container6 img {
    width: 100%;
    height: auto;
    /* 保持圖片的寬高比 */
}

.image-container6 p {
    width: 800px;
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    background-color: rgba(255, 255, 255, 0.7);
    /* 可選：添加背景色以提高可讀性 */
    padding: 5px;
    /* 可選：添加內邊距 */
}
/* 分離效果調整 完*/
.back6{
    width: 100%;
    height: auto;
    position: absolute;
    z-index: -10;
    top: -50vh;
}
.back6 img{
    width: 100%;
    height: auto;
}
.hill_text6{
    width: 800px;
    text-align: justify;
    position: relative;
    top: -320px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.wrapper_sky7 {
    top: -320px;
    width: 100%;
    height: 151vh;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5)), url(../img/png/IMG_1901.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: -10;
    overflow: hidden;
}

.image-container7 {
    width: 100%;
    position: relative;
    display: inline-block;
    top: 703px;
}

.image-container7 img {
    width: 100%;
    height: auto;
    /* 保持圖片的寬高比 */
}

.image-container7 p {
    width: 800px;
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    background-color: rgba(255, 255, 255, 0.7);
    /* 可選：添加背景色以提高可讀性 */
    padding: 5px;
    /* 可選：添加內邊距 */
}
/* 分離效果調整 完*/

.hill_text7{
    width: 800px;
    text-align: justify;
    position: relative;
    top: -320px;
    margin: 0 auto;
    margin-bottom: 50px;
}


.image-container_photo {
    width: 390px;
    position: relative;
    display: inline-block;
    /* 保持圖片和文字容器的大小 */
    
}

.image-container_photo img {
    width: 100%;
    height: auto;
    /* 保持圖片的寬高比 */
}

.image-container_photo p {
    width: 400px;
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    background-color: rgba(255, 255, 255, 0.7);
    /* 可選：添加背景色以提高可讀性 */
    padding: 5px;
    /* 可選：添加內邊距 */
}

/* 分離效果調整 完*/

.icon_people{
    width: 100%;
    height: 100px;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    position: relative;
    top: -320px;
}
.icon_people table{
    text-align: center;
    width: 80%;
}
.icon_people th{
    width: 20%;
}
table{
    position: relative;
    top: -320px;
}
table, th, td {
    font-size: 16px;
    font-weight: 200;
    border:1px solid black;
    border-collapse: collapse;
    margin: 0 auto;
    text-align: left;
    padding: 8px;
  }
  .center_td{
    text-align: center;
    font-weight: bold;
  }
.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;
    position: relative;
    top: -320px;
}

.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;
    position: relative;
    top: -320px;

}
svg path{
    fill: transparent;
    stroke: black;
    stroke-width: 0.1;
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
    animation: textAnimation 4s ease-in-out 1 forwards;
}
@keyframes textAnimation {
    0% {
        stroke-dashoffset: 50;
    }
    40%{
        fill: transparent;
    }
    100% {
        fill: black;
        stroke-dashoffset: 0;
    }
}
.main_banner svg{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px auto;
    padding-top: 100px;
}

@media (max-width: 1000px){
    p {
        text-align: center;
    }
    .wrapper_sky1 {
        height: 70vh;
    }
    .wrapper_sky2 {
        height: 55vh;
    }
    .wrapper_sky4 {
        height: 64vh;
    }
    .wrapper_sky5 {
        height: 127vh;
}
.wrapper_sky6 {
    height: 100vh;
}
.wrapper_sky7 {
    height: 135vh;
}
.row_2_box {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.row_2_box p {
    text-align: center;
    margin-bottom: 40px;
}
.row_2_box img {
    border-radius: 6px;
    width: 100%;
}
.row4 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    align-content: center;
}
.image-container_photo {
    width: 100%;
    margin-bottom: 100px;
}
.image-container_photo p {
    text-align: center;
}
}
@media (max-width: 428px){
    .main_banner svg {
        width: 80%;
        padding-top: 40px;
    }
    .main_text {
        padding: 0px 40px;
    }
    .main_text p {
        line-height: 22px;
    }
    .pbanner_content {
        padding-top: 17px;
        width: 90%;
    }
    .section_sphoto {
        width: 100%;
    }
    .row_2_box img {
        border-radius: 0px;
}
.hill_text1 {
    width: 90%;
}
.photofor4 {
    width: 100%;
}
.row4 img {
    border-radius: 0px;
}
.wrapper_sky2 {
    height: 40vh;
}
.hill_text2 {
    width: 90%;
}
.section_sphoto2 {
    width: 100%;
}
.section_sphoto2 p{
    margin: 0 10%;
}
.wrapper_sky3 p {
    bottom: -70px;
    width: 90%;
}
.section_sphoto3 {
    width: 100%;
}
.section_sphoto3 p{
   margin: 0 6%;
}
.image-container4 {
    top: 120px;
}
.wrapper_sky4 {
    height: 53vh;
}
.hill_text4 {
    width: 90%;
}
.section_sphoto4 {
    width: 100%;
    margin: 0px auto;
}
.section_sphoto4 img {
    border-radius: 0px;
}
.section_sphoto4 p{
    margin: 0 5%;
}
.hill_text4 {
    margin-bottom: 0px;
}
.section_sphoto p {
    margin: 0px 5% 60px;
}
.wrapper_sky5 {
    height: 120vh;
}
.image-container6 {
    top: 250px;
}
.wrapper_sky6 {
    height: 64vh;
}
.hill_text6 {
    width: 100%;
}
.wrapper_sky7 {
    height: 55vh;
}
.image-container7 {
    top: 85px;
}
.hill_text7 {
    width: 90%;
}
table, th, td {
    margin: 0 5%;
    font-size: 14px;
}
footer {
    margin: 0 7%;
}
.image-container_photo p {
    width: 90%;
    bottom: -70px;
}
}