body {
    background-color: #f0e0ff;
    color: #3b3b58;
    text-align: center;
}

h1, h2 {
    font-family: 'Cormorant Garamond', sans-serif;
}

.APanwoHfAjQ {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url('../arts/spel_fon.webp') center/cover no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}

.qnmMJRTXVoWxkG {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.gHwvmugHeRQpKZQ {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 25px;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
}

.kVvOvQt {
    font-size: 26px;
    font-weight: bold;
    font-family: 'Cormorant Garamond', sans-serif;
    background: linear-gradient(45deg, #6a00ff, #c6ff40);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: glow 1.5s infinite alternate;
}

@keyframes glow {
    from {
        text-shadow: 0px 0px 10px rgba(98, 0, 255, 0.8);
    }
    to {
        text-shadow: 0px 0px 20px rgb(201, 255, 64);
    }
}

.UYzhJjPSWyfTXj {
    position: relative;
}

.lfNBX {
    display: flex;
    gap: 25px;
    list-style: none;
}

.lfNBX li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    transition: 0.3s;
}

.lfNBX li a:hover {
    color: #6a00ff;
}

.jLuUfA {
    display: none;
    font-size: 30px;
    cursor: pointer;
}

#OPYxZl {
    display: none;
}

.BamqwyPkQilQ {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
    margin-top: 80px;
    padding: 0 15px;
}

.XmyEutkLNlTF {
    font-size: 40px;
    font-weight: bold;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
}

.GZkyvSUHA {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 30px;
    background: linear-gradient(90deg, #6a00ff, #c6ff40);
    color: white;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0px 4px 10px rgba(0, 13, 255, 0.5);
    transition: 0.3s;
}

.GZkyvSUHA:hover {
    background: linear-gradient(90deg, #c6ff40, #6a00ff);
    box-shadow: 0px 6px 15px rgba(64, 255, 134, 0.8);
}

.azSFFtxaP {
    margin-top: 15px;
    font-size: 14px;
    color: #ddd;
    opacity: 0.8;
}

@media (max-width: 768px) {
    .lfNBX {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 50px;
        right: 0;
        background: rgba(0, 0, 0, 0.9);
        width: 180px;
        padding: 20px;
        border-radius: 10px;
    }

    .lfNBX li {
        margin: 10px 0;
    }

    .jLuUfA {
        display: block;
    }

    #OPYxZl:checked + .jLuUfA + .lfNBX {
        display: flex;
    }

    .XmyEutkLNlTF {
        font-size: 30px;
    }
}

.AsFMWlaGa {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.uzHekadp {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 20px;
    background: #f0eaf5;
    color: #3b3b58;
}

.QnytUajfCmg {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 80%;
    max-width: 1200px;
    gap: 50px;
}

.zbJcUHlmDaOzLmM,
.JWRCGbePP {
    flex: 1;
}

@media (max-width: 768px) {
    .zbJcUHlmDaOzLmM,
    .JWRCGbePP {
        width: 100%;
        flex: auto;
    }
}

.zbJcUHlmDaOzLmM img {
    width: 100%;
    border-radius: 10px;
}

.JWRCGbePP p {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.6;
}

.XcwTRniFexqj {
    color: #6d5b97;
    font-weight: bold;
}

.ITbGRvrBH {
    background: #f3e0ff;
    color: #3b3b58;
    padding: 60px 20px;
    text-align: center;
}

.wVmtxM {
    max-width: 900px;
    margin: 0 auto;
}

.wVmtxM p {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.6;
}

.AwfjwTV {
    background: #ddd7e2;
    padding: 60px 20px;
    text-align: center;
    color: #3b3b58;
}

.NDUgVqVJ {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
}

.lTIdiAb {
    width: 250px;
    padding: 20px;
    background: rgba(213, 63, 49, 0.268);
    border-radius: 10px;
    text-align: center;
    transition: 0.3s;
}

.lTIdiAb:hover {
    background: rgba(255, 255, 255, 0.4);
}

.lTIdiAb h3 {
    color: #6d5b97;
    margin-bottom: 10px;
}

.oYFpQRGbgzi {
    font-size: 40px;
    color: #6d5b97;
    margin-bottom: 10px;
}

.IQGlxKf {
    background: linear-gradient(135deg, #ac722b, #c6ff40);
    padding: 80px 20px;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.IQGlxKf::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    width: 150%;
    height: 200px;
    background: rgba(255, 183, 197, 0.2);
    transform: rotate(-5deg);
}

.wLQvziMiY {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.kuMIFrIAjX {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.LtbBBDRILff img {
    max-width: 100%;
    border-radius: 15px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.5);
}

.OxMNzYDR {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 30px;
    background: #ba5a44;
    color: #3b3b58;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0px 4px 10px rgba(255, 98, 59, 0.6);
    transition: 0.3s;
}

.OxMNzYDR:hover {
    background: #ff5500;
    box-shadow: 0px 6px 15px rgba(255, 55, 0, 0.8);
}

.LmjPsCm {
    background: #f3e0ff;
    padding: 60px 20px;
    text-align: center;
    color: #3b3b58;
}

.RbNsjwedIE {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 30px;
}

.BmNAEJNOP {
    display: flex;
    align-items: center;
    width: 350px;
    background: rgba(213, 63, 49, 0.2);
    border-radius: 10px;
    padding: 20px;
    transition: 0.3s;
    box-shadow: 0px 4px 10px rgba(255, 183, 197, 0.2);
}

.BmNAEJNOP:hover {
    background: rgba(255, 183, 197, 0.2);
    box-shadow: 0px 6px 15px rgba(255, 159, 34, 0.6);
}

.YiAHxEKPiCiO {
    font-size: 50px;
    color: #d08e3c;
    margin-right: 15px;
}

.wQclJoNFApqBf {
    text-align: left;
}

.wQclJoNFApqBf h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

.oAumf {
    position: relative;
    width: 100%;
    height: 60vh;
    background: url('../arts/promt.webp') center/cover fixed no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

.LxuqWxqXTD {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.bDdwcvLrWhkQX {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 0 15px;
}

.pZUZGLCqNht {
    font-size: 36px;
    font-weight: bold;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
}

.yztGhQlKOZ {
    background: #f3e0ff;
    color: #3b3b58;
    text-align: center;
    padding: 50px 20px;
}

.yztGhQlKOZ p {
    font-size: 18px;
    margin-bottom: 20px;
}

.qKrBbHYQCtFFM {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.qKrBbHYQCtFFM input {
    width: 300px;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #6a00ff;
    border-radius: 5px;
    background: #fff;
    color: #3b3b58;
}

.vxOao {
    padding: 10px 20px;
    font-size: 16px;
    background: #6a00ff;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.vxOao:hover {
    background: #7b4d4d;
}

.EUZSUWxlTe {
    background: #f0eaf5;
    padding: 50px 20px;
    text-align: center;
    color: #3b3b58;
}

.ETjxSFPnKTu {
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
}

.xGNoulkGRc {
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.837);
    border-radius: 5px;
    overflow: hidden;
}

.aQRAFJipytiznku {
    width: 100%;
    background: transparent;
    border: none;
    font-size: 18px;
    font-weight: bold;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
}

.aQRAFJipytiznku:hover {
    background: rgba(255, 255, 255, 0.5);
}

.Umokt {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    padding: 0 15px;
}

.xGNoulkGRc.active .Umokt {
    max-height: 150px;
    padding: 15px;
}

.IFIZCcaw {
    background: #f3e0ff;
    color: #3b3b58;
    padding: 50px 20px;
}

.FEzHhTIltnEH {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
    gap: 50px;
}

.rBvCTVTSnYl, .yTUy {
    background: rgba(255, 183, 197, 0.2);
    padding: 30px;
    border-radius: 10px;
    text-align: center;
}

.ueUVoa {
    font-size: 24px;
    color: #9f51e7;
    margin-right: 10px;
}

.yTUy form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.yTUy input, 
.yTUy textarea {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #8132a9;
    border-radius: 5px;
    background: #fff;
    color: #3b3b58;
}

.yTUy textarea {
    height: 120px;
}

.fDSkyqctyemI {
    padding: 12px;
    font-size: 18px;
    background: #8331ba;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.fDSkyqctyemI:hover {
    background: #7b4d4d;
}

.NZBEgOFaJHOSQ {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
}

.hpORPMIgSV {
    background: #fff;
    color: #3b3b58;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    width: 90%;
    max-width: 400px;
}

.YhjqhHvyNJQvd {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}

.VWfnJhJFM {
    background: #f0eaf5;
    color: #3b3b58;
    padding: 50px 20px;
    text-align: center;
}

.AQXhZfxPiLjz {
    max-width: 900px;
    margin: 0 auto;
}

.bkrUrvAU {
    font-size: 60px;
    color: #6d5b97;
    margin-bottom: 10px;
}

.AQXhZfxPiLjz a {
    color: #ff8a65;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s;
}

.AQXhZfxPiLjz a:hover {
    text-decoration: underline;
}

.rpvDhliCBzs {
    background: #3b3b58;
    color: #fff;
    text-align: center;
    padding: 30px 10px;
}

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

.KKYLSnMiOMIA a {
    color: #dbc1ff;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s;
}

.KKYLSnMiOMIA a:hover {
    color: #ff8a65;
}

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

.AkWKuuki img {
    max-width: 190px;
    height: auto;
    background: #6d479f;
    padding: 5px;
    border-radius: 5px;
    transition: 0.3s;
}

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

.TwGxHUTAWLykDK {
    font-size: 14px;
    opacity: 0.7;
}

.pqfrrVAQdw {
    display: none;
    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;
    z-index: 3;
}

.hpORPMIgSV {
    background: #fff;
    color: #3b3b58;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    width: 90%;
    max-width: 350px;
}

.beLUcbyIOth, .vwXkYSzRglq {
    padding: 10px 20px;
    font-size: 16px;
    margin: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.beLUcbyIOth {
    background: #4caf50;
    color: white;
}

.vwXkYSzRglq {
    background: #f44336;
    color: white;
}

.beLUcbyIOth:hover {
    background: #388e3c;
}

.vwXkYSzRglq:hover {
    background: #ff8a65;
}

.JVAgfDlDfQR {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    padding: 20px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
}

.JVAgfDlDfQR a {
    color: #6a00ff;
    text-decoration: underline;
}

.AKyxordHiO {
    padding: 10px 20px;
    background: #6a00ff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.AKyxordHiO:hover {
    background: #7b4d4d;
}

