.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-bottom:20px;}.elementor-element{--widgets-spacing:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.goyang-1 img {
    animation-name: goyang1;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.goyang-2 img {
    animation-name: goyang1;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.goyang-3 img {
    animation-name: goyang1;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.goyang-4 img {
    animation-name: goyang4;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.zoom-1 {
    transform: scale(1);
    animation: zoom 3s infinite;
}

.zoom-2 img {
    transform: scale(1);
    animation: zoom 2s infinite;
}

.naik-turun {
    animation-name: naikturun;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.kanan-kiri {
    animation-name: kanankiri;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.kiwo-tengen {
    animation-name: kanankiri;
    animation-duration: 13s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}



@keyframes goyang1 {
    0% {
        transform: rotate(0deg) scale(1);
    }

    50% {
        transform: rotate(6deg) scale(1.18);
    }

    100% {
        transform: rotate(0deg) scale(1);
    }
}

@keyframes goyang2 {
    0% {
        transform: rotate(0deg) scale(1);
    }

    25% {
        transform: rotate(-4deg) scale(1.05);
    }

    50% {
        transform: rotate(-8deg) scale(1.1);
    }

    75% {
        transform: rotate(-4deg) scale(1.05);
    }

    100% {
        transform: rotate(0deg) scale(1);
    }
}

@keyframes goyang3 {
    0% {
        transform: rotate(0deg) scale(1);
    }

    25% {
        transform: rotate(-4deg) scale(1.1);
    }

    50% {
        transform: rotate(0deg) scale(1);
    }

    75% {
        transform: rotate(4deg) scale(1.1);
    }

    100% {
        transform: rotate(0deg) scale(1);
    }
}

@keyframes goyang4 {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-4deg);
    }

    75% {
        transform: rotate(4deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes zoom {
    0% {
        transform: scale(0.95);
    }

    60% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.95);
    }
}

@keyframes naikturun {
    0% {
        transform: translate(0px, 0px);
    }

    50% {
        transform: translate(0px, -10px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

@keyframes kanankiri {
    0% {
        transform: translate(-30px, 0px);
    }

    50% {
        transform: translate(30px, 0px);
    }

    100% {
        transform: translate(-30px, 0px);
    }
}

@keyframes kanankiri {
    0% {
        transform: translate(-20px, 0px);
    }

    50% {
        transform: translate(20px, 0px);
    }

    100% {
        transform: translate(-20px, 0px);
    }
}

.spin img {
    animation: spin 75s linear infinite;
}


@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    70% {
        transform: rotate(360deg);
    }
}/* End custom CSS */