* {
    padding: 0%;
    margin: 0%;
}



.NHfirstblock {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 10% 0% 4% 0%;
    font-family: var(--plus-jakarta);
}

.NHfirstblock-div {
    animation: slideText 1.2s ease forwards;
}

@keyframes slideText {
    from {
        opacity: 0;
        transform: translateY(-100%);
    }

    to {
        opacity: 1;

        transform: translateY(0%);
    }
}


.ContactUsBtn3 {
    padding: 14px 27px;
    font-weight: 600;
    border-radius: 6px;
    color: rgba(25, 0, 65, 1) !important;
    background-color: transparent;
    border: 2px solid rgba(25, 0, 65, 1);
    cursor: pointer;
}

.ContactUsBtn3:hover {
    transition: 0.4s;
    color: rgb(126, 109, 73);
    background-color: rgba(255, 243, 225, 1);
    border: 2px solid var(--primaryTextColor);
}

.NHLearnMoreBtn {
    font-weight: 600;
    border-radius: 6px;
    color: rgba(255, 255, 255, 1) !important;
    background-color: rgba(25, 0, 65, 1);
    border: 1px solid rgba(25, 0, 65, 1);
    cursor: pointer;
    padding: 14px 27px;
}

.fs16px {
    font-size: 16px;
    font-weight: 600;
}

.fs88px {
    font-size: 88px;
    font-weight: 600;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.fs88pxa {
    font-size: 88px;
    font-weight: 600;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.fs88pxa span {
    font-size: 88px;
    font-weight: 600;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.fs20px {
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 20px;
}

.LearnmoreAndContactus {
    display: flex;
    gap: 20px;
}

/*  this code blog content */
.mainBlog-container {
    width: 80%;
    margin: 0px auto;
}

.blog-type {
    display: inline-block;
    background-color: var(--secondary);
    padding: 8px 12px;
    margin: 1.5rem 0rem;
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: 700;
    font-size: 14px;

}

.blog-topic {
    font-size: 18px;
    color: rgba(26, 27, 35, 1);
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 1.5rem;
    padding: 0px 10px;
    height: 9vh;
    overflow: hidden;
    text-overflow: ellipsis;
}

.redirect-links {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    padding: 0px 10px;

}

.mrleft2rem {
    margin-left: 1.5rem;
}

.blog-atag {
    text-decoration: none;
    animation: 0.3s ease;
    color: rgba(25, 0, 65, 1);
    font-size: 14px;
    line-height: 25px;
    margin: 1.5rem 0rem;

}

.blog-atag:hover {
    /* font-size: 16px; */
    color: red;


}

.blog-card {
    width: 24vw;
    border-radius: 10px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
}

.blog-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 100px 3vw;
    width: 81vw;


}

.image-card {
    width: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
}

.mrtop2rem {
    margin: 2rem 0rem;
}

.m-auto {
    margin: 0px auto;
}

.blog-content {
    font-size: 14px;
    line-height: 25px;
    color: rgba(85, 102, 128, 1);
    padding: 0px 10px;
    height: 14vh;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width:1660px) {}

/* end */
@media (max-width:1128px) {
    .fs88pxa {
        font-size: 65px;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .fs88px {
        font-size: 65px;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .blog-card {
        width: 23rem;

    }


}

@media(max-width:968px) {
    .NHfirstblock {
        display: flex;
        align-items: center;
        flex-direction: column;

        width: 85%;
        margin: 10% auto 4% auto;
    }

    .blog-card {
        width: 80vw;

    }

    .blog-container {
        display: flex;
        justify-content: center;
    }

    .ContactUsBtn3 {
        font-size: 12px;
        font-weight: 600;
        border-radius: 6px;
        padding: 14px 20px;
        color: rgba(25, 0, 65, 1) !important;
        background-color: transparent;
        border: 1px solid rgba(25, 0, 65, 1);
        cursor: pointer;
        margin-top: 8%;
    }

    .ContactUsBtn3:hover {
        transition: 0.4s;
        color: rgb(126, 109, 73);
        background-color: rgba(255, 243, 225, 1);
        border: 1px solid rgba(255, 243, 225, 1);
    }

    .NHLearnMoreBtn {
        font-weight: 600;
        border-radius: 6px;
        color: rgba(255, 255, 255, 1) !important;
        background-color: rgba(25, 0, 65, 1);
        border: 1px solid rgba(25, 0, 65, 1);
        cursor: pointer;
        padding: 14px 20px;
        margin-top: 8%;
        font-size: 12px;
    }

    .fs16px {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 2%;

    }

    .fs88px {
        font-size: 48px;
        font-weight: 600;


        align-items: center;
    }

    .fs88pxa {
        font-size: 48px;
        font-weight: 600;


        align-items: center;
    }

    .fs88pxa span {
        font-size: 48px;

    }

    .fs20px {
        margin-bottom: 25px;
        font-size: 24px;
        font-weight: 500;


        display: flex;
        justify-content: center;
        align-items: center;
    }

    .LearnmoreAndContactus {
        display: flex;
        gap: 20px;
    }

}

@media (max-width:730px) {
    .fs16px {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 6%;
    }

    .fs88px {
        font-size: 30px;
        font-weight: 600;
        line-height: 25.2px;
        align-items: center;
    }

    .fs88pxa {
        font-size: 30px;
        font-weight: 600;
        line-height: 25.2px;
        margin-bottom: 6%;
        align-items: center;
    }

    .fs88pxa span {
        font-size: 30px;
    }

    .fs20px {
        margin-bottom: 25px;
        font-size: 13px;
        font-weight: 500;
        /* line-height: 25.2px; */

        display: flex;
        justify-content: center;
        align-items: center;
    }

    .LearnmoreAndContactus {
        display: flex;
        gap: 20px;
    }

}

@media (max-width:480px) {
    .NHfirstblock {
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 80%;
        margin: 10% auto 4%;
    }


    .ContactUsBtn3 {

        padding: 14px 27px;
        font-weight: 600;
        border-radius: 6px;
        color: rgba(25, 0, 65, 1) !important;
        background-color: transparent;
        border: 1px solid rgba(25, 0, 65, 1);
        cursor: pointer;
    }

    .ContactUsBtn3:hover {
        transition: 0.4s;
        color: rgb(126, 109, 73);
        background-color: rgba(255, 243, 225, 1);
        border: 1px solid rgba(255, 243, 225, 1);
    }

    .NHLearnMoreBtn {
        font-weight: 600;
        border-radius: 6px;
        color: rgba(255, 255, 255, 1) !important;
        background-color: rgba(25, 0, 65, 1);
        border: 1px solid rgba(25, 0, 65, 1);
        cursor: pointer;
        padding: 14px 27px;
        margin-top: 8%;
    }

    .fs16px {
        font-size: 10px;
        font-weight: 600;
        margin-bottom: 6%;
    }

    .fs88px {
        font-size: 18px;
        font-weight: 600;
        line-height: 25.2px;
        align-items: center;
    }

    .fs88pxa {
        font-size: 18px;
        font-weight: 600;
        line-height: 25.2px;
        margin-bottom: 6%;
        align-items: center;
    }

    .fs88pxa span {
        font-size: 20px;
    }

    .fs20px {
        margin-bottom: 25px;
        font-size: 13px;
        font-weight: 500;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .LearnmoreAndContactus {
        display: flex;
        gap: 20px;
    }

    .blog-content {
        height: 15vh;
    }
}

@media (max-width:350px) {
    .NHLearnMoreBtn {
        font-weight: 600;
        border-radius: 6px;
        color: rgba(255, 255, 255, 1) !important;
        background-color: rgba(25, 0, 65, 1);
        border: 1px solid rgba(25, 0, 65, 1);
        cursor: pointer;
        padding: 10px 15px;
        margin-top: 8%;
    }

    .ContactUsBtn3 {

        padding: 10px 15px;
        font-weight: 600;
        border-radius: 6px;
        color: rgba(25, 0, 65, 1) !important;
        background-color: transparent;
        border: 1px solid rgba(25, 0, 65, 1);
        cursor: pointer;
    }
}