@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-4zahjfghnl] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-4zahjfghnl] {
    flex: 1;
}

.sidebar[b-4zahjfghnl] {
    background-image: linear-gradient(180deg, #f1d8b7 0%, #BDA9A2 70%);
}

.top-row[b-4zahjfghnl] {
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 7vh;
    margin: 0 0 20px 0;
    background: rgba(255, 255, 255, 0.2); /* Semi-transparent white */
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2); /* Soft shadow */
    backdrop-filter: blur(10px); /* Apply blur to items behind */
    -webkit-backdrop-filter: blur(10px); /* Safari support */
    border: 1px solid rgba(255, 255, 255, 0.2); /* Subtle border */
    border-radius: 20rem; /* Rounded corners */
    text-align: center;
    font-size: 1.2rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Text shadow for readability */
    z-index: 10;
}

.stylish-text[b-4zahjfghnl] {
    font-size: 1.5rem; /* Increase font size */
    font-weight: bold; /* Make it stand out */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Subtle shadow for readability */
    letter-spacing: 1.5px; /* Add some spacing between letters */
    background: linear-gradient(45deg, #636363, #ab8722); /* Gradient text */
    -webkit-background-clip: text; /* Clip gradient to text */
    -webkit-text-fill-color: transparent; /* Make background clip visible */
    animation: fadeIn-b-4zahjfghnl 2s ease-in-out, textGlow-b-4zahjfghnl 3s infinite ease-in-out;
}

@keyframes fadeIn-b-4zahjfghnl {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Glow Effect Animation */
@keyframes textGlow-b-4zahjfghnl {
    0%, 100% {
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5), 0 0 10px #f1e4c2, 0 0 20px #f8c43f;
    }
    50% {
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5), 0 0 20px #f1e4c2, 0 0 30px #f8c43f;
    }
}

.flicker-text[b-4zahjfghnl] {
    font-size: 2rem;
    font-weight: bold;
    color: black; /* Warm flame-like color */
    text-shadow: 
        0 0 8px #ffa726, 
        0 0 12px #ff7043, 
        0 0 20px #ff5722, 
        0 0 25px rgba(255, 87, 34, 0.8),
        0 0 35px rgba(255, 87, 34, 0.6),
        0 0 50px rgba(255, 87, 34, 0.4);
    animation: uneven-flicker-b-4zahjfghnl 10s infinite;
}


/* Uneven Flickering Keyframes */
@keyframes uneven-flicker-b-4zahjfghnl {
    0% {
        opacity: 1;
        text-shadow: 
            0 0 4px rgba(255, 204, 128, 0.6), 
            0 0 8px rgba(255, 183, 77, 0.4), 
            0 0 12px rgba(255, 138, 101, 0.2);
    }
    10% {
        opacity: 0.9;
        text-shadow: 
            0 0 3px rgba(255, 204, 128, 0.5), 
            0 0 6px rgba(255, 183, 77, 0.3), 
            0 0 10px rgba(255, 138, 101, 0.1);
    }
    20% {
        opacity: 1;
        text-shadow: 
            0 0 5px rgba(255, 204, 128, 0.7), 
            0 0 10px rgba(255, 183, 77, 0.5), 
            0 0 15px rgba(255, 138, 101, 0.3);
    }
    35% {
        opacity: 0.8;
        text-shadow: 
            0 0 4px rgba(255, 204, 128, 0.5), 
            0 0 7px rgba(255, 183, 77, 0.3), 
            0 0 12px rgba(255, 138, 101, 0.2);
    }
    50% {
        opacity: 0.95;
        text-shadow: 
            0 0 5px rgba(255, 204, 128, 0.6), 
            0 0 9px rgba(255, 183, 77, 0.4), 
            0 0 14px rgba(255, 138, 101, 0.3);
    }
    70% {
        opacity: 0.7;
        text-shadow: 
            0 0 3px rgba(255, 204, 128, 0.4), 
            0 0 5px rgba(255, 183, 77, 0.2), 
            0 0 8px rgba(255, 138, 101, 0.1);
    }
    90% {
        opacity: 0.9;
        text-shadow: 
            0 0 4px rgba(255, 204, 128, 0.5), 
            0 0 7px rgba(255, 183, 77, 0.3), 
            0 0 10px rgba(255, 138, 101, 0.2);
    }
    100% {
        opacity: 1;
        text-shadow: 
            0 0 4px rgba(255, 204, 128, 0.7), 
            0 0 8px rgba(255, 183, 77, 0.5), 
            0 0 12px rgba(255, 138, 101, 0.3);
    }
}


/* Uneven Flickering Keyframes */
@-webkit-keyframes uneven-flicker {
    0% {
        opacity: 1;
        text-shadow: 
            0 0 4px rgba(255, 204, 128, 0.6), 
            0 0 8px rgba(255, 183, 77, 0.4), 
            0 0 12px rgba(255, 138, 101, 0.2);
    }
    10% {
        opacity: 0.9;
        text-shadow: 
            0 0 3px rgba(255, 204, 128, 0.5), 
            0 0 6px rgba(255, 183, 77, 0.3), 
            0 0 10px rgba(255, 138, 101, 0.1);
    }
    20% {
        opacity: 1;
        text-shadow: 
            0 0 5px rgba(255, 204, 128, 0.7), 
            0 0 10px rgba(255, 183, 77, 0.5), 
            0 0 15px rgba(255, 138, 101, 0.3);
    }
    35% {
        opacity: 0.8;
        text-shadow: 
            0 0 4px rgba(255, 204, 128, 0.5), 
            0 0 7px rgba(255, 183, 77, 0.3), 
            0 0 12px rgba(255, 138, 101, 0.2);
    }
    50% {
        opacity: 0.95;
        text-shadow: 
            0 0 5px rgba(255, 204, 128, 0.6), 
            0 0 9px rgba(255, 183, 77, 0.4), 
            0 0 14px rgba(255, 138, 101, 0.3);
    }
    70% {
        opacity: 0.7;
        text-shadow: 
            0 0 3px rgba(255, 204, 128, 0.4), 
            0 0 5px rgba(255, 183, 77, 0.2), 
            0 0 8px rgba(255, 138, 101, 0.1);
    }
    90% {
        opacity: 0.9;
        text-shadow: 
            0 0 4px rgba(255, 204, 128, 0.5), 
            0 0 7px rgba(255, 183, 77, 0.3), 
            0 0 10px rgba(255, 138, 101, 0.2);
    }
    100% {
        opacity: 1;
        text-shadow: 
            0 0 4px rgba(255, 204, 128, 0.7), 
            0 0 8px rgba(255, 183, 77, 0.5), 
            0 0 12px rgba(255, 138, 101, 0.3);
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Glow Effect Animation */
@-webkit-keyframes textGlow {
    0%, 100% {
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5), 0 0 10px #ff9a9e, 0 0 20px #fad0c4;
    }
    50% {
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5), 0 0 20px #ff9a9e, 0 0 30px #fad0c4;
    }
}

/*.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}
*/
    .top-row[b-4zahjfghnl]  a, .top-row[b-4zahjfghnl]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-4zahjfghnl]  a:hover, .top-row[b-4zahjfghnl]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-4zahjfghnl]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-4zahjfghnl] {
        justify-content: space-between;
    }

    .top-row[b-4zahjfghnl]  a, .top-row[b-4zahjfghnl]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-4zahjfghnl] {
        flex-direction: row;
    }

    .sidebar[b-4zahjfghnl] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-4zahjfghnl] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-4zahjfghnl]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-4zahjfghnl], article[b-4zahjfghnl] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-spvziv7rnw] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-spvziv7rnw] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
    z-index: 9999;
}

.navbar-brand[b-spvziv7rnw] {
    font-size: 1.1rem;
}

.bi[b-spvziv7rnw] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-spvziv7rnw] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-spvziv7rnw] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-spvziv7rnw] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-spvziv7rnw] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-spvziv7rnw] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-spvziv7rnw] {
        padding-bottom: 1rem;
    }

    .nav-item[b-spvziv7rnw]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-spvziv7rnw]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: black;
}

.nav-item[b-spvziv7rnw]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-spvziv7rnw] {
        display: none;
    }

    .collapse[b-spvziv7rnw] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-spvziv7rnw] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

.bi[b-spvziv7rnw] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;

    margin-right: 1rem;
    margin-left: 1rem;
    top: -0.75rem;
    font-size: 1.5rem;

    background-size: cover;

}
/* /Pages/CarouselCard.razor.rz.scp.css */


/* Hero Section */
.hero-section[b-ulxh2z9s2w] {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    text-align: center;
    animation: fadeIn-b-ulxh2z9s2w var(--transition-duration) ease;
}

.hero-content h1[b-ulxh2z9s2w] {
    font-size: 3em;
    margin-bottom: 0.5em;
    animation: fadeInUp-b-ulxh2z9s2w var(--transition-duration) ease;
}

.hero-content p[b-ulxh2z9s2w] {
    font-size: 1.5em;
    animation: fadeInUp-b-ulxh2z9s2w var(--transition-duration) ease 0.5s;
}


/* Card Section */
.card-container[b-ulxh2z9s2w] {
    flex: 1;
    max-width: 50%;
    padding: 1%;
    height: 100%;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: left;
}

/* Carousel Section */
.carousel-content[b-ulxh2z9s2w] {
    flex: 1;
    max-width: 50%;
        display: flex;
    justify-content: center; /* Centers carousel items horizontally */
    align-items: center; /* Centers carousel items vertically */
}

/* Carousel Container */
.carousel-container[b-ulxh2z9s2w] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1%;
    flex-wrap: wrap;
    height: 85vh;
    padding-top: 5vh;
    padding-bottom: 5vh;
    z-index: 1;
}


.carousel-wrapper[b-ulxh2z9s2w] {
    width: 100%;
    position: relative;
}

.carousel-message[b-ulxh2z9s2w] {
    text-align: center;
    margin-bottom: 1em;
    font-style: italic;
}

.carousel-image[b-ulxh2z9s2w] {
    width: 100%;
    height: 50vh;
    object-fit: cover;
    border-radius: 10px;
    transition: transform var(--transition-duration);
}

    .carousel-image:hover[b-ulxh2z9s2w] {
        transform: scale(1.05);
    }

.carousel-caption[b-ulxh2z9s2w] {
    background-color: var(--overlay-color);
    padding: 10px;
    color: white;
    text-align: center;
    border-radius: 5px;
}


@keyframes fadeIn-b-ulxh2z9s2w {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideUp-b-ulxh2z9s2w {
    from {
        transform: translateY(20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeInUp-b-ulxh2z9s2w {
    from {
        transform: translateY(20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes bounce-b-ulxh2z9s2w {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }
}

@keyframes colorTransition-b-ulxh2z9s2w {
    from {
        background-color: white;
    }

    to {
        background-color: brown;
    }
}

/* Flying Animation (Horizontal Movement) */
@keyframes fly-b-ulxh2z9s2w {
    from {
        transform: translateX(0) scale(1);
    }

    to {
        transform: translateX(110vw) scale(1.2); /* Moves across the screen */
    }
}

/* Vertical Drift (Add Vertical Movement) */
@keyframes drift-b-ulxh2z9s2w {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(20px); /* Adds slight up-and-down movement */
    }
}


@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes slideUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-20px);
    }

    60% {
        transform: translateY(-10px);
    }
}

@-webkit-keyframes colorTransition {
    from {
        background-color: white;
    }

    to {
        background-color: brown;
    }
}

@-webkit-keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }
}
/* Flying Animation (Horizontal Movement) */
@-webkit-keyframes fly {
    from {
        transform: translateX(0) scale(1);
    }

    to {
        transform: translateX(110vw) scale(1.2); /* Moves across the screen */
    }
}

/* Vertical Drift (Add Vertical Movement) */
@-webkit-keyframes drift {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(20px); /* Adds slight up-and-down movement */
    }
}

    @media (min-aspect-ratio: 1/1) {
        .carousel-container[b-ulxh2z9s2w] {
            flex-direction: row;
            justify-content: center;
            align-items: flex-start;
            gap: 20px;
        }

        .card-container[b-ulxh2z9s2w],
        .carousel-content[b-ulxh2z9s2w] {
            flex: 1 1 45%;
            max-width: 45%;
        }

        .carousel-image[b-ulxh2z9s2w] {
            height: 50vh; /* Adjust the height for landscape view */
        }
    }

    @media (orientation: landscape) {
        .carousel-container[b-ulxh2z9s2w] {
            flex-direction: row;
            justify-content: center;
            align-items: flex-start;
            gap: 20px;
        }

        .card-container[b-ulxh2z9s2w],
        .carousel-content[b-ulxh2z9s2w] {
            flex: 1 1 45%;
            max-width: 45%;
        }

        .carousel-image[b-ulxh2z9s2w] {
            height: 50vh; /* Adjust the height for landscape view */
        }
    }


    /* Responsive Styles for Smaller Screens */
    @media (max-width: 768px) {
        .carousel-container[b-ulxh2z9s2w] {
            flex-direction: column;
            align-items: center;
            gap: 30px;
        }

        .card-container[b-ulxh2z9s2w],
        .carousel-content[b-ulxh2z9s2w] {
            flex: 1 1 100%;
            max-width: 90%;
        }

        .carousel-image[b-ulxh2z9s2w] {
            height: auto;
        }
    }

    @media (max-width: 480px) {
        .card-container[b-ulxh2z9s2w],
        .carousel-content[b-ulxh2z9s2w] {
            max-width: 100%;
            padding: 15px;
        }

        .carousel-caption[b-ulxh2z9s2w] {
            font-size: 1em;
        }
    }
/* /Pages/Home.razor.rz.scp.css */

.hero-section[b-02oipolt21] {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: linear-gradient(to bottom, var(--primary-color) 0%, var(--secondary-color) 100%);
/*    color: white;*/
/*    box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.5);*/
}

.hero-content h1[b-02oipolt21] {
    font-size: 3.5rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 1rem;
    animation: fadeInUp-b-02oipolt21 var(--transition-duration) ease-in;
}

.hero-content p[b-02oipolt21] {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    animation: fadeInUp-b-02oipolt21 var(--transition-duration) ease-in 0.5s;
}

.scroll-indicator[b-02oipolt21] {
    position: sticky;
    bottom: 0; /* Stick to the top when scrolling */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem;
    z-index: 10;
    animation: bounce-b-02oipolt21 1.5s infinite ease-in-out;
}


/* CarouselCard Component Styling */
.carousel-container[b-02oipolt21] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 3rem 1rem;
    background-color: var(--background-color);
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.1);
}

.card-container[b-02oipolt21] {
    flex: 1;
    min-width: 300px;
    max-width: 400px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}

.card-container:hover[b-02oipolt21] {
    transform: scale(1.05);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

.carousel-content[b-02oipolt21] {
    flex: 2;
    max-width: 800px;
    border-radius: 10px;
    overflow: hidden;
}

/* Carousel Items */
.carousel-image[b-02oipolt21] {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
    transition: transform var(--transition-duration);
}

.carousel-image:hover[b-02oipolt21] {
    transform: scale(1.03);
}

.carousel-caption[b-02oipolt21] {
    background: rgba(0, 0, 0, 0.6);
    color: white;
    text-align: center;
    padding: 1rem;
    border-radius: 5px;
    font-size: 1.2rem;
    margin-top: -2rem;
    z-index: 10;
}

/* Animations */
@keyframes fadeInUp-b-02oipolt21 {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes bounce-b-02oipolt21 {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}
/* /Pages/Projects.razor.rz.scp.css */
@keyframes fadeIn-b-t5ga2tvv2y {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideUp-b-t5ga2tvv2y {
    from { transform: translateY(20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

@keyframes fadeInUp-b-t5ga2tvv2y {
    from { transform: translateY(20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

@keyframes bounce-b-t5ga2tvv2y {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(10px);
    }
}

@keyframes colorTransition-b-t5ga2tvv2y {
    from { background-color: white; }
    to { background-color: brown; }
}

/* Flying Animation (Horizontal Movement) */
@keyframes fly-b-t5ga2tvv2y {
    from {
        transform: translateX(0) scale(1);
    }
    to {
        transform: translateX(110vw) scale(1.2); /* Moves across the screen */
    }
}

/* Vertical Drift (Add Vertical Movement) */
@keyframes drift-b-t5ga2tvv2y {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(20px); /* Adds slight up-and-down movement */
    }
}


@-webkit-keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@-webkit-keyframes slideUp {
    from { transform: translateY(20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

@-webkit-keyframes fadeInUp {
    from { transform: translateY(20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-20px); }
    60% { transform: translateY(-10px); }
}

@-webkit-keyframes colorTransition {
    from { background-color: white; }
    to { background-color: brown; }
}

@-webkit-keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(10px);
    }
}
/* Flying Animation (Horizontal Movement) */
@-webkit-keyframes fly {
    from {
        transform: translateX(0) scale(1);
    }
    to {
        transform: translateX(110vw) scale(1.2); /* Moves across the screen */
    }
}

/* Vertical Drift (Add Vertical Movement) */
@-webkit-keyframes drift {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(20px); /* Adds slight up-and-down movement */
    }
}
