body::-webkit-scrollbar {
    display: none;
}

body {
    font-family: 'Noto Sans Thai', sans-serif;
    width: 100%;
    height: 100vh;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
    transition: background-color 0.5s ease;
}


section {
    min-height: 100dvh;
    scroll-snap-align: start start;
    padding-top: var(--nav-bar-height-for-static)
}

section#service {
    min-height: 100dvh;
    scroll-snap-align: start start;
    padding-top: 0px
}

section#footer {
    padding-top: var(--nav-bar-height)
}


.h-100-nav {
    min-height: calc(100dvh - var(--nav-bar-height-for-static));
}

.godsila-bg-white {
    background-color: var(--godsila-white);
    color: var(--godsila-blue);
}

.godsila-bg-blue {
    background-color: var(--godsila-blue);
    color: var(--godsila-white);
}

.godsila-bg-red {
    background-color: var(--godsila-red);
    color: var(--godsila-white);

}




#nav-placeholder {
    z-index: 100;
    position: fixed;
    width: 100dvw;
    height: var(--nav-bar-height)
}



#about-blue .title {
    text-align: center;
    font-size: 5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 90%;
}

#about-blue .detail {
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}



@media (max-width: 900px) {
    #about-blue .title {
        font-size: 2.5rem;
        font-style: normal;
        font-weight: 600;
        line-height: 120%
    }

    #about-blue .detail {
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }

}

#about-red .title {
    text-align: center;
    font-size: 5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 90%;
}

#about-red .detail {
    text-align: center;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

#about-red .white-frame {
    border: 1px solid var(--godsila-white);
    color: var(--godsila-white);
    cursor: pointer;
    transition: 0.3s;
}

#about-red .white-frame:hover {
    background-color: var(--godsila-blue);
    border: 1px solid var(--godsila-blue);

}

@media (max-width: 900px) {
    #about-red .title {
        font-size: 2.5rem;
        font-style: normal;
        font-weight: 600;
        line-height: 120%
    }

    #about-red .detail {
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 500;
        line-height: 140%
    }

    #about-red .white-frame {
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: uppercase;
    }

}



#service .header {
    font-size: 5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 90%;
    /* 4.5rem */
    text-transform: uppercase;
}

#service .title {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 1.8rem */
}

#service .detail {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

#portfolio .title {

    font-size: 5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 90%;
    text-transform: uppercase;
}

#portfolio .detail {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}



#portfolio .portfolio-item {
    margin: 3rem 0rem;
}

#portfolio .portfolio-item .portfolio-title {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

#portfolio .portfolio-item .portfolio-detail {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    max-width: 30rem;
}

#portfolio .portfolio-item .portfolio-more {

    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    color: var(--godsila-white);
    transition: 0.3s;
}

[class*="portfolio-modal-"] {
    color: var(--godsila-blue);
}

.portfolio-modal-title {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.portfolio-modal-detail {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.portfolio-modal-desc {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}


@media (max-width: 900px) {
    #portfolio .title {
        font-size: 2.5rem;
        font-weight: 600;
        line-height: 120%;
    }

    #portfolio .portfolio-item .portfolio-detail {
        font-size: 1.25rem;
        max-width: 70dvw;
    }

    #portfolio .portfolio-item .portfolio-more {
        font-size: 0.875rem;
    }
}

#portfolio .portfolio-item .portfolio-more:hover {

    color: var(--godsila-red)
}

#blog .blog-height {
    min-height: calc(100dvh - var(--nav-bar-height-for-static) - 72px);
}

#blog .header {
    font-family: Noto Sans Thai;
    font-size: 5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 90%;
}

#blog-modal .modal-content {
    background-color: var(--godsila-blue);
    color: var(--godsila-white);
}

#blog-modal .blog-modal-title {
    color: var(--godsila-red);
    font-family: Noto Sans Thai;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

#blog-modal .blog-modal-desc {
    font-family: Noto Sans Thai;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

#footer .header {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
}


#footer .address {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
}

#footer .address1 {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.5;
}

#footer .copyright {
    font-size: 0.625rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.red-line {
    width: 100%;
    height: 0.25rem;
    background-color: var(--godsila-red);
}

#footer .btn-border {
    border: 1px solid var(--godsila-white);
    padding: 0.125rem 0.5rem;
    transition: 0.3s;
    cursor: pointer;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

#footer .btn-border:hover {
    border: 1px solid var(--godsila-red);
    background-color: var(--godsila-red);
}

#service .mobile {

    padding-top: var(--nav-bar-height-for-static);

}

#service .content-image {
    position: sticky;
    top: 0;
    padding-top: var(--nav-bar-height-for-static);
    height: calc(100dvh);
}

#service .content-image .img-frame {
    width: 100%;
    height: calc(100dvh - var(--nav-bar-height-for-static));
    position: relative;
}

#service .content-image .img-frame img {
    position: absolute;
    width: 100%;
    opacity: 0;
    transition: 0.3s;
}

#service .content-image .img-frame img.active {
    position: absolute;
    width: 100%;
    opacity: 1;
}



#service .content-image-2.img-frame {
    width: 100%;
    display: flex;
    justify-content: center;
    overflow-x: clip;
    max-height: 50vh;
}




section .sub-section-snap {
    padding-top: var(--nav-bar-height-for-static);
    height: calc(100dvh - var(--nav-bar-height-for-static));
    scroll-snap-align: start none;
}