/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.blog-header {
    width: 100%;
    height: 55vh;
    background: -webkit-gradient(linear, left top, right top, from(#111), to(rgba(17, 17, 17, 0.00)));
    background: -o-linear-gradient(left, #111 0%, rgba(17, 17, 17, 0.00) 100%);
    background: linear-gradient(90deg, #111 0%, rgba(17, 17, 17, 0.00) 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 4vw;
    position: relative;
}

.policy-header {
    background: #111111;
}

.policyHeading {
    font-size: calc(var(--desktop-font-size) * 3);
}

.single-blog-heading {
    width: 70%;
    color: #FFF;
    font-weight: 400;
}

.blog-link {
    text-decoration: none;
    color: #FFF;
    font-size: 1rem;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
}


.scrollbar-items {
    padding: 5vh 6.5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.scrollbar-items .stock-button {
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    padding: 3vh 4vw;
    border-bottom: 1px solid #C5C5C5;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}


.blog-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3rem;
    padding: 2vh 6vw;
    padding-bottom: 10vh;
}


.scrollbar-left,
.scrollbar-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contant {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4rem;
    padding: 4vh 6vw;
}

.blog-content {
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
}

.blog-content-container-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
}

.blog-text-1 {
    color: #4F4F4F;
    text-align: justify;
    font-size: calc(var(--desktop-font-size) * 1.4);
    font-weight: 500;
}

.blog-text-2 {
    color: #4F4F4F;
    text-align: justify;
    font-size: calc(var(--desktop-font-size) * 1.2);
    font-weight: 500;
    line-height: normal;
}

.published-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
}

.published-container .paragraph {
    color: #111;
    text-align: right;
    font-size: calc(var(--desktop-font-size) * 0.78);
    font-weight: 500;
    text-align: left;
}

.postTime {
    color: #828282;
    text-align: right;
    font-size: calc(var(--desktop-font-size) * 0.85);
    font-weight: 700;
    text-align: left;
}

.blog-content-paragraph {
    color: #4F4F4F;
    font-size: calc(var(--desktop-font-size) * 0.85);
    font-weight: 400;
}

.recent-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 30%;
    gap: 1rem;
}

.recent-blog .blog-container{
    padding: 2vh 0;
}

.recent-blog .blog {
    width: 100%;
}

.blog-link {
    text-decoration: none;
}

@media (max-width: 1024px) {
    .blog-header {
        height: 50vh;
        padding: 0 4vw;
    }

    .blog-header .paragraph {
        width: 60%;
    }

    .blog-container {
        padding: 2vh 3vw;
        padding-bottom: 10vh;
    }

    .blog {
        width: 45%;
    }

    .blog .blog-img {
        height: 20vh;
    }


    .contant {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .blog-content {
        width: 100%;
    }

    .blog-header {
        height: 60vh;
    }

    .single-blog-heading {
        width: 100%;
    }

    .recent-blog {
        width: 100%;
    }

    .recent-blog .blog-container {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 0;
    }

    .recent-blog .blog-container .blog {
        width: 45%;
    }
}


@media (max-width: 480px) {
    .blog-header .paragraph {
        width: 100%;
    }

    .scrollbar-items {
        width: 100%;
        padding: 2vh 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 1.5rem;
    }

    .scrollbar-left,
    .scrollbar-right {
        width: 100%;
    }

    .scrollbar-left button,
    .scrollbar-right button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .scrollbar-right button {
        width: 50%;
        text-align: center;
    }

    .scrollbar-left button {
        text-align: center !important;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .blog-container {
        padding: 2vh 6vw;
        padding-bottom: 10vh;
    }

    .blog {
        width: 100%;
    }

    .blog .blog-img {
        height: 27vh;
    }

    .blog-title-cont {
        gap: 0.5rem;
        padding: 3vh 2vw;
    }
    .recent-blog .blog-container .blog {
        width: 100%;
    }

}