/*Blog Section container*/

.blog-cards-section {
    display: flex;
    justify-content: center;
    padding: 5.6rem 0;
}

.blog-cards-section .blogsection {
    width: 90%;
    max-width: 1600px;
}

.blog-cards-section .blogsection__heading {
    font-family: Josefin Sans, sans-serif;
    font-size: 4.8rem;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0;
    text-align: center;
    color: #2c2c2c;
    margin-bottom: 5rem;
}

.blog-cards-section .blogsection__group {
    display: flex;
    justify-content: space-between;
    gap: 4rem;
    flex-wrap: wrap;
}

.blog-cards-section .blogsection__group .carousel-group {
    display: flex;
    width: 65%;
    min-height: 34rem;
    border-radius: 2rem;
    align-items: flex-start;
    position: relative;
}

.blog-cards-section .blogsection__group .carousel-group .left-arrow {
    min-width: 4.7rem;
    height: 4.7rem;
    border-radius: 4.7rem;
    border: 1px solid #2c2c2c;
    margin-left: -2.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    z-index: 1;
    top: 42%;
    cursor: pointer;
}

.blog-cards-section .blogsection__group .carousel-group .left-arrow .inside-arrow {
    width: 2.4rem;
    height: 2.4rem;
}

.blog-cards-section .blogsection__group .carousel-group .corousel-wrapper {
    width: 100%;
    overflow-x: hidden;
}

.blog-cards-section .blogsection__group .carousel-group .corousel-wrapper .corousel-wrap-inside {
    display: flex;
    width: 300%;
    transition: all 0.3s ease;
}

.blog-cards-section .blogsection__group .carousel-group .corousel-wrapper .corousel-wrap-inside .corousel {
    display: flex;
    padding: 1.6rem;
    min-width: 33.3%;
    background-color: #fff;
    border-radius: 2rem;
    cursor: pointer;
}

.blog-cards-section .blogsection__group .carousel-group .corousel-wrapper .corousel-wrap-inside .corousel .corousel-image {
    flex-basis: 33rem;
    max-width: 33rem;
    min-height: 30.5rem;
    border-radius: 10px;
    object-fit: cover;
    margin-right: 3rem;
}

.blog-cards-section .blogsection__group .carousel-group .corousel-wrapper .corousel-wrap-inside .corousel .content__heading {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 140%;
    text-align: left;
    color: #00381b;
    margin-bottom: 1.8rem;
    text-transform: uppercase;
    font-family: "Josefin Sans", sans-serif;
    margin-top: 2rem;
}

.blog-cards-section .blogsection__group .carousel-group .corousel-wrapper .corousel-wrap-inside .corousel .content__headline {
    font-family: Josefin Sans, sans-serif;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 140%;
    text-align: left;
    width: 80%;
    margin-bottom: 1rem;
}

.blog-cards-section .blogsection__group .carousel-group .corousel-wrapper .corousel-wrap-inside .corousel .content__content {
    width: 90%;
    font-family: Lato, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 140%;
    text-align: left;
    color: #4b5563;
    margin-bottom: 2rem;
}

.blog-cards-section .blogsection__group .carousel-group .corousel-wrapper .corousel-wrap-inside .corousel .content__readmore {
    font-family: Josefin Sans, sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 140%;
    text-align: left;
    border-bottom: 1px solid #00bd1e;
    color: #00bd1e;
    text-decoration: none;
}

.blog-cards-section .blogsection__group .carousel-group .corousel-wrapper::-webkit-scrollbar {
    display: none;
}

.blog-cards-section .blogsection__group .carousel-group .right-arrow {
    min-width: 4.7rem;
    height: 4.7rem;
    border-radius: 4.7rem;
    border: 1px solid #2c2c2c;
    margin-left: -2.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 42%;
    right: -15px;
    cursor: pointer;
}

.blog-cards-section .blogsection__group .carousel-group .right-arrow .inside-arrow {
    width: 2.4rem;
    height: 2.4rem;
}

.blog-cards-section .blogsection__group .stats {
    width: 31%;
    min-height: 34rem;
    border-radius: 2rem;
    background-color: #fff;
    padding: 3.2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.blog-cards-section .blogsection__group .stats__heading {
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 140%;
    text-align: left;
    color: #2c2c2c;
    margin-bottom: 0.8rem;
}

.blog-cards-section .blogsection__group .stats__data-value .value {
    font-family: Lato, sans-serif;
    font-size: 6.6rem;
    font-weight: 400;
    line-height: 125%;
    text-align: left;
    color: #00bd1e;
}

.blog-cards-section .blogsection__group .stats__data-value .data {
    font-family: Josefin Sans, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 140%;
    text-align: left;
    color: #2c2c2c;
}

.blog-cards-section .blogsection__group .blog {
    height: 40rem;
    width: 31%;
    border-radius: 2rem;
    background-color: #fff;
    padding: 1.7rem 2rem;
    cursor: pointer;
}

.blog-cards-section .blogsection__group .blog__image .blog-image {
    width: 100%;
    height: 21.8rem;
    object-fit: cover;
    object-position: 0 0;
    border-radius: 10px;
    margin-bottom: 1.6rem;
}

.blog-cards-section .blogsection__group .blog__headline {
    font-family: Josefin Sans, sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.01em;
    text-align: left;
    color: #2c2c2c;
    margin-bottom: 1rem;
}

.blog-cards-section .blogsection__group .blog__readmore {
    width: 10rem;
    font-family: Josefin Sans, sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 140%;
    text-align: left;
    border-bottom: 1px solid #00bd1e;
    color: #00bd1e;
    text-decoration: none;
}

.blog-cards-section .blogsection__group .final-tab {
    width: 31%;
    height: 40rem;
    padding: 7.6rem 3.2rem;
    border-radius: 2rem;
    background-color: #00381b;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.blog-cards-section .blogsection__group .final-tab .content {
    font-family: Josefin Sans, sans-serif;
    font-size: 2.4rem;
    width: 90%;
    font-weight: 500;
    line-height: 140%;
    text-align: left;
    color: #fff;
    margin-bottom: 2rem;
}

.blog-cards-section .blogsection .blogsection-button {
    margin: 6rem auto auto;
    width: 21rem;
}

@media only screen and (min-width: 1100px) and (max-width: 1140px) {
    .blog-cards-section .blogsection__group {
        justify-content: center;
        gap: 4vw;
    }

    .blog-cards-section .blogsection__group .corousel {
        width: 90vw;
    }

    .blog-cards-section .blogsection__group .stats {
        width: 43vw;
        height: 52rem;
    }

    .blog-cards-section .blogsection__group .blog {
        width: 43vw;
        height: 52rem;
    }

    .blog-cards-section .blogsection__group .final-tab {
        width: 43vw;
        height: 52rem;
    }

    .blog-cards-section .blogsection__group .final-tab__heading {
        width: 70%;
        margin-bottom: 4rem;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1100px) {
    .blog-cards-section .blogsection__group {
        gap: 3rem;
    }

    .blog-cards-section .blogsection__group .corousel {
        width: 75rem;
    }

    .blog-cards-section .blogsection__group .corousel .content__headline {
        width: 100%;
    }

    .blog-cards-section .blogsection__group .corousel .content__content {
        width: 100%;
    }

    .blog-cards-section .blogsection__group .stats {
        width: 35rem;
    }

    .blog-cards-section .blogsection__group .blog {
        width: 35rem;
        height: 37rem;
    }

    .blog-cards-section .blogsection__group .final-tab {
        width: 35rem;
        height: 37rem;
        padding: 7rem 3rem;
    }

    .blog-cards-section .blogsection__group .final-tab .final-tab-image {
        width: 12rem;
    }

    .blog-cards-section .blogsection__group .final-tab__heading {
        font-size: 2.2rem;
    }
}

@media only screen and (min-width: 900px) and (max-width: 1000px) {
    .blog-cards-section .blogsection__group {
        justify-content: center;
        gap: 4vw;
    }

    .blog-cards-section .blogsection__group .carousel-group {
        width: 87vw;
        margin: auto;
    }

    .blog-cards-section .blogsection__group .stats {
        width: 43vw;
        height: 48rem;
    }

    .blog-cards-section .blogsection__group .blog {
        width: 43vw;
        height: 48rem;
    }

    .blog-cards-section .blogsection__group .final-tab {
        width: 43vw;
        height: 48rem;
    }

    .blog-cards-section .blogsection__group .final-tab__heading {
        width: 70%;
        margin-bottom: 4rem;
    }
}

@media only screen and (min-width: 800px) and (max-width: 900px) {
    .blog-cards-section .blogsection__group {
        justify-content: center;
        gap: 4vw;
    }

    .blog-cards-section .blogsection__group .carousel-group {
        width: 86vw;
        margin: auto;
    }

    .blog-cards-section .blogsection__group .stats {
        width: 43vw;
        height: 42rem;
    }

    .blog-cards-section .blogsection__group .blog {
        width: 43vw;
        height: 42rem;
    }

    .blog-cards-section .blogsection__group .final-tab {
        width: 43vw;
        height: 42rem;
    }

    .blog-cards-section .blogsection__group .final-tab__heading {
        width: 70%;
        margin-bottom: 4rem;
    }
}

@media only screen and (min-width: 700px) and (max-width: 800px) {
    .blog-cards-section .blogsection__group {
        justify-content: center;
        gap: 4vw;
    }

    .blog-cards-section .blogsection__group .carousel-group {
        width: 86vw;
        margin: auto;
    }

    .blog-cards-section .blogsection__group .stats {
        width: 43vw;
        height: 38rem;
    }

    .blog-cards-section .blogsection__group .blog {
        width: 43vw;
        height: 38rem;
    }

    .blog-cards-section .blogsection__group .final-tab {
        width: 43vw;
        height: 38rem;
    }

    .blog-cards-section .blogsection__group .final-tab__heading {
        width: 70%;
        margin-bottom: 4rem;
    }
}

@media only screen and (min-width: 600px) and (max-width: 700px) {
    .blog-cards-section .blogsection__group {
        justify-content: center;
        gap: 4vw;
    }

    .blog-cards-section .blogsection__group .carousel-group {
        width: 85vw;
        height: 40rem;
    }

    .blog-cards-section .blogsection__group .carousel-group .corousel-wrapper .corousel-wrap-inside .corousel {
        height: 40rem;
    }

    .blog-cards-section .blogsection__group .stats {
        width: 43vw;
        height: 38rem;
    }

    .blog-cards-section .blogsection__group .blog {
        width: 43vw;
        height: 38rem;
    }

    .blog-cards-section .blogsection__group .final-tab {
        width: 43vw;
        height: 38rem;
    }

    .blog-cards-section .blogsection__group .final-tab__heading {
        width: 100%;
        margin-bottom: 4rem;
    }
}

@media only screen and (min-width: 500px) and (max-width: 600px) {
    .blog-cards-section .blogsection__heading {
        font-size: 4rem;
    }

    .blog-cards-section .blogsection__group {
        gap: 4rem;
    }

    .blog-cards-section .blogsection__group .carousel-group {
        width: 100%;
        height: 78rem;
    }

    .blog-cards-section .blogsection__group .carousel-group .left-arrow {
        margin-right: auto;
        position: relative;
        top: 50%;
    }

    .blog-cards-section .blogsection__group .carousel-group .corousel-wrapper .corousel-wrap-inside {
        height: 78rem;
    }

    .blog-cards-section .blogsection__group .carousel-group .corousel-wrapper .corousel-wrap-inside .corousel {
        flex-direction: column;
    }

    .blog-cards-section .blogsection__group .carousel-group .corousel-wrapper .corousel-wrap-inside .corousel .corousel-image {
        width: 100%;
        margin: 3rem auto;
    }

    .blog-cards-section .blogsection__group .carousel-group .right-arrow {
        margin-left: -1.5rem;
        position: relative;
        top: 50%;
        right: -1.5rem;
    }

    .blog-cards-section .blogsection__group .stats {
        width: 90vw;
        height: 38rem;
    }

    .blog-cards-section .blogsection__group .blog {
        width: 90vw;
        height: 52rem;
    }

    .blog-cards-section .blogsection__group .final-tab {
        width: 90vw;
        height: 37rem;
        padding: 7rem 3rem;
    }

    .blog-cards-section .blogsection__group .final-tab .final-tab-image {
        width: 12rem;
    }

    .blog-cards-section .blogsection__group .final-tab__heading {
        font-size: 2.2rem;
    }
}

@media only screen and (min-width: 320px) and (max-width: 801px) {
    .blog-cards-section .blogsection__heading {
        font-size: 3.2rem;
        margin-bottom: 2rem;
    }

    .blog-cards-section .blogsection__group {
        gap: 4rem;
    }

    .blog-cards-section .blogsection__group .carousel-group {
        width: 100%;
        height: auto;
    }

    .blog-cards-section .blogsection__group .carousel-group .left-arrow {
        margin-right: auto;
        position: relative;
        top: 50%;
        left: 3%;
    }

    .blog-cards-section .blogsection__group .carousel-group .corousel-wrapper .corousel-wrap-inside {
        height: auto;
    }

    .blog-cards-section .blogsection__group .carousel-group .corousel-wrapper .corousel-wrap-inside .corousel {
        flex-direction: column;
    }

    .blog-cards-section .blogsection__group .carousel-group .corousel-wrapper .corousel-wrap-inside .corousel .corousel-image {
        width: 100%;
        margin: 1rem auto;
    }

    .blog-cards-section .blogsection__group .carousel-group .corousel-wrapper .corousel-wrap-inside .corousel .content {
        margin-left: 1rem;
    }

    .blog-cards-section .blogsection__group .carousel-group .corousel-wrapper .corousel-wrap-inside .corousel .content__headline {
        width: 110%;
    }

    .blog-cards-section .blogsection__group .carousel-group .corousel-wrapper .corousel-wrap-inside .corousel .content__content {
        width: 100%;
    }

    .blog-cards-section .blogsection__group .carousel-group .right-arrow {
        margin-left: -1.5rem;
        position: relative;
        top: 50%;
        right: -0.5rem;
    }

    .blog-cards-section .blogsection__group .stats {
        width: 90vw;
        height: 37rem;
    }

    .blog-cards-section .blogsection__group .blog {
        width: 90vw;
        height: 41rem;
    }

    .blog-cards-section .blogsection__group .final-tab {
        width: 90vw;
        height: 36rem;
        padding: 7rem 3rem;
    }

    .blog-cards-section .blogsection__group .final-tab .final-tab-image {
        width: 12rem;
    }

    .blog-cards-section .blogsection__group .final-tab__heading {
        font-size: 2.2rem;
    }

    .blog-cards-section .blogsection {
        padding: 0;
    }

    .blog-cards-section .blogsection__group .carousel-group .corousel-wrapper .corousel-wrap-inside .corousel .corousel-image {
        flex-basis: 8rem;
        align-self: flex-start;
        object-fit: cover;
    }
}

/*End of blog card section*/
