.blog-area {
    padding-top: 30px;
    padding-bottom: 66px;
}

.blog-category-title {
    font-size: 80px;
    font-weight: normal;
    line-height: 1.2;
    font-style: italic;
    color: var(--shark-1-a-1-b-20);
    font-family: "Playfair Display", serif;
    position: relative;
    margin-bottom: 28px;
    padding-bottom: 28px;
}
body.blog .thank-you-inner h1::before {
    background-color: #FFD700;
}

.blog-area .row {
    --bs-gutter-x: 48px;
}

.full-blog {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.row-reverse {
    flex-direction: row-reverse;
}

.blog-text {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.pdb-100 {
    padding-bottom: 105px !important;
}

.full-blog-alt {
    padding-bottom: 80px !important;
}

.full-blog .blog-text {
    max-width: 450px;
    width: 100%;
    border-top: 1px solid var(--medium-purple-755-be-2);
    padding-top: 12px;
}

.blog-text-bottom a span {
    margin-right: 13px;
}


.list-blog.blog-img {
    height: 271px;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
}

.blog-img.default {

    opacity: 0.3;
    border: 1px solid #000;
}
.full-blog .blog-img {
    width: 735px;
    display: block;
    height: 495px;
    border-radius: 24px 0 0 0;
    background-size: cover;
}

.blog-img img {
    width: 100%;
}

.blog-text-top {}

.blog-text-top h3 {
    font-size: 28px;
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: var(--shark-1-a-1-b-20);
    margin-top: 10px;
    margin-bottom: 12px;
}

.blog-text-top h6 {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.15;
    letter-spacing: -0.14px;
    color: var(--medium-purple-755-be-2);
}
.full-blog-alt h3{
    line-height: 1.6;
}
.full-blog.full-blog-alt .blog-text-bottom{
    padding-left: 10px;
}
.full-blog.full-blog-alt .blog-text{
    padding-bottom: 0;
}
.full-blog-alt.row-reverse{
    margin-top: -5px;
}
.blog-text-top p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    color: var(--shark-1-a-1-b-20);
}
.full-blog-alt{
    margin-top: -31px;
}
.blog-text-bottom {
    border-bottom: 1px solid var(--medium-purple-755-be-2);
    padding-bottom: 20px;
}

.blog-text-bottom a {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.64;
    color: var(--shark-1-a-1-b-20);
    text-decoration: none;
}

.single-blog {
    padding-bottom: 75px;
    cursor: pointer;
}

.blog-text {
    width: 90%;
}

.blog-text h6 {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.15;
    letter-spacing: -0.14px;
    color: var(--medium-purple-755-be-2);
    padding-top: 16px;
    padding-bottom: 10px;
}

.blog-text a {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
    color: var(--shark-1-a-1-b-20);
    text-decoration: none;
}

.blog-text a:hover {
    color: var(--shark-1-a-1-b-20);
}

.blog-text .blog-text-top a {
    font-size: 28px;
}

.full-blog .blog-img,
.list-blog.blog-img {
    transition: all 0.6s ease-out;
    background-size: 100% 100%;
    background-position: center center;
}

.full-blog .blog-img:hover,
.list-blog.blog-img:hover
{
    border-radius: 24px 0 24px 0;
    background-size: 105% 105%;
}
.post-meta {
    display: none;
}

.pagination {
    text-align: center;
    width: 100%;
    justify-content: center;
    position: relative;
    z-index: 100;
    align-items: center;
}

.pagination a {
    padding: 0 11px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    text-align: center;
    color: #000;
}
.pagination a img {
    top: -1px;
    position: relative;
}

.pagination a.active,
.pagination a:hover {
    color: var(--medium-purple-755-be-2);
    font-weight: 500;
}
@media (max-width: 1350px) {
    .list-blog.blog-img {
        height: 228px;
    }

    .full-blog .blog-text {
            width: 34%
    }

    .full-blog .blog-img {
        width: 58%;
        height: 434px;
    }

}
@media (max-width: 1199px) {

    .blog-category-title {
        font-size: 50px;
    }
    .blog-area .row {
        --bs-gutter-x: 16px;
    }
    .blog-text-top h3 {
        font-size: 26px;
        line-height: 1.4;
        margin-top: 0;
        margin-bottom: 12px;
    }

    .blog-text-bottom {
        padding-bottom: 10px;
    }


    .list-blog.blog-img {
        height: 202px;
    }

    .full-blog .blog-text {
        width: 34%
    }

    .full-blog .blog-img {
        width: 58%;
        height: 361px;
    }

    .full-blog .single-blog-img-holder {
        width: 58%;
    }


    .full-blog .blog-text {
        padding-top: 0;
        padding-bottom: 0;
    }

    .blog-text {
        width: 100%;
    }

   body.category .D_BodyText_Poppins_regular_20px {
        font-size: 17px;
    }

    .blog-text h6 {
        font-size: 12px;
    }



}

@media (max-width: 991px) {

    .thank-you-area {
        padding-top: 70px;
    }
    body.blog .thank-you-area {
        padding-top: 120px;
        padding-bottom: 60px;
    }

    .thank-you-inner h1.blog-category-title {
        margin-bottom: 31px;
        padding-bottom: 31px;
    }
    .pagination a{
        font-size: 14px;
        padding: 0 9px;
    }
    .pagination a img{
        width: 15px;
        margin-top: -3px;
    }
    .pagination a:first-child,
    .pagination a:last-child{
        padding: 0 3px;
    }

    .full-blog .blog-text {
        width: 100%;
        margin-top: 0;
        padding-top: 0px;

    }

    .blog-text a{
        font-size: 17px;
    }

    .blog-text .blog-text-top a{
        font-size: 20px;
    }
    .full-blog .blog-text {
        max-width: 49%;
    }

    .full-blog .blog-img {
        max-width: 48%;
        height: 224px;
    }
    .list-blog.blog-img {
        height: 228px;
    }

    .full-blog .single-blog-img-holder {
        max-width: 48%;
    }

    .full-blog {
        align-items: start;
    }
    .full-blog.full-blog-alt .blog-text-bottom{
        padding-left: 0;
    }

    .blog-text-bottom {
        padding-bottom: 20px;
    }

    .blog-text a {
        font-size: 17px;
        font-weight: 400;
        max-width: 280px;
    }

    .single-blog.full-blog .blog-text a {
        font-weight: 400;
    }
    .blog-text h6{
        font-size: 14px;
        font-weight: 400;
        padding-top: 18px;
        padding-bottom: 8px;
    }
    .blog-text-top p {
        font-size: 16px;
    }

    .blog-text-top h3 {
        font-size: 24px;
    }

    .pdb-100 {
        padding-bottom: 70px !important;
    }

    .full-blog-alt {
        padding-bottom: 70px !important;
    }

    .blog-text-bottom {
        padding-bottom: 10px;
        padding-top: 25px;
    }

    .blog-text .blog-text-bottom a {
        font-size: 17px;
    }

    .blog-text-top .blog-text a {
        font-size: 20px;
        line-height: 28px;
    }
    .blog-area .single-blog{
        padding-bottom: 60px;
    }
    .pagination{
        margin-top: 0;
    }
    .post-type-archive-press .col-12 .single-blog a {
        order: 2;
    }
    .post-type-archive-press .col-12 .single-blog div.blog-text {
        order: 1;
    }
}

@media (max-width: 767px) {


    .mobile-none{
        display: none;
    }
    .pagination a img {
        width: 20px;
        margin-top: -3px;
    }
    .pagination a  {
        padding: 0 12px;
    }

    .pagination a:first-child, .pagination a:last-child {
        padding: 0 4px;
    }
    .pagination{
        margin-top: 0;
    }
    .pagination a{
        font-size: 20px;
    }
    .single-blog{
        padding-bottom: 60px;
    }
    .blog-text-bottom{
        padding-top: 40px;
    }
    .full-blog {
        flex-direction: column;
    }

    .full-blog .blog-img {
        width: 100%;
        height: 342px;
        max-width: none;
    }


    .full-blog .single-blog-img-holder {
        width: 100%;
        max-width: none;
    }

    .list-blog.blog-img {
        height: 342px;
    }

    .blog-text h6 {
        padding-top: 20px;
    }

    .full-blog .blog-text {
        max-width: 100%;
        border-top: 1px solid #755BE2;
        margin-top: 30px;
        padding-top: 0;
    }
    .blog-text a {
        max-width: 100%;
    }

    .blog-text-top p {
        font-size: 16px;
    }
    .blog-area {
        padding-top: 10px;
    }

    .pdb-100 {
        padding-bottom: 25px !important;
    }

    .single-blog {
        padding-bottom: 55px;
    }

    .blog-text a,
    .blog-text .blog-text-top a{
        font-size: 20px;
    }


    .blog-text a br {
        display: none;
    }

    .blog-text-top h3 {
        font-size: 20px;
    }

    .blog-text-bottom a span {
        margin-right: 7px;
    }

    .blog-text-bottom a img {
        width: 20px;
    }

    .blog-text a {
        font-size: 20px;
        line-height: 30px;
        font-weight: normal;
    }

    .post-type-archive-press .col-12 .single-blog a {
        order: 1;
    }
    .post-type-archive-press .col-12 .single-blog div.blog-text {
        order: 2;
    }

    .post-type-archive-press .thank-you-area {
        padding: 70px 0;
    }

    .thank-you-title {
        max-width: 298px;
    }
}

@media (max-width: 575px) {
    .full-blog .blog-img {
        height: 231px;
    }

    .list-blog.blog-img {
        height: 231px;
    }
}