html {
    scroll-behavior: smooth;
}

/* @media (prefers-reduced-motion: no-preference) {
    body {
      will-change: transform;
    }
  } */
main {
    /* margin-top: 88px; */
    margin-top: 73px;
}

h1,
h2,
h3,
h4,
h5 {
    letter-spacing: -0.05em;
}

.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    width: 100%;
    transition: all .3s ease-in-out;
    border: 0;
    outline: none !important;
    border-bottom: 1px solid transparent;
}

.header.sticky {
    position: fixed;
    /* transform: translateY(-100px); */
    border-bottom: 1px solid #00639140;
}

/* .header.fix{
    position: fixed;
    transform: translateY(0px);
} */
.header.bg-white {
    background-color: #FFF;
}

.mileston-stage ul {
    list-style: none;
    position: relative;
}

.buttons {
    overflow: hidden;
    flex-wrap: nowrap;
    transition: all 3s ease-in-out;
    border-radius: 20px;
}

.buttons img,
.buttons a {
    transition: all .3s ease-in-out;
}

.buttons img:last-child {
    transform: rotate(45deg);
}

.buttons:hover img:first-child,
.buttons:hover a,
.buttons:hover img:last-child {
    transform: translateX(-40px);
}

.buttons:hover img:first-child {
    transform: translateX(-40px) rotate(-45deg);
}

.buttons:hover img:last-child {
    transform: translateX(-40px) rotate(0);
}

.buttons a {
    flex: 0 0 calc(100% - 40px);
    max-width: calc(100% - 40px);
}

@keyframes txtalma {
    0% {
        stroke-dasharray: 500;
        stroke-dashoffset: 50;
    }

    50% {
        fill: transparent;
    }

    100% {
        fill: #469EE0;
        stroke-dasharray: 0;
        stroke-dashoffset: 0;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        visibility: hidden;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

.big-text .text-almacita path {
    fill: transparent;
    stroke: #469EE0;
    stroke-width: 0.2;
    stroke-dasharray: 500;
    stroke-dashoffset: 500;
    transform-origin: center center;
    animation: txtalma 4s ease-in-out 1 forwards;
}

.big-text .text-almacita path:nth-child(1) {
    animation-delay: 0;
}

.big-text .text-almacita path:nth-child(2) {
    animation-delay: 0.1s;
}

.big-text .text-almacita path:nth-child(3) {
    animation-delay: 0.2s;
}

.big-text .text-almacita path:nth-child(4) {
    animation-delay: 0.3s;
}

.big-text .text-almacita path:nth-child(5) {
    animation-delay: 0.4s;
}

.big-text .text-almacita path:nth-child(6) {
    animation-delay: 0.5s;
}

.big-text .text-almacita path:nth-child(7) {
    animation-delay: 0.6s;
}

.big-text .text-almacita path:nth-child(8) {
    animation-delay: 0.7s;
}

.big-text svg {
    max-width: 100%;
}

.big-text .aksen-text-alma-1 {
    opacity: 0;
    visibility: hidden;
    animation: fadeIn .5s ease-in-out 1 forwards;
    animation-delay: 1.5s;
}

.big-text .aksen-text-alma-2 {
    opacity: 0;
    visibility: hidden;
    animation: fadeIn .5s ease-in-out 1 forwards;
    animation-delay: 2.5s;
}

.section-two .bg {
    /* transform: scale(1.1); */
}

/* .paralax .bg{
    transition: all .3s linear;
} */

@keyframes wwpath1 {
    0% {
        stroke-dashoffset: 50;
    }

    50% {
        fill: transparent;
    }

    100% {
        fill: white;
        stroke-dashoffset: 0;
    }
}

@keyframes floating {
    0% {
        transform: translate3d(0, 0, 0) rotate3d(1, 1, 1, 0deg);
    }

    25% {
        transform: translate3d(13px, 12px, 12px) rotate3d(1, 1, 1, 7.5deg);
    }

    50% {
        transform: translate3d(-8px, 14px, 14px) rotate3d(1, 1, 1, 7.5deg);
    }

    75% {
        transform: translate3d(10px, 16px, 16px) rotate3d(1, 1, 1, 7.5deg);
    }

    100% {
        transform: translate3d(0, 0, 0) rotate3d(1, 1, 1, 0deg);
    }
}

@keyframes floating2 {
    0% {
        transform: translate3d(0, 0, 0) rotate3d(1, 1, 1, 0deg);
    }

    25% {
        transform: translate3d(-10px, -12px, -12px) rotate3d(1, 1, 1, 7.5deg);
    }

    50% {
        transform: translate3d(-12px, -14px, -14px) rotate3d(1, 1, 1, 12.5deg);
    }

    75% {
        /* transform: translate3d(-16px, -16px, -16px) rotate3d(1, 1, 1, -7.5deg); */
    }

    100% {
        transform: translate3d(0, 0, 0) rotate3d(1, 1, 1, 0deg);
    }
}

@keyframes floating3 {
    0% {
        transform: translate3d(0, 0, 0) rotate3d(1, 1, 1, 0deg);
    }

    25% {
        transform: translate3d(0px, 0px, 0px) rotate3D(0, 0, 1, 8deg);
    }

    50% {
        transform: translate3d(0, -12px, 0) rotate3d(1, 1, 1, -16deg);
    }

    75% {
        transform: translate3d(4px, 3px, 4px) rotate3d(1, 1, 1, 0deg);
    }

    100% {
        transform: translate3d(0, 0, 0) rotate3d(1, 1, 1, 0deg);
    }
}

.weare-svg .weare-p1,
.weare-svg .weare-t1 {
    animation: floating 15s ease-in-out 0.4s infinite;
    will-change: transform;
    transform-style: preserve-3d;
    animation-delay: 2.1s;
    transform-origin: center;
}

/* .weare-svg .weare-t1 {
    fill: transparent;
    stroke: white;
    stroke-width: 0.2;
    stroke-dasharray: 20;
    stroke-dashoffset: 50;
    
    animation: wwpath1 2s ease-in-out forwards, 
               floating 15s ease-in-out infinite;
    animation-delay: 0s, 2.1s; 
} */
.weare-svg .weare-p2,
.weare-svg .weare-t2 {
    animation: floating2 15s ease-in-out 0.4s infinite;
    will-change: transform;
    transform-style: preserve-3d;
    transform-origin: center;
}

.weare-svg .weare-p3,
.weare-svg .weare-t3 {
    animation: floating3 10s ease-in-out 1s infinite;
    will-change: transform;
    transform-style: preserve-3d;
    transform-origin: center center;
}

.mileston-stage ul::before {
    content: "";
    width: 1px;
    height: 100vh;
    position: absolute;
    background-color: #A5CC1F;
    top: 12px;
    left: 73px;
}

.mileston-stage-white ul::before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    background-color: #FFF;
    top: 12px;
    left: 73px;
    display: none;
}

.mileston-stage ul li {
    position: relative;
    padding-left: 120px;
}

.mileston-stage-white ul li {
    position: relative;
    padding-left: 64px;
}

.mileston-stage ul li:not(:last-child) {
    margin-bottom: 48px;
}

.mileston-stage-white ul li:not(:last-child) {
    margin-bottom: 40px;
}

.mileston-stage ul li::before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../images/list-shape.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 8px;
    left: 64px;

}

.mileston-stage-white ul li::before,
.milestone-secondary ul li::before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../images/list-shape-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    /* left: 64px; */
    left: -8px;
}

.mileston-stage-white ul li::after {
    content: "";
    width: 1px;
    height: calc(100% + 40px);
    background: #FFF;
    position: absolute;
    left: 1px;
    top: 5px;
}

.milestone-secondary ul li::after {
    content: "";
    width: 1px;
    height: calc(100% + 40px);
    background: #3A6B0C;
    position: absolute;
    left: 1px;
    top: 5px;
}

.milestone-secondary ul li::before {
    background-image: url(../images/list-shape.svg);
}

.mileston-stage-white ul li:last-child::after,
.mileston-stage-secondary ul li:last-child::after,
.milestone-secondary ul li:last-child::after {
    display: none;
}

.mileston-stage-white ul li b {
    font-weight: 500;
}

.mileston-stage .mileston-title {
    font-family: Sora, sans-serif;
    font-size: 24px;
    line-height: 1.1em;
    margin-bottom: 8px;
    letter-spacing: -0.05em;
}

.activity-wrapp+.activity-wrapp {
    margin-top: 80px;
    padding-top: 80px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.curi-list {
    font-size: 24px;
    letter-spacing: -0.05em;
}

.curi-list li:not(:last-child) {
    margin-bottom: 24px;
}

/* .curi-list li:before{
    content: '';
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 6px;
    margin-right: 8px;
} */
.curi-list li:nth-child(1)::before {
    background-image: url(../images/curi-icon-1.svg);
}

.curi-list li:nth-child(2)::before {
    background-image: url(../images/curi-icon-2.svg);
}

.curi-list li:nth-child(3)::before {
    background-image: url(../images/curi-icon-3.svg);
}

.curi-list li:nth-child(4)::before {
    background-image: url(../images/curi-icon-4.svg);
}

.cus-list>li:not(:last-child) {
    margin-bottom: 24px;
}

.cus-list b {
    display: block;
    font-size: 24px;
    color: #006391;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.05em;
    margin-bottom: 8px;
    font-family: 'Sora', sans-serif;
}

.cus-list address,
.cus-list a,
.cus-list p,
.cus-list span {
    text-decoration: none;
    font-style: normal;
    color: #006391;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.02em;
}

dl.cus-list b {
    margin-bottom: 0;
}

.section-eight.sticky {
    position: sticky;
    top: 0;
}

.section-eight-content {
    position: sticky;
    top: 0;
}

.photo-list {
    grid-row-gap: 26vw;
    flex-direction: column;
    display: flex;
    gap: 0;
    transition: transform 0.1s ease;
    will-change: transform;
    margin-top: 30vh;
}

.photo-list:last-child {
    justify-content: flex-end;
    margin-top: 60vh;
}

.photo-list img {
    width: auto;
    transform: translateY(var(--scroll));
    object-fit: cover;
    border: 0.5em solid #FFFFFF;
    /* Changed 8px to em */
    box-shadow: 0px 1px 4px 0px #00000029;
}

.photo-list img.lg {
    /* width: 26rem;
    height: 22.5rem; */
    width: 26.5rem;
    /*416px;*/
    height: 20.5rem;
    /*320px;*/
}

.photo-list img.md {
    /* width: 18.875rem;
    height: 20rem; */
    width: 20.5rem;
    /*320px;*/
    height: 23.5rem;
    /*360px;*/
}

.photo-list img.sm {
    /* width: 18.875rem;
    height: 15rem; */
    width: calc(18.875rem + .5rem);
    /*302px;*/
    height: 15.5rem;
    /*240px;*/
}

.photo-list:first-child img:nth-child(odd) {
    margin-left: 2vw;
}

.photo-list:first-child img:nth-child(even) {
    margin-left: 15vw;
}

.photo-list img:nth-child(even) {
    margin-left: 5vw;
}

.photo-list:last-child img:nth-child(odd) {
    margin-left: -10vw;
}

.photo-list:last-child img:nth-child(even) {
    margin-left: -2vw;
}

.box-form {
    position: relative;
    /* min-height: 560px; min-height: 640px;*/
    min-height: 790px;
}

.box-form .step {
    padding: 40px;
    background: #FFF;
    border: 1px solid #006391;
    border-radius: 12px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s ease-in-out;
    min-height: 795px;
}

.box-form .step.step-one {
    transform: rotate(-1deg);
    z-index: 20;
}

.box-form .step.step-two {
    transform: rotate(2deg) translateX(25px) translateY(15px) scale(.98);
    z-index: 10;
    margin-top: auto;
    top: -11px;
}

@keyframes flipoout {
    0% {
        transform: translate3d(0, 0, 0) rotate3d(1, 1, 1, 0deg);
    }

    80% {
        transform: translate3d(0, -10px, 0) rotate3d(1, 1, 1, -40deg);
    }

    100% {
        opacity: 0;
        z-index: 0;
    }
}

@keyframes flipin {
    0% {
        opacity: 0;
        z-index: 0;
    }

    80% {
        transform: translate3d(0, -10px, 0) rotate3d(1, 1, 1, 0deg);
    }

    100% {
        opacity: 1;
        z-index: 20;
        transform: translate3d(0, 0, 0) rotate3d(1, 1, 1, 0deg);

    }
}

.box-form .step.flipout {
    animation: flipoout .5s ease-in-out 1 forwards;
    will-change: transform;
    transform-style: preserve-3d;
    transform-origin: top left;
}

.box-form .step.flipin {
    opacity: 0;
    transform: rotate(-40deg);
    animation: flipin .5s ease-in-out 1 forwards;
    animation-delay: .5s;
    will-change: transform;
    transform-style: preserve-3d;
    transform-origin: top left;
}

.box-form .step.show {
    transform: rotate(0);
    transition-delay: .5s;
    z-index: 20;
}

.focuses-wrapp {
    border-top: 1px solid rgba(58, 107, 12, 15%);
    border-bottom: 1px solid rgba(58, 107, 12, 15%);
}

.focuses-card {
    border-bottom: 1px solid rgba(58, 107, 12, 15%);
    border-right: 1px solid rgba(58, 107, 12, 15%);
    padding: 24px;
    color: #3A6B0C;
    margin-bottom: -1px;
}

.focuses-wrapp .grid+.grid {
    border-top: 0;
}

.focuses-wrapp.primary-light {
    border-top: 1px solid rgba(0, 99, 145, 0.15);
    border-bottom: 1px solid rgba(0, 99, 145, 0.15);
}

.focuses-wrapp.primary-light .focuses-card {
    border-right: 1px solid rgba(0, 99, 145, 0.15);
    padding: 24px;
    color: #006391;
}

.focuses-card:first-child {
    padding-left: 0;
}

/* ,
.focuses-wrapp.primary-light .focuses-card:nth-child(3n) { */

.focuses-card:nth-child(3n + 1) {
    padding-left: 0;
    border-left: 0;
}

.focuses-card:nth-child(3n):not(.focuses-card:nth-child(3n + 1)) {
    border-right: 0;
}

/* .focuses-card:nth-child(4n){
    padding-left: 0;
} */
/* .focuses-wrapp .focuses-card:nth-last-child(-n+3){
    border-bottom: 0;
} */
.focuses-wrapp .focuses-card {
    font-weight: 500;
}

.montesorri-wrapp {
    align-items: center;
    overflow: visible;
}

.montessori-wrapp .swiper-wrapper {
    display: flex;
}

@media (max-width:1100px) {
    .montessori-wrapp .swiper-wrapper {
        display: flex;
        justify-content: flex-start;
    }

    .montesorri-item {
        margin-left: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
        flex: 100% 0 0 !important;
    }
}

.montesorri-item {
    position: relative;
    /* flex: 0 0 calc(100% / 5); */
    max-width: 328px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;

    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
}

.montesorri-item:not(:first-child) {
    margin-left: -32px;
}

.montesorri-item.shape-1 {
    width: 320px;
    flex: 320px 0 0;
    /* padding: 60px 50px; */
    padding: 44px 50px;
    background: #1f6b8c;
    -webkit-mask-image: url('../images/montessori-shape-5.svg');
    mask-image: url('../images/montessori-shape-5.svg');
}

.montesorri-item.shape-2 {
    width: 252px;
    flex: 252px 0 0;
    background: #7FC0EB;
    -webkit-mask-image: url('../images/montessori-shape-4.svg');
    mask-image: url('../images/montessori-shape-4.svg');
}

.montesorri-item.shape-2 .text {
    color: #006391;
    margin-top: 24px;
}

.montesorri-item.shape-3 {
    width: 320px;
    flex: 320px 0 0;
    background: #A5CC1F;
    -webkit-mask-image: url('../images/montessori-shape-3.svg');
    mask-image: url('../images/montessori-shape-3.svg');
    margin-left: -42px;
}

.montesorri-item.shape-3 .text {
    color: #3A6B0C;
}

.montesorri-item.shape-4 {
    width: 328px;
    flex: 328px 0 0;
    background: #2883BF;
    -webkit-mask-image: url('../images/montessori-shape-2.svg');
    mask-image: url('../images/montessori-shape-2.svg');
    margin-left: -42px;
}

.montesorri-item.shape-4 .text {
    max-width: 215px;
}

.montesorri-item.shape-5 {
    width: 328px;
    flex: 328px 0 0;
    background: #3A6B0C;
    -webkit-mask-image: url('../images/montessori-shape-1.svg');
    mask-image: url('../images/montessori-shape-1.svg');
    margin-left: -70px;
}

.montesorri-item.shape-5 .text {
    max-width: 224px;
}

.montesorri-item.shape-6 {
    width: 328px;
    flex: 328px 0 0;
    background: #DCEE95;
    -webkit-mask-image: url('../images/montessori-shape-6.svg');
    mask-image: url('../images/montessori-shape-6.svg');
}

.montesorri-item.shape-6 .text {
    max-width: 210px;
}

.montesorri-item .text {
    /* padding: 16px;
    padding-top: 40px;
    margin: 0 auto;
    max-width: 95%; */
    max-width: 174px;
}

.montesorri-item h3,
.montesorri-item p {
    position: relative;
    z-index: 3;
}

.montesorri-item p {
    letter-spacing: -2%;
}

.montesorri-item .svg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 120%;
    height: 120%;
    max-height: 280px;
    object-fit: cover;
    transform: translateX(-8%);
    display: none;
}

.triangle-shape {
    position: relative;
    min-height: 500px;
}

.triangle-shape .montesorri-item {
    margin-left: 0;
    position: absolute;
}

.triangle-shape .montesorri-item.shape-4 {
    margin-left: 0;
    position: absolute;
    top: 0;
    left: 10%;
}

.triangle-shape .montesorri-item.shape-3 {
    margin-left: 0;
    position: absolute;
    bottom: 2%;
    left: 0;
}

.triangle-shape .montesorri-item.shape-6 {
    margin-left: 0;
    position: absolute;
    bottom: 10%;
    right: 10%;
    transform: rotate(4.15deg);
}

.section-seven .bg {
    /* background-image: url(../images/bg-paralax-2.jpg); */
    /* background-size: cover;
    background-attachment: scroll; */
}

/* .rellax .bg{
    transition: all .3s linear;
} */


.form-control {
    background: #FFF;
    padding: 8px 16px;
    border: 1px solid #00639126;
    border-radius: 6px;
    box-shadow: 0px 1px 2px 0px #0000000D;
    width: 100%;
    font-family: Mona Sans;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -2%;
    color: #006391;
}

.box-form label {
    font-family: Mona Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -2%;
    color: #006391;

}

.form-control:foucs {
    outline: none;
    offset: none;
}

.form-control::placeholder {
    font-family: Mona Sans;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -2%;
    color: #006391;
    opacity: .3;
}

body.enroll-show {
    height: 100vh;
    overflow: hidden;
}

.enrollment-section {
    transition: all .3s ease-in-out;
}

.enrollment-section.poped {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* min-height: 100vh; */
    height: 100vh;
    /* overflow-x: hidden; */
    overflow: scroll;
    z-index: 99999;
}




.jrny-wrap .jrny-card {
    margin-left: 50px;
}

.jrny-wrap .jrny-card:nth-child(3n + 1) {
    background: #D7EBF9;
}

/* 1 */
.jrny-wrap .jrny-card:nth-child(3n + 2) {
    background: #E8F4B9;
}

/* 2 */
.jrny-wrap .jrny-card:nth-child(3n + 3) {
    background: #F0E9F1;
}

/* 3 */
.jrny-wrap .jrny-card:nth-child(3n + 4) {
    background: #E8F4B9;
}

/* 4 */
.jrny-wrap .jrny-card:nth-child(3n + 5) {
    background: #D7EBF9;
}

/* 5 */


@media only screen and (max-width: 1000px) {
    .jrny-wrap .jrny-card {
        margin-left: 50px;
    }
}

.jrny-wrap .jrny-card .aksnlist::before {
    content: "";
    width: 1px;
    height: 110%;
    position: absolute;
    background-color: #A5CC1F;
    top: 12px;
    left: 9px;
}

.jrny-wrap .jrny-card:last-child .aksnlist::before {
    display: none;
}

.jrny-wrap .jrny-card .aksnlist {
    content: "";
    width: 20px;
    height: 100%;
    background-image: url(../images/timeline-ic-list.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 8px;
    left: -70px;

}

.enrollment-journey,
.enrollmentpage .tabs {
    /* transition: all .3s ease-in-out; */
}

.enrollmentpage.form-view {

    .enrollment-journey,
    .tabs .tab-journey {
        opacity: 0;
        visibility: hidden;
        display: none;
    }
}

/* Modal */
.modal-notif {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
}

.modal-notif.show {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
}

#footerCanvas {
    max-width: 100%;
    overflow: hidden;
    cursor: grab;
}

canvas {
    border: 0;
    outline: 0;
}

.section-activity-light .mileston-stage ul li::after {
    content: "";
    width: 1px;
    height: calc(100% + 40px);
    background: #3A6B0C;
    position: absolute;
    left: 1px;
    top: 5px;
}

.with-dashed {
    position: relative;
}

.with-dashed::before {
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed rgba(58, 107, 12, .25);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-1px);
    z-index: 0;
}

.with-dashed span {
    position: relative;
    z-index: 3;
}

.kindergartenpage .bigtext-marquee .marquee-wrapper span {
    font-weight: 400;
    letter-spacing: -0.05em;
}

.kindergartenpage.elementary .with-dashed::before {
    border-bottom: 1px dashed #00639140;
}

.kindergartenpage.elementary .circle {
    width: clamp(240px, 33.333vw, 480px);
    height: clamp(240px, 33.333vw, 480px);
    background: #9ACDEF;
    border-radius: 100%;
    border: 2px dashed #006391;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    display: grid;
    place-items: center;
}

.kindergartenpage.elementary #accordion2 .curriculum-list li::before {
    transform: rotate(0);
}

.kindergartenpage.elementary #accordion3 .curriculum-list li::before {
    transform: rotate(0);
    background-image: url(../images/curi-icon-1.svg);
}

.kindergartenpage.elementary .box-cambridge {
    position: relative;
}

.kindergartenpage.elementary .box-cambridge::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #7FC0EB;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.kindergartenpage.elementary .box-cambridge span,
.kindergartenpage.elementary .box-cambridge img {
    position: relative;
    z-index: 2;
}

.kindergartenpage.elementary .box-cambridge::after {
    content: "";
    width: 100vw;
    max-width: 1368px;
    height: 1px;
    border-top: 1px dashed #00639140;
    position: absolute;
    top: 50%;
    right: 50%;
    margin: 0 auto;
    transform: translate(50%, 50%);
    z-index: 0;
}

@media only screen and (max-width: 1200px) {
    .kindergartenpage.elementary .box-cambridge::after {
        max-width: 728px;
    }
}

.accent-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    /* Putar wrapper sebesar sudut yang ditentukan */
    transform: rotate(var(--angle));
}

.accent-content {
    position: absolute;
    top: 50%;
    left: 100%;
    /* Menempatkan konten tepat di garis lingkaran */
    transform: translate(var(--transx), -50%) rotate(calc(var(--angle) * -1));
    /* Putar balik konten agar teks tetap tegak lurus */
}

.accent-wrapper .accent1,
.accent2,
.accent3 {
    width: 1.5rem;
    height: 1.5rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.accent-wrapper .accent1 {
    background-image: url(../images/ic-circle-vector-1.svg);
}

.accent-wrapper .accent2 {
    background-image: url(../images/ic-circle-vector-2.svg);
}

.accent-wrapper .accent3 {
    background-image: url(../images/ic-circle-vector-3.svg);
}

@media only screen and (max-width: 500px) {

    .accent-showsm .accent-content,
    .accent-showsm .accent-wrapper {
        position: relative;
        left: inherit;
        right: inherit;
        top: inherit;
        bottom: inherit;
        transform: translate(0, 0) rotate(0deg);
    }
}

.kindergartenpage.elementary .circle h3 {
    max-width: 248px;
}

.kindergartenpage.elementary .circle-wrap {
    position: relative;
    max-width: max-content;
    border-radius: 100%;
}

.kindergartenpage.elementary .circle-wrap .circle-program {
    padding: 12px;
    font-family: Sora, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1em;
    border-radius: 12px;
    max-width: max-content;
    position: absolute;
    white-space: nowrap;
}

.kindergartenpage.elementary .circle-wrap .aksen {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
}

.kindergartenpage.elementary .circle-wrap .circle-program.blue {
    color: #006391;
    border: 1px solid #006391;
    background-color: #D7EBF9;
    top: 52px;
    right: calc(100% - 36px);
}

.kindergartenpage.elementary .circle-wrap .aksen.aksen-1 {
    /* left: calc(100% + 10px); */
    /* bottom: 0; */
    top: 3.8vw;
    left: 2.4vw;
    background: url(../images/ic-circle-vector-1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate(10%, 10%);
}

.kindergartenpage.elementary .circle-wrap .circle-program.green {
    color: #3A6B0C;
    border: 1px solid #3A6B0C;
    background-color: #DCEE95;
    bottom: 0;
    right: calc(100% - 85px);
}

.kindergartenpage.elementary .circle-wrap .aksen.aksen-2 {
    /* left: calc(100% + 10px);
    top: 0; */
    left: 5vw;
    bottom: 1vw;
    background: url(../images/ic-circle-vector-2.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.kindergartenpage.elementary .circle-wrap .circle-program.red {
    color: #910C00;
    border: 1px solid #910C00;
    background-color: #F9DAD7;
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% + 20px);
}

.kindergartenpage.elementary .circle-wrap .aksen.aksen-3 {
    /* right: calc(100% + 10px); */
    right: -12px;
    /* top: 50%; */
    top: 12vw;
    /* transform: translateY(-50%); */
    background: url(../images/ic-circle-vector-3.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.cl-pill {
    padding: 8px 13px;
    background: #9ACDEF;
    border: 1px dashed #006391;
    border-radius: 6px;
    color: #006391;
    font-size: 20px;
    font-weight: 500;
    white-space: nowrap;
}

.program-wrapp:not(:last-child),
.team-wrapp:not(:last-child) {
    margin-bottom: 64px;
}

.program-card .thumbnail,
.team-card .thumbnail {
    border: 8px solid #FFF;
    position: relative;
    width: 100%;
    padding-top: 63.28%;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.16);
    transition: all .3s ease-in-out;
}

.program-card:hover,
.team-card:hover {
    cursor: pointer;
}

.program-card:hover .thumbnail,
.team-card:hover {
    transform: rotate(3deg);
}

.program-card .thumbnail img,
.team-card .thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-card {
    background: #FFF;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.16);
    padding-bottom: 24px;
    transition: all .3s ease-in-out;
}

.team-card:nth-child(n + 1) {
    transform: rotate(-3deg) translateY(6px) translateX(10px);
    z-index: 1;
}

.team-card:nth-child(n + 2) {
    transform: rotate(0deg);
    z-index: 3;
}

.team-card:nth-child(n + 3) {
    transform: rotate(3deg) translateY(6px) translateX(-10px);
    z-index: 1;
}

.team-card:hover {
    transform: rotate(0) translate(0, 0);
}

.team-card .thumbnail {
    box-shadow: none;
}

.curriculum-list li {
    padding-left: 48px;
    position: relative;
}

.curriculum-list li::before {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../images/curi-icon-2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(45deg);
}

.kindergartenpage {
    margin-top: 0;
}

.kindergartenpage .masthead-animation {
    background: #CDE667;
    position: relative;
}

.breadcrumbs span+span::before {
    content: "";
    display: inline-flex;
    align-self: center;
    width: 0;
    height: 0;
    margin: 0 8px;
    border-style: solid;
    border-width: 4px 0px 4px 6.9px;
    border-color: transparent transparent transparent #006391;
    opacity: .5;

}

.frameworks-item {
    position: relative;
}

.frameworks-item::before {
    content: "";
    width: 100%;
    height: 50%;
    max-height: 145px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.frameworks-item img,
.frameworks-item span {
    position: relative;
    z-index: 3;
}

.frameworks-item img {
    margin: 24px auto 16px;
    /* max-width: 142px; */
    max-width: 114px;
}

.frameworks-item span {
    text-align: center;
}

.frameworks-item.blue::before {
    background-color: #F4FDFF;
}

.frameworks-item.red::before {
    background-color: #FEF7F6;
}

.frameworks-item.green::before {
    background-color: #FCFEF6;
}

/* .kindergartenpage .masthead-animation::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-25%) translateY(-25%); 
    margin: auto;
    clip-path: url(../images/bg-aksen-section-four-white.svg);
    clip-path: path('M873.246 774.741C871.513 778.207 869.576 781.571 867.536 785.037C864.579 789.93 861.622 794.721 858.359 799.309C850.61 810.624 841.535 821.328 831.542 831.318C830.114 832.745 828.687 834.172 827.259 835.599C827.259 835.599 827.157 835.701 827.055 835.803C824.2 838.454 821.243 841.104 818.388 843.653L818.184 843.856C726.312 922.554 587.84 918.477 500.76 831.42C498.619 829.279 496.478 826.934 494.337 824.692L494.133 824.896L469.966 800.736C469.151 799.92 468.335 799.207 467.417 798.493C456.405 789.828 440.294 790.542 430.097 800.736L405.931 824.896L405.727 824.692C403.586 826.934 401.444 829.177 399.303 831.42C307.839 922.86 159.884 922.86 68.5219 831.42C-22.8406 740.082 -22.8406 592.065 68.5219 500.727C70.7652 498.586 73.0085 496.343 75.3537 494.406L75.1498 494.202L99.316 470.043C109.513 459.849 110.226 443.742 101.559 432.733C100.845 431.917 100.132 431 99.316 430.184L75.1498 406.024L75.3537 405.82C73.1104 403.68 70.8671 401.539 68.6239 399.398C-5.60821 325.084 -19.5777 213.562 26.6134 125.384C28.4488 121.918 30.2842 118.554 32.3236 115.088C35.2806 110.194 38.2377 105.403 41.5006 100.816C41.7046 100.51 41.9085 100.204 42.1124 100L45.1714 95.719C52.0032 86.3405 59.7527 77.3698 68.318 68.8068C69.7455 67.3797 71.173 65.9525 72.6006 64.5254C72.6006 64.5254 72.7026 64.4234 72.8045 64.3215C75.6596 61.6711 78.6166 59.0206 81.4717 56.4721L81.6757 56.2682C173.548 -22.6333 312.223 -18.5557 399.303 68.501C401.444 70.6418 403.586 72.9864 405.625 75.2291L405.829 75.0252L432.341 101.53C443.353 110.296 459.464 109.583 469.66 99.2869L493.827 75.1271L494.031 75.331C496.172 73.0883 498.313 70.8456 500.455 68.603C591.817 -22.8372 739.873 -22.8372 831.236 68.603C922.598 159.941 922.7 307.958 831.236 399.296C829.094 401.437 826.749 403.578 824.506 405.617L824.71 405.82L800.544 429.98C790.347 440.174 789.633 456.179 798.3 467.29L824.914 493.897L824.71 494.1C827.055 496.139 829.298 498.382 831.44 500.523C905.774 574.735 919.641 686.461 873.144 774.639L873.246 774.741Z');
    background: #A5CC1F ;
} */
/* .kindergartenpage .masthead-animation .bg-animation{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    //transform: translateX(-25%) translateY(-25%);
    margin: auto;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: cover;
    background-position: center;
    mask-image: url('../images/bg-aksen-section-four-white.svg'); 
    -webkit-mask-image: url('../images/bg-aksen-section-four-white.svg');
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    // mask-size: 62.5vw;
    mask-size: contain;
    mask-position: center;
    -webkit-mask-size: contain;
} */
.bg-animation {
    position: absolute;
    inset: 0;

    /* background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */

    mask-image: url('../images/bg-aksen-section-four-white.svg');
    -webkit-mask-image: url('../images/bg-aksen-section-four-white.svg');

    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;

    mask-size: contain;
    -webkit-mask-size: contain;

    mask-position: center;
    -webkit-mask-position: center;
}

.kindergartenpage.elementary .masthead-animation .bg-animation {
    /* width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-25%) translateY(-25%);//
    margin: auto;
    background-repeat: no-repeat;
    background-size: cover;
    mask-image: url('../images/making-masthead-2.svg'); 
    -webkit-mask-image: url('../images/making-masthead-2.svg');
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: 62.5vw;
    mask-position: center;
    -webkit-mask-size: contain; */
    position: absolute;
    inset: 0;
    will-change: transform;

    /* background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */

    mask-image: url('../images/making-masthead-2.svg');
    -webkit-mask-image: url('../images/making-masthead-2.svg');

    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;

    mask-size: contain;
    -webkit-mask-size: contain;

    mask-position: center;
    -webkit-mask-position: center;
}

.bigtext-marquee {
    overflow: hidden;
    white-space: nowrap;
    background-color: #d2e764;
    /* Warna latar seperti di gambar */
    padding: 50px 0;
    position: relative;
    margin-top: 64px;
}

.marquee-wrapper {
    display: inline-block;
    white-space: nowrap;
    animation: marquee 20s linear infinite;
}

.bigtext-marquee span {
    font-size: 120px;
    font-weight: 600;
    padding-right: 16px;
}

.bigtext-marquee span:nth-child(odd) {
    opacity: 30%;
}

@keyframes marquee {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

.kindergartenpage .section-two {
    background-image: url(../images/kindergarten-sectwo-aksen.svg);
    /* background-position: -5vw 120%; */
    background-position: -14vw 21vw;
    background-repeat: no-repeat;
    /* background-size: 42.43vw 41.67vw; */
    background-size: clamp(150px, 42.43vw, 611px) auto;
}

.kindergartenpage .section-three {}

.swiper-dayactivity {
    width: calc(100% + ((100vw - 100%) / 2));
    margin-right: calc(-1 * ((100vw - 100%) / 2));
    overflow: visible;
}

.swiper-dayactivity .swiper-slide:nth-child(odd) {
    transform: rotate(-1deg);
}

.swiper-dayactivity .swiper-slide:nth-child(odd):not(:first-child) {
    transform: rotate(-1deg);
    /* transform: rotate(-1deg) translate(-52px, 0rem); */
}

.swiper-dayactivity .swiper-wrapper {
    padding: 40px 0;
}

.swiper-dayactivity .swiper-slide:nth-child(even) {
    transform: rotate(3deg);
    /* transform: rotate(3deg) translate(-10px, 0rem); */
    transform-origin: top left;
}


.swiper-dayactivity-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .5rem;
}

.dayactivity-prev,
.dayactivity-next {
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid #FFF;
    border-radius: 100%;
    position: relative;
    transition: all .3s ease-in-out;
}

.dayactivity-prev:hover:not(.swiper-button-disabled),
.dayactivity-next:hover:not(.swiper-button-disabled) {
    background-color: #cde667;
    border-color: #cde667;
    cursor: pointer;
}

.dayactivity-next::before,
.dayactivity-prev::before {
    content: "";
    width: 1rem;
    height: 1rem;
    background-image: url(../images/ic-arrow-nav.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.dayactivity-prev {
    transform: rotate(180deg);
}

.dayactivity-next.swiper-button-disabled,
.dayactivity-prev.swiper-button-disabled {
    opacity: .3;
}

.swiper-dayactivity-nav.blue .dayactivity-prev,
.swiper-dayactivity-nav.blue .dayactivity-next {
    border-color: #006391;
}

.swiper-dayactivity-nav.blue .dayactivity-prev::before,
.swiper-dayactivity-nav.blue .dayactivity-next::before {
    background-image: url(../images/ic-arrow-nav-blue.svg);
}

.swiper-dayactivity-nav.blue .dayactivity-prev:hover,
.swiper-dayactivity-nav.blue .dayactivity-next:hover {
    background-color: #006391;
}

.swiper-dayactivity-nav.blue .dayactivity-prev:hover::before,
.swiper-dayactivity-nav.blue .dayactivity-next:hover::before {
    background-image: url(../images/ic-arrow-nav.svg);
}


.enrollmentpage {
    margin-top: 72px;
    counter-reset: journey-counter;
}

.content-journey {
    max-height: max-content;
    overflow: hidden;
}

.enrollmentpage .journey-card,
.enrollmentpage .jrny-card {
    position: relative;
    counter-increment: journey-counter;
    /* Tambah 1 setiap card */
    /* transition: all .3s ease-in-out; */
}

.enrollmentpage .journey-card::before,
.enrollmentpage .jrny-card::before {
    content: counter(journey-counter);
    position: absolute;
    left: 40px;
    top: 40px;
    /* transform: translateY(-50%); */

    /* Styling angka */
    background-color: #006391;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}

.journey-card ul {
    padding-left: 24px;
}

.journey-card ul li {
    position: relative;
}

.journey-card ul li:not(:last-child) {
    margin-bottom: 4px;
}

.journey-card ul li::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #006391;
    position: absolute;
    top: 8px;
    left: -16px;
}

.heading-w-dashed {
    position: relative;
}

.heading-w-dashed::before {
    content: "";
    width: 100%;
    height: 1px;
    border-top: 1px dashed #00639140;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    z-index: 1;
}



.cambridge {
    width: 100%;
    position: relative;
}

.cambridge::before {
    content: "";
    width: 100%;
    height: 1px;
    border-top: 1px dashed #00639140;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
}

.cambridge .img-box {
    padding: 0 24px;
    background: #FFF;
    position: relative;
    z-index: 10;
    max-width: max-content;
    margin: 0 auto;
}

.cambridge img {
    margin: 0 auto;
    box-shadow: 0px 6px 12px 0px #0000001A, 0px 88px 35px 0px #00000003, 0px 138px 38px 0px #00000000;

}


.facility-gallery .fg-item:nth-child(even) .fg-card {
    right: inherit;
    /* left: 56px; */
    left: 20px;
}

canvas {
    background: transparent !important;
}

#sectionCanvas,
#footerCanvas {
    position: relative;
    overflow: hidden;
    cursor: grab;
}

#footerCanvas canvas,
#sectionCanvas canvas {
    inset: 0;
    display: block;
}

.accordion-schedule .accordion-toggle .btn-expnd {
    background-color: #FCFFEA;
    border: 1px solid #3A6B0C;
    color: #3A6B0C;
}

.accordion-schedule .accordion-toggle.active .btn-expnd {
    background-color: #3A6B0C;
    color: #FCFFEA;
}

.accordion-schedule .accordion-title .desc span+span::before {
    content: "•";
    color: #3A6B0C;
    display: inline-flex;
    margin: 0 12px;
}

.schedule-list .schedule-tiem {
    padding: 16px;
    border: 1px solid #3A6B0C;
    border-radius: 12px;
    color: #3A6B0C;
    text-align: center;
    font-size: 24px;
    line-height: 1.1em;
    font-weight: 600;
    font-family: 'Sora';
}

.schedule-list .schedule-tiem.active {
    background: #FFF;
}

.schedule-list table td {
    padding: 0 4px;
}

.accordion-schedule .accordion-toggle .btn-expnd::before,
.accordion-schedule .accordion-toggle .btn-expnd::after {
    background-color: #3A6B0C;
}

.accordion-toggle .btn-expnd {
    background: #FFF;
    color: #006391;
    font-size: 0;
    position: relative;
}

.accordion-toggle .btn-expnd::before,
.accordion-toggle .btn-expnd::after {
    content: "";
    width: 12.5px;
    height: 1.5px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #006391;
    transition: all .3s ease-in-out;
}

.accordion-toggle .btn-expnd::after {
    transform: rotate(90deg);
}

.accordion-toggle.active .btn-expnd::after {
    transform: rotate(0);
}

.accordion-toggle.active .btn-expnd {
    background: #006391;
    color: #FFF;
}

.accordion-toggle.active .btn-expnd::before,
.accordion-toggle.active .btn-expnd::after {
    background-color: #FFF;
}

.contactusgal img {
    max-height: clamp(600px, 80vh, 800px);
    /* max-height: 800px; */
}

.font-sora:not(.font-medium):not(.font-semibold):not(.font-[600]) {
    font-weight: 400;
}

.homepage .section-five .bg,
.homepage .section-seven .bg {
    background-size: cover;
}

@media only screen and (min-width: 1200px) {
    .swiper-dayactivity .swiper-slide {
        width: auto !important;
    }
}

@media only screen and (max-width: 1000px) {
    .header-logo {
        width: calc(4/12 * 100%);
    }

    .header-logo img {
        max-height: 40px;
    }

    .header-right .nav {
        max-width: 728px;
        margin: 0 auto;
        padding-inline: 20px;
    }

    .header .burger.menu-mobile {
        top: 0;
    }

    .section-three .cloud-aksen:nth-child(1) {
        width: 80px;
        height: 80px;
        right: 40px;
        top: -40px;
    }

    .section-three .cloud-aksen.-bottom-20 {
        left: 20px;
        bottom: -60px;
    }

    .section-four .smalltitle.text-secondary {
        font-size: 20px;
    }

    .section-four .misc {
        font-size: 16px;
    }

    .photo-list {
        margin-top: 0;
    }

    .photo-list:last-child {
        margin-top: 20vh;
    }

    .photo-list:first-child img:nth-child(even) {
        margin-left: 8vw;
    }

    @supports (-webkit-touch-callout: none) {
        .rellax .bg {
            background-attachment: fixed;
        }
    }

    .rellax {
        height: 80vh;
    }

    .rellax .bg {
        height: 80vh;
        background-attachment: unset;
        /* background-size: auto; */
    }

    .enrollmentpage>section.bg-fixed {
        padding-bottom: 80px;
    }

    #content-journey .buttons {
        position: relative;
        margin-top: 40px;
    }

    .pin-spacer+.cloud-aksen {
        bottom: 40px;
        right: -30px;
    }

    .team-card {
        transform: rotate(0) translate(0, 0) !important;
    }

    .header .header-right {
        display: block;
        background-color: #FFF;
        position: fixed;
        top: 73px;
        right: -100%;
        width: 100%;
        height: 100vh;
        padding: 20px;
        transition: all .3s ease-in-out;
        visibility: hidden;
    }

    .header .nav-link {
        display: block;
    }

    .header .nav-link:not(:last-child) {
        margin-bottom: 20px;
    }

    .mm-open .header {
        background-color: #FFF;
    }

    .mm-open .header .mobile-menu {
        z-index: 99999;
    }

    .mm-open .header .mobile-menu span {
        transition: all .3s ease-in-out;
    }

    .mm-open .header .mobile-menu span:nth-child(1) {
        transform: rotate(45deg);
    }

    .mm-open .header .mobile-menu span:nth-child(2) {
        transform: rotate(-45deg) translate(6px, -8px);
    }

    .mm-open .header .header-right {
        visibility: visible;
        transform: translateX(-100%);
        z-index: 99999;
    }

    .mm-open::after {
        content: "";
        width: 100vw;
        height: 100vh;
        background-color: #000;
        opacity: .2;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 998;
    }

    .jrny-card {}

    .aboutpage .team-wrapp {
        max-width: 80%;
    }

    .aboutpage .section-three .cloud-aksen:nth-child(1) {
        width: 130px;
        left: 0;
    }

    .aboutpage .section-three .cloud-aksen.-bottom-20 {
        left: inherit;
        right: 0;
    }

    .contactusgal img {
        /* height: 600px; */
    }

    .focuses-card:first-child {
        border-bottom: 0;
    }

    .focuses-card:nth-child(3n+1) {
        padding-right: 24px;
        border-right: 1px solid rgba(58, 107, 12, 15%);
    }

    /* .focuses-card:nth-child(2n){
        padding-left: 24px;
    } */

    .focuses-card:nth-child(odd) {
        padding-left: 0;
    }

    .focuses-card:nth-child(3n) {
        border-top: 1px solid rgba(58, 107, 12, 15%);
    }

    .focuses-card:nth-child(3n+1),
    .focuses-card:nth-child(3n):not(.focuses-card:nth-child(3n + 1)):not(.focuses-card:nth-child(2n)) {
        border-right: 1px solid rgba(58, 107, 12, 15%);
    }

    .focuses-card:nth-child(2n) {
        border-right: 0;
        padding-left: 24px;
    }

    .focuses-card:last-child:not(.focuses-card:nth-child(n+1)) {
        border-right: 0;
    }

    .montessori-wrapp {
        flex-wrap: wrap;
        gap: 24px;
    }

    .montesorri-item {
        margin-left: 0 !important;
    }

    .section-howwe .triangle-shape {
        order: 2;
    }

    .section-howwe .container {
        flex-direction: column;
    }

    .section-howwe .triangle-shape+div {
        order: 1;
        width: 100%;
    }

    .triangle-shape {
        width: 100%;
        margin: 0 auto;
    }

    .triangle-shape .montesorri-item {
        width: max-content !important;
        padding-left: 60px;
        padding-right: 60px;
    }

    .triangle-shape .montesorri-item.shape-4 {
        left: 50%;
        transform: translateX(-50%);
    }

    .triangle-shape .montesorri-item.shape-4 {
        left: 50%;
        transform: translateX(-50%);
    }

    .triangle-shape .montesorri-item.shape-3 {
        left: 30%;
        transform: translateX(-50%);
    }

    .triangle-shape .montesorri-item.shape-6 {
        right: 30%;
        transform: translateX(50%);
    }

    .kindergartenpage.elementary .circle-wrap .circle-program {
        font-size: 16px;
    }

    .kindergartenpage.elementary .circle-wrap .circle-program.blue {
        right: calc(100% + 10px);
    }

    .kindergartenpage.elementary .circle-wrap .circle-program.green {
        right: calc(100% - 5px);
    }

    .bigtext-marquee .marquee-wrapper span {
        font-size: 80px;
    }

}



/* Responsive */
@media only screen and (max-width: 500px) {

    .header-logo img {
        max-height: 40px;
    }

    /* .header .nav-link:not(.enrollclick){
        display: none;
    } */
    .header-right .nav {
        max-width: 100%;
        padding: 0;
    }

    .homepage .section-two .container {
        height: 100vh;
    }

    .section-three h2,
    .section-four h2,
    .section-six h2 {
        font-size: 28px;
        margin-bottom: 24px;
    }

    .section-four .smalltitle,
    .section-six .smalltitle {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .section-four .misc {
        font-size: 16px;
        line-height: 1.5em;
    }

    .section-three .cloud-aksen:nth-child(1) {
        width: 60px;
        height: 60px;
        right: 30px;
        top: -30px;
    }

    .section-three .cloud-aksen.-bottom-20 {
        width: 120px;
        height: 120px;
        left: 0px;
        bottom: -60px;
    }

    .mileston-stage ul::before {
        left: 23px;
    }

    .mileston-stage ul li::before {
        left: 14px;
    }

    .mileston-stage ul li {
        padding-left: 60px;
    }

    .mileston-stage .mileston-title {
        font-size: 20px;
    }

    .curi-list {
        font-size: 20px;
    }

    .box-form .step {
        padding: 20px;
    }

    /* .section-eight{
        height: 120vh;
    } */
    .photo-list {
        height: 90vh;
    }

    .photo-list img {
        width: 90%;
    }

    .enrollment-section:not(.poped) {
        overflow: hidden;
    }

    .box-form {
        min-height: 800px;
    }

    .cus-list b {
        font-size: 18px;
    }

    .box-form .step h2 {
        font-size: 20px;
    }

    .enrollment-section .cloud-aksen {
        width: 150px;
        height: 150px;
        left: -90px;
        top: -100px;
    }

    .enrollment-section.poped .close {
        top: 20px;
        right: 20px;
    }

    .ht-ctc .ctc-analytics.ht_ctc_padding {
        padding: 10px;
    }

    .ht-ctc .ctc-analytics.ht_ctc_padding svg {
        width: 35px;
        height: 35px;
    }

    .enrollment-section.poped {
        padding-bottom: 90px;
    }

    .enrollmentpage .journey-card::before {
        position: relative;
        display: block;
        top: 0;
        left: 0;
        margin-bottom: 24px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        display: none;
    }

    .pin-spacer+.cloud-aksen {
        bottom: 40px;
    }

    .facility-gallery .fg-item .fg-card {
        position: absolute;
        left: 0 !important;
        right: 0 !important;
        bottom: 20px;
        width: 100%;
        max-width: calc(100% - 40px);
        margin: 0 auto;
        padding: 20px;
        ;
    }

    .jrny-wrap .jrny-card {
        margin-left: 40px;
    }

    .jrny-wrap .jrny-card .aksnlist {
        left: -50px;
    }

    .jrny-wrap .jrny-card .aksnlist::before {
        /* left: 30px; */
    }

    .jrny-card::before {
        display: none;
    }

    .contactusgal img {
        max-height: 200px;
    }

    .focuses-card {
        border-right: 0 !important;
        padding-left: 24px !important;
        border-top: 1px solid rgba(58, 107, 12, 15%);
        border-bottom: 0;
        min-height: 150px;
    }

    .focuses-card:first-child {
        border-top: 0;
    }

    .triangle-shape .montesorri-item {
        position: relative !important;
        left: inherit !important;
        right: inherit !important;
        bottom: inherit !important;
        top: inherit !important;
        margin: auto !important;
        transform: translateX(0) !important;
    }

    .triangle-shape .montesorri-item .text h3 {
        font-size: 18px;
    }

    .kindergartenpage.elementary .circle-wrap .circle {
        margin-bottom: 24px;
    }

    .kindergartenpage.elementary .circle-wrap .circle-program {
        position: relative;
        left: inherit !important;
        right: inherit !important;
        top: inherit !important;
        bottom: inherit !important;
        transform: translate(0) !important;
        margin: 0 auto;
        text-align: center;
    }

    .kindergartenpage.elementary .circle-wrap .circle-program:not(:last-child) {
        margin-bottom: 16px;
    }

    .bigtext-marquee .marquee-wrapper span {
        font-size: 40px;
    }

    .kindergartenpage .masthead-animation .bg-animation {
        -webkit-mask-size: 100%;
    }

    .masthead-animation .bg-animation+.container {
        min-height: 70vh;
    }

}


.buttons {
    max-width: max-content !important;
    position: relative;
}

.buttons a {
    max-width: max-content !important;
}

.buttons a+img {
    position: absolute;
    top: 0;
    left: 100%;
}

@media (width < 767px) {
    .homepage svg {
        height: auto;
        width: auto;
        max-width: 100%;
        max-height: 100%;
    }

    /* .homepage .section-eight{min-height: 90vh; height: 100vh; overflow: hidden;}
	.homepage .section-eight > .container{margin-top: 20vh;}
	.homepage .section-eight .section-eight-content .container{align-items: flex-start !important;} */
    .homepage .photo-list {
        height: 60vh;
    }

    .homepage .photo-list img.lg {
        height: 8.5rem;
    }

    .homepage .photo-list img.md {
        height: 7.5rem;
    }

    .homepage .photo-list img.sm {
        height: 6.5rem;
    }

    .homepage .photo-list:first-child img:nth-child(even) {
        margin-left: 50vw;
    }

    .homepage .photo-list:last-child img:nth-child(even) {
        margin-left: -50vw;
    }

    .homepage .section-five,
    .homepage .section-seven {
        height: 50vh
    }

    .homepage .section-five .bg,
    .homepage .section-seven .bg {
        background-size: cover;
        height: 50vh;
    }
}