.hero-section {
    position: relative;
    text-align: center;
    color: white;
}

.hero-image {
    width: 100%;
    height: auto;
    opacity: 1;
}


.hero-text {
    position: absolute;
    top: 72%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3em;
    font-weight: 700;
}

.wave-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}

@media (max-width: 768px) {
    .hero-text {
        top: 55%; /* Adjusted top position for better alignment */
    }
    .hero-image {
        width: 100%;
        height: 38vh !important;
        object-fit: cover !important;
        opacity: 0.9;
        padding: 0px;
        margin-top: 0px;
    }   
  }
@media (max-width: 480px) {
    .hero-text {
        font-size: 1em;
        top: 77%; /* Further adjust top position for very small devices */
    }
    .hero-image {
      width: 100%;
      height: auto;
      opacity: 0.9;
      padding: 0px;
      margin-top: 0px;
    }
}








/* next section css section-2 */

.about-us-2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px;
    /* background-color: #f9f9f9; */
}

.text-container-2 {
    flex: 1 1 50%;
    padding: 20px;
}

.image-container {
    flex: 1 1 50%;
    text-align: center;
    padding: 20px;
}

.map-image {
    max-width: 71%;
    height: auto;
}

.statistics {
  display: flex;
  justify-content: flex-start;
  background-color: #ffffff;
  padding: 15px;
  margin-top: 42px;
}

.stat {
    text-align: center;
    margin: 0 20px;
}

.stat h3 {
    font-size: 4.5rem !important;
    color: #ff9900;
    font-weight: 700;
}

.stat p {
    font-size: 2.2em;
    color: #6e4dc6;
}

/* Media Queries */
@media (max-width: 768px) {
    .about-us-2 {
        flex-direction: column;
        text-align: center;
    }
    
    .text-container-2, .image-container {
        flex: 1 1 100%;
        margin-top: -36px;
    }

    /*.statistics {*/
    /*    flex-direction: column;*/
    /*}*/

    .stat {
        margin: 10px 0;
    }
}



/* next section css section-3 */

/* @import url('https://fonts.googleapis.com/css?family=Cardo:400i|Rubik:400,700&display=swap');
:root {
  --d: 700ms;
  --e: cubic-bezier(0.19, 1, 0.22, 1);
  --font-sans: 'Rubik', sans-serif;
  --font-serif: 'Cardo', serif;
}
* {
  box-sizing: border-box;
}
html, body {
  height: 100%;
}
body {
  display: grid;
  place-items: center;
}
.page-content {
  display: grid;
  grid-gap: 1rem;
  padding: 1rem;
  max-width: 1024px;
  margin: 0 auto;
  font-family: var(--font-sans);
}
@media (min-width: 600px) {
  .page-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 800px) {
  .page-content {
    grid-template-columns: repeat(4, 1fr);
  }
}
.card {
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 1rem;
  width: 100%;
  text-align: center;
  color: whitesmoke;
  background-color: whitesmoke;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);
}
@media (min-width: 600px) {
  .card {
    height: 350px;
  }
}
.card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: 0 0;
  transition: transform calc(var(--d) * 1.5) var(--e);
  pointer-events: none;
}
.card:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%);
  transform: translateY(-50%);
  transition: transform calc(var(--d) * 2) var(--e);
}
.card:nth-child(1):before {
  background-image: url(https://images.unsplash.com/photo-1517021897933-0e0319cfbc28?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&fit=max&ixid=eyJhcHBfaWQiOjE0NTg5fQ);
}
.card:nth-child(2):before {
  background-image: url(https://images.unsplash.com/photo-1533903345306-15d1c30952de?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&fit=max&ixid=eyJhcHBfaWQiOjE0NTg5fQ);
}
.card:nth-child(3):before {
  background-image: url(https://images.unsplash.com/photo-1545243424-0ce743321e11?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&fit=max&ixid=eyJhcHBfaWQiOjE0NTg5fQ);
  
}
.card:nth-child(4):before {
  background-image: url(https://images.unsplash.com/photo-1531306728370-e2ebd9d7bb99?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&fit=max&ixid=eyJhcHBfaWQiOjE0NTg5fQ);
}
.card:nth-child(5):before {
    background-image: url(https://images.unsplash.com/photo-1531306728370-e2ebd9d7bb99?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&fit=max&ixid=eyJhcHBfaWQiOjE0NTg5fQ);
  }
.content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1rem;
  transition: transform var(--d) var(--e);
  z-index: 1;
}
.content > * + * {
  margin-top: 1rem;
}
.title_core {
  font-size: 1.3rem; 
  font-weight: bold;
  line-height: 1.2;
}
.copy {
  font-family: var(--font-serif);
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.35;
}
.btn {
  cursor: pointer;
  margin-top: 1.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 0.65rem;
  font-weight: bold;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  color: white;
  background-color: black;
  border: none;
}
.btn:hover {
  background-color: #0d0d0d;
}
.btn:focus {
  outline: 1px dashed yellow;
  outline-offset: 3px;
}
@media (hover: hover) and (min-width: 600px) {
  .card:after {
    transform: translateY(0);
  }
  .content {
    transform: translateY(calc(100% - 4.5rem));
  }
  .content > *:not(.title_core) {
    opacity: 0;
    transform: translateY(1rem);
    transition: transform var(--d) var(--e), opacity var(--d) var(--e);
  }
  .card:hover, .card:focus-within {
    align-items: center;
  }
  .card:hover:before, .card:focus-within:before {
    transform: translateY(-4%);
  }
  .card:hover:after, .card:focus-within:after {
    transform: translateY(-50%);
  }
  .card:hover .content, .card:focus-within .content {
    transform: translateY(0);
  }
  .card:hover .content > *:not(.title_core), .card:focus-within .content > *:not(.title_core) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: calc(var(--d) / 8);
  }
  .card:focus-within:before, .card:focus-within:after, .card:focus-within .content, .card:focus-within .content > *:not(.title_core) {
    transition-duration: 0s;
  }
} */

 

@import url('https://fonts.googleapis.com/css?family=Cardo:400i|Rubik:400,700&display=swap');
:root {
  --d: 700ms;
  --e: cubic-bezier(0.19, 1, 0.22, 1);
  --font-sans: 'Rubik', sans-serif;
  --font-serif: 'Cardo', serif;
}
* {
  box-sizing: border-box;
}
/* html, body {
  height: 100%;
}
body {
  display: grid;
  place-items: center;
} */
.page-content {
  display: grid;
  grid-gap: 1rem;
  padding: 1rem;
  max-width: 1024px;
  margin: 0 auto;
  font-family: var(--font-sans);
}


.section-header {
  margin-bottom: 2rem;
}

.section-header h1 {
  font-size: 3.5rem;
  font-weight: bold;
  margin: 0.9rem 0;
  color: #F9AE3F;
  text-align: center;
}

.section-header p {
  font-size: 2rem;
  color: #000;
  margin: 0;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 60px;
  padding: 11px;
  padding-left: 30px;
  padding-right: 30px;
}





@media (min-width: 600px) {
  .page-content {
    grid-template-columns: repeat(2, 1fr);
  }
}



@media (min-width: 800px) {
  .page-content {
    grid-template-columns: repeat(5, 1fr);
  }
}
.card {
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 1rem;
  border-radius: 20px;
  width: 100%;
  text-align: center;
  color: whitesmoke;
  background-color: whitesmoke;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);
  height: 450px;
}




@media (min-width: 600px) {
  .card {
    height: 350px;
  }
}
.card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: 0 0;
  transition: transform calc(var(--d) * 1.5) var(--e);
  pointer-events: none;
}
.card:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%);
  transform: translateY(-50%);
  transition: transform calc(var(--d) * 2) var(--e);
}
.sourabh:before {
  background-image: url('../img/Core_Members/sk.png');
      background-position: top;
}

.juhi:before {
  background-image: url('../img/Core_Members/jrm.png');
  background-position: bottom;
  }


.suk:before {
  background-image: url('../img/Core_Members/suk.png');
}
.skc:before {
  background-image: url('../img/Core_Members/skc.png');
  
  background-position: bottom;
}
.jp:before {
  background-image: url('../img/Core_Members/jp.png');
      background-position: bottom;
}

.Akansha:before {
  background-image: url('../img/Core_Members/Akansha2.jpg');
      background-position: top;
}


/*Associate Members*/

.aht:before {
  background-image: url('../img/team-members/Abhinab-Tripathy.jpeg');
      background-position: center;
}

.saish:before {
  background-image: url('../img/team-members/Saiprabha-Sahu.jpg');
      background-position: center;
}

.vs:before {
  background-image: url('../img/team-members/Abinash.jpg');
      background-position: center;
}

.aks:before {
  background-image: url('../img/team-members/Aman-Kumar-Sharma.jpg');
      background-position: center;
}

.ak:before {
  background-image: url('../img/team-members/Anisha-Khandelwal.jpeg');
      background-position: center;
}

.bn:before {
  background-image: url('../img/team-members/Baisakhi-Nayak.jpeg');
      background-position: center;
}

.ds:before {
  background-image: url('../img/team-members/Arundhanti_rout.jpg');
      background-position: center;
}

.pd:before {
  background-image: url('../img/team-members/Prachi-Dhar.jpeg');
      background-position: center;
}

.ss:before {
  background-image: url('../img/team-members/Shraddha-Singh.jpeg');
      background-position: center;
}

.swps:before {
  background-image: url('../img/team-members/Swaroop-Singh.jpeg');
      background-position: center;
}

.vr:before {
  background-image: url('../img/team-members/Vikash-Rajput.jpeg');
      background-position: center;
}




.content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1rem;
  transition: transform var(--d) var(--e);
  z-index: 1;
}
.content > * + * {
  margin-top: 1rem;
}
.title_core {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.2;
  color: #ffffff;
}
.copy {
  font-family: var(--font-serif);
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.35;
}
.btn {
  cursor: pointer;
  margin-top: 1.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 0.9rem;
  font-weight: bold;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  color: white;
  background-color: black;
  border: none;
}
.btn:hover {
  background-color: #0d0d0d;
}
.btn:focus {
  outline: 1px dashed yellow ;
  outline-offset: 3px;
}

.color_3
{
    color: white;
    font-size: 15px;
  
}






@media (hover: hover) and (min-width: 600px) {
  .card:after {
    transform: translateY(0);
  }
  .content {
    transform: translateY(calc(100% - 4.5rem));
  }
  .content > *:not(.title_core) {
    opacity: 0;
    transform: translateY(1rem);
    transition: transform var(--d) var(--e), opacity var(--d) var(--e);
  }
  .card:hover, .card:focus-within {
    align-items: center;
  }
  .card:hover:before, .card:focus-within:before {
    transform: translateY(-4%);
  }
  .card:hover:after, .card:focus-within:after {
    transform: translateY(-50%);
  }
  .card:hover .content, .card:focus-within .content {
    transform: translateY(0);
  }
  .card:hover .content > *:not(.title_core), .card:focus-within .content > *:not(.title_core) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: calc(var(--d) / 8);
  }
  .card:focus-within:before, .card:focus-within:after, .card:focus-within .content, .card:focus-within .content > *:not(.title_core) {
    transition-duration: 0s;
  }
} 



/* section 4 css  */



@import url('https://fonts.googleapis.com/css?family=Cardo:400i|Rubik:400,700&display=swap');
:root {
  --d: 700ms;
  --e: cubic-bezier(0.19, 1, 0.22, 1);
  --font-sans: 'Rubik', sans-serif;
  --font-serif: 'Cardo', serif;
}
* {
  box-sizing: border-box;
}
/* html, body {
  height: 100%;
}
body {
  display: grid;
  place-items: center;
} */
.page-content-at {
  display: grid;
  grid-gap: 1rem;
  padding: 1rem;
  max-width: 1024px;
  margin: 0 auto;
  font-family: var(--font-sans);
}


.section-header {
  margin-bottom: 2rem;
}

.section-header-at h1 {
  font-size: 3.5rem;
  font-weight: bold;
  margin: 0.9rem 0;
  color: #F9AE3F;
  text-align: center;
  margin-top: 70px;
}

.section-header-at p {
  font-size: 2rem;
  color: #000;
  margin: 0;
  text-align: center;
  margin-top: -16px;
  margin-bottom: 60px;
  padding: 20px;
}





@media (min-width: 600px) {
  .page-content-at {
    grid-template-columns: repeat(2, 1fr);
  }
}



@media (min-width: 800px) {
  .page-content-at {
    grid-template-columns: repeat(4, 1fr);
  }
}
.card {
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 1rem;
  border-radius: 20px;
  width: 100%;
  text-align: center;
  color: whitesmoke;
  background-color: whitesmoke;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);
}




@media (min-width: 600px) {
  .card {
    height: 350px;
  }
}
.card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: center;
  transition: transform calc(var(--d) * 1.5) var(--e);
  pointer-events: none;
}
.card:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%);
  transform: translateY(-50%);
  transition: transform calc(var(--d) * 2) var(--e);
}
.sourabh:before {
  background-image: url('../img/Core_Members/sk.png');
}
.suk:before {
  background-image: url('../img/Core_Members/suk.png');
}
.skc:before {
  background-image: url('../img/Core_Members/skc.png');
    background-position: bottom;

}
.jp:before {
  background-image: url('../img/Core_Members/jp.png');
}
.card:nth-child(5):before {
  background-image: url('../img/Core_Members/jrm.png');
  }
.content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1rem;
  transition: transform var(--d) var(--e);
  z-index: 1;
}
.content > * + * {
  margin-top: 1rem;
}
.title_core {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.2;
  color: #ffffff;
}
.copy {
  font-family: var(--font-serif);
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.35;
}
.btn {
  cursor: pointer;
  margin-top: 1.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 0.9rem;
  font-weight: bold;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  color: white;
  background-color: black;
  border: none;
}
.btn:hover {
  background-color: #0d0d0d;
}
.btn:focus {
  outline: 1px dashed yellow;
  outline-offset: 3px;
}

.color_3
{
    color: white;
    font-size: 15px;
  
}



@media (hover: hover) and (min-width: 600px) {
  .card:after {
    transform: translateY(0);
  }
  .content {
    transform: translateY(calc(100% - 4.5rem));
  }
  .content > *:not(.title_core) {
    opacity: 0;
    transform: translateY(1rem);
    transition: transform var(--d) var(--e), opacity var(--d) var(--e);
  }
  .card:hover, .card:focus-within {
    align-items: center;
  }
  .card:hover:before, .card:focus-within:before {
    transform: translateY(-4%);
  }
  .card:hover:after, .card:focus-within:after {
    transform: translateY(-50%);
  }
  .card:hover .content, .card:focus-within .content {
    transform: translateY(0);
  }
  .card:hover .content > *:not(.title_core), .card:focus-within .content > *:not(.title_core) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: calc(var(--d) / 8);
  }
  .card:focus-within:before, .card:focus-within:after, .card:focus-within .content, .card:focus-within .content > *:not(.title_core) {
    transition-duration: 0s;
  }
} 




/* NEXT SECTION 6  */

.image-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px 0;
  flex-direction: row;
}

.gallery-item {
  flex: 1 1 30%;
  max-width: 22%;
  margin: 5px;
  box-sizing: border-box;
}

.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
  max-height: 300px;
  min-height: 300px;
  object-fit: cover;

}

.gallery-item img:hover {
  transform: scale(1.1);
}


.row-head{
  display: flex;
  /* height: 100%; */
  width: 100%;
  padding-left: 90px;
  padding-right: 90px;
}

@media (max-width: 768px) {
  .gallery-item {
      flex: 1 1 45%;
      max-width: 45%;
  }
}

@media (max-width: 480px) {
  .gallery-item {
      flex: 1 1 100%;
      max-width: 100%;
  }
}


/* Associate Team Section CSS */
.page-content-at {
  display: grid;
  grid-gap: 1rem;
  padding: 1rem;
  max-width: 1024px;
  margin: 0 auto;
  font-family: var(--font-sans);
}

.section-header-at {
  margin-bottom: 2rem;
}

.section-header-at h1 {
  font-size: 3.5rem;s
  font-weight: bold;
  margin: 0.9rem 0;
  color: #F9AE3F;
  text-align: center;
  margin-top: 70px;
}

.section-header-at p {
  font-size: 2rem;
  color: #000;
  margin: 0;
  text-align: center;
  margin-top: -16px;
  margin-bottom: 60px;
  padding: 20px;
}

@media (min-width: 600px) {
  .page-content-at {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 800px) {
  .page-content-at {
    grid-template-columns: repeat(4, 1fr);
  }
}

.card-at {
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 1rem;
  border-radius: 20px;
  width: 100%;
  text-align: center;
  color: whitesmoke;
  background-color: whitesmoke;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);
}

@media (min-width: 600px) {
  .card-at {
    height: 350px;
  }
}

.card-at:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: 0 0;
  transition: transform calc(var(--d) * 1.5) var(--e);
  pointer-events: none;
}

.card-at:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%);
  transform: translateY(-50%);
  transition: transform calc(var(--d) * 2) var(--e);
}

.content-at {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1rem;
  transition: transform var(--d) var(--e);
  z-index: 1;
}

.content-at > * + * {
  margin-top: 1rem;
}

.title_core_at {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.2;
  color: #ffffff;
}

.copy-at {
  font-family: var(--font-serif);
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.35;
}

.color_3_at {
  color: white;
  font-size: 15px;
}

@media (hover: hover) and (min-width: 600px) {
  .card-at:after {
    transform: translateY(0);
  }
  .content-at {
    transform: translateY(calc(100% - 4.5rem));
  }
  .content-at > *:not(.title_core_at) {
    opacity: 0;
    transform: translateY(1rem);
    transition: transform var(--d) var(--e), opacity var(--d) var(--e);
  }
  .card-at:hover, .card-at:focus-within {
    align-items: center;
  }
  .card-at:hover:before, .card-at:focus-within:before {
    transform: translateY(-4%);
  }
  .card-at:hover:after, .card-at:focus-within:after {
    transform: translateY(-50%);
  }
  .card-at:hover .content-at, .card-at:focus-within .content-at {
    transform: translateY(0);
  }
  .card-at:hover .content-at > *:not(.title_core_at), .card-at:focus-within .content-at > *:not(.title_core_at) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: calc(var(--d) / 8);
  }
  .card-at:focus-within:before, .card-at:focus-within:after, .card-at:focus-within .content-at, .card-at:focus-within .content-at > *:not(.title_core_at) {
    transition-duration: 0s;
  }
}


.page-content-at {
  display: grid;
  grid-gap: 1rem;
  padding: 1rem;
  max-width: 1024px;
  margin: 0 auto;
  font-family: var(--font-sans);
}

.card-at {
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 1rem;
  border-radius: 20px;
  width: 100%;
  text-align: center;
  color: whitesmoke;
  background-color: whitesmoke;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);
}

.card-at:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: 0 0;
  transition: transform calc(var(--d) * 1.5) var(--e);
  pointer-events: none;
}

.card-at:nth-child(1):before {
  background-image: url('../img/Core_Members/Abhinab_Tripathy.jpeg');
  background-position: center;
  
}
.card-at:nth-child(2):before {
  background-image: url('../img/Core_Members/Dishanee_Sathpathy.jpeg');
}
.card-at:nth-child(3):before {
  background-image: url('../img/Core_Members/Anisha_Khandelwal.jpeg');
}
.card-at:nth-child(4):before {
  background-image: url('../img/Core_Members/Dishanee_Sathpathy.jpeg');
}

 .more-content {
       display: none;
   }
   .summary {
       display: inline;
   }
   
   
@media only screen and (min-width: 300px) and (max-width: 767px) {
    .stat h3 {
        font-size: 24px !important;
        color: #ff9900; 
        font-weight: 700;
    }
}