/* general styles start */

/* jqeury modal overrides */
.modal {
    width: fit-content !important;
    max-width: fit-content !important;
    box-shadow: none !important;
    padding: 0 !important;
    background: none !important;
    transition: 1s ease-in-out;
}

.blocker {
    transition: 1s ease-in-out;
}

.modal-content {
    width: fit-content;
}

/* demo video */
#youtube-video {
    width: 90vw;
    max-width: 800px;
    height: auto;
    aspect-ratio: 16/9;
    border-radius: 10px;
    overflow: hidden;
}

@media screen and (max-width: 400px) {
    #youtube-video {
        width: 85vw;
        border-radius: 5px;
    }
    
}

/* background blobs */
.background-blobs {
    z-index: -1;
    /* display: flex; */
}

.background-blobs img {
    /* display: flex; */
}

@media screen and (max-width: 575px) {
    #st-background-blobs-blue {
        bottom: 80px !important;
    }
    #st-background-blobs-blue-orange {
        /* display: none; */
        z-index: -1;
    }
}

@media screen and (max-width: 991px) {
    .background-blobs {
        opacity: 0.5 !important;
    }
    
}


/* general styles end */

/* nav menu */
.home-page-nav {
    /* border-bottom: 1px solid #e7e7e7; */
    box-shadow: 10px 0px 10px rgba(0, 0, 0, 0.1);
    margin: 0;
    max-width: 100%;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
}

.w-nav-overlay {
    top: 99%;
}

@media screen and (max-width: 374px) {
    .home-page-nav-inner .navbar {
        padding: 16px;
    }
}

.nav-menu-wrapper-2-copy.w-nav-menu {
    max-height: 80vh;
    overflow: visible;
}

/* Hero Section */
.page-section.hero-section {
    margin-top: 100px;
}

/* google signup */
.google-auth-link {
    /* background-color: var(--sitetran-colour-palette-blue-3); */
    color: white;
    text-decoration: none;
    padding: 10px;
    border-radius: 5px;
    overflow: hidden;
    height: 50px;
    width: 280px;
    min-width: 280px;
    text-decoration: none;
}

.google-auth-img-wrapper {
    background-color: white;
    border-radius: 3px;
    display: flex;
    align-items: center;
    padding: 8px;
}

.google-auth-text {
    color: white;
}

/* watch demo btn */
.watch-demo-btn {
    /* color: white; */
    text-decoration: none;
    padding: 13px 5px;
    border-radius: 5px;
    /* height: 50px; */
    width: 280px;
    min-width: 280px;
}

/* customer logos */
.customer-logo {
    filter: grayscale(100%);
}

/* Call to action 1 */

/* Feature Overview */
/* Specific Styles for the First Features Section */

.feature-item {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: background-color 0.3s ease;
    /* border-bottom: 2px solid; */
    /* opacity: 0.5; */
    /* transition: 1s ease-in-out; */
}

.feature-item.active {
    gap: 15px;
    padding-bottom: 30px;
}

.feature-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    /* Adjust thickness if needed */
    background-color: var(--sitetran-tertiary-color);
    /* Set the desired color */
    width: 0;
    /* Start with a width of 0 */
}

/* Add a class to activate the border animation */
.feature-item.active::after {
    width: 100%;
    /* Full width for the border animation */
    transition: width 7s linear;
    /* Adjust duration to match display time */
}

.feature-item::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.3;
    height: 2px;
    /* Adjust thickness if needed */
    background-color: var(--sitetran-tertiary-color);
    /* Set the desired color */
    width: 100%;
    /* Start with a width of 0 */

}

.first-features-section .feature-item:nth-child(1)::after,
.first-features-section .feature-item:nth-child(1)::before {
    background-color: var(--sitetran-colour-palette-blue-4);
}

.first-features-section .feature-item:nth-child(2)::after,
.first-features-section .feature-item:nth-child(2)::before {
    background-color: var(--sitetran-colour-palette-blue-3);
}

.first-features-section .feature-item:nth-child(3)::after,
.first-features-section .feature-item:nth-child(3)::before {
    background-color: var(--sitetran-colour-palette-green-2);
}

.first-features-section .feature-item:nth-child(4)::after,
.first-features-section .feature-item:nth-child(4)::before {
    background-color: var(--sitetran-colour-palette-green-1);
}

/* Specific Styles for the Second Features Section */
.second-features-section .feature-item:nth-child(1)::after,
.second-features-section .feature-item:nth-child(1)::before {
    background-color: var(--sitetran-colour-palette-blue-2);
}

.second-features-section .feature-item:nth-child(2)::after,
.second-features-section .feature-item:nth-child(2)::before {
    background-color: var(--sitetran-colour-palette-green-1);
}

.second-features-section .feature-item:nth-child(3)::after,
.second-features-section .feature-item:nth-child(3)::before {
    background-color: var(--sitetran-colour-palette-orange-1);
}

.feature-item-icon-wrapper {
    width: 40px;
    height: 40px;
}

.feature-icon {
    width: 40px;
    height: 40px;
}

.feature-icon-active.hidden {
    display: none;
}

.feature-icon-inactive.hidden {
    display: none;
}

.feature-title {
    /* color: var(--sitetran-colour-palette-blue-5); */
    /* font-size: 18px; */
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 600;
}

.feature-item.active .feature-title {
    font-size: 1.60rem;
    color: var(--sitetran-colour-palette-blue-5);
}

/* font-size: 1.75rem;
    line-height: 1.4;
    text-align: left;
    color: rgb(11, 53, 88);
    font-weight: 600; */

.feature-title.faded {
    color: var(--sitetran-colour-palette-grey-1);
}

.feature-description {
    font-size: 0.9rem;
    font-weight: 400;
    color: var(--sitetran-colour-palette-blue-5);
}

.first-features-section .feature-description,
.second-features-section .feature-description {
    font-size: 0.9rem;
    margin: 5px 0 0;
    max-height: 100px;
    transition: max-height 1s ease-out, opacity 0.3s ease-out;
    overflow: hidden;
}

.feature-description.hidden {
    display: block;
    opacity: 0;
    max-height: 0px;
}

.feature-image.hidden {
    display: block;
}

.feature-image.hidden {
    display: none;
}

.feature-blobs {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    transition: opacity 3s ease;
    filter: blur(20px);
    transform: scale(1.3);
    opacity: 1;
    overflow: visible !important;
}

.feature-blobs.hidden {
    opacity: 0;
}

.feature-blobs use {
    position: absolute;
}

#blobs_analytics_and_reporting,
#blobs_automated_updates {
    opacity: 0.5;
}

#blobs_analytics_and_reporting.hidden,
#blobs_automated_updates.hidden {
    opacity: 0;
}

/* blob animations start */

/* 1st blob of the 1st feature */
.feature-blobs:nth-of-type(1) use:nth-child(1) {
    animation: blob_float_1 20s linear 0s infinite forwards;
}

/* 2nd blob of the 1st feature */
.feature-blobs:nth-of-type(1) use:nth-child(2) {
    animation: blob_float_2 20s linear 0s infinite forwards;
}

/* 1st blob of the 2nd feature */
.feature-blobs:nth-of-type(2) use:nth-child(1) {
    animation: blob_float_9 20s linear 0s infinite forwards;
}

/* 2nd blob of the 2nd feature */
.feature-blobs:nth-of-type(2) use:nth-child(2) {
    animation: blob_float_7 20s linear 0s infinite forwards;
}

/* 1st blob of the 3rd feature */
.feature-blobs:nth-of-type(3) use:nth-child(1) {
    animation: blob_float_1 20s linear 0s infinite forwards;
}

/* 2nd blob of the 3rd feature */
.feature-blobs:nth-of-type(3) use:nth-child(2) {
    animation: blob_float_6 20s linear 0s infinite forwards;
}

/* 1st blob of 4th feature */
.feature-blobs:nth-of-type(4) use:nth-child(1) {
    animation: blob_float_7 20s linear 0s infinite forwards;
}

/* 2nd blob of 4th feature */
.feature-blobs:nth-of-type(4) use:nth-child(2) {
    animation: blob_float_9 20s linear 0s infinite forwards;
}






/* 1st blob of the 1st feature */
.second-features-section .feature-blobs:nth-of-type(1) use:nth-child(1) {
    animation: blob_float_1 20s linear 0s infinite forwards;
}

/* 2nd blob of the 1st feature */
.second-features-section .feature-blobs:nth-of-type(1) use:nth-child(2) {
    animation: blob_float_8 20s linear 0s infinite forwards;
}

/* 1st blob of the 2nd feature */
.second-features-section .feature-blobs:nth-of-type(2) use:nth-child(1) {
    animation: blob_float_5 20s linear 0s infinite forwards;
}

/* 2nd blob of the 2nd feature */
.second-features-section .feature-blobs:nth-of-type(2) use:nth-child(2) {
    animation: blob_float_9 20s linear 0s infinite forwards;
}

/* 1st blob of the 3rd feature */
.second-features-section .feature-blobs:nth-of-type(3) use:nth-child(1) {
    animation: blob_float_4 20s linear 0s infinite forwards;
}

/* 2nd blob of the 3rd feature */
.second-features-section .feature-blobs:nth-of-type(3) use:nth-child(2) {
    animation: blob_float_3 20s linear 0s infinite forwards;
}


/* blob animations end */

.feature-display {
    display: flex;
    border-radius: 20px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: rgba(192, 192, 192, 0.047);
    transition: max-height 0.5s ease;
    height: 500px;
    /* box-shadow: 0px 0px 20px 1px rgba(176, 176, 176, 0.082); */
}

.feature-display .feature-image {
    width: 100%;
}


/* Integrations */
.integrations-section {
    align-items: flex-start;
}

.integration-title {
    font-size: 36px;
    margin: 0;
}

.integration-subtitle {
    color: var(--text-color-primary);
    margin: 0;
}

.integration-link {
    color: var(--sitetran-tertiary-color);
    text-decoration: none;
    cursor: pointer;
    transition: color 0.3s ease;
}

.integration-link:hover {
    color: var(--sitetran-tertiary-color-light);
}

.integration-icons-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.integration-icon {
    padding: 10px;
    width: 100px;
    height: 100px;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    background-color: white;
    border: 1px solid var(--sitetran-colour-palette-grey-1);
    border-radius: 8px;
    transition: 0.2s cubic-bezier(0.8, 0.2, 1, 1);
    box-shadow: 0px 0px 13px rgba(87, 152, 232, 0.177);
}

.integration-icon:hover {
    transform: scale(1.08);
    border-color: var(--sitetran-colour-palette-blue-2);
    box-shadow: 0px 0px 20px rgba(87, 152, 232, 0.177);
    background-color: rgba(87, 152, 232, 0.089);
}

.platform-logo {
    width: 40px;
    max-width: 100%;
    max-height: 100%;
}

.integration-icon:hover {
    /* transform: scale(1.05);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1); */
}


/* Pricing Section */
.pricing-title {
    margin: 50px 0;
}

@media screen and (max-width: 575px) {
    .pricing-title {
        margin: 30px 0;
    }
}

.pricing-cards {
    display: flex;
    gap: 10px;
    justify-content: start;
}

.pricing-card {
    background-color: white;
    border-radius: 5px;
    overflow: hidden;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    width: 220px;
    text-align: left;
    transition: transform 0.1s ease-out, box-shadow 0.2s ease-out;
}

.pricing-card:hover {
    /* transform: scale(1.001); */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.199);
}

.card-header {
    height: 15px;
}

.card-body {
    border: 1px solid;
    border-top: 0;
    padding: 20px;
    border-radius: 0 0 5px 5px;
    background-color: #ffffff;
    padding: clamp(5px, 1vw, 20px);
    /* Adjust to match your design */
}

.card-body-top {
    height: 230px;
}

.card-body-bottom {
    height: 230px;
}

.card-body-bottom a {
    text-decoration: none;
}

.plan-name {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.plan-description {
    font-size: 14px;
    color: var(--text-color-primary);
    margin: 10px 0;
}

div:has(> .plan-price):has(> a > .plan-button) {
    gap: 15px;
}

.plan-price {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: var(--sitetran-colour-palette-blue-4);
}

.plan-frequency {
    font-size: 14px;
    font-weight: 400;
    color: var(--text-color-primary);
}

.plan-button {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    justify-self: flex-end;
    width: 100%;
}

/* Specific Colors for Each Plan */
/* free plan */
.free-plan .card-body {
    border-color: var(--sitetran-colour-palette-grey-1);
}

.free-plan .card-header {
    background-color: var(--sitetran-colour-palette-grey-1);
}

.free-plan .plan-name {
    color: var(--sitetran-colour-palette-blue-4)
}

/* standard plan */
.starter-plan .card-body {
    border-color: var(--sitetran-colour-palette-blue-2);
}

.starter-plan .card-header {
    background-color: var(--sitetran-colour-palette-blue-2);
}

.starter-plan .plan-name {
    color: var(--sitetran-colour-palette-blue-2)
}

/* pro plan */
.pro-plan .card-body {
    border-color: var(--sitetran-colour-palette-blue-3);
}

.pro-plan .card-header {
    background-color: var(--sitetran-colour-palette-blue-3)
}

.pro-plan .plan-name {
    color: var(--sitetran-colour-palette-blue-3)
}

/* business plan */
.business-plan .card-body {
    border-color: var(--sitetran-colour-palette-blue-4);
}

.business-plan .card-header {
    background-color: var(--sitetran-colour-palette-blue-4)
}

.business-plan .plan-name {
    color: var(--sitetran-colour-palette-blue-4)
}

/* enterprise plan */
.enterprise-plan .card-body {
    border-color: var(--sitetran-colour-palette-orange-1);
    background-color: white;
}

.enterprise-plan .card-header {
    background-color: var(--sitetran-colour-palette-orange-1);
}

.enterprise-plan .plan-name {
    color: var(--sitetran-colour-palette-orange-1);
}

.enterprise-plan .plan-price {
    color: var(--sitetran-colour-palette-blue-4);
}

/* Link to More Pricing Details */
.pricing-link {
    display: block;
    margin-top: 30px;
    color: var(--sitetran-tertiary-color);
    font-size: 16px;
    text-decoration: none;
    text-align: center;
}

.pricing-link:hover {
    color: var(--sitetran-tertiary-color-light);
}

@media (max-width: 991px) {
    .pricing-section .pricing-cards {
        flex-wrap: wrap;
    }

    .pricing-section .pricing-card {
        flex: 1 1 100%;
        /* Each item takes up the full width on small screens */
        width: 100%;
    }

    .pricing-section .card-body {
        padding: 20px;
    }

    .pricing-card:hover {
        transform: none;
        box-shadow: none;
    }
}


/* Benefits section */
.benefit-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

/* Benefit Card */
.benefit-card {
    position: relative;
    background-color: white;
    border-top: 15px solid;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 30%;
    padding: 20px;
    gap: 10px;
    flex-grow: 1;
    text-align: left;
}

@media (max-width: 991px) {
    .benefit-cards {
        flex-direction: column;
        align-items: center;
    }

    .benefit-card {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
}


.benefit-heading {
    font-size: 24px;
    font-weight: 700;
    color: var(--sitetran-colour-palette-blue-4);
}

.benefit-body {
    padding-bottom: 20px;
    border-bottom: 3px solid;
}

.benefit-percentage {
    font-size: 48px;
    font-weight: 600;
    color: var(--sitetran-primary-color);
    margin: 0;
}

.benefit-description {
    font-size: 14px;
    color: var(--text-color-primary);
}

/* Specific Colors for Each Benefit */
.benefit-card.cut-costs {
    border-color: var(--sitetran-colour-palette-blue-2);
}

.benefit-card.cut-costs .benefit-body {
    border-color: var(--sitetran-colour-palette-blue-2);
}

.benefit-card.cut-costs .benefit-percentage {
    color: var(--sitetran-colour-palette-blue-2);
}

.benefit-card.boost-engagement {
    border-color: var(--sitetran-colour-palette-green-2);
}

.benefit-card.boost-engagement .benefit-body {
    border-color: var(--sitetran-colour-palette-green-2);
}

.benefit-card.boost-engagement .benefit-percentage {
    color: var(--sitetran-colour-palette-green-2);
}

.benefit-card.increase-profit {
    border-color: var(--sitetran-colour-palette-green-1);
}

.benefit-card.increase-profit .benefit-body {
    border-color: var(--sitetran-colour-palette-green-1);
}

.benefit-card.increase-profit .benefit-percentage {
    color: var(--sitetran-colour-palette-green-1);
}


/* Privacy Features Section */
.privacy-features {
    display: flex;
    border-radius: 12px;
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.1);
}

/* Privacy Feature */
.privacy-feature {
    background-color: white;
    width: 200px;
    text-align: center;
}

.privacy-feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}

.privacy-feature-icon img {
    width: 100%;
    height: 100%;
}

.feature-heading {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
}

.privacy-feature .feature-description {
    font-size: 16px;
    color: var(--text-color-primary);
    margin: 0;
    text-align: center;
}

/* Privacy Description and Link */
.privacy-description {
    font-size: 14px;
    color: var(--text-color-primary);
    margin-top: 20px;
    text-align: center;
}

.privacy-link {
    display: block;
    color: var(--sitetran-tertiary-color);
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
}

.privacy-link:hover {
    color: var(--sitetran-tertiary-color-light);
}

@media (max-width: 768px) {
    .privacy-features {
        flex-direction: column;
        align-items: center;
    }

    .privacy-feature {
        width: 90%;
        margin-bottom: 20px;
    }
}

/* FAQ */
.faq-section {
    padding-top: 20px;
}

.faq-section-inner {
    border-radius: 12px;
    background-color: #c0c0c017;
}

.faq-title-container {
    flex: 1 1 40%;
    padding-top: 20px;
    min-width: 300px;
}

.faq-title {
    font-size: 44px;
    /* color: white; */
    color: var(--sitetran-colour-palette-blue-5);
}

@media screen and (max-width: 768px) {
    .faq-title,
    .faq-title-container {
        font-size: 36px;
        min-width: 100%;
    }
    
}

.faq-questions-container {
    flex: 1 1 55%;
}

.faq-list {
    list-style: none;
}

.faq-item {
    padding: 20px 10px 0 10px;
    border-bottom: 2px solid var(--sitetran-colour-palette-blue-5);
    transition: background-color 0.3s ease;
    margin: 0;
}

.faq-item p {
    margin: 0;
}

.faq-icon {
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    border-radius: 50%;
    background-color: rgb(236, 236, 236);
    background-color: var(--sitetran-colour-palette-blue-4);
}

.faq-icon img {
    width: 30px;
    min-width: 30px;
    height: 30px;
    transform: rotate(270deg);
    transition: transform 0.3s ease-in-out;
}

.faq-question-wrapper {
    cursor: pointer;
    width: 100%;
}

.faq-question {
    font-size: 18px;
    font-weight: 500;
    /* color: var(--text-color-primary); */
    color: white;
    color: var(--sitetran-colour-palette-blue-5);
}

.faq-answer {
    font-size: 14px;
    max-height: 0px;
    opacity: 0;
    overflow: hidden;
    transition: 0.5s ease-out;
    color: white;
    color: var(--sitetran-colour-palette-blue-5);
    padding: 10px 0;
}

.faq-item.active .faq-answer {
    opacity: 1;
    /* max-height: 350px; */
    padding: 10px 0 20px 0;
}

.faq-item.active .faq-icon img {
    transform: rotate(360deg);
}

/* CTA Section */
.cta-title {
    color: var(--sitetran-colour-palette-blue-5);
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-button-primary {
    padding: 15px 45px;
    width: 220px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}

.cta-button-secondary {
    padding: 15px 45px;
    width: 220px;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}

.page-section.pre-footer-banner {
    padding: 0;
    margin: 0;
    max-width: 100%;
    background-color: var(--sitetran-colour-palette-blue-4);
    height: 70px;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.409); */
    /* border-top: 1px solid rgba(255, 255, 255, 0.409); */
    /* width: fit-content; */
    position: relative;
}


/* KEYFRAMES START */

/************************************
            y-axis
            |
    Q2      |     Q1
            |
------------------------- x-axis
            |
    Q3      |     Q4
            |
*************************************/

/* diagonally top-left to bottom-right Q2 */
@keyframes blob_float_1 {
    0% {
        transform: translate(-15%, -10%) scale(0.9);
    }

    25% {
        transform: translate(-5%, 0%) scale(0.9);
    }

    50% {
        transform: translate(0%, 10%) scale(0.9);
    }

    75% {
        transform: translate(-5%, 0%) scale(0.9);
    }

    100% {
        transform: translate(-15%, -10%) scale(0.9);
    }
}

/* bottom to top Q4 */
@keyframes blob_float_2 {
    0% {
        transform: translate(20%, 25%) scale(0.9);
    }

    25% {
        transform: translate(20%, 15%) scale(0.9);
    }

    50% {
        transform: translate(20%, 15%) scale(0.9);
    }

    75% {
        transform: translate(20%, 15%) scale(0.9);
    }

    100% {
        transform: translate(20%, 25%) scale(0.9);
    }
}

/* left to right Q2 */
@keyframes blob_float_3 {
    0% {
        transform: translate(-20%, -5%) scale(0.9);
    }

    25% {
        transform: translate(-5%, -5%) scale(0.9);
    }

    50% {
        transform: translate(0%, -5%) scale(0.9);
    }

    75% {
        transform: translate(-5%, -5%) scale(0.9);
    }

    100% {
        transform: translate(-20%, -5%) scale(0.9);
    }
}

/* left to right Q4 */
@keyframes blob_float_4 {
    0% {
        transform: translate(0%, 15%) scale(0.9);
    }

    25% {
        transform: translate(5%, 15%) scale(0.8);
    }

    50% {
        transform: translate(15%, 15%) scale(1);
    }

    75% {
        transform: translate(5%, 15%) scale(0.9);
    }

    100% {
        transform: translate(0%, 15%) scale(0.9);
    }
}

/* top to bottom Q1 */
@keyframes blob_float_5 {
    0% {
        transform: translate(10%, -15%) scale(0.9);
    }

    25% {
        transform: translate(10%, -5%) scale(0.9);
    }

    50% {
        transform: translate(10%, 5%) scale(0.9);
    }

    75% {
        transform: translate(10%, -5%) scale(0.9);
    }

    100% {
        transform: translate(10%, -15%) scale(0.9);
    }
}

/* right to left Q4 */
@keyframes blob_float_6 {
    0% {
        transform: translate(30%, 20%) scale(0.9);
    }

    25% {
        transform: translate(20%, 20%) scale(0.9);
    }

    50% {
        transform: translate(10%, 20%) scale(1);
    }

    75% {
        transform: translate(20%, 20%) scale(0.9);
    }

    100% {
        transform: translate(30%, 20%) scale(0.9);
    }
}

/* diagonally top-right to bottom-left Q1 */
@keyframes blob_float_7 {
    0% {
        transform: translate(40%, 0%) scale(0.9);
    }

    25% {
        transform: translate(30%, 5%) scale(0.9);
    }

    50% {
        transform: translate(25%, 5%) scale(0.9);
    }

    75% {
        transform: translate(30%, 5%) scale(0.9);
    }

    100% {
        transform: translate(40%, 0%) scale(0.9);
    }
}

/* diagonally top-left to bottom-right Q2 */
@keyframes blob_float_8 {
    0% {
        transform: translate(0%, 5%) scale(0.9);
    }

    25% {
        transform: translate(10%, 15%) scale(0.9);
    }

    50% {
        transform: translate(20%, 25%) scale(0.9);
    }

    75% {
        transform: translate(10%, 15%) scale(0.9);
    }

    100% {
        transform: translate(0%, 5%) scale(0.9);
    }
}

/* left to right Q3 */
@keyframes blob_float_9 {
    0% {
        transform: translate(-20%, 35%) scale(0.9);
    }

    25% {
        transform: translate(-5%, 35%) scale(0.9);
    }

    50% {
        transform: translate(0%, 35%) scale(0.9);
    }

    75% {
        transform: translate(-5%, 35%) scale(0.9);
    }

    100% {
        transform: translate(-20%, 35%) scale(0.9);
    }
}

/* KEYFRAMES END */