@import url('https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@400..700&family=Tiny5&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jersey+15&display=swap');

h2, h1 {
    font-weight: 400;
    margin: 0;
}

.textTitle{
    font-size: 39px;
    font-weight: 100;
}
.textStandard{
    font-size: 15px;
    font-weight: 400;
}
button:focus {
  outline: none;
}

.uiProfileLevel {
    font-size: 24px;
    font-weight: 400;
    position: relative;
    left: 2px;
    top: -8px;
    color: #00000061;
}
:root {
    --backgroundObjects: rgb(48, 37, 37);
    --backgroundObjectsBorder: rgb(44, 40, 39);
  }
  p{
    margin: 0px;
  }

* {
    user-select: none; /* Standard syntax */
    -webkit-user-select: none; /* Chrome, Safari, Opera */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    cursor: none;
    font-family: "Tiny5", serif !important;
    /* font-weight: 100 ; */
    -webkit-user-drag: none;
    image-rendering: pixelated;
  }
  
body {
    margin: 0;
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: hidden;
    background: #0c0521 !important;

}
#solar >.glow-wrap-card::before {
    background: rgba(255, 246, 246, 0.477) !important;
}
#arcane >.glow-wrap-card::before {
    background: rgba(183, 168, 255, 0.735) !important;
}
#nuclear >.glow-wrap-card::before {
    background: rgba(101, 255, 122, 0.716) !important;
}
.glow-wrap-card{
    position: absolute;
    width: 450px;
    height: 450px;
    display: inline-block;
    z-index: 0;
}
.glow-wrap-card::before {
    content: "";
    position: absolute;
    top: 66%;
    left: 56%;
    transform: translate(-50%, -50%);
    width: 350px;
    height: 503px;
    background: white;
    border-radius: 0%;
    filter: blur(50px);
    z-index: 1;
    animation: pulseGlow 10.5s infinite;
}

.glow-wrap-card-arcane {
    margin-left: -88px;
    margin-top: -99px;
}

.middleParagraph {
   color: white;
    min-width: 50vw;
    max-width: 800px;
    text-align: center;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
    padding: 32px;
    font-size: 20px;
}

.columnBg{
    width: 250px;
    position: absolute;
    filter: brightness(.3) sepia(1) hue-rotate(596deg);
}
#columnRight {
    top: 420px;
    right: 0px;
}
#columnLeft {
    top: 420px;
    left: 0px;
}

#columnTopRight {
    transform: rotate(180deg);
    top: -2110px;
    right: 0px;
}
#columnTopLeft {
    transform: rotate(180deg);
    top: -2110px;
    left: 0px;
}
#crystalLeft {
    position: absolute;
    filter: brightness(1.5) sepia(1) hue-rotate(228deg);
    top: 280px;
    width: 150px;
    left: 45px;
    height: 120px;
    animation: crystalFloatTwo 4s ease-in-out infinite;
}
#crystalRight {
    position: absolute;
    filter: brightness(1.5) sepia(1) hue-rotate(228deg);
    top: 292px;
    width: 150px;
    right: 54px;
    height: 120px;
    animation: crystalFloat 4s ease-in-out infinite;
}

@keyframes crystalFloat {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px); /* Monte doucement */
    }
    100% {
        transform: translateY(0); /* Redescend */
    }
}
@keyframes crystalFloatTwo {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(10px); /* Monte doucement */
    }
    100% {
        transform: translateY(0); /* Redescend */
    }
}


#membershipPage{
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    background:
        linear-gradient(
            to top,
            rgba(11, 5, 28, 0) 40%,  
            #0B051C 100%             
        ),
        url(./Textures/sardinBack.png);
    background-size: 100px;
    backdrop-filter: brightnes(2);
    overflow: scroll;
    position: relative;
}

#membershipPageNav{
    width: calc(100vw - 30px - 30px);
    padding: 230px 30px 30px 30px;
    color: white;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    position: relative;

    h1{
        font-size: 70px;
        text-shadow: 5px 5px #281a5b;
        margin-bottom: -50px;
    }
}
#membershipPageContent{
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100vw - 40px) ;
    padding: 160px 20px 0px 20px;
}
#membershipPageContent > div{
    overflow: visible;
    position: relative;
}

#arcane{
    transition: all .5s ease;
    bottom: -40px;
}
#arcane:hover{
    bottom: 0px;
}

#arcaneMembership{
    position: relative;
    background-image: url(./membershipCard/arcaneSubsciption.gif);
    top: -135px;
    margin: 0px -100px;
    z-index: 2;
}



#solarMembership{
    background-image: url(./membershipCard/solarSubsciption.gif);
}
#nuclearMembership{
    background-image: url(./membershipCard/nuclearSubsciption.gif);
}
.cardMembership{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 530px;
    height: 530px;
    background-repeat: no-repeat;
    background-size: cover;
    color: aliceblue;
    position: relative;
    transition: all .5s ease;
    filter: none;
    bottom: 0px;
    z-index: 2;
}

.bigcar:hover >#arcaneMembership{
    margin: -25px -125px;
}

.bigcar:hover >.cardMembership {
    width: 580px;
    height: 580px;
    color: aliceblue;
    position: relative;
    filter: brightness(1.2);
    margin: -25px -25px;
    bottom: 30px;
}

.bigcar:hover > .cardMembership > .membershipText{
    top: 257px;
    right: 217px;
    font-size: 16px;
    gap: 17px;
}
.bigcar:hover > .buttonToSubscrib{
    width: 280px;
    bottom: -10px;
    filter: brightness(1.2);
}
.bigcar:hover > #arcaneToSubscrib{
    width: 280px;
    bottom: 90px;
}

.membershipText{
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 235px;
    right: 204px;
    font-size: 14px;
    gap: 16px;
    font-weight: 100;
    text-shadow: 1px 1px black;
    transition: all .5s ease;
}
.line{
    text-decoration: line-through;
}

.buttonToSubscrib{
    display: flex;
    width: 245px;
    position: absolute;
    bottom: -25px;
    left: 47%;
    transform: translate(-50%, 0px);
    height: 60px;
    padding: 19px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    transition: 
    box-shadow 0.3s ease, 
    bottom 0.3s ease, 
    transform 0.5s ease,
    width 0.3s ease,
    filter 0.5s ease;
    color: white;
    /* background-color: #fef7c7; */
    z-index: 1;
}


#arcaneToSubscrib{
    display: flex;
    color: #2600ff;
    bottom: 110px;
    background-color: #8597EB;
    box-shadow: 0px 5px 0px 0px #2600ff !important;
    border: solid 2px #2600ff;
}
#solarToSubscrib{
    display: flex;
    color: #ffa1a0;
    background-color: #480403;
    box-shadow: 0px 5px 0px 0px #b10807;
    border: solid 2px #b10807;
}
#nuclearToSubscrib{
    background-color: rgb(29, 29, 29);
    color: rgb(4, 255, 0);
    box-shadow: 0px 5px 0px 0px rgb(4, 255, 0);
    border: solid 2px rgb(4, 255, 0);
}

#donateDiv{
    opacity: 0;
    display: flex;
    z-index: 2;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    padding: 11px;
    transition: all 0.5s ease;
}
#donateDiv:hover{
    opacity: 1 !important;
}

:root {
  --prime: pink;
}


#gooey-button {
    position: relative;
    width: 225px;
    height: 55px;
    padding: 1rem;
    border: none;
    filter: url(#gooey);
    background-color: var(--prime);
    overflow: visible;
    cursor: pointer;
    box-shadow: 0pc 7px 0px 0px #8d0018;
    top: 0px;
    transition: all 0.3s ease;
    border-radius: 12px;
    border-right: solid 2px #8d0018;
    border-left: solid 2px #8d0018;
    border-bottom: solid 2px #8d0018;
}
#gooey-button:hover{
    top: 7px;
    box-shadow: 0pc 0px 0px 0px #8d0018
}
#gooey-button:hover + #gooey-p {
  top: calc(-38px + 7px);
}

#gooey-button .bubbles {
  position: absolute;
    top: 40px;
    left: -1px;
    pointer-events: none;
}
#gooey-p{
    color: white !important;
    font-size: 16px !important;
    z-index: 20px !important;
    position: relative;
    top: -38px;
    pointer-events: none;
    transition: all 0.3s ease;
}

.bubble {
  position: absolute;
  border-radius: 50%;
  background-color: var(--prime);
  animation: floatUp 3s infinite;
  opacity: 0.8;
}

/* Random floating animation */
@keyframes floatUp {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    transform: translateY(-120px);
    opacity: 0;
  }
}
