/* Root */
* {
    box-sizing: border-box;
    font-family: "Bungee", cursive;
    outline: none;
    cursor: default;
    user-select: none;
}
*:focus {
    outline: none
}
body {
    overflow-x: hidden;
}
:root {
    --main1: #151515;
    --main2: #101010;
    --main3: #0f0f0fd9;
    --main4: #151515fb;
    --main-text1: #ffffff;
    --text1: #c13127; /* #c13127 */
    --text2: #111;
    --online: rgb(0, 255, 0);
    --offline: #c13127;
    --maintance: orange;

    --scroll: var(--text1);

    --wave1: #FFF; /* #000 */
    --wave2: #c13127; /* rgba(255, 105, 0, 0.8) */
    --wave3: #101010; /* rgba(255, 240, 0, 0.8) */

    --gradient1: var(--wave1); /* #d5362b4a */
    --gradient2: var(--wave2); /* #d5362b2a */
    --gradient3: var(--wave3); /* #d5362b4a */
    --gradient4: var(--text1); /* #d5362b4a */

    --outline1: #101010;
    --outline2: #fff;
}

.circle1 {
    background: url(https://hyprland.org/imgs/grain.webp), radial-gradient(100% 80% at top, rgba(193, 49, 39, 0.5) 0%, rgba(225, 56, 44, 0.2), transparent);
    -webkit-mask-image: radial-gradient(100% 80% at top, white, rgba(0, 0, 0, 1), rgba(0, 0, 0, 1), transparent);
    mask-image: radial-gradient(100% 80% at top, white, rgba(0, 0, 0, 1), rgba(0, 0, 0, 1), transparent);
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: -30;
    top: 0;
    left: 0;
    pointer-events: none;
    contain: strict;
}

.circle2 {
    position: absolute;
    z-index: -9999;
    bottom: 0;
    left: 50%;
    right: 50%;
    translate: -50% 0px;
    height: 100vh;
    width: 100vw;
    background: url(https://hyprland.org/imgs/grain.webp), radial-gradient(closest-side, rgb(193 49 39 / 30%), transparent), radial-gradient(15% 20%, rgb(193 49 39 / 30%), transparent);
    -webkit-mask-image: radial-gradient(closest-side, white, rgba(0, 0, 0, .8) 80%, transparent);
    mask-image: radial-gradient(closest-side, white, rgba(0, 0, 0, .8) 80%, transparent);
}

.circle3 {
    position: absolute;
    z-index: -9999;
    bottom: 0;
    left: 50%;
    right: 50%;
    translate: -50% 0px;
    height: 100vh;
    width: 100vw;
    background: url(https://hyprland.org/imgs/grain.webp), radial-gradient(closest-side, rgb(193 49 39 / 30%), transparent), radial-gradient(15% 20%, rgb(193 49 39 / 30%), transparent); */
    -webkit-mask-image: radial-gradient(closest-side, white, rgba(0, 0, 0, .8) 80%, transparent);
    mask-image: radial-gradient(closest-side, white, rgba(0, 0, 0, .8) 80%, transparent);
}

.gradient {
    background: #000; /* Old browsers */
    background: -moz-linear-gradient(left,  #000 0%, #981c21
    25%, rgba(255, 240, 0, 0.8) 50%, #000 75%, #000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ff8c00, color-stop(100%,var(--main1)))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  var(--gradient1) 0%, var(--gradient2) 25%, var(--gradient3) 50%, var(--gradient4) 75%, var(--gradient1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  var(--gradient1) 0%, var(--gradient2) 25%, var(--gradient3) 50%, var(--gradient4) 75%, var(--gradient1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  var(--gradient1) 0%, var(--gradient2) 25%, var(--gradient3) 50%, var(--gradient4) 75%, var(--gradient1) 100%); /* IE10+ */
    background: linear-gradient(to right,  var(--gradient1) 0%, var(--gradient2) 25%, var(--gradient3) 50%, var(--gradient4) 75%, var(--gradient1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30ff90', endColorstr='#30ff90',GradientType=1 ); /* IE6-9  #d5362b4a,#d5362b2a,#d5362b4a) */
}

/* Main */
div * {
    scrollbar-width: none; 
    -ms-overflow-style: none; 
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: none !important;
  background-color: transparent;
}

::-webkit-scrollbar {
  width: 3px !important;
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.on-scrollbar{
    scrollbar-width: thin; 
    -ms-overflow-style: none; 
}
      
.on-scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: none !important;
    background-color: transparent !important;
}
      
.on-scrollbar::-webkit-scrollbar {
    width: 6px !important;
    background-color: transparent;
}
      
.on-scrollbar::-webkit-scrollbar-thumb {
    background-color: #acacac;
}

html {
    background-color: var(--main1);
    max-height: 100%;
    position: relative;
}

body {
    max-height: 100%;
    overflow: overlay;
    margin: 0px;
    /* -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none; */
    display: flex;
    flex-wrap: wrap;
    position: inherit;
    z-index: -999;
}



/* Text */
@font-face {
    font-family: 'Bungee';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/bungee/v11/N0bU2SZBIuF2PU_0AnR1Gd8.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Bungee';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/bungee/v11/N0bU2SZBIuF2PU_0A3R1Gd8.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Bungee';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/bungee/v11/N0bU2SZBIuF2PU_0DXR1.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}



/* Navigation */
#nav {
    background: linear-gradient(to top, transparent 0%, #10101049 15%, #10101079 30%, #101010a0 50%, var(--main2) 100%);
    width: 100%;
    max-height: fit-content;
    display: flex;
    align-items: center;
    position: fixed;
    transition: top 500ms;
    overflow: hidden;
    z-index: 100;
}

.logo {
    width: 10%;
    min-width: 120px;
    position: relative;
    float: left;
    text-align: center;
    overflow: none;
    vertical-align: middle;
    display: inline;
    z-index: 0;
    color: 800ms cubic-bezier(0.32, 0, 0.67, 0);
}

.logo * {
    cursor: pointer;
}

.logo svg:hover, .logo svg:has(path) * {
    stroke-width: 10;
    stroke-miterlimit: 10;
}

.logo svg:hover *, .logo svg:has(path):hover {
    fill: none;
    stroke: currentColor;
    width: fit-content;
}

.logo svg:hover path , .logo path:hover{
    color: var(--text1);
}

.logo svg {
    transform: scale(-0.5, 0.5);
}

.logo svg path {
    transition: fill 800ms linear, stroke 800ms linear;
}

.bar-2 {
    width: 23%;
    min-width: 120px;
    position: relative;
    float: left;
    text-align: center;
    overflow: none;
    vertical-align: middle;
    display: inline;
    z-index: 0;
    color: 800ms cubic-bezier(0.32, 0, 0.67, 0);
}

.bar-2>a {
    padding: 60px 0 60px 0;;
    margin: 0;
    text-align: center;
    display: block;
    color: var(--text1);
    transition: color 1050ms cubic-bezier(0.33, 1, 0.68, 1);
    cursor: pointer;
}

.bar-2>a:link,
.bar-2>a:visited {
    text-decoration: none;
}

.bar-2>a:hover {
    color: var(--text2);
}

.bar-2::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0%;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, transparent 0%, var(--text1) 70%);
    clip-path: circle(0% at 50% calc(50%));
    transition: clip-path 700ms cubic-bezier(0.65, 0, 0.35, 1), transform 700ms;
}

.bar-2:hover::before {
    clip-path: circle(100% at 50% 50%);
    transform: scaleY(1);
}

/* Footer */
footer {
    bottom: 0;
    width: 100%;
    position: relative;
}
hr {
    background-color: var(--text1);
    border: 1px solid transparent;
}

hr:nth-child(1) {
    border: 1px solid transparent;
    margin-bottom: 1.5%;
}
hr:nth-child(2) {
    border: 2px solid transparent;
    margin-bottom: 1.4%;
}
hr:nth-child(3) {
    border: 3px solid transparent;
    margin-bottom: 1.3%;
}
hr:nth-child(4) {
    border: 4px solid transparent;
    margin-bottom: 1.2%;
}
hr:nth-child(5) {
    border: 5px solid transparent;
    margin-bottom: 1.1%;
}
hr:nth-child(6) {
    border: 6px solid transparent;
    margin-bottom: 1%;
}
hr:nth-child(7) {
    border: 7px solid transparent;
    margin-bottom: 0.9%;
}
hr:nth-child(8) {
    border: 8px solid transparent;
    margin-bottom: 0.8%;
}
hr:nth-child(9) {
    border: 9px solid transparent;
    margin-bottom: 0.7%;
}
hr:nth-child(10) {
    border: 10px solid transparent;
    margin-bottom: 0.6%;
}
hr:nth-child(11) {
    border: 11px solid transparent;
    margin-bottom: 0.5%;
}
hr:nth-child(12) {
    border: 12px solid transparent;
    margin-bottom: 0.4%;
}
hr:nth-child(13) {
    border: 13px solid transparent;
    margin-bottom: 0.3%;
}
hr:nth-child(14) {
    border: 14px solid transparent;
    margin-bottom: 0.2%;
}
hr:nth-child(15) {
    border: 15px solid transparent;
    margin-bottom: 0.1%;
}
#footer-2 {
    width: 100%;
    height: fit-content;
    overflow: hidden;
}

#footer-3 {
    background: var(--text1);
    width: 100%;
    min-width: 681px;
    height: -webkit-fill-available;
    max-height: fit-content;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

#footer-3 > p {
    margin: 0;
    padding-left: 3%;
    width: 33%;
    float: left;
    font-size: min(max(0.7rem, 1vw), 100px);
    display: block;
}

#footer-3 > p > a {
    transition: color 0.18s cubic-bezier(0,0,.2,1), text-shadow 0.18s cubic-bezier(0,0,.2,1);
    color: var(--main1);
    text-shadow: 1px 0 var(--text1), -1px 0 var(--text1), 0 1px var(--text1), 0 -1px var(--text1),
               1px 1px var(--text1), -1px -1px var(--text1), 1px -1px var(--text1), -1px 1px var(--text1);
    font-size: min(max(0.8rem, 0.7vw), 100px);
    transition: color 0.18s cubic-bezier(0,0,.2,1), text-shadow 0.18s cubic-bezier(0,0,.2,1);
    text-decoration: none;
}

#footer-3 > p > a:hover {
    color: var(--text1);
    text-shadow: 1px 0 var(--outline1), -1px 0 var(--outline1), 0 1px var(--outline1), 0 -1px var(--outline1), 1px 1px var(--outline1), -1px -1px var(--outline1), 1px -1px var(--outline1), -1px 1px var(--outline1);     
    cursor: pointer;
}


/* Sections */
#section1 {
    color: white;
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: 0;
    font-size: 5em;
    text-align: center;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

#section1-title {
    height: fit-content;
    overflow: hidden;
    position: relative;
    text-align: center;
    z-index: 10;
    font-size: calc(1rem + ((4vw - 0.3rem) * 0.5556));
    opacity: 0;
}

#section1-title > p {
    font-size: small;
    margin: 0;
    bottom: 20%;
    position: absolute;
    overflow: hidden;
    display: contents;
}

#section1-title > h1 {
    color: var(--text1);
    font-size: min(max(5rem, 10vw), 160px);
    text-shadow: 1px 0 var(--outline1), -1px 0 var(--outline1), 0 1px var(--outline1), 0 -1px var(--outline1),
               1px 1px var(--outline1), -1px -1px var(--outline1), 1px -1px var(--outline1), -1px 1px var(--outline1);
    margin: 0;
}
#section1-title > h4 {
    color: var(--text1);
    text-shadow: 1px 0 var(--outline1), -1px 0 var(--outline1), 0 1px var(--outline1), 0 -1px var(--outline1),
               1px 1px var(--outline1), -1px -1px var(--outline1), 1px -1px var(--outline1), -1px 1px var(--outline1);
    margin: 0;
}

#section2 {
    
    position: relative;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    height: max-content;
    z-index: -3;
    color: var(--text1);
    text-shadow: 1px 0 var(--outline1), -1px 0 var(--outline1), 0 1px var(--outline1), 0 -1px var(--outline1),
               1px 1px var(--outline1), -1px -1px var(--outline1), 1px -1px var(--outline1), -1px 1px var(--outline1);
}


.kafelek {
    width: 50%;
    height: 60%;
    transition: transform 500ms ease;
    cursor: default;
}
#main-bg {
    background-color: var(--main1);
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: -2;
}

#mc, #cs, #dc, #ts {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
    background-blend-mode: luminosity;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: -1;
    position: absolute;
    opacity: 0.1;
    transition: opacity 500ms ease;
    filter: blur(2px);
}

#mc {
    background-image: url(https://cdn.freebiesupply.com/logos/large/2x/minecraft-1-logo-png-transparent.png);
}

#cs {
    background-image: url(https://cdn2.steamgriddb.com/file/sgdb-cdn/icon_thumb/e67a27ba8bb6ba92dc274342c874d373.png);
}

#dc {
    background-image: url(https://static-00.iconduck.com/assets.00/discord-icon-2048x2048-nnt62s2u.png);
}

#ts {
    background-image: url(https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fpics.computerbase.de%2F1%2F9%2F6%2F4%2F4%2Flogo-192.16abe5c1.png&f=1&nofb=1&ipt=56547c3306d2d6e4ef7ef70c3c384cb7dd646cf3fc82a8b2454d1e375d96a663&ipo=images);
}

.info {
    background-color: transparent;
    box-shadow: 0px 0px 5px 3px rgba(255, 255, 255, 0.75) inset;
    -webkit-box-shadow: 0px 0px 5px 3px rgba(255, 255, 255, 0.75) inset;
    -moz-box-shadow: 0px 0px 5px 3px rgba(255, 255, 255, 0.75) inset;
    height: 25vw;
    text-align: center;
    position: relative;
    /* transition: all 500ms ease; */
    overflow: hidden;
}

.info:hover #mc, .info:hover #cs, .info:hover #dc, .info:hover #ts {
    opacity: 0.4;
}

.info h1 {
    font-size: 3vmax;
    margin: 0;
}

.info p {
    font-size: 3vmax;
    color: white;
    width: 100%;
    display: block;
    margin: 0;
}

.info > div > span {
    font-size: 1vmax;
    color: white;
    width: 100%;
    display: block;
}

.info button {
    font-size: 1vmax;
    color: white;
    transition: all 500ms ease;
    text-decoration: none;
    cursor: pointer;
    background-color: transparent;
    border: none;
}

.online {
    color: #101010;
    text-shadow: 1px 0 var(--online), -1px 0 var(--online), 0 1px var(--online), 0 -1px var(--online),
               1px 1px var(--online), -1px -1px var(--online), 1px -1px var(--online), -1px 1px var(--online);
}

.offline {
    color: #101010;
    text-shadow: 1px 0 var(--offline), -1px 0 var(--offline), 0 1px var(--offline), 0 -1px var(--offline),
               1px 1px var(--offline), -1px -1px var(--offline), 1px -1px var(--offline), -1px 1px var(--offline);
}
.maintance {
    color: #101010;
    text-shadow: 1px 0 var(--maintance), -1px 0 var(--maintance), 0 1px var(--maintance), 0 -1px var(--maintance),
               1px 1px var(--maintance), -1px -1px var(--maintance), 1px -1px var(--maintance), -1px 1px var(--maintance);
}

@keyframes pulse3 {
    from {
        background-position: 0% 0%;
    } to {
        background-position: 99% 0%;
        }
}

mark {
    background-color: var(--text1);
    border-radius: 45%;
    padding-left: 2px;
    padding-right: 2px;
}



#section4 {
    position: relative;
    width: 100%;
    height: 100vh;
    text-align: center;
    float: left;
    justify-items: center;
}

/* #section4 > div {
    color: white;
    display: grid;
    font-size: 1.5rem;
    float: left;
    height: fit-content;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
} */
/* 
#section4 ul {
    height: fit-content;
} */





#section6 {
    position: relative;
    display: grid;
    width: 100%;
    text-align: center;
    float: left;
    /* font-size: min(max(5rem, 6vw), 160px); */
    font-size: calc(1rem + 2vw - 10px);
    justify-items: center;
}

#section6 div.reveal > p {
    margin: 0;
    margin-top: 0.5%;
    margin-bottom: 0.5%;
}

#section6 div.reveal {
    margin-bottom: 5%;
}


#section7 {
    position: relative;
    display: grid;
    width: 100%;
    text-align: center;
    float: left;
    /* font-size: min(max(5rem, 6vw), 160px); */
    font-size: calc(1rem + 2vw - 10px);
    justify-items: center;
}


.faq {
    font-size: calc(1rem + 2vw - 10px);
    margin: 0;
    text-shadow: 1px 0 var(--outline1), -1px 0 var(--outline1), 0 1px var(--outline1), 0 -1px var(--outline1), 1px 1px var(--outline1), -1px -1px var(--outline1), 1px -1px var(--outline1), -1px 1px var(--outline1);
    color: var(--text1);
    cursor: pointer;
    width: fit-content;
    user-select: none;
    transition: color 0.18s cubic-bezier(0,0,.2,1), text-shadow 0.18s cubic-bezier(0,0,.2,1);
}

.faq:hover {
    color: var(--main1);
    text-shadow: 1px 0 var(--text1), -1px 0 var(--text1), 0 1px var(--text1), 0 -1px var(--text1), 1px 1px var(--text1), -1px -1px var(--text1), 1px -1px var(--text1), -1px 1px var(--text1);
}

.faq-answer {
    opacity: 0;
    height: 1px;
    color: var(--main-text1);
    font-size: 0rem;
}

@keyframes stroke-fill-transition {
    0% {
        -webkit-text-fill-color: var(--text1);
        -webkit-text-stroke: 0px;
    }
    100% {
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke: 3px;
    }
}

.permissions-answer, .obligations-answer {
    text-align: left;
}

.permissions, .obligations {
    width: 100%;
    float: left;
}

.permissions-answer, .obligations-answer {
    text-align: left;
}

#section5 {
    position: relative;
    width: 100%;
    text-align: center;
    float: left;
    height: fit-content;
    font-size: calc(1rem + 1vw - 10px);;
}

#section5 div.reveal > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 2rem;
    margin-bottom: 5%;
}

#section5 div.reveal a {
    transition: color 0.18s cubic-bezier(0,0,.2,1), text-shadow 0.18s cubic-bezier(0,0,.2,1);
    color: var(--text1);
    font-size: calc(1.5rem +((3vw - 0.3rem)* 0.5556));
    text-shadow: 1px 0 var(--outline1), -1px 0 var(--outline1), 0 1px var(--outline1), 0 -1px var(--outline1), 1px 1px var(--outline1), -1px -1px var(--outline1), 1px -1px var(--outline1), -1px 1px var(--outline1);


    position: relative;
    text-decoration: none;
    width: fit-content;
    margin-top: 0.5%;
    margin-bottom: 0.5%;
    cursor: pointer;
}

#section5 div.reveal a:hover {
    color: var(--main1);
    text-shadow: 1px 0 var(--text1), -1px 0 var(--text1), 0 1px var(--text1), 0 -1px var(--text1),
               1px 1px var(--text1), -1px -1px var(--text1), 1px -1px var(--text1), -1px 1px var(--text1);
}



.section-title {
    color: var(--main-text1);
    font-size: calc(1.25rem + 4vw - 10px);
}
.section-title > p {
    margin: 0;
    height: fit-content;
    text-shadow: 1px 0 var(--outline1), -1px 0 var(--outline1), 0 1px var(--outline1), 0 -1px var(--outline1),
               1px 1px var(--outline1), -1px -1px var(--outline1), 1px -1px var(--outline1), -1px 1px var(--outline1);
    color: var(--text1);
}
.sections-main-titles {
    font-size: min(max(4rem, 4vw), 100px);
    margin: 0;
    text-shadow: 1px 0 var(--outline1), -1px 0 var(--outline1), 0 1px var(--outline1), 0 -1px var(--outline1),
               1px 1px var(--outline1), -1px -1px var(--outline1), 1px -1px var(--outline1), -1px 1px var(--outline1);
    color: var(--text1);
}
.seperator {
    animation: rotate 20s infinite linear;
    width: 100%;
    height: 2px;
}

.arrow-up {
    width: 3vw; 
    height: 100%; 
    border-left: 3vw solid transparent;
    border-right: 3vw solid transparent;
    border-bottom: 2.5vw solid var(--main-text1);
    position: relative;
    opacity: 0;
    left: 9.2%;
    bottom: -2px;
    transition: opacity 500ms ease;
}

/* Section1 */
/* .section1 > div {
    float: left;
    width: 50%;
    height: 100%;
    background-color: transparent;
    text-align: center;
    display: grid;
    align-content: center;
}

.section1 > div > h1 {
    position: relative;
    margin: 0;
}

.section1 > div > h2 {
    float: left;
    width: 100%;
    position: relative;
    font-size: xx-large;
    display: inline-flexbox;
    margin: 0;
    top: -100%;
} */


/*       F I X E D    E L E M E N T S       */

/* Progress Bar */
.progress-container {
    width: 100%;
    height: 8px;
    background: transparent;
    position: fixed;
    bottom: 0;
    z-index: 1;
}
  
.progress-bar {
    height: 8px;
    background: var(--text1);
    width: 0%;
    transition: 0.1s linear;
}



/* Button "To Top" */
#upBtn {
    display: none;
    position: fixed;
    max-height: 10vw;
    max-width: 10vw;
    min-height: 60px;
    min-width: 60px;
    bottom: 1vw;
    right: 1vw;
    z-index: 99;
    border: none;
    border-radius: 50%;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    padding: 1vw;
}

.arrow-container {
    width: 150px;
    height: 150px;
    transform: translate(-15%, -15%) rotateZ(180deg);
}

.arrow-container:hover {
    cursor: pointer;
}

.arrow-container:hover .arrow {
    top: 50%;
}

.arrow-container:hover .arrow:before {
    transform: translate(-50%, -50%) rotateZ(-30deg);
}

.arrow-container:hover .arrow:after {
    transform: translate(-50%, -50%) rotateZ(30deg);
}
  
.arrow {
    position: absolute;
    left: 50%;
    transition: all 0.4s ease;
}
.arrow:before, .arrow:after {
    transition: all 0.4s ease;
    content: "";
    display: block;
    position: absolute;
    transform-origin: bottom right;
    background: var(--text1);
    width: 4px;
    height: 50px;
    border-radius: 10px;
    transform: translate(-50%, -50%) rotateZ(-45deg);
    /* border-left: 1px solid black;
    border-right: 1px solid black; */
}

.arrow:after {
    transform-origin: bottom left;
    transform: translate(-50%, -50%) rotateZ(45deg);
}

.arrow:nth-child(1) {
    opacity: 0.3;
    top: 35%;
}

.arrow:nth-child(2) {
    opacity: 0.6;
    top: 55%;
}

.arrow:nth-child(3) {
    opacity: 0.9;
    top: 75%;
}



/* Delete Button */
#delProblems {
    bottom: 0;
    left: 4%;
    position: absolute;
    z-index: 9999;
    font-size: 0.15em;
    cursor: pointer;
    transition: 500ms ease;
}



/* Social Media */
.icon-bar {
    position: fixed;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    bottom: 4%;
    min-width: fit-content;
    max-width: 6vw;
    z-index: 999;
}
  
.icon-bar a {
    display: grid;
    text-align: center;
    text-decoration: none;
    margin: 25px;
    transition: color 0.18s cubic-bezier(0,0,.2,1), text-shadow 0.18s cubic-bezier(0,0,.2,1);
    color: var(--text1);
    font-size: calc(1.5rem + ((3vw - 0.3rem) * 0.5556));
    text-shadow: 1px 0 var(--outline1), -1px 0 var(--outline1), 0 1px var(--outline1), 0 -1px var(--outline1),
               1px 1px var(--outline1), -1px -1px var(--outline1), 1px -1px var(--outline1), -1px 1px var(--outline1);
}
.icon-bar a:hover {
    color: var(--main1);
    text-shadow: 1px 0 var(--text1), -1px 0 var(--text1), 0 1px var(--text1), 0 -1px var(--text1),
               1px 1px var(--text1), -1px -1px var(--text1), 1px -1px var(--text1), -1px 1px var(--text1);
}
.fa, .bi {
    cursor: pointer;
}



.X {
    background-color: var(--text1);
    width: 100%;
    text-align: right;
    display: block;
    margin: 0;
    padding-right: 10%;
    font-size: small;
}
.X > strong {
    cursor: pointer;
    transition: color 500ms ease;
}
.X > strong:hover {
    color: white;
}














































.grammarbook {
    color: white;
    min-width: 50%;
    max-width: 50%;
    margin: 0;
    left: -46%;
    bottom: 5%;
    position: fixed;
    transition: all 800ms ease-in-out;
    height: 75%;
    z-index: 1;
    display: inline-flex;
}

.grammarbook > .text {
    display: block;
    width: 92%;
    height: 25%;
    float: left;
    padding: 3%;
    padding-top: 1%;
    padding-bottom: 1%;
    background-color: var(--main2);
    border: 1px solid #981c21;
    overflow-y: scroll;
} 

.grammarbook > .pointer {
    float: left;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    cursor: pointer;
    transform: rotate(180deg);
    padding: 2%;
    height: fit-content;
}

.grammarbook::hover {
    left: -36%;
}
#mc-ip, #cs-ip, #dc-ip, #ts-ip {
    cursor: pointer;
}

.tooltip {
    position: relative;
    display: inline-grid;
    justify-items: center;
  }
  
  .tooltip .tooltiptext {
    visibility: hidden;
    width: fit-content;
    background-color: var(--main3);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 0 10px;
    position: absolute;
    z-index: 1;
    bottom: 90%;
    opacity: 0;
    transition: opacity 0.3s;
  }
  
  .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: var(--main3) transparent transparent transparent;
  }
  
  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }









.bg {
    filter: blur(5px);
    z-index: -9999;
    background-image: url(https://media.tenor.com/hGlXXpLIlq0AAAAi/neco-arc-taunt.gif);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #0d0d0d;
    width: 100%;
    height: 100%;
    position: fixed;
}










#on {
    display: visible;
}

#off {
    display: none;
}

.annc-container {
    color: var(--main2);
    background-color: var(--text1);
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 9;
    border-top: 1px solid var(--main2);
    bottom: 0.5%;
}

.annc-text {
    overflow: hidden;
    text-align: right;
    pointer-events: none;
    /* animation properties */
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    
    -moz-animation: my-animation 15s linear infinite;
    -webkit-animation: my-animation 15s linear infinite;
    animation: my-animation 15s linear infinite;
}
.annc-text > span {
    pointer-events: auto;
}
.annc-text:hover {
    animation-play-state: paused;
}
  
  /* for Firefox */
@-moz-keyframes my-animation {
    from { -moz-transform: translateX(-100%); }
    to { -moz-transform: translateX(100%); }
}
  
  /* for Chrome */
@-webkit-keyframes my-animation {
    from { -webkit-transform: translateX(-100%); }
    to { -webkit-transform: translateX(100%); }
}
  
@keyframes my-animation {
    from {
      -moz-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
    to {
      -moz-transform: translateX(100%);
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
}





















.wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #24C6DC; 
  background: -webkit-linear-gradient(to bottom, #514A9D, #24C6DC);  
  background: linear-gradient(to bottom, #514A9D, #24C6DC); 
}

.box div {
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: transparent;
  border: 6px solid rgba(255,255,255,0.8);
}

.box div:nth-child(1) {
  top: 12%;
  left: 42%;
  animation: animate 10s linear infinite;
}

.box div:nth-child(2) {
  top: 70%;
  left: 50%;
  animation: animate 7s linear infinite;
}
.box div:nth-child(3) {
  top: 17%;
  left: 6%;
  animation: animate 9s linear infinite;
}

.box div:nth-child(4) {
  top: 20%;
  left: 60%;
  animation: animate 10s linear infinite;
}

.box div:nth-child(5) {
  top: 67%;
  left: 10%;
  animation: animate 6s linear infinite;
}

.box div:nth-child(6) {
  top: 80%;
  left: 70%;
  animation: animate 12s linear infinite;
}

.box div:nth-child(7) {
  top: 60%;
  left: 80%;
  animation: animate 15s linear infinite;
}

.box div:nth-child(8) {
  top: 32%;
  left: 25%;
  animation: animate 16s linear infinite;
}

.box div:nth-child(9) {
  top: 90%;
  left: 25%;
  animation: animate 9s linear infinite;
}

.box div:nth-child(10) {
  top: 20%;
  left: 80%;
  animation: animate 5s linear infinite;
}

@keyframes animate {
  0% {
    transform: scale(0) translateY(-90px) rotate(360deg);
    opacity: 1;
  }
  
  100% {
    transform: scale(1.3) translateY(-90px) rotate(-180deg);
    border-radius: 50%;
    opacity: 0;
  }
}













.animatee {
    animation: fullScreen 2s ease;
}

@keyframes fullScreen {
    0% { transform: scale(1); }
    100% { transform: scale(2); }
}

.more-info {
    display: block;
    width: 200px;
    height: inherit;
}































.obligations, .permissions, #secton5 > div > a {
    color: var(--text1);
    position: relative;
    text-decoration: none;
  }
  
  .obligations::before, .permissions::before, #secton5 > div > a::before {
    background: #c13127eb;
    content: "";
    inset: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.5s ease-in-out;
    z-index: -1;
  }
  
  .obligations:hover::before, .permissions:hover::before, #secton5 > div > a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }


.img-wrapper span, .img-wrapper p {
	transition: transform 300ms, background 300ms, display 300ms;
	pointer-events: none;
    color: var(--main-text1);
}
.img-wrapper div p {
    font-size: clamp(1.1rem, 5vmin, 8.8rem);
    background: transparent;
}

.img-wrapper div span {
    font-size: clamp(1.1rem, 5vmin, 2.2rem);
}

.img-wrapper > div {
    position: absolute;
    width: inherit;
    height: inherit;
}
.img-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}

.grid {
	--track: 1fr;
	display: block;
	max-width: 100%;
	width: 100%;
	transition: grid-template 300ms;
}

.item {
	display: grid;
	place-items: center;
	grid-template: 1fr / 1fr var(--innerTrack, 0);
	overflow: hidden;
	aspect-ratio: 8 / 3;
    height: 25%;
	transition: filter 200ms, background-size 200ms;
}

.item:hover {
	grid-template: 1fr / 1fr var(--innerTrack, 0);
    cursor: pointer;
    background-size: 50%;
}

.item:hover div {
	opacity: 1;
    background: #101010cc;
	transform: translate3d(0, 0, 0);
}

.item > p:hover {
    cursor: pointer;
}
.item {
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: center;
}
.item:nth-child(1) {
    background-image: url(https://cdn.freebiesupply.com/logos/large/2x/minecraft-1-logo-png-transparent.png);
}
.item:nth-child(2) {
    background-image: url(https://cdn2.steamgriddb.com/file/sgdb-cdn/icon_thumb/e67a27ba8bb6ba92dc274342c874d373.png);
}
.item:nth-child(3) {
    background-image: url(https://static-00.iconduck.com/assets.00/discord-icon-2048x2048-nnt62s2u.png);
}
.item:nth-child(4) {
    background-image: url(https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fpics.computerbase.de%2F1%2F9%2F6%2F4%2F4%2Flogo-192.16abe5c1.png&f=1&nofb=1&ipt=56547c3306d2d6e4ef7ef70c3c384cb7dd646cf3fc82a8b2454d1e375d96a663&ipo=images);
}
.item p {
	background: var(--main2);
    border-radius: 5%;
	color: white;
	padding: 0.5rem 0.75rem;
	font-size: clamp(1.1rem, 5vmin, 2.8rem);
	transition: opacity 300ms;
}
.grid:has(.item:first-child:hover) .item:not(:first-child),
.grid:has(.item:nth-child(2):hover) .item:not(:nth-child(2)),
.grid:has(.item:nth-child(3):hover) .item:not(:nth-child(3)),
.grid:has(.item:nth-child(4):hover) .item:not(:nth-child(4)) {
	filter: grayscale(10%) brightness(250%) contrast(30%);
}
.grid:has(.item:first-child:hover) .item:not(:first-child) p,
.grid:has(.item:nth-child(2):hover) .item:not(:nth-child(2)) p,
.grid:has(.item:nth-child(3):hover) .item:not(:nth-child(3)) p,
.grid:has(.item:nth-child(4):hover) .item:not(:nth-child(4)) p {
	opacity: 0;
}

@media (min-width: 50em) {
	.grid {
		grid-template: 1fr 1fr / 1fr 1fr;
		aspect-ratio: 2 / 1;
	}
	
	.item {
		aspect-ratio: auto;
	}
	
	.grid:has(.item:first-child:hover) {
		grid-template: var(--track) 1fr / var(--track) 1fr;
	}

	.grid:has(.item:nth-child(2):hover) {
		grid-template: var(--track) 1fr / 1fr var(--track);
	}

	.grid:has(.item:nth-child(3):hover) {
		grid-template: 1fr var(--track) / var(--track) 1fr;
	}

	.grid:has(.item:nth-child(4):hover) {
		grid-template: 1fr var(--track) / 1fr var(--track);
	}
}



























/* #snow {
    z-index: -9999999999999999;
} */

.snowflake {
    position: fixed;
    width: 10px;
    height: 10px;
    background: linear-gradient(white, white);
    border-radius: 50%;
    filter: drop-shadow(0 0 10px white);
  }
  .snowflake:nth-child(even) {
    background: linear-gradient(red, red);
    filter: drop-shadow(0 0 10px red);
  }

  .reveal {
    position: relative;
    opacity: 0;
    transition-timing-function: cubic-bezier(0,0,.8,1);
    transition-duration: 0.9s;
    transition-delay: .1s;
  }
  
  .reveal.active {
    opacity: 1;
    --tw-enter-opacity: initial;
    --tw-enter-scale: initial;
    --tw-enter-rotate: initial;
    --tw-enter-translate-x: initial;
    --tw-enter-translate-y: initial;
    --tw-enter-opacity: 0;
    --tw-enter-translate-y: 1.5rem;
    transform: translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))
  }

  .highlighted {
    border-top: 5px solid #E07A5F;
  }


















/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! TESTING !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
.enter {
    transition-timing-function: cubic-bezier(0,0,.2,1);
    animation-name: enter;
    --tw-enter-opacity: initial;
    --tw-enter-scale: initial;
    --tw-enter-rotate: initial;
    --tw-enter-translate-x: initial;
    --tw-enter-translate-y: initial;
    --tw-enter-opacity: 0;
    --tw-enter-translate-y: 1.5rem;
    animation-duration: 1s;
}

@keyframes enter {
    0% {
        opacity: var(--tw-enter-opacity, 1);
        transform: translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))
    }
}

.testA {
    width: 50vw;
    height: 22vh;
    border-radius: 5px;
    overflow: hidden;
}

.proba {
    width: 100%;
    z-index: 1;
    max-height: fit-content;
    position: relative;
    display: flex;
    transition: transform 0.38s cubic-bezier(0, 0, .2, 1);
    transform: translateY(-12vh);
    font-size: min(max(0.9rem, 0.1vw), 100px);
    background: #151515f3;
    /*  background: linear-gradient(to bottom, transparent 0%, var(--main2) 25%); */
    /* backdrop-filter: blur(3px); */
}

.proba * {
    margin: 0;
    background: linear-gradient(to bottom, transparent 0%, var(--main2) 25%);
    cursor: pointer;
    text-decoration: none;
    background: none;
    color: var(--text1);
    z-index: 9999;
    height: 12vh;
}

.proba p {
    width: 50%;
    padding-left: 5%;
}
.proba button {
    width: 25%;
    cursor: pointer;
    border: 0;
}
.proba button:hover {
    background: linear-gradient(to bottom, #c13127 5%, transparent 0%);
    color: var(--main2);
}

.hidden {
    transform: translateY(0vh);
    z-index: 0;
    visibility: none;
} 
.slideUp {
    transform: translateY(-4vh);
}

.slideUp2 {
    transform: translateY(-7vh);
}

.gay {
    height: 22vh;
    border-radius: 5px;
    display: grid;
    justify-items: center;
    align-items: center;
    align-content: center;
    overflow: hidden;
    position: relative;
    transition: width 0.4s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}
/* box-shadow: rgba(0, 255, 0, 0.09) 0px 2px 1px, rgba(0, 255, 0, 0.09) 0px 4px 2px, rgba(0, 255, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px; */
.gay img {
    width: 100%;
    filter: blur(2px) grayscale(100%);
    transition: filter 0.18s cubic-bezier(0, 0, .2, 1), transform 0.18s cubic-bezier(0, 0, .2, 1);
    position: absolute;
    z-index: -1;
}

.gay:hover, .gay:hover * {
    cursor: pointer;
}

.gay:hover img {
    filter: blur(2px);
    transform: scale(1.05);
}

.gay > p {
    margin: 0;
    color: var(--online);
    text-shadow: 1px 0 var(--main1), -1px 0 var(--main1), 0 1px var(--main1), 0 -1px var(--main1), 1px 1px var(--main1), -1px -1px var(--main1), 1px -1px var(--main1), -1px 1px var(--main1);
    transition: transform 0.28s cubic-bezier(0, 0, .2, 1);
}

.gay h2 {
    margin: 0;
    color: var(--text1);
    font-size: 2vw;
    text-shadow: 1px 0 var(--outline1), -1px 0 var(--outline1), 0 1px var(--outline1), 0 -1px var(--outline1), 1px 1px var(--outline1), -1px -1px var(--outline1), 1px -1px var(--outline1), -1px 1px var(--outline1);
    /* transition: color 0.18s cubic-bezier(0,0,.2,1), text-shadow 0.18s cubic-bezier(0,0,.2,1); */
    height: fit-content;
    transition: transform 0.18s cubic-bezier(0, 0, .2, 1);
}

#details {
    background-color: var(--main1);
    opacity: 0;
    width: 100%;
    text-align: center;
    padding: 20px;
    z-index: 10;
    cursor: default;
    transition: opacity 500ms ease;
}


.enter-left {
    transition-timing-function: cubic-bezier(0,0,.2,1);
    animation-name: enter;
    --tw-enter-opacity: initial;
    --tw-enter-scale: initial;
    --tw-enter-rotate: initial;
    --tw-enter-translate-x: initial;
    --tw-enter-translate-y: initial;
    --tw-enter-opacity: 0;
    --tw-enter-translate-x: -1.5rem;
    animation-duration: 1s;
}




.draggable {
    position: absolute;
    z-index: 1;
    cursor: move;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.draggable img {
    cursor: move;
    object-fit: cover;
    border-radius: 50%;
    border: solid 4px;
    border-color: red;
}

.hover-content {
    opacity: 0;
    visibility: hidden;
    background-color: #111111dd;
    border-radius: 20%;
    width: fit-content;
    padding-left: 5px;
    padding-right: 5px;
    color: var(--text1);
    transition: opacity 0.18s ease-in, visibility 0.18s ease-in;
    position: absolute;
    top: -5%;
    cursor: move;
}

.draggable {
    opacity: 0;
    transform: scale(0.95); /* Start slightly scaled down */
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.95, 0.82, 0.165, 5);
    transition-duration: 0.4s;
    display: grid;
    justify-items: center;
}

.draggable.visible {
    opacity: 1;
    transform: scale(1); /* Grow to full size */
    transition-delay: 0s;
}

.draggable:hover .hover-content {
    opacity: 1;
    visibility: visible; 
    transition: opacity 0.15s ease-in-out;
}


.test2222 {
    position: absolute;
}

.menu {
    visibility: hidden;
}

.fda {
    color: var(--text1);
    margin: 0;
    font-size: 1.5rem;
}

.afas {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
}



































/* ===================================================================================================== */
.container, label {
    position: absolute;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
  }

  .container {
    position: relative;
    /* left: 50%; */
    /* transform: translate(-50%, 0%); */
    width: 30em;
    height: 15em;
  }

  .container [class*=item] {
    width: 33%;
    height: 33%;
    border: 1px solid transparent;
    background: url() center center/cover no-repeat;
    transition: all 0.5s ease-in-out;
    z-index: 0;
  }
  .container [class*=item]:hover {
    border: 1px solid var(--text1);
    z-index: 1;
  }
  .container [class*=item]:nth-of-type(1) {
    top: 0;
    left: 0;
    border-top-left-radius: 20px;
  }
  .container [class*=item]:nth-of-type(2) {
    top: 0;
    left: 33%;
  }
  .container [class*=item]:nth-of-type(3) {
    top: 0;
    left: 66%;
    border-top-right-radius: 20px;
  }
  .container [class*=item]:nth-of-type(4) {
    top: 33%;
    left: 0;
  }
  .container [class*=item]:nth-of-type(5) {
    top: 33%;
    left: 33%;
  }
  .container [class*=item]:nth-of-type(6) {
    top: 33%;
    left: 66%;
  }
  .container [class*=item]:nth-of-type(7) {
    top: 66%;
    left: 0;
    border-bottom-left-radius: 20px;
  }
  .container [class*=item]:nth-of-type(8) {
    top: 66%;
    left: 33%;
  }
  .container [class*=item]:nth-of-type(9) {
    top: 66%;
    left: 66%;
    border-bottom-right-radius: 20px;
  }
  .container input {
    display: none;
  }
  .container input:checked + [class*=item] {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    border-radius: 20px;
  }



  #section7 {
    position: relative;
    display: grid;
    width: 100%;
    text-align: center;
    float: left;
    /* font-size: min(max(5rem, 6vw), 160px); */
    font-size: calc(1rem + 2vw - 10px);
    justify-items: center;
  }


  .GAH {
    display: flex;
    flex-direction: column;
    width: 50%;
    margin: 0 20px 0 20px;
  }





  .gallery-container {
    position: relative;
    width: 750px;
    overflow: hidden;
}

.gallery-wrapper {
    display: flex;
    align-items: center;
    overflow: hidden;
}

.gallery {
    display: flex;
    gap: 30px;
    transition: transform 1s ease-in-out;
}

.image {
    width: 230px;
    height: 180px;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.6s ease-in-out, filter 0.3s;
}

.image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    cursor: zoom-in;
}

.image:not(.active) {
    transform: scale(0.8);
    filter: brightness(50%);
}

.prevBtn, .nextBtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px;
    color: white;
    background: rgba(255, 255, 255, 0.2);
    padding: 15px;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s;
    z-index: 10;
}

.prevBtn:hover, .nextBtn:hover {
    background: rgba(255, 255, 255, 0.5);
}

.prevBtn { left: 10px; background: #151515; }
.nextBtn { right: 10px; background: #151515; }

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 1000;
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 1s ease-in-out, transform 1s ease-in-out; /* Efekt fade i powiększania */
}

.modal.show {
    opacity: 1;
    transform: scale(1);
}

.modal img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
}

.modal .closeBtn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 40px;
    color: white;
    cursor: pointer;
    transition: color 0.3s;
}

.modal .closeBtn:hover {
    color: #FF3333;
}

.modal .prevBtn, .modal .nextBtn {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px;
    color: white;
    background: rgb(4 4 4);
    padding: 15px;
    border-radius: 50%;
    cursor: pointer;
}

.modal .prevBtn { left: 20px; }
.modal .nextBtn { right: 20px; }