.article-wrapper .title{
    font-size: 35px;
    letter-spacing: -1.4px;
    line-height: 47px;
    max-width: 836px;
    padding: 0 10px;
    margin: auto;
    text-align: center;
    color: var(--foreground-color);
}

.article-wrapper .case-terms {
    margin: 25px 0;
}

.article-wrapper .read-time {
    font-size: 16px;
    font-family: 'Poppins-SemiBold';
    margin: 50px 0;
}

.article-wrapper .read-time span.bullet {
    height: 12.5px;
    width: 12.5px;
    margin-right: 10px;
}

.description .summary {
    font-size: 26px;
    letter-spacing: -0.78px;
    line-height: 35px;
    font-family: 'Poppins-Medium';
    width: 60%;
}

.description .post-info {
    margin-left: 10%;
}

.description .post-info .info {
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.description .post-info .info .value {
    font-family: 'Poppins-SemiBold';
    margin-top: 3px;
}

.social-links {
    margin-top: 35px;
}

.podcast-section {
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Poppins-Regular';
    letter-spacing: 0px;
    line-height: 22px;
    width: 60%;
}

.podcast-section .podcast-links a {
    margin-right: 25px;
    margin-top: 10px;
}

.social-shares {
    margin-left: 10%;
}

.social-shares a {
    margin-right: 15px;
}

.article-wrapper .divider {
    border-top: 1px solid rgba(33, 78, 90, 0.3);
    margin: 35px 0;
}

.article-wrapper .content-wrapper .left-side {
    width: 60%;
    letter-spacing: 0px;
}

.article-wrapper .content-wrapper .left-side img
{
    height: auto;
    width: 100%;
}

.article-wrapper .content-wrapper p {
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 27px;
}

.article-wrapper .content-wrapper .right-side {
    margin-left: 10%;
    width: 30%;
}

strong {
    font-family: 'Poppins-SemiBold';
}

.bottom-social-links {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 22px;
    font-family: 'Poppins-Regular';
}

.bottom-social-links .social-shares {
    margin-left: 0%;
}

.bottom-social-links .social-shares a {
    margin-right: 25px;
    margin-top: 5px;
}

.contact-section {
    background: var(--foreground-color);
    padding: 50px 0 50px var(--gap);
    position: relative;
}

.contact-section  .background-image {
    width: 100%;
    object-fit: cover;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
}

.contact-section p {
    font-size: 30px;
    letter-spacing: -0.9px;
    line-height: 40px;
    font-family: 'Poppins-Medium';
    color: var(--background-color);
    max-width: 936px;
    margin: 0;
}

.contact-section  a {
    color: var(--background-color);
    border-bottom: 2px solid var(--accent-color-2);
}

.recommend-section {
    background: #E6FDFD;
    padding: 50px var(--gap);
    display: flex;
    align-items: center;
    justify-content: center;
}

.recommend-section  .recommend-articles {
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(281px, 0fr));
    justify-content: center;
    padding: 50px 0px;
}

.recommend-section .view-all {
    font-size: 12px;
    letter-spacing: 0.24px;
    line-height: 24px;
    text-transform: uppercase;
    font-family: 'Poppins-SemiBold';
    color: var(--foreground-color);
    position: relative;
    height: 26px;
}

.scroll-progress { 
    display: block;
    height: 8px;
    background-color: var(--accent-color-2);
    transition: all linear 0.1s;
    min-width: 1%;
    width: 0;
}

.article-wrapper .content-wrapper .right-side > div:not(:first-child) {
    margin-top: 25px;
}

.latest-articles, .popular-articles, .case-studies {
    font-size: 27px;
    letter-spacing: -0.81px;
    line-height: 34px;
    font-family: 'Poppins-Medium';
}

.latest-articles .latest-article, .popular-articles .popular-article, .case-studies .case-study {
    font-size: 17px;
    letter-spacing: 0.34px;
    line-height: 25px;
    font-family: 'Poppins-Regular';
    color: var(--foreground-color);
    padding: 24px 32px 21px;
    margin-bottom: 5px;
}

.popular-articles .popular-article:nth-child(1), .case-studies .case-study:nth-child(1) {
    margin-top: 15px;
}

.latest-articles .latest-article:nth-child(1), .latest-articles .latest-article:nth-child(4), .popular-articles .popular-article:nth-child(3) {
    background: rgba(191, 250, 251,0.3);
}

.latest-articles .latest-article:nth-child(2), .popular-articles .popular-article:nth-child(2) {
    background: rgba(239, 255, 247,0.3);
}

.latest-articles .latest-article:nth-child(3), .popular-articles .popular-article:nth-child(1) {
    background: rgba(254, 242, 251,0.3);
}

.latest-articles .latest-article:nth-child(5), .popular-articles .popular-article:nth-child(4) {
    background: rgba(255, 249, 238,0.3);
}

.case-studies .case-study {
    background: rgba(241, 238, 248,0.3);
}

.latest-articles .latest-article:nth-child(1):hover, 
.latest-articles .latest-article:nth-child(4):hover,
.popular-articles .popular-article:nth-child(3):hover {
    background: rgba(191, 250, 251,1);
}

.latest-articles .latest-article:nth-child(2):hover,
.popular-articles .popular-article:nth-child(2):hover {
    background: rgba(239, 255, 247,1);
}

.latest-articles .latest-article:nth-child(3):hover,
.popular-articles .popular-article:nth-child(1):hover {
    background: rgba(254, 242, 251,1);
}

.latest-articles .latest-article:nth-child(5):hover, 
.popular-articles .popular-article:nth-child(4):hover {
    background: rgba(255, 249, 238,1);
}

.case-studies .case-study:hover {
    background: rgba(241, 238, 248, 1);
}

.case-studies .case-study .title {
    font-size: 16px;
    letter-spacing: 0.32px;
    line-height: 22px;
    margin: 0;
    padding: 0;
    text-align: left;
    font-family: 'Poppins-SemiBold';
    margin-bottom: 10px;
}

.report-row {
    padding: 50px;
    background: radial-gradient(circle at top center, var(--foreground-color) 35%, #FFFFFF 50%, var(--background-color) 100%);
}

.report-row .title {
    font-size: 34px;
    letter-spacing: -1.02px;
    line-height: 37px;
    font-family: 'Poppins-Medium';
    color: #EFFFF7;
}

.report-row .desc {
    font-size: 16px;
    letter-spacing: 0.32px;
    line-height: 23px;
    text-align: center;
    margin: 50px 0 75px;
}

.report-row .download-btn {
    color: #EFFFF7;
    width: fit-content;
    margin: auto;
    font-size: 14px;
    letter-spacing: 0.28px;
    line-height: 24px;
    text-transform: uppercase;
    background: var(--foreground-color);
    border-radius: 15px;
    padding: 5px 15px 2px;
}

.report-row .download-btn::before {
    content: '';
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: var(--accent-color-2);
    width: 13px;
    height: 13px;
    display: block;
    margin-right: 5px;
}

header .social-shares
{
    font-family: 'Poppins-Regular';
}

h4
{
    line-height: 40px;
}

.report-container {
    padding-bottom: 50px;
    height: fit-content;
    background: var(--background-color);
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-basis: 30%;
    max-height: 50vh;
}

.report-title {
    background: linear-gradient(to bottom, var(--foreground-color), var(--background-color));
    font-family: 'Poppins-Medium';
    font-size: 34px;
    color: #EFFFF7;
    text-align: center;
    padding: 30px 40px;
    letter-spacing: -1.3px;
}

.report-desc {
    font-size: 16px;
    text-align: center;
    padding: 30px 30px;
}

.report-button {
    position: relative;
    color: #EFFFF7;
    background: var(--foreground-color);
    padding: 10px;
    border-radius: 18px;
    font-size: 14px;
    width: fit-content;
    align-self: center;
}

.report-button::before {
    content: '';
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: var(--accent-color-2);
    position: absolute;
    transform: translate(0, -50%);
    transition: all 300ms ease;
    width: 12px;
    height: 12px;
    top: 50%
}

@media (hover: hover) and (pointer: fine) {
    .report-button:hover::before {
        left: 0;
        top: 0;
        transform: translate(0%, 0%);
        -moz-border-radius: 16px;
        -webkit-border-radius: 16px;
        border-radius: 16px;
        width: 100%;
        height: 100%;
    }
}

.report-button span
{
    margin-left: 20px;
    position: relative;
    z-index: 1;
    transition: all 300ms ease;
}

.report-button:hover span
{
    color: var(--foreground-color);
    margin-left: 10px;
    margin-right: 10px;
}


.article-thumbnail
{
    height: auto;
    width: 100%;
    max-height: 50vh;
    object-fit: contain;
}

@media screen and (max-width: 767px) {
    .article-wrapper .case-terms.mobile {
        display: flex;
    }

    .article-wrapper .title {
        font-size: 25px;
        letter-spacing: -1px;
        line-height: 30px;
        text-align: left;
        font-family: 'Poppins-SemiBold';
        padding: 0;
    }

    .article-wrapper .case-terms {
        justify-content: left;
    }

    .article-wrapper .read-time {
        font-size: 11px;
        font-family: 'Poppins-Medium';
        margin: 40px 0 30px 0;
    }

    .article-wrapper .description, .content-wrapper {
        flex-direction: column;
    }

    .description .summary {
        width: 100%;
        font-size: 17px;
        letter-spacing: -0.51px;
        line-height: 1.25;
    }

    .description .post-info {
        margin-left: 0;
        margin-top: 40px;
        flex-direction: row;
    }

    .description .post-info .info {
        width: 50%;
        padding-right: 25px;
        margin-bottom: 0;
    }

    .podcast-section, .article-wrapper .content-wrapper .left-side {
        width: 100%;
    }

    .podcast-section .podcast-links a {
        width: 50%;
    }

    .article-wrapper .content-wrapper p {
        font-size: 14px;
        line-height: 1.25;
    }

    .social-links .social-shares {
        display: none;
    }

    strong {
        letter-spacing: -0.42px;
    }

    .article-wrapper .content-wrapper .right-side {
        width: 100%;
        margin-left: 0;
    }

    .latest-articles, .popular-articles, .case-studies {
        font-size: 20px;
        letter-spacing: -0.6px;
    }

    .latest-articles .latest-article, .popular-articles .popular-article, .case-studies .case-study {
        padding: 14px 15px 11px;
        margin-bottom: 10px;
    }

    .report-row {
        padding: 50px 25px;
    }

    .report-row .title {
        font-size: 20px;
        text-align: center;
    }

    .report-row .desc {
        margin: 35px 0;
    }

    .case-studies .case-study .title {
        font-size: 14px;
        letter-spacing: 0.28px;
        line-height: 22px;
    }

    .report-row .desc, .case-studies .case-study .desc {
        font-size:14px; 
        letter-spacing: 0.28px; 
        line-height: 18px;
    }

    .contact-section {
        padding: 150px var(--gap) 300px;
    }

    .contact-section p {
        font-size: 20px;
        letter-spacing: -0.6px;
        line-height: 28px;
    }

    .recommend-section .recommend-articles {
        grid-template-columns: repeat(4, minmax(280px, 1fr));
        padding: 50px 0px;
        overflow-x: scroll;
        grid-gap: 30px;
        justify-content: left;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .recommend-section .recommend-articles::-webkit-scrollbar {
        display: none;
    }

    header .social-shares {
        background: var(--background-color);
        margin-left: 0;
        padding: 10px var(--gap) 3px var(--gap);;
        align-items: center;
        display: flex;
        font-size: 11px;
    }

    header .social-shares a {
        line-height: 1;
    }

    .social-share-links  {
        margin-left: auto;
    }

    header .social-shares .social-share-links a {
        margin-right: 35px;
    }

    header .social-shares .social-share-links a img {
        height: 11px;
    }

    header .social-shares .social-share-links a:last-child {
        margin-right: 0px;
    }

    .single .article-wrapper.container .title
    {
        margin-top: 20px;
        margin-bottom: 5px;
    }
    .scroll-progress
    {
        height: 5px;
    }

    .article-wrapper .case-terms
    {
        margin-bottom: 30px;
    }

    .description .post-info .info span.label, .social-links .podcast-section
    {
        font-size: 11px;
    }

    .description .post-info .info span.label, .social-links .podcast-section .podcast-links a img
    {
        width: 55%;
    }

    .article-wrapper .divider
    {
        margin-top: 30px;
        margin-bottom: 25px;
    }

    .article-wrapper .content-wrapper .left-side
    {
        margin-bottom: 35px;
    }

    .latest-articles .latest-article:nth-child(1)
    {
        margin-top: 10px;
        
    }

    .latest-articles .latest-article,
    .popular-articles .popular-article,
    .case-studies .case-study,
    .case-terms .latest-article
    {
        padding: 15px 30px;
        font-size: 14px;
        margin-bottom: 20px;
    }

    .right-side .case-studies .case-study .title
    {
        margin-top: 0;
        margin-bottom: 0;
    }

    .right-side .case-studies
    {
        padding-bottom: 20px;
    }

    .recommend-section
    {
        padding-top: 70px;
        padding-bottom: 40px;
    }

    .recommend-section .title
    {
        font-size: 20px;
    }

    .recommend-section .recommend-articles
    {
        padding-top: 65px;
    }

    .recommend-articles .case-item .case-image
    {
        margin-bottom: 20px;
    }

    .recommend-articles .case-item .case-title
    {
        font-size: 17px;
    }

}