@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body { 
  color: #f8f8f8;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  background-color: #191a1a;
}

header a {
  text-decoration: none;
}

header {
  padding: 0 20px;
  background-color: #1d1e1e;
  height: 90px;
  display: flex;
  justify-content: space-between;
}

#brand {
  font-weight: bold;
  font-size: 18px;
  display: flex;
  align-items: center;
  margin-left: 90px;
}

#brand  {
  color: rgb(255, 255, 255);
}

.cry {
    color: #A9CFFC;
}

ul {
  list-style: none;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

ul a {
  color: #8a8a93;
}

ul li {
  padding: 5px;
  margin-left: 10px;
}

ul li:hover {
  transform: scale(1.1);
  transition: 0.3s;
}


#signup {
  border-radius: 5px;
  padding: 10px 27px;

}

#signup {
  background-color: #A9CFFC;
  text-shadow: 0 0 20px rgb(0, 0, 0); 
}

#signup a {
  color: white;
}

@media screen and (min-width: 900px) {
  #singup {
    justify-content: center;
  }
}


#hamburger-icon {
  margin: auto 0;
  display: none;
  cursor: pointer;
}

#hamburger-icon div {
  width: 35px;
  height: 3px;
  background-color: black;
  margin: 6px 0;
  transition: 0.4s;
}

.open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
  transform: rotate(-45deg) translate(-6px, 6px);
}

.open .bar2 {
  opacity: 0;
}

.open .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -8px);
  transform: rotate(45deg) translate(-6px, -8px);
}

.open .mobile-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  justify-content: center;
}

.mobile-menu {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  height: calc(100vh - 50px);
  width: 100%;
  background-color: #f8f8f8;
  z-index: 2;
  margin-top: 30px;
}

.mobile-menu li {
  margin-bottom: 10px;
}

@media only screen and (max-width: 600px) {
  header nav {
    display: none;
  }

  #hamburger-icon {
    display: block;
  }
}

.logo {
    margin-left: 110px;
    color: rgb(255, 255, 255);
    margin-top: 70px;
    font-size: 30px;
    font-weight: 600;
}

.hero-paragraf {
    color: #b5b5b5;
    max-width: 500px;
    margin-left: 110px;
    margin-top: 40px;
    font-weight: 400;
}

.hero-button {
    margin-top: 40px;
    margin-left: 100px;
}


.panel {
    background-color: #A9CFFC;
    border: none;
    height: 40px;
    width: 120px;
    color: white;
    text-shadow: 0 0 20px rgb(0, 0, 0);
    border-radius: 5px;
    transition: 1s;
    
}

.panel:hover {
    transform: scale(1.1);
    transition: 0.3s;
}

.discord {
    background-color: #A9CFFC;
    border: none;
    height: 40px;
    width: 120px;
    color: white;
    text-shadow: 0 0 20px rgb(0, 0, 0);
    border-radius: 5px;
    transition: 1s;
}

.discord:hover {
    transform: scale(1.1);
    transition: 0.3s;
}

.hero-img {
    margin-top: 40px;
    height: 350px;
}

.whyus {
    text-align: center;
    color: white;
    font-weight: 600;
    font-size: 30px;
    padding-top: 30px;
}

.whyus-square {
    display: flex;
    display: grid;
    margin: auto;
    height: 100px;
    width: 380px;
    background-color: #A9CFFC;
    text-shadow: 0 0 20px rgb(0, 0, 0);
    border-radius: 5px;
}

.support-img {
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
}

.why-us-square {
    width: 350px;
    height: 370px;
    background-color: #1d1e1e;
    border-radius: 8px;
    color: rgb(255, 255, 255);
    transition: 0.4s;
    margin: 30px;
}

.why-us-square:hover {
    background-color: #a9cefc6e;
    color: white;
    text-shadow: 0 0 20px rgb(0, 0, 0);
}


.text-support {
    text-align: center;
    font-weight: 600;
    margin-top: 30px;
}

.paragraf-whyus {
    text-align: center;
    max-width: 250px;
    font-size: 17px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    color: #b0b0b0;
    transition: 0.6s;
}

.why-us-square:hover .paragraf-whyus {
  color: #fff;
}


.whyus-main {
    margin-top: 40px;
    justify-content: center;
}

.plany {
  color: #b5b5b5;
  font-weight: 600;
  text-align: center;
  margin-top: 60px;
}

.zobacz {
  text-align: center;
  color: #A9CFFC;
  text-shadow: 0 0 20px rgb(0, 0, 0);
  font-size: 25px;
  font-weight: 600;
}


.price-square {
  height: 440px;
  width: 350px;
  background-color: #1d1e1e;
  border-radius: 5px;
  transition: 0.3s;
  margin-top: 10px;
  margin: 20px;
}

.price-square2 {
  height: 390px;
  width: 350px;
  background-color: #1d1e1e;
  border-radius: 5px;
  transition: 0.3s;
  margin-top: 10px;
  margin: 20px;
}

.vps-price-square2 {
  height: 250px;
  width: 450px;
  background-color: #1d1e1e;
  border-radius: 5px;
  transition: 0.3s;
  margin-top: 10px;
  margin: auto;
}

.price-square:hover {
  transform: scale(1.1);
  transition: 0.3s;
}

.price-img {
  display: flex;
  display: grid;
  margin: auto;
  padding-top: 20px; 
  height: 80px;
}

.price-name {
  text-align: center;
  color: rgb(255, 255, 255);
  font-weight: 600;
  margin-top: 5px;
}

.price-paragraf {
  text-align: center;
  color: #b5b5b5;
  margin-top: 2px;
}

.price-what-name {
  color: rgb(83, 77, 77);
  font-weight: 600;
}

.price-paragraff {
  text-align: center;
  margin-top: 10px;
  color: #b5b5b5;
  max-width: 300px;
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
}

.price-button {
  height: 40px;
  background-color: #A9CFFC;
  border: none;
  width: 160px;
  display: flex;
  display: grid;
  margin: auto;
  border-radius: 5px;
  margin-top: 35px;
  align-items: center;
  transition: 0.3s;
  color: white;
  text-shadow: 0 0 20px rgb(0, 0, 0);
}

.price-button:hover {
  transform: scale(1.1);
  transition: 0.3s;
}

.price-main {
  margin: 30px;
  margin-top: 40px;
  justify-content: center;
}


.cryhost {
  text-align: center;
  padding-top: 10px;
}

.category {
  text-align: center;
  color: black;
  margin-top: 90px;
}

.category-color {
  color: #A9CFFC;
}


@media screen and (max-width: 940px) {
  .hero-main {
    flex-direction: column;
    align-items: center;
  }

  .logo {
    text-align: center;
    margin: auto;
  }

  .hero-paragraf {
    text-align: center;
  }

  .hero-button {
    display: flex;
    display: grid;
    margin: auto;
    justify-content: center;
    flex-direction: column;
  }

  .hero-paragraf {
    margin-left: auto;
    margin-right: auto;
  }

  .whyus-main {
    flex-direction: column;
    align-items: center;
  }

  .why-us-square {
    margin-top: 20px;
    margin: 20px;
  }

  .price-main {
    flex-direction: column;
    align-items: center;
  }

  .hero-img {
    width: 400px !important;
  }

  .price-square {
    margin-top: 20px;
  }
}

.content {
  width: 80%;
  padding: 0;
  margin: 0 auto;
  margin-top: 120px;
}

.centerplease {
  margin: 0 auto;
  max-width: 270px;
  font-size: 40px;
}

/*Question*/
.question {
  position: relative;
  background: #f8f8f8;
  color: black;
  margin: 0;
  padding: 10px 10px 10px 50px;
  display: block;
  width:100%;
  cursor: pointer;
}
/*Answer*/
.answers {
  padding: 0px 15px;
  margin: 5px 0;
  width:100%!important;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  color: black;
}

.questions:checked ~ .answers{
  height: auto;
  opacity: 1;
  padding: 15px;
  
}

/*FAQ Toggle*/
.plus {
  position: absolute;
  margin-left: 10px;
  z-index: 5;
  font-size: 2em;
  line-height: 100%;
  -webkit-user-select: none;    
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  color: black;

}

.questions:checked ~ .plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  color: black;

}

.questions {
  display: none;
  
}

.active {
  color: #8a8a93;
}

.moze {
  margin-right: 90px;
}

.btn-footer {
  margin-left: 90px;
}
.footer-img {
  height: 70px;
}


.content {
    background-color: #f8f8f8;
    width: 40vw;
    height: 20vh;
    position: absolute;
    top: 30%;
    left: 30%;
    opacity: 0;
    visibility: hidden;
}

#click:checked ~ .content {
    visibility: visible;
    opacity: 1;
    animation: ease-in-out 4s;
}

.close-me {
    cursor: pointer;
}

#click {
    display: none;
}

.click-me {
    display: block;
    width: 20vh;
    height: 4vh;
    background-color: #00ff4c;
    border: 1px solid rgb(255, 255, 255);
    color: black;
    text-align: center;
    font-size: 1.5rem;
    line-height: 4vh;
    border-radius: 3px;
    transition: 0.3s;
}

.click-me:hover {
    background-color: rgb(54, 154, 54);
}

.content-first {
    height: 50%;
    margin: 2vh 0 0 2vh;
}

.content-second {
    height: 50%;
    margin: 3vh 0 0 70%;
}

.content-second button {
    margin-left: 1vh;
    width: 60%;
    height: 4vh;
    background-color: #dd5454;
    border: none;
    text-align: center;
    font-size: 1rem;
    line-height: 1vh;
    border-radius: 6px;
    transition: 0.3s;
}

.content-second button a{
    text-decoration: none;
    color: black;
    font-weight: 600;
}