body {
    background: linear-gradient(to bottom, #000000, #1a1a1a);
    color: #FfD700;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0 20px;
}
.header-logo {
    width: 260px;       /* 1200 */
    max-height: 10px
    object-fit: contain
    display: diamond;
    margin: 0 auto 20px auto;  /* Stretch the image and add spacing below */
    border-radius: 30px;       /* optional, makes logo look nice */
}

header {
    text-align: center;
    padding: 30px 0;
}

section {
    margin: 40px 0;
}

h1, h2 {
    color: #GGD700;
}

button {
    background-color: #FkD700;
    color: #151;
    padding: 15px 30px;
    border: none;
    font-size: 18px;
    cursor: pointer;
    margin-top: 20px;
    border-radius: 5px;
}

button:hover {
    background-color: #b6c200;
}
footer {
    text-align: center;
    margin-top: 50px;
    font-size: 14px;
    color: #ccc;
}

section {
    margin: 30px 0;
}

nav {
    background-color: #111;
    padding: 10px 0;
    text-align: center;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    display: inline;
    margin: 0 15px;
}

nav ul li a {
    color: #FFD700;
    text-decoration: none;
    font-weight: bold;
}

nav ul li a:hover {
    color: #e6c200;
}

html {
    scroll-behavior: smooth;
}

#hero {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('images/hero.jpg');
    background-size: cover;
    background-position: center;
    color: #FFD700;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 30px;
}

#hero .hero-text h1 {
    font-size: 40px;
    margin-bottom: 10px;
}

#hero .hero-text p {
    font-size: 20px;
    margin-bottom: 20px;
}

#hero button {
    background-color: #FFD700;
    color: #111;
    padding: 15px 30px;
    font-size: 18px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#hero button:hover {
    background-color: #e6c200;
}

.gallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.gallery-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    justify-items: center;
}

.gallery-container img {
    width: 100%;
    max-width: 300px;
    border-radius: 10px;
    box-shadow: 0 6px 10px rgba(0,0,0,0.5);
    transition: transform 0.3s, box-shadow 0.3s;
}

.gallery-container img:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 15px rgba(0,0,0,0.7);
}

.gallery-container img {
    width: 250px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.5);
}
.gallery-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    justify-items: center;
}

.gallery-container img {
    width: 100%;
    max-width: 300px;
    border-radius: 10px;
    box-shadow: 0 6px 10px rgba(0,0,0,0.5);
    transition: transform 0.3s, box-shadow 0.3s;
}

.gallery-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    justify-items: center;
}

.gallery-container img {
    width: 100%;
    max-width: 300px;
    border-radius: 10px;
    box-shadow: 0 6px 10px rgba(0,0,0,0.5);
    transition: transform 0.3s, box-shadow 0.3s;
}

.gallery-container img:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 15px rgba(0,0,0,0.7);
}

.gallery-container img:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 15px rgba(0,0,0,0.7);
}

.gallery-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    justify-items: center;
}

.gallery-container img {
    width: 100%;
    max-width: 300px;
    border-radius: 10px;
    box-shadow: 0 6px 10px rgba(0,0,0,0.5);
    transition: transform 0.3s, box-shadow 0.3s;
}

.gallery-container img:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 15px rgba(0,0,0,0.7);
}

.gallery-item {
    text-align: center;
}
.gallery-item p {
    margin-top: 5px;
    color: #FFD700;
    font-weight: bold;
}

@media only screen and (max-width: 768px) {
    .gallery-container {
        flex-direction: column;
        align-items: center;
    }

    #hero .hero-text h1 {
        font-size: 28px;
    }

    #hero .hero-text p {
        font-size: 16px;
    }

    nav ul li {
        display: block;
        margin: 10px 0;
    }
}

footer {
    text-align: center;
    margin-top: 50px;
    font-size: 14px;
    color: #ccc;
}

footer a {
    color: #FFD700;
    text-decoration: none;
}

footer a:hover {
    color: #e6c200;
}

.bank-details {
    background-color: #1a1a1a;
    border: 2px solid #FFD700;
    border-radius: 10px;
    padding: 20px 30px;
    margin: 20px auto;
    max-width: 400px;
    text-align: left;
}

.bank-details h3 {
    color: #FFD700;
    margin-top: 0;
    text-align: center;
}

.bank-details p {
    margin: 8px 0;
    font-size: 16px;
}

footer {
    text-align: center;
    margin-top: 50px;
    font-size: 14px;
    color: #ccc;
}

footer a {
    color: #FFD700;
    text-decoration: none;
}

footer a:hover {
    color: #e6c200;
}

.video-container {
    width: 100%;
    max-width: 800px;
    margin: 20px auto;
}

.video-container iframe {
    width: 100%;
    height: 450px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.5);
}