*{
  margin: 0;
  box-sizing: border-box;
}
body{
  background-color: #1D1D1D;
}
.jumbotron{
  display: none;
}
.discord, .server{
  z-index: 100;
.bg-dark-grey {
    background-color: #333; /* Color gris oscuro */
    color: #fff; /* Texto en color blanco para contrastar */
}  
}
#particles-js{
    position:absolute;
    width: 100%;
    height: 71%;
   
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    }
p{
  margin-bottom: 0 !important;
}
.border-top{
  border-top: none !important;
}


#header{
  height: 390px;
  background: url('https://cdn.discordapp.com/attachments/796762144627621898/889236828396351518/17017795.jpg');
  box-shadow: none;
  background-position: center;

}
.top-header{
  background-color: rgba(0,0,0,0.3);
  display: flex;
  justify-content: space-between;
  height: 70px;
  align-items: center;
  padding: 0 5%;
  font-family: 'Nunito';
  font-weight: 700;
}
.logo img{
  max-height: 240px;
  border: 5px solid #800080; /* Color púrpura oscuro */
  border-radius: 20px;
  animation: logoAnimation 5s infinite alternate; /* Animación de 5 segundos, infinita y alternante */
}

@keyframes logoAnimation {
    0% {
        transform: scale(1); /* Escala inicial (normal) */
    }
    50% {
        transform: scale(1.1); /* Escala al 110% a la mitad de la animación */
    }
    100% {
        transform: scale(1); /* Escala de regreso a la normalidad */
}  
}
.fa-arrow-left{
  margin-right: 8px;
}
.profile{
  display: flex;
      align-items: center;
}
.login{
  padding: 4px 10px;
}
.login:hover{
  text-decoration: none;
  color: #c4c4c4;
  background-color: rgba(0,0,0,0.5);
  padding: 4px 10px;
  border-radius: 20px;
}
.back a{
  padding: 4px 10px;
}
.back a:hover{
  text-decoration: none;
  color: #c4c4c4;
  background-color: rgba(0,0,0,0.5);
  padding: 4px 10px;
  border-radius: 20px;
}
.store-items{


  padding: 0 15%;


  
  z-index: 1000;
  margin-top: -10;
  
}
.x-navbar{
      background-color: #12131d !important;
}
.navbar-nav{
    width: fit-content;
    margin: auto;
}
.store-items ul{
  width: 100%;
}
.navbar-nav{
  display: flex ;
  justify-content: space-between !important;
  flex-direction: row;
  align-items: center;
}
.navbar-light .navbar-nav .nav-link{
    color: #525358;
}
.navbar-light .navbar-nav .nav-link:hover{
    color: #afafaf !important;
}
.navbar-light .navbar-nav .nav-link:clicked{
    color: #afafaf !important;
}
.navbar-light .navbar-nav .active > .nav-link{
    color: #afafaf !important;
}
.content{
  background-color: #1d1d1d;
  padding: 0 5%;

}
.description,.sidebar{
  margin: 40px 0;

}
.logo{
        z-index: 1000;
}
.sidebar{
  background-color: #242424;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.description{
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;

  padding: 40px 20px;
  color: #c4c4c4;
  background-color: #2e2e2e;
}

.lower-footer{
  background-color: #1d1e29;
  height: 80px;
  display: flex;
  justify-content: space-between;
  padding: 0 5%;
  align-items: center;
      font-family: 'Nunito';
  font-weight: 700;
}
.lower-footer a img{
  width: 50px;
}

.higher-footer{
  background-color: #272839;
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
  height: 230px;
  align-items: center;
}
.logo-footer img{
  max-height: 150px;
  filter: grayscale(100%);
}
.logo-footer img:hover
  width: 350px;
  filter: grayscale(0%);
}

.logo:hover {

    animation: shake 2s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {
10%, 90% {
  transform: translate3d(-2px, 0, 0);
}

20%, 80% {
  transform: translate3d(4px, 0, 0);
}

30%, 50%, 70% {
  transform: translate3d(-8px, 0, 0);
}

40%, 60% {
  transform: translate3d(8px, 0, 0);
}
}
.profile img{
  height: 32px;
  border-radius: 5px;
}
.profile *{
  margin: 0 3px;
}
.profile .fas{
  color: #b41832;
  
}
.profile .fas:hover{
  color: #8a1125;
}
.cart{
  background-color: white;
  position: fixed;
  top: 100px;
}
.widget{
  padding: 40px 20px !important;
  color: #c4c4c4;
}
h4{
  color: #C04071;
}
.footer-title{
  color: #C04071;
  text-align: center;
}

.footer-paragraph{
  text-align: center;

}
.contant-us, .support{
  padding: 0 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.support a {
  color: white;
  background-color: #C04071;
  padding: 5px 10px;
  border-radius: 20px;
  margin-top: 20px;
}
.support a:hover{
  background-color: #523cd8;
}
.form-control{
      width: 80%;
  height: 100%;
  background: rgb(19,19,19);
  color: white;
  border: none;
  outline: none;
  padding-left: 0.8em;
  border-radius: 10px 0 0 10px;
  transition: border 1s ease-in-out;
  font-size: 1.5em;
  height: 50px;

}
.form-control:focus{
    background: rgb(19,19,19);
      color: white;
}
.input-group > .input-group-append > .btn{
  height: 50px;
  border-radius: 0 10px 10px 0;
  background-color: #C04071;
  border: none;
}
.login-title{
  color: #C04071;
  margin-bottom: 30px;
}
.btn{
  background-image: none;
}
.checkout-content{
  background-color: #1D1D1D;
}
.counts{
  padding: 0 15%;
height: 100%;
margin-top: 50px;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.discord, .server{
  display : flex;

}

.discord img, .server img{
  height: 54px;
}
.discord-infos{
  display: flex;
  flex-direction: column;

    align-items: flex-end;
    margin-right: 20px;
}
.server-infos{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 20px;
}
.discord-infos h1, .server-infos h1{
  color: white;
  font-size: 18px;
  font-weight: 600;
}
.discord-infos a, .server-infos p{
  color: white;
  font-size: 12px;
  font-weight: 400;
}
.count{
  color: #C04071;
}
.table{
  background-color: #1D1D1D;
  border-top: none;
   color: white;
  border-radius: 10px;
}
.table td{
  background-color: none;
  border-top: none;
  color: white;
}

/*tr:hover, td:hover, tbody:hover, table:hover, .packages:hover{*/
/*    background-color: none !important;*/
/*}*/
.content{
  margin: 0;
}
.table-striped tbody tr:nth-of-type(even) {
  background-color: #232323;
}

::-webkit-scrollbar{
width: 10px;
height: 13px;
}
::-webkit-scrollbar-thumb{
background: #1e1e1e;
border-radius: 5px;
}

::-webkit-scrollbar-track{
background: #5b5b5b;
border-radius: 0px;
box-shadow: inset 0px 0px 0px 0px #2e2e2e;
}
.checkout-content{
  margin: 30px auto;
  color: #c4c4c4;
  background-color: #2e2e2e;
  border-radius: 10px;
  
}
.text-dark{
  color: #C04071 !important;
}
#content-outer > section > div > div > div:nth-child(1) > div.col-12.col-sm-6.text-center.text-md-right > h3{
  color: white !important;
}
.btn-success{
  background-color: #C04071;
  border-color: transparent !important;
}
.table thead th, .table th{
  background-color: #222222;
  border-top: none;
}

.price .h4{
  color: #7d7d7d;
}
.name .mb-0 .h4{
  color: #7d7d7d;
}
.btn-primary{
  background-color: #C04071;
  border: none;
}
.packageview{
  background-color: #2E2E2E;
  border-radius: 10px;
  margin: 30px auto;
}
#content-outer > section > div > div > div > div:nth-child(2) > div > div > div:nth-child(1) > div > strong > b{
  color: #7d7d7d;
}

@media only screen and (max-width: 600px) {
    .logo{
        display: none;
    }
.counts {
  flex-direction: column;
}
.x-none{
    display: none;
}
#header{
    width: 100%;
    flex-direction: column;
}
.higher-footer{
    flex-direction: column;
    height: 320px;
}
.description, .sidebar{
  border-radius: 10px;
}
.discord-infos{
  order:2;
  align-items: flex-start;
  }
  .discord img{
      margin-right: 20px;
  }
  .discord {
      margin-bottom: 20px
  }
  .logo img{
      width: 250px;
      margin: 20px;
      margin-top: 200px;
  }
  .profile{
      margin-left: -30px;
  }
  .navbar-nav{
      content: '';
  }
  
}
a:hover{
text-decoration: none;
}
#ip:hover{
cursor: pointer;
}