/* /Layout/Gallery.razor.rz.scp.css */
.carousel[b-l3e2tpug5r] {
    position: relative;
    max-width: 65%;
    margin: auto;
    overflow: hidden;
}

.carousel-inner[b-l3e2tpug5r] {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-item[b-l3e2tpug5r] {
    min-width: 100%;
    transition: opacity 0.5s ease-in-out;
}

    .carousel-item img[b-l3e2tpug5r] {
        width: 100%;
        height: auto;
        display: block;
    }

    .carousel-item.active[b-l3e2tpug5r] {
        opacity: 1;
    }

    .carousel-item:not(.active)[b-l3e2tpug5r] {
        opacity: 0;
    }

.prev[b-l3e2tpug5r], .next[b-l3e2tpug5r] {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next[b-l3e2tpug5r] {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    .prev:hover[b-l3e2tpug5r], .next:hover[b-l3e2tpug5r] {
        background-color: rgba(0,0,0,0.8);
    }
/* /Layout/MainLayout.razor.rz.scp.css */
@media screen and (max-width: 768px) {
    .site-title[b-dnnxs6m04b] {
        margin-top: 1rem;
        text-align: center; /* Added to align everything in the center */
    }

    .site-title h1[b-dnnxs6m04b] {
        font-size: 3rem;
        text-align: center; /* Added to align everything in the center */
    }

    .site-title p[b-dnnxs6m04b] {
        font-size: 1rem;
        color: #ccc;
        text-align: center; /* Added to align everything in the center */
    }

    .site-title button[b-dnnxs6m04b] {
        margin: 0.5rem;
        padding: 0.5rem 1rem;
        font-size: 0.8rem;
        text-align: center; /* Added to align everything in the center */
    }

    .gecko_logo[b-dnnxs6m04b] {
        width: 150px;
        height: 150px;
        margin: 0 auto; /* Added to align the logo in the center horizontally */
        display: block; /* Added to align the logo in the center horizontally */
    }
}
@media screen and (min-width: 768px) {

    .site-title[b-dnnxs6m04b] {
        margin-top: 1rem;
        text-align: center; /* Added to align everything in the center */
    }

        .site-title h1[b-dnnxs6m04b] {
            font-size: 5rem;
            text-align: center; /* Added to align everything in the center */
        }

        .site-title p[b-dnnxs6m04b] {
            font-size: 1rem;
            color: #ccc;
            text-align: center; /* Added to align everything in the center */
        }

        .site-title button[b-dnnxs6m04b] {
            margin: 0.5rem;
            padding: 0.5rem 1rem;
            font-size: 0.8rem;
            text-align: center; /* Added to align everything in the center */
        }

    .gecko_logo[b-dnnxs6m04b] {
        width: 250px;
        height: 250px;
        margin: 0 auto; /* Added to align the logo in the center horizontally */
        display: block; /* Added to align the logo in the center horizontally */
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar[b-89arracjno] {
    display: flex;
    justify-content: space-around;
    background-color: #333;
    padding: 1rem;
}

    .navbar a[b-89arracjno] {
        color: white;
        text-decoration: none;
        padding: 0.5rem;
    }

@media (min-width: 1025px) {
    .navbar-toggler[b-89arracjno] {
        display: none;
    }

    .collapse[b-89arracjno] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Pages/MarsTanks/MarsTanksPage.razor.rz.scp.css */
.video-container[b-slanyy2bt7] {
    position: relative;   
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 65%;
    background: #000;
    margin: 0 auto; /* Center the container */
}
    .video-container iframe[b-slanyy2bt7] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
