

.blog_slider{
/* background: url(/img/down_bg.png);
background-position: top; */
/* border: 2px solid white; */
}

.blog_first_slide{

    position: relative;
    display: flex;
    justify-content: center;

    margin: 0 auto;
    
    width: 80.3%;
    height: 43vh;

    /* border: 2px solid white; */
}

.blog_slide_item_first,.blog_slide_item_second,.blog_slide_item_third{

    margin: 0 auto;
   

    width: 100%;
    height: 43vh;

    background: white;

}



.blog_slide_item_first{
    background-image: url(/img/blog_item2.png);
    background-position: center;
    background-size: 100% 100%;
    
}

.blog_slide_item_second{
    background-image: url(/img/blog_item.png);
    background-position: center;
    background-size: 100% 100%;
}

.blog_slide_item_third{
    background-image: url(/img/blog_item3.png);
    background-position: center;
    background-size: 100% 100%;
}

.blog_slide_item_bottom{

    position: relative;
    
    margin: auto auto;

    top: 0%;

    width: 100%;
    height: 100%;

    transition: 1s ease all;

    color: white;
   

    overflow: hidden;
}

.blog_slide_text_upper{
    background: rgba(0, 0, 0, 0.863);
    position: absolute;

    width: 100%;
    height: 100%;
    top: 28vh;

    transition: 2s ease all;
    background: rgba(0, 0, 0, 0.863);

}

.blog_slide_text_upper :nth-child(1){
    display: flex;
    justify-content: center;
    flex-direction: column;

    font-family: "Averta" !important;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 2px;
    color: white;

    margin: auto;
    padding: 20px 0px 5px 5%;

    

}

.blog_slide_text_upper :nth-child(2){
    display: flex;
    justify-content: center;
    flex-direction: column;

    font-family: "Averta" !important;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 4px;
    color: white;

    padding: 0px 0px 5px 5%;
}

.blog_slide_text_lower{
    position: absolute;
    display: flex;
    justify-content: space-between;

    font-family: "Averta" !important;
    font-weight: 400;
    padding-left: 5%;
    padding-right: 5%;

    width: 100%;

    top: 38vh;

    /* background: rgba(0, 0, 0, 0.863); */

}

.blog_slide_text_lower a{
    text-decoration: none;
    color: #FFC20E;

    font-size: 11px;

    transition: 1.5s ease all;
}

.blog_slide_text_lower p{
    font-size: 11px;
    line-height: 25.5px;
    letter-spacing: 0.5px;
    color: #FFC20E;
}

/* .blog_slide_item_bottom:hover{
    position: relative;
    
    margin: auto auto;

    top: 0%;

    width: 100%;
    height: 100%;

    transition: 2s ease all;

    color: white;
    background: rgba(0, 0, 0, 0.863);
} */

.blog_slide_text_upper:hover{
    top: 0;
    transition: 2s ease all;
}

.blog_slide_text_upper:hover .testT{
    opacity: 1;
    transition: 1s ease all;
}

/* .blog_slide_item_bottom:hover .blog_slide_text_lower :nth-child(1){
    margin-top: -3%;
    transition: 1.5s ease all;
    transition-delay: 1s;
} */

.testT{
    opacity: 0;

    transition: 1s ease all;
    height: 28vh;

    font-family: "Averta" !important;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 22.5px;
    color: white;

    padding: 10px 0px 38px 5%;
}

