.page-content {
    opacity: 1;
    transition: transform 1.5s cubic-bezier(0.9, 0, 0.1, 1), opacity 1.5s cubic-bezier(0.9, 0, 0.1, 1);
}

.page-content.fade-from-bottom {
    transform: translateY(0);
    opacity: 1;
}

.page-content.fade-from-left {
    transform: translateX(0);
    opacity: 1;
}

.page-content.exit-bottom {
    transform: translateY(100%);
    opacity: 0;
}

.page-content.exit-left {
    transform: translateX(-100%);
    opacity: 0;
}

.half-star-top-left {
    position: relative; 
    top: -370px; 
    left: 0; 
    width: 23vw; 
    height: 830px; 
    z-index: -1; 
    transform: rotate(180deg);
    margin-bottom: -643px;
}

.half-star-top-left.top-200 {
    top: -180px; 
    height: 1300px;
}

.star-grey {
    background: url('/assets/img/star-grey.svg') no-repeat 52% 19px;
    padding-top: 55px;
    padding-bottom: 22px;
}

.border-left {
    border-left: 2px solid #5965FC;
}

.border-right {
    border-right: 2px solid #5965FC;
}

.service-item {
    position: relative;
    padding: 2.5em 2.55em;
    background-color: #CEA1F7;
    border-radius: 12px;
    z-index: 1;
    box-shadow: 0px 0px 0px 1px #5965FC;
    min-height: 402px;
    text-align: center;
    transform: translateX(-5px);
}

.service-item::before {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 12px;
    z-index: -1;
    border: 2px solid #5965FC;
}

.service-item h3 {
    font-size: 2.1rem;
    font-weight: 900;
    min-height: 100px;
}

.service-item img {
    width: 130px;
    height: 122px;
    object-fit: contain;
    margin: 0 auto 35px auto;
    display: block;
}

.service-item p {
    margin-top: 1.35em;
    margin-bottom: 0;
    font-size: 1.125rem;
    min-height: 67px;
}

#mc_embed_signup {
    clear: left;
}

#animation {
    height: 100vh;
    width: 100%;
    overflow-x: hidden;
    background-color: #FF5500 !important;
    transition: height 0.3s ease;
    display: none;
}

.gif-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
}

#gifImage {
    width: 1400px;
}

#staticImage {
    display: none;
    width: 350px;
}

.image-container {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
}

.zoom-image {
    width: 300px;
    transform-origin: center bottom;
    transition: transform 0.3s ease;
}

#content {
    display: none;
}

.video-ai {
    max-width: 100%;
    border-radius: 20px;
    border: 2px solid #5965FC
}

.video-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video {
    max-width: 100%;
    border-radius: 20px;
}

.apple-store-badge,
.play-store-badge{
    height: 70px;
}

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

    #gifImage {
        width: 700px;
    }

    #staticImage {
        width: 250px;
    }

    .apple-store-badge{
        height: 79px;
    }
    
    .play-store-badge{
        height: 70px;
    }

}

@media (min-width: 992px) {
    .p-lg-6 {
        padding: 4.7rem !important;
    }

    .gif {
        position: relative;
        top: 60px;
        transform: scale(1.4);
    }

    .section-height {
        height: calc(100vh - 50px);
    }

    .video-container::before,
    .video-container::after {
        content: "\2726";
        font-size: 107px;
        color: #5965FC;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .video-container::before {
        left: -255px;
    }

    .video-container::after {
        right: -255px;
    }

    .star-definition::before {
        content: "\2726";
    }

    .star-primary::before {
        color: #FF5500;
    }

    .star-secondary::before {
        color: #5965FC;
    }

    .star-lilac::before {
        color: #CEA1F7;
    }

    .star-position::before {
        position: absolute;
        font-size: 107px;
        top: -27px;
        left: -15px;
    }

    .star-position-2::before {
        position: absolute;
        font-size: 90px;
        top: -68px;
        left: -45px;
    }
    
    .star-position-3::before {
        font-size: 112px;
        position: absolute;
        top: -44px;
        left: -8px;
    }

    .star-position-4::before {
        font-size: 112px;
        position: absolute;
        top: -27px;
        left: 260px;
    }

    .star-position-5::before {
        position: absolute;
        font-size: 210px;
        top: -135px;
        left: -96px;
        z-index: -1;

    }

    .star-position-6::before {
        font-size: 64px;
        position: absolute;
        bottom: 59px;
        left: 500px;
    }

    .star-position-7::before {
        font-size: 64px;
        position: relative;
        top: -14px;
        left: 270px;
    }

}

@media (max-width: 576px) {
 
    .border-right, .border-left {
        border-right: 0;
        border-left: 0;
        padding-top: 30px;
    }
    
}