* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h2 {
    font-family: 'Bungee Spice';
}

section {
    position: relative;
    width: 100%;
    height: 100vh;
    background: radial-gradient(#333, #000);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}



.summersc {
    background: radial-gradient(#ffc402, #ff1e00);
    
}

.wintersc {
    background: radial-gradient(#a4d4e7, #4895fa);
}

section h2 {
    font-size: 8rem;
}

section .set {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

section .set div {
    position: absolute;
    display: block;
}

section .set div:nth-child(1) {
    left: 20%;
    animation: animate 15s linear infinite;
    animation-delay: -7s;
}

section .set div:nth-child(2) {
    left: 50%;
    animation: animate 15s linear infinite;
    animation-delay: -5s;
}

section .set div:nth-child(3) {
    left: 70%;
    animation: animate 20s linear infinite;
    animation-delay: 0s;
}

section .set div:nth-child(4) {
    left: 0%;
    animation: animate 15s linear infinite;
    animation-delay: -5s;
}

section .set div:nth-child(5) {
    left: 85%;
    animation: animate 18s linear infinite;
    animation-delay: -10s;
}

section .set div:nth-child(6) {
    left: 0%;
    animation: animate 12s linear infinite;
}

section .set div:nth-child(7) {
    left: 15%;
    animation: animate 14s linear infinite;
}

section .set div:nth-child(8) {
    left: 60%;
    animation: animate 15s linear infinite;
    animation-delay: -10s;
}
section .set div:nth-child(9) {
    left: 20%;
    animation: animates 11s linear infinite;
    animation-delay: -7s;
}

@keyframes animate {
    0% {
        opacity: 0;
        top: -10%;
        transform: translateX(20px) rotate(0deg);
    }

    10% {
        opacity: 1;
    }

    20% {
        transform: translateX(-20px) rotate(45deg);
    }

    40% {
        transform: translateX(-20px) rotate(90deg);
    }

    60% {
        transform: translateX(20px) rotate(180deg);
    }

    80% {
        transform: translateX(-20px) rotate(180deg);
    }

    100% {
        top: 110%;
        transform: translateX(-20px) rotate(225deg);
    }
}

.set2 {
    transform: scale(2) rotateY(180deg);
    filter: blur(2px);
}

.set3 {
    transform: scale(0.8) rotateX(180deg);
    filter: blur(4px);
}

.drops {
    transform: scale(.8);
    filter: blur(1px);
}

.drops2 {
    transform: scale(.6);
    filter: blur(3px);
}

section .down div:nth-child(1) {
    left: 25%;
    animation: animated 2s linear infinite;
    animation-delay: -1s;
}

section .down div:nth-child(2) {
    left: 35%;
    animation: animated 4s linear infinite;
    animation-delay: -2s;
}

section .down div:nth-child(3) {
    left: 70%;
    animation: animated 3s linear infinite;
    animation-delay: 0s;
}

section .down div:nth-child(4) {
    left: 50%;
    animation: animated 4s linear infinite;
    animation-delay: -5s;
}

section .down div:nth-child(5) {
    left: 85%;
    animation: animated 3s linear infinite;

}

section .down div:nth-child(6) {
    left: 0%;
    animation: animated 4s linear infinite;
    animation-delay: -3s;
}

section .down div:nth-child(7) {
    left: 15%;
    animation: animated 5s linear infinite;
    animation-delay: -2s;
}

section .down div:nth-child(8) {
    left: 60%;
    animation: animated 6s linear infinite;
}
section .down div:nth-child(9) {
    left: 20%;
    animation: animates 6s linear infinite;
    animation-delay: -7s;
}

@keyframes animated {
    0% {
        opacity: 0;
        top: -10%;
        transform: translateX(20px);
    }

    10% {
        opacity: 1;
    }

    20% {
        transform: translateX(-20px);
    }

    40% {
        transform: translateX(-20px);
    }

    60% {
        transform: translateX(20px);
    }

    80% {
        transform: translateX(-20px);
    }

    100% {
        top: 110%;
        transform: translateX(-20px);
        opacity: .8;
    }
}
.springsc {
    background: radial-gradient(rgb(210, 241, 202), #70f75e);
}
section .down {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}
section .down div {
    position: absolute;
    display: block;
}
section .ars div:nth-child(1) {
    left: 20%;
    animation: animates 11s linear infinite;
    animation-delay: -7s;
}

section .ars div:nth-child(2) {
    left: 50%;
    animation: animates 13s linear infinite;
    animation-delay: -5s;
}

section .ars div:nth-child(3) {
    left: 70%;
    animation: animates 10s linear infinite;
    animation-delay: 0s;
}

section .ars div:nth-child(4) {
    left: 0%;
    animation: animates 7s linear infinite;
    animation-delay: -5s;
}

section .ars div:nth-child(5) {
    left: 85%;
    animation: animates 6s linear infinite;
    animation-delay: -10s;
}

section .ars div:nth-child(6) {
    left: 0%;
    animation: animates 12s linear infinite;
}

section .ars div:nth-child(7) {
    left: 15%;
    animation: animates 7s linear infinite;
}

section .ars div:nth-child(8) {
    left: 60%;
    animation: animates 8s linear infinite;
    animation-delay: -10s;
}
section .ars div:nth-child(9) {
    left: 35%;
    animation: animates 10s linear infinite;
    animation-delay: -3s;
}

@keyframes animates {
    0% {
        opacity: 0;
        top: -20%;
        transform: translateX(20px) rotate(180deg);
    }

    10% {
        opacity: 1;
    }

    20% {
        transform: translateX(-20px) rotate(180deg);
    }

    40% {
        transform: translateX(-20px) rotate(180deg);
    }

    60% {
        transform: translateX(20px) rotate(180deg);
    }

    80% {
        transform: translateX(-20px) rotate(180deg);
    }

    100% {
        top: 110%;
        transform: translateX(-20px) rotate(180deg);

    }
}
section .ars {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    pointer-events: none;
}
section .ars div {
    position: absolute;
    display: block;
}
.bug {
    transform: scale(.7) rotateY(90deg);
    filter: blur(1px);
}

.bug2 {
    transform: scale(.5);
    filter: blur(2px);
}

img {
    width: 100px;
}
.special {
    pointer-events: auto;
}

body {
    min-height: 100vh;
    background-color: url(wall.jpg);
    background-size: cover;
    background-position: center;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    background: white;
}
/* .logo {
    font-size: 35px;
    color: #78de5f;
    text-decoration: none;
    font-weight: 1000;
    font-size: 30px;
} */
.navbar a {
    position: relative;
    font-size: 35px;
    color: #0400ff;
    font-weight: 500;
    text-decoration: none;
 
}
.marg {
    margin-left: 50px;
}
.navbar a::before {
    content: "";
    position: absolute;
    top: 100%;
    width: 0;
    left: 0;
    height: 2px;
    background: #fd0000;
    transition: .3s;
}
.navbar a:hover::before {
    width: 100%;
}

.txt {
        font-family: "Lemon", serif;
        color: #00b7ff;
}
      
.txt2 {
    font-family: 'Rubik Maps';
    color: rgb(255, 92, 92);
}
.txt3 {
    font-family: "Exo 2", sans-serif;
    color: aliceblue;
}