
.hover {
  transition: 0.3s;
}

.hover:hover {
  filter: drop-shadow(0px 0px 20px #00ff9d);
  transition: 0.3s;
  cursor: url('/assets/img/cursor.png'), auto;
}




.footer {
  background-color: #004a128a;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 30px;
  border-radius: 50px 50px 0px 0px;
  padding-bottom: 0px;
}


.slika {
  bottom:0;
  margin-top: -80px;
}


.piechart {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-image: conic-gradient(
      rgb(0, 143, 36) 70deg,
      rgb(116, 236, 132) 0 235deg,
      rgb(94, 126, 81) 0
  );
}





@font-face {
  font-family: smarch;
  src: url('assets/Smarch.ttf');
}



.slider{
  height: 250px;
  margin:auto;
  position:relative;
  width:90%;
  display:grid;
  place-items:center;
  overflow: hidden;
}
.slide-track{
  display:flex;
  width:calc(250px * 18);
  animation:scroll 30s linear infinite;
}
@keyframes scroll{
  0%{
    transform:translateX(0);
  }
  100%{transform:translateX(calc(-250px * 9));
  }
}
.slide-track:hover{
  animation-play-state:paused;
}
.slide {
  height:200px;
  width:250px;
  display:flex;
  align-items:center;
  padding:30px;
  perspective:100px;
}
.img1{
  width:100%;
  transition: transform 0.3s;
}
.img1:hover{
  transform: translateZ(10px);
}






.blur {
  background-color: #004a128a;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 50px;

}



.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: rgba(0, 17, 90, 0.55);
  --bs-nav-link-hover-color: rgba(6, 168, 87, 0.548);

}

#navbar{
  background-color: #004a128a;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  color:white;
}
.nav-link {
  color:white;
  font-size:20px;
}
.nav-link.active{
  color:white !important;
  font-weight: bold;
}
.active{
  color:white;
}

.navbar-toggle{
  border:none;
}
.telegram {
  position: relative;
  top: 30%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.twitter {
  position: relative;
  top: 10%;
  transform: translateY(-50%);
  transition: 0.3s;
}

.telegram:hover {
  filter: drop-shadow(0px 0px 50px #fe6ffd);
  transition: 0.3s;
  cursor: url('/assets/img/cursor.png'), auto;
  scale: 1.5;
}

.twitter:hover {
    filter: drop-shadow(0px 0px 50px #ffae00);
    transition: 0.3s;
    cursor: url('/assets/img/cursor.png'), auto;
}



.tipka {
  background-color: red;
  background-image: linear-gradient(to right, #23F8AF , #ADFEAD);
  padding: 20px 50px 20px 50px;
  border-radius: 50px;
  font-family: arial;
  font-weight: bold;
  color: white;
  text-decoration: none;
  transition: 0.3s;
  margin-right: 35px;
  font-size:30px;
  box-shadow: 0 0px 20px #23F8AF;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.39);
}

.tipka:hover {
color: rgba(255, 255, 255, 1);
box-shadow: 0 -5px 50px #23F8AF;
transition: 0.3s;
cursor: url('/assets/img/cursor.png'), auto;

}

.tipka2 {
  border: 4px solid #23F8AF;
  padding: 18px 70px 18px 70px;
  border-radius: 50px;
  font-family: arial;
  font-weight: bold;
  color: white;
  text-decoration: none;
  transition: 0.3s;
  font-size:30px;
  box-shadow: 0 0px 20px #23F8AF;
}

.tipka2:hover {
  color: rgba(255, 255, 255, 1);
  box-shadow: 0 -5px 50px #23F8AF;
  transition: 0.3s;
  cursor: url('/assets/img/cursor.png'), auto;
}




.tipka5 {
  background-color: red;
  background-image: linear-gradient(to right, #23F8AF , #ADFEAD);
  padding: 10px 50px;
  border-radius: 50px;
  font-family: arial;
  font-weight: bold;
  color: white;
  text-decoration: none;
  transition: 0.3s;
  margin-right: 35px;
  font-size:25px;
  box-shadow: 0 0px 20px #23F8AF;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.39);
  border: none;

}

.tipka5:hover {
color: rgba(255, 255, 255, 1);
box-shadow: 0 -5px 50px #23F8AF;
transition: 0.3s;
cursor: url('/assets/img/cursor.png'), auto;

}





.tipka3 {
  border: 4px solid #23F8AF;
  padding: 18px 30px 18px 30px;
  border-radius: 50px;
  font-family: arial;
  font-weight: bold;
  color: white;
  text-decoration: none;
  transition: 0.3s;
  font-size:30px;
  box-shadow: 0 0px 20px #23F8AF;
}

.tipka3:hover {
  color: rgba(255, 255, 255, 1);
  box-shadow: 0 -5px 50px #23F8AF;
  transition: 0.3s;
  cursor: url('/assets/img/cursor.png'), auto;
}



body, html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}




body {
  overflow-x: hidden;
  cursor: url('/assets/img/cursor.png'), auto;
}

.video-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width:110%;
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  transform: translateX(calc((100% - 100vw) / 2));
  overflow-x: hidden;
  top:0;
}



  .onbase {
    transition: 0.3s;
    position:fixed;
    bottom:0;
    right:0;
    margin-bottom:15px;
    width:250px;
    margin-right: 15px;
}
  


.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #002a4a;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index:999;

}



.planet {
  display: block;
  width: 125px;
  height: 125px;
  position: relative;
  transform-style: preserve-3d;
  border-radius: 50%;
  background: #fcc96b;
  background: rgb(252, 201, 107);
  background: linear-gradient(
    180deg,
    rgba(252, 201, 107, 1) 0%,
    rgba(252, 201, 107, 1) 15%,
    rgba(247, 174, 1, 1) 15%,
    rgba(247, 174, 1, 1) 19%,
    rgba(252, 201, 107, 1) 19%,
    rgba(252, 201, 107, 1) 22%,
    rgba(247, 174, 1, 1) 22%,
    rgba(247, 174, 1, 1) 28%,
    rgba(252, 201, 107, 1) 28%,
    rgba(252, 201, 107, 1) 31%,
    rgba(252, 201, 107, 1) 33%,
    rgba(252, 201, 107, 1) 36%,
    rgba(247, 174, 1, 1) 36%,
    rgba(247, 174, 1, 1) 48%,
    rgba(252, 201, 107, 1) 48%,
    rgba(252, 201, 107, 1) 55%,
    rgba(247, 174, 1, 1) 55%,
    rgba(247, 174, 1, 1) 66%,
    rgba(252, 201, 107, 1) 66%,
    rgba(252, 201, 107, 1) 70%,
    rgba(247, 174, 1, 1) 70%,
    rgba(247, 174, 1, 1) 73%,
    rgba(252, 201, 107, 1) 73%,
    rgba(252, 201, 107, 1) 82%,
    rgba(247, 174, 1, 1) 82%,
    rgba(247, 174, 1, 1) 86%,
    rgba(252, 201, 107, 1) 86%
  );
  box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.25),
    inset 8px -4px 6px rgba(199, 128, 0, 0.5),
    inset -8px 4px 8px rgba(255, 235, 199, 0.5),
    inset 20px -5px 12px #f7ae01,
    0 0 100px rgba(255, 255, 255, 0.35);
  transform: rotateZ(-15deg);
}

.planet::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 16px solid #7b6f42;
  border-top-width: 0;
  border-radius: 50%;
  box-shadow: 0 -2px 0 #b1a693;
  animation: rings1 0.8s infinite linear;
}

.planet::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 8px solid #b1a693;
  border-top-width: 0;
  border-radius: 50%;
  box-shadow: 0 -2px 0 #7b6f42;
  animation: rings2 0.8s infinite linear;
}
#iframe{
  width:400px;
  height:100%;
  border-radius: 20px;
}
@keyframes rings1 {
  0% {
    transform: rotateX(65deg) rotateZ(0deg) scale(1.75);
  }
  100% {
    transform: rotateX(65deg) rotateZ(360deg) scale(1.75);
  }
}

@keyframes rings2 {
  0% {
    transform: rotateX(65deg) rotateZ(0deg) scale(1.7);
  }
  100% {
    transform: rotateX(65deg) rotateZ(360deg) scale(1.7);
  }
}
#naplanetu{
  width:50%
}
#phases{
  width:50%;
}
#tokenomics{
  font-size: 60px;
}
@media all and (max-width: 2300px) {

  #naplanetu{
    width:70%
  }
  #tokenomics{
    font-size: 50px;
  }
}
@media all and (max-width: 1920px) {

  #naplanetu{
    width:90%
  }
  #tokenomics{
    font-size: 40px;
  }
}
@media all and (max-width: 1500px) {

  #naplanetu{
    width:100%
  }
  #tokenomics{
    font-size: 30px;
  }
}
@media all and (max-width: 1024px) {
  #iframe{
    width:95%;
    height:550px;
    border-radius: 20px;
    margin-top:20px;
  }
  #rom{
    font-size: 60px !important;
  }
  #naplanetu {
      width:50%;
  }
  .tipka{
    margin-right: 15px;
    font-size:20px;
  }
  .tipka3{
    font-size:20px;
  }
  #tokenomics{
    margin-top:30px;
  }
  #howtobuy{
    margin-top:20px;
  }
  h1{
    font-size: 40px !important;
  }
  .slider{
    width:100%;
  }
  #phases{
    width:100%;
  }
  #tokenomics{
    font-size: 16px;
  }
}