/* dom parent  */
.hero {
  min-height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 160px 0 0;
}

/* current-blog-container */
.current-blog-sujjection-blog-container {
  width: 1200px;
  flex: none;
  margin-bottom: 50px;
}

/* current-blog-data-parent */
.current-blog-upper-data-parent {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  margin-bottom: 40px !important;
}

/* blog image parent */
.current-blog-image {
  height: 100%;
  max-height: 450px;
  overflow: hidden;
  flex: none;
  border-radius: 10px;
}

/* blog image  */
.current-blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* current-blog-title-posted-by-data */
.current-blog-title-posted-by-data {
  /* display: flex;
  flex-direction: column; */
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* current-blog-title */
.current-blog-title {
  margin: 20px 0;
}

/* current-blog-title-font */
.current-blog-title-font {
  font-size: 26px;
  text-align: center;
  letter-spacing: .5px;
  font-weight: 700;
  line-height: 1.6;
}

/* current-blog-posted-by-data */
.current-blog-sujjestion-blog-posted-by-data {
  display: flex;
  justify-content: center;
  /* height: 100%; */
  align-items: flex-end;
}

.justify-start{

  justify-content: flex-start !important;
}

/* profile image parent  */
.posted-by-profile-img {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  overflow: hidden;
  flex: none;
}

/* posted by profile img child */
.posted-by-profile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* posted by info  */
.posted-by-profile-info {
  margin-left: 12px;
}

/* profile name  */
.profile-name {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
}

/* mini text of card model  */
.model-mini-text {
  font-size: 12px;
  color: #000000d6;
  font-weight: 600;
}

/* post bagg  */
.post-bagg {
  color: #fff;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-left: 5px;
  border-radius: 5px;
  padding: 4px 5px;
}

/* dark bagg  */
.dark-bagg {
  background-color: #000;
}

/* danger bagg  */
.danger-bagg {
  background-color: #f44336;
}

/* blue bagg  */
.blue-bagg {
  background-color: #607d8b;
}

/* current blog desc parent  */
.current-blog-desc-parent {
  margin: 20px 0 15px;
}

/* .footer-first-child  */
.footer-first-child {
  border: 1px solid #0000000d;
  padding: 9px 14px;
  width: fit-content;
  background-color: #cad4de26;
  border-radius: 5px;
  display: flex;
  align-items: center;
}

/* margin right  */
.me-little-bit {
  margin-right: 12px;
}

/* post paragraph text   */
.post-paragraph-text {
  font-size: 14px;
  font-weight: 600;
  color: #000000d6;
  line-height: 1.8;
}

/* for bold font  */
.font-bold {
  font-size: 12px;
  font-weight: 600;
  color: #000;
}

/* post paragraph i  */
.post-paragraph-text i {
  margin-right: 5px;
  color: #000000;
  font-size: 14px;
}

/* blog sujjection contianer  */
.blog-sujjections {
  margin-top: 30px;
  margin-bottom: 20px;
}


/* sujjections  */
.blog-sujjections-childs-parent {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

/* blogs-sujjections-child */
.blogs-sujjections-child {
  flex-basis: 24%;
}

/* sujjestion blog image  */
.blog-sujjection-child-image {
  height: 150px;
  border-radius: 5px;
  overflow: hidden;
}

/* target the image  */
.blog-sujjection-child-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* blog-info-data */
.blog-info-data {
  margin-top: 15px;
}

/* sujjection-blog-title-desc */
.sujjection-blog-title-desc {
  margin-bottom: 20px;
}

/* small-font for sujjestion card */
.small-font-sujjestion-blog {
  /* color: #3f51b5; */
  color: #f44336;
  font-size: 12px;
  letter-spacing: .5px;
  font-weight: 600;
  margin-bottom: 12px;
  display: block;
}

/* for icon  */
.small-font-sujjestion-blog i {
  font-size: 10px;
  margin-right: 5px;
}

/* sujjectino-blog-title-h3 */
.sujjectino-blog-title-h3 {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: .5px;
  font-weight: 700;
  display: block;
  margin-bottom: 12px;
  color: #000;
  text-decoration: none;
}

/* for black color */
.color-dark {
  line-height: 1.7;
  color: #000000d6 !important;
}

/* sujjestion-blog-posted-by */
.sujjestion-blog-posted-by {
  display: flex;
  align-items: center;
}

.sujjestion-blog-posted-by-image {
  height: 30px;
  width: 30px;
}

.small-profile-name {
  font-size: 12px;
}

.small-bagg {
  font-size: 7px
}

.margin-0 {
  margin: 0 !important;
}


/* responsive css design ------------ */
/* this is for less than or equal to 1600px width  */
@media only screen and (max-width:1600px) {

  /* current-blog-container */
  .current-blog-sujjection-blog-container {
    width: 1100px;
  }

  /* -----sujjestions blog responsive css  */
  /* blogs-sujjections-child */
  .blogs-sujjections-child {
    flex-basis: 32.5%;
    margin-bottom: 30px;
  }
}

/* this is for less than or equal to 1440px width  */
@media only screen and (max-width:1440px) {

  /* current-blog-container */
  .current-blog-sujjection-blog-container {
    width: 1000px;
  }

  /* .current-blog-title-font */
  .current-blog-title-font {
    font-size: 24px;
    line-height: 1.5;
  }
}

/* this is for less than or equal to 1220px width  */
@media only screen and (max-width:1220px) {

  /* current-blog-container */
  .current-blog-sujjection-blog-container {
    width: 900px;
  }
}

/* this is for less than or equal to 1020px width  */
@media only screen and (max-width:1020px) {

  /* current-blog-container */
  .current-blog-sujjection-blog-container {
    width: 850px;
  }

  /* .current-blog-title-font */
  .current-blog-title-font {
    font-size: 20px;
    line-height: 1.6;
  }

}

/* this is for less than or equal to 920px width  */
@media only screen and (max-width:920px) {

  /* dom parent  */
  .hero {
    padding: 180px 0 0;
  }

  /* current-blog-container */
  .current-blog-sujjection-blog-container {
    width: 95%;
  }

  /* current-blog-data-parent */
  .current-blog-upper-data-parent {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: unset;
  }

  .current-blog-sujjestion-blog-posted-by-data{

    flex-direction: column;
    align-items: center;
  }

  .follow-btn{

    margin-top: 20px;
  }

  /* blog image parent */
  .current-blog-image {
    height: 100%;
    max-height: 350px;
    width: 100%;
    margin-bottom: 20px;
  }

  /* current-blog-title */
  .current-blog-title {
    margin-bottom: 20px;
  }

  /* -----sujjestions blog responsive css  */
  /* blogs-sujjections-child */
  .blogs-sujjections-child {
    flex-basis: 49%;
    margin-bottom: 30px;
  }

  /* sujjestin blog child image  */
  .blog-sujjection-child-image {
    height: 200px;
  }
}

/* this is for less than or equal to 620px width  */
@media only screen and (max-width:620px) {

  /* current blog css  */
  /* footer sujjection post first child */
  .footer-first-child {
    display: flex;
    align-items: unset;
    width: 100%;
    justify-content: center;
    flex-direction: column;
  }

  /* bold font for buttons of current blog */
  .font-bold {
    text-align: center;
  }

  /* dash line beteen 2 btns  */
  .dash-line {
    display: none;
  }

  /* views hightlight btn  */
  .views-btn {
    margin-bottom: 10px;
  }

  /* -----sujjestions blog responsive css  */
  /* blogs-sujjections-child */

  /* blog sujjestions container  */
  .blog-sujjections {
    margin-top: 20px;
  }

  /* blog sujjestion child */
  .blogs-sujjections-child {
    flex-basis: 100%;
    margin-bottom: 30px;
  }

  /* sujjestin blog child image  */
  .blog-sujjection-child-image {
    height: 250px;
  }


}

/* this is for less than or equal to 440px width  */
@media only screen and (max-width:440px) {

  /* current-blog-container */
  .current-blog-sujjection-blog-container {
    width: 100%;
  }

  /* -----sujjestions blog responsive css  */
  /* sujjestin blog child image  */
  .blog-sujjection-child-image {
    height: 200px;
  }
}