/* 3d */

.tiny{
  font-size: 50%
}
@media screen and (max-width: 800px) {
  .tiny{
    font-size: 30%
  }
}

.title3dcategories{
  font-size: 200%
}
.title3dcategories2{
  font-size: 300%
}

#newslist{
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.img-holdernews {
  flex-grow:1;
  margin: .3rem;
  /* overflow: hidden; */
}
.img-holdernews img {
  display: block;
  width: 100%;
  height: 35rem;
  object-fit: cover;
  transition-duration: 100ms;
  border : 2px solid white;
}
.img-holdernews img:hover {
  transform: translate(-15px, -10px);
  transition: 150ms;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  box-shadow: 15px 10px white;
}


#intro3d {
  position: relative;
  width: 25px;
  height: 25px;
  top: 0px;
  left: 3%;
  transition-duration: 400ms;
}
#intro3d img {
  width: 180px;
  opacity: 0.2;
  transition-duration: 200ms;
}
#intro3d img:hover {
  width: 200px;
  opacity: 0.5;
  transition-duration: 400ms;
}

.border{
  border : 2px solid white;
}

.menudisplate{
  display: flex;
  justify-content: space-around;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.menus{
  display: flex;
  justify-content: space-around;
  width: 100%;
  overflow: visible;
}

.pliable{
  cursor: url("../cur/pix1.png"), default;
  width: 230px;
  height: 540px;
  margin: 0px;
  padding: 0px;
  transition:0.3s;
  filter: grayscale(0.2);
  opacity: 0.9;
  overflow: hidden;
}


input:hover ~ .pliable {
  width:500px;
  filter: grayscale(0);
  opacity: 1;
}
.undisplay{
  display: none;
}




@media screen and (max-width: 1985px) {
  .menus{
    display: flex;
    justify-content: space-around;
    width: 100%;
  }

  .pliable{
    cursor: url("../cur/pix1.png"), default;
    width: 220px;
    margin: 0px;
    padding: 0px;
    transition:0.3s;
    filter: grayscale(0.2);
    opacity: 0.9;
  }

  input:hover ~ .pliable {
    width:300px;
    filter: grayscale(0);
    opacity: 1;
  }
}




@media screen and (max-width: 1390px) {
  #header{
    display: none;
  }
}


@media screen and (max-width: 1700px) {
  .pliable{
    width: 280px;
  }

  input:hover ~ .pliable {
    width: 300px;
  }
}


@media screen and (max-width: 1086px) {
  .menus{
    display: flex;
    flex-wrap: wrap;
  }
}




input{display:none;}


.card {
  background: url("../img/displate/displate1.jpg") no-repeat;
  background-size: cover;
  max-width: 250px;
  margin: auto;
  height: 300px;
  padding: 55px;
  position: relative;
  color: #fff;
  transition: transform 0.1s ease;
  transform-style: preserve-3d;
  will-change: transform;
  border : 2px solid white;
}

.card2 {
  background: url("../img/displate/displate2.jpg") no-repeat;
  background-size: cover;
  max-width: 250px;
  margin: auto;
  height: 300px;
  padding: 55px;
  position: relative;
  color: #fff;
  transition: transform 0.1s ease;
  transform-style: preserve-3d;
  will-change: transform;
  border : 2px solid white;
}

.card3 {
  background: url("../img/displate/displate3.jpg") no-repeat;
  background-size: cover;
  max-width: 250px;
  margin: auto;
  height: 300px;
  padding: 55px;
  position: relative;
  color: #fff;
  transition: transform 0.1s ease;
  transform-style: preserve-3d;
  will-change: transform;
  border : 2px solid white;
}

.card4 {
  background: url("../img/displate/displate4.jpg") no-repeat;
  background-size: cover;
  max-width: 250px;
  margin: auto;
  height: 300px;
  padding: 55px;
  position: relative;
  color: #fff;
  transition: transform 0.1s ease;
  transform-style: preserve-3d;
  will-change: transform;
  border : 2px solid white;
}

.card5 {
  background: url("../img/displate/displate5.jpg") no-repeat;
  background-size: cover;
  max-width: 250px;
  margin: auto;
  height: 300px;
  padding: 55px;
  position: relative;
  color: #fff;
  transition: transform 0.1s ease;
  transform-style: preserve-3d;
  will-change: transform;
  border : 2px solid white;
}

.card h1, .card2 h1, .card3 h1, .card4 h1, .card5 h1 {
  font-size: 120%;
  margin-top: 250px;
}

#sticky{
  position: sticky;
}

#reel-container {
  box-sizing: content-box;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 30%;
  margin: 0 0 7px 0;
}

#reel {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.containershuffle {
  max-width: 1328px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.container {
  max-width: 1328px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  border : 2px solid white;
}

.img-holder {
  flex-grow:1;
  margin: 0.1rem;
  overflow: hidden;
}

.img-holder img {
  display: block;
  min-width: 100%;
  height: 30rem;
  object-fit: cover;
  transition-duration: 100ms;
}

.img-holder img:hover {
  transform: scale(1.1);
}

.img-holder2 {
  flex-grow:1;
  margin: 1.0rem;
  overflow: hidden;
}
.img-holder2 img {
  display: block;
  min-width: 100%;
  height: 100rem;
  object-fit: cover;
  transition-duration: 400ms;
}

.img-holder2 img:hover {
  transform: scale(1.05);
}


.img-holdermusic {
  flex-grow:1;
  margin: 3rem;
  overflow: visible;
}
.img-holdermusic img {
  position: relative;
  min-width: 100%;
  height: 33rem;
  object-fit: cover;
  left: 205px;
  transition-duration: 400ms;
}

.img-holdermusic img:hover {
  transform: translateX(-80px);
}

.img-holdermusic2 {
  flex-grow:1;
  margin: 3rem;
  overflow: visible;
  z-index: -5;
}
.img-holdermusic2 img {
  position: relative;
  top: 0px;
  left: -325px;
  min-width: 80%;
  height: 33rem;
  object-fit: cover;
}

@media screen and (max-width: 1270px) {
  .img-holdermusic {
    margin: 3rem;
  }
  .img-holdermusic img {
    min-width: 100%;
    height: 33rem;
    left: 205px;
    transition-duration: 400ms;
  }

  .img-holdermusic2 {
    margin: 3rem;
  }
  .img-holdermusic2 img {
    position: relative;
    top: 30px;
    left: -325px;
    min-width: 100%;
    height: 28rem;
    object-fit: cover;
  }
}

@media screen and (max-width: 1190px) {
  .img-holdermusic {
    margin: 1.7rem;
  }
  .img-holdermusic img {
    min-width: 100%;
    height: 33rem;
    left: 205px;
    transition-duration: 400ms;
  }

  .img-holdermusic2 {
    margin: 2rem;
  }
  .img-holdermusic2 img {
    position: relative;
    top: 30px;
    left: -260px;
    min-width: 100%;
    height: 28rem;
    object-fit: cover;
  }
}

@media screen and (max-width: 1120px) {
  .img-holdermusic {
    margin: 1rem;
  }
  .img-holdermusic img {
    min-width: 100%;
    height: 24rem;
    left: 205px;
    transition-duration: 400ms;
  }

  .img-holdermusic2 {
    margin: 1rem;
  }
  .img-holdermusic2 img {
    position: relative;
    top: 30px;
    left: -220px;
    min-width: 65%;
    height: 20rem;
    object-fit: cover;
  }
}

@media screen and (max-width: 800px ) {
  .img-holdermusic {
    margin: 0.5rem;
  }
  .img-holdermusic img {
    min-width: 100%;
    height: 16rem;
    left: 205px;
    transition-duration: 400ms;
  }

  .img-holdermusic2 {
    margin: 1rem;
  }
  .img-holdermusic2 img {
    position: relative;
    top: 1px;
    left: -80px;
    min-width: 60%;
    height: 15rem;
    object-fit: cover;
  }
}

@media screen and (max-width: 565px ) {
  .img-holdermusic {
    margin: 0.5rem;
  }
  .img-holdermusic img {
    min-width: 100%;
    height: 16rem;
    left: 50px;
    transition-duration: 400ms;
  }

  .img-holdermusic2 {
    display: none;
  }
  .img-holdermusic2 img {
    display: none;
  }
}

@media screen and (max-width: 350px ) {
  .img-holdermusic {
    margin: 0.5rem;
  }
  .img-holdermusic img {
    min-width: 100%;
    height: 10rem;
    left: 20px;
    transition-duration: 400ms;
  }

  .img-holdermusic2 {
    display: none;
  }
  .img-holdermusic2 img {
    display: none;
  }
}




.img-holder4 {
  flex-grow:1;
  background: #fff;
  margin: .0rem;
  overflow: hidden;
}

model-viewer{
  display: block;
  min-width: 80%;
  height: 60rem;
  object-fit: cover;
  transition-duration: 400ms;
  z-index: 200;
  transform: translateY(-400px);
}

/* model-viewer #lazy-load-poster {
position: absolute;
left: 40%;
right: 0;
top: 0;
bottom: 40%;
width: 20%;
background-image: url("../assets/ring2.png");
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
model-viewer #button-load {
background-repeat: no-repeat;
background-size: 24px 24px;
background-position: 6% 50%;
background-color: #000;
color: white;
cursor: pointer;
display: inline-block;
padding: 10px 18px 9px 40px;
font-weight: 500;
position: absolute;
left: 50%;
top: 30%;
transform: translate3d(-50%, -50%, 0);
z-index: 100;
} */


.img-holder4 img {
  display: block;
  min-width: 100%;
  height: 75rem;
  object-fit: cover;
  transition-duration: 400ms;
  border : 2px solid white;
}

.img-holder4 img:hover {
  /* height: 104rem; */
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .9;
  }
  100% {
    opacity: 1;
  }
}


.info {
  font-size: 2.5em;
  padding: 2px;
  color: #eee;
}

.infocollec {
  font-size: 2.5em;
  padding: 2px;
  color: #eee;
  transition-duration: 400ms;
}

@media screen and (max-width: 600px) {
  .infocollec {
    font-size: 1.8em;
    padding: 2px;
    color: #eee;
    transition-duration: 400ms;
  }
}
@media screen and (max-width: 410px) {
  .infocollec {
    font-size: 1.2em;
    padding: 0.4px;
    color: #eee;
    transition-duration: 400ms;
  }
}
@media screen and (max-width: 260px) {
  .infocollec {
    font-size: 0.8em;
    padding: 0px;
    color: #eee;
    transition-duration: 400ms;
  }
}


.small {
  font-size: 0.8em;
  color: var(--text-color);
}

.smallcollec {
  font-size: 0.8em;
  color: var(--text-color);
  transition-duration: 400ms;
}
@media screen and (max-width: 600px) {
  .smallcollec {
    font-size: 0.6em;
    padding: 0px;
    color: #eee;
    transition-duration: 400ms;
  }
}
@media screen and (max-width: 410px) {
  .smallcollec {
    font-size: 0.48em;
    color: #eee;
    transition-duration: 400ms;
  }
}
@media screen and (max-width: 260px) {
  .smallcollec {
    font-size: 0.3em;
    color: #eee;
    transition-duration: 400ms;
  }
}


.rando {
  font-size: 0.8em;
  border: 1px solid;
  border-color: transparent transparent transparent transparent ;
}



@media screen and (max-width: 1800px) {
  .none{
    display: none;
  }

  .img-holder4 img {
    display: block;
    min-width: 100%;
    height: 70rem;
    object-fit: cover;
    transition-duration: 400ms;
  }
}

@media screen and (max-width: 1126px) {
  .none2{
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .img-holder4 img {
    display: block;
    min-width: 100%;
    height: 35rem;
    object-fit: cover;
    transition-duration: 400ms;
  }
}

@media screen and (max-width: 450px) {
  .img-holder4 img {
    display: block;
    min-width: 100%;
    height: 21rem;
    object-fit: cover;
    transition-duration: 400ms;
  }
}
