.navbar {
    left: 0;
    background-size: cover;
    background-clip: border-box;
    background-position-x: center;
    position: fixed
}

.item__text,
.navbar {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px
}

.group,
.input {
    line-height: 28px
}

.wholepet,
button {
    cursor: pointer
}

.cat__body--fake::before,
.cat__body::before,
.cat__tail::before {
    clip: rect(0 30vw calc(30vw / 2) 0)
}

*,
.footer,
::after,
::before {
    box-sizing: border-box
}

*,
body {
    font-family: Insaniburger
    
}
body{
    overflow-x: hidden;
}
.info a,
button {
    color: inherit
}

#loader,
.navbar {
    position: fixed
}

#loader {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center
}

* {
    margin: 0;
    padding: 0
}

@font-face {
    font-family: Insaniburger;
    src: url('Insanibu.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}
h1{
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0px;
    /* margin-top: 100px; */
    
    font-weight: lighter;
}



@media (max-width:1300px) {
    
 

    .navbar {
        height: 50px !important;
        flex-direction: column;
        align-items: center;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px
    }

    .navbar-logo img {
        max-width: 138px !important;
        height: 60px !important
    }

    .navbar-logo {
        text-align: center !important
    }

    .footer {
        padding: 20px;
        bottom: -20px !important
    }
}

@media (max-width:768px) {
    
    h1{
        
        font-size: 15px;
        margin: 0 30px;
      }

    .navbar {
        height: 50px !important;
        flex-direction: column;
        align-items: center;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px
    }

    .navbar-logo img {
        max-width: 138px !important;
        height: 60px !important
    }

    .navbar-logo {
        text-align: center !important
    }

    .footer {
        padding: 20px;
        bottom: -20px !important
    }
}

@media (max-width:480) {
    
    h1{
        
        font-size: small;
        margin: 0 50px;
      }

    .navbar {
        height: 50px !important;
        flex-direction: column;
        align-items: center;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px
    }

    .navbar-logo img {
        max-width: 138px !important;
        height: 60px !important
    }

    .navbar-logo {
        text-align: center !important
    }

    .footer {
        padding: 10px;
        bottom: -20px !important
    }
}

.navbar {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    background-color: #333;
    background-image: url("header.webp");
    margin: 0;
    padding: 5px;
    width: 100%;
    top: 0;
    z-index: 1000;
    height: 80px;
    flex-direction: column;
    align-items: center;
    position: sticky;
    margin-bottom: 20px;
}

.navbar-logo img {
    max-width: auto !important;
    height: 100px
}

.navbar-logo {
    text-align: center !important
}

.footer,
.goods-img,
.intro,
.item__text,
.wholepet {
    text-align: center
}

.footer {
    color: #fff;
    padding: 40px;
    bottom: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-image: url("https://www.playadopt.me/_next/image?url=%2Fassets%2Fimg%2Fdividers%2FDivider-Clouds.webp&w=828&q=75")
}

.item__text {
    letter-spacing: .5px;
    background: #753bbd;
    padding: 5px 0;
    color: #fff
}

.input,
.input:focus,
input:hover {
    outline: 0;
    background-color: #fff
}

.wholepet {
    background-size: cover;
    background-clip: border-box;
    background-position-x: center;
    padding: 0;
    margin: 0;
    border-radius: 20px
}

.wholepet img,
video {
    max-width: 100%;
    border-radius: 20px;
    object-fit: cover
}

.second-page {
    align-items: center;
    display: flex;
    flex-direction: column;
    /* padding-top: 20px */
}

.bottom-block__images {
    display: flex;
    margin-bottom: 30px;
    gap:20px;
}

.loadlast{
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    width: 100%
}

.second-page__bottom-block {
    align-items: center;
    display: flex;
    flex-direction: column;
    /* margin-bottom: 30px; */
    width: 100%
}

.loadlast.up,
.second-page__bottom-block.up {
    animation: 1.3s up
}

.goods-img,
.loadlast.scale,
.second-page__bottom-block.scale {
    animation: .4s scale
}

.group {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 20px
}

.input {
    padding: 0 1rem 0 2.5rem;
    border: 2px solid rgba(234, 76, 137, .4);
    border-radius: 25px;
    color: #0d0c22;
    transition: .3s;
    height: 50px;
    width: 300px
}

.input::placeholder {
    color: #9e9ea7
}

.input:focus,
input:hover {
    border-color: rgba(234, 76, 137, .4);
    box-shadow: 0 0 0 4px rgb(234 76 137 / 10%)
}

.icon {
    position: absolute;
    left: 1rem;
    fill: #9e9ea7;
    width: 1rem;
    height: 1rem
}

.hide {
    display: none !important
}

.box,
body {
    display: flex
}

.bottom-block__btn {
    letter-spacing: .1em;
    background: #ff147a;
    border-radius: 25px;
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    height: 40px;
    width: 280px
}

.bottom-block__btn--disagree {
    background: #bdbdbb;
    margin-top: 10px
}

input::-ms-clear {
    display: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.goods-img {
    position: relative;
    background: #ededed;    
    border: 2px solid #272626;
    border-radius: 25px;
    padding: 12px 12px 10px;
    z-index: 3;
    height: 100%;
    -webkit-transition: -webkit-transform .25s cubic-bezier(.39,.575,.565,1);
    transition: -webkit-transform .25s cubic-bezier(.39,.575,.565,1);
    transition: transform .25s cubic-bezier(.39,.575,.565,1);
    transition: transform .25s cubic-bezier(.39,.575,.565,1),-webkit-transform .25s cubic-bezier(.39,.575,.565,1);
}

.goods-img .main-img {
    border: 2px solid #000;
    border-radius: 15px;
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;

}


.goods-img .main-name{
    color: #8914ff;
    line-height: 1
}








.team-tile .bottom,.team-tile .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fill-available;
}

.team-tile .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-transform: uppercase
}

@keyframes circle-keys {

    0%,
    100% {
        transform: scale(1);
        opacity: 1
    }

    50% {
        transform: scale(1.5);
        opacity: .5
    }
}

@keyframes dot-keys {

    0%,
    100% {
        transform: scale(1)
    }

    50% {
        transform: scale(0)
    }
}

@keyframes outline-keys {
    0% {
        transform: scale(0);
        outline: solid 20px var(--color);
        outline-offset: 0;
        opacity: 1
    }

    100% {
        transform: scale(1);
        outline: transparent solid 0;
        outline-offset: 20px;
        opacity: 0
    }
}

@keyframes hug {
    0% {
        opacity: 0
    }

    20% {
        opacity: 1;
        transform: scale(1.1)
    }

    100% {
        transform: scaleY(1.5) scaleX(1.2);
        opacity: 0
    }
}

@keyframes verify {

    0%,
    40% {
        transform: scale(1)
    }

    20% {
        transform: scale(1.1)
    }
}

@keyframes up_2 {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-30px)
    }

    75% {
        transform: translateY(10px)
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes scale {
    0% {
        transform: scale(0)
    }

    75% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}

.cat-box {
    position: relative;
    width: 30vw;
    height: 30vw;
    font-size: calc(30vw / 20);
    color: #353952
}

.cat-box:active *,
.cat-box:active ::after,
.cat-box:active ::before {
    animation-play-state: running !important
}

.helf-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: calc(30vw / 2);
    transform-origin: 50% 100%
}

.helf-box.clip {
    overflow: hidden
}

@keyframes mouth {
    from {
        transform: translateY(.3em) scaleY(.4)
    }

    to {
        transform: none
    }
}

@keyframes head-ratate {
    from {
        transform: rotate(720deg)
    }

    to {
        transform: none
    }
}

@keyframes head-body-ratate {

    0%,
    100% {
        transform: rotate(-130deg)
    }

    25%,
    40% {
        transform: rotate(0)
    }

    50% {
        transform: rotate(-50deg)
    }

    60% {
        transform: rotate(-80deg)
    }
}

@keyframes ass-ratate {
    from {
        transform: rotate(600deg)
    }

    to {
        transform: rotate(-120deg)
    }
}

@keyframes ass-body-ratate {

    0%,
    100% {
        transform: rotate(120deg)
    }

    25%,
    50% {
        transform: rotate(60deg)
    }

    40% {
        transform: rotate(30deg)
    }
}

.helf-box--head {
    animation: 2.79s infinite head-ratate
}

.helf-box--head .cat__body::before {
    animation: 2.79s linear infinite head-body-ratate;
    transform: rotate(-130deg)
}

.helf-box--ass {
    transform: rotate(600deg);
    animation: 2.79s .4s infinite ass-ratate
}

.helf-box--ass .cat__body::before {
    animation: 2.79s linear infinite ass-body-ratate;
    transform: rotate(120deg)
}

.cat__head {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    width: 5em;
    height: 5em;
    transform: rotate(30deg);
    transform-origin: calc(30vw / 2) 0;
    background-image: linear-gradient(-30deg, transparent 1.9em, #f0a75a 0), linear-gradient(90deg, transparent 1.5em, #f0a75a 0);
    background-size: 70% 50%, 80% 70%;
    background-repeat: no-repeat;
    background-position: 100% 100%, 0 0
}

.cat__face {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform-origin: calc(30vw / 2) 0;
    transform: rotate(-30deg) translateY(-100%)
}

.cat__eyes {
    position: absolute;
    left: 50%;
    bottom: .75em;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    box-shadow: 1em 0 0 .2em, -1em 0 0 .2em;
    transform: rotate(7.5deg)
}

.cat__mouth {
    position: absolute;
    left: 54%;
    bottom: 1.4em;
    transform: rotate(10deg)
}

.cat__mouth::before {
    content: '';
    position: absolute;
    left: -.3em;
    bottom: .4em;
    width: .6em;
    height: .5em;
    border: .175em solid;
    background-color: #c5853d;
    border-bottom-color: transparent;
    border-top-left-radius: .3em .4em;
    border-top-right-radius: .3em .4em;
    animation: calc(2.79s / 2) linear infinite alternate mouth
}

.bottom-block__cities-img.up,
.bottom-block__cities-text.up {
    animation: 1s up_2
}

.cat__mouth::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 2px;
    margin-left: -1px;
    border-radius: 50%;
    box-shadow: .2em -.3em 0 .1em #f0a75a, .2em -.4em 0 .175em, -.2em -.3em 0 .1em #f0a75a, -.2em -.4em 0 .175em
}

.cat__ears {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: .5em;
    background-color: currentColor
}

.cat__ears::after,
.cat__ears::before {
    content: '';
    position: absolute;
    top: 0;
    width: 1.5em;
    height: 1.5em;
    border-bottom: .5em solid;
    background-color: #f0a75a
}

.cat__ears::before {
    left: 0;
    border-left: .5em solid;
    transform-origin: 0 0;
    transform: skewY(-35deg);
    border-bottom-left-radius: .7em
}

.cat__ears::after {
    right: 0;
    border-right: .5em solid;
    transform-origin: 100% 0;
    transform: skewY(35deg);
    border-bottom-right-radius: .7em
}

.cat__mustache {
    position: absolute;
    bottom: 1em;
    left: 52.5%;
    width: 1.5em;
    height: .2em;
    border-radius: 1em;
    transform: translateX(-50%) rotate(10deg);
    opacity: .75;
    box-shadow: 2.45em 0, -2.45em 0
}

.cat__mustache::after,
.cat__mustache::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background-color: inherit;
    box-shadow: inherit
}

.cat__mustache::before {
    transform: rotate(12.5deg)
}

.cat__mustache::after {
    transform: rotate(-10deg)
}

.cat__foots {
    position: absolute;
    left: 1.5em;
    top: -.25em;
    z-index: 1;
    width: 2em;
    height: 1.25em;
    border-radius: 0 0 1em 1em;
    background-color: #f2c38b;
    transform: rotate(5deg);
    transform-origin: 50% 0%
}

.cat__body--fake,
.cat__tail {
    left: 0;
    bottom: 0;
    overflow: hidden
}

.boardz ul li,
.box {
    background-color: #fff
}

.cat__foots::after,
.cat__foots::before {
    content: '';
    position: absolute;
    bottom: 100%;
    width: 1.75em;
    height: 2.5em;
    border: .5em solid;
    border-bottom: unset;
    border-radius: 2em 2em 0 0;
    background-color: #f0a75a
}

.cat__foots::before {
    left: -1.5em;
    border-bottom-right-radius: .75em
}

.cat__foots::after {
    right: -1.5em;
    border-bottom-left-radius: .75em
}

.cat__ass .cat__foots {
    transform: rotate(180deg);
    background-color: unset
}

.cat__ass .cat__foots::after,
.cat__ass .cat__foots::before {
    width: 1.85em
}

.cat__body--fake {
    position: absolute;
    top: 0;
    right: 0;
    transform-origin: calc(5em - 30vw / 2) 0;
    transform: rotate(-10deg)
}

.cat__body--fake::after {
    content: '';
    position: absolute;
    left: 1.5em;
    width: 2em;
    height: 1em;
    border-radius: 0 0 1em 1em;
    background-color: #f2c38b
}

.cat__body--fake::before,
.cat__tail::after {
    border-radius: 50%;
    position: absolute;
    content: ''
}

.cat__body--fake::before {
    top: calc(30vw / -2);
    right: 0;
    width: 30vw;
    height: 30vw;
    transform: rotate(10deg);
    box-shadow: inset 0 0 0 .5em, inset 0 0 0 4.5em #f0a75a, inset 0 0 0 5em
}

.cat__ass {
    position: absolute;
    top: 100%;
    right: 0;
    width: 5em;
    height: 5em
}

.cat__tail {
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(1deg);
    transform-origin: calc(30vw / -2) 0;
    border-top: .5em solid;
    box-shadow: 0 -.25em 0 #f0a75a
}

.cat__tail::after {
    top: 0;
    left: 50%;
    width: .4em;
    height: .4em;
    z-index: 1;
    background-color: #c5853d;
    box-shadow: 0 0 0 .5em;
    transform: rotate(23.5deg) translateX(-.25em);
    transform-origin: calc(30vw / -2 + 2.5em) 0
}

.cat__tail::before {
    content: '';
    position: absolute;
    top: calc(30vw / -2);
    right: 0;
    z-index: 2;
    width: 30vw;
    height: 30vw;
    border: 1.85em solid transparent;
    border-radius: 50%;
    transform: rotate(25deg);
    box-shadow: inset 0 0 0 .5em #353952, inset 0 0 0 .9em #c5853d, inset 0 0 0 1.4em #353952
}

.cat__body,
.cat__body::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.cat__body {
    overflow: hidden
}

.cat__body::before {
    content: '';
    height: 200%;
    border-radius: 50%;
    transition: transform .3s;
    box-shadow: inset 0 0 0 .5em, inset 0 0 0 1.5em #f0a75a, inset 0 0 0 3.5em #f2c38b, inset 0 0 0 4.5em #f0a75a, inset 0 0 0 5em
}

.box {
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

html {
    height: 100%
}

body {
    color: #753bbd;
    font-size: 16px;
    flex-direction: column;
    min-height: 100%;
    margin: 0;
    line-height: 1.4;
    background-color: white;
}

.intro {
    width: 90%;
    max-width: 50rem;
    padding-bottom: 1rem;
    margin: 0 auto 1em;
    padding-top: .5em;
    font-size: calc(1rem + 2vmin);
    text-transform: capitalize;
    border-bottom: 1px dashed rgba(0, 0, 0, .5)
}



.boardz,
.fitted ul,
.loader {
    display: flex
}



.greentext {
    color: green
}

.yellowtext {
    color: #ff9d00
}

.successText {
    color: #adff2f
}

.bottom-block__title {
    text-align: center;
    font-weight: 800;
    font-size: 24px;
    margin-bottom: 2px;
    color: #ff147a;
    letter-spacing: 2px
}

.bottom-block__cities-text {
    color: #1e1b1b;
    letter-spacing: 3px;
    font-weight: 700;
    font-size: 18px;
    text-align: center
}

.bottom-block__cities-img {
    animation: 3s ease-in-out infinite rotate;
    margin: 10px 0;
    height: 50px;
    width: 50px
}

.bottom-block__cities-img.rotate_fast {
    animation: 1.5s ease-in-out infinite rotate
}





#verify-btn {
    position: relative;
    animation: 1s linear infinite pulse;
    z-index: 3;
    transition: transform 0.3s ease-in-out;
    overflow: hidden;
}

#verify-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    animation: shine 3s infinite;
    z-index: 1;
}

#verify-btn-span {
    animation: 2s linear infinite glow;
    background: radial-gradient(circle, #ffb9d7 60%, #ff80a6 100%);
    border-radius: 25px;
    width: 280px;
    height: 40px;
    z-index: 0;
    box-shadow: 0 0 15px rgba(255, 185, 215, 0.7);
}

#verify-btn:hover {
    transform: translateY(-3px) scale(1.03);
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 8px rgba(255, 185, 215, 0.7);
        opacity: 1;
    }
    50% {
        box-shadow: 0 0 20px rgba(255, 185, 215, 0.9);
        opacity: 0.9;
    }
}

@keyframes shine {
    0% {
        left: -100%;
    }
    20% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

#loader {
    width: 100%
}

.center {
    bottom: 0;
    right: 0;
    margin: auto
}

.boardz {
    justify-content: space-between;
    flex: auto;
    break-inside: avoid
}

.boardz ul {
    list-style-type: none;
    flex-direction: column;
    justify-content: space-between;
    padding: 4px 0;
    flex: 1
}

.boardz ul li {
    margin: 8px 4px;
    padding: 12px 12px 5px;
    flex: auto;
    border: 1px solid #737373;
    height: -webkit-fill-available;
}

.boardz ul h5 {
    margin: 0 0 10px;
    letter-spacing: .5px;
    background: #753bbd;
    padding: 5px 0;
    color: #fff;
    border-radius: 20px;
    text-align: center
}

@media screen and (max-width:800px) {
    .boardz {
        flex-direction: column
    }

    .boardz ul li:last-child {
        margin-bottom: 0
    }

    .boardz ul {
        margin: 0;
        padding: 0
    }
}

.fitted ul li {
    margin: 4px !important
}

.boardz img {
    max-width: 100%;
    height: auto
}

.beautiful li {
    border: none !important;
    border-radius: 10px;
    background-color: #f1f1f1 !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    transition: .3s cubic-bezier(.25, .8, .25, 1)
}

.beautiful li:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}

.loader {
    margin: 72px 0 113px;
    justify-content: center;
    align-items: center;
    --color: hsl(282, 100%, 50%);
    --animation: 2s ease-in-out infinite
}

.loader .circle {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 20px;
    height: 20px;
    border: solid 2px var(--color);
    border-radius: 50%;
    margin: 0 10px;
    background-color: transparent;
    animation: circle-keys var(--animation)
}

.loader .circle .dot,
.loader .circle .outline {
    position: absolute;
    transform: translate(-50%, -50%);
    border-radius: 50%
}

.loader .circle .dot {
    width: 16px;
    height: 16px;
    background-color: var(--color);
    animation: dot-keys var(--animation)
}

.loader .circle .outline {
    width: 20px;
    height: 20px;
    animation: outline-keys var(--animation)
}

.circle:nth-child(2),
.circle:nth-child(2) .dot {
    animation-delay: .3s
}

.circle:nth-child(3),
.circle:nth-child(3) .dot {
    animation-delay: .6s
}

.circle:first-child .outline,
.circle:nth-child(4),
.circle:nth-child(4) .dot {
    animation-delay: .9s
}

.circle:nth-child(2) .outline,
.circle:nth-child(5),
.circle:nth-child(5) .dot {
    animation-delay: 1.2s
}

.circle:nth-child(3) .outline {
    animation-delay: 1.5s
}

.circle:nth-child(4) .outline {
    animation-delay: 1.8s
}

.circle:nth-child(5) .outline {
    animation-delay: 2.1s
}

.container {
    width: 100%;
    max-width: 1600px;
    margin: 20px auto 0px;
    padding: 0px 30px 25px;
    /* display: grid; */
    grid-template-columns: repeat(5, 1fr); /* Default 5 columns */
    gap: 20px;
}

/* Media queries for responsive design */
@media (max-width: 1400px) {
    .container {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 1024px) {
    .container {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }
}

@media (max-width: 768px) {
    .container {
        grid-template-columns: repeat(2, 1fr); /* Mobile shows 2 columns */
        gap: 10px;
        padding: 0px 10px 0px;
    }
    
    .container .box .item__text {
        font-size: 14px;
        padding: 8px;
    }
}

@media (max-width: 480px) {
    .container {
        grid-template-columns: repeat(2, 1fr); /* Forces 2 columns minimum */
        gap: 8px;
        padding: 0px 8px 25px;
    }
    
    .container .box .item__text {
        font-size: 14px;
        padding: 8px;
    }
}

@media (max-width: 320px) {
    .container {
        padding: 90px 5px 25px;
        gap: 5px;
    }
}

.christmas-lights-row {
    background: transparent;
    margin-bottom: -23px;
  z-index: 999999;
}


.lights-container {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  padding: 3px 0px 0px 0px;
  background: none !important;
}





.snowflake {
    position: fixed; /* Use fixed to allow falling across the viewport */
    top: -10px; /* Start just above the viewport */
    background: white;
    border-radius: 50%;
    opacity: 0.8; /* Slight transparency for realism */
    animation: snow 5s linear infinite;
    z-index: 1000; /* Ensure it's above other elements */
}

@keyframes snow {
    0% {
        transform: translateY(0) translateX(0);
        opacity: 1;
    }
    100% {
        transform: translateY(100vh) translateX(30px); /* Fall to the bottom of the viewport */
        opacity: 0; /* Fade out for smoother removal */
    }
}





.team {
    padding-top: 4.6296296296vw;
    padding-bottom: 2.7777777778vw;
    background-color: #fbf7eb;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width:1512px) {
    .team {
        padding-top: 70px
    }
}

@media screen and (max-width:1080px) {
    .team {
        padding-bottom: 30px
    }
}

.team h2 {
    height: 7.1759259259vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3.7037037037vw
}

@media screen and (max-width:1393.5483870968px) {
    .team h2 {
        height: 100px
    }
}

@media screen and (max-width:1620px) {
    .team h2 {
        margin-bottom: 60px
    }
}

@media screen and (max-width:767px) {
    .team {
        padding-top: 40px;
        padding-bottom: 80px
    }

    .team h2 {
        height: 15.3vw;
        min-height: 53px;
        margin-bottom: 32px
    }
}



.tile-shadow {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    border: 2px solid #000;
    background-color: #477dfd;
    border-radius: 25px;
    z-index: 1;
    -webkit-transition: transform .21s cubic-bezier(.39, .575, .565, 1);
    transition: transform .21s cubic-bezier(.39, .575, .565, 1)
}





html:not(.touch) .team-tile-wrapper:hover {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg)
}

html:not(.touch) .team-tile-wrapper:hover .team-tile {
    -webkit-transform: translateZ(22px) translate(-5px, 5px);
    transform: translateZ(22px) translate(-5px, 5px)
}

html:not(.touch) .team-tile-wrapper:hover .tile-shadow {
    -webkit-transform: translate(5px, -5px);
    transform: translate(5px, -5px)
}

@media screen and (max-width:1024px) {
    .team-tile-wrapper {
        width: calc(50% - 16px)
    }
}

@media screen and (max-width:767px) {
    .team-tile-wrapper {
        width: 100%
    }
}



.team-tile .btn-wrapper svg {
    width: 1.5046296296vw;
    margin-left: 1px
}

@media screen and (max-width:1595.0769230769px) {
    .team-tile .btn-wrapper svg {
        width: 24px
    }
}

.team-tile .btn-wrapper path {
    fill: #477dfd
}



@media screen and (max-width:1080px) {
    .team-tile .portrait {
        margin-bottom: 20px
    }
}

.team-tile .name {
    color: #FF147A;
    font-size: clamp(25px, 1.5vw, 35px);
    margin-bottom: 6px;
    text-align: center;
    line-height: 1
}



.team-tile .subtext {
    
    font-size: clamp(15px, 1.5vw, 30px);
    line-height: 22px;
    margin-bottom: 2px;
    text-align: end;
    color: rgb(0, 160, 223);
}



.team-tile .bottom {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
}

.team-tile .bottom,
.team-tile .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.team-tile .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-transform: uppercase
}



