html{
    scroll-behavior: smooth;
    padding: 0;
    margin: 0;
}

::-webkit-scrollbar {
    width: 7px;
}


::-webkit-scrollbar-track {
    background: #1f1f1f;
}


::-webkit-scrollbar-thumb {
    background-color: #f3ef00;
    border-radius: 6px;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    scroll-behavior: smooth;
}

:root {
    --primary: #f3be00;
    --secondary: #000;
    --accent: #1A1A1A;
}
.btn {
    display: inline-block;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background: var(--primary);
    color: #000;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1,5rem;
    border-radius: 8px;
    margin: 0 10px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
  }
 
  #age-modal,
  #adult-only-modal {
    background-color: #221e1e;
    padding: 20px;
    text-align: center;
    max-width: 400px;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  }
 
  #adult-only-modal {
    display: none;
  }
 
  h2,
  p {
    margin-bottom: 20px;
  }
  
 
  input[type="radio"] {
    display: none;
  }
 
  input[type="radio"]#over18:checked~#overlay {
    display: none;
  }
 
  input[type="radio"]#under18:checked~#overlay #age-modal {
    display: none;
  }
 
  input[type="radio"]#under18:checked~#overlay #adult-only-modal {
    display: block;
  }

body {
    background: var(--secondary);
    color: #FFF;
    line-height: 1.6;
}

header {
    padding: 5px 20px;
    background: var(--secondary);
    position: fixed;
    width: 100%;
    height: 63px;
    top: 0;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.15vw solid var(--primary);
}

header h1 {
    font-size: 18px;
    color: var(--primary);
    text-transform: uppercase;
}

.nudahgzp {
    display: flex;
    gap: 2.5vw;
}

.nudahgzp a {
    color: #FFF;
    text-decoration: none;
    font-size: 1.3vw;
    font-weight: 500;
    transition: 0.3s;
    position: relative;
}

.nudahgzp a:hover {
    color: var(--primary);
}

.nudahgzp a::after {
    content: '';
    position: absolute;
    bottom: -0.5vw;
    left: 0;
    width: 0;
    height: 0.15vw;
    background: var(--primary);
    transition: 0.3s;
}

.nudahgzp a:hover::after {
    width: 100%;
}

.uskpjfhj {
    margin-top: 8vw;
    padding: 6vw 5vw;
    text-align: center;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.9), rgba(26, 24, 0, 0.9));
}

.uskpjfhj h1 {
    font-size: 4vw;
    color: var(--primary);
    margin-bottom: 1.5vw;
    text-shadow: 0 0 2vw rgba(234, 255, 0, 0.3);
}

.uskpjfhj h2 {
    font-size: 2vw;
    font-weight: 300;
    max-width: 60vw;
    margin: 0 auto;
    line-height: 1.8;
    color: #CCCCCC;
}

.uskpjfhjop {
    padding: 6vw 5vw;
  

    text-align: center;
    
}


.uskpjfhjop h1 {
    font-size: 4vw;
    color: var(--primary);
    margin-bottom: 1.5vw;
    
}

.uskpjfhjop h2 {
    font-size: 2vw;
    font-weight: 300;
    max-width: 60vw;
    margin: 0 auto;
    line-height: 1.8;
    color: #CCCCCC;
}

.rzeuieee {
    padding: 5vw;
    background: var(--accent);
}

.rzeuieee h3 {
    font-size: 2.5vw;
    text-align: center;
    margin-bottom: 3vw;
    color: var(--primary);
}

.xkbawsdo {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2vw;
    max-width: 120vw;
    margin: 0 auto;
}

.luxmenab {
    background: rgba(255,255,255,0.03);
    padding: 2.5vw;
    border-radius: 1vw;
    border: 0.1vw solid rgba(255, 255, 0, 0.2);
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.luxmenab:hover {
    background: rgba(255, 191, 0, 0.05);
    transform: translateY(-0.5vw);
}

.luxmenab h1 {
    font-size: 1.8vw;
    color: var(--primary);
    margin-bottom: 1vw;
}

.luxmenab h2 {
    font-size: 1.3vw;
    font-weight: 300;
    line-height: 1.6;
    text-align: center;
    color: #AAAAAA;
}

.luxmenab img {
    width: 33%;
    margin-top: 2vw;
    border-radius: 0.5vw;
}





.rmiesfse {
    flex: 0 0 30vw;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.rmiesfse h1 {
    font-size: 7.5vw;
    color: var(--primary);
    margin: 0;
}

.rmiesfse h2 {
    font-size: 3.5vw;
    margin: -3vw 0 0 0;
    font-weight: 700;
    align-self: center;
}

.wccqkiqg {
    padding: 5vw;
    background: var(--accent);
}

.wubkable {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2vw;
    max-width: 120vw;
    margin: 0 auto;
}

.fqivafja {
    position: relative;
    border-radius: 1vw;
    overflow: hidden;
    transition: 0.3s;
}

.fqivafja:hover {
    transform: scale(1.02);
    box-shadow: 0 0 2vw rgba(255, 166, 0, 0.2);
}

.fqivafja img {
    width: 100%;
    height: 20vw;
    object-fit: cover;
    filter: grayscale(0.3);
    transition: 0.3s;
}

.fqivafja:hover img {
    filter: grayscale(0);
}

.fqivafja a {
    position: absolute;
    bottom: 1.5vw;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary);
    color: #FFF;
    padding: 1vw 2.5vw;
    border-radius: 0.3vw;
    text-decoration: none;
    font-size: 1.2vw;
    transition: 0.3s;
}

.fqivafja a:hover {
    background: #cc8b00;
    box-shadow: 0 0 1.5vw rgba(255,0,0,0.3);
}

.mscvpvfk {
    padding: 6vw 5vw;
    background: var(--secondary);
}

.winwwxub {
    max-width: 50vw;
    margin: 0 auto;
}

.winwwxub h2 {
    font-size: 2.5vw;
    color: var(--primary);
    margin-bottom: 2vw;
    text-align: center;
}

form {
    display: flex;
    flex-direction: column;
    gap: 1.5vw;
}

label {
    font-size: 1.2vw;
    color: var(--primary);
}


input,
textarea {
    padding: 1.2vw;
    background: rgba(255,255,255,0.05);
    border: 0.1vw solid rgba(255, 221, 0, 0.3);
    border-radius: 0.3vw;
    color: #FFF;
    font-size: 1.1vw;
    transition: 0.3s;
}

input:focus,
textarea:focus {
    border-color: var(--primary);
    outline: none;
    background: rgba(255, 208, 0, 0.03);
}

button {
    background: var(--primary);
    color: #FFF;
    padding: 1.2vw;
    border: none;
    border-radius: 0.3vw;
    cursor: pointer;
    font-size: 1.3vw;
    transition: 0.3s;
    margin-top: 1vw;
}

button:hover {
    background: #bba500;
    letter-spacing: 0.05vw;
}

footer {
    padding: 4vw 5vw;
    background: var(--accent);
    text-align: center;
}

footer p {
    font-size: 1.2vw;
    line-height: 1.8;
    color: #888;
    max-width: 80vw;
    margin: 0 auto 2vw;
}

.itwzkeic {
    display: flex;
    justify-content: center;
    gap: 2vw;
    margin: 3vw 0;
}

.itwzkeic img {
    height: 4vw;
    opacity: 0.7;
    transition: 0.3s;
}

.itwzkeic img:hover {
    opacity: 1;
}

footer h4 {
    font-size: 1.2vw;
    color: #666;
    margin-top: 2vw;
}

.otlwltod {
    display: flex;
    justify-content: center;
    gap: 2vw;
    margin: 3vw 0;
}

.otlwltod a {
    flex: 0 0 auto;
    padding: 0.7vw 0;
    border-radius: 0.8vw;
    text-decoration: none;
    font-size: 2vw;
    font-weight: 600;
    transition: all 0.3s ease;
    text-align: center;
    background: #ffd500;
    color: white;
    border: 0.2vw solid #ccbb00;
}

.otlwltod a:nth-child(1) {
    width: 14vw;
}

.otlwltod a:nth-child(2) {
    width: 9vw;
}

.otlwltod a:hover {
    background: #ccaa00;
    transform: translateY(-0.3vw);
    box-shadow: 0 0.5vw 1vw rgba(255, 221, 0, 0.2);
}

.ijqecmab {
    padding: 5vw;
    background: var(--secondary);
}

.iwzkcwph {
    max-width: 100vw;
    margin: 0 auto;
}

.iwzkcwph h1 {
    color: var(--primary);
    font-size: 2.5vw;
    margin: 3vw 0 2vw;
    padding-bottom: 1vw;
    border-bottom: 0.15vw solid rgba(255, 238, 0, 0.3);
    letter-spacing: 0.1vw;
}

.iwzkcwph h3 {
    font-size: 1.8vw;
    font-weight: 300;
    line-height: 1.8;
    color: #CCCCCC;
    margin-bottom: 3vw;
    padding-left: 2vw;
    border-left: 0.3vw solid rgba(255,238,0,0.3);
}

.iwzkcwph h3 br {
    display: block;
    content: "";
    margin: 1.5vw 0;
}

iframe{
    width: 86.5vw;
    height: 82vh !important;
    margin: 1vw auto;
    border: none;
    box-shadow: 0 0 1vw black;
}

@media (max-width: 768px) {
    html {
        font-size: 3vw;
    }

    .ijqecmab {
        padding: 8vw 5vw;
    }

    .iwzkcwph h1 {
        font-size: 5vw;
        margin: 5vw 0 3vw;
        padding-bottom: 2vw;
        border-width: 0.3vw;
    }

    .iwzkcwph h3 {
        font-size: 3.5vw;
        line-height: 1.7;
        padding-left: 4vw;
        border-width: 0.5vw;
        margin-bottom: 5vw;
    }



    .iwzkcwph h3 br {
        margin: 3vw 0;
    }

    .otlwltod {
        gap: 4vw;
        margin: 6vw 0;
        flex-direction: column;
        align-items: center;
    }

    .otlwltod a {
        width: 80% !important;
        padding: 3vw;
        font-size: 4vw;
        border-radius: 1.5vw;
    }

    .otlwltod a:nth-child(1) {
        width: 34vw !important;
    }

    .otlwltod a:nth-child(2) {
        width: 25vw !important;
    }

    .otlwltod a:hover {
        transform: none;
    }

    /* header {
        padding: 3vw;
        flex-direction: column;
        gap: 2vw;
    } */

    /* header h1 {
        font-size: 5vw;
    } */

    .nudahgzp {
        gap: 4vw;
        flex-wrap: wrap;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .rzeuieee h3 {
        font-size: 8.5vw;
        text-align: center;
        margin-bottom: 3vw;
        color: var(--primary);
    }



    .itwzkeic {
        display: flex
    ;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 2vw;
        margin: 3vw 0;
    }

    .itwzkeic img{
        height: auto !important;
    }

    .itwzkeic a:nth-child(1) img {
        width: 34vw !important;
    }

    .itwzkeic a:nth-child(2) img {
        width: 24vw !important;
    }

    .itwzkeic a:nth-child(3) img,
    .itwzkeic img:nth-child(4) {
        width: 15vw !important;
    }

    footer h4 {
        font-size: 4.2vw;
        color: #666;
        margin-top: 2vw;
    }

    .nudahgzp a {
        font-size: 3vw;
    }

    .uskpjfhj {
        margin-top: 22vw;
        padding: 10vw 5vw;
    }

    .uskpjfhjop {

        padding: 10vw 5vw;
    }

    .winwwxub h2 {
        font-size: 5.5vw;
        color: var(--primary);
        margin-bottom: 2vw;
        text-align: center;
    }

    input, textarea {
        padding: 1.2vw;
        background: rgba(255, 255, 255, 0.05);
        border: 0.1vw solid rgba(255, 247, 0, 0.3);
        border-radius: 0.3vw;
        color: #FFF;
        font-size: 3.1vw;
        transition: 0.3s;
    }

    label {
        font-size: 4.2vw;
        color: var(--primary);
    }

    button {
        background: var(--primary);
        color: #FFF;
        padding: 1.2vw;
        border: none;
        border-radius: 0.3vw;
        cursor: pointer;
        font-size: 4.3vw;
        transition: 0.3s;
        margin-top: 1vw;
    }



    .uskpjfhj h1 {
        font-size: 6vw;
    }

    .uskpjfhj h2 {
        font-size: 3.5vw;
        max-width: 90vw;
    }

    .uskpjfhjop h1 {
        font-size: 6vw;
    }

    .uskpjfhjop h2 {
        font-size: 3.5vw;
        max-width: 90vw;
    }


    .xkbawsdo {
        grid-template-columns: 1fr;
        gap: 4vw;
    }

    .luxmenab {
        padding: 5vw;
    }

    .luxmenab h1 {
        font-size: 4vw;
    }

    .luxmenab h2 {
        font-size: 3vw;
    }



    .rmiesfse {
        text-align: center;
        max-width: 90vw;
    }

    .wubkable {
        grid-template-columns: 1fr 1fr;
    }

    .fqivafja img {
        height: 30vw;
    }

    .fqivafja a {
        font-size: 4.5vw;
        padding: 2vw;
    }

    .luxmenab img {
        width: 22%;
        margin-top: 2vw;
        border-radius: 0.5vw;
    }

    .winwwxub {
        max-width: 90vw;
    }

    footer p {
        font-size: 4.2vw;
    }

    .itwzkeic img {
        height: 8vw;
    }
}

 /* Navbar styles */
 .navbar {
   width: 100%;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar a {
    text-decoration: none;
}

.nav-links {
    display: flex;
    gap: 15px;
    list-style: none;
}



.nav-links a {
    color: white;
    text-decoration: none;
    font-size: 17px;
    transition: color 0.3s;
}

.nav-links a:hover {
   color: #a88508;
}

/* Mobile menu styles */
.menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
    cursor: pointer;
}

.menu-toggle span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: white;
    border-radius: 3px;
    transition: all 0.3s;
}

/* Mobile menu open state */
.menu-toggle.open span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}

.menu-toggle.open span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.open span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

/* Responsive styles */
@media (max-width: 1024px) {
    .menu-toggle {
        display: flex;
    }
    
    .nav-links {
        position: fixed;
        top: 63px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 63px);
        background-color: #333;
        flex-direction: column;
        align-items: center;
        padding-top: 2rem;
        transition: left 0.3s ease;
    }
    
    .nav-links.active {
        left: 0;
    }
    
    .nav-links li {
        margin: 1.5rem 0;
    }
}
