.titulo{
    text-align: center;
    font-size: 40px;
}
.banner{
    margin: 20px;
    display: flex;
    flex-direction: row;
    height: 550px;
    justify-content: space-around;
    border-radius: 50px;
}
.banner-text{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 650px;
}
.wave_svg,.bottom_waves{
    display: none;
}
.banner p{
    font-size: 24px;
}
.banner h2{
    white-space: break-spaces;
    overflow: hidden;
}
.image-container, .server-image-banner{
    position: relative;
    height: inherit;
    display: flex;
    align-items: center;
}
.image-container img {
    position: absolute;
    top: 0;
    left: 0;
    clip-path: inset(100px 0);
    transition: 1s ease;
    width: 500px;
}
.server-image-banner img {
        
    transition: 1s ease;
    border-radius: 8px;
    width: 500px;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

.subscribe_button{
    padding: 10px;
    font-size: 20px;
    font-size: 20px;
    gap: 10px;
    border-radius: 10px;
    transition: .3s;
    outline: none;
    height: 50px;
    border: none;
    display: flex;
    margin: auto 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

.subscribe_button:hover > svg{
    animation: ring 1s infinite;
}
.subscribe_button:hover{
    transform: translatex(4px) translateY(-4px);
}
@keyframes ring{
    0%, 99%{
        transform: rotate(0deg);
        fill: goldenrod;
    }
    33%{
        transform: rotate(-20deg);

    }

    66%{
        transform: rotate(20deg);
        
    }
}

.server_links{
    margin-left: 50px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    max-width: 100%;
    
    overflow: hidden;
}
.server_links a{
    display: flex;    
    border-radius: 10px;    
    padding:  5px 20px;
    flex-direction: row;
    align-items: center;
    justify-content: center;    
    text-decoration: none;
    font-size: 20px;
    gap: 10px;
}
.server_links a img{
    width: 50px;
    height: 50px;
    border-radius: 8px;
    object-fit: contain;
}
.image-container img:nth-child(1) {
    top: 12px;
    z-index: 1;
}
.image-container img:nth-child(2) {
    top: 6px;
    z-index: 1;
    transition: .3s ease-out;
    transition: .5s ease;
}
.image-container img:nth-child(3) {
    top: 0px;
    z-index: 2;
}
.image-container img:nth-child(4) {
    top: -6px;
    z-index: 3;
}
.image-container img:nth-child(5) {
    top: -12px;
    z-index: 4;
}
.image-container:hover > img:nth-child(5) {
    top: -96px;
}
.image-container:hover > img:nth-child(4) {
    top: -48px;
}
.image-container:hover > img:nth-child(3) {
    top: -0px;
}
.image-container:hover > img:nth-child(2) {
    top: 48px;
}
.image-container:hover > img:nth-child(1) {
    top: 96px;
}
@keyframes bounce5 {
    0%,10%,100%{
        top: -12px;
   }
    40%,60%{
        top: -96px;
   }
}
@keyframes bounce4 {
    0%,10%,100%{
        top: -6px;
   }
    40%,60%{
        top: -48px;
   }
}
@keyframes bounce3 {
    0%,10%,100%{
        top: 0px;
   }
    40%,60%{
        top: -0px;
   }
}
@keyframes bounce2 {
    0%,10%,100%{
        top: 6px;
   }
    40%,60%{
        top: 48px;
   }
}
@keyframes bounce1 {
    0%,10%,100%{
        top: 12px;
   }
    40%,60%{
        top: 96px;
   }
}
.image-container > img:nth-child(5) {
    animation: bounce5 10s ;
}
.image-container > img:nth-child(4) {
    animation: bounce4 10s;
}
.image-container > img:nth-child(3) {
    animation: bounce3 10s ;
}
.image-container > img:nth-child(2) {
    animation: bounce2 10s ;
}
.image-container > img:nth-child(1) {
    animation: bounce1 10s ;
}
.main_container{
    display: grid;
    grid-template-columns: 3fr 1fr;
    margin-bottom: 20px;
}
.first-container{
    margin: 0 auto;
    margin-top: 20px;
    height: fit-content;
    top: 0;
}
.tags p {
    text-align: center;
}
.publi1{
    margin-top: 20px;
    margin: 20px auto;
    width: 336px;
    height: 280px;
}
.categories{
    max-width: 336px;
    max-height: 380px;
    overflow: scroll;
    padding-bottom: 10px;
    border-radius: 10px;
}
.categories h3{
    text-align: center;
    font-size: 24px;
    padding: 5px;
    margin: 5px 0;
}
.get-form{
    width: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .pagination:last-child{
    margin-top: 20px;
  }
  .pagination{
    position: relative;
    align-self: center;
    justify-self: start;
  }
  .pagination .buttons{
    
    display: flex;
    width: fit-content;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: 0;
    
  }
  .current_page{
    color: black!important;
    background-color: limegreen;
  }
  .buttons p{
    
    font-size: 24px;
    border: none;
    outline: none;
    padding: 8px 16px;
    margin: 0 2px;
    border-radius: 15px;
  }
  .buttons button{
    font-size: 24px;
    background-color: rgba(22, 22, 22, 0.694);
    border: none;
    outline: none;
    padding: 8px 16px;
    margin: 0 5px;
    border-radius: 15px;
  }
  .buttons button:hover{
    background-color: rgba(0, 255, 60, 0.445);
  }


@media (max-width: 1500px) {
    .banner h2{
        font-size: 16px;
    }
    
}

@media (max-width: 1200px) {
    .main_container{
        display: flex;
        flex-direction: column-reverse;
   }
    .first-container{
        justify-content: center;
        align-items: center;
        text-align: center;
        -ms-flex-order: -1;
        margin: 0 auto;
   }
   .banner{
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    height: auto;
   }
   .banner-text h2{
    display: none;
   }
}
@media (max-width: 768px) {
    .search-bar {
        margin: 0 auto;
        flex-direction: column;
   }
   .server-image-banner img {
    max-width: 100%;
   }
   .server_links{
    margin: 0;
    align-items: center;
    justify-content: center;
    
    p{
      margin: 0;  
    }
    a{
        padding: 10px;
        flex-direction: column;
    }
   }

}
@media (max-width: 480px) {
    .publi1{
        margin: 0 auto;
        align-self: center;
        justify-self: center;
        margin: 0;
   }
   .first-container{
    max-width: 100vw;
    overflow: hidden;
   }
    .titulo{
        font-size: 20px;
   }
    .get-form{
        display: block;
   }
   .banner{
    margin: 0;
    border-radius: 0;
    h1{
        margin: 0;
    }
   }

    
}
.cat-tag{
    padding: 2px 10px;
    display: flex;
    margin: 0 10px;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 5px;
    transition: .3s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.cat-tag img{
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 10px;
}
.cat-tag p {
    font-size: 20px;
}
.cat-tag:hover{
    margin: 0 5px;
    margin-bottom: 5px;
}
.edit_sv_button{
    margin: 20px;
    width: fit-content;
    padding: 10px;
    font-size: 24px;
    text-decoration: none;
}
