img {
  max-width: 100%;
}
.wrapper-athdt {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-gap: 25px;
}
#loading{
  text-align: center;
  font-size: 23px;
  padding: 20px;
  text-transform: capitalize;
  font-weight: bold;
  color: #000;
}
.main {
  min-height: 150vh;
}

.sidebar {
  height: 25vh;
}

.sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.details-author {
  background: #dfdfdf;
  margin-top: 50px;
  padding: 0 20px;
  text-align: center;
}

.details-author .dt-authimg {
  height: 150px;
  width: 150px;

  margin: auto;
  top: -50px;
  position: relative;
}

.details-author .dt-authimg img {
  height: 100%;
  width: 100%;
  object-fit: cover;

  border: 4px solid #dfdfdf;
  padding: 5px;
}
.dt-allinfo {
  position: relative;
    top: -25px;
    overflow-y: auto;
    height: 300px;
    padding-right: 15px;
}
.dt-name {
  font-size: 18px;
  font-weight: 700;
  font-family: "Oswald";
  margin-bottom: 15px;
}
.dt-desc {
  font-size: 15px;
}

.ath-head {
  z-index: 20;
}

.maincat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 25px;
}

.data a {
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  margin: 0px 0 7px;
  color: #333;
  text-decoration: none;
}


.data .heading {
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  margin: 0px 0 7px;
}
.data .heading a:hover {
  color: #d00808;
  text-decoration: none;
}
.data a .intro  {
  color: #363535;
  text-decoration: none;
  font-size: 15px;
  line-height: 25px;
  font-weight: normal;
}

.catgory-dtAuthor {
  display: grid;
  grid-template-columns: 2fr 4fr;
  grid-gap: 15px;
  padding: 10px;
  border: 1px solid #dfdfdf;
  border-radius: 7px;
}
.imgsection .imgdata {
  height: 100px;
  width: 130px;
}
.imgsection .imgdata img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 7px;
}
.data .heading a {
  color: #363535;
}

.main .ath-head {
  position: sticky;
  top: 0;
  background: #dfdfdf;
  margin: 0 0 25px;
  padding: 14px 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Oswald";
  font-size: 23px;
}

.line-clamp {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  position: relative;

  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
}
.line-clamp:after {
  content: "";
  text-align: right;
  bottom: 0;
  right: 0;
  width: 25%;
  display: block;
  position: absolute;
  height: calc(1em * 1.5);
  /*background : linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 75%);*/
}

@supports (-webkit-line-clamp: 1) {
  .line-clamp:after {
    display: none !important;
  }
}

.line-clamp-1 {
  -webkit-line-clamp: 1;
  height: calc(1em * 1.5 * 1);
}
.line-clamp-2 {
  -webkit-line-clamp: 2;
  height: calc(1em * 1.5 * 2);
}
.line-clamp-3 {
  -webkit-line-clamp: 3;
  height: calc(1em * 1.5 * 3);
}
.line-clamp-4 {
  -webkit-line-clamp: 4;
  height: calc(1em * 1.5 * 4);
}
.line-clamp-5 {
  -webkit-line-clamp: 5;
  height: calc(1em * 1.5 * 5);
}

@media only screen and (max-width: 460px) {
  .wrapper-athdt,
  .maincat-grid {
    grid-template-columns: 1fr;
  }
  .sidebar {
    position: relative;
    height: fit-content;
  }
  .main .ath-head {
    display: none;
  }
}
