﻿/*********BLOG SECTION*********/
.read-more__content,
.read-more__social-left > div {
    display: flex;
    flex-direction: column;
}

.blogs__right > time,
.read-more__social-left,
.read-more__social-right {
    display: flex;
    align-items: center;
}

.blogs__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.read-more__social {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.button-primary {
    transition: all 0.5s ease-in-out;
}

.button {
    --_btn-py: 10px;
    --_btn-px: 60px;
    padding: var(--_btn-py) var(--_btn-px);
    border: 1px solid;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    user-select: none;
    cursor: pointer;
    text-transform: uppercase;
}

    .button:focus-visible > svg > path,
    .button:hover > svg > path {
        fill: #fff;
        transition: fill 0.5s;
    }

.button-primary {
    background: #e6ad53;
    color: #000;
}

    .button-primary:focus-visible,
    .button-primary:hover {
        background: #000;
        color: #e6ad53;
    }

img,
picture,
svg {
    max-width: 100%;
    width: auto;
    height: auto;
}

.read-more__content {
    margin: 95px 0 65px;
}

    .read-more__content > h1 {
        margin-block: 20px;
        color: #fff;
        font-weight: 400;
        font-size: 24px;
        text-transform: capitalize;
        line-height: 32px;
    }

    .read-more__content > p {
        margin: 30px 0 20px;
        color: rgba(255, 255, 255, 0.9);
        font-weight: 300;
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .read-more__content > h3 {
        font-weight: 400;
        font-size: 24px;
    }

    .read-more__content > img {
        height: 180px;
        border-radius: 20px;
        object-fit: fill;
    }

.read-more__social-left {
    gap: 8px;
}

    .read-more__social-left > img {
        width: 32px;
        aspect-ratio: 1/1;
    }

    .read-more__social-left > div {
        gap: 2px;
    }

        .read-more__social-left > div > h2 {
            margin-bottom: 0;
            font-size: 12px;
            font-weight: 400;
            line-height: unset;
            text-transform: capitalize;
            color: #fff;
        }

        .read-more__social-left > div > time {
            color: rgba(255, 255, 255, 0.5);
            font-size: 12px;
        }

.read-more__social-right {
    gap: 8px;
}

    .read-more__social-right > a {
        cursor: pointer;
    }

.read-more__wrapper {
    display: unset;
}

    .read-more__wrapper > .heading {
        font-weight: 400;
        font-size: 24px !important;
        padding-bottom: 27px;
        margin-bottom: 0;
        color: #fff;
        line-height: 28px !important;
    }

    .read-more__wrapper > .paragraph {
        display: block;
        color: rgba(255, 255, 255, 0.7019607843);
        font-weight: 300;
        font-size: 16px !important;
        padding-bottom: 27px;
        margin-bottom: 0;
        line-height: 24px !important;
    }

    .read-more__wrapper > .sub-paragraph {
        display: block;
        color: rgba(255, 255, 255, 0.7019607843);
        font-weight: 300;
        font-size: 16px !important;
        padding-bottom: 15px;
        line-height: 24px !important;
    }

    .read-more__wrapper > .unordered-list {
        padding-left: 20px;
        padding-bottom: 27px;
        margin-bottom: 0;
    }

        .read-more__wrapper > .unordered-list > li {
            padding-left: 5px;
            color: rgba(255, 255, 255, 0.7019607843);
            font-size: 16px !important;
            line-height: 24px !important;
        }

            .read-more__wrapper > .unordered-list > li.checked-type {
                list-style-type: "✔ " !important;
            }

.read-more__card {
    padding: 30px 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.03);
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300;
    font-size: 16px;
}

.blogs {
    margin: 80px 0;
}

.blogs__wrapper {
    flex-direction: column;
    gap: 40px;
}

.blogs__title {
    color: #fff;
    font-size: 32px !important;
    font-weight: 300;
    text-transform: capitalize;
}

    .blogs__title > span {
        color: #e6ad53;
        font-weight: 400;
        font-size: 32px !important;
    }

.blogs__content {
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.0588235294);
}

.blogs__img {
    height: 230px;
}

    .blogs__img > img {
        width: 100%;
        height: inherit;
        object-fit: cover;
    }

.blogs__right {
    padding: 15px 20px 20px;
}

    .blogs__right > * {
        color: #fff;
    }

    .blogs__right > time {
        gap: 10px;
    }

        .blogs__right > time > span {
            color: #8f8d89;
            font-weight: 400;
            font-size: 12px !important;
        }

    .blogs__right > h4 {
        margin-block: 10px;
        font-weight: 400;
        font-size: 18px !important;
    }

    .blogs__right > div {
        height: 72px;
        margin-bottom: 20px;
        color: rgba(255, 255, 255, 0.7019607843);
        font-weight: 300;
        font-size: 16px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .blogs__right > a {
        font-weight: 600;
        font-size: 12px !important;
        text-decoration: underline;
    }

        .blogs__right > a:focus-visible,
        .blogs__right > a:hover {
            color: #fff;
        }

#timePublishDate::before {
    content: "•";
    margin: 0 6px;
    font-weight: bold;
}
/*********END Of BLOG*********/

@media screen and (min-width: 768px) {
    .button {
        font-size: 14px;
    }

    .read-more__content > h1 {
        margin: 30px 0 10px;
        font-size: 42px;
        line-height: 55px;
    }

    .read-more__content > img {
        height: 280px;
    }

    .read-more__card {
        padding: 30px;
    }

    .blogs__title {
        font-size: 52px !important;
    }

        .blogs__title > span {
            font-size: 52px !important;
        }

    .blogs__right > time > span {
        font-size: 16px !important;
    }

    .blogs__right > h4 {
        font-size: 22px !important;
    }

    .blogs__right > a {
        font-size: 14px !important;
    }

    .read-more__card {
        padding: 30px;
    }

    .blogs__right {
        padding: 35px 40px 30px;
    }
}

@media screen and (min-width: 1024px) {
    .blogs__wrapper {
        gap: 60px;
    }

    .blogs__content {
        display: grid;
        grid-template-columns: 340px 1fr;
        min-height: 300px;
    }

    .blogs__img > img {
        height: 100%;
    }

    .blogs__right > h4 {
        margin: 20px 0 15px;
    }

    .blogs__right > div {
        margin-bottom: 30px;
    }

    .blogs__content {
        display: grid;
        grid-template-columns: 340px 1fr;
    }

    .blogs__img {
        height: auto;
    }

        .blogs__img > img {
            height: 100%;
        }

    .blogs__right {
        padding-right: 72px;
    }
}
