*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family:Arial, Helvetica, sans-serif !important;
}
html, body{
  width: 100%;
  height: 100%;
  overflow-x:hidden;
}
.blog_page{
  margin-top: 13vh;
  width: 100%;
  /* height: 100%; */
}
.h1{
  font-size: 4vmax;
}

.filter_blog{
  padding: 2vmax;
  width: 100%;
  /* height: 20vh; */
  /* background-color: red; */
}
.f-blog-box{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10vmax;
  width: 100%;
  overflow-x: scroll;
  /* height: 100%; */
  background: #e0e0e0;
  border-radius: 50px;
  padding: 1vmax 2vmax;
  /*padding-left: 230px;*/

  li{
    width: fit-content;
    padding: 10px;
    cursor: pointer;
    background: #e0e0e0;
    box-shadow:  5px 5px 16px #c3c3c3,
             -5px -5px 16px #fdfdfd;
    border-radius: 20px;  
    color: black;     
  }
}
.side-scroll{
  padding: 2vmax;
  /* background-color: red; */
  /* border: 1px solid black; */
  width: 100%; /* Set the width of the container */
  overflow-x: auto; /* Enable horizontal scrolling */
  overflow-y: hidden; 
}
.hori{
  /* height: 30vmax; */
  list-style-type: none; /* Remove default list styles */
  padding: 0; /* Remove default padding */
  margin: 0; /* Remove default margin */
  white-space: nowrap; 
}
.li-scroll{
  width: 330px;
  display: inline-block; 
  margin-right: 30px;
  background: #e0e0e0;
    box-shadow:  5px 5px 16px #c3c3c3,
             -5px -5px 16px #fdfdfd;
             border-radius: 20px;

}


.read-art{
  display: flex;
  justify-content: space-between;
  padding: 1vmax 0vmax;
  /* background-color: red; */
}
.i-icons{
  display: flex;
  gap: 10px;
}
.s-icons{
  width: 20px;
  height: 20px;
  /* border: 1px solid black; */
  background: #e0e0e0;
  box-shadow:  5px 5px 16px #c3c3c3,
           -5px -5px 16px #fdfdfd;
}



.recent{
  /* background-color: red; */
}

.section.recent {
  padding: 50px 0; /* Adjust padding as needed */
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  color: black;
}

.title-wrapper {
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px;
  /* background-color: green; */
}

.section-title {
  width: 50%;
  font-size: 26px;
  /* font-weight: bold; */
  /* margin-bottom: 20px; */
  /* background-color: yellow; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.strong {
  font-weight: bold;
}

.top-author {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.avatar-list {
  display: flex;
  gap: 10px;
}

.avatar-item {
  width: 60px; /* Adjust as needed */
  border-radius: 50%;
}

.avatar.large.img-holder {
  width: 60px; /* Adjust as needed */
  height: 60px; /* Adjust as needed */
  border-radius: 50%;
  overflow: hidden;
}

.avatar.large.img-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.grid-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  flex-wrap: wrap; /* Allow flex items to wrap to the next line */
  gap: 30px; /* Adjust the gap between items as needed */
}

.blog-card {
  /* width: 25vmax; */
  width: 330px;
  height: auto;
  background-color: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: 30px;
}


.card-banner {
  position: relative;
  height: 300px;
}

.card-banner.img-holder img {
  width: 100%;
  height: 100%;
  /* display: block; */
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.avatar-item{
  position: absolute;
  right: 0%;
  top: 80%;
  width: 50px;
  height: 50px;
  /* border: 1px solid black; */
  background-size: cover;
  img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
  }
}

/* card content--------------- */
.card-content {
  padding: 0px 20px;
  color: black;
}
.titleforlat {
  margin-top: 5px;
  width: 100%;
  height: 50px;
  font-size: 17px;
  white-space: normal;
  overflow: hidden;
  /* background-color: green; */
}
.postforlat{
  width: 100%;
  height: 15px;
  font-size: 10px;
  margin-top: 3px;
  /*background-color:red;*/
}
 
.card-meta-list {
  margin-top: 5px;
  list-style: none;
  /* margin: 0; */
  /* padding: 0; */
  display: flex;
  gap: 10px;
  /* margin-bottom: 10px; */
}

.card-meta-list li {
  display: inline;
}

.card-tag {
  color: #555;
  text-decoration: none;
  font-size: 14px;
}

.card-title {
  font-size: 24px;
  /* margin-bottom: 10px; */
  color: black;
}

.card-title a {
  text-decoration: none;
}

.card-text {
  font-size: 16px;
  color: #666;
}



.recommended{
  /* background-color: red; */
  margin-bottom: 4vmax;
}
.section-subtitles{
  font-size: 3vmax;
  padding: 2vmax 0;
    text-align: center;
}
.grid-lists{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;

}
 .blog-cards{
  width: 160px;
  color: black;
}

.blog-cards .card-banners{
  height: 170px;
  width: 100%;
  border: 1px solid rgba(117, 110, 110, 0.738);
  .img-covers{
    width: 100%;
    height: 100%;
  }
}

.card-titles{
  font-size: 12px;
}
.card-content .h5 a{
  color: black;
  /* line-height: 2px; */
}
@media screen and (min-width: 320px) and (max-width: 599px) {
  .li-scroll{
    width: 250px;
  }
  .blog-card {
    width: 260px;
  }
  .blog-cards{
    width: 260px;
  }
  .card-banner {
    position: relative;
    height: 250px;
  }
  .titleforlat {
    margin-top: 5 px;
    height: 30px;
    font-size: 10px;
  }
  .read-art{
    padding: 0vmax;
  }
  .postforlat{
    height: 15px;
    font-size: 10px;
    margin-top: 3px;
    /* background-color: red; */
  }
  .blog-cards .card-banners{
    height: 220px;
  }
}
@media screen and (max-width:600px) {
    .f-blog-box{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10vmax;
  width: 100%;
  overflow-x: scroll;
  /* height: 100%; */
  background: #e0e0e0;
  border-radius: 50px;
  padding: 1vmax 2vmax;
  padding-left: 230px;

  li{
    width: fit-content;
    padding: 10px;
    cursor: pointer;
    background: #e0e0e0;
    box-shadow:  5px 5px 16px #c3c3c3,
             -5px -5px 16px #fdfdfd;
    border-radius: 20px;  
    color: black;     
  }
}
  .read-art{
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
    padding: 0vmax;
  }
  .s-icons{
    gap: 2px;
  }
  .title-wrapper{
    width: 100%;
    flex-direction: column;
  }
  .section-title {
    width: 100%;
    font-size: 26px;
    /* font-weight: bold; */
    /* margin-bottom: 20px; */
    /* background-color: yellow; */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .top-author{
    width: 100%;
  }
  .avatar.large.img-holder {
    width: 30px; /* Adjust as needed */
    height: 30px; /* Adjust as needed */
    border-radius: 50%;
    overflow: hidden;
  }
}