.header-area {
    background-color: black;
}

.features-area {
    background-color: var(--theme);
}


/* Banner Area */

.mr-10 {
    margin-right: 10px;
}

.header-spacing {
    padding-top: 200px;
    padding-bottom: 100px;
}

.icon-img-80 {
    width: 80px;
}

.p-style {
    font-size: 17px !important;
    font-weight: 500;
}

.long-arw {
    margin-right: 30px;
}

.hero-area .section-title {
    font-size: 80px
}

@media only screen and (max-width:1599px) {
    .hero-area .section-title {
        font-size: 60px;
    }
}


@media only screen and (max-width:767px) {
    .hero-area .section-title {
        font-size: 40px;
    }

    .pt_sm_30 {
        padding-top: 30px;
    }

    .header-spacing {
        padding-top: 120px;
        padding-bottom: 60px;
    }
}

/* Blog Area */

.blog-area .section-title {
    max-width: 595px
}

.blog-area .section-header {
    display: grid;
    gap: 30px 60px;
    grid-template-columns: auto auto;
    align-items: flex-end;
    justify-content: space-between
}

@media only screen and (max-width: 991px) {
    .blog-area .section-header {
        grid-template-columns: auto
    }
}

.blog-area .blogs-wrapper-box {
    margin-top: 63px
}

@media only screen and (max-width: 1399px) {
    .blog-area .blogs-wrapper-box {
        margin-top: 43px
    }
}

@media only screen and (max-width: 1199px) {
    .blog-area .blogs-wrapper-box {
        margin-top: 33px
    }
}

.blog-area .blogs-wrapper {
    display: grid;
    gap: 30px 30px;
    grid-template-columns: repeat(2, 1fr)
}

@media(max-width: 575px) {
    .blog-area .blogs-wrapper {
        grid-template-columns: repeat(1, 1fr)
    }
}

.blog {
    display: grid;
    grid-template-columns: 1fr 390px
}

@media only screen and (max-width: 1399px) {
    .blog {
        grid-template-columns: auto 350px
    }
}

@media only screen and (max-width: 1199px) {
    .blog {
        grid-template-columns: auto 290px
    }
}

@media only screen and (max-width: 991px) {
    .blog {
        grid-template-columns: 1fr
    }
}

.blog:hover .thumb img {
    transform: scale(1.1)
}

.blog .content-wrapper {
    background-color: var(--white);
    padding: 37px 40px 45px;
    border: 1px solid var(--border);
    border-inline-start: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 0 20px 20px 0
}

.dir-rtl .blog .content-wrapper {
    border-radius: 20px 0 0 20px
}

.dark .blog .content-wrapper {
    background-color: var(--black)
}

@media only screen and (max-width: 991px) {
    .blog .content-wrapper {
        padding: 27px 15px 25px;
        border: 1px solid var(--border);
        border-top: 0;
        border-radius: 0 0 20px 20px
    }

    .dir-rtl .blog .content-wrapper {
        border-radius: 0 0 20px 20px
    }
}

.blog .thumb {
    overflow: hidden;
    border-radius: 20px 0 0 20px
}

.dir-rtl .blog .thumb {
    border-radius: 0 20px 20px 0
}

@media only screen and (max-width: 991px) {
    .blog .thumb {
        border-radius: 20px 20px 0 0
    }

    .dir-rtl .blog .thumb {
        border-radius: 20px 20px 0 0
    }
}

.blog .thumb img {
    transition: all .5s;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media only screen and (max-width: 767px) {
    .blog .thumb img {
        max-height: 200px
    }
}

.blog .btn-wrapper {
    padding-top: 14px;
    border-top: 1px solid var(--border)
}

.blog .tag {
    font-size: 14px;
    display: inline-block;
    color: var(--primary)
}

.blog .meta {
    display: flex;
    gap: 5px;
    align-items: center
}

.blog .date {
    font-size: 14px
}

.blog .date.date.has-left-line {
    padding-inline-start: 25px
}

.blog .date.date.has-left-line:before {
    width: 20px
}

.blog .title {
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
    margin-top: 22px;
    height: 155px
}

@media only screen and (max-width: 1399px) {
    .blog .title {
        font-size: 22px;
        height: 100px
    }
}

@media only screen and (max-width: 1199px) {
    .blog .title {
        padding-bottom: 30px;
        height: auto
    }
}

.blog .wc-btn-normal {
    font-size: 16px;
    color: var(--primary)
}

.blog .wc-btn-normal i {
    transition: all .5s
}

.blog .wc-btn-normal:hover i {
    margin-inline-start: 5px
}

.blog_page_area article h2{
    line-height: 32px !important;
}
