@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap);

.blog-cat-btn,
.blog-eyebrow,
.blog-page,
.blog-tag,
.blog-title-row p,
.section-small-title {
    font-size: 16px;
    font-weight: 500
}

.blog-eyebrow,
.blog-tag {
    text-transform: uppercase
}

.blog-page,
.blog-page * {
    box-sizing: border-box;
    font-family: Poppins, sans-serif
}

.blog-page {
    margin: 0;
    padding: 0;
    background: #fff;
    color: #171717
}

.blog-page img {
    display: block;
    width: 100%
}

.blog-page a {
    text-decoration: none;
    transition: .3s
}

.blog-container {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%
}

.blog-hero {
    width: 100%;
    background: #f7f5f1;
    overflow: hidden
}

.blog-hero-content {
    width: 100%;
    height: 520px;
    padding: 60px 10%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.blog-eyebrow {
    display: block;
    margin-bottom: 15px;
    color: #9a7042;
    letter-spacing: 4px
}

.blog-hero-content h1 {
    margin: 0 0 20px;
    color: #171717;
    font-size: 52px;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -1px
}

.blog-hero-content p {
    margin: 0;
    color: #606060;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.8
}

.blog-hero-image {
    width: 100%;
    height: 520px;
    overflow: hidden
}

.blog-cta-image img,
.blog-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.blog-category-strip {
    width: 100%;
    padding: 24px 0;
    background: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #e7e7e7
}

.blog-category-list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    overflow-x: auto;
    scrollbar-width: none
}

.blog-card,
.blog-cta-image,
.blog-img {
    overflow: hidden;
    width: 100%
}

.blog-category-list::-webkit-scrollbar {
    display: none
}

.blog-cat-btn {
    flex: 0 0 auto;
    min-height: 48px;
    padding: 11px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    color: #303030
}

.blog-cat-btn i {
    font-size: 17px
}

.blog-cat-btn:hover {
    color: #fff;
    background: #9a7042;
    border-color: #9a7042
}

.blog-cat-btn.active {
    color: #fff;
    background: #1c1c1c;
    border-color: #1c1c1c
}

.blog-content-section {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 75px;
    background: #fff
}

.blog-title-row {
    width: 100%;
    margin-bottom: 32px
}

.section-small-title {
    display: block;
    margin-bottom: 8px;
    color: #9a7042;
    letter-spacing: 3px
}

.blog-title-row h2 {
    margin: 0 0 8px;
    color: #171717;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.3
}

.blog-title-row p {
    margin: 0;
    color: #6a6a6a;
    line-height: 1.7
}

.blog-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e5e5e5;
    transition: transform .3s, box-shadow .3s, border-color .3s
}

.blog-card:hover {
    transform: translateY(-5px);
    border-color: #d5d5d5;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08)
}

.blog-img {
    height: 270px;
    display: block;
    background: #f3f3f3
}

.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .45s
}

.blog-card:hover .blog-img img {
    transform: scale(1.04)
}

.blog-card-body {
    width: 100%;
    flex: 1;
    padding: 23px;
    display: flex;
    flex-direction: column
}

.blog-tag {
    display: inline-block;
    margin-bottom: 9px;
    color: #956b3d;
    letter-spacing: 1px
}

.blog-content-section .row>[class*=col-],
.blog-meta {
    display: flex
}

.blog-card h3 {
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.45
}

.blog-card h3 a {
    color: #181818
}

.blog-card h3 a:hover {
    color: #956b3d
}

.blog-card p {
    margin: 0 0 22px;
    color: #686868;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75
}

.blog-meta {
    width: 100%;
    margin-top: auto;
    padding-top: 17px;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    border-top: 1px solid #eee
}

.blog-meta span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #777;
    font-size: 15px;
    font-weight: 500
}

.blog-meta span i {
    color: #956b3d;
    font-size: 15px
}

.blog-meta>a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #8a5d2d;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap
}

.blog-cta-content>a i,
.blog-meta>a i {
    transition: transform .3s
}

.blog-meta>a:hover {
    color: #171717
}

.blog-cta-content>a:hover i,
.blog-meta>a:hover i {
    transform: translateX(4px)
}

.blog-bottom-cta {
    width: 100%;
    padding-top: 0;
    padding-bottom: 70px;
    background: #fff
}

.blog-cta-image {
    height: 380px
}

.blog-cta-content {
    width: 100%;
    height: 380px;
    padding: 45px 9%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background: #1b1b1b;
    color: #fff
}

.blog-cta-content>span {
    margin-bottom: 10px;
    color: #c6a477;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 4px
}

.blog-cta-content h2 {
    margin: 0 0 13px;
    color: #fff;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.3
}

.blog-cta-content p {
    margin: 0;
    color: #d4d4d4;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8
}

.blog-cta-content>a {
    margin-top: 22px;
    padding: 14px 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #171717;
    background: #fff;
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 500
}

.blog-cta-content>a:hover {
    color: #fff;
    background: 0 0
}

@media (max-width:1199px) {
    .blog-container {
        padding-left: 3%;
        padding-right: 3%
    }

    .blog-hero-content,
    .blog-hero-image {
        height: 470px
    }

    .blog-hero-content {
        padding-left: 8%;
        padding-right: 8%
    }

    .blog-hero-content h1 {
        font-size: 44px
    }

    .blog-img {
        height: 240px
    }
}

@media (max-width:991px) {
    .blog-container {
        padding-left: 25px;
        padding-right: 25px
    }

    .blog-hero-content {
        height: auto;
        padding: 55px 40px
    }

    .blog-hero-image {
        height: 430px
    }

    .blog-hero-content h1 {
        font-size: 42px
    }

    .blog-category-list {
        justify-content: flex-start
    }

    .blog-img {
        height: 260px
    }

    .blog-cta-image {
        height: 350px
    }

    .blog-cta-content {
        height: auto;
        min-height: 350px
    }
}

@media (max-width:767px) {
    .blog-container {
        padding-left: 18px;
        padding-right: 18px
    }

    .blog-hero-content {
        padding: 42px 22px
    }

    .blog-eyebrow {
        margin-bottom: 10px;
        font-size: 14px;
        letter-spacing: 3px
    }

    .blog-hero-content h1 {
        margin-bottom: 15px;
        font-size: 34px;
        line-height: 1.2
    }

    .blog-hero-content p {
        font-size: 16px;
        line-height: 1.7
    }

    .blog-hero-image {
        height: 320px
    }

    .blog-category-strip {
        padding: 17px 0
    }

    .blog-category-list {
        gap: 9px
    }

    .blog-cat-btn {
        min-height: 44px;
        padding: 9px 15px;
        font-size: 14px
    }

    .blog-content-section {
        padding-top: 45px;
        padding-bottom: 55px
    }

    .blog-title-row {
        margin-bottom: 25px
    }

    .section-small-title {
        font-size: 14px;
        letter-spacing: 2px
    }

    .blog-title-row h2 {
        font-size: 29px
    }

    .blog-card p,
    .blog-title-row p {
        font-size: 16px
    }

    .blog-img {
        height: 250px
    }

    .blog-card-body {
        padding: 20px
    }

    .blog-cta-content>span,
    .blog-tag {
        font-size: 14px
    }

    .blog-card h3 {
        font-size: 19px
    }

    .blog-bottom-cta {
        padding-bottom: 50px
    }

    .blog-cta-image {
        height: 300px
    }

    .blog-cta-content {
        min-height: auto;
        padding: 40px 25px
    }

    .blog-cta-content h2 {
        font-size: 28px
    }
}

@media (max-width:575px) {
    .blog-hero-content {
        padding: 35px 18px
    }

    .blog-hero-content h1 {
        font-size: 30px
    }

    .blog-hero-image {
        height: 270px
    }

    .blog-img {
        height: 230px
    }

    .blog-meta {
        align-items: flex-start
    }

    .blog-meta span,
    .blog-meta>a {
        font-size: 14px
    }

    .blog-cta-image {
        height: 260px
    }

    .blog-cta-content {
        padding: 35px 20px
    }
}

@media (max-width:400px) {
    .blog-container {
        padding-left: 15px;
        padding-right: 15px
    }

    .blog-hero-content h1 {
        font-size: 28px
    }

    .blog-hero-image {
        height: 240px
    }

    .blog-img {
        height: 210px
    }

    .blog-meta {
        flex-direction: column;
        gap: 10px
    }

    .blog-cta-content h2 {
        font-size: 25px
    }
}

