        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        .video-container {
            width: 100%;
            height: 100vh;
            position: relative;
        }

        .video-container::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4));
            pointer-events: none;
            /* Ensure it doesn't interfere with interactions */
            z-index: 1;
        }

        .video-container video {
            width: 100%;
            height: 100%;
            object-fit: cover;
            /* Cover the entire container without distortion */
            position: relative;
            z-index: 0;
        }

        .video-container {
            position: relative;
            width: 100%;
            height: 100vh;
        }

        .video-overlay {
            position: absolute;
            top: 350px;
            left: 30px;
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: left;
            align-items: left;
            color: white;
            font-size: 50px;
            font-family: Arial, Helvetica, sans-serif;
            z-index: 2;
            /* Above the video */
            pointer-events: none;
            /* Allows clicks to pass through to the video */
        }
        .video-overlay p {
            left: 50px;
            padding: 20px;
            background-color: rgba(0, 0, 0, 0);
            border-radius: 10px;
        }

        .overlay1 {
            top: 340px;
            left: 50px;
            font-size: 44px;
            background-color: rgba(0, 0, 0, 0);
        }

        .overlay1 h2 {
            position: absolute;
            top: 100px;
            left: 7px;
            font-size: 24px;
            font-family: 'Times New Roman', Times, serif;
            background-color: rgba(0, 0, 0, 0);
        }

        .overlay2 {
            top: 280px;
            left: 44px;
            font-size: 50px;
            background-color: rgba(0, 0, 0, 0);
        }

        .overlay2 h2 {
            position: absolute;
            top: 210px;
            left: 7px;
            font-size: 24px;
            font-family: 'Times New Roman', Times, serif;
            background-color: rgba(0, 0, 0, 0);
        }

        .overlay2 h3 {
            position: absolute;
            top: -70px;
            left: 7px;
            font-size: 24px;
            font-family: 'Times New Roman', Times, serif;
            background-color: rgba(0, 0, 0, 0);
        }

        .overlay3 {
            top: 380px;
            left: 50px;
            font-size: 44px;
            background-color: rgba(0, 0, 0, 0);
        }

        .overlay3 h2 {
            position: absolute;
            top: 100px;
            left: 7px;
            font-size: 24px;
            font-family: 'Times New Roman', Times, serif;
            background-color: rgba(0, 0, 0, 0);
        }

        .overlay3 h3 {
            position: absolute;
            top: -65px;
            left: 7px;
            font-size: 24px;
            font-family: 'Times New Roman', Times, serif;
            background-color: rgba(0, 0, 0, 0);
        }

        .overlay4 {
            top: 280px;
            left: 50px;
            font-size: 44px;
            background-color: rgba(0, 0, 0, 0);
        }

        .overlay4 h2 {
            position: absolute;
            top: 200px;
            left: 7px;
            font-size: 24px;
            font-family: 'Times New Roman', Times, serif;
            background-color: rgba(0, 0, 0, 0);
        }

        .overlay4 h3 {
            position: absolute;
            top: -70px;
            left: 7px;
            font-size: 24px;
            font-family: 'Times New Roman', Times, serif;
            background-color: rgba(0, 0, 0, 0);
        }

        .overlay5 {
            top: 340px;
            left: 50px;
            font-size: 44px;
            background-color: rgba(0, 0, 0, 0);
        }

        .overlay5 h2 {
            position: absolute;
            top: 100px;
            left: 7px;
            font-size: 24px;
            font-family: 'Times New Roman', Times, serif;
            background-color: rgba(0, 0, 0, 0);
        }

        .overlay5 h3 {
            position: absolute;
            top: -70px;
            left: 7px;
            font-size: 24px;
            font-family: 'Times New Roman', Times, serif;
            background-color: rgba(0, 0, 0, 0);
        }

        .overlay6 {
            top: 280px;
            left: 50px;
            font-size: 44px;
            background-color: rgba(0, 0, 0, 0);
        }

        .overlay6 h2 {
            position: absolute;
            top: 200px;
            left: 7px;
            font-size: 24px;
            font-family: 'Times New Roman', Times, serif;
            background-color: rgba(0, 0, 0, 0);
        }

        .overlay6 h3 {
            position: absolute;
            top: -70px;
            left: 7px;
            font-size: 24px;
            font-family: 'Times New Roman', Times, serif;
            background-color: rgba(0, 0, 0, 0);
        }

        body {
            margin: 0;
            overflow: hidden;
        }

        /* Common styles for clickable elements */
        .clickable {
            cursor: pointer;
            /* Pointer cursor for all clickable elements */
            position: relative;
            display: inline;
            /* Text itself is clickable, not surrounding space */
            font-family: "High Tower Text", serif;
            color: white;
        }

        .clickable::after {
            content: '';
            position: absolute;
            bottom: -5px;
            /* Adjust distance from text */
            left: 0;
            width: 0;
            height: 1px;
            background-color: white;
            transform-origin: left;
            transition: width 0.3s ease-in-out;
        }

        .clickable:hover::after,
        .clickable.clicked::after {
            width: 100%;
            /* Expand underline on hover or when clicked */
        }

        .navbar {
            position: fixed;
            top: 27px;
            left: 100px;
            font-size: 13px;
            z-index: 7;
        }

        .top-right-buttons {
            position: fixed;
            top: 23px;
            right: 35px;
            display: flex;
            gap: 40px;
            align-items: center;
            z-index: 10;
            /* Ensure it's above videos */
        }

        /* Common button styles */
        .button {
            background-color: transparent;
            border: none;
            font-size: 12px;
            cursor: pointer;
            position: relative;
            color: white;
            display: flex;
            align-items: center;
            font-family: "High Tower Text", serif;
            padding: 8px 12px;
        }

        .button-text {
            position: relative;
            display: inline-block;
            /* Ensures the underline doesn't extend beyond the text */
        }

        /* Adjusted underline effect for .button-text */
        .button .button-text::after {
            content: '';
            position: absolute;
            bottom: -2px;
            /* Position the underline closer to the text */
            left: 0;
            width: 0;
            height: 1px;
            background-color: white;
            transform-origin: left;
            transition: width 0.3s ease-in-out;
        }

        .button:hover .button-text::after,
        .button.clicked .button-text::after {
            width: 100%;
            /* Expand underline on hover or when clicked */
        }

        /* Specific styles for language-button icon */
        .button.language-button .icon {
            margin-left: 5px;
            transition: transform 0.3s ease;
        }

        .button.language-button .button-text {
            margin-right: 5px;
        }
        
        .title {
            position: fixed;
            top: 20px;
            left: 50%;
            transform: translateX(-50%);
            font-size: 22px;
            font-weight: bold;
            z-index: 10;
            font-family: system-ui;
            color: white;
            cursor: pointer;
        }

        .language-container {
            position: relative;
            display: flex;
            align-items: center;
        }

        .language-dropdown {
            display: none;
            position: absolute;
            top: 100%;
            right: 0;
            background-color: transparent;
            padding: 10px;
            border-radius: 5px;
            z-index: 11;
        }

        .language-dropdown .lang-button {
            background: none;
            border: none;
            color: white;
            text-align: left;
            padding: 5px 10px;
            cursor: pointer;
            font-size: 14px;
            font-family: "High Tower Text", serif;
            opacity: 0;
            transform: translateY(-20px);
            transition: opacity 0.3s ease, transform 0.3s ease;
            text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
        }

        .language-dropdown.show .lang-button {
            opacity: 1;
            transform: translateY(0);
        }

        .language-container.open .icon {
            transform: rotate(180deg);
        }

        .language-dropdown.show {
            display: block;
        }

        .hamburger-menu {
            position: fixed;
            top: 30px;
            left: 50px;
            width: 30px;
            height: 24px;
            display: flex;
            flex-direction: column;
            gap: 5px;
            cursor: pointer;
            z-index: 10;
            transition: gap 0.3s ease;
        }

        .hamburger-menu .line {
            width: 100%;
            height: 3px;
            background-color: white;
            transition: all 0.3s ease;
        }

        .hamburger-menu:hover {
            gap: 10px;
            /* Increased gap on hover */
        }

        .hamburger-menu.clicked .line1 {
            transform: rotate(45deg) translate(5px, 5px);
        }

        .hamburger-menu.clicked .line2 {
            transform: rotate(-45deg) translate(5px, -5px);
        }

        .side-menu {
            position: fixed;
            top: 0;
            left: -600px;
            width: 600px;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            color: white;
            transition: all 0.5s ease;
            z-index: 9;
            padding: 80px 20px 20px 20px;
            box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.5);
        }

        .side-menu ul {
            list-style: none;
            padding: 0;
        }

        .side-menu ul li {
            margin: 20px 0;
        }

        .side-menu ul li a {
            position: relative;
            top: -10px;
            left: 35px;
            color: white;
            text-decoration: none;
            font-size: 38px;
            transition: color 0.3s ease;
            font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        }

        .side-menu ul li a:hover {
            color: gray;
        }

        .side-menu.open {
            left: 0;
        }

        .blur-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 600px;
            height: 100%;
            backdrop-filter: blur(5px);
            pointer-events: none;
            /* Allow clicks to pass through */
            z-index: 8;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .blur-overlay.show {
            opacity: 1;
        }

        /* Overlay for dimming and closing menu */
        .overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.3s ease;
            z-index: 7;
        }

        .overlay.show {
            opacity: 1;
            visibility: visible;
        }

        /* Align SVG and text vertically within buttons */
        .top-right-buttons .button {
            display: flex;
            align-items: center;
        }

        /* Define keyframes for clockwise rotation */
        @keyframes rotateCW {
            from {
                transform: rotate(0deg);
            }

            to {
                transform: rotate(360deg);
            }
        }

        /* Define keyframes for anticlockwise rotation */
        @keyframes rotateCCW {
            from {
                transform: rotate(360deg);
            }

            to {
                transform: rotate(0deg);
            }
        }

        .rotate-clockwise {
            animation: rotateCW 1.1s forwards;
        }
        .rotate-anticlockwise {
            animation: rotateCCW 1.1s forwards;
        }

        .collections-icon {
            transform-origin: center;
        }


        .footer {
            background-color: #000;
            color: #fff;
            padding: 20px;
            font-family: Arial, sans-serif;
        }

        .footer-main {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }

        .footer-section {
            margin: 10px 20px;
        }

        .footer-section h3 {
            color: #fff;
            font-size: 16px;
            margin-bottom: 10px;
        }

        .footer-section ul {
            list-style-type: none;
            padding: 0;
            margin: 0;
        }

        .footer-section ul li a {
            color: #fff;
            text-decoration: none;
            font-size: 14px;
        }

        .footer-section ul li a:hover {
            text-decoration: underline;
        }

        .footer-secondary {
            display: flex;
            justify-content: space-between;
            margin-top: 20px;
            flex-wrap: wrap;
        }

        .footer-social h3 {
            margin-bottom: 10px;
        }

        .footer-social a img {
            width: 24px;
            height: 24px;
            margin-right: 10px;
        }

        .footer-info a {
            display: block;
            color: #fff;
            text-decoration: none;
            margin-bottom: 5px;
        }

        .footer-info a:hover {
            text-decoration: underline;
        }

        .footer-languages {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 20px;
            border-top: 1px solid #444;
            padding-top: 10px;
        }

        .footer-languages span {
            font-size: 14px;
        }

        .language-options a {
            color: #fff;
            margin-left: 10px;
            text-decoration: none;
            font-size: 14px;
        }

        .language-options a:hover {
            text-decoration: underline;
        }