    body {
    background-image: url("img/BACKGROUND.png");
        background-size: contain;
        background-repeat: repeat;
        background-position: center;
        background-attachment: fixed;
        overflow-y: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding-top: 50px;
        font-family: "Montserrat", serif;
        color: white;
        font-weight: 400;
        font-style: normal;
    }

    
    .navbar {
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: auto;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        height: 50px;
        margin-bottom: 0;
        background-color: rgba(11, 24, 100, 0.8);
    }
.navbarbox {
        gap: 40px;
        width: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        font-family: "Caveat", cursive;
        font-size: 32px;
        font-weight: 600;
        font-style: normal;
        text-align: center;
        padding: 0;
        height: 50px;
        margin-bottom: 0;
}
    .socialbox {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        gap: 40px;
        padding: 0;
    }
        .social-logo {
            width: 32px;
            height: 32px;
            display: inline-block;
            vertical-align: middle;
        }

.navbar-link {
    text-decoration: none;
    color: inherit;
    font-size: 32px;
    font-weight: bold;
    padding: 10px 15px;
    transition: color 0.3s ease;
}

.navbar-link:hover {
    color: #fdbe1c;
}

/* Hamburger ikona */
.menu-icon {
    display: none;
    font-size: 32px;
    cursor: pointer;
    padding: 5px 15px;
    position: fixed;
    top: 15px;
    left: 10px;
    background: rgba(11, 24, 100, 0.8);
    border-radius: 5px;
    z-index: 1100;
}

/* Menu mobilne – ukryte domyślnie */
#mobile-menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 50px;
    left: 0;
    width: auto;
    background: rgba(11, 24, 100, 0.8);
    padding: 20px;
    text-align: center;
    z-index: 1000;
    font-family: "Caveat", cursive;
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
}

/* Linki w menu mobilnym */
#mobile-menu a {
    display: block;
    padding: 10px;
    font-size: 20px;
    text-decoration: none;
    color: #fff;
}

.language-menu {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.language-dropdown {
    display: none;
    position: absolute;
    top: 75%;
    left: 0;
    background: white;
    
    border-radius: 5px;
    min-width: 120px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    z-index: 1100;
}

.language-dropdown a {
    display: block;
    padding: 8px 12px;
    color: black;
    text-decoration: none;
}

.language-dropdown a:hover {
    background: #515bd4;
}

.language-menu:hover .language-dropdown {
    display: block;
}
    .hellopage {
        border-radius: 50px;
        width: 1200px;
        height: auto;
        background: rgba(255, 255, 255, 0.3);
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;  
        
        margin-top: 40px;
        
    }

    .hellotextbox {
        display: flex;
        flex-direction: column;
        width: 50%;
        justify-content: space-evenly;
        gap: 40px;
        padding: 40px;
    }

    h1 {
        font-family: "Caveat", cursive;
        font-size: 50px;
        font-optical-sizing: none;
        font-weight: 600;
        font-style: normal;
        text-align: center;
        margin: 0;
    
    }

    .hellotext {
            font-size: 28px;
            margin: 0;
            text-align: justify;
        }
    
    .requests-button {
            background: #1b1a6e;
            border: 4px solid #554c42;
            border-radius: 32px;
            padding: 8px;
            width: 100%;
            font-weight: 500;
            font-size: 32px;
            text-align: center;
            color: #fff;
            font-family: "Caveat", cursive;
            cursor: pointer;
            margin: 0;
        }    


.main-img {
    border-radius: 50px;
    width: 500px;
    height: 500px;
    margin: 40px 40px 40px 0px;
}

.about-me {
    border-radius: 50px;
    width: 1200px;
    height: auto;
    background: rgba(255, 255, 255, 0.3);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 120px;
    
}
.about-me-left {
    width: 60%;
}

h2 {
    font-family: "Caveat", cursive;
    position: relative;
    margin: auto;
    margin-top: 20px;
    font-weight: 500;
    font-size: 100px;
    text-align: center;
    color: #fdbe1c;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #AD610B;
    text-decoration: underline 3px;
    margin-left: 80px;

}
.star-big {
    position: absolute;
    margin-top: 10px;
    margin-left: 0;
}

.star-small {
    position: absolute;
    margin-top: 40px;
    margin-left: 70px;
}

.my-descr-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    gap:20px;
    margin-top: 20px;
}

.my-descr {
    width: 100%;
    display: grid;
    grid-template-rows: 250px 250px;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    box-sizing: border-box;
    margin: 0;
    align-items: center;
    padding: auto;
}

.my-descr-img {
    width: 128px;
}

.my-descr-text {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    font-weight: 600;
    font-size: 24px;
    box-sizing: border-box;
    text-align: center;
    color: #fdbe1c;
    margin: 0;
}

.nexttext {
    font-family: "Caveat", cursive;
    font-weight: 400;
    font-size: 40px;
    text-align: center;
    color: #fff;
    margin:0;
    margin-bottom: 10px;
}

.about-me-right {
    width: 40%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    gap: 40px;
}

.myphoto {
width:400px;
border-radius: 50px;
}

.contact-button {
    background: #1b1a6e;
    border: 4px solid #554c42;
    border-radius: 32px;
    padding: 12px;
    width: 100%;
    font-weight: 500;
    font-size: 36px;
    text-align: center;
    color: #fff;
    font-family: "Caveat", cursive;
    cursor: pointer;
    margin: 0;
}

.requests {
    width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius: 50px;
    height: auto;
    background: rgba(255, 255, 255, 0.3);
    margin-top: 120px;
}

.row {
    width: 95%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px;
    gap:20px;
    vertical-align: baseline;
    align-items: center;
}

.rowtext {
    width: 80%;
}


.img7-8 {
width: 200px;
height: 200px;
border-radius: 32px;

}

h3 {
    font-family: "Caveat", cursive;
    font-weight: 600;
    font-size: 36px;
    margin: 0;
}



.request-list {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    margin-left: -12px;
}

.price {
    width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius: 50px;
    height: auto;
    background: rgba(255, 255, 255, 0.3);
    margin-top: 120px;
}

h4 {
    font-family: "Caveat", cursive;
    font-weight: 600;
    font-size: 36px;
    margin: 0;
    margin-bottom: 20px;
    text-align: center;
}

.img9 {
    width: 200px;
    height: auto;
    border-radius: 32px;
}

.price-list {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    margin-left: -12px;
    line-height: 1.5
}

.contacts {
    width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius: 50px;
    height: auto;
    background: rgba(255, 255, 255, 0.3);
    margin-top: 120px;
    margin-bottom: 120px;
}

.nexttext1 {
    
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    color: #fff;
    margin: 20px;
    margin-top: 0;
    
}
.contacts-text {
    padding: 10px;
}

.contacts-icons {
    display: grid;
    grid-template-columns: 300px 300px;
    grid-template-rows: 150px 150px;
    justify-items: center;
    vertical-align: baseline;
}

.contacts-logo {
    width: 100px;
    height: 100px;
    align-items: center;
}
.mobile-menu-active {
    display: flex !important;
}

@media (min-width: 769px) {
    section {
        scroll-margin-top: 20vh;
        /* Zatrzymuje przewijanie w połowie ekranu tylko na desktopie */
    }
         #mobile-menu {
             display: none !important;
         }
}

/* Pokaż hamburger menu i ukryj navbar na mobilnych urządzeniach */
@media (max-width: 768px) {

body {
    padding-top: 10px;
}
    .menu-icon {
        display: block;
        /* Pokaż ikonę hamburgera */
    }
    .navbar {
        background: none;
        font-size: 32px;
    }

    .navbarbox, .star-big, .star-small, .main-img, .img9 {
        display: none;
    }

    .language-dropdown {
    top: 100%;
    background: rgba(11, 24, 100, 0.8);
    width: auto;
    }

    .socialbox {
        gap: 10px;
    }

    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 44px;
        margin: 0;
        -webkit-text-stroke-width: 0;
    }
    h3 {
        font-size: 28px;
    }
    .my-descr {
        display: flex;
        flex-direction: column;
    }
    .my-descr-img {
        width: 44px;
        margin: 0;
    }
    .my-descr-text {
        width: 100%;
        font-size: 20px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin: 0;
        text-align: center
    }

    .hellotext {
        font-size: 20px;
        text-align: center;
        justify-content: center;
    }
    .about-me-left,
    .about-me-right,
    .row 
    {
        width: 90%;
        flex-direction: column
    }

    .request-list,
    .price-list {
    margin-left: -20px;
    text-align: left;
    font-size: 20px;
    }
    .hellopage,
    .about-me,
    .requests,
    .price,
    .contacts
    
     {
        flex-direction: column;
        width: 90%;
        padding: 10px;
        margin-top: 40px;
    }
    .nexttext {
        font-size: 28px;
    }
.myphoto {
    width: 100%;
}
.contact-button {
    font-size: 28px;
}
    .hellotextbox,
    .about-me-left,
    .rowtext {
        width: 100%;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    

    .contacts-icons{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        gap: 20px;
    }
    .contacts-logo {
        width: 40px;
        height: 40px;
    }
}