* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    font-family: 'Nunito', sans-serif;
    line-height: 1.6;
}

body {
    font-family: 'Nunito', sans-serif;
    line-height: 1.6;
    background-color: #f9f9f9;
    color: #333;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: underline;
}

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

button {
    font-family: 'Nunito', sans-serif;
    cursor: pointer;
    padding: 10px 20px;
    border: none;
    background-color: #333;
    color: white;
    border-radius: 4px;
}

button:hover {
    background-color: #555;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background-color: #151823;
    color: white;
}

.CXuCLqT {
    text-align: center;
    margin-bottom: 15px;
}

.GVFQPXiLpUXAyA {
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: -webkit-linear-gradient(45deg, #cfb50d, #bf31f3);
    -webkit-background-clip: text;
    color: transparent;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    animation: logoanimation 1.5s ease-in-out infinite;
}

@keyframes logoanimation {
    0% {
        color: transparent;
    }

    50% {
        color: #cfb50d;
    }

    100% {
        color: transparent;
    }
}

nav a {
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    background-color: #cfb50d;
    border-radius: 30px;
    transition: background-color 0.3s ease;
    text-decoration: none;
}

nav a:hover {
    background-color: #bf31f3;
    text-decoration: none;
}

.Odtaohyk {
    background: linear-gradient(45deg, #cfb50d, #bf31f3);
    padding: 60px 20px;
    text-align: center;
    color: white;
    margin-bottom: 40px;
}

.Odtaohyk h1 {
    font-size: 3rem;
    margin-bottom: 20px;
}

.Odtaohyk p {
    font-size: 1.2rem;
    margin-bottom: 40px;
}

.bdMAdMW {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.SdQKcldfqjf {
    background-color: #fff;
    color: #333;
    padding: 20px;
    border-radius: 10px;
    width: 220px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.SdQKcldfqjf i {
    font-size: 40px;
    color: #cfb50d;
    margin-bottom: 10px;
}

.SdQKcldfqjf h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

html {
    scroll-behavior: smooth;
}

@media (max-width: 767px) {
    .GVFQPXiLpUXAyA {
        font-size: 1.8rem;
        text-align: center;
    }

    header {
        flex-direction: column;
        align-items: center;
    }

    nav a {
        padding: 15px 30px;
        font-size: 1.2rem;
        width: 100%;
        margin-top: 20px;
    }

    .Odtaohyk h1 {
        font-size: 2.5rem;
    }

    .Odtaohyk p {
        font-size: 1rem;
    }

    .bdMAdMW {
        gap: 15px;
        flex-direction: column;
        align-items: center;
    }

    .SdQKcldfqjf {
        width: 80%;
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .GVFQPXiLpUXAyA {
        font-size: 2.2rem;
    }

    .SdQKcldfqjf {
        width: 220px;
    }
}

@media (min-width: 1025px) {
    .Odtaohyk {
        padding: 80px 20px;
    }

    .Odtaohyk h1 {
        font-size: 3.5rem;
    }

    .Odtaohyk p {
        font-size: 1.4rem;
    }

    .bdMAdMW {
        gap: 30px;
    }

    .SdQKcldfqjf {
        width: 250px;
    }
}

.gZnZpEPkLXTZz {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 400px;
    max-width: 100%;
    margin: 20px auto;
    padding: 20px;
    text-align: center;
}

.TAgdfqyLELj {
    position: relative;
}

.TabsHSTrWsKAD {
    background-color: #111111;
    padding: 5px;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 10px;
}

.dZhAWLBeIf i {
    color: #cfb50d;
    margin: 0 2px;
}

.ZDZxlJD {
    margin-top: 15px;
}

.gpIsnnanLO {
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.UjuUpNATYaqY {
    font-size: 1rem;
    color: #555;
    margin-bottom: 15px;
}

.qGawmKoXxysxpNM {
    font-size: 0.875rem;
    color: #777;
    margin-bottom: 20px;
}

.ttFIAG {
    background-color: #cfb50d;
    color: #fff;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 30px;
    display: inline-block;
    font-size: 1rem;
    transition: background-color 0.3s ease;
}

.ttFIAG:hover {
    background-color: #bf31f3;
}

@media (max-width: 767px) {
    .gZnZpEPkLXTZz {
        width: 100%;
        padding: 15px;
    }

    .gpIsnnanLO {
        font-size: 1.1rem;
    }

    .UjuUpNATYaqY {
        font-size: 0.95rem;
    }

    .ttFIAG {
        width: 100%;
        font-size: 1.1rem;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .gZnZpEPkLXTZz {
        width: 45%;
    }
}

.jUoswk {
    background-color: #f4f4f4;
    padding: 50px 20px;
    text-align: center;
    margin-top: 40px;
    border-top: 5px solid #cfb50d;
}

.aLKGfzDXrYY {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 30px;
    color: #333;
}

.VazLZlvXVccr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.CeIzYwL {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 220px;
    padding: 25px;
    text-align: center;
    transition: transform 0.3s ease;
}

.CeIzYwL:hover {
    transform: translateY(-10px);
}

.CeIzYwL i {
    font-size: 40px;
    color: #cfb50d;
    margin-bottom: 15px;
}

.CeIzYwL h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.CeIzYwL p {
    font-size: 0.9rem;
    color: #555;
}

@media (max-width: 767px) {
    .CeIzYwL {
        width: 90%;
        padding: 20px;
    }

    .aLKGfzDXrYY {
        font-size: 1.5rem;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .CeIzYwL {
        width: 45%;
    }

    .aLKGfzDXrYY {
        font-size: 1.8rem;
    }
}

@media (min-width: 1025px) {
    .CeIzYwL {
        width: 220px;
    }
}

.CSuDhcS {
    background-color: #fff;
    padding: 50px 20px;
    text-align: center;
    margin-top: 40px;
    border-top: 5px solid #cfb50d;
}

.aLKGfzDXrYY {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 30px;
    color: #333;
}

.hdsGqFWEtNSR {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.EukCBrL {
    background-color: #f4f4f4;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 280px;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease;
}

.EukCBrL:hover {
    transform: translateY(-10px);
}

.sXWHDaBazkRfQ {
    height: auto;
    margin-bottom: 15px;
}

.EukCBrL h3 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

.EukCBrL p {
    font-size: 0.95rem;
    color: #555;
}

@media (max-width: 767px) {
    .EukCBrL {
        width: 90%;
    }

    .aLKGfzDXrYY {
        font-size: 1.5rem;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .EukCBrL {
        width: 45%;
    }

    .aLKGfzDXrYY {
        font-size: 1.8rem;
    }
}

@media (min-width: 1025px) {
    .EukCBrL {
        width: 280px;
    }
}

.Xast {
    background-color: #151823;
    color: #fff;
    padding: 40px 20px;
    text-align: center;
    margin-top: 40px;
}

.qGawmKoXxysxpNM {
    font-size: 0.9rem;
    color: #ccc;
    margin-bottom: 20px;
}

.xFPWmxsbS {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 20px;
}

.hABAeiEVA {
    color: #cfb50d;
    text-decoration: none;
    font-size: 1rem;
    transition: color 0.3s ease;
}

.hABAeiEVA:hover {
    color: #bf31f3;
}

.gztXaCKQ {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.fGFtsrvw img {
    width: 120px;
    height: auto;
    transition: transform 0.3s ease;
}

.fGFtsrvw:hover img {
    transform: scale(1.1);
}

.age-verification i {
    font-size: 2rem;
    color: #cfb50d;
    margin-top: 20px;
    transition: transform 0.3s ease;
}

.age-verification i:hover {
    transform: rotate(360deg);
}

.JNDcRrMcAQne {
    font-size: 0.875rem;
    color: #ccc;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .xFPWmxsbS {
        flex-direction: column;
        gap: 15px;
    }

    .gztXaCKQ {
        flex-direction: column;
        gap: 10px;
    }

    .fGFtsrvw img {
        width: 100px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .fGFtsrvw img {
        width: 110px;
    }
}

.WRRFQCl {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 20px;
    text-align: center;
    display: none;
    z-index: 9999;
    font-family: 'Nunito', sans-serif;
}

.WRRFQCl .aHgUJebVbaP {
    max-width: 600px;
    margin: 0 auto;
}

.asDobmDgPtagV {
    background-color: #cfb50d;
    color: white;
    border: none;
    padding: 10px 20px;
    margin: 10px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.3s ease;
}

.asDobmDgPtagV:hover {
    background-color: #bf31f3;
}

.FVQfSt {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.93);
    color: white;
    display: none;
    z-index: 10000;
    font-family: 'Nunito', sans-serif;
    text-align: center;
    padding: 50px 20px;
    box-sizing: border-box;
    overflow-y: auto;
    justify-content: center;
    align-items: center;
}

.FVQfSt .hukpEOCzUd {
    max-width: 500px;
    margin: 0 auto;
    padding: 30px;
    background-color: #2c2c2c;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.FVQfSt h3 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.FVQfSt p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    line-height: 1.5;
}

.yxlxXwg {
    background-color: #cfb50d;
    color: white;
    border: none;
    padding: 12px 25px;
    margin: 10px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.3s ease;
    width: 100%;
}

.yxlxXwg:hover {
    background-color: #bf31f3;
}

@media (max-width: 767px) {
    .FVQfSt .hukpEOCzUd {
        padding: 20px;
    }

    .FVQfSt h3 {
        font-size: 1.4rem;
    }

    .FVQfSt p {
        font-size: 1rem;
    }

    .yxlxXwg {
        font-size: 1.2rem;
    }

    .WRRFQCl .aHgUJebVbaP,
    .FVQfSt .hukpEOCzUd {
        width: 90%;
        padding: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .FVQfSt .hukpEOCzUd {
        padding: 25px;
    }

    .yxlxXwg {
        width: auto;
        font-size: 1.1rem;
    }
}

@media (min-width: 1025px) {
    .FVQfSt .hukpEOCzUd {
        padding: 30px;
    }

    .yxlxXwg {
        width: auto;
        font-size: 1rem;
    }
}