.eventContainer .Events{
    color: #000;
}
.eventContainer{
  position: relative;
}
.eventbanner{
    padding: 4rem 0rem 0rem 0rem;
}
.eventbanner img{
    width: 100%;
    height: 179px;
}
.eventdetails h1{
    font-size: 13px;
    font-weight: 800;
    text-align: center;

}
.eventdetails p{
  
font-size: 13px;
font-weight: 400;
line-height: 18.15px;
text-align: justify;


}
.whatsscroll{
  overflow-x: scroll;
  max-width: 1440px;
}
.whatsscroll::-webkit-scrollbar{
  display: none;
}
.whatsCard{
    width: 262px;
    height: 306px;
    background: rgba(255, 255, 255, 1);
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    position: relative;
  }
  .whatsCard:hover{
    box-shadow: 0px 2.26px 25.89px 0px rgba(0, 0, 0, 0.1);
  
  }
  .whatsCard img{
    width: 247px;
    height: 148px;

    object-fit: cover;
  }
  .whatsCard h3{
    font-size: 15px;
    font-weight: 700;
  }
  .whatsCard p{
    font-size: 12px;
    font-weight: 400;
  }
  .Whatsscroll{
    overflow-x: scroll;
  }
  .Whatsscroll::-webkit-scrollbar{
    display: none;
  }
  .latestcon{
    position: absolute;
    width:240px ;
    height: 30px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.latestconbox{
    background: rgba(151, 245, 0, 0.19);
    padding: 0.2rem;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 600;
}
.readmoreContainer{
  position: fixed;
  z-index: 200000;
  background: rgba(0, 0, 0, 0.4);
  /* overflow-y: scroll; */
  max-width: 1440px !important;
 
}
/* .readmoreContainer::-webkit-scrollbar{
  display: none;
} */
.readmoreContainer .RMContent{
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem ;
}
.RMContainerContent{
  width: 100%;
  height: 600px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(31.799999237060547px);
  background: rgba(255, 255, 255, 0.68);
  border-radius: 26px;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  overflow-y: scroll;
}
.RMContainerContent::-webkit-scrollbar{
  display: none;
}
.rmleft{
  width: 100%;
}
.rmleft img{
  width: 100%;
  height: 330px;
  border-radius: 24px 0 0 24px;
  /* object-fit: cover; */
}
.rmright{
  width: 100%;
  padding: 1rem;
}
.rmright span{

font-size: 15px;
font-weight: 800;
line-height: 36.31px;
text-align: left;

}
.rmright p{

  
font-size: 12px;
font-weight: 400;
line-height: 24.2px;
text-align: justify;

}
.rmleft .rmbutton{
  width: 100%;
  display: flex;
  
}
.rmright button{
  width: 101px;
  height: 37px;
  gap: 10px;
  border-radius: 3px ;
  color: #fff;
  background: rgba(151, 71, 255, 1);
}

@media screen and (min-width: 1020px) {.eventContainer .Events{
  color: #000;
}
.eventContainer{
position: relative;
}
.eventbanner{
  padding: 8rem 0rem 0rem 0rem;
}
.eventbanner img{
  width: 100%;
  height: 504px;
}
.eventdetails h1{
  font-size: 18px;
  font-weight: 800;
  text-align: left;

}
.eventdetails p{

font-size: 15px;
font-weight: 400;
line-height: 18.15px;
text-align: left;


}
.whatsCard{
  width: 262px;
  height: 306px;
  background: rgba(255, 255, 255, 1);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: relative;

}
.whatsCard:hover{
  box-shadow: 0px 2.26px 25.89px 0px rgba(0, 0, 0, 0.1);

}
.whatsCard img{
  width: 247px;
  height: 148px;
  /* position: relative; */
  object-fit: cover;
}
.whatsCard h3{
  font-size: 15px;
  font-weight: 700;
}
.whatsCard p{
  font-size: 12px;
  font-weight: 400;
}
.Whatsscroll{
  overflow-x: scroll;
}
.Whatsscroll::-webkit-scrollbar{
  display: none;
}
.latestcon{
  position: absolute;
  width:240px ;
  height: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  z-index: 100;
}

.latestconbox{
  background: rgba(151, 245, 0, 0.19);
  padding: 0.2rem;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 600;
}
.readmoreContainer{
position: fixed;
z-index: 200000;
background: rgba(0, 0, 0, 0.4);
/* overflow-y: scroll; */
max-width: 1440px !important;
}
/* .readmoreContainer::-webkit-scrollbar{
display: none;
} */
.readmoreContainer .RMContent{
width: 100%;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
padding: 3rem 4rem;
}
.RMContainerContent{
width: 80%;
height: 644px;
border: 1px solid rgba(255, 255, 255, 0.32);
backdrop-filter: blur(31.799999237060547px);
background: rgba(255, 255, 255, 0.68);
border-radius: 26px;
display: flex;
flex-direction: row;
padding: 1rem;
}
.rmleft{
width: 50%;
}
.rmleft img{
width: 100%;
height: 610px;
border-radius: 24px 0 0 24px;
}
.rmright{
width: 50%;
padding: 2rem;
}
.rmright span{

font-size: 30px;
font-weight: 800;
line-height: 36.31px;
text-align: left;

}
.rmright p{


font-size: 20px;
font-weight: 400;
line-height: 24.2px;
text-align: justify;

}
.rmleft .rmbutton{
width: 100%;
display: flex;

}
.rmright button{
width: 101px;
height: 37px;
gap: 10px;
border-radius: 3px ;
color: #fff;
background: rgba(151, 71, 255, 1);
}}