

h1{
    text-align: center;
    padding: 20px;
}

.gif-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}
.gif-container-small {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}
.gif-card {
    perspective: 1000px;
    width: 100%;
    aspect-ratio: 1;
    cursor: pointer;
}
.gif-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s, scale 0.3s;
    transform-style: preserve-3d;
}
.gif-card:hover .gif-inner {
    scale: 1.1;
}
.gif-card.flipped .gif-inner {
    transform: rotateY(180deg);
}
.gif-front, .gif-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 8px;
    overflow: hidden;
}
.gif-front img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}
.gif-back {
    background-color: #3688ff5f;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transform: rotateY(180deg);
}


.animate {
    justify-self: center;
    font-size: 35px;
    margin-top: 2rem;
    margin-bottom: 1rem;
    text-shadow: -2px 7px 5px rgba(150, 225, 255, 0.477);
    font-weight: bold;
}




.animate span {
    display: inline-block;
}

.animate span:nth-of-type(2) {
    animation-delay: .05s;
}
.animate span:nth-of-type(3) {
    animation-delay: .1s;
}
.animate span:nth-of-type(4) {
    animation-delay: .15s;
}
.animate span:nth-of-type(5) {
    animation-delay: .2s;
}
.animate span:nth-of-type(6) {
    animation-delay: .25s;
}
.animate span:nth-of-type(7) {
    animation-delay: .3s;
}
.animate span:nth-of-type(8) {
    animation-delay: .35s;
}
.animate span:nth-of-type(9) {
    animation-delay: .4s;
}
.animate span:nth-of-type(10) {
    animation-delay: .45s;
}
.animate span:nth-of-type(11) {
    animation-delay: .5s;
}
.animate span:nth-of-type(12) {
    animation-delay: .55s;
}
.animate span:nth-of-type(13) {
    animation-delay: .6s;
}
.animate span:nth-of-type(14) {
    animation-delay: .65s;
}
.animate span:nth-of-type(15) {
    animation-delay: .7s;
}
.animate span:nth-of-type(16) {
    animation-delay: .75s;
}
.animate span:nth-of-type(17) {
    animation-delay: .8s;
}
.animate span:nth-of-type(18) {
    animation-delay: .85s;
}
.animate span:nth-of-type(19) {
    animation-delay: .9s;
}
.animate span:nth-of-type(20) {
    animation-delay: .95s;
}

/* Animation Seven */

.seven span {
    color: #3688ff;
    opacity: 0;
    transform: translate(-150px, 0) scale(.3);
    animation: leftRight 1s forwards;
}
.seven span:hover {
    color: #00ffd5;
    text-shadow: -2px 7px 5px rgb(0, 255, 213);
    transition: all 0.3s ease;
    cursor: pointer;
}

@keyframes leftRight {
    40% {
    transform: translate(50px, 0) scale(.7);
    opacity: 1;
    color: #3688ff;
}
    60% {
    color: #00ffd5;
}
    80% {
    transform: translate(0) scale(2);
    opacity: 0;
}
    100% {
    transform: translate(0) scale(1);
    opacity: 1;
}

.{
    margin: 0;
    padding: : 0;
    box-sizing: border-box;
}
header{
    width: 100%;
    heigth: auto;
    position: relative;
}
video{
    width: 100%;
    heigth: 100%;
    overflow: hidden;
    opacity: 0.6;
}
.absolute{
    width: 100%;
    heigth: 100%;
    top: 0;
    rigth: 0;
    position: absolute;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
h1{
    font-size: 80px;
    font-weight: 900;
    z-index: 100;
    color: background: rgba(0, 0, 0, 0.575);
    margin-bottom: 30px;
    
}
h1::after{
    display: block;
    width: 30%;
    heigth: 10px;
    content: "";
    margin: auto;
    background: white;
}
body {background: url('https://i.ibb.co/C0BFQJv/BGStars.gif')}*{text-align:center}*{cursor:url('https://i.ibb.co/2YBCcwH/Cursor-Sky-FX.png') ,auto}*{text-decoration:none}*{font-size:20px}*{font-family:Century Gothic, sans-serif}*{color:#666666}*{text-shadow:0px 1px 2px #a5a5a5}*,a[href]{color:#ffffff}html{background:5157fc}html{background-size: 100%}#xatstymedia{background:none}span:hover{opacity:1}.xatstynavlink a{background-color:##a5a5a5}*{transition:all 1s ease}#xatstyheader{height:40px}#xatstyheader,td[bgcolor]{background:000000}#xatstyheader,td[bgcolor]{position:absolute}#xatstyheader{top:0}td[bgcolor]{bottom:0}td[bgcolor]{right:0}td[bgcolor]{padding-left:15px}td[bgcolor]{padding-top:15px}#xatstyheader{border-radius:0 0 15px 0}td[bgcolor]{border-radius:32px 0 0 0}#xatstyinfo,#xatstyabout0,#xatstysidead,#xatstywhatpoll,hr{display:none}*{transhition:all 0.3s ease}img{opacity:.8}img:hover{opacity:.9}img:hover{ -webkit-transform: rotate(360deg)}img:hover{-webkit-filter: blur(1px)};}
@media screan and(max-width: 800px){
    h1{
        font-size: 50px;
    }