/* Get your css3 template from https://gist.github.com/lemonekq ! */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  margin-top: 0;
  background-color: #121212;
  color: white;

  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: white;
}

* {
  margin-top: 0;
}

.center-hv {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.zoom {
  transition: transform .2s ease-in-out;
}

.zoom:hover {
  transform: scale(0.95);
}

.inlineblock {
  display: inline-block;
}

/* koniec peirdolnika */

/* globals */
.navbar {
  height: 50px;
  width: 100%;
  border-radius: 0px 0px 12px 12px;
  position: fixed;
  top: 0;

  backdrop-filter: blur(50px);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);

  z-index: 999;

  transition: background .5s, border-radius 1s;
}

.module-buttons {
  position: absolute;

  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  
  text-align: center;
}

.functions h1 {
  font-size: 3.5vh;
  margin-left: 50px;
  margin-top: 50px;
}

.module-buttons button {
  width: 150px;

  
  background-image: linear-gradient(92.88deg, #455EB5 9.16%, #5643CC 43.89%, #673FD7 64.72%);
  border-radius: 8px;
  border-style: none;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  flex-shrink: 0;
  font-family: "Inter UI","SF Pro Display",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
  font-size: 16px;
  font-weight: 500;
  height: 4rem;
  padding: 0 1.6rem;
  text-align: center;
  transition: background .5s, border-radius .5s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  height: 50px;

  z-index: 99999;

  background: rgb(0,16,255);
  background: linear-gradient(306deg, rgba(255, 0, 234, 0.377) 0%, rgb(0, 132, 255) 100%);

  box-shadow: 0 0px 32px 0 rgba(255, 255, 255, 0.342);
}

.add-bot button {
  margin-top: 90px;
}

.buttoncp {
  width: 150px;

  
  background-image: linear-gradient(92.88deg, #455EB5 9.16%, #5643CC 43.89%, #673FD7 64.72%);
  border-radius: 8px;
  border-style: none;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  flex-shrink: 0;
  font-family: "Inter UI","SF Pro Display",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
  font-size: 16px;
  font-weight: 500;
  height: 4rem;
  padding: 0 1.6rem;
  text-align: center;
  transition: background .5s, border-radius .5s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  height: 50px;

  z-index: 99999;

  background: rgb(0,16,255);
  background: linear-gradient(306deg, rgba(255, 0, 234, 0.377) 0%, rgb(0, 132, 255) 100%);
}

.navbar i {
  transition: transform .2s ease;
}

.navbar i:hover {
  cursor: pointer;
  transform: scale(1.1);
}

.cl1 {
  margin-right: 5px;
}

/* footer */

.footer {
  width: 100%;
  height: 150px;
  background-color: #090909;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
  margin-top: -8px;
}

.footer p {
  text-align: center;
  font-weight: 200;
  padding-top: 40px;
  color: rgba(255, 255, 255, 0.514);
}

.footer a {
  color: rgba(255, 255, 255, 0.671);
}

.add-bot {
  margin-bottom: 100px;
  width: 100%;
  height: 250px;
  background-color: #101010;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}

/* footer */

.cl2 {
  margin-left: 5px;
}

.navbar h4 {
  position: absolute;
  margin-left: 10px;
  margin-top: 13px;

  font-weight: 200;
  letter-spacing: 1.5px;
}

.navbar-icon {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  margin-left: 50px;
  margin-top: 5px;

  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}

.navbar-right {
  position: absolute;
  right: 50px;
  top: 14px;
}

.bg {
  background: rgb(0,69,255);
  background: linear-gradient(137deg, rgba(0,69,255,1) 0%, rgba(0,254,255,1) 100%);

  height: 70vh;
  margin-top: -50px;
  position: relative;
}

.bg-img {
  position: absolute;
  bottom: 0;
  left: 0;
}

.hua {
  display: inline-block;
  position: relative;
}

/* functions tab */

.functions-tab {
  height: 200px;
  width: 300px;

  border-radius: 10px;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);

  position: inline-block;

  background: rgb(0,15,25);
  background: linear-gradient(306deg, rgba(0, 8, 14, 0) 0%, rgba(25,25,25,1) 100%);
}

.functions-tab i {
  color: #ffffffd0;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
  transition: all .4s ease-in-out;

  transition: transform .2s ease-in-out;
}

.functions-tab i:hover {
  cursor: pointer;
  color: white;

  transform: scale(1.1);
}

.functions-tab-p {
  color: rgba(255, 255, 255, 0.89);
  font-size: 12.5px;
  width: 80%;
  margin-top: 15px;
  text-align: center;
}

.countdown h1 {
  font-size: 38px;
}

.countdown h2 {
  margin-top: 5px;
  letter-spacing: 7.5px;
  font-size: 30px;
}

.functions-tab:nth-child(1) {
  margin-right: 5px;
}

.functions-tab:nth-child(2) {
  margin-left: 5px;
  margin-right: 5px;
}

.functions-tab:nth-child(3) {
  margin-left: 5px;
  margin-right: 5px;
}

.functions-tab:nth-child(4) {
  margin-left: 5px;
}

/* pierdolnik cd. rozdzielczosci ekranu (responsiblity items) */
@media only screen and (max-width: 650px) {
  .functions-tab:nth-child(2) {
    display: none;
    visibility: hidden;
  }
}

@media only screen and (max-width: 1000px) {
  .functions-tab:nth-child(3) {
    display: none;
    visibility: hidden;
  }
}

@media only screen and (max-width: 1300px) {
  .functions-tab:nth-child(4) {
    display: none;
    visibility: hidden;
  }
}

/* end */

.hua::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.hua:hover {
  cursor: pointer;
}

.hua:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.cl1:hover {
  cursor: pointer;
}

/* only mobile */
@media only screen and (max-width: 1000px) {

  .bg-text {
    padding-top: 150px;
    width: 85%;
    font-size: 6vh;
  }

  .bg-paragraph {
    visibility: hidden;
  }
}

/* only desktop */
@media only screen and (min-width: 1000px) {
  .bg-text {
    padding-top: 200px;
    width: 85%;
    font-size: 6vh;
  }

  .bg-paragraph {
    margin-top: -40px;

    letter-spacing: 1px;
  }

  .module-buttons {
    margin-top: 5vh;
  }

  .functions h1 {
    text-align: center;
    margin-left: 0px;
  }
}