html, body {
    overflow: hidden;
}

body {
    background: url('https://i.pinimg.com/736x/0b/41/25/0b41253a4041ddb57004d633e4979430.jpg') no-repeat fixed center/cover, #f5f5f5;
    color: #333;
    margin: 0;
    padding: 0;
    font-family: 'Fira Code', 'JetBrains Mono', 'Source Code Pro', monospace;
    font-size: 16px;
    line-height: 1.5;
}

h1, h2, a, p, code, pre, .navbar-nav .nav-item .nav-link, #team-introduction h2, #products h2, #team-introduction .section-title h3, #products .section-title h3, #team-introduction .section-title p, #products .section-title p {
    font-family: 'Fira Code', 'JetBrains Mono', 'Source Code Pro', monospace;
}

h1, h2 {
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

p {
    font-size: 1em;
    color: #333;
    line-height: 1.6;
    margin-bottom: 20px;
}

code {
    font-size: 1em;
    background-color: #f0f0f0;
    padding: 2px 4px;
    border-radius: 4px;
}

pre {
    font-size: 14px;
    background-color: #2e2e2e;
    color: #f8f8f8;
    padding: 10px;
    border-radius: 5px;
    overflow-x: auto;
}

.card-text {
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.card.bg-light .card-text {
    color: #333;
    text-shadow: none;
}

.card {
    background: url('https://i.pinimg.com/736x/0b/41/25/0b41253a4041ddb57004d633e4979430.jpg') no-repeat center/cover;
    color: white;
}

.navbar-nav .nav-item .nav-link {
    color: #333;
}

#team-introduction h2, #products h2 {
    font-size: 32px;
    color: #2f4f4f;
    text-align: center;
    margin-bottom: 20px;
}

#team-introduction .section-title h3, #products .section-title h3 {
    font-size: 24px;
    color: #ff6f61;
    margin-bottom: 15px;
}

#team-introduction .section-title p, #products .section-title p {
    font-size: 18px;
    color: #444;
    line-height: 1.6;
}

.img-fluid {
    margin-bottom: auto;
}

.carousel-inner {
    border-radius: 5vh;
}

.marquee-container {
    background-color: #f8efd9;
    border-radius: 10px;
    height: 30px;
    align-items: center;
    width: auto;
    color: black;
    border: 1px solid black;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    font: bold 10px Arial, sans-serif;
    letter-spacing: 2.5px;
}

.navbar {
    background: url('https://i.pinimg.com/736x/0b/41/25/0b41253a4041ddb57004d633e4979430.jpg') no-repeat center/cover, #e1c59a;
    color: #fff;
    margin: 20px 0 0;
    padding: 0;
    display: flex;
}

.navbar-nav {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.nav-item.custom-nav-item:nth-child(1) { background-color: #FFF6E3; border-radius: 10px 10px 0 0; max-width: 100px; }
.nav-item.custom-nav-item:nth-child(2) { background-color: #ded7fb; border-radius: 10px 10px 0 0; max-width: 100px; }
.nav-item.custom-nav-item:nth-child(3) { background-color: #BFECFF; border-radius: 10px 10px 0 0; max-width: 100px; }
.nav-item.custom-nav-item:nth-child(4) { background-color: #FFCCEA; border-radius: 10px 10px 0 0; max-width: 100px; }

.navbar-nav .nav-item {
    margin: 0 5px;
    width: 200px;
    height: 50px;
    text-align: center;
    border: 1px solid black;
    border-bottom: none;
}

.new-product-tag {
    margin: -5px;
    width: 200px;
    height: 40px;
    text-align: center;
}

.navbar-logo {
    height: 55px;
    width: auto;
    margin-top: -15px;
    display: block;
}

.navbar-nav .nav-item.active {
    background-color: #ff6f61;
    color: #fff;
    border-radius: 10px;
}

.navbar-nav .nav-item.active .nav-link, .navbar-nav .nav-item:hover {
    color: #fff;
}

.nav-item.custom-nav-item:hover {
    opacity: 0.8;
}

.hero {
    background-color: #f5f5f5;
    padding: 80px 0;
}

.hero h1 {
    font-size: 50px;
    color: #fff;
}

.hero .btn {
    margin-top: 20px;
}

footer {
    background-color: #333;
    color: #fff;
    padding: 20px 0;
}

#more, #checkout-section, #team-introduction, #products, #contact {
    background: url('https://i.pinimg.com/736x/0b/41/25/0b41253a4041ddb57004d633e4979430.jpg') no-repeat center/cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

#team-introduction .container { background-color: #FFF6E3; }
#new-products .container { background-color: #d29c7e; }
#products .container, #checkout-section .container { background-color: #ded7fb; }
#contact .container { background-color: #BFECFF; }
#more .container { background-color: #FFCCEA; }

#team-introduction #new-products .container {
    display: flex;
    justify-content: space-around;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 18px;
    scrollbar-width: none;
    height: max-content;
    border-radius: 20px;
}

#more .container, #checkout-section .container, #team-introduction .container, #products .container, #contact .container {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    padding: 10px 30px;
    border-radius: 20px;
    border-top-right-radius: 0;
    margin-left: 10px;
    margin-right: 10px;
    scrollbar-width: thin;
    max-width: 100%;
    max-height: 86vh;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #ccc;
}

#team-introduction, #checkout-section ul, #products ul {
    list-style: none;
    padding-left: 0;
}

#team-introduction, #checkout-section ul li, #products ul li {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

@media (max-width: 850px) {
    #more .container, #checkout-section .container, #team-introduction .container, #products .container, #contact .container {
        padding-left: 5px;
        padding-right: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    body, .hero h1, .hero .btn, footer, #team-introduction h2, #products h2, #team-introduction ul li, #products ul li, #team-introduction .section-title h3, #products .section-title h3, #team-introduction .section-title p, #team-introduction .section-title ul, #products .section-title p, #products .section-title ul {
        font-family: 'Fira Code', 'JetBrains Mono', 'Source Code Pro', monospace;
    }

    body {
        font-size: 12px;
    }

    .hero h1 {
        font-size: 30px;
    }

    .hero .btn, footer, #team-introduction ul li, #products ul li, #team-introduction .section-title p, #team-introduction .section-title ul, #products .section-title p, #products .section-title ul {
        font-size: 16px;
    }

    #team-introduction h2, #products h2 {
        font-size: 24px;
    }

    #team-introduction #new-products .container {
        padding-bottom: 0;
        padding-top: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    .cardproduct2 {
        padding-left: 0;
    }

    #team-introduction .section-title h3, #products .section-title h3 {
        font-size: 20px;
    }

    .hero {
        padding: 50px 0;
    }

    .navbar {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-left: -8px;
        margin-right: -8px;
    }

    .navbar .container {
        margin-top: -1.5vh;
    }

    .navbar-logo {
        margin-top: -50px;
    }

    .navbar-nav {
        flex-direction: column;
        justify-content: space-between;
        margin-top: 20px;
    }

    .navbar-nav .nav-item {
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }

    .navbar-nav .nav-item.active {
        background-color: unset;
    }

    .navbar-nav .nav-item.active .nav-link, .navbar-nav .nav-item:hover {
        color: #333;
    }

    #team-introduction .container, #products .container, #contact .container {
        max-height: 79dvh;
    }

    .marquee-container {
        width: auto;
        margin-top: -30px;
    }

    .navbar-toggler {
        display: block;
    }

    .navbar-collapse {
        display: none;
    }

    .navbar-nav {
        flex-direction: unset;
        align-items: center;
        margin-top: 20px;
    }

    .navbar-nav .nav-item {
        width: 30%;
        text-align: center;
        padding: 10px 0;
        height: 40px;
    }

    .navbar-collapse {
        display: block !important;
    }

    .navbar-toggler {
        display: none;
    }
}