/*
 Theme Name: Astra Child
 Theme URI: https://wpastra.com/
 Description: Child theme for Astra.
 Author: Vimal
 Template: astra
 Version: 1.0.0
*/

/* yaha se apna custom css likh sakte ho */
html, body{
    /* overflow-x: hidden; */
}
.custom-members-pagination{
    text-align: center;
    margin: 50px 0;
    grid-gap: 20px;
    font-size: 18px;
}
.custom-members-pagination a{
    color:#FFF;
    padding:0 10px;
    font-family:"outfit"
}
.custom-members-grid
{
    display: grid;
    /* grid-template-columns: auto auto auto; */
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    grid-gap: 40px 30px;
}
.custom-members-grid .custom-member{
    border-radius: 15px;
    background-color: #FFF;
}
.custom-members-grid .custom-member .cover
{
    background-position: center center;
    width: 100%;
    min-height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 15px 15px 0 0;
    
}

.card {
  width: 100%;
  background: #fff;
  border-radius: 24px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  font-family:"outfit";
  min-height:350px;
  background-position: center center;
  background-size: cover;
  position: relative;
  
}

.bio {
  position: absolute;
  bottom:0;
  text-align: left;
  backdrop-filter: blur(2.5px) brightness(1);
  background: linear-gradient(to top, rgb(0 0 0 / 18%) 0%, rgb(0 0 0 / 5%) 40%, rgba(255, 255, 255, 0) 100%);
  padding:25px 25px 25px 45px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.bio h3{
  font-size: 25px;
  color: #FFF;
  font-weight: 600;
  margin-bottom: 0;
}

.bio p{
  font-size: 16px;
  color: #FFF;
  font-weight: 400;
  margin: 0;
}

/* Stats */
.stats {
  display: flex;
  justify-content: space-around;
  background: #f9f9f9;
  margin: 0 20px;
  padding: 16px 0;
  border-radius: 16px;
}

.stats div strong {
  display: block;
  font-size: 18px;
}

.stats div span {
  font-size: 12px;
  color: #888;
}

/* Social */
.social {
  display: flex;
  justify-content: center;
  gap: 28px;
  padding: 18px 0 24px;
  font-size: 20px;
  color: #555;
  cursor: pointer;
}

.page-numbers.current
{
  color:var( --e-global-color-f6c3bd9 );
}

.card:hover h3
{
  color:var( --e-global-color-f6c3bd9 ) !important;
}
.single_user_name{
  font-family: "Outfit", Sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 68px;
  color: var(--e-global-color-a9b55e4);
}

.multi_col{
  display: flex;
  flex-direction: column;
  grid-gap: 0;
}

.icon_box h3{
  margin-bottom: 0;
}
.name_header
{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-user-bio{
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
    padding: 0px 0px 0px 0px;
    font-family: "Outfit", Sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    color: var(--e-global-color-a9b55e4);
}