*{margin: 0; padding: 0;   font-family: "VT323", monospace;}

html {scroll-behavior: smooth;}

body{
    background-color: black;
    color: white;
}

body.no-scroll {
    overflow: hidden; 
    height: 100vh;
}

nav{
    width: 100%;
    z-index: 20;
    top: 0;
    padding: 0.5vh 0;
    position: relative;
    background-color: rgb(0, 0, 0);
    display: flex;
    justify-content: flex-end;
    box-shadow: 0 5px 10px #A708FB;
    animation: animS 5s infinite;
    position: fixed;

}

.list-nav{
    margin-left: auto;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    float: right;
    align-items: center;
    z-index: 1;
}

.list-nav li {
    margin-right: 3rem;
}

.language-globus{
    display: block;
    margin: 0;
    padding: 0;
    transition: transform 2s;
}



.list-nav li a {
    display: block;
    font-size: 20px;
    text-decoration: none;
}

.burger{
    width: 50px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    cursor: pointer;
}
.burger span {
    background-color: white;
    border: 1px solid white;
    border-radius: 5px;
    width: 100%;
    height: 4px;
}

.language{
    font-size: 20px;
    margin-left: -2.2rem;
    color: white;
}

.language1{
    font-size: 22px;
    margin-left: -1.5rem;
    margin-top:  1%;
    color: white; 
}

.logo img{
    width: 10rem;
    height: auto;
    margin-left: 1vw;
}

#language-globus {
    position: absolute;
    top: 0;
    z-index: 1;
    rotate: 20deg;
}

#moze-globus{
    position: relative;
    margin-left: 1rem;
}

#moze.on {
    opacity: 1;
}

#nav-booking {
    color: white;
    text-shadow: 0 3px 5px #A708FB;
    font-size: 2rem;
    &:hover{
        color: #A708FB;
    }
}

.list-languages{
    top: var(--nav-height);
    right:8%;
    display: none;
    flex-direction: column;
    float: right;
    position: fixed;
    background-image: url(img/bckgr-languages.webp);
    background-size: cover;
    background-position: center;
    font-size: clamp(25px, 1.3vw, 2rem);
    gap: 0.5vh;
    z-index: 10;
    width: 40px;        
    height: 100px;   
    padding-top: 20px;
}

.list-languages a{
    text-align: center;
    text-decoration: none;
    color: black;

    &:hover{
        color: white;
    }
}

aside {
    min-width: 18%;
    opacity: 0;
    height: 100vh;
    background-color: black;
    position: fixed;
    top: 4.3rem;
    right: 0;
    transform: translateX(25vw);
    box-shadow: -5px 10px 10px #A708FB;
    transition: transform 2s;
    z-index: -10;
    pointer-events: none;

}

aside.on {
    transform: translateX(0);
    pointer-events:painted;
    opacity: 1;
    z-index: 11;
    animation: anim20 2s forwards;
}

#thesesFirst, #price, #contact, #review {
    scroll-margin-top: 10vh; 
}

.list-aside-top {
    width: 80%;
    margin: 0 auto;
    min-width: 15%;
    font-size: 25px;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    padding-left: 3rem;
    padding-right: 15rem;

}

.list-aside-top a{
    color: white;
    text-decoration: none;
    &:hover{
        color: #A708FB;
    }
}

.list-aside-top li {
    padding-bottom: 15px;
    text-align: center;
}

.list-aside-top li:nth-child(1){
    padding-top: 5vw;
}

.list-aside-top li:last-child{
    padding-bottom: 5vw;
}

.list-aside-bottom {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 8rem;
    font-size: 25px;
    padding-left: 2rem;

}

.list-aside-bottom a {
    padding-left: 10px;
    font-size: 20px;
    text-decoration: none;
    color: white;
    &:hover{
        color: #A708FB;
    }
}

.list-aside-bottom img {width: 1rem;}





.first-cyberclub{
    margin-top: 9vh;
    width: 100%;
    min-height: 95vh;
    background-image: url(img/bckg-sct-first.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.first-cyberclub a{
    color: white;
    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translateX(-50%);
    z-index: 1;
}

.first-cyberclub .back-opacity{
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    z-index: 0;
    height: 100%;
    position: absolute;
    overflow: hidden;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px); 

}

.first-cyberclub  h1{
    font-size: clamp(55px, 5.6vw, 6.5rem);
    white-space: nowrap;
    color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: 5px;
    z-index: 1;
}

.first-arrow{animation: animArrow 1.5s infinite ;}

@keyframes animArrow {
    0%{transform: translateY(0);}
    100%{transform: translateY(20px);}
}




.section-theses{
    box-shadow: 0px -80px 150px rgb(0, 0, 0);
    width: 100%;
    position: relative;
    padding: 10vh 0;

}

.section-theses .back-opacity{
    width: 100%;
    z-index: 0;
    height: 100%;
    top: 0;
    position: absolute;
    overflow: hidden;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); 
    background-color: rgba(0, 0, 0, 0.3);

}

.theses-cards{
    flex: 0 0 30%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 2vh 1vw;
    opacity: 0;
    transform: translateY(10vh);  
    transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}

.theses-cards img{margin-right: 3vw;}

.theses-cards p{
    margin: 0 auto;
    color: white;
    text-align: center;
    margin-top: 1.5vh;
    font-size: clamp(30px, 1.3vw, 2rem);
}

.theses{
    position: relative;
    z-index: 1;
    width: 85%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 3vw;
    flex-wrap: wrap;
    justify-content: center;
}

@keyframes animtheses {
    0%{transform: translateY(15vh); opacity: 0;}
    100%{transform: translateY(0); opacity: 1;}
}





.section-pictures{
    width: 100%;
    min-height: 35vh;
    padding: 0;
    overflow: hidden;
}

.pictures{
    flex: 0 0 100%;
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 1vw;
    min-height: 25vh;
    max-height: 100%;
    margin: 0 auto;
}


.pictures img{
    border: none;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(10vh);  
    transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}





.section-price-pc{
    width: 100%;
    padding: 3% 0;
    margin-top: 10vh;
    background-image: url(img/bckg-sct-pricePC.webp);
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat; 
}

.section-price-pc h2{
    text-align: center;
    font-size: clamp(45px, 4vw, 5.5rem);
    color: white;
    letter-spacing: 10px;
    margin-bottom: 10vh;
    font-weight: bold;
}

#price-table{
    width: 100%;
    display: flex;
    flex-direction: row;          
    justify-content: center;
    gap: 5.5vw;
    flex-wrap: wrap;
}

.price-cards{
    flex: 0 0 30%;
    width: 22%;
    border-radius: 15px;
    padding: 2.5vh 0.2vw;
    border:2px solid #1A1A2E;
    background-color: black;
    opacity: 1;
}

.price-cards h4{
    text-align: center;
    font-size: clamp(40px, 3vw, 3.8rem);
    padding-top: 2%;
    letter-spacing: 8px;
    font-weight: bold;
    background: linear-gradient(to right, #BA30FE 40%, #9039FE 60%, #6433D8 80%,  #6446FF 100%);
    background-clip: text;
    color: transparent;
}

#price-table .price-cards h5{
    text-align: center;
    font-size: clamp(30px, 2.2vw, 3.2rem);
    padding-top: 1%;
    letter-spacing: 8px;
    font-weight: bold;
    color: #F3E8FF;
}

.el-img img{
    width: 100%;
    border-radius: 10px;
}

.el-img {
    width: 95%;
    margin: 5% auto;
}

.el-p{margin: 10% 3% 15% 5%;}


.nag{
    font-size: clamp(25px, 2.2vw, 2.4rem);
    margin-top: 3%;
    margin-bottom: 0;
    color: #2078C0;
}

.par{
    font-size: clamp(25px, 2vw, 2.2rem);
    margin-top: 1%;
    color: #F3E8FF;
}

.el-ul{margin: 5% 4% 5% 5%;}

.price-cards ul{
    list-style-type: none;
    border-radius: 10px;
    margin-top: 10px;
    padding-bottom: 15px;
    width: 70%;
    background-image: url(img/bckg-priceCardsUl.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.price-cards ul li:nth-child(1){
    font-size: clamp(25px, 2.3vw, 2.5rem);
    padding: 5% 2% 3% 5%;
    font-weight: bold;
    color: white;
}

.price-cards ul li:not(:nth-child(1)){
    font-size: clamp(25px, 1.9vw, 2.2rem);
    padding: 0% 2% 1% 5%;
    color: #D9D9DA;
}

.price-cards ul li:nth-child(even) strong{
    font-size: clamp(25px, 2vw, 2.3rem);
    margin-left: 10px;
    color: #C6C0EC;
    font-weight: bold;
}


.back-opacity{
    width: 100%;
    z-index: 0;
    top: 0%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px); 
    background-color: rgba(0, 0, 0, 0.4);
}





.section-price-ps{
    width: 100%;
    padding-top: 10vh;
    padding-bottom: 30vh;
    background-image: url(img/bckg-sct-pricePS.gif);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.section-price-ps h2{
    text-align: center;
    font-size: clamp(45px, 4vw, 5.5rem);
    color: white;
    letter-spacing: 10px;
    padding: 3vh 0;
    width: 80%;
    margin: 0 auto;
    font-weight: bold;
    position: relative;
    background-color: black;
    border: 0px solid black;
    border-radius: 15px;
}

#price-table-ps{
    padding-top: 5vh;
    padding-bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: row;          
    justify-content: center;
    gap: 5.5vw;
    flex-wrap: wrap;
    position: relative;
}


.price-cards-ps{
    flex: 0 0 30%;
    width: 22%;
    border-radius: 15px;
    padding: 2.5vh 0.2vw;
    background-color: black;
}

.el-img-ps img{
    width: 100%;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
}
.el-img-ps {
    width: 95%;
    margin: 0 auto;

}

.el-p-ps{margin: 5% 3% 10% 5%;}


.nag-ps{
    font-size: clamp(25px, 2.2vw, 2.4rem);
    margin-top: 3%;
    margin-bottom: 0;
    color: #2078C0;
}

.par-ps{
    font-size: clamp(25px, 2vw, 2.8rem);
    color: white;
    text-align: center;
}

.el-ul-ps{margin: 5% 4% 5% 5%;}

.price-cards-ps ul{
    list-style-type: none;
    border-radius: 10px;
    margin-top: 10px;
    padding-bottom: 15px;
    width: 100%;
    margin: 0 auto;
}
.price-cards-ps ul li{
    font-size: clamp(45px, 2.8vw, 3.3rem);
    padding: 0;
    font-weight: bold;
    color: white;
    text-align: center;
}

.price-cards-ps ul li:last-child{
    font-size: clamp(35px, 2.3vw, 2.8rem);
    padding: 2% 0;
}

.h4-ps{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.price-cards-ps h4{
    text-align: center;
    font-size: clamp(45px, 3.3vw, 4rem);
    padding: 1% 0;
    letter-spacing: 8px;
    font-weight: bold;
    color: #E8EAEC;
    border-radius: 10px;
}

.h4-ps h4{font-size: clamp(35px, 2.8vw, 3.5rem);}

.h4-ps h4:first-child{
    color: black;
    padding: 2.5vh 3vw;
    background-image: url(img/bckg-h4Ps.webp);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center;
    letter-spacing: 3px;
}

.h4-ps h4:last-child{
    font-size: clamp(35px, 2.8vw, 3.5rem);
    padding: 2.5vh 4.5vw 2.5vh 2.5vw;
    color: white;
    background-image: url('img/bckg-h4Ps(users).webp');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.par-gwiazdka-ps{
    font-size: clamp(20px, 1.2vw, 1.8rem);
    color: white;
    text-align: center;
}

.section-price-ps .back-opacity{
  background-color: rgba(0, 0, 0, 0.9);
}





.section-price-packets{
    width: 100%;
    padding-bottom: 3%;
    margin-top: 10vh;
    padding-bottom: 30vh;

}

.section-price-packets h2{
    text-align: center;
    font-size: clamp(45px, 4vw, 5.5rem);
    color: white;
    letter-spacing: 10px;
    padding-bottom: 10vh;
    font-weight: bold;
    position: relative;
    background-color: black;
}

#price-table-packets{
    padding-top: 5vh;
    padding-bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: row;          
    justify-content: center;
    gap: 3vw;
    flex-wrap: wrap;
    position: relative;
}
.table-packets-1, .table-packets-2, .table-packets-3{
    width: 100%;
    display: flex;
    flex-direction: row;          
    justify-content: center;
    gap: 3vw;
}

.price-cards-packets{
    flex: 0 0 25%;
    width: 22%;
    border-radius: 15px;
    padding: 2.5vh 0.1vw;
    background: linear-gradient(to top right, #D8D0C5, #D8CEC4, #B29D8A, #BDAD9D, #C5B8A8);
    transform: translateY(15vh);  
    transition: opacity 0.7s ease-out, transform 0.7s ease-out;
    opacity: 0;
}

#cashback-packet{
    background: black; 
    color: white;
    border: 1px solid #968170;
}

#cashback-packet .price-hours h4{
    color: white;
    text-align: center;
}
#cashback-packet .el-price-list{
    border-bottom: 1px solid white;
}
#cashback-packet .el-price-list h5{
    color: white;
    font-size: clamp(40px, 3.4vw, 4.5rem);
}
#cashback-packet .el-price-list h5 strong{
    color: white;
    font-weight: normal;
    font-size: clamp(35px, 3vw, 4.2rem);
}

#night-packet{background: linear-gradient(to top right, #BC51F5, #A94DF6, #9849F9, #8044FB, #7140FC, #683FFD);}
#night-packet .price-hours h4{color: white;}
#night-packet .price-hours h4:last-child{font-size: clamp(28px, 2.3vw, 3.2rem);}

#night-packet .el-price-list{
    color: white;
    border-bottom: 1px solid white;
}

.el-price-list h5:last-child{
    font-weight: bold;
    font-size: clamp(40px, 3.4vw, 4.5rem);
}

.price-cards-packets-silver{background: linear-gradient(to top right, #D3D4D8 5%, #C7C8CC 50%, #96999E 70%, #B9BABE);}
.price-cards-packets-silver .price-hours h4:last-child{font-size: clamp(28px, 2.3vw, 3.2rem);}
.price-cards-packets-days{flex: 0 0 39%;}

.price-hours{
    width: 85%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}


.price-hours h4{
    font-size: clamp(45px, 3.3vw, 4rem);
    font-weight: bold;
    color: black;
    padding: 0;
    margin: 0;
}

.price-hours h4:last-child{
    font-size: clamp(30px, 2.5vw, 3.4rem);
    margin-top: 1%;
}

.section-price-packets .back-opacity{background-color: rgba(0, 0, 0, 0.7);}

.el-price-list{
    width: 85%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    font-size: clamp(35px, 2.9vw, 3.3rem);
    padding: 3vh 0vw 0 0vw;
    align-self: flex-end;
    border-bottom: 2px solid black;
    align-items: center;
    color: black;
    
}

.el-price-list h5{
    margin: 0;
    padding: 0;
    font-weight: 500;
}

.el-price-list h5:last-child{
    font-weight: bold;
    font-size: clamp(40px, 3.4vw, 4.5rem);
}






.section-reviews{
    display: flex;
    flex-direction: row;
    width: 100%;
    position: relative;
    min-height: 35vh;
    padding-bottom: 10vh;
    overflow-x: hidden
}

.reviews {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
    justify-items: center;
    align-items: center;
    overflow-x: hidden;
    position: relative;
    overflow: hidden;
}

.reviews div{
    margin-left: 3vw;
    width: 25%;
    padding: 1vh 2vw;
    height: 60%;
    border-radius: 10px;
    border: 20px solid #250A48;
    border-image: url(img/brd-review.webp) 200 stretch;
    background-clip: padding-box;
    background-color: #250A48;
    color: white;
    transition: opacity 0.7s ease-out, transform 0.7s ease-out;
    opacity: 0;
    transform: translateY(15vh);
}

.reviews div p{
    padding-top: 0.5vh;
    font-size: 115%;
    float: left;
}

.reviews div h6{
    font-size: 150%;
    float: left;
}

.gwiazdy{
    font-size: 110%;
    margin-left: 1vw;
    color: yellow;
}

.section-reviews a{
    font-size: 200%;
    position: absolute;
    bottom: 2vh;
    left: 50%;
    transform: translateX(-50%);
    text-decoration: none;
    color: white;

    &:hover{
        color: #A708FB;
    }
}

.section-contact{
    margin-top: 5vh;
    width: 100%;
    padding: 10vh 0;
    background-clip: padding-box;
    border-top: 20px solid;
    border-image: url(img/brd-sct-contact.webp) 200 stretch;
    background-clip: padding-box;
}

.section-contact ul  {
    list-style-type: none;
    width: 100%;
    margin: 0 auto;
    position: relative;

}

.section-contact ul li a{
    padding-left: 5px;
    color: white;
    text-decoration: none;
    font-size: 150%;
    &:hover{
        color: #A708FB;
    }
}

.section-contact ul li img{
    max-width: 1%;
    min-width: 15px;
}


.section-contact ul li {
    padding-left:10vw;
    margin-top: 5px;
}

.section-contact ul li iframe {
    position: absolute;
    right: 15vw;
    top: 0;
    height: 100%;
    width: 30%;
}

.section-contact ul li h6 {
    font-size: 180%;
    padding-top: 2.5vh;
    color: #E458D0;
    padding-bottom: 0.4vh;

}

.section-contact ul li p{
color: white;
font-size: 150%;
}








.theses-cards:nth-child(1) { transition-delay: 0s; }
.theses-cards:nth-child(2) { transition-delay: 0s; }
.theses-cards:nth-child(3) { transition-delay: 0.2s; }
.theses-cards:nth-child(4) { transition-delay: 0.2s; }
.theses-cards:nth-child(5) { transition-delay: 0.8s; }
.theses-cards:nth-child(6) { transition-delay: 0.8s; }
.theses-cards:nth-child(7) { transition-delay: 1.5s; }
.theses-cards:nth-child(8) { transition-delay: 1.5s; }

.theses-cards.widoczne {
  opacity: 1;
  transform: translateY(0);
}

.pictures img.widoczne {
  opacity: 1;
  transform: translateY(0);
}

.pictures img:nth-child(1) { transition-delay: 3s;}
.pictures img:nth-child(2){ transition-delay: 3s; }
.pictures img:nth-child(3) { transition-delay: 5.5s; }
.pictures img:nth-child(4){ transition-delay: 5.5s; }



.price-cards-packets.widoczne {
  opacity: 1;
  transform: translateY(0);
}

.reviews div.widoczne {
  opacity: 1;
  transform: translateY(0);
}


@keyframes anim1 {
    0%{transform: translate(0, 0) rotate(0);}
    100%{transform: translate(0, 15.5px) rotate(-45deg);}
} 

@keyframes anim1-1 {
    0%{transform: translate(0, 15.5px) rotate(-45deg);}
    100%{transform: translate(0, 0) rotate(0);}
}

@keyframes anim2 {
    0%{opacity: 1;}
    100%{opacity: 0;}
}
@keyframes anim2-1 {
    0%{opacity: 0;}
    100%{opacity: 1;}
}

@keyframes anim3 {
    0%{transform: translate(0, 0) rotate(0);}
    100%{transform: translate(0, -15.5px) rotate(45deg);}
}
@keyframes anim3-1 {
    0%{transform: translate(0, -15.5px) rotate(45deg);}
    100%{transform: translate(0, 0) rotate(0);}
}
