@import url(/css/font.css);
@import url(/css/public.css);
@import url(/css/animation.css);
@import url(/css/responsive.css);

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-color: hsl(196, 78%, 61%);
    --secondary-color: hsl(217, 15%, 83%);
    --success-color: hsl(165, 58%, 55%);
    --info-color: hsl(214, 79%, 65%);
    --warning-color: hsl(43, 100%, 66%);
    --danger-color: hsl(354, 81%, 63%);
    --primary-color-darker: hsl(196, 68%, 54%);
    --secondary-color-darker: hsl(215, 13%, 70%);
    --success-color-darker: hsl(165, 55%, 48%);
    --info-color-darker: hsl(214, 68%, 58%);
    --warning-color-darker: hsl(39, 97%, 62%);
    --danger-color-darker: hsl(354, 67%, 56%);
    --primary-color-lighter: hsl(196, 78%, 81%);
    --secondary-color-lighter: hsl(214, 16%, 92%);
    --success-color-lighter: hsl(165, 58%, 75%);
    --info-color-lighter: hsl(214, 79%, 85%);
    --warning-color-lighter: hsl(43, 100%, 86%);
    --danger-color-lighter: hsl(354, 81%, 83%);
    --secondary-color-darkest: hsl(215, 11%, 30%);
    --secondary-color-lightest: hsl(220, 1%, 98%);
    --ease-in-quad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    --ease-in-cubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    --ease-in-quart: cubic-bezier(0.895, 0.03, 0.685, 0.22);
    --ease-in-quint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    --ease-in-expo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
    --ease-in-circ: cubic-bezier(0.6, 0.04, 0.98, 0.335);
    --ease-out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --ease-out-cubic: cubic-bezier(0.215, 0.61, 0.355, 1);
    --ease-out-quart: cubic-bezier(0.165, 0.84, 0.44, 1);
    --ease-out-quint: cubic-bezier(0.23, 1, 0.32, 1);
    --ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);
    --ease-out-circ: cubic-bezier(0.075, 0.82, 0.165, 1);
    --ease-in-out-quad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    --ease-in-out-cubic: cubic-bezier(0.645, 0.045, 0.355, 1);
    --ease-in-out-quart: cubic-bezier(0.77, 0, 0.175, 1);
    --ease-in-out-quint: cubic-bezier(0.86, 0, 0.07, 1);
    --ease-in-out-expo: cubic-bezier(1, 0, 0, 1);
    --ease-in-out-circ: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

p {
    margin-bottom: 0 !important;
}

a {
    text-decoration: none !important;
}

html {
    /* scroll-behavior: smooth; */
    scroll-behavior: initial !important;
}

    html::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
    }

    html::-webkit-scrollbar {
        width: 5px;
        background-color: #F5F5F5;
    }

    html::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: rgba(0, 0, 0, 1);
    }

#loader {
    position: fixed;
    opacity: 1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
    overflow: hidden;
    background: radial-gradient(ellipse at bottom, #0d1d31 0%, #0c0d13 100%);
}

.section-full {
    height: 100vh;
    /* width: 100vw; */
    overflow: hidden;
}

.first-section video {
    opacity: .4;
}

.content-section {
    position: absolute;
    height: 100vh;
    width: 100vw;
    z-index: 10;
    top: 10%;
}

.first-section-bottom {
    padding-top: 10vh;
}

    .first-section-bottom img {
        width: 80px;
        height: 40px;
        box-shadow: 0px 0px 80px 0px rgba(172, 93, 0, 0.32);
    }

.first-section-extra {
    /* height: 50vh; */
    /* padding-top: 120px; */
    transform: translateY(100%);
}

.line-linear {
    height: 2px;
    width: 100%;
    background-image: linear-gradient(to right, #FDBB4F, yellow);
}

.img-curve-text {
    animation: circular 20s linear infinite;
}

.img-laptop {
    width: 642.592px;
    height: 30%;
    object-fit: contain;
    transform: rotate(15.42deg);
    flex-shrink: 0;
    /* bottom: 0; */
    z-index: 3;
    right: calc(0% - 642px);
}

.img-phone {
    width: 155.916px;
    height: 30%;
    object-fit: contain;
    transform: rotate(7.867deg);
    flex-shrink: 0;
    /* bottom: 0; */
    left: calc(0% - 180px);
    z-index: 3;
}

.text-2-section-3 {
    transform: translateX(100%);
}

.text-trans-1 {
    position: absolute;
    animation: transform-left 10s linear infinite;
}

.text-trans-2 {
    position: absolute;
    animation: transform-left 10s linear infinite;
}

.section-js-5 .container:not(:nth-child(1)) {
    height: 100vh;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.section-js-5 .container .section-js-text .my-3 {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}

.section-js-5 img:not(.img-ufo) {
    width: 100%;
    height: 130%;
    object-fit: cover;
    filter: brightness(.3);
}

.section-5-text {
    /* top: -100%; */
    bottom: 0;
    z-index: 2;
    transform: translateY(30%);
    width: calc(100% - 24px);
}

.section-9 {
    background-color: #050505;
}

.section-9-js {
    transform: translateY(30%);
}

.section-9-part-2 {
    bottom: 100%;
    z-index: 1;
    width: 100vw;
}

.text-hover {
    transition: color .5s linear;
    cursor: pointer;
    margin: 100px 0 0px 108px;
}

.span-text {
    display: inline-block;
    transform: translateY(150%);
    transition: transform .5s linear;
}

.text-hover:hover {
    color: #050505;
}

    .text-hover:hover .span-text {
        transform: translateY(0%);
    }

.text-height-0,
.text-height-1,
.text-height-2 {
    height: 100%;
}

.section-9-hover-showImg {
    cursor: pointer;
}

.img-hover {
    width: 400px;
    height: 133px;
    /* top: 0;
    right: 0; */
    opacity: 0;
    object-fit: cover;
    border-radius: 3000px;
    border: 1px solid #000;
    box-shadow: 2px 0 #FDBB4F, -2px 0 #FDBB4F, 0 2px #FDBB4F, 0 -2px #FDBB4F, 1px 1px #f0f323, -1px -1px #f0f323, 1px -1px #f0f323, -1px 1px #f0f323;
    /* transition: ease .2s; */
}

.section-9-hover-showImg:hover .img-hover {
    opacity: 1;
}
/* .section-10{
    display: flex;
} */
.container-content-section-10 {
    width: 300vw;
    display: flex;
}

.section-10-part-1,
.section-10-part-2,
.section-10-part-3 {
    width: 100vw;
    display: flex;
    align-items: center;
}

.carousel-indicators [data-bs-target] {
    width: 5px !important;
    height: 5px !important;
    border-radius: 50%;
}

.carousel-indicators {
    margin-right: 0 !important;
    margin-left: 0 !important;
    right: auto !important;
}

.container-tabfade video {
    border-radius: 24px;
}

.section-10-part-3 video,
.project-p2 video,
.about-us-section-4-p2 video {
    height: 80vh;
    width: 100%;
    border-radius: 500px;
    filter: brightness(.3);
}

.container-video-section-10 {
    border-radius: 400px;
}

.section-footer-img img {
    margin-top: 5px;
    padding: 10px;
    border-radius: 50%;
    border: 1px solid var(--BLACK-TO-WHITE-gray500, #6B6A69);
    display: block;
}

    .section-footer-img img:hover {
        border: 1px solid #FDBB4F;
    }

.group-input label {
    display: block;
}

.group-input input,
.group-input textarea {
    border-radius: 12px;
    background: var(--BLACK-TO-WHITE-gray800, #1F1F1E);
    padding: 12px;
    width: 100%;
    border: none;
    font-size: 20px;
    font-family: "Space Grotesk";
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.4px;
    color: #fcfcfc;
}
.text-error {
    font-size: 16px;
    font-family: "Space Grotesk";
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.4px;
    color: #FF1F1F;
}

    .group-input input:focus-visible,
    .group-input textarea:focus-visible {
        outline: none;
    }

.arrow-footer {
    margin-left: 10px;
    background: none;
    border: none;
    display: inline-block;
}

    .arrow-footer img {
        width: 40px;
        height: 40px;
        padding: 10px;
        border-radius: 50%;
        border: 2px solid var(--BLACK-TO-WHITE-gray500, #FDBB4F);
    }

.back-to-top {
    right: 0;
    top: 50%;
}

    .back-to-top svg {
        fill: #6B6A69;
        animation: circular 20s linear infinite;
    }

.offcanvas {
    background-color: #000 !important;
}

.tab-menu {
    margin-top: 20px;
    padding: 0 29px 0 0;
}

    .tab-menu li {
        text-align: right;
        list-style: none;
        font-family: "Space Grotesk";
        /* font-size: 42px; */
        font-size: calc(1.3vw + 25px);
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.84px;
        margin-bottom: 16px;
    }

        .tab-menu li a::after {
            content: "";
            position: absolute;
            bottom: 0;
            height: 2px;
            width: 0;
            background-color: #FDBB4F;
            left: 0;
            transition: all .5s cubic-bezier(0.075, 0.82, 0.165, 1);
        }

        .tab-menu li a {
            text-decoration: none;
            color: var(--BLACK-TO-WHITE-White, #FFFEFC);
            position: relative;
        }

        .tab-menu li img {
            width: 0;
            transition: width .5s cubic-bezier(0.075, 0.82, 0.165, 1);
        }

        .tab-menu li:hover a::after {
            width: 100%;
            color: #FDBB4F;
        }

        .tab-menu li:hover a {
            color: #FDBB4F;
        }

        .tab-menu li:hover img {
            width: 52px;
        }

.tab-menu-media {
    display: flex;
    flex-wrap: wrap;
}

    .tab-menu-media a {
        margin: 10px 0;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: -0.24px;
        padding: 10px 20px
    }

.img-pen-tool {
    border-radius: 15.45px;
    border: 2.452px solid #000;
    background: var(--BLACK-TO-WHITE-Black, #050505);
    box-shadow: 2px 0 #FDBB4F, -2px 0 #FDBB4F, 0 2px #FDBB4F, 0 -2px #FDBB4F, 1px 1px #f0f323, -1px -1px #f0f323, 1px -1px #f0f323, -1px 1px #f0f323;
    padding: 20px;
    margin: 5px 20px 5px 5px;
}

.modal-apply .modal-content {
    border-radius: 36px;
    background-color: #141413;
    border-radius: 36px;
    background-clip: padding-box;
    box-shadow: 2px 0 #FDBB4F, -2px 0 #FDBB4F, 0 2px #FDBB4F, 0 -2px #FDBB4F, 1px 1px #f0f323, -1px -1px #f0f323, 1px -1px #f0f323, -1px 1px #f0f323;
}

.modal-apply {
    background-color: #000;
}

.navbar {
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.navbar-brand {
    margin-right: 0 !important;
}

.footer-p1 {
    height: 30vh;
}

.footer-p2 {
    height: 60vh;
}

.entry-level {
    top: 0;
    right: 0;
    transform: translateX(100%);
}

.project-p2 {
    z-index: 1000;
    height: 100vh;
    width: 100vw;
}

.form-contact input {
    border-radius: 200px;
}

.form-contact textarea {
    border-radius: 20px;
}

.about-us-section-1 video {
    filter: brightness(0.9);
    max-height: 359px !important;
    border-radius: 3000px;
    object-fit: cover;
}

.about-us-section-2-container {
    flex-wrap: nowrap;
}

.container-32 {
    width: 100%;
}

.container-12 {
    width: 0;
    overflow: hidden;
}

.container-32 img {
    width: 50%;
}

.about-us-section-3 .owl-carousel img {
    height: 200px;
    object-fit: cover;
    border-radius: 24px;
    opacity: .8;
}

.about-us-section-3 .project-p2 {
    transform: translateY(-5%) !important;
}

.about-us-section-4 .owl-2 .img-item {
    position: relative;
}

    .about-us-section-4 .owl-2 .img-item::before {
        content: "";
        position: absolute;
        height: 150px;
        width: 100%;
        bottom: 0;
        background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
    }

.about-us-section-4-p2 {
    height: 100vh !important;
}

.about-us-section-4 .owl-2 .owl-nav {
    margin-top: 40px;
}

    .about-us-section-4 .owl-2 .owl-nav .owl-prev {
        margin-right: 100px !important;
    }

    .about-us-section-4 .owl-2 .owl-nav .owl-prev,
    .about-us-section-4 .owl-2 .owl-nav .owl-next {
        width: 160px;
        border-radius: 200px;
        border: 0.8px solid #000;
        padding: 12px 22px !important;
        background: var(--BLACK-TO-WHITE-Black, #050505) !important;
    }

.section-4-part-2 {
    flex-wrap: nowrap;
}

.section-4-part-2-text-1 img {
    width: 50%;
}

.section-4-part-2-text-2 {
    /* transform: translateX(60%); */
    width: 0;
    overflow: hidden;
}

.section-4-part-2-text-1 {
    width: 100%;
}

.add-text {
    display: none;
}

.section-10-res {
    display: none;
}

.section-10 {
    display: flex;
    align-items: center;
}

.section-9-res {
    display: none;
}

.section-9-res-paralex {
    display: none;
}

.height-100 {
    height: 100vh;
}

.section-9-res-p2 div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


@media (max-width: 992px) {
    .section-footer-img {
        display: flex;
        gap: 10px;
        justify-content: center;
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .container-box-career {
        justify-content: center;
    }

    .back-to-top {
        top: 80% !important;
    }

    .footer-p1 {
        height: 15vh;
    }

    .footer-p2 {
        height: 75vh;
    }

    .entry-level {
        top: -20%;
        transform: translateX(40%);
    }

    .about-us-section-4 .owl-2 .owl-nav .owl-prev,
    .about-us-section-4 .owl-2 .owl-nav .owl-next {
        width: 100px;
    }

    .about-us-section-4 .owl-2 img {
        height: 70vh;
        object-fit: cover;
    }
}

@media (max-width: 1023px) {
    .text-full-screen {
        font-size: 120px;
    }

    .btn-outline-none {
        padding: 6px 15px;
    }

    .img-hover {
        /* top: 0; */
        right: 0;
        width: 50%;
        height: 70px;
        opacity: 1;
        top: -30px;
    }

    .section-9-res-paralex {
        display: block;
    }

    .span-text {
        transform: translate(0);
    }

    .text-hover {
        margin: 0;
    }

    .section-9-res {
        display: block;
    }

    .section-9 {
        display: none;
    }

    .section-10 {
        display: none !important;
    }

    .section-10-res {
        display: block;
    }

    .section-js-5 .container .section-js-text .my-3 {
        padding-bottom: 3rem;
    }

    .section-js-5 .container:not(:nth-child(1)) {
        position: static;
        transform: translate(0);
        height: auto;
    }

    .section-5-text {
        transform: translateY(0%);
        bottom: 135px;
    }

    .section-js-5 {
        height: 70vh !important;
    }

    .add-text {
        display: block;
    }

    .about-us-section-2-container {
        flex-wrap: wrap;
    }

    .container-12 {
        width: 100%;
        overflow: hidden;
    }

    .section-full {
        height: fit-content;
        /* width: 100vw; */
        overflow: hidden;
    }

    .first-section {
        height: 100vh;
    }

        .first-section .text-large {
            font-size: 50px;
            line-height: normal;
        }

    .first-section-bottom {
        padding-top: 50vh;
    }

    .section-js-3 {
        height: 100vh;
        display: flex;
        align-items: center;
    }

    .first-section-extra {
        /* padding-top: 20px; */
        transform: translateY(0);
    }

    .section-4-part-2 {
        flex-wrap: wrap;
    }

    .section-4-part-2-text-1 img {
        width: 50%;
    }

    .section-4-part-2-text-1 {
        padding-bottom: 20px;
    }

    .section-4-part-2-text-2 {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        transform: translateX(0%);
    }

        .section-4-part-2-text-2 p {
            text-align: end;
        }
}

.stars {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    transform: rotate(-45deg);
}

.star {
    --star-color: var(--primary-color);
    --star-tail-length: 6em;
    --star-tail-height: 2px;
    --star-width: calc(var(--star-tail-length) / 6);
    --fall-duration: 9s;
    --tail-fade-duration: var(--fall-duration);
    position: absolute;
    top: var(--top-offset);
    left: 0;
    width: var(--star-tail-length);
    height: var(--star-tail-height);
    color: var(--star-color);
    background: linear-gradient(45deg, currentColor, transparent);
    border-radius: 50%;
    filter: drop-shadow(0 0 6px currentColor);
    transform: translate3d(104em, 0, 0);
    animation: fall var(--fall-duration) var(--fall-delay) linear infinite, tail-fade var(--tail-fade-duration) var(--fall-delay) ease-out infinite;
}

@media screen and (max-width: 750px) {
    .star {
        animation: fall var(--fall-duration) var(--fall-delay) linear infinite;
    }
}

.star:nth-child(1) {
    --star-tail-length: 5.23em;
    --top-offset: 25.31vh;
    --fall-duration: 8.691s;
    --fall-delay: 7.22s;
}

.star:nth-child(2) {
    --star-tail-length: 7.16em;
    --top-offset: 77vh;
    --fall-duration: 11.676s;
    --fall-delay: 3.766s;
}

.star:nth-child(3) {
    --star-tail-length: 5.04em;
    --top-offset: 9.14vh;
    --fall-duration: 9.567s;
    --fall-delay: 6.045s;
}

.star:nth-child(4) {
    --star-tail-length: 6.43em;
    --top-offset: 16.5vh;
    --fall-duration: 10.209s;
    --fall-delay: 8.641s;
}

.star:nth-child(5) {
    --star-tail-length: 5.35em;
    --top-offset: 10.12vh;
    --fall-duration: 8.704s;
    --fall-delay: 1.717s;
}

.star:nth-child(6) {
    --star-tail-length: 5.96em;
    --top-offset: 67.56vh;
    --fall-duration: 11.182s;
    --fall-delay: 4.452s;
}

.star:nth-child(7) {
    --star-tail-length: 7.04em;
    --top-offset: 89.95vh;
    --fall-duration: 9.432s;
    --fall-delay: 0.801s;
}

.star:nth-child(8) {
    --star-tail-length: 5.84em;
    --top-offset: 91.94vh;
    --fall-duration: 8.814s;
    --fall-delay: 3.116s;
}

.star:nth-child(9) {
    --star-tail-length: 6.08em;
    --top-offset: 53.43vh;
    --fall-duration: 6.058s;
    --fall-delay: 1.846s;
}

.star:nth-child(10) {
    --star-tail-length: 5.44em;
    --top-offset: 54.04vh;
    --fall-duration: 6.054s;
    --fall-delay: 8.436s;
}

.star:nth-child(11) {
    --star-tail-length: 6.03em;
    --top-offset: 92.01vh;
    --fall-duration: 9.613s;
    --fall-delay: 5.538s;
}

.star:nth-child(12) {
    --star-tail-length: 6.92em;
    --top-offset: 26.67vh;
    --fall-duration: 9.918s;
    --fall-delay: 6.539s;
}

.star:nth-child(13) {
    --star-tail-length: 5.01em;
    --top-offset: 84.06vh;
    --fall-duration: 6.111s;
    --fall-delay: 7.005s;
}

.star:nth-child(14) {
    --star-tail-length: 7.1em;
    --top-offset: 2.63vh;
    --fall-duration: 8.592s;
    --fall-delay: 2.458s;
}

.star:nth-child(15) {
    --star-tail-length: 6.8em;
    --top-offset: 97.78vh;
    --fall-duration: 9.138s;
    --fall-delay: 1.416s;
}

.star:nth-child(16) {
    --star-tail-length: 6.85em;
    --top-offset: 86.41vh;
    --fall-duration: 8.92s;
    --fall-delay: 8.467s;
}

.star:nth-child(17) {
    --star-tail-length: 6.34em;
    --top-offset: 58.4vh;
    --fall-duration: 8.265s;
    --fall-delay: 1.171s;
}

.star:nth-child(18) {
    --star-tail-length: 5.76em;
    --top-offset: 23.66vh;
    --fall-duration: 11.518s;
    --fall-delay: 6.297s;
}

.star:nth-child(19) {
    --star-tail-length: 5.44em;
    --top-offset: 45.45vh;
    --fall-duration: 10.687s;
    --fall-delay: 7.762s;
}

.star:nth-child(20) {
    --star-tail-length: 6.12em;
    --top-offset: 56.19vh;
    --fall-duration: 7.686s;
    --fall-delay: 7.699s;
}

.star:nth-child(21) {
    --star-tail-length: 5.9em;
    --top-offset: 0.53vh;
    --fall-duration: 9.634s;
    --fall-delay: 8.785s;
}

.star:nth-child(22) {
    --star-tail-length: 7.07em;
    --top-offset: 42.26vh;
    --fall-duration: 11.66s;
    --fall-delay: 5.942s;
}

.star:nth-child(23) {
    --star-tail-length: 7.13em;
    --top-offset: 94.64vh;
    --fall-duration: 10.947s;
    --fall-delay: 2.042s;
}

.star:nth-child(24) {
    --star-tail-length: 5.1em;
    --top-offset: 93.88vh;
    --fall-duration: 11.057s;
    --fall-delay: 6.182s;
}

.star:nth-child(25) {
    --star-tail-length: 5.2em;
    --top-offset: 66.79vh;
    --fall-duration: 9.117s;
    --fall-delay: 5.499s;
}

.star:nth-child(26) {
    --star-tail-length: 5.38em;
    --top-offset: 70.16vh;
    --fall-duration: 7.013s;
    --fall-delay: 8.509s;
}

.star:nth-child(27) {
    --star-tail-length: 6.9em;
    --top-offset: 59.52vh;
    --fall-duration: 6.797s;
    --fall-delay: 7.927s;
}

.star:nth-child(28) {
    --star-tail-length: 6.79em;
    --top-offset: 55.34vh;
    --fall-duration: 6.38s;
    --fall-delay: 9.892s;
}

.star:nth-child(29) {
    --star-tail-length: 6.05em;
    --top-offset: 77.42vh;
    --fall-duration: 10.13s;
    --fall-delay: 8.342s;
}

.star:nth-child(30) {
    --star-tail-length: 6.04em;
    --top-offset: 93.01vh;
    --fall-duration: 11.246s;
    --fall-delay: 1.7s;
}

.star:nth-child(31) {
    --star-tail-length: 6.95em;
    --top-offset: 12.96vh;
    --fall-duration: 10.478s;
    --fall-delay: 2.705s;
}

.star:nth-child(32) {
    --star-tail-length: 7.39em;
    --top-offset: 99.51vh;
    --fall-duration: 10.702s;
    --fall-delay: 3.8s;
}

.star:nth-child(33) {
    --star-tail-length: 6.65em;
    --top-offset: 27.12vh;
    --fall-duration: 9.103s;
    --fall-delay: 8.838s;
}

.star:nth-child(34) {
    --star-tail-length: 5.73em;
    --top-offset: 30.99vh;
    --fall-duration: 6.082s;
    --fall-delay: 4.072s;
}

.star:nth-child(35) {
    --star-tail-length: 5.4em;
    --top-offset: 47.4vh;
    --fall-duration: 10.655s;
    --fall-delay: 8.74s;
}

.star:nth-child(36) {
    --star-tail-length: 5.06em;
    --top-offset: 99.04vh;
    --fall-duration: 9.794s;
    --fall-delay: 3.031s;
}

.star:nth-child(37) {
    --star-tail-length: 5.32em;
    --top-offset: 9.57vh;
    --fall-duration: 7.24s;
    --fall-delay: 3.583s;
}

.star:nth-child(38) {
    --star-tail-length: 5.37em;
    --top-offset: 85.28vh;
    --fall-duration: 11.162s;
    --fall-delay: 5.973s;
}

.star:nth-child(39) {
    --star-tail-length: 7.03em;
    --top-offset: 18.52vh;
    --fall-duration: 6.834s;
    --fall-delay: 5.552s;
}

.star:nth-child(40) {
    --star-tail-length: 7.21em;
    --top-offset: 61.94vh;
    --fall-duration: 10.874s;
    --fall-delay: 0.275s;
}

.star:nth-child(41) {
    --star-tail-length: 6.21em;
    --top-offset: 95.32vh;
    --fall-duration: 10.673s;
    --fall-delay: 2.798s;
}

.star:nth-child(42) {
    --star-tail-length: 7.27em;
    --top-offset: 92.77vh;
    --fall-duration: 9.941s;
    --fall-delay: 3.357s;
}

.star:nth-child(43) {
    --star-tail-length: 7.17em;
    --top-offset: 27.83vh;
    --fall-duration: 7.807s;
    --fall-delay: 1.686s;
}

.star:nth-child(44) {
    --star-tail-length: 6.25em;
    --top-offset: 31.88vh;
    --fall-duration: 9.79s;
    --fall-delay: 1.42s;
}

.star:nth-child(45) {
    --star-tail-length: 5.94em;
    --top-offset: 19.26vh;
    --fall-duration: 7.62s;
    --fall-delay: 7.465s;
}

.star:nth-child(46) {
    --star-tail-length: 5.15em;
    --top-offset: 63.09vh;
    --fall-duration: 9.221s;
    --fall-delay: 3.595s;
}

.star:nth-child(47) {
    --star-tail-length: 7.06em;
    --top-offset: 64.5vh;
    --fall-duration: 10.263s;
    --fall-delay: 2.616s;
}

.star:nth-child(48) {
    --star-tail-length: 5.88em;
    --top-offset: 13.86vh;
    --fall-duration: 10.42s;
    --fall-delay: 2.524s;
}

.star:nth-child(49) {
    --star-tail-length: 5.9em;
    --top-offset: 69.66vh;
    --fall-duration: 7.369s;
    --fall-delay: 1.128s;
}

.star:nth-child(50) {
    --star-tail-length: 5.93em;
    --top-offset: 86.29vh;
    --fall-duration: 6.26s;
    --fall-delay: 5.112s;
}

.star::before, .star::after {
    position: absolute;
    content: "";
    top: 0;
    left: calc(var(--star-width) / -2);
    width: var(--star-width);
    height: 100%;
    background: linear-gradient(45deg, transparent, currentColor, transparent);
    border-radius: inherit;
    animation: blink 2s linear infinite;
}

.star::before {
    transform: rotate(45deg);
}

.star::after {
    transform: rotate(-45deg);
}

@keyframes fall {
    to {
        transform: translate3d(-30em, 0, 0);
    }
}

@keyframes tail-fade {
    0%, 50% {
        width: var(--star-tail-length);
        opacity: 1;
    }

    70%, 80% {
        width: 0;
        opacity: 0.4;
    }

    100% {
        width: 0;
        opacity: 0;
    }
}

@keyframes blink {
    50% {
        opacity: 0.6;
    }
}
