
.holobg {
  padding-bottom: 40px;
}

/*
.holobg:before,
.uk-container.holobg:before,
div.holobg:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.08;
  background: url('/themes/p3nguin/assets/images/holo3skyblu.png') no-repeat center;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
*/

.button.carobtn {
  height: 64px;
  width: 64px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  outline: none;
  /*box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
              0px 6px 10px 0px rgba(0, 0, 0, 0.14),
              0px 1px 18px 0px rgba(0, 0, 0, 0.12);*/
  transition: all 300ms;
}

.button.carobtn:hover {
  /*transform: scale(1.05);
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2),
              0px 12px 17px 2px rgba(0, 0, 0, 0.14),
              0px 5px 22px 4px rgba(0, 0, 0, 0.12);*/
}

#backButton.carobtn {
  background: transparent
    url('/themes/p3nguin/assets/images/dotarrs-prev.png')
    no-repeat center;
  background-size: 62px 62px;
  opacity: 0.75;
}

#backButton.carobtn:hover,
#backButton.carobtn:active,
#backButton.carobtn:focus {
  opacity: 1.0;
}

#nextButton.carobtn {
  background: transparent
    url('/themes/p3nguin/assets/images/dotarrs-next.png')
    no-repeat center;
  background-size: 62px 62px;
  opacity: 0.75;
}

#nextButton.carobtn:hover,
#nextButton.carobtn:active,
#nextButton.carobtn:focus {
  opacity: 1.0;
}

.buttonContainer.carobtncontain {
  position: absolute;
  display: flex;
  justify-content: space-between;
  top: calc(50% - 64px/2);
  left: 20px;
  margin: 0px auto;
  padding: 0px;
  width: calc(100% - 40px);
  z-index: 1;
}

@media only screen and (max-width: 1200px) {
  
  .buttonContainer.carobtncontain {
    left: 0px;
    width: 100%;
  }

}

@media only screen and (max-width: 900px) {
  
  .buttonContainer.carobtncontain {
    top: calc(100% - 16px);
    left: 5px;
    padding: 0px;
    width: calc(100% - 10px);
  }

}

.container.carocontain {
  position: relative;
  margin: 0px auto;
  height: 760px;
  width: 100%;
}

@media only screen and (max-width: 1200px) {
    
  .container.carocontain {
    height: 600px;
  }
  
}

@media only screen and (max-width: 600px) {
    
  .container.carocontain {
    height: 560px;
  }
  
}

/*
.container.carocontain * {
  font-family: 'Orbitron';
}
*/

.img.caroimg {
  border-radius: 24px 12px 0px 12px;
  margin: auto 16px;
  object-fit: contain;
  transition: transform 300ms;
  /*box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
              0px 6px 10px 0px rgba(0, 0, 0, 0.14),
              0px 1px 18px 0px rgba(0, 0, 0, 0.12);*/
  opacity: 1.0;
  height: 460px;
  max-height: 460px;
  width: auto;
}


@media only screen and (max-width: 1200px) {
  
  .img.caroimg {
    height: 320px;
    max-height: 320px;
  }

}

@media only screen and (max-width: 600px) {
  
  .img.caroimg {
    height: 260px;
    max-height: 260px;
  }

}

.img.caroimg:hover {
  /*transform: scale(1.1);
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2),
              0px 12px 17px 2px rgba(0, 0, 0, 0.14),
              0px 5px 22px 4px rgba(0, 0, 0, 0.12);*/
  opacity: 1.0;
}

.item.caroitm {
  height: 100%;
  width: 100%;
}

.slide.carosli {
  position: absolute;
  height: 100%;
  width: 100%;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transform-style: preserve-3d;
  transition: transform 500ms;
}

.slideContainer.caroslicontain {
  height: 100%;
  width: 90%;
  max-width: 1000px;
  margin: 0px auto;
  display: flex;
  align-items: center;
  perspective: 8000px;
}

@media only screen and (max-width: 1200px) {
    
  .slideContainer.caroslicontain {
    perspective: 5000px;
  }
  
}

@media only screen and (max-width: 600px) {
    
  .slideContainer.caroslicontain {
    perspective: 1500px;
  }
  
}


.text.carotxt {
  padding: 20px 5px 0px 15px;
  transition: opacity 1s;
  margin: 0px auto;
}

.title.carottl {
  font-size: 1.5rem;
  color: white;
  line-height: 1.5rem;
  font-weight: 500;
  margin: 0px 0px 10px 0px;
}

.year.caroyr {
  font-size: 1rem;
  color: white;
  opacity: 0.9;
  font-weight: 400;
  margin: 0px;
}

@media only screen and (max-width: 1200px) {

  .title.carottl {
    font-size: 1rem;
    color: white;
    line-height: 1.2rem;
    margin: 0px 0px 5px 0px;
  }

  .year.caroyr {
    font-size: .6rem;
    color: white;
    opacity: 0.9;
  }
  
}

@media (min-width: 640px) {
  .htb.caro {
    padding-bottom: 6rem;
  }
}

@media (min-width: 960px) {
  .htb.caro {
    padding-top: 7rem;
    padding-bottom: 8rem;
  }
}

@media (min-width: 2060px) {
  .htb.caro {
    padding-top: 9rem;
    padding-bottom: 10rem;
  }
}

@media (min-width: 2460px) {
  .htb.caro {
    padding-top: 11rem;
    padding-bottom: 12rem;
  }
}

@media (min-width: 2960px) {
  .htb.caro {
    padding-top: 12rem;
    padding-bottom: 13rem;
  }
}

section.tokenomikz {
  margin-top: -2px;
}

@media (min-width: 640px) {
  section.tokenomikz {
    margin-top: -20px;
  }
}

@media (min-width: 960px) {
  section.tokenomikz {
    margin-top: -40px;
  }
}



