@font-face {
    font-family: "Doto";
    src: url("../Doto.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

.Desktop {
    width: 1280px;
    height: 1850px;
    position: relative;
    background: black;
    overflow: hidden;
    margin: 0 auto;
}

.Header1 {
    width: 1280px;
    padding-left: 320px;
    padding-right: 320px;
    padding-top: 24px;
    padding-bottom: 24px;
    left: 2px;
    top: 1480px;
    position: absolute;
    justify-content: center;
    align-items: center;
    display: inline-flex;
}

.Menu {
    flex: 1 1 0;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 8px;
    background: black;
    border-radius: 16px;
    backdrop-filter: blur(35px);
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.Company {
    flex: 0 0 auto;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    display: flex;
}

.Contact {
    flex: 0 0 auto;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: white;
    font-size: 20px;
    font-family: Doto;
    font-weight: 600;
    line-height: 28px;
    word-wrap: break-word;
}

.ContactLinks {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-left: 48px;
}

.ContactButton {
    padding: 8px 16px;
    border-radius: 8px;
    border: 1px solid rgba(35, 255, 174, 0.4);
    color: #23ffae;
    font-size: 16px;
    font-family: Doto;
    font-weight: 600;
    line-height: 23.2px;
    text-decoration: none;
    transition: color 0.3s ease, background 0.3s ease, border-color 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.ContactButton:hover,
.ContactButton:focus {
    background: rgba(35, 255, 174, 0.15);
    border-color: #23ffae;
}

.ContactButton:active {
    transform: translateY(1px);
}

.FeatureGallery1 {
    width: 1280px;
    padding-left: 64px;
    padding-right: 64px;
    padding-top: 120px;
    padding-bottom: 120px;
    left: 1px;
    top: 1221px;
    position: absolute;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 64px;
    display: inline-flex;
}

.Header {
    align-self: stretch;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    display: flex;
}

.Projects {
    align-self: stretch;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: white;
    font-size: 48px;
    font-family: Doto;
    font-weight: 700;
    line-height: 57.6px;
    word-wrap: break-word;
}

.Gallery {
    align-self: stretch;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
    display: inline-flex;
}

.Column1,
.Column2,
.Column3 {
    flex: 1 1 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 32px;
    display: inline-flex;
}

.Image {
    align-self: stretch;
    background: #c4c4c4;
    border-radius: 16px;
}

.Column1 > .Image:nth-of-type(1) {
    height: 411px;
}

.Column1 > .Image:nth-of-type(2) {
    height: 360px;
}

.Column2 > .Image:nth-of-type(1) {
    height: 251px;
}

.Column2 > .Image:nth-of-type(2) {
    height: 300px;
}

.Column2 > .Image:nth-of-type(3) {
    height: 251px;
}

.Column3 > .Image:nth-of-type(1) {
    height: 300px;
}

.Column3 > .Image:nth-of-type(2) {
    height: 411px;
}

.MainAboutProjects {
    width: 356px;
    height: 34px;
    left: 924px;
    top: 35px;
    position: absolute;
    color: white;
    font-size: 24px;
    font-family: Doto;
    font-weight: 600;
    word-wrap: break-word;
}

.MainAboutProjects-nav {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.MainAboutProjects-link {
    color: inherit;
    text-decoration: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    display: inline-block;
    transition: color 0.8s ease, transform 0.4s ease;
}

.MainAboutProjects-link:hover,
.MainAboutProjects-link:focus {
    color: #23ffae;
    transform: translateY(1px);
}

.MainAboutProjects-link:active {
    transform: translateY(2px) scale(0.98);
}

.MainAboutProjects-separator {
    color: rgba(255, 255, 255, 0.5);
}

.H1 {
    width: 141px;
    height: 46px;
    left: 23px;
    top: 26px;
    position: absolute;
    color: white;
    font-size: 40px;
    font-family: "JetBrains Mono", monospace;
    font-weight: 400;
    word-wrap: break-word;
}

.Rectangle1 {
    width: 1082px;
    height: 403px;
    left: 99px;
    top: 116px;
    position: absolute;
    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.68) 100%
        ),
        linear-gradient(
            270deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.85) 100%
        ),
        url("../static/main1.jpg");
    background-size: cover;
    background-position: center;
}

.Line1 {
    width: 1278px;
    height: 0;
    left: 2px;
    top: 640px;
    position: absolute;
    border-top: 1px dashed rgba(255, 255, 255, 0.5);
}

.Rectangle2 {
    width: 594px;
    height: 382px;
    left: 686px;
    top: 696px;
    position: absolute;
    background:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0) 0%,
            black 100%
        ),
        linear-gradient(
            270deg,
            rgba(0, 0, 0, 0) 0%,
            black 100%
        ),
        url("../static/main2.jpg");
    background-size: cover;
    background-position: center;
}

.FrontendDeveloperUiUxDesHelloEveryoneIAmGladToSeeYouMyNameIsYaroslavIAmAFrontendDeveloperAndUiUxDesignerIDevelopAllTheDifferentWebsitesIAlwaysTryToMakeThemIntuitiveAndPleasantToUseStackSkillsReactTsJsHtmlCssTailwindCssDbPostgresqlMysqlUiShadcnUiDaisyUiRadixUiDesFigmaBlender {
    width: 1100px;
    left: 63px;
    top: 685px;
    position: absolute;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.Line2 {
    width: 1278px;
    height: 0;
    left: 0;
    top: 1168px;
    position: absolute;
    border-top: 1px dashed rgba(255, 255, 255, 0.5);
}

.Line3 {
    width: 1278px;
    height: 0;
    left: 2px;
    top: 2476px;
    position: absolute;
    border-top: 1px dashed rgba(255, 255, 255, 0.5);
}

.hero-accent {
    color: #02d770;
    font-size: 40px;
    font-family: Doto;
    font-weight: 400;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
}

.hero-text {
    color: white;
    font-size: 40px;
    font-family: Doto;
    font-weight: 400;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
}

.hero-subtitle {
    color: white;
    font-size: 32px;
    font-family: Doto;
    font-weight: 400;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
}

.hero-headline {
    display: inline-flex;
    gap: 8px;
    align-items: baseline;
}

.hero-small {
    color: white;
    font-size: 14px;
    font-family: ABeeZee;
    font-weight: 400;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
}

.hero-meta {
    color: #ffffff;
    font-size: 16px;
    font-family: "JetBrains Mono", monospace;
    font-weight: 500;
    word-break: normal;
    overflow-wrap: normal;
    max-width: 480px;
    display: block;
}

.hero-divider {
    color: rgba(255, 255, 255, 0.67);
    font-size: 11px;
    font-family: ABeeZee;
    font-weight: 400;
    word-wrap: break-word;
}

.hero-stack-label {
    color: rgba(2, 215, 112, 0.67);
    font-size: 24px;
    font-family: Doto;
    font-weight: 400;
    word-wrap: break-word;
}

.hero-skills {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 880px;
}

.hero-stack-text {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-left: 12px;
}

.hero-stack-item {
    color: #ffffff;
    font-size: 18px;
    font-family: "JetBrains Mono", monospace;
    font-weight: 400;
    white-space: nowrap;
}

html,
body {
    margin: 0;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background: black;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
    scroll-behavior: smooth;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    width: 4px;
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
    background: transparent;
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
    background: transparent;
}

html::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover {
    background: transparent;
}

.cursor-trail {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 999;
    overflow: hidden;
}

.cursor-trail__item {
    position: absolute;
    font-family: "JetBrains Mono", monospace;
    font-size: clamp(12px, 1.8vw, 22px);
    color: rgba(35, 255, 174, 0.8);
    text-shadow: 0 0 12px rgba(35, 255, 174, 0.55);
    transform: translate(-50%, -50%);
    white-space: pre;
    will-change: transform, opacity;
}

.page-loader {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.92);
    z-index: 9999;
    animation: loaderFadeIn 0.3s ease forwards;
}

.page-loader__bubble {
    position: relative;
    width: 10px;
    height: 10px;
    background: #23ffae;
    box-shadow:
        0 0 0 6px rgba(35, 255, 174, 0.85),
        0 0 14px 10px rgba(35, 255, 174, 0.35);
    animation: pixelPulse 0.8s steps(2, end) infinite;
}

.page-loader__bubble::before,
.page-loader__bubble::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #23ffae;
    opacity: 0.75;
}

.page-loader__bubble::before {
    box-shadow:
        -14px 0 0 0 rgba(35, 255, 174, 0.9),
        14px 0 0 0 rgba(35, 255, 174, 0.9),
        0 -14px 0 0 rgba(35, 255, 174, 0.9),
        0 14px 0 0 rgba(35, 255, 174, 0.9);
}

.page-loader__bubble::after {
    box-shadow:
        -14px -14px 0 0 rgba(35, 255, 174, 0.75),
        14px -14px 0 0 rgba(35, 255, 174, 0.75),
        -14px 14px 0 0 rgba(35, 255, 174, 0.75),
        14px 14px 0 0 rgba(35, 255, 174, 0.75);
}

@keyframes pixelPulse {
    0% {
        transform: scale(0.9);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(0.9);
    }
}

@keyframes loaderFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
