:root {
    --eTsgdfhASGDhgsdf: #0A0F1E;
    --khgSFDjhfgdsfj: #0D1526;
    --LhgdfhgDFhjdgf: #1A294A;
    --jkhSFDjkhgdsfj: #00F7FF;
    --jhgFDJHdsfgsfd: #E000FF;
    --hjgDFHjgdfjkhg: #F0F0F0;
    --khgDFHjgdfjkhg: #CCCCCC;
    --gsdfhSFDjhfgdsfj: 1.5;
    --fkhgDFHjgdfjkh: "lato-regular";
    --hjgdfhgDFhjdgf: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@font-face {
    font-family: "lato-regular";
    src: url("fonts/lato-regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

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

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    background-color: var(--eTsgdfhASGDhgsdf);
    color: var(--hjgDFHjgdfjkhg);
    font-family: var(--fkhgDFHjgdfjkh);
    line-height: var(--gsdfhSFDjhfgdsfj);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


h1, h2, h3, h4, h5, h6 {
    color: var(--hjgDFHjgdfjkhg);
    line-height: 1.2;
    margin-bottom: 1rem;
    font-weight: 700;
}

h1 { font-size: clamp(2.5rem, 5vw, 4rem); }
h2 { font-size: clamp(2rem, 4vw, 3rem); }
h3 { font-size: clamp(1.5rem, 3vw, 2.2rem); }
p { margin-bottom: 1.5rem; font-size: 1rem; color: var(--khgDFHjgdfjkhg); }
a { color: var(--jkhSFDjkhgdsfj); text-decoration: none; transition: color var(--hjgdfhgDFhjdgf); }
a:hover { color: var(--jhgFDJHdsfgsfd); }
ul { list-style: none; }
img { max-width: 100%; height: auto; display: block; }
section { padding: 5rem 0; }

.jkhgdsfjhgDFHjgdf {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
}

.kHjgdfjkhgDFHjg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: rgba(10, 15, 30, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 1rem 0;
    transition: background-color var(--hjgdfhgDFhjdgf), padding var(--hjgdfhgDFhjdgf);
}

.kHjgdfjkhgDFHjg.khgSFDjhfgdsfj {
    background-color: var(--khgSFDjhfgdsfj);
    padding: 0.5rem 0;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.jkhgdsfjhgDFHjgd {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hjgDFHjgdfjkhgSF {
    height: 40px;
    width: auto;
}

.hjgDFHjgdfjkhgSF img {
    height: 100%;
}

.KJHhjgdfJHGdfjkhgSFD {
    display: flex;
    gap: 2rem;
}

.KJHhjgdfJHGdfjkhgSFD a {
    color: var(--hjgDFHjgdfjkhg);
    font-weight: 500;
    font-size: 1rem;
    position: relative;
    padding: 0.5rem 0;
}

.KJHhjgdfJHGdfjkhgSFD a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--jkhSFDjkhgdsfj);
    transition: width var(--hjgdfhgDFhjdgf);
}

.KJHhjgdfJHGdfjkhgSFD a:hover::after,
.KJHhjgdfJHGdfjkhgSFD a.jkhgdsfjhgDFHjgdfjkhg {
    width: 100%;
    text-align: center;
}

.jkhSFDjkhgdsfjkh {
    display: none;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0.5rem;
    z-index: 1001;
}

.jkhSFDjkhgdsfjkh .jkhgdsfjhg,
.jkhSFDjkhgdsfjkh .DFHjgdfjkhg,
.jkhSFDjkhgdsfjkh .khgDFHjgdfj {
    display: block;
    width: 25px;
    height: 2px;
    background-color: var(--hjgDFHjgdfjkhg);
    margin: 6px 0;
    transition: 0.4s;
}

.jkhSFDjkhgdsfjkh.khgSFDjhfgdsfj .jkhgdsfjhg {
    transform: rotate(-45deg) translate(-6px, 6px);
}

.jkhSFDjkhgdsfjkh.khgSFDjhfgdsfj .DFHjgdfjkhg {
    opacity: 0;
}

.jkhSFDjkhgdsfjkh.khgSFDjhfgdsfj .khgDFHjgdfj {
    transform: rotate(45deg) translate(-5px, -5px);
}

.jkhgDFHjgdfjkhg {
    padding: 0.75rem 1.5rem;
/*    background: linear-gradient(90deg, var(--jkhSFDjkhgdsfj) 0%, var(--jhgFDJHdsfgsfd) 100%);*/
    color: var(--eTsgdfhASGDhgsdf);
    border-radius: 50px;
    font-weight: 700;
    transition: transform var(--hjgdfhgDFhjdgf), box-shadow var(--hjgdfhgDFhjdgf);
    border: none;
    cursor: pointer;
}

.hjgDFHjgdfjkhgSF
{
    display: inline-block;
    margin-bottom: 1rem;
}

.jkhgDFHjgdfjkhg:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 247, 255, 0.2);
}

.gsdfhSFDjhfgdsfj {
    background: var(--eTsgdfhASGDhgsdf);
    border: 1px solid var(--LhgdfhgDFhjdgf);
    color: var(--jkhSFDjkhgdsfj);
}
.gsdfhSFDjhfgdsfj:hover {
    background: var(--jkhSFDjkhgdsfj);
    color: var(--eTsgdfhASGDhgsdf);
    box-shadow: 0 10px 20px rgba(0, 247, 255, 0.2);
}

.fkhgDFHjgdfjkh {
    height: 800px;
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 100px;
    overflow: hidden;
}

.fkhgDFHjgdfjkh::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('images/1.webp') no-repeat center center/cover;
    opacity: 0.1;
    z-index: -1;
}

.KJHhjgdfJHGdfjkhgSFDjhfgdsfj {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.khgSFDjhfgdsfjkhgDFHjg {
    color: var(--jkhSFDjkhgdsfj);
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
    font-weight: 500;
}

.jkhgdsfjhgDFHjgdfjkhgSFD {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.LhgdfhgDFhjdgfjhg {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.LhgdfhgDFhjdgfjhg.khgSFDjhfgdsfj {
    opacity: 1;
    transform: translateY(0);
}

.jkhSFDjkhgdsfjkhgDFHj {
    background-color: var(--khgSFDjhfgdsfj);
}

.DFHjgdfjkhgDFHjgdf {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    text-align: center;
}

.khgDFHjgdfjkhgDFHj {
    background: var(--eTsgdfhASGDhgsdf);
    padding: 2.5rem 2rem;
    border-radius: 10px;
    border: 1px solid var(--LhgdfhgDFhjdgf);
    transition: transform var(--hjgdfhgDFhjdgf), box-shadow var(--hjgdfhgDFhjdgf);
}

.khgDFHjgdfjkhgDFHj:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.hjgDFHjgdfjkhgSFDjhfg {
    color: var(--jkhSFDjkhgdsfj);
    font-size: 3rem;
    margin-bottom: 1.5rem;
}

.gsdfhSFDjhfgdsfjkhg {
    position: relative;
    padding-left: 2rem;
}

.gsdfhSFDjhfgdsfjkhg::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--jkhSFDjkhgdsfj);
    font-weight: bold;
}

.khgSFDjhfgdsfjkhgDF {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.jkhgdsfjhgDFHjgdfjkhgSFDjh {
    border-radius: 10px;
    overflow: hidden;
}

.LhgdfhgDFhjdgfjhgDFH {
    background-color: var(--khgSFDjhfgdsfj);
}

.hjgDFHjgdfjkhgSFDjhfgdsf {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.jkhSFDjkhgdsfjkhgDFH {
    background: var(--khgSFDjhfgdsfj);
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.DFHjgdfjkhgDFHjgdfj {
    padding: 2rem;
    flex-grow: 1;
}

.DFHjgdfjkhgDFHjgdfj img {
    aspect-ratio: 16/9;
    object-fit: cover;
}

.khgDFHjgdfjkhgDFH {
    background-color: var(--khgSFDjhfgdsfj);
    padding: 3rem;
    border-radius: 15px;
    text-align: center;
    border: 1px solid var(--LhgdfhgDFhjdgf);
}

.gsdfhSFDjhfgdsfjkhgDFHj {
    overflow: hidden;
    position: relative;
}

.fkhgDFHjgdfjkhgDFHj {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.KJHhjgdfJHGdfjkhgSFDjh {
    min-width: 100%;
    box-sizing: border-box;
    padding: 0 1rem;
}

.khgSFDjhfgdsfjkhgDFHj.KJHhjgdfJHGdfjkhgSFD {
    position: relative;
    background: var(--khgSFDjhfgdsfj);
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
}

.khgSFDjhfgdsfjkhgDFHj.KJHhjgdfJHGdfjkhgSFD img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto 1rem;
    border: 3px solid var(--jkhSFDjkhgdsfj);
}

.jkhgdsfjhgDFHjgdfjkhgSFDjhfgdsf {
    position: absolute;
    bottom: 0;
    transform: translateY(-50%);
    background-color: rgba(26, 41, 74, 0.7);
    border: 1px solid var(--jkhSFDjkhgdsfj);
    color: var(--jkhSFDjkhgdsfj);
    padding: 1rem;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
}

.jkhgdsfjhgDFHjgdfjkhgSFDjhfgdsf.LhgdfhgDFhjdgfjhgDF {
    left: 1rem;
}
.jkhgdsfjhgDFHjgdfjkhgSFDjhfgdsf.hjgDFHjgdfjkhgSFDjh {
    left: 5rem;
}

.fkhgDFHjgdfjkhgDF {
    max-width: 800px;
    margin: 0 auto;
}

.KJHhjgdfJHGdfjkhgSFDjhfgds {
    border-bottom: 1px solid var(--LhgdfhgDFhjdgf);
}

.khgSFDjhfgdsfjkhgDFHj.jkhgdsfjhgDF {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0;
    cursor: pointer;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    color: var(--hjgDFHjgdfjkhg);
}

.khgSFDjhfgdsfjkhgDFHj.jkhgdsfjhgDF h3 {
    margin: 0;
    font-size: 1.2rem;
}

.jkhgdsfjhgDFHjgdfjkhg.LhgdfhgDF {
    font-size: 1.5rem;
    transition: transform var(--hjgdfhgDFhjdgf);
}

.KJHhjgdfJHGdfjkhgSFDjhfgds.khgSFDjhfgdsfj .jkhgdsfjhgDFHjgdfjkhg.LhgdfhgDF {
    transform: rotate(45deg);
}

.hjgDFHjgdfjkhgSFDjhfgdsfjkhg {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}

.gsdfhSFDjhfgdsfjkhgDFHj.DFHjgdfjkhg {
    padding: 1.5rem 0;
}

.hjgdfhgDFhjdg.jkhgDFHjgdfjkhg {
    padding: 6rem 0;
    background-color: var(--khgSFDjhfgdsfj);
}

.hjgdfhgDFhjdg.KJHhjgdfJHGdfjkhg {
    background: linear-gradient(45deg, var(--jkhSFDjkhgdsfj), var(--jhgFDJHdsfgsfd));
    color: var(--eTsgdfhASGDhgsdf);
    text-align: center;
    padding: 4rem;
    border-radius: 15px;
}

.hjgdfhgDFhjdg.KJHhjgdfJHGdfjkhg h2,
.hjgdfhgDFhjdg.KJHhjgdfJHGdfjkhg p {
    color: var(--eTsgdfhASGDhgsdf);
}

.gsdfhSFDjhfgdsfjkhgDF {
    background-color: var(--eTsgdfhASGDhgsdf);
    padding: 4rem 0;
    border-top: 1px solid var(--LhgdfhgDFhjdgf);
}

.fkhgDFHjgdfjkhgDFHj.khgSFDjhfg {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3rem;
}

.KJHhjgdfJHGdfjkhgSFDjhfg {
    margin-bottom: 1.5rem;
}

.khgSFDjhfgdsfjkhgDFHj.hjgDFHjgdfjkhg {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.jkhgdsfjhgDFHjgdfjkhg.jkhSFDjkhgds {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.jkhgdsfjhgDFHjgdfjkhg.jkhSFDjkhgds a {
    color: var(--khgDFHjgdfjkhg);
    font-size: 1.5rem;
}

.LhgdfhgDFhjdgfjhgDFHjgdfj {
    text-align: center;
    padding: 2rem 0;
    margin-top: 3rem;
    border-top: 1px solid var(--LhgdfhgDFhjdgf);
}

.KJHhjgdfJHGdfjkhgSFDjhfgdsfjkhg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 2000;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    backdrop-filter: blur(5px);
}

.KJHhjgdfJHGdfjkhgSFDjhfgdsfjkhg.khgSFDjhfgdsfj {
    opacity: 1;
    visibility: visible;
}

.khgSFDjhfgdsfjkhgDFHj.khgSFD {
    background: var(--khgSFDjhfgdsfj);
    background: linear-gradient(rgb(0 0 0 / 65%), rgb(0 0 0 / 63%)), url(images/1.jpg) no-repeat center center / cover;
    padding: 1rem;
    border-radius: 10px;
    text-align: center;
    max-width: 500px;
    width: 90%;
    position: relative;
    border: 1px solid var(--LhgdfhgDFhjdgf);
    max-height: 500px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.jkhgdsfjhgDFHjgdfjkhg.gsdfhSFD {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    color: var(--hjgDFHjgdfjkhg);
    font-size: 2rem;
    cursor: pointer;
}

.hjgDFHjgdfjkhgSFDjhfgdsfjkhg.fkhgDFH {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 2rem;
}

.fkhgDFHjgdfjkhgDFHj.KJHhjg {
    min-height: 80vh;
}

.jkhgdsfjhgDFHjgdfjkhg.khgDF {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
    align-items: start;
}

.LhgdfhgDFhjdgfjhgDFHj.khgSF {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.hjgDFHjgdfjkhgSFDjhfgdsfjkh.gsdfh {
    background-color: var(--khgSFDjhfgdsfj);
    padding: 2rem;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    border: 1px solid var(--LhgdfhgDFhjdgf);
}

.gsdfhSFDjhfgdsfjkhgDFH.DFHjgd {
    font-size: 2rem;
    color: var(--jkhSFDjkhgdsfj);
}

.jkhgdsfjhgDFHjgdfjkhgSF.fkhgD {
    display: flex;
    flex-direction: column;
}

.LhgdfhgDFhjdgfjhgDFHj.DFHjg {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.hjgDFHjgdfjkhgSFDjhfgdsfj.khgD {
    display: flex;
    flex-direction: column;
}

.gsdfhSFDjhfgdsfjkhgDFH.jkhgD {
    margin-bottom: 0.5rem;
    color: var(--khgDFHjgdfjkhg);
}

.fkhgDFHjgdfjkhgDFH.KJHhjgdf {
    width: 100%;
    padding: 1rem;
    background-color: var(--eTsgdfhASGDhgsdf);
    border: 1px solid var(--LhgdfhgDFhjdgf);
    border-radius: 5px;
    color: var(--hjgDFHjgdfjkhg);
    font-size: 1rem;
}

.fkhgDFHjgdfjkhgDFH.KJHhjgdf:focus {
    outline: none;
    border-color: var(--jkhSFDjkhgdsfj);
    box-shadow: 0 0 0 3px rgba(0, 247, 255, 0.2);
}

.KJHhjgdfJHGdfjkhgSFDjh.khgD {
    border: 1px solid red;
}

.khgSFDjhfgdsfjkhgDFHj.DFHj {
    color: #ff6b6b;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    display: none;
}

.hjgdfhgDFhjdg.KJHhjgdfJHGdfjk {
    background-color: var(--khgSFDjhfgdsfj);
}

.hjgdfhgDFhjdg.KJHhjgdfJHGdfjk .fkhgDFHjgdfjkhgDFH {
    max-width: 900px;
    margin: 0 auto;
}

.fkhgDFHjgdfjkhgDFH.KJHhjgdfJ {
    display: flex;
    margin-bottom: 2rem;
    border-bottom: 2px solid var(--LhgdfhgDFhjdgf);
}

.KJHhjgdfJHGdfjkhgSFDjhf.jkhgD {
    padding: 1rem 1.5rem;
    cursor: pointer;
    border: none;
    background: none;
    color: var(--khgDFHjgdfjkhg);
    font-size: 1.1rem;
    position: relative;
}

.KJHhjgdfJHGdfjkhgSFDjhf.jkhgD.khgSFDjhfgdsfj {
    color: var(--jkhSFDjkhgdsfj);
    border-bottom: 2px solid var(--jkhSFDjkhgdsfj);
}

.khgSFDjhfgdsfjkhgDFHj.jkhgD {
    display: none;
}

.khgSFDjhfgdsfjkhgDFHj.jkhgD.khgSFDjhfgdsfj {
    display: block;
}

.khgDFHjgdfjkhgDFHj.DFHjgdfjkhg {
    text-align: center;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.khgDFHjgdfjkhgDFHj.DFHjgdfjkhg .jkhgdsfjhgDFHjgdf {
    max-width: 700px;
}

@media (max-width: 768px) {
    .KJHhjgdfJHGdfjkhgSFD {
        position: fixed;
        top: 0;
        right: -100%;
        width: 70%;
        max-width: 300px;
        height: 100vh;
        background-color: var(--khgSFDjhfgdsfj);
        flex-direction: column;
        padding-top: 6rem;
        align-items: center;
        transition: right 0.5s ease-in-out;
        box-shadow: -10px 0 30px rgba(0,0,0,0.2);
    }

    .KJHhjgdfJHGdfjkhgSFD.khgSFDjhfgdsfj {
        right: 0;
    }

    .jkhSFDjkhgdsfjkh {
        display: block;
    }
    .hjgdfhgDFhjdg.KJHhjgdfJHGdfjk .fkhgDFHjgdfjkhgDFH {
        max-width: 900px;
        flex-direction: column;
    }

    .jkhgDFHjgdfjkhg {
        width: 100%;
    }
    .gsdfhSFDjhfgdsfj {
        width: 100%;
    }

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

    .khgSFDjhfgdsfjkhgDF .jkhgdsfjhgDFHjgdfjkhgSFDjh {
        order: -1;
    }
    
    .jkhgdsfjhgDFHjgdfjkhg.khgDF {
        grid-template-columns: 1fr;
    }
    .hjgdfhgDFhjdg.KJHhjgdfJHGdfjkhg, .khgDFHjgdfjkhgDFH
    {
        padding: 15px;
    }
}

@media (max-width: 480px) {
    html {
        font-size: 14px;
    }
    section {
        padding: 3rem 0;
    }
    .jkhgdsfjhgDFHjgdf {
        width: 95%;
    }
    .KJHhjgdfJHGdfjkhgSFDjh
    {
        padding: 0;
    }
    .fkhgDFHjgdfjkh
    {
        height: 560px;
    }
}