.Blog-title{
    color: var(--subheading-color);
   font-family: var(--font-family-primary);


}
.blog-count{
    border: 2px solid var(--border-color);
    width: 50px;
    height: 50px;
    color: var(--primary-color1);
}
.blog-inner-heading{
    color: var(--primary-color1);

    font-family: var(--font-family-primary);
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;


}
.blog-desc{
    color: var(--tertiary-color1);
    font-size: 16px;
    line-height: 29px;
    font-family: var(--font-family-primary);
    font-weight: 300;
    width: 65%;
}
.blog-readmore{
    text-decoration: none;
    cursor: pointer;
    color: var(--secondary-color1);
    fill: var(--secondary-color1);
    font-size: 14px;
}
.blog-readmore:hover {
    color: var(--primary-color1); /* Darker shade on hover */
 fill: var(--primary-color1);
  }

  .carousel-container-home{
    height: 100vh;
  }

  .bannerhometext{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }


  @media(max-width:554px)

  {
    .bannerhometext {
        position: absolute;
        top: 60%;
        left: 20%;
        transform: translate(-14%, -50%);
    }
  }
