/* INTRO SECTION */
.intro-section {
    margin-top: 100px;
}

.intro-section .container {
    position: relative;
}

.intro-section .title {
    max-width: 1200px;
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .intro-section .container {
        overflow: hidden;
    }
}

/* ./INTRO SECTION */


/* MODEL BLOG */
.model-blog-section.section-wrapper {
    padding-bottom: 8rem;
}


/* model header */
.model-blog-section .model-header {
    position: relative;
}

.model-blog-section .model-header .model-img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -92px;
    width: 184px;
    height: 184px;
    border-radius: 50%;
    overflow: hidden;
}


.model-blog-section .model-header .model-img img {
    width: 100%;
    height: auto;
}

.model-blog-section .model-header .model-links-n-ls {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.model-blog-section .model-header .model-links-n-ls h3 {
    font-weight: 500;
}

.model-blog-section .model-header .model-links-n-ls>div>* {
    display: inline-block;
}


.model-blog-section .model-header .model-links-n-ls>div>*:not(:last-of-type) {
    margin-right: 1rem;
}

.model-blog-section .model-header .model-links-n-ls .model-links>a:hover {
    color: #FA0695;
}

.model-blog-section .model-header .model-links-n-ls .model-ls>div>span {
    margin-right: 0.5rem;
}

.model-blog-section .model-header .model-name-n-status {
    text-align: center;
    margin-top: 70px;
}

.model-blog-section .model-header .model-name-n-status h3 {
    font-weight: 300;
    margin-bottom: 1rem;
}

.model-blog-section .model-header .model-name-n-status .online-status {
    text-transform: uppercase;
    padding: 0.2rem 0.6rem;
    letter-spacing: 1.62px;
    background-color: #4C8E3D;
    border-radius: 20px;
}

/* ./model header */

/* model text */

.model-blog-section .model-text .title {
    margin-top: 5rem;
    margin-bottom: 1.5rem;
}

.model-blog-section .model-text .title h3 {
    font-weight: 500;
    text-transform: uppercase;
}

.model-blog-section .model-text .text {
    max-height: 440px;
    overflow: auto;
}


.model-blog-section .model-text .text p {
    font-weight: 300;
    width: 95%;
    margin: auto;
}

.model-blog-section .model-text .text p:not(:last-of-type) {
    margin-bottom: 22px;
}

/* ./model text */

/* comments */


.model-blog-section .comment-counts-holder {
    margin: 2rem auto;
    width: 95%;
    display: flex;
    align-items: center;
}

.model-blog-section .comment-counts-holder img {
    width: 3rem;
    margin-right: 1.5rem;
}

.model-blog-section .comment-counts-holder a {
    font-size: 1rem;
    font-weight: 300;
}

.model-blog-section .comment-counts-holder a:hover {
    color: #ffffff;
}

.model-blog-section .comments {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.model-blog-section .comments .title h2 {
    font-size: 2.5rem;
    text-transform: capitalize;
}

.model-blog-section .comments .user-comments {
    max-height: 328px;
    overflow: hidden;
    overflow: auto;
}

.model-blog-section .comments .user-comments .comment-holder {
    display: flex;
    margin-top: 2rem;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.model-blog-section .comments .user-comments .comment-holder .avatar {
    margin-right: 1.5rem;
    flex: 0 0 auto;
    width: 3rem;
    overflow: hidden;
    border-radius: 10px;
    margin-top: 0.5rem;
}

.model-blog-section .comments .user-comments .comment-holder .avatar img {
    width: 100%;
    height: auto;
}

.model-blog-section .comments .user-comments .comment-holder .comment .comment-text p {
    font-weight: 300;
    padding-bottom: 1rem;
}

.model-blog-section .login-info p {
    font-size: 18px;
}

/* ./comments */

/* ./MODEL BLOG */

/* BANNER */

.blog-banner-section {
    text-align: center;
    line-height: 0;
}

/* ./BANNER */

/* MORE BLOGS */

.more-blogs-section {
    position: relative;
}

.more-blogs-section .bg-img {
    background-image: url('../images/blog/more-post-bg.jpg');
    background-size: cover;
    position: relative;
}

.more-blogs-section .bg-img .opacity-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: rgba(0, 0, 0, 0.8); */
    z-index: 0;
}

.more-blogs-section .sort-blogs,
.more-blogs-section .blogs-holder .blog-cube {
    position: relative;
}

.more-blogs-section .section-wrapper {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.more-blogs-section .sort-blogs {
    width: 95%;
    text-align: right;
    margin-bottom: 6rem;
}

.more-blogs-section .sort-blogs span.active,
.more-blogs-section .sort-blogs span:hover {
    color: #FA0695;
}

.more-blogs-section .sort-blogs span {
    font-size: 18px;
    letter-spacing: 0.5px;
    font-weight: 700;
}

.more-blogs-section .sort-blogs span:hover {
    cursor: pointer;
}

.more-blogs-section .sort-blogs span:not(:last-of-type) {
    margin-right: 2rem;
}

.more-blogs-section .blogs-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.more-blogs-section .blogs-holder .blog-cube {
    width: 30%;
    max-width: 450px;
    margin-bottom: 6rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    padding: 1rem;
    background-color: #000000;
    border-radius: 10px;
}

.more-blogs-section .blogs-holder .blog-cube .blog-date {
    position: absolute;
    color: #616161;
    top: -1.75rem;
}

.more-blogs-section .blogs-holder .blog-cube .blog-model {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.more-blogs-section .blogs-holder .blog-cube .blog-model .blog-model-info {
    display: flex;
    align-items: center;
}

.more-blogs-section .blogs-holder .blog-cube .blog-model .blog-model-info .img-holder {
    width: 42px;
    height: 42px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 0.5rem;
}

.more-blogs-section .blogs-holder .blog-cube .blog-model .blog-model-info .img-holder img {
    max-width: 100%;
    height: auto;
}

.more-blogs-section .blogs-holder .blog-cube .blog-model .blog-model-ls>div {
    display: inline-block;
}

.more-blogs-section .blogs-holder .blog-cube .blog-model .blog-model-ls>div {
    color: #616161;
}

.more-blogs-section .blogs-holder .blog-cube .blog-model .blog-model-ls>div:not(:last-of-type) {
    margin-right: 0.5rem;
}


.more-blogs-section .blogs-holder .blog-cube .blog-title {
    text-transform: capitalize;
    margin: 1.25rem 0;
    font-weight: 300;
}

.more-blogs-section .blogs-holder .blog-cube .btn-holder button {
    font-size: 20px;
    padding: 0 2rem;
}

.more-blogs-section .pagination {
    display: flex;
    justify-content: center;
}

.more-blogs-section .pagination .pagination-num {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 0.5rem;
    border: 2px solid #616161;
    border-radius: 10px;
}

.more-blogs-section .pagination .pagination-num.active,
.more-blogs-section .pagination .pagination-num:hover {
    background-color: #FA0695;
    border: 2px solid #FA0695;
    transition: .3s ease;
}

.more-blogs-section .pagination .pagination-num:hover {
    cursor: pointer;
}

/* ./MORE BLOGS */

@media (max-width: 1199.98px) {

    .model-blog-section.section-wrapper,
    .more-blogs-section .section-wrapper {
        padding-bottom: 6rem;
    }

    .more-blogs-section .section-wrapper {
        padding-top: 6rem;
    }

    .model-blog-section .model-header .model-img {
        top: -82px;
        width: 164px;
        height: 164px;
    }

    .model-blog-section .model-header .model-name-n-status {
        margin-top: 60px;
    }

    .model-blog-section .model-text .text {
        max-height: 400px;
    }

    .model-blog-section .model-text .text p:not(:last-of-type) {
        margin-bottom: 20px;
    }

    .model-blog-section .comments .title h2 {
        font-size: 2.3rem;
    }

    .more-blogs-section .container-l {
        width: 100%;
    }

    .more-blogs-section .sort-blogs {
        margin-bottom: 4rem;
    }

    .more-blogs-section .blogs-holder .blog-cube {
        width: 45%;
        margin-bottom: 4rem;
    }

    .model-blog-section .comments .user-comments .comment-holder .comment {
        padding-left: 20px;
    }
}

@media (min-width: 767.99px) {
    .model-blog-section .model-text .title {
        padding-left: 2.5%;
    }
}

@media (max-width: 767.98px) {
    .intro-section {
        margin-top: 80px;
    }

    .model-blog-section.section-wrapper,
    .more-blogs-section .section-wrapper {
        padding-bottom: 4rem;
    }

    .more-blogs-section .section-wrapper {
        padding-top: 4rem;
    }

    .model-blog-section .model-header .model-img {
        top: -62px;
        width: 124px;
        height: 124px;
    }

    .model-blog-section .model-header .model-name-n-status {
        margin-top: 50px;
    }

    .model-blog-section .model-text .title {
        margin-top: 4rem;
        text-align: center;
    }

    .model-blog-section .model-text .text {
        max-height: 360px;
    }

    .model-blog-section .model-text .text p:not(:last-of-type) {
        margin-bottom: 18px;
    }

    .model-blog-section .comments .title h2 {
        font-size: 2.1rem;
    }

    .more-blogs-section .blogs-holder .blog-cube {
        width: 90%;
        justify-content: center;
    }

    .model-blog-section .comments .user-comments .comment-holder .avatar,
    .model-blog-section .comment-counts-holder img {
        width: 2.5rem;
    }

    .model-blog-section .comments .user-comments .comment-holder .comment {
        padding-left: 0px;
    }

}

@media (max-width: 575.98px) {

    .more-blogs-section .sort-blogs {
        width: 100%;
        text-align: center;
    }

    .model-blog-section .model-header .model-img {
        position: static;
        transform: none;
        margin: -20px auto 10px auto;
    }

    .model-blog-section .model-header .model-name-n-status {
        margin-top: 40px;
    }

    .model-blog-section .comments .user-comments .comment-holder {
        max-width: 100%;
    }

    .more-blogs-section .sort-blogs span:not(:last-of-type) {
        margin-right: 0.5rem;
    }
}

@media (max-width: 374.98px) {
    .intro-section .container.container-l {
        overflow-x: hidden;
        width: 100%;
    }

    .intro-section .container .img-holder {
        width: 160%;
    }

    .model-blog-section .model-header .model-links-n-ls {
        flex-wrap: wrap;
        justify-content: center;
    }

    .model-blog-section .model-header .model-links-n-ls>* {
        width: 100%;
        text-align: center;
    }

    .model-blog-section .model-header .model-links-n-ls>*:not(:last-of-type) {
        margin-bottom: 1rem;
    }


}


/* scrollbar */
/* width */
.model-blog-section ::-webkit-scrollbar {
    width: 3px;
}

/* Track */
.model-blog-section ::-webkit-scrollbar-track {
    background: #383838;
    border-radius: 3px;
}

/* Handle */
.model-blog-section ::-webkit-scrollbar-thumb {
    background: #FA0695;
    border-radius: 3px;
}

/* ./scrollbar */