.blog-bg {
    background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)),
    url('../media/wedding-photo.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 29%;
    background-attachment: fixed;
    position: relative;
    padding: 128px 0px;
}
.blog-bg:after {
    position: absolute;
    content: '';
    background-image: url('../media/shap-2.png');
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: cover;
    left: 0;
    right: 0;
    width: 100%;
    height: 93px;
    bottom: 0;
    opacity: 01;
}
.blog-heading {
    font-family: var(--heading-font);
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 40px 0px;
}


/**/
/* Pagination links */
.pagination {
    justify-content: center;
    padding-top: 43px;
    padding-bottom: 45px;
}
.pagination a {
    color: black;
    float: left;
    margin: 0px 3px;
    text-decoration: none;
    transition: background-color .3s;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 10px;
}

/* Style the active/current link */
.pagination a.active {
    background-color: #e72e77;
    color: white;
    border-radius: 100px;
}
/* Add a grey background color on mouse-over */
.pagination a:hover:not(.active), li.active.my-active a {
    border-radius: 100px;
    background-color: #f6d9e7;
}
.image-blog {
    max-height: 300px;
}





/* single-blog */
.signle-blog-section {
    position: relative;
    padding-top: 53px;
}
.leave-section {
    background: #fff;
    border-radius: 10px;
    padding: 20px 20px 17px 20px;
    margin-top: 30px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;

}
.leave-section h4 {
    font-size: 40px;
    font-weight: 600;
    font-family: var(--heading-font);
    color: var(--primary-color);-family: var(--heading-font);
    color: var(--primary-color);
    font-family: 'Dancing Script', cursive;
}

.leave-form {
    padding: 10px;
    margin: 12px 0px;
}

p.blog-link {
    color:var(--primary-color);
    font-size: 26px;
    font-weight: 600;
}
.date-sectiones {
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 11px 0px 22px 7px;
}
.date-sectiones a i {
    color:var(--primary-color);
}
a.no-section {
    color: #252525b5;
}
.single-blog img {
    width: 100%;
    border-radius: 7px;
}
.client-comment-section {
    padding: 30px 0px 30px 0px;
}
.comment-count h4 {
    font-size: 21px;
    margin-bottom: 11px;
    color: var(--primary-color);
}
.client-comment-detail {
    display: flex;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    padding: 10px;
    border-radius: 10px;
}
.client-img {
    width: 50%;
    height: 50%;
}
.client-img img {
    max-width: 80px;
    border-radius: 100%;
    height: 80px;
}
.client-comm {
    padding-left: 18px;
    min-height: 142px;

}
.client-comm h3 {
    font-size: 17px;
    padding-top: 8px;
}
.client-comm h6 {
    font-size: 14px;
    color: #32342bd9;
}
.client-comm p {
    font-size: 14px;
}