﻿.blog-hero-section.product-section-1 .title {
    font-size: 110px !important;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
    font-weight: 500;
}
}

.blog-hero-section.product-section-1 .title-and-subtitle {
    justify-content: center;
}

.blog-hero-section .title-and-subtitle .box {
    width: auto;
    margin: auto;
}

.blog-hero-section .subtitle-text {
    font-size: 18px;
}

.blog-hero-section .subtitle-container {
    justify-content: center;
}

.blog-hero-section.product-section-1 {
    height: 65vh;
}

.blogs .interactive-banners-style-05 {
    flex-direction: row;
}

.blogs .product-item {
    height: 300px;
}

.blogs .interactive-banners-image {
    height: 100%;
}

.blogs .interactive-banners-content {
    height: 100%;
}

#products.blogs {
    background: rgba(217, 217, 217, 0.25);
}

.blogs .product-item:hover {
    cursor: pointer;
}

.blogs .product-item {
    text-decoration: none;
}

.blogs .category-btn {
    margin-top: 0;
    width: auto;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    max-width: max-content;
    margin-bottom: 15px;
}

.blogs .interactive-banners-content {
    padding-top: 10px;
    padding-left: 25px;
}

.blogs .interactive-banners-content-text {
    border-bottom: none;
}

    .blogs .interactive-banners-content-text.date {
        border-bottom: none;
        padding-bottom: 0;
        color: #67B1C6;
        display: flex;
        justify-content: flex-end;
    }

.all-categories-filter {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 90px;
    flex-wrap: wrap;
    max-width: 1100px;
}

.category-filter {
    text-transform: uppercase;
    color: rgba(50, 50, 50, 0.5);
}

    .category-filter:hover {
        cursor: pointer;
        color: rgba(50, 50, 50);
    }

    .category-filter:active {
        color: rgba(50, 50, 50);
    }


.category-filter {
    position: relative;
    line-height: 35px;
    margin-top: 30px;
    margin-left: 15px;
    margin-right: 15px;
}

    .category-filter:after {
        background: none repeat scroll 0 0 transparent;
        bottom: 0;
        content: "";
        display: block;
        height: 2px;
        left: 50%;
        position: absolute;
        background: rgb(50, 50, 50) !important;
        transition: width 0.3s ease 0s, left 0.3s ease 0s;
        width: 0;
    }

    .category-filter:hover:after {
        width: 100%;
        left: 0;
        color: rgb(50, 50, 50) !important;
    }

.blogs h3, .blog-pinned-articles-section h3 {
    color: #323232;
    font-size: 40px;
    font-weight: 500;
    font-family: 'Poppins';
}

.selected-categories {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.selected-categories .category-btn {
    font-size: 11px !important;
}

.blogs .products-block {
    max-width: 1200px;
}

    .blogs .products-block .flex-row {
        justify-content: flex-start;
    }


.blog-content {
    max-width: 800px;
    margin: auto;
    padding: 250px 50px 180px 50px;
}

    .blog-content p, .blog-content span {
        font-family: 'Roboto', sans-serif !important;
        font-weight: 300 !important;
        color: rgb(37, 40, 42) !important;
        font-size: 16px;
        line-height: 28px;
        font-stretch: extra-expanded !important;
    }

.single-blog-hero .rectangle {
    will-change: transform;
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    max-width: 1000px;
    max-height: 400px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    color: white;
    transition: transform 0.3s ease-in-out;
}

.single-blog-hero .rectangle::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.rectangle-inner {
    width: 100%;
    height: 100%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.single-blog-hero .rectangle-inner::before {
    content: '';
    background-size: cover; /* Adjust this based on your design needs */
    opacity: 0.05; /* Setting opacity to 0.1 for the background image */
    background-image: url('/backgrounds/dots_background.svg');
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.prev-next-blog-section {
    height: 150px;
    width: 100%;
    display: flex;
    flex-direction: row;
}

.prev-blog,
.next-blog {
    width: 50%;
    display: flex;
    justify-content: center;
    object-fit: cover;
    object-position: center;
    background-position: center !important;
    background-size: cover !important;
    text-decoration: none;
    transition: transform background-size 0.5s ease, background-size 2s ease; /* Adjust the transition duration and timing function as needed */
}

.prev-blog:hover,
.next-blog:hover {
  cursor: pointer;
  background-size: 120% !important;
}

    .prev-blog h4, .next-blog h4 {
        margin: auto;
        color: white;
    }

.prev-next-blog-titles-section {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}

.prev-next-blog-section .arrow {
    height: 30px;
    width: 30px;
    margin: auto;
}

.arrow-prev {
    transform: scaleX(-1);
}

.blog-pinned-articles-section {
    background-color: #F8F4F0;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.pinned-blogs {
    width: 1100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: auto;
    padding-top: 50px;
}

.pinned-blogs-half {
    width: 50%;
    margin: 10px;
}

.pinned-blog-big img, .pinned-blog-small img {
    max-width: -webkit-fill-available;
    height: 100%;
}

.pinned-blog-small img {
    width: 100%;
}

.pinned-blogs-small {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.pinned-blogs-small img {
    object-fit: cover;
}

.blog-pinned-articles-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 100px;
    text-align: center;
}

.pinned-blog-title {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) !important;
    text-align: center;
    color: white;
    padding-bottom: 30px;
    height: 100%;
    font-size: 18px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 30px 20px;
    font-size: 17px;
}

.pinned-blog-big, .pinned-blog-small {
    position: relative;
    transition: transform 0.5s;
}

.pinned-blog-small {
    margin-left: 5px;
    margin-right: 5px;
}

    .pinned-blog-small:hover, .pinned-blog-big:hover {
        transform: translateY(-20px) !important;
    }

.pinned-blog-date {
    font-size: 14px;
}

.pinned-blog-small .selected-categories {
    position: absolute;
    padding-left: 15px;
}

    .pinned-blog-small .selected-categories .btn-light-brown {
        opacity: 0.9;
        margin-right: 5px;
    }

.pinned-blog-big .pinned-blog-title {
    height: unset;
    padding: 20px;
    flex-direction: row;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.pinned-blog-big .pinned-blog-big-category {
    width: 35%;
    font-size: 15px;
}

    .pinned-blog-big .pinned-blog-big-title {
        width: 65%;
        text-align: center;
        font-size: 18px;
    }

    .category-text {
        text-transform: uppercase;
        color: #C49960;
        padding-right: 20px;
        border-right: 1px solid white;
    }

.white-bg {
    background: white;
    padding-top: 80px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.pinned-blog-big-date {
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    margin-top: 15px;
    margin-left: 15px;
    background: white;
    color: black;
    padding: 5px 15px;
}

.pinned-blog-pin-icon {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 15px;
    margin-right: 15px;
}

.blog-hero-section .line {
    background: white;
}

.blog-hero-section .subtitle-text {
    color: white;
    font-size: 17px;
    font-weight: 400;
}

.pinned-blog-small-screen {
    display: none;
}

/* Responsivity */
@media(max-width: 919.98px) {
    .pinned-blogs {
        align-items: center;
        flex-direction: column;
        max-width: unset;
        width: -webkit-fill-available;
    }

    .pinned-blogs-half {
        padding: 25px;
        width: 100%;
    }

    .blogs .product-item {
        height: unset;
        margin-bottom: 0;
    }

    .blogs .interactive-banners-style-05 {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .selected-categories {
        justify-content: flex-start;
        margin-top: 15px;
    }

    .selected-categories .category-btn {
        margin-right: 5px;
    }

    .all-categories-filter {
        justify-content: center;
    }

    .blog-hero-section .title {
        text-align: center;
    }
}

@media(max-width: 716.98px) {

    .blog-hero-section.product-section-1 .title {
        font-size: 65px !important;
    }

    .blog-hero-section .title-and-subtitle .box {
        padding-top: 30px;
    }

    .blog-hero-section .subtitle-text {
        font-size: 15px;
    }

    .pinned-blog-big .pinned-blog-title {
        padding: 10px;
    }

    .pinned-blog-big .pinned-blog-big-title {
        font-size: 14px;
        padding: 0 10px;
        margin: auto;
    }

    .category-text {
        font-size: 12px;
        margin: auto;
    }

    .selected-categories {
        margin-top: 0;
    }

    .pinned-blogs-small {
        flex-direction: column;
    }

    .pinned-blog-small {
        margin-bottom: 40px;
    }

    #products.blogs {
        margin-top: 20px;
        padding-top: 0;
    }

    .pinned-blog-big {
        display: none;
    }

    .pinned-blog-small-screen {
        display: flex;
    }

    .pinned-blogs-half {
        padding: 0;
    }

    .pinned-blogs {
        padding-left: 25px;
        padding-right: 25px;
    }

    .products-block a {
        margin-bottom: 0 !important;
    }

    .all-categories-filter {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 50px;
    }

    .prev-blog h4, .next-blog h4 {
        font-size: 16px;
        font-weight: 400;
        padding: 10px;
    }

    .prev-next-blog-section .arrow {
        margin: auto 10px;
    }

    .single-blog-hero .rectangle {
        max-height: 400px;
    }

    .rectangle-inner {
        padding: 20px;
    }

    .blog-content {
        padding: 250px 30px 180px 30px;
    }
}