* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    background-color: white;
    font-family: 'kanit';
    padding-top: 80px;
}

body::-webkit-scrollbar {
    display: none;
}

.containner {
    margin: 0 auto;
    max-width: 1360px;
}

.containner-floor {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}

nav {
    background-color: white;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.015),
        0 1px 2px rgba(0, 0, 0, 0.025);
}

.navwarpper {
    align-items: center;
    padding: 20px 15px;
    display: flex;
    justify-content: space-between;
    font-size: 17px;

    img {
        width: 100px;
    }

    ul {}

    li {
        float: left;
        padding: 0 25px;
        position: relative;
        list-style: none;
        overflow: hidden;

        a {
            position: relative;
            text-decoration: none;
            color: rgb(0, 0, 0);
            overflow: hidden;
            display: block;

        }

        span {
            display: inline-block;
            transition: 0.5s ease
        }

        a:hover span {
            transform: translateY(-100%);
        }

        a::before {
            content: attr(data-link-alt);
            position: absolute;
            top: 150%;
            left: 0;
            transition: 0.9s;
        }

        a:hover::before {
            top: 0;
        }
    }
}


.cursor {

    position: fixed;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    transition: transform 0.3s ease, background-color 0.3s ease;
    transform: translate(-50%, -50%);
    pointer-events: none;
    mix-blend-mode: difference;
    z-index: 10000;
}


.back-to-top:hover{
    color: #787878;
}
/* Back to Top button styles */
.back-to-top {
    display: inline-block;
    font-size: 1em;
    color: #000000;
    /* Match text color with your design */
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
    /* Smooth transition on hover */
    cursor: pointer;
    margin-top: 10px;
}

.left-text {
    display: inline-block;
    font-size: 1em;
    color: #333;
    /* Match text color with your design */
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
    /* Smooth transition on hover */
    cursor: pointer;
    margin-top: 10px;
}



.sec1 {
    position: relative;
    margin-top: 0px;
}

.content-sec1 {
    div {
        img {
            width: 100px;
        }
    }
}

.txt-left {
    padding: 0 0px;

    .p-containner {
        margin-right: 300px;
    }

    .p-one {
        letter-spacing: 2px;
    }

    .p-two {
        bottom: 15px;
        font-weight: 600;
    }

    .p-three {
        bottom: 20px;
    }

    p {
        position: relative;
        font-weight: 400;
        font-size: 50px;
        font-family: 'Kalnia';

    }

    .h-one {
        bottom: 10px;
        position: relative;
        font-size: 20px;
        font-weight: 500;
        font-family: 'Kalnia';
        max-width: 350px;
        text-align: justify;
    }
}

.content-sec1 {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    transform: translateX(80px);

}

.content-sec1 div img {
    min-width: 650px;
}


.scrolldown {
    margin-top: 70px;
    display: flex;
    justify-content: center;
}

.homepage-video {
    display: flex;
    justify-content: center;
}

.homepage-video video {
    height: auto;
    object-fit: cover;
    transform-origin: center;
    transition: transform 0.5s ease;
}

/* Make navigation text white */
.nav-white ul li a {
    color: white;
    transition: color 0.5s ease;
    /* Smooth transition for text color */
}

/* Make navigation background invisible */
.nav-invisible {
    background-color: transparent !important;
    /* Transparent background */
    transition: background-color 0.5s ease;
    /* Smooth transition for background */
}

/* Regular navigation background */
nav {
    background-color: white;
    /* Default background color */
    transition: background-color 0.5s ease;
    /* Smooth background transition */
}

/* Video container styles */
.homepage-video video {
    width: 80%;
    /* Default video size */
    height: auto;
    object-fit: cover;
    transform-origin: center;
    transition: transform 2s ease, opacity 2s ease;
}

/* Expand video to fill screen */
.fullscreen-video video {
    width: 100%;
    transform: scale(1.1);
}


/* Other sections */
.sec1 {
    height: 100vh;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}



.feedback {
    position: relative;
    display: flex;
    transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    justify-content: center;
    border-radius: 20px;
    padding: 7px 0;
    border: 2px solid black;
}


.p-containner {
    position: relative;
}

.top-box {
    background-color: rgb(130, 130, 130);
    width: 0px;
    height: 15px;
    position: absolute;
    top: 13%;
    animation-name: animate1;
    animation-duration: 1s;
    animation-delay: 0.9s;
    animation-fill-mode: forwards;
}

@keyframes popOut {
    from {
        transform: scale(0);
        /* Start from no size */
        opacity: 0;
        /* Invisible at the start */
    }

    to {
        transform: scale(1);
        /* Full size */
        opacity: 1;
        /* Fully visible */
    }
}

.slide-sec10 {
    opacity: 0.5;
    /* Initially hidden */
    transform: scale(0.9);
    /* Initially very small */
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.sec10.pop-out .slide-sec10 {
    animation: popOut 0.7s ease forwards;
    /* Pop-out animation */
}

.sec11 h1 {
    opacity: 0;
    /* Initially hidden */
    transform: scale(1);
    /* Initially very small */
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.sec11.pop-out h1 {
    animation: popOut 0.6s ease forwards;
    /* Pop-out animation with faster timing */
}


@keyframes animate1 {
    from {
        width: 0px;
    }

    to {
        width: 130px;
    }
}

.bottom-box {
    background-color: rgb(130, 130, 130);
    width: 0px;
    height: 23px;
    position: absolute;
    right: 14%;
    top: 32%;
    animation-name: animate2;
    animation-duration: 1s;
    animation-delay: 0.9s;
    animation-direction: alternate;
    animation-fill-mode: forwards;
}

.sec2

/* Center the video properly */
.homepage-video {
    display: flex;
    justify-content: center;
    align-items: center;
    /* Center vertically */
    height: 100vh;
    /* Full viewport height */
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    position: relative;
    z-index: 1;
    width: 100vw;
    /* Full viewport width */
}

.homepage-video video {
    width: 80%;
    /* Fill width */
    height: auto;
    object-fit: cover;
    transition: transform 1s ease, opacity 1s ease;
}

/* Fullscreen video style when scrolled into view */
.fullscreen-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    /* Full viewport width */
    height: 100vh;
    /* Full viewport height */
    z-index: 1000;
    transform: scale(1.1);
    /* Slight scale for effect */
}

.fullscreen-video video {
    width: 100%;
    height: 100vh;
    /* Fill the height of the viewport */
    object-fit: cover;
}

/* Make the navigation bar invisible */
.nav-invisible {
    background-color: transparent !important;
    /* Transparent background */
    transition: background-color 0.5s ease;
    /* Smooth transition for background */
}

nav {
    background-color: white;
    /* Default background color */
    position: fixed;
    width: 100%;
    z-index: 1000;
    transition: background-color 0.5s ease;
    /* Smooth background transition */
}

.nav-white ul li a {
    color: white !important;
    /* Text color white when video expands */
    transition: color 0.5s ease;
    /* Smooth transition for text color */
}


/* Additional styling for other sections... */

/* Section 2 styling */
.sec2 {
    height: 100vh;
    background-color: #ffffff;
    font-size: 17px;
    font-weight: 300;
}

.sec2-warpper {
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
}


@keyframes animate2 {
    from {
        width: 0px;
    }

    to {
        width: 140px;
    }
}

.sec3 {
    display: flex;
    margin: 0 auto;
    overflow-x: hidden;
    white-space: nowrap;
    align-items: center;
}

.slide-sec3-hero {
    margin-top: 10px;
}

.containner-slide-wrapper {
}

.containner-slide {
    display: flex;
    white-space: nowrap;
    transform: translateX(0);
    align-items: center;


    h5 {
        font-size: 65px;
        font-weight: 400;
        color: black;
    }

    p {
        font-size: 65px;
        font-weight: 400;
        color: #777;
    }
}




.box-sec4-one {

    font-weight: 400;
    font-size: 30px;
}
.hero-cotainner-sec4{
    display: flex;
    gap: 100px;
    .hero-containner-sec4-right{
        margin-top: 85px;
        width: 500px;
        p{
            font-size: 19px;
            text-align: justify;
        }
    }
}
.sec4 {
    margin-top: 150px;
    color: black;
    padding: 0px 100px;

    .title-sec4 {
        padding-left: 95px;
        font-size: 25px;
        font-weight: 400;
    }

    .title-sec4-line {
        margin-top: 25px;
        width: 150px;
        border: 2px solid gray;
    }

    .txt-sec4 {
        display: flex;
        justify-content: space-between;
    }

    .txt-left-sec4 {

        font-size: 50px;
    }
    .box-left-sec4{
        margin-left: 50px;
    }
    .txt-right-sec4 {

        font-size: 20px;
        padding-top: 20px;
        text-align: justify;
        font-weight: 300;
    }

    .dolor {
        font-weight: 400;
    }

    .box-sec4-index {
        margin-bottom: 120px;
        transform: translateX(120px);
        display: flex;
        gap:0 50px;
    }

    .txt-box1 {
        width: 300px;

        .box1-sec4 {
            margin-top: 300px;
            width: 300px;
            height: 170px;
            background-color: #555;
        }

        p {
            text-align: justify;
            padding-top: 30px;
            line-height: 40px;
            font-weight: 300;
        }

        .space {
            color: white;
        }

    }

    .txt-box2 {
        
        width: 400px;
        margin-bottom: 10px;

        .box2-sec4 {
            margin-top: 120px;
            width: 400px;
            height: 500px;
        }

        p {
            text-align: justify;
            padding-top: 30px;
            line-height: 40px;
            font-weight: 300;
        }

        .space {
            color: white;
        }
    }

    .txt-box3 {

        width: 330px;

        .box3-sec4 {
            margin-top: 140px;
            width: 350px;
            height: 150px;
        }

        p {
            text-align: justify;
            line-height: 40px;
            font-weight: 300;
        }

        .space {
            color: white;
        }
    }

}
#feedbackAnimation:hover{
    color: green;
}

.sec5 {
    margin-top: 190px;
    overflow: hidden;
    /* ซ่อนการเลื่อนดั้งเดิม */
}

.sec5-warpper {
    width: 1600px;
    display: flex;
    align-items: center;
    overflow-x: hidden;
    white-space: nowrap;
    column-gap: 100px;
}


/*ภูมิ */
.photo-slide img,
.photo-slide-ex img {
    transition: transform 0.5s ease-in-out, filter 0.5s ease-in-out;
    /* ปรับความเร็วและความนุ่มนวล */
}

.photo-slide img.shrink,
.photo-slide-ex img.shrink {
    transform: scale(0.9);
    /* ลดขนาด */
}

.photo-slide img.expand,
.photo-slide-ex img.expand {
    transform: scale(1.1);
    /* ขยายขนาด */
}

.photo-slide img,
.photo-slide-ex img {
    transition: filter 0.5s ease-in-out;
    /* ปรับให้สมูท */
}

/* การเปลี่ยนแปลงขนาดตัวอักษร */
.photo-slide .txt-photo-slide p,
.photo-slide-ex .top-txt,
.photo-slide-ex .bottom-txt {
    transition: transform 0.5s ease-in-out;
    /* เพิ่ม transition ให้กับตัวอักษร */
}

.photo-slide .txt-photo-slide.expand p,
.photo-slide-ex.expand .top-txt,
.photo-slide-ex.expand .bottom-txt {
    transform: scale(1.2);
    /* ขยายตัวอักษร */
}

.photo-slide .txt-photo-slide.shrink p,
.photo-slide-ex.shrink .top-txt,
.photo-slide-ex.shrink .bottom-txt {
    transform: scale(0.9);
}
.zoom-container2{
    width: 300px;
    height: 170px;
    overflow: hidden;
}

.zoom-container2 img {
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
}

.zoom-container2:hover img {
    transform: scale(1.2);
}
.zoom-container1 {

    overflow: hidden;
}

.zoom-container1 img {
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
}

.zoom-container1:hover img {
    transform: scale(1.2);
}
.zoom-container {
    width: 300px;
    height: 200px;
    overflow: hidden;
}

.zoom-container img {
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
}

.zoom-container:hover img {
    transform: scale(1.2);
}


.sec6 {
    margin-top: 90px;
    background-color: black;
    max-width: 1600px;
    margin: 0 auto;
    color: white;
    padding: 100px 200px;

    img {
        filter: saturate(30%);
        width: 600px;
        border-radius: 10px;
    }

    .containner-sec6 {
        display: flex;
        gap: 120px;

        img {
            width: 650px;
            height: 400px;
        }

        .right-sec6 {}

        .txt-sec6 {
            margin-top: -20px;

            h4 {
                font-weight: 300;
                font-size: 20px;
                letter-spacing: 2px;
            }

            .txt-sec6-1{
                letter-spacing: 0px;
                font-size: 54px;
                font-weight: 400;    
            }
            .txt-sec6-2{
                font-size: 33px;
                letter-spacing: 1px;
            }


            p {
                margin-top: 10px;
                font-size: 19px;
                line-height: 35px;
                width: 450px;
            }
        }

        .buttom-sec6 {
            font-size: 17px;
            margin-top: 40px;
            display: inline-block;
            padding: 10px 20px;
            border-radius: 15px;
            border: 2px solid white;

            a {

                color: white;
                text-decoration: none;
            }
        }
    }
}

.sec7 {
    margin-top: 90px;
    color: black;
    padding: 0px 200px;
}

.containner-sec7 {
    display: flex;
    gap: 400px; 
}

.box-1,
.box-2,
.box-3 {
    text-align: center;
}

.box-1 h1,
.box-2 h1,
.box-3 h1 {
    font-size: 60px;
    font-weight: bold;
}


.sec7 {
    margin-top: 90px;
    color: black;
    padding: 0px 200px;

    .containner-sec7 {
        display: flex;
        

        .space-txt {
            font-weight: 300;
            font-size: 15px;
            letter-spacing: 5px;
            white-space: nowrap;
        }

        .space-txt2 {
            font-weight: 400;
            font-size: 70px;
        }

        .space-txt3 {
            margin-top: -20px;
            font-weight: 500;
            font-size: 85px;
            text-align: right;
            line-height: 1.2;
        }

        

        .txt-sec7r {
            margin-top: 10px;

            p {
                width: 300px;
                font-weight: 300;
                padding-bottom: 10px;

            }

        }
    }
    .containner-sec7-bottom{
        .box-1{
            margin-top: 20px;
            margin-right: 60px;
            p{
                font-size: 25px;
            }
        }
        h1{
            font-size: 45px;
            font-weight: 500;
        }
        
        p{
            font-size: 15px;
        }
        .box-2{
            padding:0 15px;
            border-left: 2px solid black;
            display: flex;
            column-gap: 50px;
            flex-direction: column;
            justify-content: space-between;
            align-items: center;
            
            min-width: 150px;
            .box-2-content{
                align-items: center;
                display: flex;
                gap: 12px;
            }
        }
        display: flex;

        margin-top: 70px;
        img{
            width: 30px;
        }
        .data-1{
            width: 40px;
            height: 30px;
        }
        .data-2{
            width: 30px;
            height: 30px;
        }
        .data-3{
            width: 30px;
            height: 45px;
        }
    }

    
}



.sec10 {
    padding: 0 170px;
}

.containner-sec10 {
    margin: 0 auto;
    max-width: 1200px;
}

.sec10-wrapper {
    display: flex;
    justify-content: space-between;

}

.first {
    display: flex;
    align-items: center;
}

.first p {
    margin-left: 10px;
    font-size: 24px;
}
.bottom-sec10 a {
    text-decoration: none;
    color: black;
}
.bottom-sec10 p {
    font-size: 10px;
}


.sec10-wrapper {
    display: flex;

    justify-content: space-between;
    padding: 0 40px;

    .first {
        column-gap: 10px;
        display: flex;
        align-items: center;

        p {
            font-size: 14px;
        }
    }

    .line {
        width: 40px;
        height: 2px;
        background-color: rgb(143, 143, 143);
    }

    .bottom-sec10 {
        font-size: 13px;
        padding: 8px 15px;
        border-radius: 15px;
        border: 2px solid rgb(56, 56, 56);
    }

}

.container-slide10 {
    display: flex;
    justify-content: center;
}

.slide-sec10 {
    margin-top: 20px;
    border-radius: 50px;
    padding: 20px 0;
    background-image: linear-gradient(to right, rgb(0, 0, 0), rgb(155, 155, 155));
    overflow: hidden;
    width: 1200px;

    ul {
        display: flex;
        gap: 100px;
        align-items: center;
        white-space: nowrap;
    }

    li {
        font-size: 40px;
        color: white;
        list-style: square;
    }
}

.containner-sec10 {
    max-width: 1200px;
    margin: 0 auto;
}

.sec8 {
    margin-top: 170px;
    color: black;
    padding: 0px 200px;

    .preview {
        display: flex;
        gap:70px;
        .pic-sec8 {
            img {
                filter: saturate(50%);
                height: 480px;
                width: 400px;
                margin-left: 80px;
            }
        }

        .txt-sec8 {
            display:flex;
            flex-direction: column;
            gap: 24px;
            

            h1 {
                margin-top: 90px ;
                font-size: 50px;
            }

            p {
                max-height: fit-content;
                max-width: 500px;
                font-size: 30px;
            }
        }

        .pic2-sec8{
            img {
                filter: saturate(50%);
                clip-path: inset(200px  30px);
                width: 700px;
                transform: translateY(-195px);
                margin-left: -40px;
            }
        }
    }
    .bottomview{
        margin-top: -300px;
        margin-bottom: 250px;
        display: flex;
        gap: 60px;
        .txt2-sec8{
            h1,p{
                margin-left: 70px;
                max-width: 300px;
            }
            h1{
                margin-top: 100px;
                margin-bottom: 10px;
                font-size: 50px;
                font-weight: 400;
            }
            p{
                font-size: 30px;
            }
            .pic3-sec8{
                img{
                    filter: saturate(50%);
                    margin-top: 250px;
                    width: 280px;
                    height: 320px;
                    margin-left:130px;
                }
            }
        }
        .pic4-sec8{
            display: flex;
            flex-direction: column;
            .pic4-sec8-2{
                img{
                    filter: saturate(50%);
                    clip-path: inset(0 150px);
                    width: 600px;
                    margin-top: 190px;
                    transform: translateX(-120px);
                }
            }
            .pic4-sec8-3{
                img{
                    filter: saturate(50%);
                    width: 305px;
                    height: 230px;
                    margin-top: 60px;
                    margin-left: 30px;
                }
            }
        }
    }
    .right-sec8{
        .txt3-sec8{
            margin-top: 240px;
            p{
                font-size: 30px;
                transform: translateX(-250px);
            }
        }
        .pic5-sec8{
            img{
            filter: saturate(50%);
            clip-path: inset(0px 10px);
            width: 230px;
            transform: translateX(-255px);
            margin-top: 220px;
            }
        }
    }
    
}

.sec11 {
    margin-top: 200px;
}

.sec11-warpper {

    display: flex;
    justify-content: center;

    h1 {
        font-weight: 500;
        font-size: 180px;
    }
}

.sec12 {
    margin-top: 250px;
}

.sec12-warpper {
    padding: 0 100px;
    display: flex;
    justify-content: space-between;
}

.right-containner {
    max-width: 400px;
    font-size: 20px;

    h2 {
        font-weight: 400;
    }

    p {
        margin-top: 30px;
        margin-bottom: 60px;
        font-size: 17px;
        font-weight: 300;
    }
}

.left-containner {
    margin-left: 100px;

    p {
        font-weight: 300;
    }
}

.title-sec12 {
    color: rgb(154, 154, 154);
}

.title2-sec12 {
    font-weight: 300;
    letter-spacing: 5px;
    padding-top: 10px;
}

.text {
    margin-top: 100px;
}

#space {
    margin-top: 60px;
}
.text2{
    margin-top: 10px;
}
.text2-1{
    margin-top: 15px;
}


.text3 {
    width: 315px;
    
}

.space-sec12 {
    display: flex;
    justify-content: space-between;
}

.secsincos {
    margin-top: 60px;
}

.bottom-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 2px solid rgb(154, 154, 154);
    padding: 20px;
    font-size: 15px;
    font-weight: 300;
    width: 90%;
    margin: 0 auto;
}

.left-text {
    flex: 1;
    text-align: left;
}

.center-text {
    flex: 1;
    text-align: center;
}

.right-text {
    flex: 1;
    text-align: right;
}

.secsincos {
    margin-top: 60px;
}

.sec13 {
    margin-top: 20px;
}

.left-sec13 {
    margin-top: 80px;
    max-width: 370px;
    display: flex;
    flex-direction: column;
    gap: 10px;

}


.content-ref1-sec13 {
    font-size: 37px;
}

.pnllm-fullscreen-button,
.pnllm-zoom-in-button,
.pnllm-zoom-out-button {
    background-color: #000;
    /* Background color */
    color: #fff;
    /* Text color */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 20px;
}


.pnllm-tooltip {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 5px;
}

.pnllm-load-box {
    background-color: #000;
    /* Background color for the loading screen */
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
    width: 150px;
    height: 150px;
    background-image: url('static/photo/18.png');
    /* Your custom logo or image */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.9;
}

#panorama-container {
    position: relative;
    width: 100%;
    height: 500px;
    /* Adjust based on your viewer height */
}

#panorama {
    width: 100%;
    height: 100%;
    /* Ensure Pannellum takes full space */
}

#panorama-container {
    position: relative;
    width: 100%;
    height: 500px;
    /* Adjust this based on the size of your viewer */
}

#panorama {
    width: 100%;
    height: 100%;
}






.p360pic {
    transform: translateY(0px);
}

.content-ref1-sec13 {
    transition: opacity 1s ease-in-out;
}

.title2-sec13 {
    font-family: 'kanit';

    h2 {
        font-weight: 500;
        font-size: 35px;
        line-height: 35px;
    }

    p {
        margin-top: 10px;
    }
}
.sec13-slide-floor a{
    font-weight: 500;
    color:black;
    text-decoration: none;

}
.sec13-slide-floor{
    
    font-family: "Kalnia";
    display:flex;
    gap:42px;
    align-items: end;
}
.sec13-stitle10{
    transform: translateY(7px);
    font-size: 70px;
}
.sec13-stitle2 a,.sec13-stitle3 a{
    font-size: 40px;
    color:gray;
    transition:color 0.5s ease;
}
.sec13-stitle2 a:hover,.sec13-stitle3 a:hover{
    color:black;
}
.sec13-warpper {
    display: flex;
    justify-content: space-between;
}


.content-right-sec13 {
    font-family: 'kanear';
    display: flex;
    transform: translateY(30px);
    margin-left: 610px;
    background-color: black;
    color: white;
    width: 90px;
    font-size: 30px;
}


.pnlm-hotspot-base .pnlm-hotspot {
    width: 30px;  /* Adjust width */
    height: 30px; /* Adjust height */
}

/* Custom class for specific hotspot */
.custom-hotspot .pnlm-hotspot {
    width: 50px;  /* Larger width for the custom hotspot */
    height: 50px; /* Larger height for the custom hotspot */
    background-color: rgba(255, 0, 0, 0.6);  /* Add a semi-transparent red background */
    border-radius: 50%;  /* Make it circular */
    border: 2px solid white;  /* Add a white border */
}

/* Optional: Custom tooltip text size for the hotspot */
.pnlm-tooltip {
    font-size: 18px; /* Adjust font size for the hotspot tooltip text */
}





.bar {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}






.title3-sec13 {
    .block1 {
        display: flex;
        margin-top: 10px;
        margin-bottom: 10px;

        p {
            font-weight: 500;
        }

        .per1 {
            transform: translateX(90px);
            margin-left: 150px;
            font-weight: 500;
            font-size: 20px;
            color: #000000;
        }

        .per2 {
            transform: translateX(120px);
            margin-left: 40px;
            font-weight: 500;
            font-size: 20px;
            color: #000000;
        }

        .per3 {
            transform: translateX(60px);
            margin-left: 170px;
            font-weight: 500;
            font-size: 20px;
            color: #000000;
        }
        .per1_2 {
            transform: translateX(140px);
            margin-left: 40px;
            font-weight: 500;
            font-size: 20px;
            color: #000000;
        }

        .per2_2 {
            transform: translateX(60px);
            margin-left: 170px;
            font-weight: 500;
            font-size: 20px;
            color: #000000;
        }
        .per2_3 {
            transform: translateX(170px);
            margin-left: 40px;
            font-weight: 500;
            font-size: 20px;
            color: #000000;
        }
    }

    .line {
        width: 430px;
        height: 3px;
        border: 2px solid gray;
        background-color: gray;
    }
}





.line-eff1 {
    margin-top: -2px;
    margin-left: -1px;
    margin-right: 30%;
    border: 2px solid #000;
    border-radius: 10px;
    animation-name: animate3;
    animation-duration: 2.5s;
    animation-fill-mode: forwards;
}

.line-eff2 {
    margin-top: -2px;
    margin-left: -1px;
    margin-right: 30%;
    border: 2px solid #000;
    border-radius: 10px;
    animation-name: animate4;
    animation-duration: 2.5s;
    animation-fill-mode: forwards;
}

.line-eff3 {
    margin-top: -2px;
    margin-left: -1px;
    margin-right: 30%;
    border: 2px solid #000;
    border-radius: 10px;
    animation-name: animate5;
    animation-duration: 2.5s;
    animation-fill-mode: forwards;
}
.line-eff1_2 {
    margin-top: -2px;
    margin-left: -1px;
    margin-right: 30%;
    border: 2px solid #000;
    border-radius: 10px;
    animation-name: animate7;
    animation-duration: 2.5s;
    animation-fill-mode: forwards;
}

.line-eff2_2 {
    margin-top: -2px;
    margin-left: -1px;
    margin-right: 30%;
    border: 2px solid #000;
    border-radius: 10px;
    animation-name: animate8;
    animation-duration: 2.5s;
    animation-fill-mode: forwards;
}

.line-eff2_3 {
    margin-top: -2px;
    margin-left: -1px;
    margin-right: 30%;
    border: 2px solid #000;
    border-radius: 10px;
    animation-name: animate9;
    animation-duration: 2.5s;
    animation-fill-mode: forwards;
}
@keyframes animate9 {
    from {
        width: 0%;
    }

    to {
        width: 85%;
    }
}
@keyframes animate8 {
    from {
        width: 0%;
    }

    to {
        width: 90%;
    }
}
@keyframes animate3 {
    from {
        width: 0%;
    }

    to {
        width: 95%;
    }
}
@keyframes animate7 {
    from {
        width: 0%;
    }

    to {
        width: 75%;
    }
}
@keyframes animate4 {
    from {
        width: 0%;
    }

    to {
        width: 75%;
    }
}

@keyframes animate5 {
    from {
        width: 0%;
    }

    to {
        width: 102%;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
        /* Optional: Slide up slightly */
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* .sec13-stitle2 a:hover{
    color: #000;
} */
/* .sec13-stitle1:hover~.sec13-stitle2 a,
.sec13-stitle1:hover~.sec13-stitle3 a {
    color:  rgb(200, 197, 197);
} */

.sec14 {
    margin-top: 150px;

    .containner-floor-2 {
        margin: 0 auto;
        max-width: 1540px;
    }

    .containner-floor-bottom {
        display: flex;
        margin-bottom: 50px;
        color: #000;

        .box-sec14-left {
            width: 380px;
            height: 1000px;
            background-color: #555;
        }

        .box-sec14-right {
            width: 990px;
            height: 1000px;


            .top-sec14 {
                display: flex;
                height: 300px;

                .left-sec14 {
                    width: 990px;
                    margin-left: 100px;

                    h2 {
                        margin-top: 100px;
                        font-size: 17px;
                        font-weight: 300;
                        letter-spacing: 10px;
                    }

                    .txt-num {
                        font-size: 62px;
                        font-weight: 400;
                    }

                    .txt-tool {
                        font-size: 90px;
                        font-weight: 400;
                        text-align: right;
                        margin-right: 70px;
                        line-height: 80px;
                    }
                }

                .right-sec14 {
                    margin-top: 95px;
                    text-align: left;

                    p {
                        margin-top: 20px;
                        font-weight: 300;
                        font-size: 17px;
                    }
                }
            }

    

            .floor-sec14 {

                height: 30px;
                margin-top: 160px;
                display: flex;
                justify-content: center;
                transform: translateX(-90px);
                gap: 15px;

                .floor1 {
                    border: 2px solid rgb(80, 79, 79);
                    width: 30px;
                    height: 30px;
                    border-radius: 50%;
                    background-color: rgb(80, 79, 79);
                    

                    p {
                        text-align: center;
                        color: white;
                    }
                }
                .floor1:hover,.floor2:hover,.floor3:hover{
                    border:2px solid black ;
                    
                    background-color: black;
                    a,p{
                        color: white;
                    }
                    
                }
                .floor2 {
                    border: 1.6px solid rgb(80, 79, 79);
                    width: 30px;
                    height: 30px;
                    border-radius: 50%;
                    

                    p {
                        text-align: center;
                        color: black;
                    }
                }

                .floor3 {
                    border: 1.6px solid rgb(80, 79, 79);
                    width: 30px;
                    height: 30px;
                    border-radius: 50%;
                    

                    p {
                        text-align: center;
                        color: black;
                    }
                }
            }
        }
    }

    .bar-sec14 {
        margin: 0px 100px 50px 100px;
        max-width: 1540px;

        .line {
            border: 1px solid rgb(109, 108, 108);
        }

        .bar {
            display: flex;
            justify-content: space-between;

            p {
                font-weight: 300;
                margin-top: 20px;
            }

            .list {
                display: flex;
                gap: 10px;
                align-items: center;

                .dot {
                    width: 5px;
                    height: 5px;
                    border: 2px solid #000;
                    background-color: #000;
                    border-radius: 50%;
                    margin-top: 20px;
                }
            }
        }
    }
}

.f-sec1 {
    margin-top: 70px;
}

.f-sec1-hero {
    display: flex;
    gap: 200px;
    align-items: center;

}

.colum-f-sec1 {
    display: flex;
}

.left-f-sec1 {
    max-width: 430px;

    .line2-f-sec1 {
        display: flex;
        gap: 10px;
        align-items: center;
        transform: translateY(-10px);
    }

    .title-f-sec1-1 {
        font-size: 59px;
    }

    .title-f-sec1-2 {
        font-size: 52px;

    }

    .title-f-sec1-3 {
        transform: translateY(-15px);
        font-size: 37px; 
    }

    h1 {
        font-family: "Kalnia";
        font-weight: 600;

    }

    p {
        margin-top: 15px;
        font-size: 22px;
    }
}

.f-sec1-warpper {
    display: flex;
}

.f-sec1-img1 {
    width: 270px;
}

.f-sec1-img2 {
    width: 150px;
    transform: translateX(-150px) translateY(30px);
}

.colum1-f-sec1 {
    display: flex;

}

.content-colum1-f-sec1 {
    p {
        margin-top: 10px;
    }

    display: flex;
    flex-direction: column;
    transform: translateY(-70px);
}

.toompare-f-sec1 {
    opacity: 1;
    position: relative;
    transform: scale(0.6) translateX(-250px) translateY(20px);
    transition: opacity 1s ease;
    /* ทำให้การเปลี่ยนแปลงสมูทขึ้นและช้าลง */
}

.toompare-f-sec1 img {
    position: absolute;
}

.tp-char2 {
    transition: transform 0.5s ease;
}

.tp-char2:hover {
    transform: scale(1.1) translateY(-10px);
}

.tp-char3 {
    pointer-events: none;
}

.nan-f-sec1 {
    opacity: 0;
    border: 2px solid 10px;
    transform: scale(0.6) translateX(-110px);
    position: relative;
    transition: opacity 1.5s ease;
    /* ควบคุมความสมูทของการเปลี่ยน opacity */
}

.nan-f-sec1 img {
    position: absolute;
}

.nan-char3 {
    top: -20px;
    left: 130px;
    pointer-events: none;
}

.nan-char2 {
    left: 50px;
    top: 10px;
    transition: transform 0.5s ease;
}

.nan-char2:hover {
    transform: scale(1.07) translateY(-7px) translateX(-15px);
}



.nan-char4 {
    margin-top: 200px;
    width: 140px;
    transform: translateX(40px);
}

.line-left-f-sec1 {
    transform: translateX(-20px);
    background-color: #000;
    width: 250px;
    height: 2px;
    margin-top: 10px;
}

.ete-f-sec1 {
    opacity: 0;
    margin: 20px;
    transform: scale(0.45) translateX(-200px);
    position: relative;

    img {
        position: absolute;
    }

    .ete-char1:hover {
        transform: scale(1.1) translateY(-20px);

    }

    .ete-char1 {
        transition: transform 0.5s ease;
    }

    .ete-char2 {

        pointer-events: none;
    }
}

.tong-f-sec1 {
    margin: 30px;
    transform: scale(0.45) translateX(-170px);
    position: relative;

    img {
        position: absolute;
    }

    .tong-char1 {
        transition: transform 0.5s ease;
        left: 45px;

    }

    .tong-char1:hover {
        transform: scale(1.13) translateY(-15px);
    }

    .tong-char2 {
        pointer-events: none;
    }
}

.Achi-f-sec1 {
    margin-top: -15px;
    transform: scale(0.45) translateX(-200px);
    position: relative;

    img {
        position: absolute;
    }

    .Achi-char1 {
        left: 100px;
        top: 25px;
        transition: transform 0.5s ease;
    }

    .Achi-char2 {
        pointer-events: none;
    }

    .Achi-char1:hover {
        transform: scale(1.1) translateY(-20px);
    }
}

.toompare-f-sec1,
.nan-f-sec1,
.ete-f-sec1,
.tong-f-sec1,
.Achi-f-sec1,
.img-special {
    filter: grayscale(100%);
    /* ทำให้เป็นขาวดำ */
    transition: filter 0.5s ease;
    /* ทำให้สมูทเวลาสลับ */
}

.toompare-f-sec1:hover,
.nan-f-sec1:hover,
.ete-f-sec1:hover,
.tong-f-sec1:hover,
.Achi-f-sec1:hover,
.img-special:hover {
    filter: grayscale(0%);
    /* ทำให้เป็นสีเมื่อวางเมาส์ */
}

.box-f-sec1 {
    .just-flex {
        margin-left: 25px;
        margin-bottom: 5px;
        display: flex;
        gap: 15px;
    }

    img {
        width: 30px;
        height: 17px;
    }

    transform: translateX(-70px) translateY(-50px);
}

.just-flex {
    display: flex;
    gap: 15px;
    align-items: center;
}

.box-f-sec2 {
    .just-flex {
        margin-left: 25px;
        margin-bottom: 5px;
        display: flex;
        gap: 15px;
    }

    img {
        width: 30px;
        height: 17px;
    }

    transform: translateX(-70px);
    margin-top: 250px;
}

.colum1-f-sec2 {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
    margin-left: 50px;
}

.line-under-weareteam {
    width: 200px;
    height: 1.5px;
    background-color: black;
}

.line-under-weareteam1 {
    width: 300px;
    height: 2px;
    background-color: black;
}

.title-f-sec2-1,
.title-f-sec2-2 {
    text-align: center;
    font-size: 60px;
    font-weight: 500;
}

.title-f-sec2-3 {
    text-align: center;
    margin-top: 20px;  
    font-size: 25px; 
    font-weight: 500;
}

.f-sec2 {
    margin-top: 150px;

}

.name-f-sec2 {
    color: gray;
}


.right1-f-sec1 {
    display: flex;
    flex-direction: column;
    gap: -150px;
}

/* poom char right */
.img-special {
    transform: scale(0.45) translateX(-250px) translateY(-100px);
    position: relative;

    img {
        position: absolute;
    }
}

.f-sec1-after {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.f-sec1-after:hover {
    opacity: 1;
}

.f-sec1-after-char1 {

    top: 50px;
    left: 105px;

}

.f-sec1-after-char0:hover {
    transform: scale(1.05) translateY(-10px);
    opacity: 1;
}

.f-sec1-after-char3 {
    pointer-events: none;
}

.f-sec1-after-char0 {
    pointer-events: visiblePainted;
    top: 50px;
    left: 105px;
    opacity: 0;
}

.f-sec4 {}

.name-f-sec4 {
    display: flex;
    gap: 50px;
    height: 30vh;
    align-items: center;
}
.input span{
    font-size: 25px;
}

.input input {
    height: 70px;
    width: 80%;
    border: none;
    outline: none;
    border-bottom: 1px solid rgba(99, 98, 98, 0.683);
    padding-top: 20px;
    font-size: 20px;
}





.f-sec4 {
    padding-left: 150px;
}

.name-f-sec4 {
    display: flex;
    gap: 50px;
    height: 30vh;
    align-items: center;
}
.input span{
    font-size: 25px;
}

.input input {
    height: 70px;
    width: 80%;
    border: none;
    outline: none;
    border-bottom: 1px solid rgba(99, 98, 98, 0.683);
    padding-top: 20px;
    font-size: 20px;
}


.interest-sec4 span{
    font-size: 25px;
}
.box-sec4-1:hover {
    border: 2px solid black; 
}
.f-sec4 {
    margin-top: 100px;
}
.in-sec4 {
    margin-top: 40px;
}
.f-sec5 {
    position: relative;
    margin-top: 100px;
    padding-left: 150px;
}
.Comment-sec5 {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;

    textarea{
        width: 1020px;
        height: 300px;
        resize: none;
        border-radius:20px ;
        padding:20px 20px;
        font-size: 20px;
        font-weight: 400;
        color: #333;
        font-family: "kanit";

    }
}
.Comment-sec5 h1 {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 25px;
}


.submit-sec5 {
    padding: 25px 25px;
    margin-top: 20px;
    background-color: #000;
    color: white;
    border: none;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;

    height: 40px;
    font-size: 15px;
}
.box-sec666 {
    display: none;
}
.conf-sec6 {
    position: absolute;
    position: fixed;
    z-index: 10;
    opacity: 0.9;
    justify-items: center;
    text-align: center;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.popup-sec6 {
    text-align: center;
    border: 3px solid black;
    height: 145px;
    width: 600px;
    border-radius: 25px;
    margin: auto;
    background-color: white;
}
.popup-sec6 p {
    font-family: "Kalnia", serif;
    font-weight: 550;
    font-size: 45px;
    background-color: white;
    width: 90%;
    margin: auto;
    margin-top: -25px;
}
.popup-sec6 button {
    font-size: 30px;
    margin: 40px 60px;
    border-radius: 20px;
    height: 50px;
    width: 145px;
    font-weight: bold;
    border: 3px solid black;
}
.confirm-btn {
    background-color: black;
    color: white;
}
.cancel-btn {
    background-color: white;
} 
.containner-sec77 {
    position: relative;
    padding-left: 150px;
    margin-top: 150px;
}
.donate-sec77 {
    position: relative;
    text-align: right;
    width: 100%;
}
.donate-sec77 h2{
    font-family: "Kalnia", serif;
    font-size: 50px;
    font-weight: 500;
}
.donate-sec77 p{
    font-family: "Kanit", sans-serif;
    font-size: 25px;
    width: 80%;
    float: right;
    margin-top: 20px;
}
.progress-bar{
    padding-left: 90px;
    position: relative;
    width: 80%;
    height: 0;
    border: 3px solid black;
    margin-top: 300px;
}
.progress-fill {
    font-family: "Kanit", sans-serif;
    display: flex;
    gap: 120px;
    font-size: 20px;
}
.progress-fill p {
    margin-top: 20px;
}
.circle-sec77 {
    position: absolute;
    margin-top: -8px;
    margin-left: 20px;
    display: flex;
    gap: 210px;
}
.cir-sec77 {
    background-color: black;
    height: 15px;
    width: 15px;
    border-radius: 50%;
}
.circle-sec78 {
    position: absolute;
    margin-top: -8px;
    margin-left: 860px;
}
.lastone {
    margin-left: 160px;
    margin-top: 20px;
}

.last-sec8 {
    padding-left: 150px;
    margin-top: 300px;
    width: 100%;
    height: 100%;
}
.last-sec8 h1{
    font-family: "Kalnia", serif;
    font-size: 50px;
    font-weight: 500;
}
.last-sec8 p{
    margin-top: 20px;
    font-family: "Kanit", sans-serif;
    font-size: 25px;
}
/* สไตล์ dropdown */
.dropdown {
    position: relative;
    display: inline-block;
}

/* สไตล์สำหรับปุ่ม dropdown */
.dropdown-btn {
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.dropdown-btn:hover {
    background-color: #444;
}

/* ซ่อน dropdown เริ่มต้น */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 200px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    z-index: 1;
    margin-top: 10px;
    padding: 10px;
    max-height: 300px;
    /* เพิ่ม max-height ให้สูงขึ้นเพื่อแสดงเนื้อหา */
    overflow-y: auto;

    opacity: 0;
    transition: max-height 0.5s ease, opacity 0.5s ease;
}


.dropdown.open .dropdown-content::-webkit-scrollbar {
    width: 8px;
    /* กำหนดความกว้างของ scrollbar */
}

.dropdown.open .dropdown-content::-webkit-scrollbar-thumb {
    background-color: #888;
    /* สีของแถบเลื่อน */
    border-radius: 10px;
    /* ทำให้แถบเลื่อนโค้งมน */
    border: 2px solid transparent;
    /* เว้นที่ด้วย border แบบโปร่งใส */
}

.dropdown.open .dropdown-content::-webkit-scrollbar-thumb:hover {
    background-color: #555;
    /* สีเมื่อ hover บนแถบเลื่อน */
}

.dropdown.open .dropdown-content::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    /* สีของพื้นหลัง track ของ scrollbar */
    border-radius: 10px;
    /* ทำให้ track โค้งมน */
    margin-top: 10px;
    /* เว้นระยะจากขอบบน */
    margin-bottom: 10px;
    /* เว้นระยะจากขอบล่าง */
}


/* แสดง dropdown เมื่อเปิด */
.dropdown.open .dropdown-content {
    display: block;
    max-height: 200px;
    opacity: 1;
    overflow-y: auto;
}

/* ลบจุดจากรายการใน dropdown */
.dropdown-content ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    /* ลบจุดจากรายการ */
}

/* สไตล์รายการ dropdown */
.dropdown-content li a {
    color: #000;
    padding: 10px 20px;
    text-decoration: none;
    display: block;
    border-radius: 10px;
    transition: background-color 0.3s, padding 0.3s;
}

.dropdown-content li a:hover {
    background-color: #ddd;
    padding-left: 30px;
}

/* ช่องค้นหา */
#searchInput {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 16px;
    box-sizing: border-box;
}

.line-center-f-se1 {
    background-color: black;
    transform: translateY(-50px) translateX(-20px);
    height: 520px;
    width: 4px;
}


.pab {
    color: 50px;
}
.in-box-sec4{
    margin-top: 15px;
    display: flex;
    gap: 45px;
}
.box-sec4-1{
    padding: 15px 0 ;
    display: flex;
    justify-content: center;
    width: 225px;
    border: 2px solid gray;
    border-radius: 30px ;
}

.box-sec4-1:hover {
    border: 2px solid black; 
    cursor: pointer;
    transition: all 0.3s ease;
}

.box-sec4-1.active {
    border: 2px solid black; /* Thicker border when clicked */
    
}



.f-sec333{
    margin-left: 20px;
    margin-bottom: 100px;
}
.bottom-f-sec3{
    gap: 10px;
    margin-top: 40px;
    display: flex;
    a{
        color: #000;
        text-decoration: none;
    }
    a:hover{
        text-decoration: underline;        
    }
    .top-f-sec3-content{
        width: 710px;
        height: 300px;
        padding: 20px 20px;
        border-radius:10px ;
        border: 2px solid black;
        .put-image-here img{
            margin-bottom: 10px;
            border: 2px solid black;
            border-radius: 50%;
            width: 90px;
            height: 90px;
            object-fit: cover;
        }
    }
}
.goal{
    width: 100px;
    position: absolute;
    top: 250px;
    left: 900px;
}
.money{
    position: absolute;
    top: 300px;
    left: -70px;
    z-index: 5555555;
}