@import url(https://fonts.googleapis.com/earlyaccess/nicomoji.css);
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap');

.website-title1 {
    font-family: 'Cain00', sans-serif;
    text-decoration: none;
}

* {
    font-family: 'Montserrat', sans-serif;
}

button {
    cursor: pointer;
}

a {
    cursor: pointer;
}

body {
    padding: 0;
    margin: 0;
    background-color: white;
    overflow-x: hidden;
}

nav {
    position: relative;
    top: 0;
    left: 0;
    width: calc(100vw - 80px);
    height: max-content;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    background-color: white;
    padding-bottom: 20px;
}

.search-button {
    display: block;
    position: absolute;
    top: -50px;
    left: 0;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    margin-left: 40px;
    margin-top: 0px;
    outline: none;
    border: none;
    background: none;
}

.search-icon {
    width: 100%;
    height: 100%;
    color: black;
    position: relative;
}

.cart-icon {
    position: relative;
}

.website-titles {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: max-content;
    text-align: center;
}

.website-title1 {
    position: relative;
    top: 0;
    left: 0;
    width: max-content;
    height: max-content;
    padding: 0;
    margin: 0;
    color: black;
}

.website-title2 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: max-content;
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-weight: normal;
    font-family: "Nico Moji";
    color: black;
}

.navs-div {
    display: block;
    position: absolute;
    top: -50px;
    right: 0;
    width: max-content;
    height: max-content;
    margin: 0;
    padding: 0;
    margin-top: 0;
    margin-right: 40px;
}

.favorite-button {
    position: relative;
    top: 0;
    left: 0;
    background: none;
    outline: none;
    border: none;
    color: black;
}

.cart-button {
    position: relative;
    top: 0;
    left: 0;
    background: none;
    outline: none;
    border: none;
    color: black; 
}

.lang-part {
    position: relative;
    top: 0;
    display: inline-block;
    left: 0;
    width: max-content;
    height: max-content;
}

.lang-text {
    position: relative;
    top: 0;
    left: 0;
    width: max-content;
    height: max-content;
    padding: 0;
    margin: 0;
    color: black;
    font-size: 20px;
}

.lang-button {
    position: relative;
    top: 0;
    left: 0;
    background: none;
    color: black;
    outline: none;
    border: none;
    display: inline-block;
}

.navs-navs {
    display: flex;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: max-content;
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-weight: normal;
    color: black;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.nav {
    position: relative;
    top: 0;
    left: 0;
    width: max-content;
    height: max-content;
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-weight: normal;
    color: black;
    text-decoration: none;
    display: inline-block;
}

.burger-menu {
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 1001;
    width: 60px;
    display: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.span {
    position: relative;
    top: 0;
    left: 0;
    width: 80%;
    height: 5px;
    background-color: black;
    display: inline-block;
    transition: all 0.3s ease;
}

.burger-menu.active .span1 {
    transform: rotate(45deg) translate(12px, 12px);
}

.burger-menu.active .span2 {
    opacity: 0;
}

.burger-menu.active .span3 {
    transform: rotate(-45deg) translate(12px, -12px);
}

#menu-together {
    position: relative;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    z-index: 1;
    background-color: transparent;
    width: auto;
    height: auto;
    display: block;
}

.nav6, .nav7, .nav5 {
    display: none;
}

@media screen and (max-width: 720px) {
    .nav {
        color: white;
    }

    .burger-menu {
        display: block;
    }

    .navs-navs {
        display: none;
    }

    #menu-together {
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        width: 100%;
        height: 120vh;
        background-color: rgba(68, 68, 68, 0.9);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.4s ease, visibility 0.4s ease;
    }

    #menu-together.active {
        opacity: 1;
        visibility: visible;
        overflow-y: auto;
    }

    #menu-together.active .navs-navs {
        display: block;
        position: relative;
        justify-content: normal;
        margin-top: 150px;
        overflow-y: auto;
        z-index: 10;
        margin-bottom: 100px;
    }

    #menu-together.active .nav {
        display: block;
        width: 100%;
        left: 0%;
        font-size: 30px;
        margin-bottom: 10px;
        top: 0;
        text-align: center;
    }

    .search-button {
        position: absolute;
        top: 100px;
        display: none;
    }

    .favorite-button {
        width: 30px;
        height: 30px;
        margin-right: 20px;
    }

    .cart-button {
        width: 30px;
        height: 30px;
        margin-right: 20px;
    }

    .favorite-icon {
        width: 30px;
        height: 30px;
    }

    .cart-icon {
        width: 30px;
        height: 30px;
    }

    .navs-div {
        position: absolute;
        top: 100px;
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .website-titles {
        text-align: left;
    }

    .website-title1 {
        font-size: 30px;
    }

    .website-title2 {
        font-size: 20px;
    }

    .burger-menu {
        width: 50px;
    }

    .span {
        height: 5px;
    }
}

@media screen and (max-width: 340px) {
    .website-title1 {
        font-size: 25px;
    }

    .website-title2 {
        font-size: 15px;
    }
}


        .content {
            flex-grow: 1;
        }

        .footer {
            color: white;
            border-top: 1px solid black;
            padding: 2rem 1rem;
        }

        .footer-container {
            max-width: 1280px;
            margin-left: auto;
            margin-right: auto;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: center;
            gap: 2rem;
        }

        @media (min-width: 768px) {
            .footer-container {
                flex-direction: row;
                padding-left: 2rem;
                padding-right: 2rem;
            }
            .footer {
                padding-left: 2rem;
                padding-right: 2rem;
            }
        }
        
        @media (min-width: 1024px) {
            .footer {
                padding-left: 4rem;
                padding-right: 4rem;
            }
        }

        .footer-left {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
        }

        @media (min-width: 768px) {
            .footer-left {
                align-items: flex-start;
                text-align: left;
            }
        }

        .logo-placeholder {
            width: 4rem;
            height: 4rem;
            border-radius: 0.5rem;
            margin-bottom: 1rem;
            object-fit: contain;
        }

        .copyright-text {
            font-size: 0.875rem;
            font-weight: 500;
            margin-bottom: 0.5rem;
            color: black;
        }

        .social-icons {
            display: flex;
            gap: 0.5rem;
            margin-top: 1rem;
        }

        .social-icon-placeholder {
            width: 2rem;
            height: 2rem;
            border-radius: 0.375rem;
            color: black;
        }

        .footer-nav {
            display: flex;
            flex-direction: column;
            align-items: center;
            font-size: 0.875rem;
            font-weight: 500;
            gap: 0.5rem;
            background: none;
            color: black;
        }

        @media (min-width: 900px) {
            .footer-nav {
                flex-direction: row;
                gap: 2rem;
            }
        }

        .footer-nav a {
            color: inherit;
            text-decoration: none;
            transition: color 0.2s ease;
        }

        .footer-nav a:hover {
            color: black;
        }

        /* "Made by" section styles */
        .footer-made-by {
            display: flex;
            justify-content: center;
            margin-top: 1rem;
        }

        @media (min-width: 900px) {
            .footer-made-by {
                justify-content: flex-end;
                margin-top: 0;
            }
        }

        .made-by-text {
            background-color: #4a5568;
            color: white;
            padding: 0.5rem 1.5rem;
            border-radius: 9999px; /* full rounded */
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            font-size: 0.5rem;
        }

        .no-scroll {
    overflow: hidden;
}

h1::selection {
  background: gray;
  color: black;
}

::selection {
  background: gray;
  color: black;
}

.black {
    background-color: black;
    color: black;
}

::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-track {
    background: #121212;
    border-radius: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #0f0f0f;
    border-radius: 8px;
    border: 3px solid #0f0f0f;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #0f0f0f;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #797979 #12121200;
}

* {
    -webkit-tap-highlight-color: transparent;
}

.burger-menu {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 35px;
    height: 28px;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    z-index: 1001;
}

.burger-menu .span {
    width: 100%;
    height: 4px;
    background-color: black;
    border-radius: 4px;
    transition: all 0.3s ease;
}

/* ACTIVE STATE */
.burger-menu.active .span1 {
    transform: translateY(12px) rotate(45deg);
}

.burger-menu.active .span2 {
    opacity: 0;
}

.burger-menu.active .span3 {
    transform: translateY(-12px) rotate(-45deg);
}

@media screen and (max-width: 720px) {
    .burger-menu {
        display: flex;
    }
}

a, p, h1, h2, h3, h4, h5, h6, span, li, button {
    user-select: none;       /* Standard */
    -webkit-user-select: none; /* Safari/Chrome */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* IE/Edge */
}