@font-face{font-family:__maison_66a474;src:url(../media/e613ea1c68cf9012-s.p.woff2) format("woff2");font-display:swap}@font-face{font-family:__maison_Fallback_66a474;src:local("Arial");ascent-override:97.67%;descent-override:33.08%;line-gap-override:0.00%;size-adjust:101.57%}.__className_66a474{font-family:__maison_66a474,__maison_Fallback_66a474}@font-face{font-family:__reckless_e946fd;src:url(../media/c9482f82e346e092-s.p.woff2) format("woff2");font-display:swap}@font-face{font-family:__reckless_Fallback_e946fd;src:local("Arial");ascent-override:99.26%;descent-override:21.30%;line-gap-override:0.00%;size-adjust:99.54%}.__className_e946fd{font-family:__reckless_e946fd,__reckless_Fallback_e946fd}@font-face{font-family:__IBM_Plex_Mono_2a62ab;font-style:normal;font-weight:300;font-display:swap;src:url(../media/5a7dbca54c2fc4dd-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__IBM_Plex_Mono_2a62ab;font-style:normal;font-weight:300;font-display:swap;src:url(../media/d4e99c199dab3055-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__IBM_Plex_Mono_2a62ab;font-style:normal;font-weight:300;font-display:swap;src:url(../media/9ae1ac821a4debaf-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__IBM_Plex_Mono_2a62ab;font-style:normal;font-weight:300;font-display:swap;src:url(../media/ec1b1cbc512bc43e-s.woff2) format("woff2");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__IBM_Plex_Mono_2a62ab;font-style:normal;font-weight:300;font-display:swap;src:url(../media/463cef7d4672ba68-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__IBM_Plex_Mono_Fallback_2a62ab;src:local("Arial");ascent-override:75.41%;descent-override:20.23%;line-gap-override:0.00%;size-adjust:135.93%}.__className_2a62ab{font-family:__IBM_Plex_Mono_2a62ab,__IBM_Plex_Mono_Fallback_2a62ab;font-weight:300;font-style:normal}

@import url('https://fonts.cdnfonts.com/css/ibm-plex-mono-3');

.bg-grayz {
    background-image: url(./geo-rose3.png);
    background-size: 180px;
    background-repeat: no-repeat;
    background-color: #171717;
    background-position: center;
    left: 0%;
    border-radius: 999px;
}

.widthy {
    width: 224px;
}

@media (max-width: 600px) {
    .pady {
        padding: 0px 18px 0px 42px;
    }
}

.bodily {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url(https://github.com/ecemgo/mini-samples-great-tricks/assets/13468728/8727c9b1-be21-4932-a221-4257b59a74dd);
    background-repeat: no-repeat;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    animation: slidein 120s forwards infinite alternate;
  }
  
  @keyframes slidein {
    0%,
    100% {
      background-position: 20% 0%;
      background-size: 3400px;
    }
    50% {
      background-position: 100% 0%;
      background-size: 2400px;
    }
  }
  
  .album-cover {
    width: 90%;
  }
  
  .swiper {
    width: 100%;
    padding: 40px 0 100px;
  }
  
  .swiper-slide {
    position: relative;
    max-width: 200px;
    aspect-ratio: 1/1;
    border-radius: 10px;
  }
  
  .swiper-slide img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    -webkit-box-reflect: below -5px linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.4));
    pointer-events: none;
    user-select: none;
  }
  
  .swiper-slide-active .overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(28, 22, 37, 0.6);
    border-radius: inherit;
    opacity: 0;
    transition: all 0.4s linear;
  }
  
  .swiper-slide:hover .overlay {
    opacity: 1;
  }
  
  .swiper-slide .overlay ion-icon {
    opacity: 0;
  }
  
  .swiper-slide-active:hover .overlay ion-icon {
    font-size: 4rem;
    color: #eb0b0b;
    opacity: 1;
    cursor: pointer;
  }
  
  /* Music Player */
  
  .music-player {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--primary-clr);
    width: 380px;
    padding: 10px 30px;
    border-radius: 20px;
  }
  
  .music-player h1 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.6;
  }
  
  .music-player p {
    font-size: 1rem;
    font-weight: 400;
    opacity: 0.6;
  }
  
  /* Music Player Progress */
  
  #progress {
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    height: 7px;
    background: rgba(163, 162, 164, 0.4);
    border-radius: 4px;
    margin: 32px 0 24px;
    cursor: pointer;
  }
  
  #progress::-webkit-slider-thumb {
    appearance: none;
    -webkit-appearance: none;
    background: rgba(163, 162, 164, 0.9);
    width: 16px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    outline: 4px solid var(--primary-clr);
    box-shadow: 0 6px 10px rgba(5, 36, 28, 0.3);
  }
  
  /* Music Player Controls */
  
  .controls {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .controls button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    aspect-ratio: 1/1;
    margin: 20px;
    background: rgba(163, 162, 164, 0.3);
    color: var(--primary-clr);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    outline: 0;
    font-size: 1.1rem;
    box-shadow: 0 10px 20px rgba(5, 36, 28, 0.3);
    cursor: pointer;
    transition: all 0.3s linear;
  }
  
  .controls button:is(:hover, :focus-visible) {
    transform: scale(0.96);
  }
  
  .controls button:nth-child(2) {
    transform: scale(1.3);
  }
  
  .controls button:nth-child(2):is(:hover, :focus-visible) {
    transform: scale(1.25);
  }
  

button.relative.z-10.inline-block.bg-gray-100.border.border-gray-95.px-3.py-2.mb-2.rounded.text-gray-35.text-xs.md\:text-sm.shadow-super {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    text-transform: uppercase;
    background: #040404;
    font-size: 0.685rem;
}

@font-face {
    font-family: gulliver;
    src: url("fonts/ElsevierGulliver-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: calibre;
    src: url("fonts/FeyCalibre-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: calibre;
    src: url("fonts/FeyCalibre-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: calibre-light;
    src: url("fonts/FeyCalibre-light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: calibre-light;
    src: url("fonts/FeyCalibre-light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }

  :root {
    /* the only thing needed is a grainy/noisy background image */
    --glitter: url("https://assets.codepen.io/13471/silver-glitter-background.png");
}

.fire::before,
.fire::after {
    content: "";
    position: absolute;
    inset: 0;
}

.fire::before {
    content: "";
    background-image: var(--glitter), var(--glitter),
        linear-gradient(
            0deg,
            white 0px,
            #ff8951 5px,
            #dcbc169c 30%,
            transparent 70%
        ),
        radial-gradient(ellipse at bottom, transparent 30%, black 60%);
    background-size: 350px 500px, 400px 650px, 100% 100%, 100% 100%;
    background-blend-mode: hard-light, color-dodge, multiply;
    background-position: 0px 0px, 0px 0px, var(--gradientPos);
    background-repeat: repeat, repeat, repeat, no-repeat;
    mix-blend-mode: color-dodge;
    filter: brightness(2.5) blur(7px) contrast(5);
    animation: fire 1.75s linear infinite;
    box-shadow: inset 0 -40px 50px -60px #63bbc5;
}

@keyframes fire {
    0% {
        background-position: center 0px, center 0px, 50% 100%, center center;
    }
    100% {
        background-position: center -500px, center -650px, 50% 100%, center center;
    }
}

.oppo {
    opacity: 0.3;
}

.texturebg4 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    height: 100%;
}

.spark {
    background-color: #DE4A00;
    font-family: 'Helvetica', sans-serif;
    visibility: hidden;
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 30%;
    box-shadow: 0 0 5px #AB000B;
}

.mart {
    display: none;
    margin-left: 4px;
    margin-top: 6px;
}

.fire {
    width: 100%;
    height: auto;
}

.coolie {
    width: 26rem;
    right: 1px;
}

.animate-spin {
    animation: spin 1s linear infinite
}

@keyframes sway {
    0%,to {
        transform: translateX(-20%) rotate(-5deg)
    }

    50% {
        transform: rotate(1turn)
    }
}

.animate-sway {
    animation: sway 3s infinite
}

@keyframes swayLarge {
    0%,to {
        transform: translateX(-30%) rotate(-8deg)
    }

    50% {
        transform: rotate(1turn)
    }
}

.animate-swayLarge {
    animation: swayLarge 4s infinite
}

@keyframes swayMedium {
    0%,to {
        transform: translateX(-25%) rotate(-7deg)
    }

    50% {
        transform: rotate(1turn)
    }
}

.animate-swayMedium {
    animation: swayMedium 3.5s infinite
}

@keyframes sweep {
    0% {
        transform: translateX(0) translateY(0) rotate(0deg);
        opacity: 0
    }

    20% {
        opacity: 1
    }

    25% {
        opacity: 1
    }

    to {
        transform: translateX(46%) translateY(60%) rotate(6deg);
        opacity: 0
    }
}

.animate-sweep {
    animation: sweep 4s infinite
}

@keyframes sweepFast {
    0% {
        transform: translateX(0) translateY(0) rotate(0deg);
        opacity: 0
    }

    20% {
        opacity: 1
    }

    75% {
        opacity: 1
    }

    to {
        transform: translateX(100%) translateY(20%) rotate(36deg);
        opacity: 0
    }
}

.animate-sweepFast {
    animation: sweepFast 4s infinite
}

@keyframes sweepLarge {
    0% {
        opacity: 0
    }

    20% {
        transform: translateX(0) translateY(0) rotate(-110deg);
        opacity: 0
    }

    30% {
        opacity: 1
    }

    65% {
        opacity: 1
    }

    to {
        transform: translateX(45%) translateY(62%) rotate(-120deg);
        opacity: 0
    }
}

.animate-sweepLarge {
    animation: sweepLarge 7s infinite
}

.audioz {
    width: 100%;
    margin-top: 14px;
    margin-bottom: 14px;
}

canvas{ 
    display: block; 
    vertical-align: bottom;
  }
  
  /* ---- particles.js container ---- */ 
  #particles-js{ 
    position:absolute; 
    width: 100%; 
    height: 100%; 
    bottom: 0;
  } 

audio {
    width: 600px;
    margin: auto;
    display: flex;
    justify-content: center;
}

audio::-webkit-media-controls-panel {
    background-color: #0f0f0f;
  }

#timer {
#countdown {
    padding : 5px;
    border: solid black 1px;
    width: 200px;
    text-align: center;
  }
  
  #countdown span {
    font-size: 10px;
  }
}

.leaves2a {
    bottom: 30px !important;
    left: 30px !important;
    width: 240px !important;
    left: 200px !important;
}

.mel {
    margin-left: 8px;
}

.leaves1a {
    top: 10px !important;
    width: 420px !important;
    left: 100px !important;
    opacity: 0.5 !important;
    height: 290px !important;
}

button#clock {
    font-size: 12px;
    padding: 4px 16px;
    font-family: '__IBM_Plex_Mono_2a62ab', monospace;
    text-align: center;
    border: 2px solid black;
    border-radius: 20px;
}

.curs {
    pointer-events: none;
}

.flexy {
	color: #f17067;
}

.bgg {
    background-color: #ff484870;
}

.bgg1 {
    background-color: #ff48488c;
}

.bgg2 {
    background-color: #ff4848a8;
}

.bgg3 {
    background-color: #ff4848d1;
}

.bgg4 {
    background-color: #ff1c1c;
}

.h-fully {
    height: 240%;
    top: -1.5rem;
}

.uun {
    border: 1px solid #a4591075;
}

.wanju {
    padding: 0px 0px 0px 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wee {
width: 14rem;
bottom: 0;
top: 1.25rem;
height: 232%;
}

.dandi {
    height: 220%;
    top: -3.2rem;
}

.hei {
    height: 62%;
    bottom: 48px;
}

.tup {
    top: 62%;
}

.fonx {
    font-size: 14.8px;
    -webkit-font-smoothing: antialiased !important;
    color: #c1c1c1;
    filter: blur(10px);
}

footer.flex.items-center.gap-3.text-sm.mt-10 {
}

.hfr {
    height: 460px;
}

.rosa {
    grid-template-columns: 140px 1fr;
}

.mll {
    margin-left: 24px;
}

.blurrr {
    filter: blur(5px);
}

.inte {
    background-image: url(malp.gif) !important;
    background-size: cover !important;
    background-position: center !important;
    width: 140px !important;
    height: 140px !important;
}

.bg-griz {
background-color: #828282;
}

.bg-graz {
background-color: #82828230;
}

p#demo {
    padding: 0px 12px;
    font-size: 12px;
    font-family: IBM Plex Mono, san-serif;
    color: #4b4b4b;
    font-weight: 400;
    background: black;
}

p#demos {
    padding: 0px 2px;
    font-size: 10px;
    font-family: IBM Plex Mono, san-serif;
    color: #4b4b4b;
    font-weight: 400;
}

body {
    font-family: 'calibre', sans-serif !important;
    -webkit-font-smoothing: antialiased !important;
    text-rendering: optimizeLegibility;
}

.wog {
    margin-left: 8px;
    margin-top: 24px !important;
    margin-bottom: 18px !important;
    text-rendering: geometricPrecision;
    font-family: '__IBM_Plex_Mono_2a62ab', monospace !important;
    font-size: 12px;
    text-transform: uppercase;
    color: #797979;
}

.lum {
    mix-blend-mode: luminosity;
}

.bg-blacks {
    background: #0A0A0A;
}

.neecha {
    margin-bottom: 0.5rem;
    color: #909090;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 0.2px;
    line-height: 1.2;
    font-family: 'calibre';
}

.neee {
    -webkit-font-smoothing: subpixel-antialiased;
    font-weight: 600;
    font-size: 8.5px;
}

@media only screen and (max-width: 600px) {
    .neecha {
        margin-bottom: 0.2rem;
    }
    .wog {
        margin-left: 24px;
    }
}

@media only screen and (max-width: 600px) {
    .ayy {
        margin-left: 14px;
        gap: 0px;
    }
    .ayr {
        max-width: 400px;
    }
}

.roseneecha {
    margin-bottom: 0.5rem;
}

@media only screen and (max-width: 600px) {
    .roseneecha {
        margin-bottom: 0.28rem;
    }
}

.aur {
    font-size: 15px;
    letter-spacing: 0.4px;
}

.boldo {
    font-weight: bold;
}

.topper {
    top: 5.5rem;
}

.shadowss {
    box-shadow: 0px 16px 15px -13px #000000, 0px 0px 120px 0px #000000;
}

.stats {
font-size: 10px;
font-family: calibre, sans-serif;
font-style: normal;
letter-spacing: 0.82px;
font-weight: 600;
text-transform: uppercase;
color: #d5dbe1;
}

.blinking-image {
    width: 14px;
    height: 10px;
    background-repeat: no-repeat;
    background-image: url('./hearty.svg');
    opacity: 0.2;
    background-size: contain;
    animation: blink 1.8s infinite alternate;
    margin-left: 4px;
    vertical-align: middle;
}

.blinking-image2 {
    width: 16px; /* Adjust according to your image size */
    height: 14px; /* Adjust according to your image size */
    background-repeat: no-repeat;
    background-image: url('./infinity.svg');
    background-size: contain;
  }
  
  .blinking-image3 {
    width: 16px; /* Adjust according to your image size */
    height: 11.88px; /* Adjust according to your image size */
    background-repeat: no-repeat;
    background-image: url('./sady.svg');
    background-size: contain;
  }

  article {
      color: #000000 !important;
  }

  p.prosy {
    color: #000000 !important;
}
  
  
  .blinking-image4 {
    width: 16px; /* Adjust according to your image size */
    height: 13px; /* Adjust according to your image size */
    background-repeat: no-repeat;
    background-image: url('./emoj.svg');
    background-size: contain;
  }
  
  .blinking-image5 {
    width: 16px; /* Adjust according to your image size */
    height: 15px; /* Adjust according to your image size */
    background-repeat: no-repeat;
    background-image: url('./smiley.svg');
    background-size: contain;
  }

  .row {
    display: flex;
    align-items: center;
}


h1, h2 {
    font-family: gulliver, sans-serif !important;
}

.bg-grayza {
    background-color: #171717;
}

.-rotate-45 {
    --tw-rotate: 0deg;
}