.about-home {
    width: 100%;
    height: 50vh;
    background: url(../image/GemSpa07.png) no-repeat center;
    background-size: cover;
    background-position-y: -380px;
    background-attachment: fixed;
    /* 将背景图像固定不动 */
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-home h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 60px;
    color: white;
    font-weight: 900;
    letter-spacing: 5px;
    margin-top: 20px;
    text-align: center;
}

.about-home p {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.357);
    font-weight: 400;
    letter-spacing: 5px;
    text-align: center;
}

@media screen and (max-width: 720px) {
    .about-home h2 {
        font-family: 'Cormorant Garamond', serif;
        font-size: 50px;
        color: white;
        font-weight: 900;
        letter-spacing: 5px;
    }

    .about-home p {
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        color: rgba(255, 255, 255, 0.357);
        font-weight: 400;
        letter-spacing: 5px;
        text-align: center;
    }
}

@media screen and (max-width: 567px) {
    .about-home h2 {
        font-family: 'Cormorant Garamond', serif;
        font-size: 40px;
        color: white;
        font-weight: 900;
        letter-spacing: 5px;
        text-align: center;
    }

    .about-home p {
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        color: rgba(255, 255, 255, 0.357);
        font-weight: 400;
        letter-spacing: 5px;
        text-align: center;
    }
}

@media screen and (max-width:400px) {
    .about-home h2 {
        font-family: 'Cormorant Garamond', serif;
        font-size: 30px;
        color: white;
        font-weight: 900;
        letter-spacing: 5px;
        text-align: center;
    }

    .about-home p {
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.357);
        font-weight: 400;
        letter-spacing: 4px;
        text-align: center;
    }
}

@media screen and (max-width:320px) {
    .about-home h2 {
        font-family: 'Cormorant Garamond', serif;
        font-size: 26px;
        color: white;
        font-weight: 900;
        letter-spacing: 5px;
        text-align: center;
    }

    .about-home p {
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.357);
        font-weight: 400;
        letter-spacing: 2px;
        text-align: center;
    }
}

/* FAQ */

.containerFluid {
    width: 65%;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.containerFluid h2 {
    color: #e1b745;
    position: relative;
    text-align: center;
    font-family: 'Cormorant Garamond', serif;
    font-weight: bolder;
    font-size: 34px;
    margin-bottom: 20px;
}

/* animation */
.hide-animation svg {
    stroke-dashoffset: 788px;
}

.elementor-869 .elementor-element.elementor-element-7fe23aa .bdt-ep-advanced-divider {
    text-align: center;
    margin: 0 auto;
    margin-center: 0;
    max-width: 500px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.bdt-ep-advanced-divider {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bdt-ep-advanced-divider svg {
    width: 100%;
    max-width: 500px;
    /* Set the maximum width of the SVG */
    height: auto;
    /* Maintain aspect ratio */
    margin-bottom: 20px;
}

.bdt-ep-advanced-divider svg path {
    stroke-dasharray: 788;
    stroke-dashoffset: 788;
    animation: draw 5s linear forwards;
}

@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}

.accordion {
    width: 100%;
    padding: 0 5px;
    border: 2px solid white;
    cursor: pointer;
    border-radius: 50px;
    display: flex;
    margin: 10px 0;
    align-items: center;
}

.accordion .icon {
    margin: 0 10px 0 0;
    width: 30px;
    height: 30px;
    background: url(https://raw.githubusercontent.com/Tusar78/responsive-accordion/main/images/toggle-bg.png) no-repeat 8px 7px;
    border-radius: 50%;
    float: left;
    transition: all 0.5s ease-in;
    margin-right: 10px;
}

.accordion h5 {
    font-size: 16px;
    margin: 0;
    padding: 3px 5px 0 0;
    font-weight: 400;
    color: white;
    text-align: left;
}

.active {
    background-color: white;
}

.active h5 {
    color: #120c01;
    font-weight: 600;
}

.active .icon {
    background: url(https://raw.githubusercontent.com/Tusar78/responsive-accordion/main/images/toggle-bg.png) no-repeat 8px -25px;
    margin-right: 10px;
}

.panel {
    padding: 0 15px;
    border-left: 1px solid white;
    color: white;
    margin-left: 25px;
    font-size: 14px;
    overflow: hidden;
    max-height: 0;
    transition: all 0.4s ease-in;
    letter-spacing: 1px;
}

@media screen and (max-width: 758px) {
    .containerFluid h2 {
        color: #e1b745;
        position: relative;
        text-align: center;
        font-family: 'Cormorant Garamond', serif;
        font-weight: bolder;
        font-size: 28px;
        margin-bottom: 20px;
    }
}


@media screen and (max-width: 625px) {
    .containerFluid h2 {
        color: #e1b745;
        position: relative;
        text-align: center;
        font-family: 'Cormorant Garamond', serif;
        font-weight: bolder;
        font-size: 24px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 570px) {
    .containerFluid h2 {
        color: #e1b745;
        position: relative;
        text-align: center;
        font-family: 'Cormorant Garamond', serif;
        font-weight: bolder;
        font-size: 24px;
        margin-bottom: 20px;
    }

    .accordion h5 {
        font-size: 14px;
    }

    .panel {
        padding: 0 15px;
        border-left: 1px solid white;
        color: white;
        margin-left: 25px;
        font-size: 12px;
        overflow: hidden;
        max-height: 0;
        transition: all 0.4s ease-in;
        letter-spacing: 1px;
    }
}

@media screen and (max-width: 470px) {
    .containerFluid {
        width: 75%;
        margin: 0 auto;
        margin-top: 50px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 445px) {
    .containerFluid {
        width: 80%;
        margin: 0 auto;
        margin-top: 50px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 400px) {
    .accordion h5 {
        font-size: 12px;
    }

    .containerFluid {
        width: 85%;
        margin: 0 auto;
        margin-top: 50px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 335px) {
    .containerFluid {
        width: 90%;
        margin: 0 auto;
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .accordion .icon {

        margin-left: -5px;
        margin-right: 10px;
    }

    .active .icon {

        margin-left: -5px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 300px) {

    .accordion .icon {

        margin-left: -5px;
        margin-right: 15px;
    }

    .active .icon {

        margin-left: -5px;
        margin-right: 15px;
    }
}