.fancify-core-our-blog-container {
    display: flex;
    flex-wrap: wrap;

    &.fancify-recent-post-type1 {
        .fancify-core-our-blog-post {
            width: 33.33%;
            padding: 0 15px;
            padding-bottom: 30px;


            // &:first-child {
            //     padding: 0 15px 0 0;
            // }

            // &:last-child {   
            //     padding-right: 0 0 0 15px;
            // }

            .fancify-core-our-blog-post-image {
                img {
                    border-radius: 5px;
                    width: 100%;
                    height: auto;
                }
            }

            .fancify-core-our-blog-post-details {
                position: relative;
                transition: $transition-normal;
                background: $white-color;
                border-radius: 5px;
                box-shadow: 0 8px 35px #00000014;
                padding: 33px 40px;
                margin: -75px 41px 0 41px;
                z-index: 1;

                @include for-phone {
                    margin: -75px 10px 0 10px;
                    padding: 25px 30px;
                }

                &::before {
                    position: absolute;
                    content: "";
                    top: 0;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    border-radius: 5px;
                    background: linear-gradient(116deg, #2B7FFC, #6A11CB);
                    box-shadow: 0 8px 35px #00000014;
                    z-index: -1;
                    transition: opacity $transition-normal linear;
                    opacity: 0;
                }

                //transition: 0.3s;
            }

            .fancify-core-our-blog-post-details-header {
                @include font-size(14);
                @include font-family-poppins;
                color: #7E7E7E;
                display: inline-flex;
                justify-content: space-between;
                width: 100%;
                font-weight: 400;
                transition: $transition-normal;


                span {
                    width: 100%;
                    border-right: 1px solid;
                    border-color: #7E7E7E;
                    padding-left: 5px;
                    padding-right: 5px;

                    &:last-child {
                        border: 0px;
                    }

                    &:nth-child(2) {
                        text-align: center;
                    }

                    &:nth-child(3) {
                        text-align: center;
                    }
                }
            }

            .fancify-core-our-blog-post-divider {
                width: 70px;
                height: 2px;
                background: #6A11CB;
                box-shadow: 0px 3px 8px #6A11CB;
                display: block;
                margin-top: 20px;
                margin-bottom: 19px;
                transition: $transition-normal;

            }

            .fancify-core-our-blog-post-title {
                color: #181818;
                @include font-size(26);
                color: #181818;
                font-family: 'Poppins';
                font-weight: $medium;
                line-height: 36px;

                a {
                    color: inherit;
                }

            }

            &:hover {
                transition: $transition-normal;

                .fancify-core-our-blog-post-details {
                    transform: translateY(-40px);
                    transition: $transition-normal;
                    position: relative;

                    @include for-phone {
                        padding-bottom: 8%;
                    }

                    &::before {
                        opacity: 1;
                        transition: $transition-normal;
                    }

                    .fancify-core-our-blog-post-details-header {
                        transition: $transition-normal;
                        color: #FFFFFF;
                        opacity: .75;

                        span {
                            border-color: #BFBFBF;
                        }

                    }

                    .fancify-core-our-blog-post-title {
                        color: #FFFFFF;
                    }

                    .fancify-core-our-blog-post-divider {
                        transition: $transition-normal;
                        background: #FFFFFF;
                        box-shadow: 0 3px 8px #6A11CB;
                        opacity: 0.40;
                    }
                }
            }
        }
    }

    &.fancify-recent-post-type2 {
        margin: 0 -15px;

        .fancify-core-our-blog-post {
            padding: 0 15px;
            position: relative;
            margin: 15px 0;
            transition: $tr-normal ease-in;
        }

        .fancify-core-our-blog-post-image {
            position: relative;

            img {
                border-radius: 15px;
                filter: brightness(70%);
                width: 100%;
            }

            &::before {
                content: "";
                @include gradient(53deg, $default-green, $default-light-green);
                position: absolute;
                opacity: 0;
                z-index: 1;
                top: 100%;
                left: 0;
                right: 0;
                bottom: 0;
                border-radius: 15px;
                transition: 400ms ease;
            }
        }

        .fancify-core-our-blog-post-details {
            position: absolute;
            padding: 0;
            margin: 0;
            z-index: 1;
            bottom: 10.8%;
            left: 16.1%;
            right: 10%;
        }

        .fancify-core-our-blog-post-details-header {
            @include font-family-quicksand;
            @include font-size(16);
            @include font-weight(medium);
            letter-spacing: 0.96px;
            color: $white-color;
            padding-bottom: 3%;
        }

        .fancify-core-our-blog-post-title {
            @include font-family-quicksand;
            @include font-size(26);
            @include font-weight(bold);
            color: $white-color;
            line-height: 2.375rem;
            position: relative;

            @include for-small-phone {
                line-height: 2rem;
            }

            &::before {
                width: 20px;
                height: 4px;
                @include gradient(84deg, $default-green, $default-light-green);
                position: absolute;
                left: -35px;
                border-radius: 10px;
                top: 17px;
                box-shadow: 0 3px 10px rgba($default-green, 0.45);
            }

            a {
                color: inherit;
            }
        }

        .fancify-core-our-blog-post-extras {
            padding-top: 0;
            max-height: 0;
            opacity: 0;
            transition: opacity 500ms ease, all 200ms;

            .fancify-post-content {
                @include font-family-poppins;
                @include font-weight(regular);
                @include font-size(16);
                line-height: normal;
                color: rgba($white-color, $alpha: 0.80);
                max-height: inherit;
            }

            .fancify-post-readmore {
                @include font-family-quicksand;
                @include font-size(16);
                @include font-weight(medium);
                color: $white-color;
                text-transform: uppercase;
                display: flex;
                align-items: center;
                padding-top: 8.5%;
                max-height: inherit;

                @include for-phone {
                    padding-top: 10px;
                }

                @include for-small-phone {
                    padding-top: 5.5%;
                }

                i {
                    @include font-size(30);
                }
            }
        }

        .fancify-core-our-blog-post {
            &:hover {
                .fancify-core-our-blog-post-image::before {
                    opacity: .91;
                    top: 0;
                }

                .fancify-core-our-blog-post-extras {
                    transition: opacity 500ms ease, all 400ms ease;
                    max-height: 500px;
                    opacity: 1;
                    padding-top: 5.5%;

                    @include for-phone {
                        padding-top: 4.5%;
                    }
                }

                .fancify-core-our-blog-post-title {
                    &::before {
                        background: $default-dark-blue;
                    }
                }

                .fancify-core-our-blog-post-details {
                    top: 0;
                    bottom: 0;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                }
            }
        }
    }

    &.fancify-recent-post-azure {
        margin: 0 -15px;


        .fancify-core-our-blog-post {
            position: relative;
            transition: $tr-normal ease-in;
            border-radius: 5px;
            padding: 15px 15px 30px 15px;
            border: 1px solid #0000001A;
            flex: calc(33.33% - 15px - 15px);
            margin: 0 15px;

            &:hover {
                box-shadow: 0 7px 25px #00000012;
                border: 1px solid transparent;

                .fancify-core-our-blog-post-details-header {
                    span {
                        color: #181818;
                    }
                }

                .fancify-core-our-blog-post-title {
                    a {
                        color: #323FFF;
                    }
                }

                .fancify-post-readmore {
                    color: #181818;
                }
            }
        }

        .fancify-core-our-blog-post-image {
            img {
                border-radius: 5px;
                width: 100%;
            }
        }

        .fancify-core-our-blog-post-details {
            padding: 0 23px;
            margin-top: 29px;
            z-index: 1;
            transition: $tr-normal ease-in;

            @include for-phone {
                padding: 0 10px;
            }
        }

        .fancify-core-our-blog-post-details-header {
            @include font-family-lato;
            @include font-size(15);
            @include font-weight(regular);
            letter-spacing: 0.9px;
            padding-bottom: 3%;
            transition: $tr-normal;

            span {
                transition: inherit;
                color: #323FFF;

                &:nth-child(2):before {
                    display: inline-flex;
                    content: " ";
                    width: 5px;
                    border-radius: 50px;
                    height: 5px;
                    background: #323FFF;
                    margin: 0 10px;
                }
            }
        }

        .fancify-core-our-blog-post-title {
            @include font-family-poppins;
            @include font-size(23);
            @include font-weight(medium);
            line-height: 37px;
            color: #181818;
            text-transform: capitalize;
            transition: $tr-normal;

            a {
                color: inherit;
                transition: inherit;
            }

            &:hover {
                color: #323FFF;
            }
        }

        .fancify-core-our-blog-post-extras {
            padding-top: 0;

            .fancify-post-content {
                @include font-family-poppins;
                @include font-weight(regular);
                @include font-size(16);
                color: rgba($white-color, $alpha: 0.80);
            }

            .fancify-post-readmore {
                @include font-family-poppins;
                @include font-size(16);
                @include font-weight(regular);
                text-transform: uppercase;
                display: flex;
                align-items: center;
                padding-top: 8%;
                color: #323FFF;
                transition: $tr-normal;

                @include for-phone {
                    padding-top: 10px;
                }

                &:hover {
                    color: #181818;
                }

                i {
                    @include font-size(16);
                    padding-left: 7px;
                }
            }
        }
    }
}