 @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&family=Kalam&display=swap');

 .cards {
     overflow: auto;
     margin-top: 0rem;
     /* overflow-x: hidden; */
     /* min-height: 400px */
 }

 .card {
     background: #3a3a3a;
     background: linear-gradient(to right, rgb(42, 104, 165), rgb(27, 71, 116));
     min-width: 300px;
     height: 380px;
     border-radius: 10px;
     box-shadow: -5px 5px 25px #0000009d;
     padding: 20px;
     border: none;
     transition: all .3s ease-in-out;
     margin: 15px 0px;
     margin-bottom: 50px;
 }

 .card .text-grey {
    color: rgb(255, 255, 255);
    font-weight: 500
}

.card .light-grey {
   margin-left: 1rem;
    color: rgb(255, 255, 255);
    font-weight: 300
}

.card .fs-5 {
    margin-left: 1rem;
    font-size: 1.15rem !important
}

.card a {
    color: #fff;
    text-decoration: none
}

 .card .profile img {
     width: 50px;
     height: 50px;
     box-shadow: 0 5px 15px rgba(255, 255, 255, 0.329);
     object-fit: cover;
     border-radius: 50%
 }

 .card:not(:first-child) {
     margin-left: -8rem
 }

 .cards::-webkit-scrollbar {
     height: 10px
 }

 .cards::-webkit-scrollbar-track {
     background: inherit
 }

 .cards::-webkit-scrollbar-thumb {
     background-color: #3a3a3a;
     background: linear-gradient(to right, rgba(11, 68, 126, 0.9), rgba(1, 47, 92, 0.9));
     border-radius: 10px
 }

 .card:hover,
 .card:focus-within {
     transform: translateY(-1rem) rotateZ(5deg)
 }

 .card:hover~.card,
 .card:focus-within~.card {
     transform: translateX(8rem)
 }

 .mtext {
  color: white;
  opacity: 0.8;
}

 .card .designation {
     display: inline;
     border-radius: 10px;
     padding: 4px 10px;
     border: 1px solid #ddd
 }

#exTab1 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

#exTab2 h3 {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
  border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
}

#exTab3 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}








hr {
    border-top: 1px solid rgba(252, 252, 252, 0.253);
}



/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/

/* Rounded tabs */

@media (min-width: 576px) {
    .rounded-nav {
      border-radius: 50rem !important;
    }
  }

  @media (min-width: 576px) {
    .rounded-nav .nav-link {
      border-radius: 50rem !important;
    }
  }

  /* With arrow tabs */

  .with-arrow .nav-link.active {
    position: relative;
  }

  .with-arrow .nav-link.active::after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #2b90d9;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
  }

  /* lined tabs */

  .lined .nav-link {
    border: none;
    border-bottom: 3px solid transparent;
  }

  .lined .nav-link:hover {
    border: none;
    border-bottom: 3px solid transparent;
  }

  .lined .nav-link.active {
    background: none;
    color: #555;
    border-color: #2b90d9;
  }

  /*
  *
  * ==========================================
  * FOR DEMO PURPOSE
  * ==========================================
  *
  */


  .nav-pills .nav-link {
    color: #555;
  }
  .text-uppercase {
    letter-spacing: 0.1em;
  }



  .card.static:hover,
  .card:focus-within {
      transform: unset
  }
  .training .card-footer{
    background-color: unset !important;
    border-top: 1px solid rgba(255, 255, 255, 0.11);
  }

