/*----------------------- [ Layout section Start ] -----------------------*/
#particles-js {
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    background-position: center;
}

video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#particles-js::before {
    background: linear-gradient(to bottom, rgb(0 0 0 / 40%) 0%, rgb(0 0 0 / 40%) 100%);
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.layout-4 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    height: 100%;
}

h1 {
    white-space: nowrap;
    overflow: hidden;
    font-weight: 600;
    font-family: "Syne", sans-serif;
    font-style: normal;
    text-align: center;
    color: #FFF;
    animation: typing 10s steps(50) infinite, animated-cursor 600ms linear infinite;
    transition: all ease-in-out .35s;
    width: 0;
    position: relative;
    z-index: 1;
    border-right: solid 5px rgba(255, 255, 255, .75);
    height: auto;
}

@keyframes typing {
    0% {
        width: 0;
    }

    25% {
        width: 70%;
    }

    48% {
        width: 100%;
    }

    50% {
        width: 100%;
    }

    55% {
        width: 100%;
    }

    75% {
        width: 70%;
    }

    85% {
        width: 30%;
    }

    100% {
        width: 0;
    }
}

@keyframes animated-cursor {
    0% {
        border-right-color: rgba(255, 255, 255, .75);
    }

    100% {
        border-right-color: transparent;
    }
}

.Desc-4 {
    font-size: 18px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    color: #FFF;
    max-width: 600px;
    margin-top: -55px;
}

.copy-social-4 {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: end;
    gap: 30px;
    height: 100%;
    position: relative;
    margin-top: 20px;
}

.social-icon-4 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.social-icon-4 a {
    font-size: 22px;
    font-weight: 500;
    color: #FFF;
}

.copy-right-4 {
    font-size: 18px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    color: #FFF;
    text-align: center;
}

.copy-right-4 a {
    color: #FFF;
}

/*  */
.tick {
    position: absolute;
    z-index: -1;
    width: 100%;
    padding: 30px 0;
    font-size: 1rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.tick-label {
    font-size: 25px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    position: relative;
    text-align: center;
    top: -55px;
    color: #FFF;
}

.tick-group {
    margin: 0 .25em;
    text-align: center;
}

.tick {
    box-sizing: border-box;
    user-select: none;
    cursor: default;
    position: relative;
    z-index: 1;
    line-height: 1.4
}

.tick * {
    box-sizing: inherit
}

.tick [data-view] {
    max-width: 100%
}

.tick span[data-view] {
    display: inline-block
}

.tick [data-layout~=pad] {
    margin: -.25em
}

.tick [data-layout~=pad]>* {
    margin: .25em
}

.tick [data-layout~=horizontal] {
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.tick [data-layout~=horizontal][data-layout~=baseline] {
    align-items: baseline;
}

.tick [data-layout~=horizontal][data-layout~=center] {
    justify-content: center;
}

.tick [data-layout~=horizontal][data-layout~=right] {
    justify-content: flex-end;
}

.tick [data-layout~=horizontal][data-layout~=left] {
    justify-content: flex-start;
}

.tick [data-layout~=horizontal][data-layout~=fill],
.tick [data-layout~=horizontal][data-layout~=stretch] {
    align-content: stretch;
    flex-wrap: nowrap
}

.tick [data-layout~=horizontal][data-layout~=fill]>*,
.tick [data-layout~=horizontal][data-layout~=stretch]>* {
    flex: 1 0 0;
    width: 100%
}

.tick [data-layout~=horizontal][data-layout~=multi-line] {
    flex-wrap: wrap
}

.tick [data-layout~=horizontal][data-layout~=fit] {
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-wrap: nowrap;
    align-content: center;
    white-space: nowrap;
    justify-content: flex-start
}

.tick [data-layout~=vertical] {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center
}

.tick [data-layout~=vertical][data-layout~=top] {
    justify-content: flex-start
}

.tick [data-layout~=vertical][data-layout~=bottom] {
    justify-content: flex-end;
    min-height: 100%
}

.tick [data-layout~=vertical][data-layout~=middle] {
    justify-content: center;
    min-height: 100%
}

.tick [data-layout~=vertical][data-layout~=left] {
    align-items: flex-start
}

.tick [data-layout~=vertical][data-layout~=right] {
    align-items: flex-end
}

.tick [data-layout~=vertical][data-layout~=center] {
    text-align: center;
}

.tick [data-layout~=vertical][data-layout~=fill],
.tick [data-layout~=vertical][data-layout~=stretch] {
    align-items: stretch;
    min-height: 100%
}

.tick [data-layout~=vertical][data-layout~=fill]>*,
.tick [data-layout~=vertical][data-layout~=stretch]>* {
    flex: 1 0 0;
}

.tick [data-layout~=vertical]>*+* {
    margin-top: .5em
}

.tick [data-layout~=overlay] {
    position: relative
}

.tick [data-layout~=overlay]>* {
    margin: 0
}

.tick [data-layout~=overlay][data-layout~=center] {
    text-align: center
}

.tick [data-layout~=overlay][data-layout~=left] {
    text-align: left
}

.tick [data-layout~=overlay][data-layout~=right] {
    text-align: right
}

.tick [data-layout~=overlay]>[data-overlay=fill],
.tick [data-layout~=overlay]>[data-overlay=stretch] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.tick [data-layout~=overlay]>[data-overlay=center] {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.tick-flip {
    position: relative;
    text-align: center
}

.tick-flip * {
    border-radius: inherit;
    white-space: pre;
    letter-spacing: inherit;
    text-indent: inherit
}

.tick-flip-front {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.tick-flip-back {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.tick-flip-spacer {
    display: block;
    visibility: hidden
}

.tick-flip-shadow {
    position: absolute;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    color: transparent !important;
    background: transparent !important
}

.tick-flip-shadow-top {
    bottom: calc(50% - 1px)
}

.tick-flip-shadow-bottom {
    top: calc(50% + 1px)
}

.tick-flip-card-shadow {
    position: absolute;
    left: .15em;
    right: .15em;
    bottom: .125em;
    height: .5em;
    background-color: transparent;
    border-radius: 0;
    opacity: 0;
    transform-origin: 0 100%;
    box-shadow: 0 .125em .25em rgba(0, 0, 0, .5), 0 .125em .5em rgba(0, 0, 0, .75);
    z-index: 0
}

.tick-flip-card {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    perspective: 4em
}

.tick-flip-panel-back,
.tick-flip-panel-front {
    position: absolute;
    left: 0;
    width: 100%;
    height: 51%;
    backface-visibility: hidden;
    transform-style: preserve-3d
}

.tick-flip-panel-back-text,
.tick-flip-panel-front-text {
    position: absolute;
    left: -1px;
    top: 0;
    right: -1px;
    height: 100%;
    overflow: hidden
}

.tick-flip-panel-text-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%
}

.tick-flip-panel-back-text .tick-flip-panel-text-wrapper {
    height: 200%;
    top: -100%
}

.tick-flip-panel-front {
    transform-origin: center bottom;
    top: 0;
    z-index: 2;
    box-shadow: inset 0 1px hsla(0, 0%, 100%, .05)
}

.tick-flip-panel-back {
    transform-origin: center top;
    top: 50%;
    z-index: 1;
    box-shadow: inset 0 -1px rgba(0, 0, 0, .1)
}

.tick-flip-panel-back:after {
    z-index: 1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .3) 1px, rgba(0, 0, 0, .15) 0, transparent 30%)
}

.tick-flip-panel-back-shadow {
    z-index: 2
}

.tick-flip-panel-back-highlight {
    z-index: 3
}

.tick-flip-panel-back-highlight,
.tick-flip-panel-back-shadow {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit
}

.tick-flip-panel-back-highlight,
.tick-flip-panel-back-shadow,
.tick-flip-panel-front-shadow {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0
}

.tick-flip-panel-front-shadow {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .3))
}

.tick-flip-panel-back-shadow {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .5))
}

.tick-flip-panel-back-highlight {
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, .3))
}

.tick [data-style*="shadow:inner"],
.tick [data-style*="shadow:inner"] .tick-flip-card-shadow,
.tick [data-style*="shadow:none"] .tick-flip-card-shadow,
.tick [data-style*="shadow:none"] .tick-flip-panel-back,
.tick [data-style*="shadow:none"] .tick-flip-panel-front,
.tick [data-style*="shadow:none"] .tick-flip-shadow {
    box-shadow: none
}

.tick [data-style*="shadow:none"] .tick-flip-back:after,
.tick [data-style*="shadow:none"] .tick-flip-panel-back-shadow,
.tick [data-style*="shadow:none"] .tick-flip-panel-back-text:after,
.tick [data-style*="shadow:none"] .tick-flip-panel-front-shadow {
    background-image: none
}

.tick [data-style*="rounded:none"] {
    border-radius: 0
}

.tick [data-style*="rounded:panels"] .tick-flip-front,
.tick [data-style*="rounded:panels"] .tick-flip-shadow-bottom {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit
}

.tick [data-style*="rounded:panels"] .tick-flip-back,
.tick [data-style*="rounded:panels"] .tick-flip-panel-back:after,
.tick [data-style*="rounded:panels"] .tick-flip-shadow-top {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.tick-flip {
    margin-left: .0625em;
    margin-right: .0625em;
    min-width: 1.125em;
    border-radius: .125em;
    letter-spacing: .25em;
    text-indent: .25em
}

.tick-flip-panel {
    color: #242e35;
    background-image: url(../images/Snow.png);
    background-position: center;
    background-size: cover;
    object-fit: cover;
    background-repeat: no-repeat;
    background-color: #FFF;
    font-weight: 600;
    font-family: 'DS-Digital';
}

.tick-flip-shadow {
    box-shadow: 0 .125em .3125em rgba(0, 0, 0, .25), 0 .02125em .06125em rgba(0, 0, 0, .25)
}

.snowflake {
    position: fixed;
    top: -50px;
    color: white;
    font-size: 1em;
    opacity: 0.8;
    pointer-events: none;
    user-select: none;
    animation: fall linear infinite;
}

/* Falling animation with slight drift */
@keyframes fall {
    to {
        transform: translateX(var(--horizontal-drift)) translateY(100vh) rotate(var(--rotation));
    }
}

/* Lens flare effect style */
.flare {
    filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.7)) drop-shadow(0 0 12px rgba(255, 255, 255, 0.5));
}

/* Blurred snowflake for depth */
.blurred {
    filter: blur(2px);
    opacity: 0.5;
}
