*{
    margin: 0;
    box-sizing: border-box;
  }
  body{
    background-color: #171717;
  }
  .jumbotron{
    display: none;
  }
  .discord, .server{
    z-index: 100;
  }
  
#gradient {
    background-image:linear-gradient(95deg, #212121, #212121 65%, #ef4546 35%, #ef4546);
    box-shadow: 2px 2px 2px 1px linear-gradient(95deg, #212121, #212121 65%, #ef4546 35%, #ef4546);
}
#gradient_2 {
    background-image:linear-gradient(95deg, #212121, #212121 78%, #474747 22%, #474747);
    box-shadow: 2px 2px 2px 1px linear-gradient(95deg, #212121, #212121 78%, #474747 22%, #474747);
}
#gradient:hover + .bar_profile{
    background-color: black;
}
#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;
  }
  .login-section{
      background-color: #2e2e2e;
      border-radius: 15px;
      
      margin: 50px auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 35px;
      color: white;
  }
  .login-bed{
      display: flex;
      align-items: center;
      margin-top: 10px;
  }
  .login-bed p{
      color: #888;
      margin-right: 15px;
      font-weight: 600;
  }
  .logg{
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-top: 45px;
  }
  .btn-primary {
      background-color: #f04444;   
  }
  .btn-wi{
      margin-top: 5px;
      width: 90%;
  }
  .card{
      box-shadow: 0px 0px 0px white !important;
  }
  input{
      font-size: 17px !important;
  }
  .card-footer{
          display: flex;
      flex-direction: column;
      align-items: center;
  }
  .border-top{
    border-top: none !important;
  }
  .card-footer{
      border: none !important;
  }
  
  .white{
      color: white !important;
  }
  .round{
      border-radius: 5px;
  }
  #header{
    height: 390px;
  
    box-shadow: none;
    background-position: top;
  
  }
  .card-img-top{
      max-width: 250px !important;
  }
  .top-header{
    display: flex;
    justify-content: space-between;
    height: 70px;
    align-items: center;
    padding: 0 5%;
    font-family: 'Nunito';
    font-weight: 700;
  }
  .logo img{
  
      max-height: 300px;
  }
  .fa-arrow-left{
    margin-right: 8px;
  }
  .profile{
    display: flex;
        align-items: center;
        color: white;
  }
  .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;
    color: white;
  }
  .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: #171717;
    padding: 0 5%;
  
  }
  .description,.sidebar{
    margin: 40px 0;
    
  
  }
 
  .sidebar{
    background-color: #212121;
    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: #212121;
  }
  
  .lower-footer{
    background-color: #171717;
    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: #222222;
    padding: 0 5%;
    display: flex;
    justify-content: space-between;
    height: 230px;
    align-items: center;
  }
  .logo-footer{

    filter: grayscale(100%);
  }
  .logo-footer:hover{

    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;
  }
  
  
  .cart{
    background-color: white;
    position: fixed;
    top: 100px;
  }
  .widget{
    color: #c4c4c4;
  }
  h4{
    color: white;
  }
  .footer-title{
    color: #C04071;
    text-align: center;
  }
  
  .footer-paragraph{
    text-align: center;
    color: white;
  
  }
  .contant-us, .support{
    padding: 0 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .support a {
    color: white;
    padding: 5px 10px;
    border-radius: 20px;
    margin-top: 20px;
  }
  
  .form-control{
      
    height: 100%;
    background: rgb(19,19,19);
    color: white;
    border: none;
    outline: none;
    padding-left: 0.8em;
    border-radius: 10px;
    transition: border 1s ease-in-out;
    font-size: 1em;
    height: 50px;
  
  }
  /*.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{
  
    border-radius: 0 10px 10px 0;
  
    border: none;
  }
  .login-title{
    color: #C04071;
    margin-bottom: 0px !important;
  }
  .btn{
    background-image: none;
    background-color: #f04444;
  }
  .checkout-content{
    background-color: #1D1D1D;
  }
  .counts{
    padding: 0 15%;
  height: 100%;
  margin-top: 10px;
    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: #f04444;
    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{

    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) {
     
  .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: 200px;
        margin: 20px;
        
    }
    .profile{
        margin-left: -30px;
    }
    .navbar-nav{
        content: '';
    }
    
  }
  /* The switch - the box around the slider */
  .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  
  }
  label{
      margin-bottom: 0 !important;
  }
  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #bf3232;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: rgba(0,0,0,0.4);
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #1B998B;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #1B998B;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
  
  
  a:hover{
  text-decoration: none;
  }
  #ip:hover{
  cursor: pointer;
  }