@font-face {
    font-family: myFirstFont;
    src: url("/font-unique.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

body,
html {
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(15, 15, 15);
    width: 100vw;
    height: 100vh;
    font-weight: 300;
    cursor: none;
    position: relative;
    user-select: none;
}

#screen-hider {
    background-color: #ffffff;
    width: 100vw;
    height: 100vh;
    position: absolute;
    z-index: 15;
}

#loader-screen {
    background-color: #05131fb0;
    width: 100vw;
    height: 100vh;
    z-index: 9;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: all;
}

#loader-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: auto;
}

#loader-text {
    text-align: center;
    width: auto;
    font-size: 52px;
    color: white;
    line-height: 0.8;
    letter-spacing: 10px;
}

.linePreloader {
    width: 500px;
    height: 1px;
    background: linear-gradient(
        to right,
        rgb(255, 255, 255),
        rgb(18, 23, 36),
        rgb(18, 23, 36)
    );
    background-color: rgb(255, 255, 255);
    bottom: -10px;
    margin: auto;
    border-radius: 4px;
    background-size: 20%;
    background-repeat: repeat-y;
    background-position: -25% 0;
    animation: scroll 3s ease-in-out infinite;
    margin-left: 0px;
}

#loader-words-wrapper {
    display: flex;
    color: white;
    font-family: myFirstFont;
    font-size: 28px;
    letter-spacing: 3px;
    justify-content: space-between;
    margin-top: 16px;
    width: 230px;
}

#loader-words-wrapper span {
    opacity: 0;
}

#grid-svg {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    opacity: 0.4;
}

#mouse-sat {
    width: 26px;
    height: auto;
    z-index: 9;
    position: absolute;
    pointer-events: none;
    left: -30px;
    top: -30px;
}

#mouse-scroll {
    width: 13px;
    height: auto;
    z-index: 9;
    position: absolute;
    pointer-events: none;
    left: 30px;
    top: 30px;
    display: none;
}

#mouse-piestukas {
    width: 26px;
    height: auto;
    z-index: 9;
    position: absolute;
    pointer-events: none;
    left: -60px;
    top: -60px;
    transform: translate(13px, 13px) rotate(90deg);
}

.mouse-sat-fill {
    fill: none;
    stroke: #ffffff;
    stroke-width: 5px;
}

#zvaigzdynai-rotate-wrapper {
    position: absolute;
    width: 145vw;
    height: 145vw;
    z-index: 1;
    transform: rotate(0);
}

#zvaigzdynai-wrapper {
    width: 145vw;
    height: 145vw;
    z-index: 1;
    position: absolute;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("/foto/skl2.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transform: rotate(60deg);
}

.zvaigzdynai-global-wrapper {
    transform-origin: left bottom;
    z-index: 2;
    width: auto;
    height: 50%;
    position: absolute;
    display: flex;
    top: 0;
}

.image-svg-wrapper {
    position: relative;
    pointer-events: none;
}

.zvaigzdynai-text-div-wrapper {
    position: absolute;
    width: 26px;
    height: 26px;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zvaigzdynai-text-div-wrapper-baltazv {
    position: absolute;
    width: 26px;
    height: 26px;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zvaigzdynai-text-divs {
    z-index: 2;
    font-family: myFirstFont;
    color: #ffffff;
    margin-left: 20px;
    font-size: 20px;
    letter-spacing: 1px;
    opacity: 0;
    flex: 0 0 auto;
    transition-duration: 200ms;
    font-weight: 600;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.zvaigzdynai-text-divs-baltazv {
    z-index: 2;
    font-family: myFirstFont;
    color: #ffffff;
    margin-left: 20px;
    font-size: 20px;
    letter-spacing: 1px;
    opacity: 1;
    flex: 0 0 auto;
    text-rendering: geometricPrecision;
    transition-duration: 200ms;
    visibility: hidden;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.zvaigzdynai-text-propeller-rotation {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.zvaigzdynai-text-propeller-rotation-baltazv {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.zvaigzdynai-text-anime-rotation {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zvaigzdynai-text-anime-rotation-baltazv {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-svg {
    height: 100%;
    width: auto;
    position: relative;
}

.cls-2 {
    isolation: isolate;
}

.svg-konturai {
    fill: #fff;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 0.5px;
    opacity: 0;
}

#meridianas-svg-konturas,
#drakonas-svg-konturas {
    fill: #fff;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 0px;
    opacity: 0;
}

#anike-global-wrapper {
    transform: rotateX(0.0001deg);
}

#anike-wrapper {
    position: absolute;
    width: auto;
    height: 30vh;
    transform: translate(-40%);
    bottom: 18.01vh;
}

#bucinys-global-wrapper {
    transform: rotate(107deg);
}

#bucinys-wrapper {
    position: absolute;
    width: auto;
    height: 28vh;
    transform: rotate(49deg);
    bottom: 19vh;
}

#drakonas-global-wrapper {
    transform: rotate(180deg);
}

#drakonas-wrapper {
    position: absolute;
    width: auto;
    height: 39vh;
    transform: rotate(107deg);
    bottom: 20vh;
}

#geliulaivelis-global-wrapper {
    transform: rotate(7deg);
}

#geliulaivelis-wrapper {
    position: absolute;
    width: auto;
    height: 20vh;
    bottom: 23.8vh;
    transform: rotate(110deg) translate(0, 0);
}

#kd-global-wrapper {
    transform: rotate(336deg);
}

#kd-wrapper {
    position: absolute;
    width: auto;
    height: 23vh;
    transform: translate(-50%, 0vh) rotate(118deg);
    bottom: 23vh;
}

#klaipedietis-global-wrapper {
    transform: rotate(234deg);
}

#klaipedietis-wrapper {
    position: absolute;
    width: auto;
    height: 24vh;
    transform: rotate(150deg);
    bottom: 23.6vh;
}

#meridianas-global-wrapper {
    transform: rotate(68deg);
}

#meridianas-wrapper {
    position: absolute;
    width: auto;
    height: 33vh;
    transform: rotate(184deg);
    bottom: 16vh;
}

#pastas-global-wrapper {
    transform: rotate(183deg);
}

#pastas-wrapper {
    position: absolute;
    height: 35vh;
    width: auto;
    transform: rotate(-110deg);
    bottom: 7vh;
}

#skulpturuparkas-global-wrapper {
    transform: rotate(105deg);
}

#skulpturuparkas-wrapper {
    position: absolute;
    width: auto;
    height: 30vh;
    transform: rotate(-75deg);
    bottom: 0vh;
}

#undinele-global-wrapper {
    transform: rotate(261deg);
}

#undinele-wrapper {
    position: absolute;
    width: auto;
    height: 16vh;
    bottom: 10.5vh;
    transform: translate(0vh, 0vh) rotate(-48deg);
}

#vaiduoklis-global-wrapper {
    transform: rotate(5deg);
}

#vaiduoklis-wrapper {
    position: absolute;
    width: auto;
    height: 22vh;
    transform: rotate(-20deg);
    bottom: -2vh;
}

#zvejas-global-wrapper {
    transform: rotate(227deg);
}

#zvejas-wrapper {
    position: absolute;
    width: auto;
    height: 33vh;
    transform: rotate(15deg);
    bottom: 10vh;
    transform-origin: left bottom;
}

.geltona-zvaigzde {
    position: absolute;
    width: 25px;
    height: 25px;
    transform: translate(-50%, -50%);
    z-index: 8;
    padding: 4px;
    pointer-events: all;
    border-radius: 50%;
}

.balta-zvaigzde {
    position: absolute;
    width: 20px;
    height: 20px;
    transform: translate(-50%, -50%);
    visibility: hidden;
    z-index: 9;
    transform-origin: center center;
    padding: 4px;
    pointer-events: all;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.cls-1 {
    fill: none;
}

.balta-fill {
    fill: none;
}

.fill-ratukas-vidinisziedas {
    fill: white;
}

#primary-info-wrapper {
    justify-content: flex-end;
    left: 26px;
    position: absolute;
    width: 350px;
    height: auto;
    z-index: 4;
    display: flex;
    flex-direction: column;
    visibility: hidden;
    font-size: 15px;
    bottom: 0;
    font-family: "Fira Sans Extra Condensed", sans-serif;
}

#primary-info-photo {
    width: calc(100% - 40px);
    height: fit-content;
    margin-bottom: -20px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

#primary-info-text {
    text-align: justify;
    width: 100%;
    height: 480px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.5;
    position: relative;
    background-color: #05131fbf;
}

#primary-info-text > div:nth-of-type(1) {
    width: calc(100% - 40px);
    margin-top: 36px;
    position: relative;
}

#primary-info-text-title {
    font-size: 42px;
    font-family: myFirstFont;
    letter-spacing: 10px;
    margin: 16px 0px 20px 0px;
    line-height: 0.8;
    text-align: left;
    width: calc(100% - 45px);
}

#primary-info-scroller {
    width: calc(100% - 40px);
    height: 100%;
    margin-bottom: 46px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
}

#primary-info-scroller::-webkit-scrollbar {
    /* WebKit */
    width: none;
    height: none;
    display: none;
}

#primary-info-text-text {
    margin-bottom: 16px;
}

#primary-info-nuorodos-wrapper {
    margin-bottom: 16px;
    width: 100%;
    height: auto;
    line-height: 0.2;
}

#primary-info-text-saltiniai {
    text-align: end;
}

#primary-info-text-saltiniai-text {
    padding-bottom: 0px;
    text-align: end;
}

#close-primary-info {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 0;
    bottom: -19px;
    z-index: 9;
    transition-duration: 100ms;
}

#whitestars-info-wrapper {
    position: absolute;
    box-sizing: border-box;
    pointer-events: all;
    background-color: #05131fbf;
    position: absolute;
    width: auto;
    height: 750px;
    display: flex;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    visibility: hidden;
    z-index: 4;
    color: white;
    left: 26px;
    font-size: 15px;
    font-family: "Fira Sans Extra Condensed", sans-serif;
}

.italic-text-span {
    font-style: italic;
    font-weight: lighter;
    color: #dddddd;
}

#buttons-wrapper {
    position: absolute;
    right: 26px;
    bottom: -100%;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 320px;
    height: 107px;
}

#info-button-wrapper {
    width: 63px;
    height: 63px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#grizti-i-pagrindini-is-perziuros {
    width: 63px;
    height: 63px;
    display: none;
}

#info-button {
    position: absolute;
    width: 63px;
    height: 63px;
}

#whitestar-info-close-btn {
    position: absolute;
    height: 24px;
    z-index: 9;
    transition-duration: 100ms;
    right: 20px;
    top: 20px;
}

#whitestars-info-picture-wrapper {
    margin: 45px 20px 20px 20px;
}

#whitestars-info-picture-balancer {
    width: 70ch;
    height: auto;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column-reverse;
}

#whitestars-info-text-wrapper {
    text-align: justify;
    height: calc(100% - 60px);
    display: flex;
    flex-direction: column;
    position: relative;
}

#whitestars-info-scroll-div {
    width: 60ch;
    margin: 0px 20px 0px 0px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
}

#whitestars-info-title {
    font-size: 42px;
    font-family: myFirstFont;
    letter-spacing: 10px;
    margin: 38px 0px 20px 0px;
    line-height: 0.8;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    width: 400px;
}
#whitestars-info-text {
    line-height: 1.7;
    margin-bottom: 20px;
}

#whitestars-info-scroll-div::-webkit-scrollbar {
    /* WebKit */
    width: none;
    height: none;
    display: none;
}

#whitestars-info-saltiniai-wrapper {
    text-align: end;
    line-height: 1.5;
    width: 100%;
}

#shooting-stars-wrapper {
    z-index: 2;
    width: 100vh;
    height: 100vh;
    position: absolute;
}

.shooting-star {
    position: absolute;
    left: 0%;
    z-index: 1;
    height: 1px;
    background: linear-gradient(
        -45deg,
        rgb(255, 255, 255),
        rgba(220, 238, 255, 0)
    );
    filter: drop-shadow(0 0 6px rgba(134, 211, 255, 0.418));
    color: white;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#saving-image-button {
    margin-right: 16px;
    z-index: 9;
    width: 63px;
    height: 63px;
    cursor: none;
    display: none;
}

#info-button {
    width: 100%;
    height: auto;
}

#fill-circle-rotate-div {
    right: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#fill-circle-svg {
    width: 107px;
    height: auto;
    right: 100px;
    border-radius: 50%;
}

#fill-circle-piestukas {
    opacity: 0.4;
    fill: white;
}

#schema-wrapper {
    width: 100vw;
    height: 100vh;
    position: absolute;
    z-index: 2;
    background-image: url("/foto/schema.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    visibility: hidden;
    opacity: 0;
}

#schema-text-wrapper {
    left: 26px;
    position: absolute;
    width: 450px;
    bottom: -100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    background-color: #05131fbf;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    height: 815px;
}

#schema-close-top-button {
    display: flex;
    right: 20px;
    top: 20px;
    width: 26px;
    height: auto;
    position: absolute;
}

#schema-title {
    color: white;
    font-size: 42px;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 16px;
    font-family: myFirstFont;
    letter-spacing: 10px;
}

#schema-text-text {
    text-align: justify;
    color: white;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 15px;
    font-family: "Fira Sans Extra Condensed", sans-serif;
    line-height: 1.5;
    overflow-y: scroll;
    margin-bottom: 50px;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
}

#schema-text-text::-webkit-scrollbar {
    /* WebKit */
    width: none;
    height: none;
    display: none;
}

.whitestars-info-margin {
    width: 100%;
    height: 20px;
}

/* 


PAINT


*/
#piesimas-div {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    visibility: hidden;
}

#canvas {
    width: 100vw;
    height: 100vh;
    position: absolute;
    opacity: 0.5;
    pointer-events: none;
}
#piesimas-buttons-wrapper {
    position: absolute;
    display: flex;
    z-index: 9;
    width: 296px;
    right: 42px;
    justify-content: space-between;
    align-items: center;
}

#piesimas-buttons-wrapper img {
    width: 60px;
    height: auto;
    animation-duration: 200ms;
}
/* 


MEDIA


*/

@media (orientation: portrait) {
    #zvaigzdynai-wrapper {
        width: 145vh;
        height: 145vh;
    }
    #zvaigzdynai-rotate-wrapper {
        width: 100vw;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 40px;
    }
}

@media only screen and (max-width: 1040px) {
    #schema-text-wrapper {
        background-color: #05131f69;
    }
    #schema-wrapper {
        background-position: 70%;
    }
}
@media only screen and (max-width: 1000px) {
    #whitestars-info-wrapper {
        width: 100%;
        left: 0;
    }
    #whitestars-info-text-wrapper {
        width: 100%;
    }
    #whitestars-info-scroll-div {
        width: calc(100% - 20px);
    }
    #whitestars-info-title {
        width: calc(100% - 40px);
    }
}

@media only screen and (max-width: 880px) {
    #whitestars-info-scroll-div {
        width: calc(100% - 20px);
    }
    #whitestars-info-wrapper {
        width: 100%;
        left: 0;
    }
}

@media only screen and (max-width: 840px) {
    #schema-wrapper {
        background-position: 70%;
    }

    #whitestars-info-picture-balancer {
        width: auto;
        height: auto;
    }
    #whitestars-info-picture {
        width: 300px;
        height: 300px;
        border-radius: 8px;
        border: 1px solid rgb(168, 168, 168);
        margin-bottom: 16px;
    }
    #whitestars-info-picture-wrapper {
        width: auto;
        margin: 45px 20px 20px 20px;
        height: fit-content;
    }
}

@media only screen and (max-width: 740px) {
    #whitestars-info-wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    #whitestars-info-picture-wrapper {
        margin: 20px 0px 0px 0px;
    }
    #whitestars-info-picture-balancer {
        margin-bottom: 0;
        display: flex;
        flex-direction: row-reverse;
        margin-bottom: 0px;
        height: 200px;
        width: auto;
    }
    #picture-change {
        margin-left: 26px;
    }
    #whitestars-info-picture {
        width: 200px !important;
        height: 200px !important;
        margin: 0;
    }
    #whitestars-info-title {
        display: flex;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        width: calc(100% - 20px);
        text-align: center;
    }
    #whitestars-info-scroll-div {
        width: calc(100% - 20px);
        margin-left: 10px;
        height: 100%;
    }
    #whitestars-info-text-wrapper {
        height: calc(100% - 280px);
    }
    #buttons-wrapper {
        left: 50%;
        transform: translate(-50%);
    }
}

@media only screen and (max-width: 513px) {
    .linePreloader {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    #schema-text-wrapper {
        left: 0;
    }
    #whitestars-info-title {
        display: flex;
        justify-content: center;
        text-align: center;
    }
}

@media only screen and (max-width: 450px) {
    #schema-text-wrapper {
        left: 0;
    }
    #schema-title {
        margin-top: 40px;
    }
    #schema-text-wrapper {
        width: 100vw;
    }
    #piesimas-buttons-wrapper {
        left: 50%;
        transform: translate(-50%);
    }
}

@media only screen and (max-width: 380px) {
    #primary-info-wrapper {
        width: 100%;
        left: 0;
    }
    #primary-info-photo-png {
        width: 100%;
    }
}

@media only screen and (min-height: 950px) {
    #primary-info-text {
        height: 480px;
    }
}

@media only screen and (max-height: 815px) {
    #schema-text-wrapper {
        height: 100%;
    }
}

@media only screen and (max-height: 800px) {
    #primary-info-text {
        height: 350px;
    }
    #whitestars-info-wrapper {
        height: 620px;
    }
    #schema-text-wrapper {
        height: 100%;
    }
}

@media only screen and (max-height: 650px) {
    #schema-text-wrapper {
        height: 100%;
    }
}

@media only screen and (max-height: 670px) {
    #primary-info-text-text {
        margin-bottom: 10px;
    }
    #primary-info-photo-png {
        height: 80%;
        width: auto;
    }
    #whitestars-info-wrapper {
        height: 100%;
    }
    #primary-info-wrapper {
        height: 100%;
    }
    #primary-info-photo {
        height: 100%;
        width: 100%;
    }
}
@media only screen and (max-height: 500px) {
    #primary-info-photo {
        display: none;
    }

    #primary-info-text {
        height: 100%;
    }
}
@media only screen and (max-height: 420px) {
    #whitestars-info-picture {
        height: 200px;
        width: 200px;
    }
}
