* {
  margin: 0;
  font-family: 'Slabo 27px', serif;
  font-size: 22px;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  text-align: center;
}


/*reset*/

@import url("cssreset.css");


ul,
menu,
dir {
  -webkit-padding-start: 40px;
  display: block;
  list-style-type: disc;
}

/*reset*/

h2 {
  color: #0079e7;
  margin-top: 200px;
  font-size: 70px;
  text-align: center;
}

.element_opening {
  width: 100%;
}

.logo {
  width: 80px;
  margin-top: 1rem;
}

@import url(https://fonts.googleapis.com/css?family=Raleway);

h2 {
  vertical-align: center;
  text-align: center;
}


html,
body {
  height: 100%;
  font-family: 'Slabo 27px';
  margin: 0;
  padding: 0;
  text-align: center;
  justify-content: center;
  scroll-behavior: smooth;
}

.top-nav {

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  height: 30px;
  padding: 1rem;
  height: 90px;
  position: absolute;

}

.ccenrt {
  display: flex;
  justify-content: start;
  align-items: baseline;
}


.menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-family: Arial;

}

.menu>li {
  margin: 1rem;
  overflow: hidden;
}

.menu :hover {
  color: crimson;
}

.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: black;
  ;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: '';
  margin-top: -8px;
}

.menu-button::after {
  content: '';
  margin-top: 8px;
}

#menu-toggle:checked+.menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked+.menu-button-container .menu-button {
  background: #232323;
}

#menu-toggle:checked+.menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

@media (max-width: 599px) {
  .menu-button-container {
    display: flex;
  }

  .menu {
    position: absolute;
    top: 0;
    margin-top: 50px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    Z-index: 999;
    margin-top: 120px;
  }

  #menu-toggle~.menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  #menu-toggle:checked~.menu li {
    border: 1px solid #333;
    height: 2.5em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  .menu>li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: black;
    ;
    background-color: #232323;
  }

  .menu>li:not(:last-child) {
    border-bottom: 1px solid #444;
  }

  .element_opening {
    display: none;
  }

  .logo {
    display: block;
  }

}


.menu a {
  text-decoration: none;
  color: #ffff;
  font-size: 18px;
}


.top-nav {
  z-index: 35;
  width: 100%;
}

.container {
  background-color: #ffff;
}

.menu-icon {
  display: flex;
  width: 80px;
  margin-bottom: 15px;
}


.bluesky-aboutus {
  border: #333 1px solid;
  border-radius: 40px;
  width: 450px;
}

.about-us {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 50px;
}

.about-us-text {
  max-width: 550px;
}

.columns {
  float: left;
  width: 33.3%;
  padding: 8px;
}

.price {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.price:hover {
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2)
}

.price .header {
  background-color: #111;
  color: white;
  font-size: 25px;
}

.price li {
  border-bottom: 1px solid #eee;
  padding: 20px;
  text-align: center;
}

.price .grey {
  background-color: #eee;
  font-size: 20px;
}


ul {
  border-radius: 40px;
}

.columns {
  margin-bottom: 160px;
}


.fix {
  color: white;
}



@media only screen and (max-width: 600px) {
  .columns {
    width: 100%;
  }
}

@media only screen and (max-width: 1070px) {
  .about-us {
    display: flex;
    flex-direction: column;
  }

  .about-us-text {
    margin-bottom: 1rem;
  }

  .btns {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .container {
    margin: 1rem;
  }

  .about-us img {
    width: 95%;
  }


}

@media only screen and (max-width: 392px) {
  .widget {
    display: block;
    margin: auto 0;
    width: 300px;
  }
}

@media only screen and (max-width: 320px) {
  .social {
    display: flex;
    flex-direction: column;
  }

  h2 {
    font-size: 2rem;
  }

  p {
    font-size: 1rem;
  }
}

.heading-vip {
  margin-top: 200px;
}

.columns ul {
  margin-bottom: 260px;
}

.vip {
  margin-bottom: 260px;
}

.skins {
  height: 150px;

}

.flex-items-at {
  order: 1;
  display: flex;
  justify-content: space-around;
  justify-content: center;
}


.items-at {
  padding: 15px;
}


.grid-items-at {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 50px;
}

.btn {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: 'Slabo 27px', serif;
  color: #000000;
  font-size: 20px;
  background: #0079e7;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  margin: 3rem;
  margin-top: 20px;

}

.vip_btn {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.btn:hover {
  text-decoration: none;
}


.discord p {
  margin-bottom: 30px;
  margin-top: 50px;
}

.discord {
  margin-top: 200px;
}


.footer {
  background-color: #0079e7;
  width: 100%;
  height: 100%vh;
  float: right;

}

.footer img {
  width: 2rem;
}

.footer p {
  font-size: 15px;
  text-decoration: none;
  margin-bottom: 10px;
  color: #fff;
}

.footer a {
  font-size: 20px;
}

.social {
  display: flex;
}

.socials-icon {
  margin: 2rem;
}

.footer a {
  color: white;
  text-decoration: none;
}

.footer p {
  color: black;
}

.widget {
  margin-top: 50px;
}