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

body {
    font-family: 'Montserrat', sans-serif;
    background: linear-gradient(140deg, #016e65, #16003f);
    color: #f8f8f8;
    text-align: center;
}

h1, h2 {
    font-family: 'Playfair Display', serif;
    color: #1900ff;
    text-shadow: 0 0 10px rgba(81, 255, 0, 0.8);
}

h2 {
    font-size: 1.9rem;
}

.JttmxXVcLexd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(145deg, #004f55, #004080);
    padding: 15px 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.UWUpwrk {
    display: flex;
    align-items: center;
}

.UWUpwrk img {
    width: 50px;
    height: auto;
    margin-right: 10px;
}

.bQHdZuK {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    background: linear-gradient(145deg, #1900ff, #66ff00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 10px rgba(81, 255, 0, 0.8);
}

.cOQGTl {
    display: flex;
    align-items: center;
}

.wlxNhJz {
    display: flex;
    list-style: none;
    gap: 20px;
}

.wlxNhJz li a {
    text-decoration: none;
    font-size: 1.1rem;
    color: #f8f8f8;
    transition: color 0.3s ease-in-out;
}

.wlxNhJz li a:hover {
    color: #1900ff;
}

.EEXpQQidqb {
    display: none;
    cursor: pointer;
    font-size: 1.7rem;
    color: #f8f8f8;
}

.kHPRmzox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    text-align: center;
    padding-top: 100px;
}

.utsFbsR {
    list-style: none;
    font-size: 1.4rem;
}

.utsFbsR li {
    margin-bottom: 20px;
}

.utsFbsR li a {
    color: #f8f8f8;
    text-decoration: none;
}

.utsFbsR li a:hover {
    color: #1900ff;
}

@media (max-width: 768px) {
    .wlxNhJz {
        display: none;
    }

    .EEXpQQidqb {
        z-index: 99;
        display: block;
    }

    .kHPRmzox.show {
        z-index: 9;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.RhDhpJeKKaY {
    position: relative;
    height: 500px;
    background: url('../pharaoh-images/image-background.jpg') no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

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

.RpLwpOrU {
    position: relative;
    z-index: 2;
    max-width: 700px;
    color: #f8f8f8;
}

.CuIEqHcqS {
    font-size: 2.4rem;
    font-family: 'Playfair Display', serif;
    text-shadow: 0 0 20px rgba(81, 255, 0, 0.8);
}

.sVhuQX {
    font-size: 1.2rem;
    margin: 10px 0 20px;
}

.caokasU {
    display: inline-block;
    background: linear-gradient(145deg, #1900ff, #66ff00);
    padding: 12px 30px;
    font-size: 1.2rem;
    color: #10032b;
    border-radius: 15px;
    box-shadow: 0 6px #0f0280;
    text-decoration: none;
    font-weight: bold;
}

.caokasU:hover {
    background: linear-gradient(145deg, #66ff00, #1900ff);
    box-shadow: 0 4px #0f0280;
}

.mfqQIU {
    margin-top: 15px;
    font-size: 0.8rem;
    color: #b6ff99;
}

.REyrSlftRS {
    padding: 80px 20px;
    background: linear-gradient(340deg, #16003f, #016e65);    
    text-align: center;
    color: #f8f8f8;
}

.qAcKar {
    font-size: 2.4rem;
    font-family: 'Playfair Display', serif;
    color: #4c00ff;
    text-shadow: 0 0 15px rgba(81, 255, 0, 0.8);
}

.VwLAsr {
    max-width: 800px;
    margin: auto;
    font-size: 1.1rem;
    color: #ffccff;
    line-height: 1.6;
}

.ApAWcOBu {
    margin: 20px auto;
    width: 250px;
    height: auto;
    animation: float 4s infinite ease-in-out;
}

.ApAWcOBu img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 0 15px rgba(102, 255, 0, 0.774));
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(0px);
    }
}

.QzSpRNUu {
    padding: 80px 20px;
    background: linear-gradient(90deg, #004f55, #004080);
    text-align: center;
    color: #f8f8f8;
}

.bGkfWnktegsh {
    font-size: 2.9rem;
    font-family: 'Playfair Display', serif;
    color: #1900ff;
    text-shadow: 0 0 20px rgb(20, 235, 31);
}

.cZCcFGAirk {
    max-width: 800px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.LQxkRBrUt {
    width: 100%;
    max-width: 600px;
    border-radius: 20px;
    overflow: hidden;
}

.LQxkRBrUt img {
    width: 100%;
    max-width: 400px;
    height: auto;
    transition: transform 0.3s ease-in-out;
}

.ezzIlq {
    display: inline-block;
    padding: 15px 40px;
    font-size: 1.4rem;
    font-family: 'Playfair Display', sans-serif;
    background: linear-gradient(145deg, #1900ff, #66ff00);
    color: #10032b;
    border-radius: 17px;
    box-shadow: 0 6px #0f0280;
    text-decoration: none;
    transition: all 0.2s ease;
}

.ezzIlq:hover {
    background: linear-gradient(145deg, #66ff00, #1900ff);
    box-shadow: 0 4px #0f0280;
}

@media (max-width: 768px) {
    .bGkfWnktegsh {
        font-size: 2.4rem;
    }

    .ezzIlq {
        font-size: 1.2rem;
        padding: 12px 30px;
    }
}

.ixnHPZ {
    padding: 80px 20px;
    background: linear-gradient(90deg, #004080, #004f55);
    text-align: center;
    color: #f8f8f8;
}

.yNRPsG {
    font-size: 2.4rem;
    font-family: 'Playfair Display', serif;
    color: #4c00ff;
    text-shadow: 0 0 15px rgb(20, 235, 31);
    margin-bottom: 20px;
}

.cEmPFBSkfLY {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 900px;
    margin: auto;
}

.nuSZQbXZxXLJ {
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(102, 255, 0, 0.774);
}

.nuSZQbXZxXLJ img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease-in-out;
}

.nuSZQbXZxXLJ:hover img {
    transform: scale(1.05);
}

.WwqDmRB {
    padding: 80px 20px;
    background: linear-gradient(340deg, #16003f, #016e65);    
    text-align: center;
    color: #f8f8f8;
}

.OopOcbaXui {
    font-size: 2.4rem;
    font-family: 'Playfair Display', serif;
    color: #4c00ff;
    text-shadow: 0 0 15px rgb(20, 235, 31);
    margin-bottom: 20px;
}

.EOtxSH {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 900px;
    margin: auto;
}

.vwdZawQDTj {
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(102, 255, 0, 0.774);
}

.Jddtbk {
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.XRuELgDiJYR {
    font-size: 0.9rem;
    color: #b6ff99;
}

.nWUYSBBfs {
    padding: 80px 20px;
    background: linear-gradient(90deg, #004f55, #141a20);
    text-align: center;
    color: #f8f8f8;
}

.MidTjv {
    font-size: 2.4rem;
    font-family: 'Playfair Display', serif;
    color: #1900ff;
    text-shadow: 0 0 15px rgb(20, 235, 31);
    margin-bottom: 20px;
}

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

.jEdLDsAK {
    margin-bottom: 20px;
}

.eFqckE {
    width: 100%;
    background: rgba(255, 204, 0, 0.2);
    color: #f8f8f8;
    border: none;
    padding: 15px;
    font-size: 1.1rem;
    cursor: pointer;
    border-radius: 10px;
    text-align: left;
}

.eFqckE:hover {
    background: rgba(255, 204, 0, 0.4);
}

.UXJrgxyXd {
    display: none;
    padding: 10px;
    color: #b6ff99;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

@media (max-width: 768px) {
    .cEmPFBSkfLY, .EOtxSH {
        grid-template-columns: repeat(1, 1fr);
    }
}

.bQXktxUeSkF {
    padding: 80px 20px;
    background: linear-gradient(340deg, #016e65, #16003f);
    text-align: center;
    color: #f8f8f8;
}

.WSsQoWZpHk {
    font-size: 2.4rem;
    font-family: 'Playfair Display', serif;
    color: #1900ff;
    text-shadow: 0 0 15px rgb(20, 235, 31);
    margin-bottom: 20px;
}

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

.WyZanSWK {
    margin-bottom: 20px;
}

.WyZanSWK p {
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.WyZanSWK i {
    margin-right: 15px;
    font-size: 24px;
    color: #1900ff;
}

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

.OmXfYZL input,
.OmXfYZL textarea {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 10px;
    font-size: 0.9rem;
}

.OmXfYZL button {
    padding: 12px 20px;
    font-size: 1.2rem;
    background: linear-gradient(145deg, #1900ff, #66ff00);
    color: #10032b;
    border-radius: 15px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.OmXfYZL button:hover {
    background: linear-gradient(145deg, #66ff00, #1900ff);
}

.vLPiKYlhxY {
    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;
    text-align: center;
}

.IFlckv {
    background: #141a20;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(81, 255, 0, 0.8);
    color: #f8f8f8;
    max-width: 400px;
}

.IFlckv h2 {
    font-size: 2rem;
    color: #1900ff;
}

.IFlckv button {
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 1.1rem;
    background: linear-gradient(145deg, #1900ff, #66ff00);
    border: none;
    color: #10032b;
    border-radius: 13px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.IFlckv button:hover {
    background: linear-gradient(145deg, #66ff00, #1900ff);
}

@media (max-width: 768px) {
    .zyqWYz {
        text-align: center;
    }

    .WyZanSWK p {
        font-size: 0.9rem;
    }

    .OmXfYZL button {
        font-size: 1rem;
    }
}

.tAEWxRrJ {
    background: radial-gradient(circle, #010c22 40%, #000814 100%);
    color: #f8f8f8;
    padding: 50px 20px;
    text-align: center;
    border-top: 3px solid #1900ff;
}

.fZtDZYwmTGE {
    max-width: 900px;
    margin: auto;
    padding-bottom: 20px;
}

.wXickLmGSi {
    font-size: 1rem;
    color: #b6ff99;
    line-height: 1.6;
}

.XTDpnwaoGMd {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22px;
    margin: 20px auto;
}

.XTDpnwaoGMd img {
    width: 120px;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.288);
    transition: transform 0.3s ease-in-out;
}

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

.iKgQbxBSL {
    font-size: 1.9rem;
    font-weight: bold;
    color: #1900ff;
    background: rgba(0, 255, 221, 0.863);
    padding: 10px 20px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 15px rgba(81, 255, 0, 0.8);
    font-family: 'Playfair Display', sans-serif;
}

.ECTTYMdUd {
    margin-top: 30px;
}

.ECTTYMdUd a {
    text-decoration: none;
    color: #ff9900;
    font-size: 1.1rem;
    font-weight: bold;
    margin: 0 15px;
    transition: color 0.3s ease-in-out;
}

.ECTTYMdUd a:hover {
    color: #1900ff;
    text-shadow: 0 0 10px rgb(20, 235, 31);
}

.EOLQReeM {
    margin-top: 30px;
    font-size: 0.9rem;
    color: #b6ff99;
}

@media (max-width: 768px) {
    .XTDpnwaoGMd {
        flex-direction: column;
    }

    .ECTTYMdUd a {
        display: block;
        margin: 10px 0;
    }
}

.CSnYAYIsNm {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    padding: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0 -2px 10px rgba(102, 255, 0, 0.774);
}

.NHpqEaweq {
    max-width: 600px;
    color: #f8f8f8;
    font-size: 0.9rem;
}

.YDqVBfkxJT {
    margin-bottom: 10px;
    color: #b6ff99;
}

.DBOJWaVtb {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.JbjXtAXNKjmQ {
    background: linear-gradient(145deg, #1900ff, #66ff00);
    padding: 10px 20px;
    border: none;
    color: #10032b;
    border-radius: 13px;
    cursor: pointer;
    font-size: 0.9rem;
}

.JbjXtAXNKjmQ:hover {
    background: linear-gradient(145deg, #66ff00, #1900ff);
}

.AnDzmZVdQKXV {
    color: #1900ff;
    text-decoration: none;
    font-size: 0.9rem;
}

.AnDzmZVdQKXV:hover {
    text-decoration: underline;
}

.bShtWm {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.404);
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 1000;
}

.XKPktQjBpaTN {
    background: #141a20;
    padding: 30px;
    border-radius: 17px;
    box-shadow: 0 0 20px rgb(20, 235, 31);
    max-width: 400px;
    color: #f8f8f8;
}

.OVmkvOsqiT {
    font-size: 2.4rem;
    font-weight: bold;
    color: #1900ff;
    background: rgba(0, 255, 221, 0.863);
    padding: 10px 20px;
    border-radius: 15px;
    display: inline-block;
    box-shadow: 0 0 15px rgba(81, 255, 0, 0.8);
    font-family: 'Playfair Display', sans-serif;
}

.NgxGmJAkkh {
    font-size: 1.7rem;
    margin: 15px 0;
}

.layQCOcXTo {
    font-size: 1rem;
    color: #b6ff99;
}

.ozNhZwiTjN {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 15px;
}

.bOewpNd {
    padding: 10px 20px;
    font-size: 1.1rem;
    background: linear-gradient(145deg, #1900ff, #66ff00);
    border: none;
    color: #10032b;
    border-radius: 13px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.bOewpNd:hover {
    background: linear-gradient(145deg, #66ff00, #1900ff);
}

.wWraTCUWKGi {
    background: linear-gradient(145deg, #aa008e, #33ffdd);
}

.wWraTCUWKGi:hover {
    background: linear-gradient(145deg, #33ffdd, #aa008e);
}

.tkKArCRG {
    padding: 80px 20px;
    background: linear-gradient(90deg, #004f55, #016e65);
    text-align: center;
    color: #f8f8f8;
}

.wYoWaQ {
    font-size: 2.4rem;
    font-family: 'Playfair Display', serif;
    color: #1900ff;
    text-shadow: 0 0 20px rgb(20, 235, 31);
    margin-bottom: 20px;
}

.ColFnhtYzUkp {
    max-width: 900px;
    margin: auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(102, 255, 0, 0.774);
    background: rgba(0, 0, 0, 0.2);
}

.NXngXPmRXk {
    width: 100%;
    height: 600px;
    border: none;
}

@media (max-width: 768px) {
    .NXngXPmRXk {
        height: 450px;
    }
}

@media (max-width: 480px) {
    .NXngXPmRXk {
        height: 350px;
    }
}