  /* Navigation Bar */
        nav {
            width: 100%;
            background-color: #4d2e95;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 8px 0;
            flex-wrap: wrap;
        }

        nav a {
            color: white;
            padding: 10px 20px;
            text-decoration: none;
            font-size: 1.1rem;
            font-weight: bold;
            text-align: center;
        }

        nav a:hover {
            background-color: #9bc444;
        }

        body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            display: flex;
            flex-direction: column;
            min-height: 100vh;
            justify-content: flex-start;
            align-items: center;
            background: url('https://mkadolls.com/images/side1.png') left top repeat-y, 
                        url('https://mkadolls.com/images/side2.png') right top repeat-y, 
                        url('https://mkadolls.com/images/dollbk.JPG') center center no-repeat;
            background-size: 150px auto, 150px auto, cover;
        }

        .content-wrapper {
            width: 93%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 10px;
            background-color: transparent;
        }

        header {
            background-color: rgba(255, 98, 161, 0.9);
            color: white;
            padding: 0.5rem;
            text-align: center;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            width: 100%;
        }

        header img {
            max-width: 100%;
            height: auto;
        }

        .container {
            background-color: #9bc444;
            padding: 2rem;
            border-radius: 15px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin-top: 20px;
            text-align: center;
        }

        .coming-soon {
            font-size: 2rem;
            font-weight: bold;
            color: #df5981;
            text-shadow: 2px 2px 10px #FF62A1;
        }

        .copyright {
            text-align: center;
            padding: 10px;
            font-size: 0.9rem;
            color: #fff;
            background: #4d2e95;
            width: 100%;
            margin-top: auto;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
        }

        .instagram-links {
            display: flex;
            gap: 10px;
            justify-content: center;
            align-items: center;
            margin-top: 10px;
        }

        .instagram-links a img {
            width: 30px;
            height: 30px;
        }
        .info-container {
            display: flex;
            flex-direction: column;
            align-items: center;
            background: white;
            padding: 10px;
            border-radius: 10px;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
            max-width: 1000px;
            width: 100%;
            margin-top: 10px;
            margin-bottom: 10px;
        }
        .info-content {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 100%;
        }
        .info-content img {
            width: 100%;
            max-width: 400px;
            height: auto;
            border-radius: 10px;
            margin-bottom: 10px;
            display: block;
            margin-left: auto;
            margin-right: auto;
        }
        .info-text {
            text-align: left;
            width: 100%;
            font-size: 14px;
        }
        .links {
            margin-top: 20px;
            text-align: center;
        }

        .links a {
            display: inline-block;
            padding: 10px 20px;
            margin: 10px;
            text-decoration: none;
            background-color: #4d2e95;
            color: white;
            font-weight: bold;
            border-radius: 5px;
            text-align: center;
            transition: background-color 0.3s ease;
        }

        .links a:hover {
            background-color: #df5981;
        }        .video {
            margin-top: 10px;
            width: 100%;
        }
        .video iframe {
            width: 50%;
            height: 300px;
            border-radius: 10px;
        }
          .go-back-container {
            text-align: center;
            margin-top: 20px;
        }

        .go-back-button {
            background-color: #9bc444;
            color: white;
            padding: 10px 20px;
            font-size: 1.2rem;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
        }

        .go-back-button:hover {
            background-color: #df5981;
        }
.video-container {
  max-width: 50%; /* Allow it to be full width */
  margin: 0 auto; /* Center it horizontally */
  padding: 20px; /* Add some space around the video */
}

#video-player {
  width: 100%; /* Make the video responsive */
  height: auto; /* Maintain aspect ratio */
  max-width: 800px; /* Optional: limit max width */
  display: block; /* Center on the page */
  margin: 0 auto;
}
}
    .big-mobile5 {
        max-width: 50% !important;
        height: auto !important;
    }

/* Mobile Styles */
@media (max-width: 767px) {
  #video-player {
    width: 100%; /* Full width on mobile */
    height: auto; /* Maintain aspect ratio */
  
}
    .big-mobile {
        max-width: 80% !important;
        height: auto !important;
    }
    .big-mobile4 {
        max-width: 1.5% !important;
        height: auto !important;
    }

    .big-mobile3 {
        max-width: 20% !important;
        height: auto !important;
    }
    .big-mobile2 {
        max-width: 100% !important;
        height: auto !important;
        height: auto !important;
    } 
}
.circle-image {
    width: 150px; /* Adjust size as needed */
    height: 150px; /* Ensure it's the same as width to keep it a circle */
    border-radius: 50%; /* Makes it a circle */
    border: 5px solid #9bc444; /* Adjust border color and size */
    object-fit: cover; /* Ensures the image covers the circular area */
    display: block;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3); /* Soft shadow */
}  

h3 {
    font-size: 1.4rem;
    font-weight: bold;
    -webkit-text-stroke: 1px #7d7df7; /* Solid border around letters */
    color: white; /* Font color */
    text-align: center;
    margin-top: 50px;
    text-transform: uppercase;
    text-decoration: underline; /* Add underline */
    letter-spacing: -1px; /* Adjust spacing between letters */
}
        .gallery {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 10px;
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0;
            box-sizing: border-box;
        }

        .gallery div {
            position: relative;
            overflow: hidden;
            border-radius: 12px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
            cursor: pointer;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .gallery div:hover {
            transform: scale(1.05);
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
        }

        .gallery div img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 12px;
            transition: transform 0.3s ease;
        }

        /* Add colorful borders */
        .gallery div:nth-child(odd) {
            border: 5px solid #FF6F61; /* Coral */
        }
        .gallery div:nth-child(even) {
            border: 5px solid #6B8E23; /* Olive */
        }
        .gallery div:nth-child(3n) {
            border: 5px solid #FF7F50; /* Salmon */
        }
        .gallery div:nth-child(4n) {
            border: 5px solid #20B2AA; /* LightSeaGreen */
        }

        /* Make images more compact but dynamic */
        .gallery div {
            max-width: 100%;
            height: 200px;
        }

        /* Responsive design */
        @media screen and (max-width: 768px) {
            .gallery {
                grid-template-columns: repeat(2, 1fr);
            }
        }
    .spotlight {
        background-color: #f7f7f7;
        padding: 15px;
        margin-top: 20px;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .spotlight h2 {
        text-align: center;
        font-size: 1.75rem;
        margin-bottom: 15px;
        color: #4d2e95;
    }

    .spotlight-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 15px;
    }

    .spotlight-text {
        flex: 1;
        background-color: #ffffff;
        padding: 15px;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        max-width: 30%;
    }

    .spotlight-media {
        flex: 2;
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: space-between;
    }

    .videos,
    .photos {
        display: flex;
        flex-direction: column;
        gap: 15px;
        flex: 1;
    }

    .video-item,
    .photo-item {
        text-align: center;
    }

    .video-item video,
    .photo-item img {
        width: 100%;
        max-width: 100%;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }


    .video-description,
    .photo-description {
        font-size: 0.875rem;
        margin-top: 5px;
        color: #555;
    }

h3 {
    font-size: 1.4rem;
    font-weight: bold;
    -webkit-text-stroke: 1px #7d7df7; /* Solid border around letters */
    color: white; /* Font color */
    text-align: center;
    margin-top: 10px;
    text-transform: uppercase;
    text-decoration: underline; /* Add underline */
    letter-spacing: -1px; /* Adjust spacing between letters */
}

.ooak-collection {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.ooak-collection img {
    max-width: 100%;
    height: auto;
    display: block;
}
@media (max-width: 768px) {
    h3 {
        font-size: 1.2rem; /* Smaller font size on mobile */
    }
    @media (max-width: 768px) {
        .spotlight-content {
            flex-direction: column;
            align-items: center;
        }

        .spotlight-text {
            max-width: 90%;
            margin-bottom: 15px;
        }

        .video-item,
        .photo-item {
            flex: 1 1 100%;
            margin-bottom: 15px;
        }

        .videos,
        .photos {
            display: block;
        }
    }

    @media (max-width: 480px) {
        .spotlight h2 {
            font-size: 1.5rem;
        }

        .video-description,
        .photo-description {
            font-size: 0.75rem;
        }
    }@media screen and (max-width: 768px) {
    .video-container iframe {
        max-width: 320px;  /* Adjust width for mobile */
        height: 180px;     /* Adjust height for mobile */
    }
}
/* Ensure images scale properly on mobile */
@media screen and (max-width: 768px) {
    .gallery {
        grid-template-columns: repeat(2, 1fr); /* Adjust grid to 2 columns for tablets */
        width: 90%; /* Adjust width to give some margin on smaller screens */
        max-width: 800px; /* Limit the maximum width */
        margin: 0 auto; /* Center the gallery */
    }

    .gallery div {
        height: 50px; /* Smaller height for mobile */
    }
}

@media screen and (max-width: 480px) {
    .gallery {
        grid-template-columns: 1fr; /* Single column on small screens */
    }

    .gallery div {
        height: 150px; /* Even smaller height on very small screens */
    }
