/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[13].use[5]!./src/scss/_aurthor.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* author page */
.author-banner {
  width: 100%;
  max-height: 289px;
  float: left;
  margin-bottom: 120px;
  position: relative;
  padding: 0;
  overflow: unset;
}

.author-banner .banner-container {
  width: 100%;
  height: 100%;
}

.author-banner .banner-container img {
  width: 100%;
  height: 100%;
}

.author-banner .profile-pic {
  width: 212px;
  height: 212px;
  position: absolute;
  left: 0;
  bottom: -106px;
  border-radius: 50%;
}

.author-banner .profile-pic img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.upper-cont {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.upper-cont .in-contain {
  height: 100%;
  width: 100%;
  position: relative;
}

.main-container {
  width: 100%;
  height: auto;
}

/* profile name section */
.profile-content {
  width: 100%;
  height: auto;
}
.profile-content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
  color: #000000;
  padding: 0 5px;
}

.custom-gpx {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.profile-content .profile-name {
  margin-bottom: 5px;
}

.profile-content .profile-name .name {
  font-size: 40px;
  font-weight: 400;
}

.profile-content .profile-name .social-links a {
  margin-right: 4px;
  width: 32px;
  height: 32px;
  display: inline-block;
}

.profile-content .profile-name .social-links a img {
  width: 100%;
  height: 100%;
}

.interest {
  width: 100%;
  height: auto;
  padding: 5px;
  margin-bottom: 15px;
}

.custom-btnn {
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
  background-color: #F4EDFD;
  color: #A864C3;
  font-weight: 500;
  cursor: pointer;
}
.custom-btnn a {
  color: #A864C3;
}

.custom-btnn:hover {
  color: #923DB4;
}

.gap {
  margin-right: 10px;
}

/* profile name section end */
/* card section */
.card-container {
  padding: 60px 0;
}

.cards-wrap {
  margin-bottom: 50px;
  position: relative;
  padding: 0 25px;
}

.cards-wrap::after {
  content: "";
  position: absolute;
  height: 191px;
  top: 7px;
  right: -1px;
  border: 0.75px solid rgba(0, 0, 0, 0.231372549);
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.cards-wrap:nth-child(3n)::after {
  display: none;
}

.cards-wrap p {
  font-size: 14px;
  margin-bottom: 10px;
}

.cust-card {
  border: unset;
}

.custom-head-card span {
  width: 17px;
  height: 17px;
}

.card-image {
  height: 153px;
  width: 100%;
  background-color: #D9D9D9;
  border-radius: 15px;
}

.card-image img {
  width: 100%;
  height: 100%;
}

.cust-card .card-body {
  position: relative;
  padding-left: 0;
}

.bottom-timesave {
  position: absolute;
  left: 0;
  right: 1px;
  bottom: -5px;
}

.card-body .card-text {
  font-size: 21px;
  font-weight: 400;
  line-height: 28.46px;
  font-family: "Prata", sans-serif;
  height: 88px;
}

.bottom-timesave .time {
  font-size: 14px;
}

.bottom-timesave .saveitem {
  width: 18px;
  height: 22px;
  display: inline-block;
}

.bottom-timesave .saveitem img {
  width: 100%;
  height: 100%;
}

.interest + .social-links-pro {
  display: none;
}

.profile-content .profile-name .social-links-pro {
  width: 127px;
}

.author-p h4 {
  font-size: 24px;
  font-weight: 400;
  line-height: 32.52px;
}

/* card section end */
/* author responsive */
/* // X-Large devices (large desktops, less than 1400px) */
/* // Large devices (desktops, less than 1200px) */
/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .author-banner .profile-pic {
    width: 160px;
    height: 160px;
    position: absolute;
    left: unset;
    right: 50%;
    bottom: -70px;
    transform: translate(50%, 0);
  }
  .author-banner {
    width: 100%;
    height: 289px;
    float: left;
  }
  .card-body .card-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    font-family: "Mona Sans", sans-serif;
  }
  .card-container {
    padding-bottom: 0;
  }
}
/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .profile-content .profile-name {
    margin-bottom: 15px;
    flex-direction: column;
  }
  .profile-content .profile-name .name {
    font-size: 28px;
  }
  .interest {
    height: auto;
    padding: 15px 10px;
    margin-bottom: 15px;
    max-width: 370px;
    margin: auto;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
  }
  .custom-btnn {
    margin-bottom: 10px;
  }
  .status {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .status button {
    width: 239px;
    margin-bottom: 15px;
  }
  .social-links-pro {
    display: none;
  }
  .interest + .social-links-pro {
    display: block;
    width: 127px;
    margin: 0 auto 30px;
  }
  .cards-wrap::after {
    display: none;
  }
  .cards-wrap {
    padding: 0;
  }
  .profile-content p {
    text-align: center;
    margin-bottom: 40px;
  }
}
/* // X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .author-banner .profile-pic {
    width: 142px;
    height: 142px;
  }
  .author-banner {
    width: 100%;
    height: 289px;
    float: left;
  }
}
