.hero-blog {
    margin-top: 120px;
    margin-bottom: 60px;
}

.hero-blog-holder {
    border-radius: 16px;
    min-height: 438px;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;

    padding-top: 70px;
    padding-bottom: 70px;

    background-position: center !important;
    background-size: cover !important;
}

.hero-blog-holder__tag {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;

    margin-bottom: 8px;
}

.hero-blog-holder__tag span,
.hero-blog-holder__tag a{
    border-radius: 40px;
    background: #CCEDFF;
    width: fit-content;
    padding: 8px 12px;
    color: #00A3FF;
    font-family: 'Figtree', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    text-decoration: none;
}

.hero-blog-holder h1 {
    flex: 0 0 100%;
    max-width: 70%;
    text-align: center;
    color: #FFF;
    font-family: 'Literata', sans-serif;
    font-size: 56px;
    font-style: normal;
    font-weight: 300;
    line-height: 64px;

    margin-bottom: 32px;
}

.hero-blog-holder__category-holder {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.hero-blog-holder__category-holder ul {
    display: flex;
    flex-flow: row wrap;
    list-style: none;
}

.hero-blog-holder__category-holder ul li {
    margin-right: 12px;
}

.hero-blog-holder__category-holder ul li a {
    display: flex;
    align-items: center;
    border-radius: 48px;
    background: #FFF;
    text-decoration: none;
    padding: 12px 20px;

    color: #333;
    text-align: center;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    transition: 300ms;
    height: 40px;
}

.archive .hero-blog-holder__category-holder ul li a.orange-hover:hover {
    color: #ECB60C;
}

.archive .hero-blog-holder__category-holder ul li a.blue-hover:hover {
    color: #00A3FF;
}

.hero-blog-holder__category-holder ul li a:hover {
    color: #00A3FF;
}

.hero-blog-holder__category-holder ul li a img {
    margin-right: 8px;
    width: 24px;
    height: 24px;
}

.hero-blog-holder__category-holder p {
    border-radius: 48px;
    background: #FFF;
    margin-right: 12px;
    padding: 12px;
    color: #333;
    text-align: center;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    transition: 300ms;
}

.hero-blog-holder__category-holder p:hover {
    color: #00A3FF;
}

.hero-blog-holder__category-holder p:last-of-type {
    margin-right: 0;
}

.orange {
    background-color: #FFF9E8 !important;
    color: #ECB60C !important;
}

.orange-search {
    background-color: #ECB60C !important;
}

.blog-post {
    margin-bottom: 100px;
}

.blog-post-holder {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.blog-post-holder__left {
    flex: 0 0 100%;
    max-width: 74%;
}

.blog-post-holder__left-top {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
}

.blog-post-holder__left-top input {
    width: 70%;
    padding: 12px;
    color: #888;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    border-radius: 8px;
    border: 1px solid #C8C8C8;
    background: #FFF;
    transition: 300ms;
}

.blog-post-holder__left-top input:hover {
    border: 1px solid #888;
}

.blog-post-holder__left-top a {
    border-radius: 8px;
    background: #00A3FF;
    flex: 0 0 30%;
    max-width: 28%;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    transition: 300ms;
}

.blog-post-holder__left-top a:hover {
    background-color: #0092E3;
}

.blog-post-holder__left-top a.orange-search:hover {
    background-color: #D2A20A !important;
}

.blog-post-holder__left-blog-holder {
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
    gap: 2%;
    margin-bottom: 38px;
}

.blog-post-holder__left-blog-holder__single {
    flex: 0 0 100%;
    max-width: 32%;
    margin-bottom: 26px;
    height: 320px;
    padding: 24px;
    border-radius: 12px;

    display: flex;
    flex-flow: row wrap;
    align-content: space-between;
    transition: 300ms;
}

.blog-post-holder__left-blog-holder__single:hover {
    background-color: #FAFAFA;
}

.blog-post-holder__left-blog-holder__single .blog-post-holder__left-blog-holder__single-tag-title p a {
    transition: 300ms;
}

.blog-post-holder__left-blog-holder__single:hover .blog-post-holder__left-blog-holder__single-tag-title p a {
    color: #333 !important;
    background-color: #EBEBEB !important;
}

.blog-post-holder__left-blog-holder__single-tag-title p {
    margin-bottom: 12px;
    display: flex;
    flex-flow: row wrap;
}

.blog-post-holder__left-blog-holder__single-tag-title p a {
    border-radius: 40px;
    background: #F0FAFF;
    width: fit-content;
    margin-bottom: 12px;
    padding: 8px 12px;
    color: #00A3FF;
    font-family: 'Figtree', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    text-decoration: none;
}

.blog-post-holder__left-blog-holder__single-tag-title a {
    color: #333;
    font-family: 'Literata', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none;
}

.blog-post-holder__left-blog-holder__single-data-time {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding-top: 25px;
    border-top: 1px solid #C8C8C8;
}

.blog-post-holder__left-blog-holder__single-data-time span {
    color: #888;
    font-family: 'Figtree', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.96px;
    text-transform: uppercase;
}

.load-more {
    display: flex;
    justify-content: center;
}

.djapko_loadmore {
    border-radius: 8px;
    border: 1px solid #C8C8C8;
    width: fit-content;
    padding: 18px 24px;
    color: #333;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 300ms;
}

.djapko_loadmore:hover {
    border-color: #888;
}

.blog-post-holder__right-recent {
    padding: 24px;
    border-radius: 12px;
    background: #F0FAFF;
}

.blog-post-holder__right-recent h2 {
    color: #333;
    font-family: 'Literata', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 32px;
}

.blog-post-holder__right-recent__single {
    border-radius: 8px;
    background: #FFF;
    padding: 16px;
    margin-bottom: 12px;
}

.blog-post-holder__right-recent__single h3 {
    color: #333;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 16px;
}

.blog-post-holder__right-recent__single a {
    color: #333;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 12px;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.blog-post-holder__right-recent__single a svg {
    margin-left: 8px;
    transition: 300ms;
}

.blog-post-holder__right-recent__single a:hover svg {
    transform: translateX(8px);
}

.blog-post-holder .blog-post-holder__right {
    flex: 0 0 100%;
    max-width: 24%;
}

.blog-post-holder .blog-post-holder__right .sign-up-discount {
    margin-bottom: 32px;
}

@media only screen and (max-width: 1400px) {
    .hero-blog-holder h1 {
        max-width: 80%;
    }
}

@media only screen and (max-width: 1200px) {
    .hero-blog-holder h1 {
        max-width: 100%;
        font-size: 45px;
        line-height: 48px;
    }

    .hero-blog-holder__category-holder ul li {
        margin-bottom: 12px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-blog-holder {
        margin-left: 13px;
        margin-right: 13px;
        width: fit-content;
        padding-left: 20px;
        padding-right: 20px;
    }

    .blog-post-holder__left{
        max-width: 100%;
        margin-bottom: 50px;
    }

    .blog-post-holder__right{
        max-width: 100%;
    }

    .blog-post-holder .blog-post-holder__right{
        max-width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .hero-blog{
        margin-top: 100px;
        margin-bottom: 20px;
    }
    .hero-blog-holder {
        padding-top: 40px;
        padding-bottom: 40px;
        height: auto;
    }

    .hero-blog-holder h1 {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 40px;
        font-weight: 400;
    }

    .hero-blog-holder__category-holder ul li {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .hero-blog-holder__category-holder ul li a {
        width: fit-content;
    }

    .blog-post{
        margin-bottom: 40px;
    }

    .blog-post-holder__left{
        margin-bottom: 40px;
    }

    .blog-post-holder__left-top{
        margin-bottom: 20px;
    }

    .blog-post-holder__left-top input{
        width: 100%;
        margin-bottom: 12px;
    }

    .blog-post-holder__left-blog-holder{
        margin-bottom: 32px;
    }

    .blog-post-holder__left-top a{
        flex: 0 0 100%;
        max-width: 100%;
    }

    .blog-post-holder__left-blog-holder__single{
        max-width: 100%;
        border: 1px solid #F5F5F5;
    }

    .blog-post-holder__left-blog-holder__single:last-of-type{
        margin-bottom: 0;
    }

    .djapko_loadmore{
        width: 199%;
        text-align: center;
    }
}