/* Utility Class */
:root {
  --max-width: 1100px;
  --primary-color: #06578d;
  --secondry-color: rgb(232, 168, 10);
  --tertiary-color: rgb(239, 239, 250);
  --color-1: rgb(190, 15, 111);
  --color-2: #06578d;
  --color-3: #1e699b;
}

.card-list {
  display: flex;
  padding: 3rem;
  overflow-x: scroll;
  background-color:#333 ;
}

.card-list::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.card-list::-webkit-scrollbar-thumb {
  background: #201c29;
  border-radius: 10px;
  box-shadow: inset 2px 2px 2px hsla(0, 0%, 100%, 0.25),
    inset -2px -2px 2px rgba(0, 0, 0, 0.25);
}

.card-list::-webkit-scrollbar-track {
  background: linear-gradient(90deg, #201c29, #201c29 1px, #17141d 0, #17141d);
}

.card-ongoing-event{
  height: 500px;
  width: 350px;
  min-width: 250px;
  border-radius: 16px;
  background: white;
  box-shadow: -1rem 0 3rem #000;
  display: flex;
  flex-direction: column;
  transition: 0.2s;
  margin: 0;
  scroll-snap-align: start;
  clear: both;
  position: relative;
  overflow: hidden;
  
}
.image {
  height: 50%;
}
.card-ongoing-event img {
  width: 100%;
  height: 100%;
}

.left {
  flex: 1;
  writing-mode: sideways-lr;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin-top: 2rem;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
.right {
  flex: 1;
}
.read-more {
  text-align: center;
}
.read-more a {
  text-decoration: none;
}
.read-more a:active,
a:enabled {
  text-decoration: none;
}
.read-more a:hover {
  background: linear-gradient(90deg, #ff8a00, #e52e71);
  text-shadow: none;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.card-ongoing-event:focus-within ~ .card-ongoing-event,
.card-ongoing-event:hover ~ .card-ongoing-event {
  transform: translateX(130px);
}

.card-ongoing-event:hover {
  transform: translateY(-1rem);
}

.card-ongoing-event:not(:first-child) {
  margin-left: -130px;
}

.card-header {
  margin-bottom: auto;
}

.card-header h2:hover {
  background: linear-gradient(90deg, #ff8a00, #e52e71);
  text-shadow: none;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.card-author {
  margin: 3rem 0 0;
  display: grid;
  grid-template-columns: 75px 1fr;
  align-items: center;
  position: relative;
}

.author-avatar {
  grid-area: auto;
  align-self: start;
  position: relative;
  box-sizing: border-box;
}

.author-avatar img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  filter: grayscale(100%);
  display: block;
  overflow: hidden;
  margin: 16px 10px;
}
.author-name {
  grid-area: auto;
  box-sizing: border-box;
}

.author-name-prefix {
  font-style: normal;
  font-weight: 700;
  color: #7a7a8c;
}

.half-circle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 48px;
  fill: none;
  stroke: #ff8a00;
  stroke-width: 8;
  stroke-linecap: round;
  pointer-events: none;
}

.tags {
  margin: 1rem 0 2rem;
  padding: 0.5rem 0 1rem;
  line-height: 2;
  margin-bottom: 0;
}

.tags a {
  font-style: normal;
  font-weight: 700;
  font-size: 0.5rem;
  color: #7a7a8c;
  text-transform: uppercase;
  font-size: 0.66rem;
  border: 3px solid #28242f;
  border-radius: 2rem;
  padding: 0.2rem 0.85rem 0.25rem;
  position: relative;
}

.tags a:hover {
  background: linear-gradient(90deg, #ff8a00, #e52e71);
  text-shadow: none;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-box-decoration-break: clone;
  background-clip: text;
  border-color: white;
}
.card-list{
  padding-left: 80px;
}
.ongoing-event-time{
  color: var(--color-1);
  text-align: center;
}
.ongoing-event-content  {
text-align: justify;
padding: 15px 20px;
}
.ongoing-event-content h4 {
text-align: center;
font-size: 20px;
color: var(--color-3);
}

.ongoing-event-content  {
  text-align: justify;
  padding: 15px 20px;
  }
.ongoing-events-btn{
    margin: auto;
  }
.ongoing-event-header h1{
  background-color: var(--color-3);
  padding: 25px;
  color: white;
  text-align: center;
}


/* team page cards */



.card-list-team-page {
  display: flex;
  padding: 3rem;
  width: 100%;
  overflow-x: scroll;
}
@media screen and (min-width: 780px) {
  .card-list-team-page {
    align-items: center;
    justify-content: center;
  }
}
.card-list-team-page::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.card-list-team-page::-webkit-scrollbar-thumb {
  background: #201c29;
  border-radius: 10px;
  box-shadow: inset 2px 2px 2px hsla(0, 0%, 100%, 0.25),
    inset -2px -2px 2px rgba(0, 0, 0, 0.25);
}

.card-list-team-page::-webkit-scrollbar-track {
  background: linear-gradient(90deg, #201c29, #201c29 1px, #17141d 0, #17141d);
}

.team-page-card {
  height: 400px;
  width: 280px;
  min-width: 250px;
  padding: 1rem;
  padding-bottom: 2rem;
  border-radius: 16px;
  background: white;
  box-shadow: -1rem 0 3rem #000;
  display: flex;
  flex-direction: column;
  transition: 0.2s;
  margin: 0;
  scroll-snap-align: start;
  clear: both;
  position: relative;
}

.team-page-card:focus-within ~ .team-page-card,
.team-page-card:hover ~ .team-page-card {
  transform: translateX(10px);
}

.team-page-card:hover {
  transform: translateY(-1rem);
}

.team-page-card:not(:first-child) {
  margin-left: -10px;
}
/* CARD CONTENT CSS */


.team-page-position p{
  font-size: 18px;
  color: var(--color-2);
  margin: 0;
  padding: 0;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-weight: lighter;
  text-align: center;
}
.team-page-member-img{
  text-align: center;
 padding: 0;
}
.team-page-member-img img{
border-radius:50% ;
height: 140px;
width: 140px;
border: 3px solid var(--color-2);



}
.flex-items-team-content{
  display: flex;
  justify-content: center;
  align-items: center;
}
.member-name-team-page{
  margin-left:25px ;
  cursor: pointer;
}
.member-name-team-page-prefix{
  color: var(--color-3);
  padding: 0;
  margin: 0;
  line-height: 10px;
  margin-top: 6px;
}
.member-name-team-page-suffix{
  font-size: 20px;
  color: #333;
}
.linked-in-icon a{
  color: var(--color-3);
}
.tags {
  flex: 1;
  margin: 1rem 0 ;
  padding: 5px;
  margin-bottom: 0;
  line-height: 2rem;
}
.tags a{
  border: 3px solid ;
  font-style: normal;
  font-weight: 700;
  font-size: 0.5rem;
  color: #7a7a8c;
  line-height: 5px;
  border-radius: 20px;
  text-transform: uppercase;
  font-size: 0.66rem;
  border-radius: 2rem;
  padding: 0.2rem 0.85rem 0.25rem;
  position: relative;
}
.tags a {
  font-style: normal;
  font-weight: 700;
  color: #7a7a8c;
  text-transform: uppercase;
  font-size: 0.4rem;
  border: 3px solid #7a7a8c;
  border-radius: 2rem;
  padding: 0.2rem 0.85rem 0.25rem;
  position: relative;
}

.tags a:hover {
  background: linear-gradient(90deg, #ff8a00, #e52e71);
  text-shadow: none;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-box-decoration-break: clone;
  background-clip: text;
  border-color: rgb(117, 77, 77);
} 