/* Global Styles */
body{
  font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  background-color: var(--primary-color);

}
a{
    text-decoration-line:none;
}
.center-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-section{
  margin-top: 2rem;
}
.my-custom{
  background-color:var(--custom-color-transparent)!important;
  color:var(--bs-card-title-color-xs);
}
.my-custom-1{
  background-color:var(--custom-color-1-transparent)!important;
  color:var(--bs-card-title-color-xs);
}
.my-custom-2{
  background-color:var(--custom-color-2-transparent)!important;
  color:var(--bs-card-title-color-xs);
}
.my-custom-3{
  background-color:var(--custom-color-3-transparent)!important;
  color:var(--bs-card-title-color-xs);
}
.my-custom-4{
  background-color:var(--custom-color-4-transparent)!important;
  color:var(--bs-card-title-color-xs);
}
.my-custom-6{
  background-color:var(--custom-color-6-transparent)!important;
  color:var(--bs-card-title-color-xs);
}
.quantities-main-box.my-coustom{
  border: 0.2rem solid var(--coustom-color)!important;
}

.quantities-main-box.my-coustom-1{
  border: 0.2rem solid var(--coustom-color-1)!important;
}

.quantities-main-box.my-coustom-2{
  border: 0.2rem solid var(--coustom-color-2)!important;
}

.quantities-main-box.my-coustom-3{
  border: 0.2rem solid var(--coustom-color-3)!important;
}

.quantities-main-box.my-coustom-4{
  border: 0.2rem solid var(--coustom-color-4)!important;
}

.quantities-main-box.my-coustom-5{
  border: 0.2rem solid var(--coustom-color-5)!important;
}

.quantities-main-box.my-coustom-6{
  border: 0.2rem solid var(--coustom-color-6)!important;
}


/* Upgrade  box*/
.Upgrade-btn {
    background-color: var(--main-color-transparent) !important;
    border: 0.1rem var(--main-color) solid !important;
    color:var(--main-text);
}
.Upgrade-btn.animated{
    transition: all 0.25s;
    padding:1.8rem!important;
}
.Upgrade-btn.animated:hover {
  min-height: 5.3rem;
  transform: scale(1.1) rotate(-3.5deg);
}
.Upgrade-swal-popup .swal2-html-container {
    min-height: 14rem !important;
    overflow: visible !important;
    padding-top: 1rem;
}
.select-upgrade-btn {
    transition: all 0.3s ease;
}

.select-upgrade-btn:hover {
    border-color: var(--main-color) !important;
    color: var(--main-color) !important;
    background: var(--main-color-transparent) !important;
}
/* Upgrade */

.bg-main{
  background-color: var(--main-color)!important;
}
.bg-primary{
  background-color: var(--primary-color)!important;
}
.bg-secoundry{
  background-color: var(--secoundry-color)!important;
}

.text-primary{
  color: var(--text-color)!important;
}
.text-main{
  color: var(--main-color)!important;
}
.text-info,.text-note{
  color: var(--note-color)!important;
}
.text-danger{
    color: var(--danger-color)!important;
}
.tm-input{
  font-size: large;
  text-align: center;
  font-weight: 700;
  border-radius: 0.2rem;
  background-color: var(--primary-color);
  border: 0.3rem solid var(--secoundry-color);
  color: var(--text-color);
  outline: none;
}
.w-95{
    width:95%!important;
}
li strong{
color:var(--text-color);
}

/* Cart side popup*/
.border-main{
    border-color:var(--main-color);
}
.cart-profile-cart{
    max-width: 540px;
    max-height:5rem;
    overflow:hidden;
}
.main-radius{
    border-radius:0.2rem!important;
}
.switch-position-bs{
    display:flex;
    justify-content:center;
}
/*Main card section*/
.main-card-display{
  width: 95%;
}
.main-card{
  height: 100%;
  background-color: var(--secoundry-color);
  border-radius: 0.2rem;
  overflow: hidden;
}
  .main-card-display{
      display: grid;
      height: 60%;
      max-height: 100%;
      
  }
  .main-card.head,.main-card.footer .head{
      width: 100%;
      min-height: 7rem;
  }
  .main-card.head .title,.main-card.footer .title{
      font-size:1.2rem;
      color: var(--text-color);
      font-weight: 700;
      padding-left: 1rem;
      padding-top: 0.5rem;
      
  }
  .main-card.head .description,.main-card.footer .description{
    font-size:1rem;
    color: var(--note-color);
    font-weight: 200;
    padding-left: 1rem;
}


.monthly-goal .card,.monthly-goal .card .card-footer{
  background-color: var(--secoundry-color);
  color: var(--text-color);
  border-right: 0rem;
  border: none;
}
.monthly-goal .progress{
  border-radius: 0.2rem;
}
.monthly-goal .progress-bar{
  background-color: var(--main-color);
}
.monthly-goal .card .card-title{
  font-weight: 450;
}
.monthly-goal .card-body{
  width: 16.5rem;
}
.dropend .top-list{
  width: 85%!important;
}
.main-card.body{
  width: 100%;
  margin-top: 0.3rem;
  margin-bottom:0.3rem;
}
.main-card.footer{
  width: 100%;
  margin-top: 0.3rem;
}


.links-navbar{
  position: absolute;
  top: 22.4rem;

  width: 100%;
  height: 3rem;
  margin-top: 2rem;
  background-color: var(--primary-color);
  z-index: 1000;
}

.swal2-popup {
  background-color: var(--primary-color);
  color: var(--text-color);
}

/* Hero Section Styles */
.hero-section::before,
.hero-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 27rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(var(--image-blur-effect));
  z-index: -1;
}

.hero-section,
.hero-image {
  width: 100%;
  height: 27rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 11rem;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--main-color);
}

.hero-text .IpIs {
  color: var(--ip-text-color);
}
.homepage-cards{
  z-index: 1;

}
/* Navbar Styles */
.navbar-brand {
  width: var(--Logo-image-size-xl);
}

.navbar .container-fluid {
  margin: 0% 7%;
}

/* Buttons Styles */

.custom-btn {
  display: inline-block;
  border-radius: 0.2rem;
  background-color: var(--primary-color);
  border: 2px solid var(--primary-color);
  color: var(--text-color);
  text-align: center;
  font-size: 17px;
  width: 150px;
  transition: all 0.2s;
  cursor: pointer;
  margin: 5px;
}
.custom-btn.md{
  padding: 7.5px;
}

.custom-btn.xl{
  padding: 15px;
}

.custom-btn.login-btn:hover {
  background-color: transparent;
}

.custom-btn .text {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.2s;
}
.custom-btn.currency-btn {
  position: relative;
}
.custom-btn.currency-btn .text {
  position: relative;
  font-weight: 700;
}
.custom-btn.currency-btn .text .currency-icon {
  position: relative;
  top: 0rem;
  opacity: 1;
  transition: top 0.15s ease-in-out, opacity 0.15s ease-in-out;
}
.custom-btn.currency-btn .text .dropdown-icon svg{
  width: 1.2rem;
  height: 1.2rem;
}
.custom-btn.currency-btn .text .dropdown-icon {
  position: absolute;
  left: 0rem;
  top: -1rem;
  opacity: 0;
  padding-left: 0.2rem;
  transition: top 0.15s ease-in-out, opacity 0.15s ease-in-out;
}
.custom-btn.currency-btn:hover .text .currency-icon {
  top: 1rem;
  opacity: 0;
}

.custom-btn.currency-btn:hover .text .dropdown-icon {
  opacity: 1;
  top: 0rem;
}
.custom-btn.currency-btn:hover .text:after {
  opacity: 1;
  right: 0;
}

.currency a:hover{
  background-color:var(--secoundry-color)!important;
  color: var(--text-color)!important;
}
.currency .dropdown-item.active{
  background-color:var(--secoundry-color)!important;
  color: var(--text-color)!important;
}
.custom-btn.giftcard-check {
  box-shadow: var(--secoundry-color) 0.2rem  0.2rem 0rem;
}

.custom-btn.giftcard-check:hover {
  box-shadow: var(--primary-color) 0.3rem  0.3rem 0rem;
  background-color: var(--secoundry-color)!important;
}
.dropdown-menu{
    position: absolute;
    left: -5px;
    max-height:15rem;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index:10000;
}
.dropdown-menu::-webkit-scrollbar {
    width: 0.3rem;
    max-height:4rem;
}
.dropdown-menu::-webkit-scrollbar-thumb {
    background-color: var(--secoundry-color);
    border-radius: 0.2rem;
}
.dropdown-menu::-webkit-scrollbar-track {
    background-color: var(--primary-color);
}

/* Hero Cards Styles */
.hero-cards {
  position: absolute;
  width: 100%;
  top:16rem;
  z-index: 1;
}

.hero-cards .Play-btn {
  position: relative;
  top: 2rem;
}

.server-status-cards {
  width: 20rem;
}

.discord-status-card,
.server-status-card {
  background-color: var(--primary-color);
  color: var(--main-color);
  width: 20rem;
  
}

.server-status-card .card-title,
.discord-status-card .card-title {
  color: var(--text-color);
}

.server-status,
.discord-status {
  color: var(--main-color);
}

.card-animation {
  animation: PushUps 1.5s infinite forwards;
  
}

.hero-cards .server-status-card {
  border:none;
}

.hero-cards .discord-status-card {
  border:none;
}

.links-navbar .navbar,.links-navbar .nav-link{
  background-color: var(--primary-color);
  color: var(--text-color);
}

/* Media Queries */

@media only screen and (max-width: 1040px) {
  .navbar .container-fluid {
    margin: 0%;
  }

  .hero-cards .discord-status-card,
  .hero-cards .server-status-card {
    display: none;
  }
  
}
@media only screen and (max-width: 549px) {
  .navbar-brand {
    width:  var(--Logo-image-size-sm);
    
  }
}
@media only screen and (max-width: 425px) {
  .hero-text{
    top: 13rem;
  }
  .custom-btn.xl {
    width: 100%;
    padding: 0.5rem 2rem;
  }
  .nav-item.link-DS{
    display: none;
  }
  .nav-item.link-SM{
    display: none;
  }
}

    .Play-btn {
        position: relative;
        padding: 10px 25px;
        background-color: var(--primary-color);
        font-size: 17px;
        font-weight: 500;
        color: var(--text-color);
        border: 3px solid var(--main-color);
        border-radius: 0.2rem;
        box-shadow: 0 0 0;
        transition: all 0.3s ease-in-out;
        text-align: center;
        cursor: pointer;
    }

    .star-1 {
        position: absolute;
        top: 20%;
        left: 20%;
        width: 25px;
        height: auto;
        filter: drop-shadow(0 0 0 var(--main-color));
        z-index: -5;
        transition: all 1s cubic-bezier(0.05, 0.83, 0.43, 0.96);
    }

    .star-2 {
        position: absolute;
        top: 45%;
        left: 45%;
        width: 15px;
        height: auto;
        filter: drop-shadow(0 0 0 var(--main-color));
        z-index: -5;
        transition: all 1s cubic-bezier(0, 0.4, 0, 1.01);
    }

    .star-3 {
        position: absolute;
        top: 40%;
        left: 40%;
        width: 5px;
        height: auto;
        filter: drop-shadow(0 0 0 var(--main-color));
        z-index: -5;
        transition: all 1s cubic-bezier(0, 0.4, 0, 1.01);
    }

    .star-4 {
        position: absolute;
        top: 20%;
        left: 40%;
        width: 8px;
        height: auto;
        filter: drop-shadow(0 0 0 var(--main-color));
        z-index: -5;
        transition: all 0.8s cubic-bezier(0, 0.4, 0, 1.01);
    }

    .star-5 {
        position: absolute;
        top: 25%;
        left: 45%;
        width: 15px;
        height: auto;
        filter: drop-shadow(0 0 0 var(--main-color));
        z-index: -5;
        transition: all 0.6s cubic-bezier(0, 0.4, 0, 1.01);
    }

    .star-6 {
        position: absolute;
        top: 5%;
        left: 50%;
        width: 5px;
        height: auto;
        filter: drop-shadow(0 0 0 var(--main-color));
        z-index: -5;
        transition: all 0.8s ease;
    }

        .Play-btn:hover {
        background: transparent;
        color: var(--text-color);
        box-shadow: 0 0 25px var(--main-color);
        border-color: var(--main-color);
        }

        .Play-btn:hover .star-1 {
        position: absolute;
        top: -80%;
        left: -30%;
        width: 25px;
        height: auto;
        filter: drop-shadow(0 0 10px var(--main-color));
        z-index: 2;
        }

        .Play-btn:hover .star-2 {
        position: absolute;
        top: -25%;
        left: 10%;
        width: 15px;
        height: auto;
        filter: drop-shadow(0 0 10px var(--main-color));
        z-index: 2;
        }

        .Play-btn:hover .star-3 {
        position: absolute;
        top: 55%;
        left: 25%;
        width: 5px;
        height: auto;
        filter: drop-shadow(0 0 10px var(--main-color));
        z-index: 2;
        }

        .Play-btn:hover .star-4 {
        position: absolute;
        top: 30%;
        left: 80%;
        width: 8px;
        height: auto;
        filter: drop-shadow(0 0 10px var(--main-color));
        z-index: 2;
        }

        .Play-btn:hover .star-5 {
        position: absolute;
        top: 25%;
        left: 115%;
        width: 15px;
        height: auto;
        filter: drop-shadow(0 0 10px var(--main-color));
        z-index: 2;
        }

        .Play-btn:hover .star-6 {
        position: absolute;
        top: 5%;
        left: 60%;
        width: 5px;
        height: auto;
        filter: drop-shadow(0 0 10px var(--main-color));
        z-index: 2;
        }

        .fil0 {
        fill: var(--main-color);
        }

        






















        /* Left card */
        /* Left card */

    /* Center the main card & left card */
    .main-content{    
      z-index: 1000;
      margin: 0% 7%;
  }
  .main-content .container-fluid {
      display: flex;
      flex-direction: row;
      justify-content: center;
      gap: 5rem;
  }

  /*left card (for login card & ranks / kits .etc)*/
  .left-card   {
      background-color: var(--primary-color);
  }


  /* login card */
  .col.login-col,.login-col{
      min-width: 16.5rem;
      height: 7rem;
      overflow: hidden;
  }
  .login-col .card{
      background-color: var(--secoundry-color);
      color: var(--main-color);
  }

  .SideBar-form{
    width: 17rem;
  }

  /*Links card (under login card) / the dropdown on mobile*/
  .links-list .mobile-dropdown .link,.links-list .mobile-dropdown .sm-link{
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.2rem;
      font-weight: 750;
      color: var(--text-color);
      z-index: 10;
      background-color: var(--secoundry-color);
      border-radius: 0.2rem;
      border-left: 0.4rem solid var(--note-color);
      border-bottom: 0.4rem solid var(--primary-color);
  }
  .links-list .sm-link,.links-list .link{
      text-underline-offset: 0;
      text-decoration:none;
      padding: 0.5rem;
      margin: 0.3rem 0rem ;
  }
  .links-list .mobile-dropdown .link{
      width: 100%;
      height: 4.4rem;    
  }
  .links-list .mobile-dropdown .sm-link{
      width: 50%;
      font-size: 1.1rem;
  }

  .links-list .link.active,.links-list .sm-link.active {
      background-color: var(--main-color);
      color: var(--text-color);
      border-left: 0.4rem solid var(--main-color-transparent);
      border-bottom: 0.4rem solid var(--main-color-transparent);
  }
  
  .links-list .link button{
      width: 100%;
      height: 100%;
      background-color: transparent;
      border: none;
      margin-bottom: 1.3rem;
  }
  .links-list .link button:active{
      background-color: var(--secoundry-color);
  }
  .links-list .dropdown .bi{
      color: var(--note-color);
      font-size: 2.5rem;
  }

  .mobile-dropdown{
      background-color: transparent;
  }
  .mobile-dropdown .dropdown{
      display: none!important;
  }

  /* Drop end (on link list)  */
  .dropend-link{
      position: relative;
  }
  .dropend-link:hover{
      cursor: pointer;
  }
  .dropend:hover{
      cursor:auto;
  }
  .links-list .dropend{
      display: none;
  }
  .dropend-link:hover .dropend{
      position: absolute;
      top: -50%;
      transform:translate(0,-50%1);
      left: 100%;
      display: flex;
      flex-wrap: nowrap;
      flex-direction: column;
      justify-content: center;
      background-color: var(--secoundry-color);
      width:100%;
      z-index: 10000;
  }
  .dropend .top-list .title-border {
      border-bottom: 0.5rem var(--primary-color) solid;
  }
  .dropend .top-list .title {
      width: 65%;
      gap: 1rem   ;
      font-size: 100%;
      font-weight: 700;
      color: var(--text-color);
      background-color: var(--primary-color);
  }
  .dropend-link:hover .col{
      padding-left:1.5rem;
  }


  .center-4lists {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
  }

  /* Top players List styles & top forms */
  .top-lists,.top-forms {
      width: 100%;
      background-color: transparent;
  }

  .top-list,.top-form {
      width: 100%;
  }

  .top-list .title-border,.top-form .title-border{
      border-bottom: 0.5rem var(--main-color) solid;
  }
  .top-list .title-border{
    margin-bottom: 1rem;
  }

  .top-list .title,.top-form .title{
      padding:0rem 0.5rem;
      min-width: 50%;
      max-width: 85%;
      font-size: 100%;
      font-weight: 700;
      color: var(--primary-color);
      background-color: var(--main-color);
  }

  .list {
      display: flex;
      flex-direction: column;
  }
  .sm-list-item{
    width: 20%;
  }
  .sm-list-item img{
    width: 2.5rem;

    margin-bottom: 1rem;
    align-items: center;
    border-radius: 0.2rem;
    border:0.2rem solid var(--iron-border-color);
  }
  .player-tooltip {
    --bs-tooltip-bg: var(--main-color);
    --bs-tooltip-color: var(--secoundry-color);
    font-weight: 650;
  }
  .sm-list{
    flex-direction: row;
    grid-row: 1 2;
  }
  .list-item,.sm-list{
    width: 17rem!important;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    gap: 0.5rem;   
  }
  .list-item.message{
    width: 100%!important;
  }
  .list-item {
    display: flex;
    border-radius: 2rem 0rem 0rem 2rem;
    background-color: var(--secoundry-color);
  }
  .list-item.diamond img{
    border-color: var(--diamond-border-color);
  }
  .list-item img {
      width: 50px; 
      margin-right: 1rem;
      border-radius: 10%;
      border: 0.2rem solid var(--main-color);
  }

  .list-item:hover img  {
      border: 0.1rem solid var(--main-color-transparent);
      transform: scale(110%);
  }

  .player-name {
      text-align: center;
      flex-grow: 1;
      color: var(--text-color);
      font-weight: 600;
  }

  /* Forms */
  .SideBar-form.GiftCode {
    border-radius: 0.2rem;
    background-color: var(--secoundry-color);
  }


  /* Responsive styles */
  .coustom-btn.login-btn{
      background-color:var(--main-color);
      border: none;
      width: 70%;
      padding: 0.2rem 0.3rem;
      color: var(--secoundry-color);
      font-size: 1rem;
      border-radius: 0.2rem;
      font-weight: 700;
      
  }
  .body-img-col{
      width:35%;
  }

  .login-left-card-col {
      position: absolute;
      left: 6rem;
      width: 65%;
  }
    @media only screen and (max-width:1070px) {
        .navbar .container-fluid{
            margin:0% 8%!important;
        }
   }
  @media only screen and (max-width:1000px) {
      .main-content .container-fluid{
          gap: 1rem;
      }
      .left-card{
          width: 45%;
      }
      .left-card .login-btn{
          width: 75%;
      }
      .featured-packages-card{
          width: 80%;
      }
  }
  @media only screen and (max-width:900px) {
      .main-content .container-fluid{
          margin: 0%;
          width: 100%!important;
      }
      .featured-packages-card{
          min-width: 60%;
      }

  }
  @media only screen and (max-width:768px) {
    .main-content{    
      margin: 0% 5%;
    }
    .navbar .container-fluid {
      margin: 0% 5%;
    }


    .main-card-display{
      width: 100%;
    }
    .main-card.head{
      height: 100%;
    }
    
    .list-item img {
          width: 30px;
      }
      .list-item,.sm-list{
        width: 100%!important;
      }

      .main-content{
          display: block;
          justify-content: center;
      }
      .main-content .container-fluid{
          display: block;
          position: relative;

      }
      .featured-packages-card{
          width: 75%;
          min-width: auto;
      }
      .featured-packages-card .card{
          width: 95%;
          max-width: 15rem;

      }
      .left-card{
          display: block;
          width: 100%;
          height: auto;
          
      }
  .mobile-dropdown {
      height: 5rem;
      margin-top: 1rem;
      margin-bottom: 1rem;
  }
  .mobile-dropdown .dropdown {
      display: flex !important;
  }

  .dropdown-showed {
      animation: showit 0.3s forwards;
      overflow: visible!important;
  }

  .dropdown-hidden {
      animation: hideit 0.3s backwards;
      margin-bottom: calc(1rem + 0.5rem * var(--ul-count));
      overflow: hidden!important;
  }
  .dropend-link:hover .dropend{
      position: absolute;
      top: 100%;
      transform:translate(0,-50%1);
      left: 25%;
      display: flex;
      flex-wrap: nowrap;
      flex-direction: column;
      justify-content: center;
      background-color: var(--primary-color);
      width:75%;
      z-index: 10000;
  }
  .dropend-link:hover .col .bi{
      transition: 0.4s;
      transform: rotateZ(90deg);
      padding-left: 0.4rem;
      
  }
  .dropend-link:hover .col{
      padding-left: 0rem;
  }



  @keyframes showit {
      0% {
          height: 5rem;
      }
      100% {
          height: calc(5rem + 5.5rem * var(--ul-count));
      }
  }

  @keyframes hideit {
      0% {
          height: calc(5rem + 5.5rem * var(--ul-count));
      }
      100% {
          height: 5rem;
      }
  }
  .top-lists{
    position:absolute;
    top: 103%;
    z-index: 1000;
    width: 95%;
  }
}
  @media only screen and (max-width:450px) {
    .dropdown-showed .d-flex,.dropdown-showed .d-flex{
      display: block!important;
    }
    .dropdown-showed .w-50{
      width: 100%!important;
    }  
  }
@media only screen and (max-width:385px){
  .col.login-col,.login-col{
      min-width: 5rem;
      height: 7rem;
      overflow: hidden;
  }
  .col.login-col img{
     display:none;
  }
  .login-col .d-flex{
      display:grid!important;
  }
  .login-col .logout-btn,.login-col .login-btn{
      width:85%!important;
  }
  .login-col .cart-btn{
      width:70%!important;
  }
  .login-left-card-col {
      position: absolute;
      left: 0rem;
      height:7rem;
      width: 100%;
      background-color:var(--secoundry-color);
  }
  .login-left-card-col p,.login-left-card-col .fs-6{
     display:none;
  }

}













        /* Login POP UP*/
  
      .login-modal-body {
          background-color: var(--primary-color);
      }
  
      .login-modal-body .form-control {
        border-radius: 0rem 0.2rem 0.2rem 0rem;
          font-size: 19px;
      }
      .login-modal-body img {
        padding: 0.2rem;
        border-radius: 0.2rem 0rem 0rem 0.2rem;
      }
  
      .login-modal-body .form-control:focus {
          border-color: none;
          outline: 0;
          box-shadow: none;
      }
      .btn:focus:not(:focus-visible){
        border-color: none;
        outline: 0;
        box-shadow: none;
      }

      .login-img {
          padding-left: 0.2rem;
      }
  
      .row.d-flex.justify-content-center {
          margin-right: 0;
          margin-left: 0;
      }
  
      .login-header {
          color: var(--text-color);
      }
      
      .login-note{
        color:var(--note-color);
      }
    
    
        /* Category Flex */
        @media (max-width: 1550px){
          .row-cols-xl-3>* {
              width: 33.33%;
          }
        }
        @media (max-width: 1250px){
          .row-cols-xl-3>* {
              width: 100%;
          }
        }