@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;
}
p{
    font-weight: 200;
    line-height: 24px;
}
a{
    text-decoration: none;
}
h2{
    font-size: 30px;
    font-weight: 800;
    color: #F15A24;
    /* background: linear-gradient(to left,red, blue);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent; */
}
.bigwrapper{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.section_1{
}
.section_title{
    padding-top: 50px;
    padding-bottom: 10px;
    text-align: center;
}
.section_content{
    margin: 0 auto;
}
.section_content p,h4,table {
    font-size: 16px;
    letter-spacing: 2px;
    width: 800px;
    margin: 0 auto;
}
.width600px p{
    width: 600px;
    height: auto;
    margin: 0 auto;

}
.section_content table{
    margin-top: 10px;
}
.banner{
    width: 100%;
    height: auto;
}
.banner img{
    width: 100%;
    height: auto;
}
.labelformen{
    font-size: 12px;
    background-color: rgb(4, 0, 255);
    color: white;
    width: 64px;
    text-align: center;
    display: block;
    padding-bottom: 3px;
    margin: 10px auto 0px;
}
.labelforwomen {
    font-size: 12px;
    background-color: rgb(255, 0, 0);
    color: white;
    width: 64px;
    text-align: center;
    display: block;
    padding-bottom: 3px;
    margin: 10px auto 0px;
}


table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
    border-spacing: 15px;
  }
  th,td{
    padding: 5px;
    text-align: center;
  }
  td{
    font-weight: 200;
  }
  sup{
    text-decoration: none;
    font-style: italic;
    color: #b5b5b5;
  }
  .section_1_reference{
    width: 800px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 10px;
  }
  .section_1_reference img{
    width: 100%;
    height: auto;
  }
  .text_content{
    width: 100%;
    height: auto;
    
  }
  .text_content img {
    width: 67%;
    height: auto;
    display: block; /* 將圖片設為區塊級元素 */
    margin: auto;   /* 水平置中 */
}
.section_2_clothingrecommendations{
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 50px;
}
.section_2_clothingrecommendations_title{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 10px;
}
.section_2_clothing_content{
    width: 100%;
    height: auto;
    display: flex; /* 使用 Flexbox */
    flex-direction: column; /* 垂直排列內容 */
    align-items: center; /* 水平置中 */
    justify-content: center; /* 垂直置中 */
    text-align: center; /* 確保文字置中 */
}
.section_2_clothing_content span {
    font-size: 20px;
    font-weight: 400;
    color: black;
    display: flex;
    justify-content: center;
}
.section_2_clothing_content p{
    width: 80%;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 200;
    color: #5e5e5e
}

.section_2_image{
    transition: 0.5s;
}
.section_2_image:hover{
    transform: scale(1.05); /* 放大效果 */
}
.width20{
    width: 20% !important;
}
.section_2_cloth_brand{
    width: 100%;
    height: auto;
    margin: 0 auto;
    /* padding-top: 20px; */
}
.section_2_cloth_brand img {
    width: 140px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
}
.section_2_leftright_contrainer{
    width: 100%;
    height: auto;
}
.section_2_clothing {
    width: 100%;
    height: auto;
    display: flex; /* 使用 Flexbox */
    flex-direction: column; /* 垂直排列內容 */
    align-items: center; /* 水平置中 */
    justify-content: center; /* 垂直置中 */
    text-align: center; /* 文字置中 */
}
/* .section_2_clothing span{
    margin: 0px;
    font-size: 20px;
    font-weight: 600;
    color: black;
    text-align: center;
} */
.section_2_wrapper{
    margin-bottom: 120px;
    width: 100%;
    height: auto;
    display: flex;
}

.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;

}

@media (max-width: 1000px) {
    .bigwrapper{
        width: 100%;
}
.section_2_image {
    width: 80%;
}
}

@media (max-width: 768px) {
    .section_1 {
        width: 90%;
        height: auto;
        margin: 0 auto;
    }
    .section_content p, h4, table {
        width: 90%;
        text-align: justify;
    }
    .section_1_reference {
        width: 90%;
    }
    .text_content img {
        width: 90%;
    }
    .width600px p {
        width: 400px;
    }
}

@media (max-width: 430px) {
    .width600px p {
        width: 80%;
    }
    .section_2_clothing_content span {
        font-size: 14px;
    }
    .section_2_cloth_brand img {
        width: 80px;
    }
    .section_2_wrapper {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width:390px) {
    h2 {
        font-size: 26px;
    }
    .section_2_cloth_brand img {
        padding-bottom: 6px;
    }
}

@media (max-width: 375px) {
    .section_content p, h4, table {
        font-size: 14px;
    }
}