.elementor-3513 .elementor-element.elementor-element-13e29133{--display:flex;}.elementor-widget-ucaddon_blob_shapes .ue-blob-title{font-family:var( --e-global-typography-text-font-family ), sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-ucaddon_blob_shapes .ue-blob-text{font-family:var( --e-global-typography-text-font-family ), sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-3513 .elementor-element.elementor-element-af8077 .ue_blob_inside{max-width:283px;animation-duration:4s;}.elementor-3513 .elementor-element.elementor-element-af8077 .blob{height:198px;}.elementor-3513 .elementor-element.elementor-element-af8077 .ue-blob-wrapper{justify-content:inherit;}.elementor-3513 .elementor-element.elementor-element-af8077 .ue-blob-title{color:#ffffff;}.elementor-3513 .elementor-element.elementor-element-af8077 .ue-blob-text{color:#ffffff;margin-top:5px;}.elementor-3513 .elementor-element.elementor-element-af8077 .ue-blob-text-holder{padding:30px 30px 30px 30px;align-items:center;justify-content:center;text-align:center;}/* Start custom CSS */body {
    background: var(--color-beige);
}

/*Hero*/
#curtain {
    top: 0;
}

#hero .hero-wrap {
    min-height: 600px;
    margin-top: -50px;
}

#hero-sloth {
    top: 15%;
    right: 0;
}

#text-hero {
    top: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hblock-left {
    position: absolute;
    bottom: 140px;
    width: 50%;
}
.hblock-right {
    position: absolute;
    right: 0;
    bottom: 50px;
    width: 50%;
}

#hero-elephant {
    bottom: -25px;
    left: 15%;
}

#hero-book {
    top: -100px;
    left: 25%;
}

#hero-blob-right {
    margin-left: auto;
}

#hero-flower {
    right: 10%;
}

#hero-leaf {
    top: -80px;
    right: 40%;
}

#cloud-1 {
    left: 5%;
    top: 20%;
    animation: cloudFloat 15s ease-in-out infinite;
}
#cloud-2 {
    left: 45%;
    top: 10%;
    animation: cloudFloat 15s ease-in-out infinite;
}
#cloud-3 {
    right: 15%;
    top: 20%;
    animation: cloudFloat 15s ease-in-out infinite;
}
#cloud-4 {
    right: 0;
    top: 40%;
    animation: cloudFloat 15s ease-in-out infinite;
}

/* Define the animation */
@keyframes cloudFloat {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(80px);
    }
    100% {
        transform: translateX(0);
    }
}

#grass-1 {
    left: 5%;
    bottom: -3%;
}
#grass-2 {
    left: 23%;
    bottom: 8%;
}
#grass-3 {
    left: 50%;
    bottom: 12%;
    z-index: 1;
}
#grass-4 {
    right: 20%;
    bottom: 20%;
}
#grass-5 {
    right: 3%;
    bottom: -5%;
}

/*Play*/
#play {
    padding-top: 100px;
    padding-bottom: 100px;
}

#play .scroll-play {
    max-width: 1077px;
    margin-left: auto;
    margin-right: auto;
}

#play .title-1, #play .title-2, #play .title-3 {
    font-size: 100px;
    font-family: var(--font-title);
    line-height: 1;
    color: var(--color-brown);
    width: fit-content;
}
#play .title-1 {
    transform: rotate(-1deg);
    padding-left: 8%;
}
#play .title-2 {
    transform: rotate(6deg);
    margin-left: auto;
    margin-top: 30px;
}
#play .title-3 {
    color: var(--color-blue);
    transform: rotate(-2deg);
}

#play-blob {
    width: 283px;
    margin-left: auto;
    margin-right: 10%;
}

.lottie-1 {
  width: 400px;
  height: 400px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    position: absolute;
    left: -400px;
    top: -200px;
}/* End custom CSS */