@import url(header.scss);
@import url(footer.scss);

        /* CSS to disable scrolling */
        .no-scroll {
            overflow: hidden;
            height: 100vh; /* Ensures the height is fixed to the viewport */
        }

        /* Basic transition for modal */
        .modal {
            transition: opacity 0.3s ease-in-out;
        }
        .modal.hidden {
            opacity: 0;
            pointer-events: none; /* Allows clicks to pass through when hidden */
        }
        .modal.visible {
            opacity: 1;
            pointer-events: auto;
        }

/*gsap fadein */
.fade-in-gsap {
    overflow: hidden !important;
}
.site-header__contactBtn, .logo , .hamburger-menu {
    opacity: 0;
}

b, strong {
    font-weight: 600 !important;
}
.top {
    z-index: 999999999;
}

.stop-scroll {
    margin: 0;
    height: 100%;
    overflow: hidden
}

@font-face {
    font-family: 'Pretendard';
    src: url('/wp-content/themes/KeeperDesign/fonts/PretendardVariable.woff2') format('woff2-variations');
    /* If you had a .woff version for Pretendard, you'd add it here too with format('woff') */
    font-weight: 100 900;
    /* Assuming Pretendard variable supports this full range */
    font-style: normal;
    font-display: swap;
}

@media (min-width: 1024px) {
    body {
        h4 {
            font-size: 13.3px !important;
            font-weight: normal !important;
        }

        h3 {
            font-size: 1rem !important;
            font-weight: 500 !important;
            line-height: 1.4 !important;
        }

        p {
            font-size: 1rem !important;
            line-height: 1.6 !important;
        }

        h1 {
            font-size: 33.2px !important;
            line-height: 1.4 !important;
        }

        h2 {
            font-size: 40px !important;
            font-weight: 200 !important;
            line-height: 1.3 !important;
        }
        .changing-grid {
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }


    }
}
.changing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}


h4 {
    font-size: 13.3px !important;
    font-weight: normal !important;
}

h3 {
    font-size: 1rem !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
}

p {
    font-size: 1rem !important;
    line-height: 1.6 !important;
    letter-spacing: -0.3px;
}

h1 {
    font-size: 24px !important;
    line-height: 1.4 !important;
    
}

h2 {
    font-size: 28px !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;
}

h5 {
    font-size: 21px !important;
}

.page-wrap {
    padding-top: 72px;
    padding-bottom: 2rem;
    background: var(--white);
}

figure {
    margin: 0 !important;
}

ul {
    margin: 0 !important;
}

.right {
    text-align: right;
}

.vh-100 {
    height: 100vh;
}

.padding-topbottom-8 {
    padding-top: 8rem;
    padding-bottom: 4rem;
}
/* Apply this class to elements being animated by ScrollTrigger.
  It tells the browser to prepare the element for animation, 
  which significantly improves performance.
*/
.is-animating {
  will-change: transform, opacity;
}

:root {
    /* color */
    --main-header-height-md: 80px;
    --body-line-height: 1.8;
    --default-black: #0D0D0B;
    --sub-black: #212529;
    --primary-color: #445749;
    --primary-sub-color: #F5C4B4;
    --secondary-color: #fffcf2;
    --bs-body-bg: #fffcf2 !important;
    --white: #fffcf2;

    /* padding & margin */
    --default-mb-padding: 0 25px;
    --default-padding: 0 80px;
    --default-padding-2: 0 80px 0 160px;
    --default-padding-3: 0 160px 0 160px;
    --default-padding-tb: 7.5rem 0;
    --default-padding-text-lower: 5rem;

    /* images */

    /* menu */
    --var-grid-why: url("/wp-content/uploads/2023/11/outdoor3-scaled.webp");
    --var-grid-facility: url("/wp-content/uploads/2023/11/childcare3-scaled.webp");
    --var-grid-guide: url("/wp-content/uploads/2023/11/outdoor4-scaled.webp");
    --var-grid-review: url("/wp-content/uploads/2025/09/review-menu.webp");

    /* hero carousel */
    --var-hero-1: url("/wp-content/uploads/2024/02/Screenshot-2024-02-16-at-3.30.26-PM.webp");
    --var-hero-2: url("/wp-content/uploads/2024/02/Screenshot-2024-02-16-at-3.30.44-PM.webp");
    --var-hero-3: url("/wp-content/uploads/2024/02/Screenshot-2024-02-16-at-3.30.54-PM.webp");
    --var-hero-4: url("/wp-content/uploads/2024/02/Screenshot-2024-02-16-at-3.31.03-PM.webp");
    --var-hero-5: url("/wp-content/uploads/2024/02/Screenshot-2024-02-16-at-3.31.20-PM.webp");
    --var-hero-6: url("/wp-content/uploads/2024/02/Screenshot-2024-02-16-at-3.31.28-PM.webp");
    --var-hero-7: url("/wp-content/uploads/2024/02/Screenshot-2024-02-16-at-3.31.40-PM.webp");
    --var-hero-8: url("/wp-content/uploads/2024/02/Screenshot-2024-02-16-at-3.31.48-PM.webp");


}


/* animations */
    .no-scroll {
        overflow: hidden;
        height: 100vh; /* Ensures the height is fixed to the viewport */
    }   
.scroll-down {
    position: absolute;
    top: 75%;
    z-index: 1;
    left: 50%;
    transform: translate(-50%, -50%);
}

.scroll-down span:nth-child(2) {
    animation-delay: -0.2s;
}

.scroll-down span:nth-child(3) {
    animation-delay: -0.4s;
}

.scroll-down span {
    display: block;
    width: 20px;
    height: 20px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}

.height-100 {
    height: 90vh !important;
}

.mb-pad {
    padding: var(--default-mb-padding);
}
@keyframes animate {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}



.header-text {
    text-align: center;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
    font-weight: 600 !important;

}

.max-wd {
    max-width: 450px !important;
    margin: auto;
}
/* quote template */

.quote {
    padding: 4rem 0;
    background: var(--secondary-color);
}
.quote p {
    font-weight: 500 !important;
    padding: 0px !important;
    font-size: 18px !important;
    text-align: center;
    line-height: 1.7 !important;
}


.see-more{
    padding: 4rem 0;
    background: var(--white);
}
.see-more p {
    font-weight: 500 !important;
    font-size: 18px !important;
    text-align: center;
    line-height: 1.7 !important;
}


/* image text-box */
.temp-img-textbox {

}

.temp-img-textbox .inner {

}

.temp-img-textbox .inner .temp-img-textbox__img img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.temp-img-textbox .inner .temp-img-textbox__text {
    text-align: center;
}

.temp-img-textbox .inner .temp-img-textbox__text h5 {
    padding-top: 2rem;
    padding-bottom: 0.75rem;
    font-weight: 500 !important;
}

.temp-img-textbox:last-child {
    padding-bottom: 4rem !important;
}

.container {
    position: relative;
}

.page-top {
    margin-top: 10rem !important;
}

.eng {
    font-family: "Durer" !important;
    
}
.eng p {
    line-height: 1.2 !important;
        letter-spacing: 0px !important;
}


.center {
    margin-left: auto !important;
    margin-right: auto !important;
}

.center-text-box {
    margin-left: auto;
    margin-right: auto;
    width: 650px;
}

@media (max-width: 768px) {
    .center-text-box {
        width: 100%;
    }

    .page-top {
        margin-top: 5rem !important;
    }
}

.pad-top-2rem {
    padding-top: 2rem !important;
}

.pad-top-10 {
    padding-top: 10px;
}

.underline {
    border-bottom: solid 1px var(--primary-color);
    width: fit-content;
    margin: auto;

}

.mar-left-auto {
    margin-left: auto;
}

.underline a {
    color: inherit;
}

.flex {
    display: flex;
}

*:focus {
    outline: none;
}

.relative {
    position: relative;
}



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

body {
    -ms-overflow-style: none;
    /* IE and Edge 
    scrollbar-width: none;
    /* Firefox */
    color: var(--primary-color) !important;
    font-family: "Pretendard", sans-serif !important;
    height: auto !important;
}

p {
    padding-top: 8px;
    word-break: keep-all;
}

a {
    color: inherit;
}
/* 

.active {
    display: block !important;
}
*/

.container-lg {
    margin: auto;
}

.left-margin-8 {
    margin-left: 8.333333333%;
}

.right-margin-8 {
    margin-right: 8.333333333%;
}


.bg-primary-sd-1 {
    background: var(--primary-color-sd-1);
}


li {
    list-style: none !important;
}

a {
    text-decoration: none !important;
}


.col-50 {
    width: 50%;

}

.sp-8vh:not(:last-child) {
    margin-bottom: 20px;
}

.sp-8vh {
    height: 8vh;
    width: 100%;
}

.sp-80 {
    height: 80px;
}


p {
    padding-top: 0px;
}

.inner-block {
    margin-bottom: 20px;
}






@media (min-width: 1024px) {
    body #modalImage {
            height: 75vh !important;
        }

    }
/* buttons */

.button-link-main {
    
    background-color: var(--primary-sub-color);
    border-top-left-radius: 40px 40px;
    border-top-right-radius: 40px 40px;
    border-bottom-right-radius: 40px 40px;
    border-bottom-left-radius: 40px 40px;
    box-shadow: none;
    border: 0px;
    color: var(--secondary-color);
    font-weight: 400;
    text-decoration: none;
    font-size: 1rem;
    width: fit-content;


    align-items: center;
    cursor: pointer;
    /*
    padding: 13px 46px;
    */
    padding: 10px 35px;
    ;
    text-align: center;
}
.button-link-main-small {
border-top-left-radius: 40px 40px;
    border-top-right-radius: 40px 40px;
    border-bottom-right-radius: 40px 40px;
    border-bottom-left-radius: 40px 40px;
    box-shadow: none;
    border: 1px solid var(--white);
    color: var(--white);
    font-weight: 400;
    text-decoration: none;
    font-size: 1rem;
    width: fit-content;
    align-items: center;
    padding: 4px 12px;
    margin: auto;
    text-align: center;
}
.button-link-green {
    
    background-color: var(--primary-color);
    border-top-left-radius: 40px 40px;
    border-top-right-radius: 40px 40px;
    border-bottom-right-radius: 40px 40px;
    border-bottom-left-radius: 40px 40px;
    box-shadow: none;
    border: 0px;
    color: var(--secondary-color);
    font-weight: 400;
    text-decoration: none;
    font-size: 1rem;
    width: fit-content;
    margin: auto;
    margin-top: 1.5rem;


    align-items: center;
    cursor: pointer;
    /*
    padding: 13px 46px;
    */
    padding: 10px 35px;
    ;
    text-align: center;
}

.button-link-main:hover {}

.button-link-main__small {
    background-color: var(--primary-color);
    border-top-left-radius: 40px 40px;
    border-top-right-radius: 40px 40px;
    border-bottom-right-radius: 40px 40px;
    border-bottom-left-radius: 40px 40px;
    box-shadow: none;
    color: var(--secondary-color);
    font-weight: 400;
    border: none;
    text-decoration: none;
    font-size: 17px;
    height: 39px;
    align-items: center;
    cursor: pointer;
    padding: 8px 27px;
    text-align: center;
}

.button-link-sub:hover {
    background: var(--primary-color) !important;
    color: var(--secondary-color) !important;
    transition: .4s;
    transform: scale(1) translateZ(0) rotate(.02deg);
}


.button-link-sub {
    background-color: var(--secondary-color);
    border-top-left-radius: 40px 40px;
    border-top-right-radius: 40px 40px;
    border-bottom-right-radius: 40px 40px;
    border-bottom-left-radius: 40px 40px;
    box-shadow: none;
    color: var(--primary-color);
    font-weight: 300;
    border: 0;
    text-decoration: none;
    font-size: 1rem;
    align-items: center;
    cursor: pointer;
    padding: 10px 35px;
    text-align: center;
}

.button-link-sub__small {
    background-color: var(--secondary-color);
    border-top-left-radius: 40px 40px;
    border-top-right-radius: 40px 40px;
    border-bottom-right-radius: 40px 40px;
    border-bottom-left-radius: 40px 40px;
    box-shadow: none;
    color: var(--primary-color);
    font-weight: 400;
    border: none;
    text-decoration: none;
    font-size: 17px;
    height: 39px;
    align-items: center;
    cursor: pointer;
    padding: 8px 27px;
    text-align: center;
}

.button-link-outline-sub {
    background-color: transparent;
    border-top-left-radius: 40px 40px;
    border-top-right-radius: 40px 40px;
    border-bottom-right-radius: 40px 40px;
    border-bottom-left-radius: 40px 40px;
    box-shadow: none;
    color: var(--secondary-color);
    font-weight: 200;
    border: var(--secondary-color) solid 1px;
    text-decoration: none;
    font-size: 19px;
    height: 55px;
    align-items: center;
    cursor: pointer;
    padding: 8px 27px;
    text-align: center;
}

.button-link-outline-main {
    background-color: transparent;
    border-top-left-radius: 40px 40px;
    border-top-right-radius: 40px 40px;
    border-bottom-right-radius: 40px 40px;
    border-bottom-left-radius: 40px 40px;
    box-shadow: none;
    color: var(--primary-color);
    font-weight: 200;
    border: var(--primary-color) solid 1px;
    text-decoration: none;
    font-size: 19px;
    height: 55px;
    align-items: center;
    cursor: pointer;
    padding: 8px 27px;
    text-align: center;
}

.border-button-main {
    color: var(--primary-color);
    margin-top: 1.8rem;
    background-color: transparent;
    border: 0.1rem solid var(--primary-color);
    border-radius: 0.4rem;
    display: table;
    overflow: hidden;
    letter-spacing: .2em;
    min-width: 12rem;
    padding: 1rem;
    position: relative;
    text-align: center;
}

.border-button-small-main {
    color: var(--primary-color);
    margin-top: 1.8rem;
    background-color: transparent;
    border: 0.1rem solid var(--primary-color);
    border-radius: 0.4rem;
    display: table;
    overflow: hidden;
    letter-spacing: .2em;
    min-width: 12rem;
    padding: 1rem;
    position: relative;
    text-align: center;
}


.border-button-sub {
    color: var(--secondary-color);
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    border-radius: 5px;
    display: table;
    font-weight: 300;
    line-height: 1;
    padding: 13px 46px;
    position: relative;
    text-align: center;
    font-size: 1rem;
}


.tag {
    opacity: 0 !important;
    transform: translateY(3rem) !important;
    transition: opacity .6s cubic-bezier(.65, .025, .67, .36), transform .6s cubic-bezier(.65, .025, .67, .36) !important;
}

.tag-d-1 {
    opacity: 0 !important;
    transform: translateY(3rem) !important;
    transition: opacity .6s cubic-bezier(.65, .025, .67, .36), transform .6s cubic-bezier(.65, .025, .67, .36) !important;
}

.tag.visible {

    opacity: 1 !important;
    transform: translateY(0) !important;
    transition: opacity .8s cubic-bezier(.34, .615, .4, .985), transform .8s cubic-bezier(.34, .615, .4, .985) !important;
    transition-delay: 0.5s !important;


}

.tag-d-1.visible {

    opacity: 1 !important;
    transform: translateY(0) !important;
    transition: opacity .8s cubic-bezier(.34, .615, .4, .985), transform .8s cubic-bezier(.34, .615, .4, .985) !important;
    transition-delay: 0.9s !important;


}

/*


.carousel-indicators .active {
    opacity: 1 !important;
    color: var(--primary-color);
}

.carousel-indicators button{
    width: 100% !important;
    text-align: left !important;
    height: 4.2rem !important;
    font-size: 21px;
    padding: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    background-color: transparent !important;
    text-indent: 0px !important;
    color: var(--primary-color) !important;
    background-color: transparent !important;
    opacity: 0.7 !important;
    transition: opacity .6s ease !important;
    border-bottom: 0.1rem solid #dadfde !important;
}

*/
.reviews {
    padding: 2.5rem 0;

}


.image-text-col__text.reviews-main h2 {
    margin-top: 0px;

}

.image-text-col__text.reviews-main {
    margin-top: 0px;
}

.review-indicators {
    position: absolute;
    right: 1.5rem;
    bottom: 0;
}

.image-text-col__text.reviews-main div {
    text-align: left;
    position: relative;
}

.image-text-col__text.reviews-main div :last-child {
    margin-bottom: 0 !important;
}

.review-scroller.snaps-inline>* {
    scroll-snap-align: start;
}

.review-scroller::-webkit-scrollbar {
    display: none;
}

.review-element {
    background: var(--secondary-color);
    padding: 2.5rem 1.5rem;
    border-radius: 7px;
    filter: drop-shadow(3px 3px 2px #00000010);
}

.review-scroller {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 31%;
    gap: 3rem;
    padding: 2rem 1.5rem;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
}

.review-scroller.snaps-inline {
    scroll-snap-type: inline mandatory;

    scroll-padding-inline: 1.5rem;


}


@media (max-width: 768px) {

    .facility .text-image-col__image img {
        height: 32vh !important;
    }

    .facility .text-image-col__button {
        margin-left: auto;
        margin-right: auto;
    }

    .review-scroller {
        grid-auto-columns: 100%;
    }



    .left-margin-8 {
        margin-left: 0;
    }

    .right-margin-8 {
        margin-right: 0;
    }


}