body {
  background-color: black;
  color: white;
  text-decoration: none;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.NavBar {
  background-color: #480031a6;
  padding-bottom: 0.8em;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  height: 10vh;
  z-index: 500;
  backdrop-filter: blur(5px);
}

.NavButton {
  height: 10vh;
  width: 20vh;
  margin-top: 0.6vh;
  margin-right: 1vh;
  background-color: #ffffff11;
  border-color: rgba(255, 240, 255, 0.066);
  border-radius: 0.5vh;
  float: right;
  font-family: "Bitcount Grid Single", system-ui;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "CRSV" 0.5,
    "ELSH" 0,
    "ELXP" 0;
  align-items: center;
  text-align: center;
  font-size: 3vh;
}

.Button2 {
  height: 10vh;
  width: 20vh;
  background-color: #a1040432;
  border-color: rgba(255, 240, 255, 0.066);
  color: #ffffff;
  border-radius: 0.5vh;
   display: flex; 



  justify-content: center; 
  margin-right: auto;
  margin-left: auto; 
  margin-top: 0vh;
  width: 80%;
  font-family: "Bitcount Grid Single", system-ui;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "CRSV" 0.5,
    "ELSH" 0,
    "ELXP" 0;

  text-align: left;
  font-size: 3vh;
}

.Button {
  height: 10vh;
  width: 20vh;
  margin-top: 30vh;
  margin-left: 10vh;
  background-color: #03426650;
  border-color: rgba(255, 240, 255, 0.066);
  border-radius: 0.5vh;
  float: left;
  font-family: "Bitcount Grid Single", system-ui;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "CRSV" 0.5,
    "ELSH" 0,
    "ELXP" 0;
  align-items: center;
  text-align: center;
  font-size: 3vh;
}

.Button:hover {
  background-color: #03436610;
}

.Button2:hover {
  background-color: #4b045610;
}

.NavButton:hover {
  background-color: #0000003a;
}

.NavButtonInportant {
  height: 10vh;
  width: 20vh;
  margin-top: 0.6vh;
  margin-right: 1vh;
  background-color: #0a26b06c;
  border-color: rgba(255, 240, 255, 0.066);
  border-radius: 0.5vh;
  float: right;
  font-family: "Bitcount Grid Single", system-ui;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "CRSV" 0.5,
    "ELSH" 0,
    "ELXP" 0;
  align-items: center;
  text-align: center;
  font-size: 3vh;
}

.NavButtonInportant:hover {
  background-color: #1e043eb1;
}


.CardOne {
  background: rgb(0, 0, 0);
  background-image: url(img/coverone.png);
  background-size: cover;
  height: 100vh;
  width: 100%;
  left: 0;
  margin-top: -2vh;
}

.CardTwo {
  background: rgb(28, 0, 17);
  height: 50vh;
  width: 100%;
  left: 0;
}


.CardBlackThree {
  background: rgb(1, 0, 1);
  height: 80vh;
  width: 100%;
  left: 0;
  margin-top: -3vh;
  background-size: cover;
}

.Footer {
  background: rgb(1, 0, 1);
  height: 20vh;
  width: 100%;
  left: 0;
  margin-top: -3vh;
  background-size: cover;
}

.Annocment {
  background: rgb(101, 9, 2);
  height: 40vh;
  width: 80%;
  margin-left: 10%;
  left: 0;
  margin-top: 2vh;
  margin-bottom: 2vh;
  border-radius: 2vh;

}

.TopImg {
  float: right;
  margin-right: 15vh;
  border-radius: 3vh;
  margin-top: -30vh;
  z-index: 1;
  filter: drop-shadow(0 0 0.75rem rgb(17, 11, 12));
  animation: float 6s ease-in-out infinite;
  width: 50vh;
  height: 50vh;
}

.Img {
  float: left;
  margin-left: 10vh;
  border-radius: 3vh;
  margin-top: -10vh;
  z-index: 1;
  animation: float2 6s ease-in-out infinite;
  width: 40vh;
  height: 40vh;
}


.Img2 {
  float: right;
  margin-left: 10vh;
  border-radius: 3vh;
  margin-top: -30vh;
  margin-right: 10vh;
  z-index: 1;
  animation: float2 6s ease-in-out infinite;
  width: 40vh;
  height: 40vh;
}

.TopImgTwo {
  float: right;
  margin-right: -15vh;
  border-radius: 3vh;
  margin-top: 6vh;
  z-index: 2;
  filter: drop-shadow(0 0 0.75rem rgb(17, 11, 12));
  animation: float 6s ease-in-out infinite;
  width: 20vh;
  height: 20vh;
}

@keyframes float {
  0% {
    box-shadow: 0 5px 15px 0px rgba(51, 50, 50, 0.6);
    transform: translatey(0px);
  }

  50% {
    box-shadow: 0 25px 15px 0px rgba(39, 38, 38, 0.2);
    transform: translatey(-20px);
  }

  100% {
    box-shadow: 0 5px 15px 0px rgba(52, 51, 51, 0.6);
    transform: translatey(0px);
  }
}

@keyframes float2 {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-20px);
  }

  100% {
    transform: translatey(0px);
  }
}

.bitcount-grid-single-ente {
  font-family: "Bitcount Grid Single", system-ui;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "CRSV" 0.5,
    "ELSH" 0,
    "ELXP" 0;
}

.Navmenu {
  visibility: hidden;
}

.bitcount-grid-single-ANNOUCE {
  font-family: "Bitcount Grid Single", system-ui;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "CRSV" 0.5,
    "ELSH" 0,
    "ELXP" 0;
}

.lexend-douze {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.scalable1 {
  font-size: 3vh;
  margin-left: 10vh;
  width: 50%;
  margin-top: 10vh;
}

.scalable2 {
  font-size: 5vh;
  margin-top: 35vh;
  margin-left: 10vh;
  width: 70vh;
  z-index: 1;
}

.scalable3 {
  font-size: 3vh;
  margin-right: 10vh;
  width: 50%;
  margin-top: 3vh;
  float: right;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 551;
  top: 0;
  left: 0;
  background-color: #39022c;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 12px 12px 12px 32px;
  text-decoration: none;
  font-size: 45px;
  font-family: "Bitcount Grid Single", system-ui;
  font-weight: 400;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.links {
  color: rgb(217, 215, 215);
  text-decoration: none;
  width: 80%;
  margin-left: 6vh;
  margin-top: 5vh;
  align-items: center;
}

.margi{
   margin-left: 8vh;
}
.Anoucetext2 {
  font-size: 5vh;
  width: 100%;
  text-align: center;
}

.link {
  width: 100%;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: rgb(126, 151, 250);
  text-decoration: none;
  margin: 2vh;
  top: 7vh;
}

.BiedneGumisie {
  width: 20vh;
  height: 20vh;
  margin-left: 8.5vh;
  margin-top: -10vh;
}

.Anoucetext {
  font-size: 3vh;
  margin-left: 10vh;
  width: 90%;
  margin-top: 10vh;
}

.Textczymjest {
  font-size: 3vh;
  margin-left: 10vh;
  width: 90%;
  margin-top: 10vh;
}

.title1{
  font-size: 5vh;   
  width: 80%; 
  margin-left: 4vh;
}

.link:hover {
  color: rgba(255, 255, 255, 0.445);
}

.special1{
  margin-right: 5vh; 
  color: white; 
  margin-top: 10vh;
}

.special2, .special3{
  margin-right: -20vh; 
  color: white; 
  float: right; 
}
.title2{
  font-size: 5vh;  
  float:right; 
  width: 50%; 
  margin-right: 8vh; 
  text-align: right; 
  z-index: 0;
}

@media (max-width: 1302px) {
  .scalable3 {
    font-size: 3vh;
    margin-right: 10vh;
    width: 40%;

    margin-left: 40vh;
    float: right;
  }

  .scalable1 {
    font-size: 2.3vh;
    margin-left: 10vh;
    width: 30%;
    margin-top: 12vh;

  }

  .scalable2 {
    font-size: 5vh;
    margin-top: 35vh;
    margin-left: 10vh;
    width: 40vh;
    z-index: 1;
  }

  .Img{
    margin-left: 5vh;
    width: 30vh;
    height: 30vh;
    margin-top: -10vh;
  }


}

@media (max-width: 1040px) {
  .NavButton {
    visibility: hidden;
  }

  .NavButtonInportant {
    visibility: hidden;
  }

  .Navmenu {
    font-size: 5vh;
    float: right;
    margin-top: 2vh;
    margin-right: 2vh;
    cursor: pointer;
    visibility: visible;
  }

}


@media (max-width: 1601px) {
  

  .TopImgTwo {
    width: 0px;
    height: 0px;
    margin-left: 0px;

    visibility: hidden;
  }

  .CardOne {
    background: rgb(0, 0, 0);
    background-image: url(img/coverone.png);
    background-size: cover;
    height: 100vh;
    width: 100%;
    left: 0;
    margin-top: -2vh;
  }

  .scalable2 {
    font-size: 5vh;
    margin-top: 35vh;
    margin-left: 5vh;
    width: 40vh;
    z-index: 1;
  }

  .BiedneGumisie {
    width: 20vh;
    height: 20vh;
    margin-left: 3vh;
    z-index: 0;
  }
}



@media (max-width: 1047px) {
  .TopImg {
    visibility: hidden;
    width: 0px;
    height: 0px;
    margin-left: 0px;
  }

  .CardTwo {
    height: 70vh
  }

  .Textczymjest {
    font-size: 3vh;
    width: 97%;
    margin-top: 2vh;
    margin-left: 0.5vh;
    float: left;
  }

  .CardBlackThree {

  height: 100vh;


}


}

@media (max-width: 549px) {
  .CardTwo {
    height: 102vh
  }
  .scalable2 {
     font-size: 4svh;
    margin-top: 35vh;
    margin-left: 5vh;
    width: 40vh;
    z-index: 1;
  }

}

@media (max-width: 350px) {
  .scalable2{
    font-size: 3vh;
    width: 70%;
  }
  .Img .margi{
    margin-left: 0vh;
    width: 10vh;
    height: 10vh;

  }
  .Annocment{
    height: 60vh;
  }
}

@media (max-width: 1300px) {
  .Img{
    margin-left: 5vh;
    width: 30vh;
    height: 30vh;
    margin-top: -50vh;
  }
}

.Copyright{
  font-size: 2vh;   
  width: 60%; 
  margin-right: 8vh; 
  text-align: center; 
}

.social-icons{
  display: flex; 
  gap: 8px; 
  flex-wrap: wrap; 
  justify-content: right; 
  margin-right: 25vh; 
  margin-top: -10vh;
  z-index: 1;
}

@media (max-width: 1024px) {
  .BiedneGumisie {
    width: 20vh;
    height: 20vh;
   
    float: left;
  }

  .social-icons{
  display: flex; 
  width: 100%;
  gap: 8px; 
  flex-wrap: wrap; 
  justify-content: center; 
  margin-right: 0vh; 
  margin-top: 0vh;
}

.links {
  color: rgb(217, 215, 215);
  text-decoration: none;
  width: 90%;
  flex-wrap: wrap; 
  justify-content: center; 
  margin-left: 5%; 
  margin-top: 0vh;
  align-items: center;
  margin-bottom: 3vh;
}

  .Copyright{
  font-size: 2vh;   
  width: 100%; 
  margin-right: 8vh; 
  text-align: center; 
}

  .Anoucetext {
    font-size: 3vh;
    margin-left: 1vh;
    width: 90%;
    margin-top: 5vh;
  }

  .Anoucetext2 {
    font-size: 3vh;

  }

   .scalable1 {
    font-size: 2.3vh;
    margin-left: 5%;
    width: 90%;
  }

  .scalable3 {
    font-size: 3vh;
   
    width: 90%;

    margin-right: 5%;
    float: right;
  }

  .Img {
   display: block;
    float: none;
    align-self: center;
    width: 40vh;
    height: 40vh;
    margin-top: 10vh;
    border-radius: 3vh;

    margin-left: 0;
    margin-left: auto;
    margin-right: auto;

    z-index: 1;
}


  .Img2{
     display: block;
    float: none;

    width: 40vh;
    height: 40vh;
    margin-top: 10vh;
    border-radius: 3vh;

    margin-right: 0;
    margin-left: auto;
    margin-right: auto;

    z-index: 1;
  }
  .title1, .title2{
  font-size: 5vh;   
  width: 80%; 
  margin-left: 2vh;
}

.title2{
  font-size: 4vh;
  width: 80%;
}
  
  .CardBlackThree {
    
  justify-content: center;
  height: 120vh;
}

.CardBlackThree2 {
    
  justify-content: center;
  height: 140vh;
}

.special1, .special2{
  
    display: block;
    text-decoration: none;
    float: none;
    align-content: center;
    

    
    margin-top: 10vh;
    margin-left: auto;
    margin-right: auto;
}

.special3{
  display: block;
  float: left;
  margin-top: 40vh;
    align-content: center;
    

    
    
    margin-left: auto;
    margin-right: auto;
}


}

.accordion {
  background-color: #2d0227a4;
  color: #ffffff;
  border-radius: 1vh;
  margin-top: 1vh;
  cursor: pointer;
  padding: 18px;
  width: 90%;
  margin-left: 5%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #4949496c;
    border-bottom-left-radius: 0vh;
  border-bottom-right-radius: 0vh;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;

}

.active:after {
  content: "\2212";
}

.panel {
  text-align: center;
  background-color: rgb(28, 28, 28);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  width: 90%;
  margin-left: 5%;
   border-bottom-left-radius: 1vh;
  border-bottom-right-radius: 1vh;
  margin-bottom: 0.5vh;
}