*{
    margin: 0;
    padding: 0;
}
.shreya-about-event-main-section{
    height: auto;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    padding:20px 0px;
    background-color: #f5f4f9;
}
.shreya-about-event-main-section .shreya-about-event-container{
    width: 75%;
    height: auto;
    margin:40px auto;
    /* border: 1px solid black; */
}
.shreya-about-event-container .shreya-about-event-title-section{
    padding-bottom: 30px;
}
.shreya-about-event-title-section .shreya-event-title{
    font-family: "Work Sans", sans-serif;
    font-weight: bold;
    font-size: 32px;
    color: #222;
}
.shreya-about-event-container .shreya-about-event-sub-container{
    height: auto;
    /* border: 1px solid red; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.shreya-about-event-container .shreya-about-event-sub-container .shreya-about-event-sub-container-left{
    width: 30%;
    height: 100%;
    /* border: 1px solid black; */
}
.shreya-about-event-sub-container-left .shreya-about-image-blog-card{
    position: relative;
    width: 340px;
    height: 280px;
     margin-bottom: 30px;
}
.shreya-about-event-sub-container-left .shreya-about-image-blog-card::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    /* z-index: 1; */
    background: linear-gradient(180deg, rgba(13, 13, 37, 0.1) 68.67%, #0D0D25 100%);
}
.shreya-about-event-sub-container-left .shreya-about-image-blog-card img{
    width: 100%;
    height: 100%;
   background-image: cover;
}
.shreya-about-event-sub-container-left .shreya-event-card-content{
    position: absolute;
    bottom: 25px;
    left: 25px;
    right: 25px;
}
.shreya-event-card-content .box{
    list-style-type: none;
}
.shreya-event-card-content .box li{
    line-height: 1;
    display: inline-flex;
    padding: 5px 6px;
    color: #7768E5;
    font-family: "Work Sans", sans-serif;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 500;
    background: #ffffff;
    box-shadow: 0px 4px 12px 0px rgba(119, 104, 229, 0.1);
}
.shreya-event-card-content h3{
    color: #ffffff;
    margin-bottom: 0;
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    line-height: 25px;
    transition: 0.5s;
}
.shreya-event-card-content h3:hover{
    color: #f18a27;
    transition: 0.5s;
}
.shreya-about-event-container .shreya-about-event-sub-container .shreya-about-event-sub-container-right{
    width: 67%;
    height: 100%;
    padding-left: 30px;
}
.shreya-about-event-sub-container-right .shreya-about-event-sub-container-row{
    margin-left: 20px;
}
.shreya-about-event-sub-container-right .shreya-about-event-sub-container-row .shreya-about-sub-container-card-main{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.shreya-about-sub-container-card-main .shreya-about-sub-container-card{
    padding-bottom: 25px;
    width: 330px;

}
.shreya-about-sub-container-card .box-2{
    list-style-type: none;
}
.shreya-about-sub-container-card .box-2 li{
    line-height: 1;
    display: inline-flex;
    padding: 5px 6px;
    color: #7768E5;
    font-family: "Work Sans", sans-serif;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 500;
    background: #ffffff;
    box-shadow: 0px 4px 12px 0px rgba(119, 104, 229, 0.218);
}
.shreya-about-sub-container-card h3{
    color: #0D0D25;
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 10px;
    transition: 0.5s;
}
.shreya-about-sub-container-card h3:hover{
    color: #f18a27;
    transition: 0.5s;
}
.shreya-about-sub-container-card .shreya-blog-list{
    list-style-type: none;
    margin-bottom: 20px;
}
.shreya-about-sub-container-card .shreya-blog-list li{
    display: inline-block;
    padding-right: 36px;
    color: #525271;
    position: relative;
     font-family: 'Nunito', sans-serif;
}
.shreya-about-sub-container-card .shreya-blog-list li::before{
    content: "";
    position: absolute;
    right: 15px;
    /* top: 5px; */
    bottom: 0;
    height: 16px;
    width: 1px;
    background: #E8E8F4;
}

.shreya-about-sub-container-card .shreya-sub-about-btn {
    font-size: 14px;
    color: #fff;
    padding: 10px 20px;
    transition: all .5s ease-in-out;
    position: relative;
    /* border-radius: 50px 50px 50px 0; */
    font-weight: 600;
    word-spacing: 2px;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: none;
    background: #f18a27;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    z-index: 1;
}

.shreya-about-sub-container-card .shreya-sub-about-btn:hover {
    /* color: #f18a27; */
    background-color:#003e4d;
    transition: all .5s ease-in-out;
}

.shreya-about-sub-container-card .shreya-sub-about-btn::before {
    content: "";
    height: 300px;
    width: 300px;
    background: #003e4d;        
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
}
.shreya-about-sub-container-card .shreya-sub-about-btn:hover::before {
    transform: translate(-50%, -50%) scale(1);
}

.shreya-about-event-sub-container-row .shreya-about-event-section-donate{
    display: flex;
    padding: 15px 30px;
    align-items: center;
    background: linear-gradient(90deg, #B0C2FF 0%, #F1F1FC 100%);
}
.shreya-about-event-sub-container-row .shreya-about-event-section-donate .shreya-about-donate-icon{
    width: 64px;
    height: 64px;
    border-radius: 50%;
    line-height: 64px;
    text-align: center;
    background-color: #ffffff;
}
.shreya-about-event-section-donate .shreya-about-event-donate-content{
    margin-left: 30px;
}
.shreya-about-event-section-donate .shreya-about-event-donate-content h6{
    font-size: 22px;
    padding-bottom: 10px;
    font-family: 'Nunito', sans-serif;
    color: #0D0D25;
    font-size: 20px;
}
.shreya-about-event-section-donate .shreya-about-event-donate-content .donate-link{
    display: block;
    text-decoration: none;
    color: #353688;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
}
.shreya-about-event-section-donate .shreya-about-event-donate-content .donate-link span{
    position: relative;
    font-size: 14px;
}
.shreya-about-event-section-donate .shreya-about-event-donate-content .donate-link span::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1.5px;
    width: 0%;
    transition: 0.6s;
    background-color: #f18a27;
}
.shreya-about-event-section-donate .shreya-about-event-donate-content .donate-link span:hover{
    color: rgb(187, 20, 20);
    transition: 0.6s;
}
.shreya-about-event-section-donate .shreya-about-event-donate-content .donate-link span:hover::before{
    width: 80%;
    transition: 0.6s;
    background-color: rgb(187, 20, 20);
}




@media(max-width:1440px) {
    .shreya-about-event-main-section .shreya-about-event-container {
    width: 78%;
}
.shreya-about-event-sub-container-left .shreya-about-image-blog-card {
    width: 330px;
}
.shreya-about-event-container .shreya-about-event-sub-container .shreya-about-event-sub-container-right {
    width: 74%;
}
.shreya-about-sub-container-card-main .shreya-about-sub-container-card {
    width: 340px;
}
.shreya-about-sub-container-card h3 {
    font-size: 18px;
}
}

@media(max-width:1024px){
    .shreya-about-event-main-section .shreya-about-event-container {
        width: 80%;
    }
    .shreya-about-event-container .shreya-about-event-sub-container .shreya-about-event-sub-container-left {
    width: 27%;
}
.shreya-about-event-sub-container-left .shreya-about-image-blog-card {
        width: 280px;
        height: 245px;
    }
    .shreya-about-event-container .shreya-about-event-sub-container .shreya-about-event-sub-container-right {
        width: 66%;
    }
    .shreya-about-event-sub-container-right .shreya-about-event-sub-container-row .shreya-about-sub-container-card-main {
    gap: 25px;
}
    .shreya-about-sub-container-card-main .shreya-about-sub-container-card {
        width: 246px;
    }
    .shreya-about-sub-container-card h3 {
        font-size: 14px;
        line-height: 28px;
    }
    .shreya-about-sub-container-card .shreya-blog-list li {
    font-size: 12px;
}
.shreya-about-sub-container-card-main .shreya-about-sub-container-card {
    padding-bottom: 12px;
}
.shreya-about-event-sub-container-row .shreya-about-event-section-donate {
    padding: 4px 30px;
}
.shreya-about-event-section-donate .shreya-about-event-donate-content h6 {
    padding-bottom: 5px;
    font-size: 15px;
}
.shreya-about-event-section-donate .shreya-about-event-donate-content .donate-link span {
    font-size: 13px;
}
}

@media(max-width:900px){
    .shreya-about-event-container .shreya-about-event-sub-container {
    display: flex;
    flex-direction: column;
}
.shreya-about-event-container .shreya-about-event-sub-container .shreya-about-event-sub-container-left {
    width: 100%;
}
.shreya-about-event-sub-container-left .shreya-about-image-blog-card {
    width: 100%;
}
.shreya-about-event-container .shreya-about-event-sub-container .shreya-about-event-sub-container-right {
    width: 100%;
}
.shreya-about-event-sub-container-right .shreya-about-event-sub-container-row {
    margin-left: -15px;
}
.shreya-about-sub-container-card .box-2 li {
    font-size: 15px;
}
.shreya-about-sub-container-card h3 {
    font-size: 25px;
}
.shreya-about-event-section-donate .shreya-about-event-donate-content h6 {
    font-size: 21px;
}
.shreya-about-sub-container-card-main .shreya-about-sub-container-card {
    width: 100%;
}
}
@media(max-width:400px){
    .shreya-about-sub-container-card h3 {
        font-size: 20px;
    }
    .shreya-about-event-section-donate .shreya-about-event-donate-content h6 {
        font-size: 18px;
    }
   .shreya-about-event-sub-container-row .shreya-about-event-section-donate .shreya-about-donate-icon {
    width: 148px;
    height: 64px;
   }
.shreya-about-event-section-donate .shreya-about-event-donate-content {
    margin-left: 25px;
}
}