.blog_page_main_container{

}
 .blog_banner_container{
background: #2F154C;
padding: 2rem 0px ;
color: #fff;
}

.card_btn_container_section{
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog_banner_container .main_heading{
    font-size: 28px;
    font-family: outfit;
    border-bottom: 4px solid orange;
    width: fit-content;
    margin: 0px auto;
    margin-bottom: 1.2rem;
    text-transform: capitalize;
    padding-bottom: 4px;
}
.blog_banner_container .main_banner_pera{
    text-align: center;
} 

.category_section_blog{  
  width: 100%;
    margin-inline: auto;
    display: flex;
    justify-content: center;
    margin-top: 1.6rem;
}
.category_section_blog .aside_blog_section{
    width: 230px; 
    border-radius: 10px;
    background: #F6F0FC;
   
    padding: 10px;    
    border-radius: 10px;
    background: #F6F0FC;
   
    padding: 10px;
    height: 30rem;
    overflow: scroll;
    margin-bottom: 19px;
}
.category_section_blog .aside_blog_section::-webkit-scrollbar{
    border: none;
    width: 0px;
}

.card_section_main_container{
    width: 80%;
    margin-left: 13px;;
}
.card_section_scroller{
    /* width: 98%; */
    overflow: scroll;
    scroll-behavior: smooth;
}

.card_section_scroller::-webkit-scrollbar{
    border: none;
    width: 0px;
}
.card_section_flex_container{
    /* display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap; */
    /* position: relative;
    width: 60rem; */
    /* width: fit-content; */
    /* height: 300px; */
    /* background-color: blueviolet; */
    /* margin: 1px 20px; */
}
.card_section_inner_container{
    display: flex;
    justify-content: center;
    align-items: center;

    width: fit-content;
    flex-wrap: wrap;
}
.card_container_flex_section{
  
    /* width: 1360px; */
    height: fit-content;

}

.card_section_inner_container .main_card{
    height: 256px;
    width: 275px;
    margin: 10px 16px;
    border-radius: 12px;
background: #FFF;
border:none;
box-shadow: 0px 0px 15px 0px rgba(122, 122, 122, 0.18);
    display: block;
transition: all 0.8s;
}
.card_section_inner_container  .main_card .main_card_inside_section{
    height: 100%;
    width: 100%;
}

.card_section_inner_container .main_card:hover{
    transform: translateY(-10px);
    box-shadow:0px 0px 10px 0px rgba(87, 86, 86, 0.549);
    /* background-color: #F6F0FC; */
}


.card_section_inner_container .main_card .img_section{
    height: 60%;
    width: 100%;
    padding: 0px;
}

.card_section_inner_container .main_card .img_section img{
    height: 100%;
    width: 100%;
}

.card_section_inner_container .main_card .title_container{
    width: 90%;
    margin-inline: auto;
 

}
.card_section_inner_container .main_card .date_view_container{
   display: flex;
   justify-content: space-between;
   align-items: center;
   margin-top: 1rem;
   margin-top: 0.9rem;
}
.blog_category_btn{
    display: block;
    width: 100%;
    margin: 10px 0px;
    background-color: transparent;
    color: #2F154C;
    border: none;
    outline: none;
    text-align: left;
    padding: 7px;
    display: flex;
    justify-content: start;
    align-items: center;
    border-radius: 4px;
    text-transform: capitalize;
    padding: 4px;
    font-family: Outfit;
    font-size: .9rem;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    transition: all  0.3s;
    gap: .5rem;
    padding-left: 8px;
}

.blog_category_btn:hover{
    background: #2F154C;
    color: #fff;
}
.blog_category_btn:hover svg{
    fill: #fff;
}


.blog_category_btn svg{
    /* fill:#33308b; */
     height: 24px;
 }
.after_select_btn{
    background: #2F154C;
    color: #fff;
}
.after_select_btn svg{
   fill: #fff;
}

.title_container .blog_title_section{
    font-size: 1rem;
    color: #363636;
    font-family: Readex Pro;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 0.9rem;
    height: 40px;
    overflow: hidden;
}

.title_container .date_view_section_pera{
    color: #878787;
    font-family: Readex Pro;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    display: flex;
    gap: .50rem;
}
.title_container .date_view_section_pera svg{
    height: 16px;
    width: 16px;
    stroke: #878787;
}

.card_btn_container_section .left_right_btn{
    background-color: transparent;
    border: none;
    outline: none;
    width: 6%;
}

.card_btn_container_section .left_right_btn svg{
    height: 34px;
    width: 34px;
    fill: #080728;
}
.mobile_phn_view_blog_category{
    display: none;
}

.data_not_found{
    width: 98%;
    margin-inline: auto;
    text-align: center;
}


.blog_link{
  text-decoration:none;
}

.data_not_found svg{
   height: 200px;
   width: 200px;
}

.data_not_found>p{
  font-size: 20px;
  font-weight: 600;
  font-family: outfit;
  color: #2F154C;
  text-transform: capitalize;
  margin: 10px 0px;
}

.card_section_inner_container .hide_card{
    display: none;
}


.loading{
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #00000087;
    z-index: 100;
    text-align: center;
    display: grid;
    /* justify-content: center; */
    align-items: center;
    display: none;
    align-content: center;
    justify-items: center;
}
.loading img{
    position: relative;
    height: 7rem;
    width: 6rem;
}

.loading>p{
    color: #fff;
   font-size: 15px;
   margin: 10px 0px ;
}
@media (min-width:300px) and (max-width:600px){
 .category_section_blog{
      flex-direction: column;
 }
 .category_section_blog .aside_blog_section{
    width: 100%;
    /* display: none; */
    height: fit-content;
    /* padding: 10px; */
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    flex-wrap: wrap;
    background: transparent;
 }
 .mobile_phn_view_blog_category{
    display: none;

    width: 90%;
    margin-inline: auto;
    overflow: scroll;
 }
 .mobile_phn_view_blog_category::-webkit-scrollbar{
    width: 0px;
    border: none;
 }
 .mobile_phn_view_blog_category .btn_container_div{
    width: fit-content;
    display: flex;
    align-items: center;
    background: #F6F0FC;
 }

 .blog_category_btn{
    width: fit-content;
    height: 29px;
    overflow: hidden;
    margin: 10px auto;
    padding: 12px;
    border: 1px solid;
    font-size: 13px;

 }
 .select_dropdown{
    width: 100%;
    /* margin-inline: auto; */
    height: 3rem;
    border: none;
    background: aliceblue;
    border-radius: 4px;
    background: #F6F0FC;
    padding: 0px 6px;
    outline: none;
    color: #424242;
 }

.select_dropdown option{
    text-transform: capitalize;
}
 .card_section_main_container{
   width:100%;

   margin: 0px;
   margin-top: 1rem;
 }
 .card_section_flex_container{
    width: fit-content;
 }

 .blog_banner_container .main_heading{
    font-size: 1rem;
 }
 .blog_banner_container .main_banner_pera {
    
    font-size: 13px;
    width: 90%;
    margin-inline: auto;
 }
 .card_btn_container_section .left_right_btn{
    display: none;
 }
 .data_not_found>p{
    font-size: 15px;
 }
 .data_not_found svg{
    height: 100px;
    width: 150px;
 }
 .card_section_inner_container .hide_card{
    display: block;
}
}