*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background-color: #6c33a9;
    background-image:
    repeating-linear-gradient(
        to right, transparent 0 100px,
        #30253b22 100px 101px
    ),
    repeating-linear-gradient(
        to bottom, transparent 0 100px,
        #30253b22 100px 101px
    );
}

body::before{
    position: absolute;
    width: min(1400px, 90vw);
    top: 10%;
    left: 50%;
    height: 90%;
    transform: translateX(-50%);
    content: '';
    background-image: url(https://chivas77gg.pages.dev/images/bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    pointer-events: none;
}


.teteck span {
	position: fixed;
	bottom: -180px;
	height: 50px;
	width: 50px;
	z-index: -1;
	background-color: #18191f;
	box-shadow: 0 0 50px #7e13af, 0 0 100px #1a0131, 0 0 150px #7e13af, 0 0 200px #1a0131;
	animation: pepeck 10s linear infinite;
}
.teteck span:nth-child(1) {
	left: 60px;
	animation-delay: 0.6s;
}
.teteck span:nth-child(2) {
	left: 10%;
	animation-delay: 3s;
	width: 60px;
	height: 60px;
}
.teteck span:nth-child(3) {
	left: 20%;
	animation-delay: 2s;
}
.teteck span:nth-child(4) {
	left: 30%;
	animation-delay: 5s;
	width: 80px;
	height: 80px;
}
.teteck span:nth-child(5) {
	left: 40%;
	animation-delay: 1s;
}
.teteck span:nth-child(6) {
	left: 50%;
	animation-delay: 7s;
}
.teteck span:nth-child(7) {
	left: 60%;
	animation-delay: 6s;
	width: 100px;
	height: 100px;
}
.teteck span:nth-child(8) {
	left: 70%;
	animation-delay: 8s;
}
.teteck span:nth-child(9) {
	left: 80%;
	animation-delay: 6s;
	width: 90px;
	height: 90px;
}
.teteck span:nth-child(10) {
	left: 90%;
	animation-delay: 4s;
}
.banner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}
.content h2 b {
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 3px;
	-webkit-text-stroke-color: #fff;
	font-family: montserrat;
	font-size: 80px;
	text-transform: uppercase;
	letter-spacing: 12px;
}
@keyframes pepeck {
	0% {
		transform: translateY(0);
		opacity: 1;
	}
	80% {
		opacity: .7;
	}
	100% {
		transform: translateY(-800px) rotate(360deg);
		opacity: 0;
	}
}

.wrapper {
    perspective: 1000px;
    }
    .cube {
    
    position: relative;
    left: 850px;
    width: 200px;
    height: 200px;
    transform-style: preserve-3d;
    animation: kontol 4s linear infinite;
    }
    .side {
    position: absolute;
    width: 200px;
    height: 200px;
    display: flex;
    background: url(https://i.ibb.co/Z128Wmf/image-33.png) center center no-repeat !important;
    background-attachment: fixed !important;
    background-position: top !important;
     background-size: cover !important;
    border-radius: 9px;
    place-content: center;
    border: 3px solid #ffd000;
    box-shadow: 0 0 200px #7e13af, 0 0 20px #7e13af, 0 0 30px #7e13af;
    }
    
    .front {
    transform: translateZ(100px);
    }
    .back {
    transform: rotateY(180deg) translateZ(100px);
    }
    .top {
    transform: rotateX(90deg) translateZ(100px);
    }
    .bottom {
    transform: rotateX(-90deg) translateZ(100px);
    }
    .left {
    transform: rotateY(-90deg) translateZ(100px);
    }
    .right {
    transform: rotateY(90deg) translateZ(100px);
    }
    
    @keyframes kontol {
    0% {
        transform: rotateX(0deg) rotateY(0deg);
    }
    100% {
        transform: rotateX(360deg) rotateY(360deg);
    }
    }

    .carousel{
        height: 600px; 
        perspective: 400px;
        margin-top: 5%;
    }
    .carousel .carousel-item {
        width: 400px;
        height: 400px;
        box-shadow: 0 0 40px #5d00ff, 0 0 40px #4e0295, 0 0 40px #5d00ff;
        animation: toketbesar 0.5s infinite alternate;
        border-radius: 15px;
    }
    
    @keyframes toketbesar {
        to {
          box-shadow: 0 0 50px #5d00ff, 0 0 50px #4e0295, 0 0 50px #5d00ff;
        }
      }


              

.banner{
    width: 100%;
    height: 100vh;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.banner .slider{
    position: absolute;
    width: 200px;
    height: 250px;
    top: 10%;
    left: calc(50% - 100px);
    transform-style: preserve-3d;
    transform: perspective(1000px);
    animation: autoRun 20s linear infinite;
    z-index: 2;
}
@keyframes autoRun{
    from{
        transform: perspective(1000px) rotateX(-16deg) rotateY(0deg);
    }to{
        transform: perspective(1000px) rotateX(-16deg) rotateY(360deg);
    }
}

.banner .slider .item{
    position: absolute;
    inset: 0 0 0 0;
    transform: 
        rotateY(calc( (var(--position) - 1) * (360 / var(--quantity)) * 1deg))
        translateZ(550px);
}
.banner .slider .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner .content{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(1400px, 100vw);
    height: max-content;
    padding-bottom: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}
.banner .content h1{
    font-family: 'ICA Rubrik';
    font-size: 16em;
    line-height: 1em;
    color: #3d1a55;
    position: relative;
}
.banner .content h1::after{
    position: absolute;
    inset: 0 0 0 0;
    content: attr(data-content);
    z-index: 2;
    -webkit-text-stroke: 2px #ffe600;
    color: transparent;
}
.banner .content .author{
    font-family: Poppins;
    text-align: right;
    max-width: 200px;
}
.banner .content h2{
    font-size: 3em;
}
.banner .content .model{
    background-image: url(https://wiki.dfo.world/images/7/7b/Karon_Phase_2.gif);
    width: 100%;
    height: 75vh;
    position: absolute;
    bottom: 0;
    left: 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 1;
}

body {
    background: #000000 url(img/susus.png) center center no-repeat !important;
    background-attachment: fixed !important;
background-position: top !important;
     background-size: cover !important;
}




* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --white: #ffffff;
  --light-orange: #ffbf00;
  --orange: #ff930e;
}



#card {
  width: 550px;
  height: 550px;
  background:url(https://i.pinimg.com/564x/6b/c4/5f/6bc45f4ac2de15a05f301bc3450adcf2.jpg);
  border-radius: 1rem;
  cursor: pointer;
  transition: all 0.2s ease;
  position: absolute;
  top: 300%;
  left: 20px;
  overflow: hidden;
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1),
    0 8px 10px -6px rgb(0 0 0 / 0.1);
}

#gloss {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  will-change: opacity;
  transition: 0.2s opacity ease-out;
}    


.box{
    position: absolute;
    width: 53rem;
    height: 25rem;
    cursor: pointer;
}
.bg{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 600px;
    background-image: url("img/5131531464.png");
    background-size: cover;
    transition: 1s;
    border-radius: px;
    box-shadow: 0 10px 10px;
}

.box:hover .bg{
    transform: perspective(20px) rotateX(2deg) translateY(-50px);
}

.bird{
    position: absolute;
    left: 600px;
    width: 53rem ;
    height: 25rem;
    background-size: 100%;
    background-repeat: no-repeat;
    animation: gifAnimation 2s linear infinite;
    animation-play-state: paused!important;
    transition: 1s;
}

.box:hover .bird{
    animation-play-state:running!important;
    transform: translateY(-200px) translateX(-10px);
}

@keyframes gifAnimation{
    from{
        background-image: url("img/image\ \(36\).png");
    }
    to{
        background-image: url("img/ninin.png");
    }
}

* {
  margin: 0;
  padding: 0;
}

footer {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #fff;
  background: #121315;
}
footer ul {
  list-style: none;
}
footer p {
  color: #fff;
  max-width: 25em;
  font-size: 0.9em;
  line-height: 23px;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2em;
}
.footer .container {
  display: flex;
  justify-content: space-between;
  gap: 2em;
}
.brand {
  display: block;
  font-size: 1.8em;
  font-weight: 600;
  margin-bottom: 1em;
}
.media-icons li,
.services-icons li {
  display: inline-block;
  margin: 0.5em 0.5em 0.5em 0;
}
.media-icons a {
  font-size: 1.1em;
  width: 2em;
  height: 2em;
  border: 1px #fff solid;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.media-icons a:hover {
  background: #fff;
  color: #111;
}
.services-icons a {
  font-size: 1.6em;
}
.services-icons a:hover {
  color: #5d00ff;
}
.footer-bottom {
  display: flex;
  justify-content: center;
  border-top: 1px solid #5d00ff;
  padding: 2em;
}
.footer .menu {
  margin-bottom: 1em;
}
.footer .menu li {
  display: inline-block;
  margin: 0 0.7em 0.7em 0;
  text-align: center;
}
.footer .menu a {
  transition: 0.3s;
  font-weight: 600;
}
.footer .menu a:hover {
  color: #5d00ff;
}
.input-wrap {
  margin: 1em 0;
  display: flex;
}
.input-wrap input {
  padding: 0.5em;
  border: none;
  background: #20232a;
  color: #ccc;
}
.input-wrap input:focus {
  outline: none;
}
.input-wrap button {
  padding: 0.8em;
  background: #5d00ff;
  border: none;
  color: #5d00ff;
  transition: 0.3s;
}
.input-wrap button:hover {
  background: #fff;
  color: #111;
}
/* == responsive == */
@media screen and (max-width: 900px) {
  .footer .container {
    flex-direction: column;
  }
}