

/* ==================================================================*/
/* Hero Header */
/* ==================================================================*/
.hk-hero-header{
    height: 100vh;
    background: url("../img/hero-kids/hk-header-background.webp") no-repeat bottom center / cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.hk-hero-header::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 160px;
    background: url('../img/hero-kids/wave-bottom.svg') no-repeat bottom center ;
    background-size: 100% 100%;
    pointer-events: none;
}
.hk-hero-header h2 {
    position: absolute;
    margin: 0;
    color: #fff;
    font-size: 128px;
    font-style: italic;
    font-weight: 900;
    text-shadow: 0 4px 3px #CE9CC6;
    top: 130px;
    opacity: 0;
}

.hk-hero-header .fly-hero-kids{
    position: absolute;
    scale: 0.2;
    opacity: 0;
}

.hk-hero-header .center-hero-kid{
    position: absolute;
    opacity: 0;
    scale: 0.9;
    top: 20%;
}

.hk-hero-header .right-hero-kid {
    position: absolute;
    opacity: 0;
    right: 20%;
    scale: 0.9;
    top: 30%;
}

.hk-hero-header .left-hero-kid {
    position: absolute;
    left: 20%;
    scale: 0.9;
    top: 30%;
    opacity: 0;
}


/* ================================================================== */
/* Start Mission                                                      */
/* ================================================================== */

.hk-mission {
    height: 100vh;
    display: flex;
    background: #FFF0F4;
    position: relative;
    align-items: center;
    justify-content: center;
}
.hk-mission::after {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    height: 410px;
    background: url(../img/hero-kids/wave-top.svg) no-repeat top center;
    background-size: 100% 100%;
    pointer-events: none;
}
.right-mission {
    width: 50%;
    z-index: 10;

}

.mission-cloud {
    position: absolute;
    left: -30px;
    bottom: -120px;
    filter: blur(4px);
}
.virus-mission-01 {
    top: 0;
    right: 10vw;
    position: absolute;
    animation-name: virus-01;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
.left-mission h2 {
    padding-right: 20px;
    font-size: 32px;
}
.left-mission p {
    max-width: 550px;
    padding-right: 20px;
    font-size: 14px;
    text-align: justify;
}
.start-mission {
    max-width: 550px;
    display: flex;
    justify-content: flex-end;
}
.start-mission a {
    background: #FF1744;
    font-size: 12px;
    padding: 5px 12px;
    color: #fff;
    border-radius: 20px;
}
.virus-mission-02 {
    position: absolute;
    top: 150px;
    right: 33vw;
    animation-name: virus-02;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}
.left-mission {
    width: 100%;
    z-index: 10;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    max-width: 550px;
}
.inner-mission {
    z-index: 10;
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}
@keyframes virus-01 {
    0% {top:-30vh; rotate: 0;}
    50% {top:-27vh; rotate: -5deg}
    100% {top:-30vh; rotate: 0}
}
@keyframes virus-02 {
    0% {top:-20vh; rotate: 0;}
    25% {top:-21vh; rotate: 5deg}
    50% {top:-20vh; rotate: 15deg}
    100% {top:-21vh; rotate: 0}
    100% {top:-20vh; rotate: 0}
}

/* ==================================================================*/
/* Hero Section With Stars */
/* ==================================================================*/

.hero-section-with-stars{
    background: #FFF0F4;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.pill-hex {
    position: relative;
    height: 360px;
    width: 83%;
    max-width: 1400px;
    background: url(../img/hero-kids/Union.svg) no-repeat bottom center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-section-with-stars::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 160px;
    background: url('../img/hero-kids/wave-bottom.svg') no-repeat bottom center ;
    background-size: 100% 100%;
    pointer-events: none;
}

.star-01{
    position: absolute;
}
.star-02{
    position: absolute;
}
.star-03{
    position: absolute;
}
.star-04{
    position: absolute;
}
.hero-stars-left {
    width: 50%;
    padding-right: 110px;
}
.hero-stars-right {
    width: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
img.stars-right-hero-kid {
    position: absolute;
    right: 20px;
    scale: 0.6;
    filter: blur(4px);
}
img.stars-left-hero-kid {
    position: absolute;
    left: 20px;
    scale: 0.6;
    filter: blur(4px);
}
img.stars-center-hero-kid {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -270px;
}
.hero-stars-left h3 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 10px;
}
.hero-stars-left p {
    color: #fff;
    font-size: 15px;
}
img.star-01 {
    top: -20vh;
    right: -5vw;
    scale: 0.2;
    rotate: 15deg;
    animation-name: star-01;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

img.star-02 {
    top: -22vh;
    right: 5vw;
    scale: 0.6;
    rotate: -10deg;
     animation-name: star-02;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-timing-function:
            ease-in-out;
}
.star-03 {
    position: absolute;
    right: -9vw;
    rotate: 20deg;
    filter: blur(7px);
    animation-name: star-03;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function:
            ease-in-out;
}
.star-04 {
    position: absolute;
    top: 18vh;
    right: 5vw;
    scale: 0.3;
    rotate: 15deg;
    animation-name: star-04;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function:
            ease-in-out;
}
@keyframes star-01 {
    0% {top:-20vh; rotate: 15deg;}
    50% {top:-21vh; rotate: 10deg}
    100% {top:-20vh; rotate: 15deg}
}

@keyframes star-02 {
    0% {top:-22vh; rotate: -10deg;}
    50% {top:-23vh; rotate: -12deg}
    100% {top:-22vh; rotate: -10deg}
}
@keyframes star-03 {
    0% {top:0; rotate: -9deg;}
    50% {top:3vh; rotate: -15deg}
    100% {top:0; rotate: -9deg}
}
@keyframes star-04 {
    0% {top:18vh; rotate: 15deg;}
    50% {top:20vh; rotate: 10deg}
    100% {top:18vh; rotate: 15deg}
}

/* ==================================================================*/
/* Services */
/* ==================================================================*/

section.hero-services {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

/* ==================================================================*/
/* Hero Kids Footer */
/* ==================================================================*/
.hero-footer {
    background: linear-gradient(0deg, #7861B9 0%, #fff 100%);
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.inner-footer h3 {
    margin-bottom: 20px;
    font-size: 60px;
    color: #fff;
}
.inner-footer p {
    font-size: 22px;
    color: #fff;
}
.footer-btn a {
    background: #fff;
    padding: 5px 15px;
    border-radius: 5px;
}
.footer-btn {
    display: flex;
    gap: 20px;
}
.inner-footer > * {
    /*opacity: 0;*/
    transform: translateY(40px);
}