.blog_section_prop a{
    text-decoration: none!important;
}
.blog_section_prop{
    overflow: hidden;
    margin: 100px -1000px 0px -1000px;
    padding-bottom: 100px;}
.blog_margin{
    margin-left: auto;
    margin-right: auto;
    width: 964px;}
.blog_section{
    margin-bottom: 80px;}
.AllCases_button{
    float: right;
    background: #EDEDED;
    border-radius: 36px;
    border: 0px solid red;
    text-align: center;
    padding: 12px 30px;
    font-family: Inter-Regular;
    font-size: 14px;
    color: #0d0d3f;
    margin: 50px 0px 25px 0px;
    font-weight: 600;
    transition-duration: 0.6s;}
.AllCases_button:hover{
    cursor: pointer;
    color: red;}
.blog_section_title{
    margin: 40px 0!important;
    text-align: center;
}
.blog_posts_list{
    clear: both;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;}
.single_blog_post{
    width: 384px;
    min-height: 430px;
    margin: 0 0px 80px;
    box-sizing: border-box;
    position: relative;
    transition-duration: 0.6s;
text-decoration: none;
}

.single_blog_post_image img{
    width: 384px;
    height: 202px;
    overflow: hidden;
    border-radius: 6px;
    object-fit: cover;
    margin: 0px;
    transition-duration: 0.6s;
}
.single_blog_post_image{
    width: 384px;
    height: 202px;
    overflow: hidden;
    border-radius: 6px;
    transition-duration: 0.6s;
}
.contenta{
    max-height: 140px;
    height: auto;
    padding: 0;
    color: #FFF;
    transition: max-height 4s;
    transition-delay: 0s;}
.title{
    margin-top: 0px;
    font-family: Nunito;
    color: #121212;
    font-weight: 750;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 18px;
    transition-duration: 0.6s;
}


.blog_container{
  margin: 0 auto;
  width: 700px;
  padding-top: 100px;
}
.blog_container p{
    margin-bottom: 18px;
    padding-bottom: 0!important;
    font-family: Nunito;
    font-size: 18px;
    font-weight: 400;
    color: #4B4B4B;
    line-height: 1.65;
}
.blog_container span{
    font-weight: 300!important;
}
.blog_container a{
    text-decoration: underline;
}
.blog_container h2{
    margin: 72px 0 36px;
    font-family: "Nunito", Sans-serif;
    font-size: 36px!important;
    color: #121212!important;
    font-weight: 800;
}
.blog_post_title{
    font-family: "Nunito", Sans-serif;
    font-size: 40px!important;
    color: #121212!important;
    font-weight: 800;
    margin: 0 auto 50px;
    width: 700px;
    text-align: center;
    line-height: 1.2;
}
.blog_container h2::after {
    content: none
}
.blog_container h3{
    font-family: "Nunito", Sans-serif;
    margin: 42px 0 16px;
    margin-bottom: 16px!important;
    font-size: 22px;
    line-height: 30px;
    color: #121212!important;
    font-weight: 800;
}
.blog_container h4{
    font-weight: 600;
}
.blog_container ul{
    margin-bottom: 24px;
    margin-left: 10px;
}
.blog_container li{
    width: 100%;
    margin-bottom: 12px;
    margin-left: 20px;
    font-family: "Nunito", Sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
}
.blog_container li::marker{
    color: #f28d00;
    }
.blog_container &:before{
    content: '';
    opacity: 0;
    position: absolute;
    bottom: 5px;
    height: 2px;
    width: 90%;
    left: 5%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-box-shadow: 0 0 50px 2px #000;
    box-shadow: 0 0 50px 2px #000;
}   
.blog_container img{
    margin-bottom: 30px;
}
.blog_container .content{
    height: auto;
    padding: 10px 14px 8px 15px;
    color: #FFF;
    transition: max-height 4s;
    transition-delay: 0s;
}
.blog_container .excerpt{
    font-family: Inter-Regular;
    font-size: 18px;
    line-height: 23px;
    color: #0D0D3F;
    white-space: break-spaces;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 26px;
    margin-bottom: 20px;
}
.blog_container .next_article_button{
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 16px;
    right: 30px;
}
.blog_container .next_article_text{
    font-family: Gilroy-SemiBold;
    font-size: 18px;
    line-height: 22px;
    color: #0D0D3F;
    transition: 0.6s;
    margin-bottom: 0;
    margin-right: 8px;
}
.blog_container .next_article_img{
    transition: 0.6s
}
.single_blog_post:hover .title{
    transition-duration: 0.6s
}
.progress {
    position: fixed;
    top: 75px;
    left: 0;
    width: 100%;
    height: 3px;
    background: white;
    z-index: 1;
}
.bar {
    height: 100%;
    width: 10%;
    background: orange;
    transition: .15s ease;
} 
.author_meta{
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}
.name {
    font-family: Nunito;
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline #03cece;
    margin-bottom: 1px;
    line-height: 1.5;
    color: #121212
}
.date{
    font-family: Nunito;
    font-size: 14px;
    color: #878787;
    margin: 0;
    font-weight: 400;
}
.text_wrap{
    margin-left: 16px
}
.post_image{
    margin: 0 auto 90px;
    max-width: 1000px;
    border-radius: 6px;
    display: block;
}
.avatar{
    border-radius: 36px;
    height: 48px;
    width: 48px;
    margin-bottom: 0!important;
}
.social-media__list{
    display: grid;
    grid-gap: 1.2rem 1.6rem;
    place-content: center;
    grid-template-columns: auto;
    position: fixed;
}
.social-media__item{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.social-media__item span{
    display: flex;
}
.social-media__item svg{
    width: 14px;
    height: 14px;
}
.my_container{
    margin: 0 auto;
    width: 1200px;
    padding: 90px 0 0 0;
}
.blog_post_lists{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 24px;
}
.share .social-media__item[href*=facebook]{
    color: #1877f2
}
.social-media__item[href*=twitter]{
    --social-media-item-color: #1da1f2
}
.social-media__item[href*=linkedin]{
    color: #0f74b6
}
.fbhov:hover {
    background-color: #1877f2;
    border-color: #1877f2;
    color: white;
}
.twhov:hover {
    background-color: #1da1f2;
    border-color: #1da1f2;
    color: white;
}
.lihov:hover {
    background-color: #0f74b6;
    border-color: #0f74b6;
    color: white;
}
.tags{
    margin-top: 100px;
}
.tags_title{
    font-size: 12px!important;
    font-weight: 700!important;
    margin: 0 0 30px;
    letter-spacing: 1px;
}
.tags_list{
    display: flex;
    flex-wrap: wrap;
}
.tag{
    margin: 0 8px 20px 0;
    padding: 2px 8.4px 1px;
    font-family: Nunito;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 800;
    border-radius: 4px;
    color: white;
    width: fit-content;
    line-height: 1.9;
}
.blog_container .bloga{
    color: #f28d00;
    font-weight: 800!important;
}
.tiles{
    justify-content: flex-start;
    margin: 0px;
    position: absolute;
    bottom: 0;
}
.imgimg{
    margin-bottom: 30px!important;
    transition: transform 0.6s;
}
.orange{
    color: #03cece!important;
}
.blog_title{
    color: #121212!important;
    font-weight: 700!important;
    font-size: 48px!important;
    margin-bottom: 100px!important;
    font-family: Nunito;
}
.single_blog_post:hover .imgimg{
    transform: scale(1.1);
}
@media only screen and (max-width:767px){
    .tiles{
        position: unset;
        bottom: unset;
    }
    .my_container{
        width: 100%;
    }
    .progress{
        top: 64px;
    }
    .blog_title{
        font-size: 34px!important;
        line-height: 44px;
        margin-bottom: 70px!important;
    }
    .blog_post_title{
        width: 100%;
        font-size: 36px;
        line-height: 1.2;
    }
    .author_meta{
        margin-bottom: 40px;
    }
    .post_image{
        width: 100%;
    }
    .blog_container{
        width: 100%;
        padding-top: 40px
    }
    .blog_section_prop{
        margin: 0
    }
    .blog_margin{
        width: 100%;
    }
    .single_blog_post{
        height: 420px;
        min-height: 420px;
        margin: 0 0 50px;
    }
    .social-media__list{
        position: relative;
        margin: 50px 40px;
        display: flex
    }
    .social-media__item{
        width: 40px;
        height: 40px;
    }
    .single_blog_post_image img{
        width: 100%;
    }
    .single_blog_post_image{
        width: 100%;
    }
}


.desktop{
display: block;
}
.mobile{
display: none;
}
.pop_a{
width: 45%;
height: 40px;
transition-duration: 0.6s
}
.button_box:hover{
background: #be3455;
}
.button_box:hover .button_text{
color: white;
}
.price_none{
position: absolute;
right: 10px;
bottom: 9px;
color: #333;
font-size: 14px;
font-family: Nunito;
font-weight: 600;
}
.popul li{
font-size: 12px;
text-align: left!important;
color: #6e6e6e!important;
font-family: Nunito;
font-weight: 500;
}
.popul li::marker{
  color: #be3455!important
}
.popul{
margin-bottom: 6px!important;
width: 61%;
}
.sec{
width: 39%
}
.third{
width: 100%
}
.lists_flex{
 display: flex;
}
.pop_img_div{
width: 54%;
max-height: 540px;
overflow: hidden;
}
.icons_flex{
display: flex!important;
margin: 8px 0 0px;
}
.pop_sub{
font-family: "Nunito", Sans-serif;
font-size: 18px!important;
color: #333333!important;
font-weight: 700;
margin: 16px 0 0px 0!important;
text-align: left;
line-height: 34px;
}
.pop_p{
margin-top: 0px!important;
font-family: Nunito;
color: #000;
font-weight: 500;
}
.pop_sec{
padding: 16px 30px 0px;
}
.pop_title{
font-family: Nunito;
font-weight: 700!important;
font-size: 36px!important;
color: #be3455!important;
text-align: left;
margin-bottom: 0px!important;
margin-top: 0px!important;
}
.pop_title:after{
display: none
}
.icon_box{
display: flex;
justify-content: center;
align-items: center;
padding:3px 10px;
width: max-content;
border: 1px solid #be3455;
border-radius: calc(0.25em * 2);
margin-right: 10px
}
.santa{
bottom: 12px;
right: 80px;
width: 60px;
height: 60px;
position: fixed;
border: 2px solid #fb7a03;
background: white;
border-radius: 30px;
position: fixed;
justify-content: center;
align-content: space-around;
align-items: center;
margin-bottom: 0px!important;
cursor: pointer;
display: flex;
}
.santa_img{
width: 46px!important;
height: 46px!important;
margin-bottom: 0px!important
}
.icon_img{
width: 20px!important;
margin:0!important
}
.place_icon_text{
margin-bottom: 0!important;
margin-left: 12px!important;
font-family: "Nunito", Sans-serif;
font-size: 13px;
font-weight: 700;
color: #4b4f57;
margin-top: 0!important;
}
.popup{
background-color: #ffffff;
width: 900px;
max-height: 540px;
padding: 0;
position: absolute;
transform: translate(-50%,-50%);
left: 50%;
top: 56%;
border-radius: 8px;
font-family: "Poppins",sans-serif;
text-align: center;
}
.pop_flex{
display: flex;
flex-direction: row;
}
.pop_img{
margin-bottom: 0!important;
border-radius: 8px 0 0px 8px;
margin-top: 0;
margin-left: -1px;
width: 380px!important;
height: 540px!important;
max-width: unset!important;
}
.popup button{
display: block;
position: absolute;
right: 5px;
top: 5px;
background-color: transparent;
font-size: 30px;
color: #c5c5c5;
border: none;
outline: none;
cursor: pointer;
}
.popup p{
font-size: 14px;
text-align: justify;
margin: 8px 0 2px;
line-height: 25px;
padding-bottom: 0!important;
}
.popup_background{
 height: 100%;
 width: 100%;
display: none;
position: fixed;
transform: translate(-50%,-50%);
left: 50%;
top: 50%;
background: rgba(0,0,0,0.4);
}
.buttons_flex{
display: flex!important;
margin: 12px 0 0px;
}
.button_box{
display: flex;
justify-content: center;
align-items: center;
padding:4px 10px;
border: 1px solid #be3455;
border-radius: calc(0.25em * 2);
margin-right: 10px;
transition-duration: 0.6s
}
.button_img{
width: 20px!important;
margin:0!important
}
.button_text{
margin-bottom: 0!important;
margin-left: 12px!important;
font-family: "Nunito", Sans-serif;
font-size: 13px;
font-weight: 700;
color: #4b4f57;
margin-top: 0!important;
}
@media only screen and (max-width:767px){
.desktop{
    display: none;
}
.mobile_margin{
margin-bottom: 20px!important
}
.mobile{
    display: block
}
.mobile_img{
margin-bottom: 0px!important;
}
.button_search{
   width: 100%!important;
margin-bottom: 16px;
}
.price_none{
font-size: 12px;
}
}