 body {
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
    margin: 0;
    padding: 0;
    background-attachment: fixed;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 100vh;
    flex-direction: column;
}

    video {
      width: 640px;
      max-width: 90%;
    height: 300px;
      border: 4px solid #323232;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
      justify-content: center;
      align-items: center;
    }


.luxury-title {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: white;
    background-color: #333;
    margin: 0;
    padding: 10px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
            background-image: url('images/logo.png'); /* נתיב לתמונת הרקע */
            background-position:top center; /* מיקום בצד שמאל */
            background-repeat: no-repeat; /* לא לחזור על התמונה */
    background-size: 144px 54px; /* גודל התמונה */

            padding-left: 180px; /* רווח לטקסט */
}

.luxury-title small {
    display: block;
    font-size: 18px;
    font-weight: normal;
    color: #00bcd4;
    margin-top: 5px;
}
       /* עיצוב למסך מלא */
        .fullscreen {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.9);
            justify-content: center;
            align-items: center;
            flex-direction: column;
    z-index: 1000; /* מעל התפריט */

        }

.imgTitle {
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
        .image-container {
            text-align: center;
            margin: 20px auto;
        }

        .image-container img {
            width: 100%;
            max-width: 700px;
            height: auto;
            border-radius: 15px;
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
        }
        .fullscreen img {
            max-width: 90%;
            max-height: 80%;
        }

.fullscreen .close {
    position: fixed;
    top: 10px;
    right: 30px;
    font-size: 24px;
    color: white;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    z-index: 1100; /* ודא שהוא מעל הגלריה */
}

        .fullscreen .prev, 
        .fullscreen .next {
            position: absolute;
            top: 50%;
            font-size: 40px;
            color: white;
            cursor: pointer;
            user-select: none;
        }

        .fullscreen .prev { left: 20px; }
        .fullscreen .next { right: 20px; }

        /* כותרת יוקרתית במסך מלא */
        .fullscreen-title {
            font-size: 32px;
            color: white;
            font-weight: bold;
            margin-bottom: 20px;
        }
.menu-toggle {
    display: none;
    cursor: pointer;
    font-size: 24px;
    color: white;
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 1002;
}

nav {
    background-color: #333;
    text-align: center;
    position: fixed;
    top: 70px;
    width: 100%;
    z-index: 1001;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

nav a {
    color: white;
    text-decoration: none;
    margin: 0 10px;
    font-size: 17px;
    padding: 8px 12px;
    transition: background-color 0.3s, color 0.3s;
}

nav a:hover {
    background-color: #444;
    color: #00bcd4;
    border-radius: 5px;
 font-weight: bold;

}
    .price {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        background-color: rgba(0, 0, 0, 0.4);
        color: white;
        padding: 5px 10px;
        font-size: 16px;
        border-radius: 5px;
        display: none;
    }

    img.active + .price {
        display: block;
    }

    #fullscreenPrice {
        position: absolute;
        bottom: 90px;
        left: 50%;
        transform: translateX(-50%);
        background-color: rgba(0, 0, 0, 0.4);
        color: white;
        padding: 10px;
        font-size: 18px;
        border-radius: 5px;
        display: none;
    }
.text-container {
position: relative;
top:110px;
    margin: 10px auto 10px auto;
    max-width: 600px;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: right;
    direction: rtl;


}

.text-container h1 {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
    text-align: center;
}

.text-container p, 
.text-container ul {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    margin: 10px 0;
}

.buttons-container {
   display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 20px; /* שמירה על מרווח של 20 פיקסלים מתחת לגלריה */
    margin-right: auto;
    margin-left: auto;



}

.action-button {
    font-size: 16px;
    padding: 10px 20px;
    background-color: #323232;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.action-button:hover {
    background-color: white;
    color: #00bcd4;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.luxury-footer {
    text-align: center;
    font-size: 18px;
    color: white;
    padding: 20px 0;
    background-color: #333;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
       
}

.luxury-footer span {
    color: #00bcd4;
}

/* Media Queries */
@media (max-width: 768px) {
    .menu-toggle {
        display: block;
    }

    nav {
        display: none;
        flex-direction: column;
    }

    nav.open {
        display: flex;
    }

    nav a {
        font-size: 14px;
        margin: 5px 0;
    }

    .text-container {
        margin: 10px 10px 20px 10px;
        padding: 15px;
    }

    .text-container h1 {
        font-size: 20px;
    }

    .text-container p, 
    .text-container ul {
        font-size: 16px;
    }

    .buttons-container {
        flex-direction: column;
        gap: 10px;

    }

    .action-button {
        font-size: 14px;
        padding: 8px 15px;
    }

}




.gallery-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;

}




.gallery {
    position: relative;
top:10px;
    margin-right: auto;
    margin-left: auto;
    width: 80%;
    max-width: 900px;
    height: 65%;
    max-height: 70vh;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
            border: 5px solid #333;
}
        .gallery-title {
            text-align: center;
            font-size: 24px;
            font-weight: bold;
            margin-top: 120px;
margin-right:auto;margin-left:auto;
            color: #333;
        }
.gallery img {
    width: 100%;
    height: auto;
    display: none;
    border-radius: 15px;
}

.gallery img.active {
    display: block;
}

.gallery .prev, .gallery .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #333;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
}

.gallery .prev { left: 10px; }
.gallery .next { right: 10px; }

.gallery .fullscreen-btn {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 20px;
background-color: rgba(51, 51, 51, 0.5);


    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    display: none;
    justify-content: center;
    align-items: center;
}

.fullscreen img {
    max-width: 90%;
    max-height: 90%;
}

.fullscreen .close, .fullscreen .prev, .fullscreen .next {
    position: absolute;
    color: white;
    font-size: 40px;
    cursor: pointer;
}

.fullscreen .close { top: 20px; right: 30px; }
.fullscreen .prev { left: 30px; top: 50%; transform: translateY(-50%); }
.fullscreen .next { right: 30px; top: 50%; transform: translateY(-50%); }

@media (max-width: 768px) {
    .gallery {
        max-width: 100%;
        border-radius: 10px;
    }

    .gallery .prev, .gallery .next {
        padding: 5px 10px;
        font-size: 14px;
    }

    .gallery .fullscreen-btn {
        padding: 8px 16px;
        font-size: 14px;
    }
}