.container {
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
  padding: 0 0.5rem;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.row > * {
  max-width: 100%;
  width: 100%;
  padding: 0.5rem;
}

@media screen and (min-width: 48rem) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 72rem) {
  .col-md-1 {
    flex: 0 0 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 96rem) {
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 120rem) {
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
  }
}
.mb--1 {
  margin-bottom: 1rem;
}

.py--1 {
  padding: 1rem 0;
}

.order--1 {
  order: 1;
}

.mb--2 {
  margin-bottom: 2rem;
}

.py--2 {
  padding: 2rem 0;
}

.order--2 {
  order: 2;
}

.mb--3 {
  margin-bottom: 3rem;
}

.py--3 {
  padding: 3rem 0;
}

.order--3 {
  order: 3;
}

.mb--4 {
  margin-bottom: 4rem;
}

.py--4 {
  padding: 4rem 0;
}

.order--4 {
  order: 4;
}

.mb--5 {
  margin-bottom: 5rem;
}

.py--5 {
  padding: 5rem 0;
}

.order--5 {
  order: 5;
}

.mb--6 {
  margin-bottom: 6rem;
}

.py--6 {
  padding: 6rem 0;
}

.order--6 {
  order: 6;
}

.mb--7 {
  margin-bottom: 7rem;
}

.py--7 {
  padding: 7rem 0;
}

.order--7 {
  order: 7;
}

.mb--8 {
  margin-bottom: 8rem;
}

.py--8 {
  padding: 8rem 0;
}

.order--8 {
  order: 8;
}

.mb--9 {
  margin-bottom: 9rem;
}

.py--9 {
  padding: 9rem 0;
}

.order--9 {
  order: 9;
}

.mb--10 {
  margin-bottom: 10rem;
}

.py--10 {
  padding: 10rem 0;
}

.order--10 {
  order: 10;
}

.p--15 {
  padding: 15px;
}

.p--20 {
  padding: 20px;
}

.p--25 {
  padding: 25px;
}

.p--30 {
  padding: 30px;
}

.p--35 {
  padding: 35px;
}

.d--flex {
  display: flex;
}

.d--grid {
  display: grid;
}

.d--block {
  display: block;
}

.d--inline-block {
  display: inline-block;
}

.d--inline {
  display: inline;
}

.bg--accent {
  background-color: hsl(164, 31%, 17%);
}

.text--accent {
  color: hsl(164, 31%, 17%);
}

.btn.bg--accent {
  padding: 0.6rem 1.6rem;
  border-radius: 4rem;
  color: hsl(0, 0%, 100%);
  font-size: 1.4rem;
  display: inline-block;
  background: hsl(164, 31%, 17%);
  font-weight: bold;
  border: 1px solid;
  border-color: hsl(164, 31%, 17%);
}
.btn.bg--accent:hover {
  background: #0c1714;
}

.bg--accent-l {
  background-color: hsl(160, 32%, 87%);
}

.text--accent-l {
  color: hsl(160, 32%, 87%);
}

.btn.bg--accent-l {
  padding: 0.6rem 1.6rem;
  border-radius: 4rem;
  color: hsl(0, 0%, 100%);
  font-size: 1.4rem;
  display: inline-block;
  background: hsl(160, 32%, 87%);
  font-weight: bold;
  border: 1px solid;
  border-color: hsl(160, 32%, 87%);
}
.btn.bg--accent-l:hover {
  background: #b2d7cb;
}

.bg--dark {
  background-color: hsl(0, 0%, 18%);
}

.text--dark {
  color: hsl(0, 0%, 18%);
}

.btn.bg--dark {
  padding: 0.6rem 1.6rem;
  border-radius: 4rem;
  color: hsl(0, 0%, 100%);
  font-size: 1.4rem;
  display: inline-block;
  background: hsl(0, 0%, 18%);
  font-weight: bold;
  border: 1px solid;
  border-color: hsl(0, 0%, 18%);
}
.btn.bg--dark:hover {
  background: #141414;
}

.bg--light {
  background-color: hsl(0, 0%, 100%);
}

.text--light {
  color: hsl(0, 0%, 100%);
}

.btn.bg--light {
  padding: 0.6rem 1.6rem;
  border-radius: 4rem;
  color: hsl(0, 0%, 100%);
  font-size: 1.4rem;
  display: inline-block;
  background: hsl(0, 0%, 100%);
  font-weight: bold;
  border: 1px solid;
  border-color: hsl(0, 0%, 100%);
}
.btn.bg--light:hover {
  background: #e6e6e6;
}

.bg--gray {
  background-color: hsl(0, 0%, 42%);
}

.text--gray {
  color: hsl(0, 0%, 42%);
}

.btn.bg--gray {
  padding: 0.6rem 1.6rem;
  border-radius: 4rem;
  color: hsl(0, 0%, 100%);
  font-size: 1.4rem;
  display: inline-block;
  background: hsl(0, 0%, 42%);
  font-weight: bold;
  border: 1px solid;
  border-color: hsl(0, 0%, 42%);
}
.btn.bg--gray:hover {
  background: #525252;
}

.bg--l-g {
  background-color: hsl(158, 100%, 23%);
}

.text--l-g {
  color: hsl(158, 100%, 23%);
}

.btn.bg--l-g {
  padding: 0.6rem 1.6rem;
  border-radius: 4rem;
  color: hsl(0, 0%, 100%);
  font-size: 1.4rem;
  display: inline-block;
  background: hsl(158, 100%, 23%);
  font-weight: bold;
  border: 1px solid;
  border-color: hsl(158, 100%, 23%);
}
.btn.bg--l-g:hover {
  background: #00422a;
}

.text--center {
  text-align: center;
}

.text--left {
  text-align: left;
}

.text--right {
  text-align: right;
}

.text--justify {
  text-align: justify;
}

.justify--start {
  justify-content: flex-start;
}

.justify--center {
  justify-content: center;
}

.justify--end {
  justify-content: flex-end;
}

.justify--between {
  justify-content: space-between;
}

.justify--around {
  justify-content: space-around;
}

.align--start {
  align-items: flex-start;
}

.align--center {
  align-items: center;
}

.align--end {
  align-items: flex-end;
}

@media screen and (max-width: 640px) {
  .sm-grid-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .sm-grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .sm-grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .sm-grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .md-grid-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .md-grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .md-grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .md-grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .lg-grid-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .lg-grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .lg-grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .lg-grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1280px) {
  .xl-grid-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .xl-grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .xl-grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .xl-grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.btn.bg--transparent {
  padding: 0.6rem 1.6rem;
  border-radius: 4rem;
  color: hsl(0, 0%, 100%);
  font-size: 1.4rem;
  display: inline-block;
  background: transparent;
  font-weight: bold;
  border: 1px solid;
  border-color: transparent;
  color: hsl(0, 0%, 18%);
  border: 1px solid hsl(0, 0%, 18%);
}
.btn.bg--transparent:hover {
  background: rgba(0, 0, 0, 0);
}

.btn.bg--transparent-l {
  padding: 0.6rem 1.6rem;
  border-radius: 4rem;
  color: hsl(0, 0%, 100%);
  font-size: 1.4rem;
  display: inline-block;
  background: transparent;
  font-weight: bold;
  border: 1px solid;
  border-color: transparent;
  color: hsl(0, 0%, 100%);
  border: 1px solid hsl(0, 0%, 100%);
}
.btn.bg--transparent-l:hover {
  background: rgba(0, 0, 0, 0);
}

.banner {
  background-image: url("../../images/Group 123.webp");
  height: 120vh;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.banner__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .banner__wrapper {
    grid-template-columns: 1fr;
    padding: 2rem 1rem;
  }
}
.banner__wrapper .content h1 {
  font-size: 4rem;
  font-weight: bold;
  color: #286fb4;
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .banner__wrapper .content h1 {
    font-size: 2rem;
  }
}
.banner__wrapper .content a {
  color: #df4c73;
  border-bottom: 2px solid #e4b6c2;
  padding: 0.5rem 0;
}
.banner__wrapper .content a i {
  margin-left: 2rem;
}
.banner__wrapper .images {
  padding: 5rem 0;
  width: 100%;
  height: 100%;
}

.slider .content1 h1 {
  color: #000000;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .slider .content1 h1 {
    font-size: 2rem;
  }
}
.slider .content1 h1 span {
  color: #286fb4;
}
@media screen and (max-width: 768px) {
  .slider .content {
    flex-direction: column;
  }
}
.slider .content .side .icon {
  margin-right: 2rem;
}
.slider .content .side .icon i {
  font-size: 2rem;
  margin-left: 1rem;
}
.slider .content .side a {
  color: #df4c73;
  border-bottom: 2px solid #e4b6c2;
  padding: 0.5rem 0;
}
@media screen and (max-width: 768px) {
  .slider .content .side a {
    display: none;
  }
}
.slider .content .side a i {
  margin-left: 1rem;
}
.slider__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .slider__wrapper {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px) {
  .featured-page {
    padding: 0 1rem;
  }
}
.featured-page__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 6rem;
}
@media screen and (max-width: 768px) {
  .featured-page__wrapper {
    grid-template-columns: 1fr;
  }
}
.featured-page__wrapper .content {
  padding: 4rem 0;
}
@media screen and (max-width: 768px) {
  .featured-page__wrapper .content {
    padding: 0;
    margin-top: -2rem;
  }
}
.featured-page__wrapper .content h1 {
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .featured-page__wrapper .content h1 {
    font-size: 2.5rem;
  }
}
.featured-page__wrapper .content h1 span {
  color: #286fb4;
}
.featured-page__wrapper .content a {
  color: #df4c73;
  border-bottom: 2px solid #e4b6c2;
  padding: 0.5rem 0;
}
.featured-page__wrapper .content a i {
  margin-left: 2rem;
}

.read-listen {
  background-image: url("../../images/ssasa.png");
  height: 110vh;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .read-listen {
    margin-bottom: 45rem;
    padding-bottom: 0;
    height: 120vh;
  }
}
.read-listen h1 {
  font-weight: bold;
  font-size: 3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .read-listen h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.read-listen h1 span {
  color: #286fb4;
}
.read-listen p {
  text-align: center;
}
.read-listen__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .read-listen__wrapper {
    grid-template-columns: 1fr;
    padding-bottom: 50rem;
  }
}
.read-listen__wrapper .content {
  text-align: center;
}
.read-listen__wrapper .content h2 {
  color: #286fb4;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .read-listen__wrapper .content h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
}
.read-listen__wrapper .content h3 {
  font-weight: bold;
}

.follow-social {
  background-image: url("../../images/Path 201.png");
  height: 80vh;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -5rem;
}
@media screen and (max-width: 768px) {
  .follow-social {
    padding-bottom: 10rem;
  }
}
.follow-social__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 3rem;
}
@media screen and (max-width: 768px) {
  .follow-social__wrapper {
    grid-template-columns: 1fr;
  }
}
.follow-social__wrapper .content {
  padding: 8rem 4rem;
}
@media screen and (max-width: 768px) {
  .follow-social__wrapper .content {
    padding: 1rem 1rem;
  }
}
.follow-social__wrapper .content h1 {
  font-weight: bold;
}
.follow-social__wrapper .content h1 span {
  color: #286fb4;
}
.follow-social__wrapper .content h3 {
  font-size: 1rem;
}
.follow-social__wrapper .images {
  margin-top: -12rem;
}
@media screen and (max-width: 768px) {
  .follow-social__wrapper .images img {
    margin-left: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .newsletter {
    padding: 5rem 1rem;
  }
}
.newsletter .content h1 {
  color: #286fb4;
  font-weight: bold;
}
.newsletter .content p {
  margin-bottom: 2rem;
}
.newsletter form input {
  width: 50%;
  padding: 1rem 1rem;
}
@media screen and (max-width: 768px) {
  .newsletter form input {
    width: 100%;
    margin-bottom: 1rem;
    border: 1px solid black;
  }
}
.newsletter form .btn {
  padding: 1rem 1rem;
  background-color: #286fb4;
  color: white;
}
@media screen and (max-width: 768px) {
  .newsletter form .btn {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 0 1rem;
  }
}
.footer__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 6rem;
}
@media screen and (max-width: 768px) {
  .footer__wrapper {
    grid-template-columns: 1fr;
  }
}
.footer .content1 .logo .img {
  margin-bottom: 3rem;
}
.footer .content1 .social-media {
  margin-top: 3rem;
}
.footer .content1 .social-media i {
  margin-right: 1rem;
  font-size: 2rem;
  align-items: center;
  color: #286fb4;
}
@media screen and (max-width: 768px) {
  .footer .content2 {
    margin-top: -3rem;
  }
}
.footer .content2 h3 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .footer .content2 h3 {
    margin-bottom: 1rem;
  }
}
.footer .content2 ul li {
  margin-bottom: 1rem;
}
.footer .footnote {
  padding: 3rem 0;
  margin-top: 3rem;
  background-image: url("../../images/Path 202.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .footer .footnote {
    background-size: cover;
  }
}

header {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 9999;
}

.navbar-brand img {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .navbar-brand img {
    width: 55%;
  }
}

.follow-us {
  padding: 1rem 1rem;
  display: flex;
  align-items: center;
}
.follow-us h1 {
  margin-right: 1rem;
  font-size: 1rem;
  color: white;
}
.follow-us i {
  margin-right: 1rem;
  color: white;
}

.about_banner {
  background-image: url("../../images/Group 123.webp");
  height: 80vh;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .about_banner {
    height: 70vh;
  }
}
.about_banner h1 {
  text-align: center;
  padding-top: 15rem;
  color: #286fb4;
  font-size: 5rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .about_banner h1 {
    font-size: 3rem;
    padding-top: 15rem;
  }
}

@media screen and (max-width: 768px) {
  .about-pageduo {
    padding: 3rem 1rem;
  }
}
.about-pageduo__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 3rem;
}
@media screen and (max-width: 768px) {
  .about-pageduo__wrapper {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .about-pageduo__wrapper .content p {
    font-size: 1rem;
  }
}
.about-pageduo__wrapper .content h1 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .about-pageduo__wrapper .content h1 {
    font-size: 2rem;
  }
}
.about-pageduo__wrapper .content h1 span {
  color: #286fb4;
}

.values {
  background-image: url("../../images/Path 206.png");
  height: 120vh;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding-top: 10rem;
}
@media screen and (max-width: 768px) {
  .values {
    margin-bottom: 30rem;
    padding: 1rem 1rem;
  }
}
.values h1 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 2rem;
}
.values h1 span {
  color: #286fb4;
}
.values__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2rem;
}
@media screen and (max-width: 768px) {
  .values__wrapper {
    grid-template-columns: 1fr;
  }
}
.values__wrapper h2 {
  text-align: center;
  color: #286fb4;
  font-size: 1.5rem;
  margin-top: 1rem;
  font-weight: bold;
}

.contact_banner {
  background-image: url("../../images/Group 123.webp");
  height: 80vh;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.contact_banner h1 {
  text-align: center;
  padding-top: 15rem;
  color: #286fb4;
  font-size: 5rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .contact_banner h1 {
    font-size: 3rem;
  }
}

.contact-form {
  background-image: url("../../images/bg.png");
  height: 100vh;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .contact-form {
    background-position: right;
    padding: 2rem 1rem;
    padding-bottom: 55rem;
  }
}
.contact-form__wrapper {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
}
@media screen and (max-width: 768px) {
  .contact-form__wrapper {
    grid-template-columns: 1fr;
  }
}
.contact-form__wrapper .content h1 {
  font-weight: bold;
  margin-bottom: 1rem;
  margin-left: 1rem;
}
.contact-form__wrapper .content p {
  margin-left: 1rem;
}
.contact-form__wrapper .content form input {
  width: 45%;
  padding: 0.9rem 1rem;
  margin-left: 1rem;
  background-color: #e1e1e1;
  border: none;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .contact-form__wrapper .content form input {
    width: 100%;
    margin-left: 0;
  }
}
.contact-form__wrapper .content form textarea {
  width: 93%;
  height: 22vh;
  margin-left: 1rem;
  padding: 1rem 1rem;
  background-color: #e1e1e1;
  border: none;
}
@media screen and (max-width: 768px) {
  .contact-form__wrapper .content form textarea {
    width: 100%;
    margin-left: 0;
  }
}
.contact-form__wrapper .content form a {
  color: #df4c73;
  border-bottom: 2px solid #e4b6c2;
  padding: 0.5rem 0;
  float: right;
  margin-top: 1rem;
  margin-right: 3rem;
}
.contact-form__wrapper .content form a i {
  margin-left: 2rem;
}

.book_banner {
  background-image: url("../../images/Group 123.webp");
  height: 80vh;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.read-books {
  margin-top: -15rem;
  z-index: -9999;
  padding: 2rem 4rem;
}
@media screen and (max-width: 768px) {
  .read-books {
    padding: 0 1rem;
  }
}
.read-books__wrapper {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
  padding: 2rem 4rem;
  background-color: white;
  box-shadow: rgba(99, 99, 99, 0.5) 0px 2px 8px 0px;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .read-books__wrapper {
    grid-template-columns: 1fr;
    padding: 2rem 1rem;
  }
}
@media screen and (max-width: 768px) {
  .read-books__wrapper .images {
    text-align: center;
  }
}
.read-books__wrapper .images img {
  width: 70%;
}
.read-books__wrapper .content h1 {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.read-books__wrapper .content h3 {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.read-books__wrapper .content h5 {
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.read-books__wrapper .content .read-icon i {
  margin-right: 2rem;
  font-size: 0.9rem;
}
.read-books__wrapper .content .social-icon {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.read-books__wrapper .content .social-icon h2 {
  font-size: 1rem;
  color: #286fb4;
}
.read-books__wrapper .content .social-icon i {
  color: #286fb4;
  margin-right: 0.5rem;
}
.read-books__wrapper .content-side i {
  color: #286fb4;
  font-size: 1rem;
}
.read-books__wrapper .content-side h4 {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 5rem;
}
.read-books__wrapper .content-side a {
  color: #df4c73;
  border-bottom: 2px solid #e4b6c2;
  padding: 0.5rem 0;
  text-transform: uppercase;
  margin-top: 1rem;
  margin-right: 3rem;
}
.read-books .text {
  margin-top: 5rem;
  margin-bottom: 2rem;
}
.read-books .button {
  justify-content: space-between;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .read-books .button {
    flex-direction: column;
  }
}
.read-books .button a {
  color: #df4c73;
  border-bottom: 2px solid #e4b6c2;
  padding: 0.5rem 0;
  text-transform: uppercase;
}
.read-books .button a i {
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  .read-books .button .social-icon {
    margin-top: 2rem;
    text-align: center;
  }
}
.read-books .button .social-icon i {
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .read-books .button .social-icon i {
    font-size: 2rem;
  }
}

.comment {
  background-image: url("../../images/Path 206.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding-top: 13rem;
}
@media screen and (max-width: 768px) {
  .comment {
    padding: 10rem 1rem;
    margin-bottom: 15rem;
  }
}
.comment h1 {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
.comment input {
  width: 100%;
  padding: 1.5rem 1rem;
  border-radius: 2rem;
  border: none;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.comment__wrapper {
  overflow-y: auto;
  max-height: 300px;
}
.comment__wrapper .content {
  margin-top: 2rem;
}
.comment__wrapper .content .profile .p-file {
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .comment__wrapper .content .profile .p-file {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .comment__wrapper .content .profile .text {
    margin-right: 2rem;
  }
}
.comment__wrapper .content .profile .text h2 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.comment__wrapper .content .profile .text p {
  margin-bottom: 0.5rem;
}
.comment__wrapper .content .profile .text .reply span {
  color: #797273;
  margin-right: 1rem;
  font-size: 0.9rem;
}
.comment__wrapper .content .profile .text .reply h5 {
  font-weight: bold;
  color: #286fb4;
  font-size: 0.9rem;
}
.comment__wrapper .icon-side {
  margin-right: 8rem;
}
@media screen and (max-width: 768px) {
  .comment__wrapper .icon-side {
    margin-right: 0;
  }
}
.comment a {
  color: #df4c73;
  border-bottom: 2px solid #e4b6c2;
  padding: 0.5rem 0;
  text-transform: uppercase;
}
.comment a i {
  margin-left: 1rem;
}

.narrate_banner {
  background-image: url("../../images/Group 123.webp");
  height: 80vh;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.narrate_banner h1 {
  text-align: center;
  padding-top: 15rem;
  color: #286fb4;
  font-size: 5rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .narrate_banner h1 {
    font-size: 3rem;
  }
}

.Episode {
  padding: 10rem 10rem;
}
@media screen and (max-width: 768px) {
  .Episode {
    padding: 2rem 1rem;
  }
}
.Episode h1 {
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .Episode h1 {
    font-size: 2rem;
  }
}
.Episode__wrapper .content h2 {
  font-weight: bold;
  margin-bottom: 2rem;
}
.Episode__wrapper .content a {
  color: #df4c73;
  border-bottom: 2px solid #e4b6c2;
  padding: 0.5rem 0;
}
.Episode__wrapper .content a i {
  margin-left: 2rem;
}
.Episode__wrapper .story {
  text-align: center;
  padding: 1rem 4rem;
  max-height: 80vh;
  border-radius: 1rem;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .Episode__wrapper .story {
    flex-direction: column;
    padding: 3rem 1rem;
  }
}
.Episode__wrapper .story .images img {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .Episode__wrapper .story .images img {
    width: 80%;
  }
}
.Episode__wrapper .story .content {
  text-align: left;
  margin-left: -5rem;
}
@media screen and (max-width: 768px) {
  .Episode__wrapper .story .content {
    margin-left: 0;
  }
}
.Episode__wrapper .story .content h1 {
  font-weight: bold;
  font-size: 5rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .Episode__wrapper .story .content h1 {
    font-size: 2rem;
  }
}
.Episode__wrapper .story .content h3 {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .Episode__wrapper .story .content h3 {
    font-size: 1rem;
  }
}
.Episode__wrapper .story .content h5 {
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.Episode__wrapper .music {
  padding: 1rem 2rem;
  max-height: 50vh;
  background-color: #286fb4;
  border-radius: 1rem;
  margin-top: -1rem;
}
.Episode__wrapper .music .images {
  align-items: center;
  justify-content: center;
}
.Episode__wrapper .music .images img {
  width: 20%;
  height: 20%;
}
.Episode__wrapper .music .play-button {
  justify-content: center;
}
.Episode__wrapper .music .play-button .video-time {
  color: #fff;
  font-size: 14px;
  font-family: "Sharp Sans", sans-serif;
  line-height: 1;
  display: flex;
  align-items: center;
}
.Episode__wrapper .music .play-button img {
  width: 5%;
}
.Episode__wrapper .music .play-button .play-bar {
  background-color: #fdfdfd;
  height: 5px;
  border-radius: 5px;
  position: relative;
  width: 70%;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.Episode__wrapper .music .play-button .play-bar .progress-bar {
  background-color: #df4c73;
  width: 70%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.Episode__wrapper .record-btn {
  margin-top: 2rem;
  text-align: center;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .Episode__wrapper .record-btn {
    flex-direction: column;
  }
}
.Episode__wrapper .record-btn .record {
  text-align: center;
  background-color: #df4c73;
  padding: 1rem 2rem;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .Episode__wrapper .record-btn .record {
    width: 100%;
  }
}
.Episode__wrapper .record-btn .record img {
  width: 25%;
}
.Episode__wrapper .record-btn .record a {
  color: #fff;
  font-size: 12px;
}
.Episode__wrapper .record-btn .cough {
  background-color: rgb(226, 226, 0);
  padding: 1.5rem 3rem;
  border-radius: 50px;
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  .Episode__wrapper .record-btn .cough {
    width: 100%;
    margin-left: 0;
    margin-top: 1rem;
  }
}
.Episode__wrapper .record-btn .cough a {
  color: #000000;
}
.Episode__wrapper .record-btn .save {
  background-color: green;
  padding: 1.5rem 3rem;
  margin-left: 1rem;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .Episode__wrapper .record-btn .save {
    width: 100%;
    margin-left: 0;
    margin-top: 1rem;
  }
}
.Episode__wrapper .record-btn .save img {
  width: 20%;
}
.Episode__wrapper .record-btn .save a {
  color: #fff;
  font-size: 12px;
}

.terms {
  background-image: url("../../images/Group 123.webp");
  height: 80vh;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.terms h1 {
  text-align: center;
  padding-top: 15rem;
  color: #286fb4;
  font-size: 5rem;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .terms h1 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .terms-agreement {
    padding: 2rem 1rem;
  }
}
.terms-agreement h1 {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .terms-agreement h1 {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .terms-agreement p {
    text-align: center;
  }
}

.policy {
  background-image: url("../../images/Group 123.webp");
  height: 80vh;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.policy h1 {
  text-align: center;
  padding-top: 15rem;
  color: #286fb4;
  font-size: 5rem;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .policy h1 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .policy-p {
    padding: 2rem 1rem;
  }
}
.policy-p h1 {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .policy-p h1 {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .policy-p p {
    text-align: center;
  }
}

.login {
  background-image: url("../../images/Group 123.webp");
  height: 30vh;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .login {
    padding: 2rem 1rem;
  }
}

.login-form {
  margin-bottom: 2rem;
}
.login-form__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 3rem;
}
@media screen and (max-width: 768px) {
  .login-form__wrapper {
    grid-template-columns: 1fr;
  }
}
.login-form__wrapper .images img {
  width: 80%;
  height: 90%;
}
@media screen and (max-width: 768px) {
  .login-form__wrapper .images img {
    width: 100%;
  }
}
.login-form__wrapper .log-form {
  padding: 4rem 3rem;
  max-height: 90vh;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
@media screen and (max-width: 768px) {
  .login-form__wrapper .log-form {
    margin-top: -4rem;
    box-shadow: none;
    padding: 4rem 1rem;
  }
}
.login-form__wrapper .log-form h1 {
  font-weight: 500;
  text-align: center;
  margin-bottom: 2rem;
  color: #286fb4;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .login-form__wrapper .log-form h1 {
    font-size: 1.9rem;
  }
}
.login-form__wrapper .log-form h3 {
  font-size: 1rem;
  margin-top: 1.5rem;
  position: relative;
  margin-bottom: 1rem;
}
.login-form__wrapper .log-form h3::before {
  content: "";
  display: block;
  width: 230px;
  height: 1px;
  background: #707070;
  left: 8px;
  top: 50%;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .login-form__wrapper .log-form h3::before {
    width: 130px;
  }
}
.login-form__wrapper .log-form h3::after {
  content: "";
  display: block;
  width: 230px;
  height: 1px;
  background: #707070;
  right: 8px;
  top: 50%;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .login-form__wrapper .log-form h3::after {
    width: 130px;
  }
}
.login-form__wrapper .log-form .btn-f {
  padding: 1rem 2rem;
  background-color: #3c91ec;
  margin-bottom: 2rem;
  border-radius: 0.3rem;
}
.login-form__wrapper .log-form .btn-f i {
  color: #fff;
  font-size: 1.2rem;
}
.login-form__wrapper .log-form .btn-f i a {
  text-transform: none;
  color: #fff;
  margin-left: 0.3rem;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: Sharp Sans;
}
.login-form__wrapper .log-form .btn-g {
  padding: 1rem 2rem;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 0.5rem;
}
.login-form__wrapper .log-form .btn-g i {
  color: #0c0b0b;
  font-size: 1.2rem;
}
.login-form__wrapper .log-form .btn-g i a {
  text-transform: none;
  color: #0c0c0c;
  margin-left: 0.3rem;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: Sharp Sans;
}
.login-form__wrapper .log-form .btn-login {
  padding: 1rem 2rem;
  background-color: #286fb4;
  margin-top: 1.5rem;
  border-radius: 0.3rem;
}
.login-form__wrapper .log-form .btn-login a {
  text-transform: none;
  color: #fff;
  margin-left: 0.5rem;
  font-weight: 600;
  font-family: Sharp Sans;
  font-size: 1.2rem;
}
.login-form__wrapper .log-form .forgetpass {
  text-align: center;
  margin-top: 1rem;
}
.login-form__wrapper .log-form .forgetpass a {
  color: #0f0f0f;
  text-decoration: underline;
  font-size: 0.8rem;
  text-transform: none;
  font-weight: 400;
}
.login-form__wrapper .log-form .dont-have-account {
  text-align: center;
  margin-top: 2rem;
}
.login-form__wrapper .log-form .dont-have-account a {
  color: #0f0f0f;
  text-decoration: underline;
  font-size: 0.8rem;
  text-transform: none;
  font-weight: 400;
}
.login-form__wrapper .log-form .dont-have-account .sign-up {
  color: #286fb4;
  text-decoration: none;
}

.login-page {
  background-image: url("../../images/Group 123.webp");
  height: 30vh;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .login-page {
    padding: 2rem 1rem;
  }
}

.loginpage-form {
  margin-bottom: 2rem;
}
.loginpage-form__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .loginpage-form__wrapper {
    grid-template-columns: 1fr;
  }
}
.loginpage-form__wrapper .images img {
  width: 90%;
  height: 90%;
}
@media screen and (max-width: 768px) {
  .loginpage-form__wrapper .images img {
    width: 100%;
  }
}
.loginpage-form__wrapper .log-form {
  padding: 4rem 3rem;
  max-height: 90vh;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
@media screen and (max-width: 768px) {
  .loginpage-form__wrapper .log-form {
    margin-top: -2rem;
    box-shadow: none;
    padding: 4rem 1rem;
  }
}
.loginpage-form__wrapper .log-form h1 {
  font-weight: 500;
  text-align: center;
  margin-bottom: 2rem;
  color: #286fb4;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .loginpage-form__wrapper .log-form h1 {
    font-size: 1.9rem;
  }
}
.loginpage-form__wrapper .log-form h3 {
  font-size: 1rem;
  margin-top: 1.5rem;
}
.loginpage-form__wrapper .log-form form input {
  padding: 1rem 2rem;
  width: 100%;
  border-radius: 0.3rem;
  border: 1px solid #707070;
  margin-bottom: 1.5rem;
}
.loginpage-form__wrapper .log-form .btn-login {
  padding: 1rem 2rem;
  background-color: #286fb4;
  margin-top: 1.5rem;
  border-radius: 0.3rem;
}
.loginpage-form__wrapper .log-form .btn-login a {
  text-transform: none;
  color: #fff;
  margin-left: 0.5rem;
  font-weight: 400;
  font-family: Sharp Sans;
  font-size: 1.2rem;
}
.loginpage-form__wrapper .log-form .forgetpass {
  text-align: center;
  margin-top: 1rem;
}
.loginpage-form__wrapper .log-form .forgetpass a {
  color: #0f0f0f;
  text-decoration: underline;
  font-size: 0.8rem;
  text-transform: none;
  font-weight: 400;
}
.loginpage-form__wrapper .log-form .back-login {
  text-align: center;
  margin-top: 2rem;
}
.loginpage-form__wrapper .log-form .back-login a {
  color: #0f0f0f;
  text-decoration: underline;
  font-size: 0.8rem;
  text-transform: none;
  font-weight: 400;
}

.signup {
  background-image: url("../../images/Group 123.webp");
  height: 30vh;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .signup {
    padding: 2rem 1rem;
  }
}

.signup-form {
  margin-bottom: 2rem;
}
.signup-form__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .signup-form__wrapper {
    grid-template-columns: 1fr;
  }
}
.signup-form__wrapper .images img {
  width: 90%;
  height: 90%;
}
@media screen and (max-width: 768px) {
  .signup-form__wrapper .images img {
    width: 100%;
  }
}
.signup-form__wrapper .log-form {
  padding: 4rem 3rem;
  max-height: 120vh;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
@media screen and (max-width: 768px) {
  .signup-form__wrapper .log-form {
    margin-top: -2rem;
    box-shadow: none;
    padding: 4rem 1rem;
  }
}
.signup-form__wrapper .log-form h1 {
  font-weight: 500;
  text-align: center;
  margin-bottom: 2rem;
  color: #286fb4;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .signup-form__wrapper .log-form h1 {
    font-size: 1.9rem;
  }
}
.signup-form__wrapper .log-form h3 {
  font-size: 1rem;
  text-align: center;
  margin-top: 1.5rem;
  position: relative;
  margin-bottom: 2rem;
}
.signup-form__wrapper .log-form h3::before {
  content: "";
  display: block;
  width: 230px;
  height: 1px;
  background: #707070;
  left: 8px;
  top: 50%;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .signup-form__wrapper .log-form h3::before {
    width: 130px;
  }
}
.signup-form__wrapper .log-form h3::after {
  content: "";
  display: block;
  width: 230px;
  height: 1px;
  background: #707070;
  right: 8px;
  top: 50%;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .signup-form__wrapper .log-form h3::after {
    width: 130px;
  }
}
.signup-form__wrapper .log-form form input {
  padding: 1rem 2rem;
  width: 100%;
  border-radius: 0.3rem;
  border: 1px solid #707070;
  margin-bottom: 1.5rem;
}
.signup-form__wrapper .log-form .btn-login {
  padding: 1rem 2rem;
  background-color: #286fb4;
  margin-top: 1.5rem;
  border-radius: 0.3rem;
}
.signup-form__wrapper .log-form .btn-login a {
  text-transform: none;
  color: #fff;
  margin-left: 0.5rem;
  font-weight: 600;
  font-family: Sharp Sans;
  font-size: 1.2rem;
}
.signup-form__wrapper .log-form .btn-g {
  padding: 1rem 2rem;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 0.5rem;
}
.signup-form__wrapper .log-form .btn-g i {
  color: #1f1f1f;
  font-size: 1.2rem;
}
.signup-form__wrapper .log-form .btn-g i a {
  text-transform: none;
  color: #1f1f1f;
  margin-left: 0.3rem;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: Sharp Sans;
}

.profile_banner {
  background-image: url("../../images/Group 123.webp");
  height: 80vh;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.profile_banner .profile {
  text-align: center;
  padding-top: 15rem;
  display: grid;
  justify-content: center;
  align-self: center;
}
.profile_banner .profile h4 {
  text-align: center;
  background-color: #ffffff;
  border-radius: 50px;
  padding: 1rem 1rem;
  color: #286fb4;
  font-weight: bold;
}
.profile_banner .name h1 {
  color: #286fb4;
  font-weight: bold;
}

.my-story {
  padding: 10rem 10rem;
}
@media screen and (max-width: 768px) {
  .my-story {
    padding: 2rem 1rem;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .my-story .title-story {
    text-align: center;
    flex-direction: column;
  }
}
.my-story .title-story h1 {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .my-story .title-story h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.my-story a {
  color: #df4c73;
  border-bottom: 2px solid #e4b6c2;
  padding: 0.5rem 0;
}
.my-story a i {
  margin-left: 2rem;
}
.my-story .story {
  text-align: center;
  padding: 1rem 4rem;
  max-height: 80vh;
  border-radius: 1rem;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .my-story .story {
    flex-direction: column;
    padding: 2rem 1rem;
  }
}
.my-story .story .images img {
  width: 60%;
}
.my-story .story .content {
  text-align: left;
  margin-left: -5rem;
}
@media screen and (max-width: 768px) {
  .my-story .story .content {
    margin: 0;
  }
}
.my-story .story .content h1 {
  font-weight: bold;
  font-size: 3rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .my-story .story .content h1 {
    font-size: 2rem;
    margin-top: 2rem;
  }
}
.my-story .story .content h3 {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.my-story .story .content h4 {
  font-size: 1rem;
  color: #286fb4;
  margin-top: 2rem;
}
.my-story .story .content h5 {
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.my-story .story .content h6 {
  font-weight: bold;
}
.my-story .story .read-icon {
  margin-top: 1rem;
}
.my-story .story .read-icon i {
  margin-right: 2rem;
}
.my-story .button .btn-upload a {
  color: #df4c73;
  border-bottom: 2px solid #e4b6c2;
  padding: 0.5rem 0;
}
.my-story .button .btn-upload a i {
  margin-left: 2rem;
}
.my-story .button .btn-delete a {
  color: #df4c73;
  border-bottom: 2px solid #e4b6c2;
  padding: 0.5rem 0;
}
.my-story .button .btn-delete a i {
  margin-left: 2rem;
}

.btn1 a {
  color: 0;
}

.upload_banner {
  background-image: url("../../images/Group 123.webp");
  height: 80vh;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.upload_banner h1 {
  text-align: center;
  padding-top: 15rem;
  color: #286fb4;
  font-size: 5rem;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .upload_banner h1 {
    font-size: 3rem;
  }
}

.upload-docu {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .upload-docu {
    padding: 2rem 1rem;
    margin-bottom: 7rem;
  }
}
.upload-docu h1 {
  font-weight: bold;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .upload-docu h1 {
    font-size: 2rem;
  }
}
.upload-docu textarea {
  padding: 2rem 4rem;
  width: 100%;
  height: 50vh;
}
@media screen and (max-width: 768px) {
  .upload-docu__wrapper {
    flex-direction: column;
  }
}
.upload-docu__wrapper .upload {
  margin-top: 2rem;
}
.upload-docu__wrapper .upload h3 {
  font-size: 1.2rem;
  margin-left: 2rem;
  font-weight: bold;
}
.upload-docu__wrapper .upload .upload-share img {
  width: 90%;
}
.upload-docu__wrapper .upload .upload-share .btn-upload {
  margin-top: 0.6rem;
}
@media screen and (max-width: 768px) {
  .upload-docu__wrapper .upload .upload-share .btn-upload {
    text-align: center;
  }
}
.upload-docu__wrapper .upload .upload-share .btn-upload a {
  color: #df4c73;
  font-size: 0.8rem;
}
@media screen and (max-width: 768px) {
  .upload-docu__wrapper .upload .upload-share .btn-upload a {
    font-size: 0.7rem;
  }
}
.upload-docu__wrapper .upload .write-share {
  margin-left: 2rem;
}
.upload-docu__wrapper .upload .write-share img {
  width: 90%;
}
.upload-docu__wrapper .upload .write-share .btn-upload {
  margin-top: 0.6rem;
}
.upload-docu__wrapper .upload .write-share .btn-upload a {
  color: #df4c73;
  font-size: 0.8rem;
}
@media screen and (max-width: 768px) {
  .upload-docu__wrapper .upload .write-share .btn-upload a {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 768px) {
  .upload-docu__wrapper .save-btn {
    margin-top: 3rem;
  }
}
.upload-docu__wrapper .save-btn a {
  color: #df4c73;
  border-bottom: 2px solid #e4b6c2;
  padding: 0.5rem 0;
}
.upload-docu__wrapper .save-btn a i {
  margin-left: 2rem;
}

.email-confirmation {
  background-image: url("../../images/Group 123.webp");
  height: 30vh;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .email-confirmation {
    padding: 2rem 1rem;
  }
}

.email-confirmation-form {
  margin-bottom: 2rem;
}
.email-confirmation-form__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .email-confirmation-form__wrapper {
    grid-template-columns: 1fr;
  }
}
.email-confirmation-form__wrapper .images img {
  width: 90%;
  height: 90%;
}
@media screen and (max-width: 768px) {
  .email-confirmation-form__wrapper .images img {
    width: 100%;
  }
}
.email-confirmation-form__wrapper .verify-form {
  padding: 4rem 3rem;
  max-height: 100vh;
}
@media screen and (max-width: 768px) {
  .email-confirmation-form__wrapper .verify-form {
    margin-top: -2rem;
    box-shadow: none;
    padding: 4rem 1rem;
  }
}
.email-confirmation-form__wrapper .verify-form h1 {
  font-weight: 600;
  text-align: center;
  margin-bottom: 2rem;
  color: #286fb4;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .email-confirmation-form__wrapper .verify-form h1 {
    font-size: 1.9rem;
  }
}
.email-confirmation-form__wrapper .verify-form h2 {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 2rem;
}
.email-confirmation-form__wrapper .verify-form .btn-verify {
  padding: 1rem 2rem;
  background-color: #286fb4;
  margin-top: 1.5rem;
  border-radius: 0.3rem;
}
.email-confirmation-form__wrapper .verify-form .btn-verify a {
  text-transform: none;
  color: #fff;
  margin-left: 0.5rem;
  font-weight: 600;
  font-family: Sharp Sans;
  font-size: 1.2rem;
}

.forget-password {
  background-image: url("../../images/Group 123.webp");
  height: 30vh;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .forget-password {
    padding: 2rem 1rem;
  }
}

.forget-password-form {
  margin-bottom: 2rem;
}
.forget-password-form__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .forget-password-form__wrapper {
    grid-template-columns: 1fr;
  }
}
.forget-password-form__wrapper .images img {
  width: 90%;
  height: 90%;
}
@media screen and (max-width: 768px) {
  .forget-password-form__wrapper .images img {
    width: 100%;
  }
}
.forget-password-form__wrapper .forget-form {
  padding: 4rem 3rem;
  max-height: 90vh;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
@media screen and (max-width: 768px) {
  .forget-password-form__wrapper .forget-form {
    margin-top: -2rem;
    box-shadow: none;
    padding: 4rem 1rem;
  }
}
.forget-password-form__wrapper .forget-form h1 {
  font-weight: 500;
  text-align: center;
  margin-bottom: 2rem;
  color: #286fb4;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .forget-password-form__wrapper .forget-form h1 {
    font-size: 1.9rem;
  }
}
.forget-password-form__wrapper .forget-form h2 {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 2rem;
}
.forget-password-form__wrapper .forget-form h3 {
  font-size: 1rem;
  margin-top: 1.5rem;
}
.forget-password-form__wrapper .forget-form form input {
  padding: 1rem 2rem;
  width: 100%;
  border-radius: 0.3rem;
  border: 1px solid #707070;
  margin-bottom: 1.5rem;
}
.forget-password-form__wrapper .forget-form .btn-reset {
  padding: 1rem 2rem;
  background-color: #286fb4;
  margin-top: 1.5rem;
  border-radius: 0.3rem;
}
.forget-password-form__wrapper .forget-form .btn-reset a {
  text-transform: none;
  color: #fff;
  margin-left: 0.5rem;
  font-weight: 600;
  font-family: Sharp Sans;
  font-size: 1.2rem;
}
.forget-password-form__wrapper .forget-form .forgetpass {
  text-align: center;
  margin-top: 1rem;
}
.forget-password-form__wrapper .forget-form .forgetpass a {
  color: #0f0f0f;
  text-decoration: underline;
  font-size: 0.8rem;
  text-transform: none;
  font-weight: 400;
}
.forget-password-form__wrapper .forget-form .back-login {
  text-align: center;
  margin-top: 2rem;
}
.forget-password-form__wrapper .forget-form .back-login a {
  color: #0f0f0f;
  text-decoration: underline;
  font-size: 0.8rem;
  text-transform: none;
  font-weight: 400;
}

.landing-page {
  background-image: url("../../images/Group 123.webp");
  height: 30vh;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .landing-page {
    padding: 2rem 1rem;
  }
}

.landing-page-form {
  margin-bottom: 2rem;
}
.landing-page-form__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 3rem;
}
@media screen and (max-width: 768px) {
  .landing-page-form__wrapper {
    grid-template-columns: 1fr;
  }
}
.landing-page-form__wrapper .images img {
  width: 80%;
  height: 90%;
}
@media screen and (max-width: 768px) {
  .landing-page-form__wrapper .images img {
    width: 100%;
  }
}
.landing-page-form__wrapper .landing-side {
  padding-top: 10rem;
}
@media screen and (max-width: 768px) {
  .landing-page-form__wrapper .landing-side {
    padding-top: 2rem;
  }
}
.landing-page-form__wrapper .landing-side h1 {
  font-size: 3rem;
  color: #286fb4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .landing-page-form__wrapper .landing-side h1 {
    font-size: 2rem;
    text-align: center;
  }
}
.landing-page-form__wrapper .landing-side .landing-btn {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .landing-page-form__wrapper .landing-side .landing-btn {
    display: block;
  }
}
.landing-page-form__wrapper .landing-side .landing-btn .btn-1 {
  margin-right: 2rem;
}
@media screen and (max-width: 768px) {
  .landing-page-form__wrapper .landing-side .landing-btn .btn-1 {
    margin: 0;
  }
}
.landing-page-form__wrapper .landing-side .landing-btn .btn-1 button {
  padding: 1rem 5rem;
  background-color: #3c91ec;
  color: #ffffff;
  border: none;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  .landing-page-form__wrapper .landing-side .landing-btn .btn-1 button {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.landing-page-form__wrapper .landing-side .landing-btn .btn-2 {
  margin-right: 2rem;
}
@media screen and (max-width: 768px) {
  .landing-page-form__wrapper .landing-side .landing-btn .btn-2 {
    margin: 0;
  }
}
.landing-page-form__wrapper .landing-side .landing-btn .btn-2 button {
  padding: 1rem 6rem;
  background-color: #286fb4;
  color: #ffffff;
  border: none;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  .landing-page-form__wrapper .landing-side .landing-btn .btn-2 button {
    width: 100%;
  }
}

.filtering {
  background-image: url("../../images/Group 123.webp");
  height: 30vh;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .filtering {
    padding: 2rem 1rem;
  }
}

.filtering-page {
  padding: 50px 0;
}
.filtering-page .filter {
  border-bottom: 1px solid rgb(192, 187, 187);
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .filtering-page .filter {
    display: flex;
    justify-content: center;
  }
}
.filtering-page .filter select {
  border: none;
  font-size: 3rem;
  margin-left: 4rem;
  font-weight: bold;
  color: #286fb4;
}
@media screen and (max-width: 768px) {
  .filtering-page .filter select {
    font-size: 2rem;
    display: flex;
    margin-left: 10px;
  }
}
.filtering-page .book-list {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .filtering-page .book-list {
    grid-template-columns: 1fr;
    padding: 20px 10px;
  }
}
.filtering-page .book-list .images img {
  width: 100%;
}
.filtering-page .book-list .content {
  padding-top: 5rem;
}
.filtering-page .book-list .content h1 {
  font-weight: bold;
  color: #df4c73;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .filtering-page .book-list .content h1 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.filtering-page .book-list .content .icon i {
  margin-right: 2rem;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .filtering-page .book-list .content .icon i {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
.filtering-page .book-list .content p {
  margin-bottom: 1rem;
}
.filtering-page .book-list .content a {
  color: #df4c73;
  border-bottom: 2px solid #e4b6c2;
  padding: 0.5rem 0;
}
.filtering-page .book-list .content a i {
  margin-left: 2rem;
}
.filtering-page .btn-pagination {
  text-align: center;
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .filtering-page .btn-pagination {
    padding: 5rem 0;
  }
}
.filtering-page .btn-pagination a {
  color: #df4c73;
  margin-right: 2rem;
  font-size: 1.3rem;
}

.writing-banner {
  background-image: url("../../images/Group 123.webp");
  height: 25vh;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .writing-banner {
    height: 50vh;
  }
}

.writing-head {
  display: flex;
  justify-content: space-between;
  padding: 0 60px;
}
@media screen and (max-width: 768px) {
  .writing-head {
    padding: 0 20px;
  }
}
.writing-head .writ-user {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .writing-head .writ-user {
    margin-top: 60px;
  }
}
.writing-head .writ-user h1 {
  font-size: 20px;
  font-weight: bold;
}

.writing {
  padding: 50px 0;
}
.writing .user-prof {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .writing .user-prof {
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
  }
}
.writing .user-prof .images img {
  width: 80%;
}
.writing .user-prof .btn-prof .prof-1 {
  padding: 15px 20px;
  width: 100%;
  background-color: #286fb4;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
  border: none;
}
.writing .user-prof .btn-prof .prof-2 {
  padding: 15px 20px;
  width: 100%;
  border: 1px solid #3c91ec;
  color: #3c91ec;
  border-radius: 5px;
}
.writing .user-info {
  text-align: center;
  max-width: 600px;
  margin: auto;
}
.writing .user-info .name {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .writing .user-info .name {
    flex-direction: column;
    margin-top: 20px;
  }
}
.writing .user-info .name h2 {
  font-weight: bold;
  color: #286fb4;
}
@media screen and (max-width: 768px) {
  .writing .user-info .name .edit-user {
    margin-top: -50px;
  }
}
.writing .user-info .name .edit-user img {
  width: 30%;
}
.writing .user-info .name .edit-user span {
  color: #3c91ec;
}
.writing .upload .btn-upload {
  background-color: #286fb4;
  width: 15%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .writing .upload .btn-upload {
    width: 100%;
    margin-top: 20px;
  }
}
.writing .upload .btn-upload a {
  color: #fff;
}

.writing-nav {
  padding-top: 10px;
  padding-bottom: 100px;
}
.writing-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #286fb4;
  padding: 20px;
  gap: 30px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .writing-nav ul {
    display: none;
  }
}
.writing-nav ul li a {
  font-size: 30px;
  color: #fff;
}
.writing-nav ul li a:hover {
  background-color: #3c91ec;
  padding: 20px;
  width: 100%;
}
.writing-nav .books {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 50px;
}
@media screen and (max-width: 768px) {
  .writing-nav .books {
    grid-template-columns: 1fr;
    padding: 20px;
  }
}
.writing-nav .books .book-list {
  text-align: center;
}
.writing-nav .books .book-list .images img {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .writing-nav .books .book-list .images img {
    width: 50%;
  }
}
.writing-nav .books .book-list .book-name {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 10px;
}
.writing-nav .books .book-list .book-name span {
  color: #286fb4;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.writing-nav .books .book-list .book-name img {
  width: 15%;
}
.writing-nav .books .read-comm {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  justify-content: center;
}
.writing-nav .books .read-comm span {
  font-weight: bold;
}
.writing-nav .books button {
  background-color: #286fb4;
  padding: 20px;
  width: 100%;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  color: #fff;
}

.narration-2-nav {
  padding-top: 10px;
  padding-bottom: 100px;
}
.narration-2-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #286fb4;
  padding: 20px;
  gap: 30px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .narration-2-nav ul {
    font-size: 10px;
    display: block;
    width: 100%;
  }
}
.narration-2-nav ul li .tab {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .narration-2-nav ul li .tab {
    font-size: 15px;
    display: block;
    text-align: center;
  }
}
.narration-2-nav ul li .tab:hover {
  background-color: #3c91ec;
  border-radius: 5px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .narration-2-nav ul li .tab:hover {
    font-size: 15px;
    padding: 10px;
    width: 100%;
  }
}
.narration-2-nav .tab-content {
  display: none;
}
.narration-2-nav .tab-content:first-child {
  display: block;
}
.narration-2-nav .tab-content .book {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 50px;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .narration-2-nav .tab-content .book {
    grid-template-columns: 1fr;
    padding: 20px;
  }
}
.narration-2-nav .tab-content .book .book-list {
  text-align: center;
}
.narration-2-nav .tab-content .book .book-list .images {
  position: relative;
}
.narration-2-nav .tab-content .book .book-list .images img {
  width: 60%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .narration-2-nav .tab-content .book .book-list .images img {
    width: 50%;
  }
}
.narration-2-nav .tab-content .book .book-list .images .edit {
  width: 18%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  right: 55px;
  top: -10px;
}
@media screen and (max-width: 768px) {
  .narration-2-nav .tab-content .book .book-list .images .edit {
    right: 85px;
    width: 15%;
  }
}
.narration-2-nav .tab-content .book .book-list .book-name {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 10px;
}
.narration-2-nav .tab-content .book .book-list .book-name span {
  color: #286fb4;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.narration-2-nav .tab-content .book .book-list .book-name .edit-book img {
  width: 100%;
}
.narration-2-nav .tab-content .book .read-comm {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  justify-content: center;
}
.narration-2-nav .tab-content .book .read-comm span {
  font-weight: bold;
}
.narration-2-nav .tab-content .book .btn-nar1 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.narration-2-nav .tab-content .book .btn-nar1 .narrate1 {
  display: flex;
  align-items: center;
  background-color: #df4c73;
  padding: 15px;
  width: 100%;
  border: none;
  border-radius: 5px;
  justify-content: center;
}
.narration-2-nav .tab-content .book .btn-nar1 .narrate1 a {
  font-weight: bold;
  color: #fff;
  margin-left: 10px;
}
.narration-2-nav .tab-content .book .btn-nar1 .narrate1 img {
  width: 10%;
}
.narration-2-nav .tab-content .book .btn-nar1 .del {
  background-color: #286fb4;
  padding: 15px;
  width: 100%;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  color: #fff;
}
.narration-2-nav .tab-content .books {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .narration-2-nav .tab-content .books {
    grid-template-columns: 1fr;
    padding: 20px 20px;
  }
}
.narration-2-nav .tab-content .books .book-list {
  text-align: center;
}
.narration-2-nav .tab-content .books .book-list .images img {
  width: 100%;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
.narration-2-nav .tab-content .books .book-list .book-name {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 10px;
}
.narration-2-nav .tab-content .books .book-list .book-name span {
  color: #286fb4;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.narration-2-nav .tab-content .books .book-list .book-name .edit-book img {
  width: 100%;
}
.narration-2-nav .tab-content .books .read-comm {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  justify-content: center;
}
.narration-2-nav .tab-content .books .read-comm span {
  font-weight: bold;
}
.narration-2-nav .tab-content .books .btn-nar1 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.narration-2-nav .tab-content .books .btn-nar1 .narrate1 {
  display: flex;
  align-items: center;
  background-color: #df4c73;
  padding: 15px;
  width: 100%;
  border: none;
  border-radius: 5px;
  justify-content: center;
}
.narration-2-nav .tab-content .books .btn-nar1 .narrate1 a {
  font-weight: bold;
  color: #fff;
  margin-left: 10px;
}
.narration-2-nav .tab-content .books .btn-nar1 .narrate1 img {
  width: 10%;
}
.narration-2-nav .tab-content .books .btn-nar1 .del {
  background-color: #286fb4;
  padding: 15px;
  width: 100%;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  color: #fff;
}
.narration-2-nav .tab-content .follow {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .narration-2-nav .tab-content .follow {
    grid-template-columns: 1fr;
    padding: 20px 20px;
  }
}
.narration-2-nav .tab-content .follow .follow-list {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
}
.narration-2-nav .tab-content .follow .follow-list img {
  width: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
.narration-2-nav .tab-content .follow .follow-list .follow-name h1 {
  font-size: 20px;
  color: #286fb4;
  margin-bottom: 20px;
  font-weight: bold;
}
.narration-2-nav .tab-content .follow .follow-list .follow-name a {
  background-color: #df4c73;
  padding: 10px;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  border-radius: 5px;
}
.narration-2-nav .tab-content .setting-form {
  padding: 40px 60px;
}
@media screen and (max-width: 768px) {
  .narration-2-nav .tab-content .setting-form {
    padding: 20px;
  }
}
.narration-2-nav .tab-content .setting-form form .form-name {
  display: flex;
  align-items: center;
}
.narration-2-nav .tab-content .setting-form form .form-name h2 {
  font-size: 20px;
}
.narration-2-nav .tab-content .setting-form form .form-name .edit-book {
  background-color: transparent;
}
.narration-2-nav .tab-content .setting-form form .form-name .edit-book img {
  width: 80%;
}
.narration-2-nav .tab-content .setting-form form input {
  width: 100%;
  padding: 20px;
  background-color: #f4f4f4;
  border: none;
}
.narration-2-nav .tab-content .setting-form button {
  background-color: #286fb4;
  width: 15%;
  padding: 15px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  margin-top: 20px;
  border: none;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .narration-2-nav .tab-content .setting-form button {
    width: 100%;
  }
}

.narration-2-1 {
  padding-top: 10px;
  padding-bottom: 100px;
}
.narration-2-1 ul {
  display: flex;
  align-items: center;
  text-align: center;
  background-color: #286fb4;
  width: 50%;
  padding: 20px;
  gap: 30px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .narration-2-1 ul {
    font-size: 10px;
    display: block;
    width: 100%;
  }
}
.narration-2-1 ul li .tab {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .narration-2-1 ul li .tab {
    font-size: 15px;
    display: block;
    text-align: center;
  }
}
.narration-2-1 ul li .tab:hover {
  background-color: #3c91ec;
  border-radius: 5px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .narration-2-1 ul li .tab:hover {
    font-size: 15px;
    padding: 10px;
    width: 100%;
  }
}
.narration-2-1 .tab-content {
  display: none;
}
.narration-2-1 .tab-content:first-child {
  display: block;
}
.narration-2-1 .tab-content .book {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 50px;
  margin-top: 30px;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .narration-2-1 .tab-content .book {
    grid-template-columns: 1fr;
    padding: 20px;
  }
}
.narration-2-1 .tab-content .book .book-list {
  text-align: center;
}
.narration-2-1 .tab-content .book .book-list .images {
  position: relative;
}
.narration-2-1 .tab-content .book .book-list .images img {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .narration-2-1 .tab-content .book .book-list .images img {
    width: 50%;
  }
}
.narration-2-1 .tab-content .book .book-list .images .img-1 {
  width: 20%;
  position: absolute;
  top: 10px;
}
@media screen and (max-width: 768px) {
  .narration-2-1 .tab-content .book .book-list .images .img-1 {
    width: 10%;
  }
}
.narration-2-1 .tab-content .book .book-list .book-name {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 10px;
}
.narration-2-1 .tab-content .book .book-list .book-name span {
  color: #286fb4;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.narration-2-1 .tab-content .book .book-list .book-name img {
  width: 15%;
}
.narration-2-1 .tab-content .book .read-comm {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  justify-content: center;
}
.narration-2-1 .tab-content .book .read-comm span {
  font-weight: bold;
}
.narration-2-1 .tab-content .book .btn-nar {
  background-color: #df4c73;
  padding: 10px;
  width: 100%;
  border: none;
  border-radius: 5px;
}
.narration-2-1 .tab-content .book .btn-nar a {
  font-weight: bold;
  color: #fff;
  margin-left: 15px;
}
.narration-2-1 .tab-content .books {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 50px;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .narration-2-1 .tab-content .books {
    grid-template-columns: 1fr;
    padding: 20px;
  }
}
.narration-2-1 .tab-content .books .book-list {
  text-align: center;
}
.narration-2-1 .tab-content .books .book-list .images {
  position: relative;
}
.narration-2-1 .tab-content .books .book-list .images img {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .narration-2-1 .tab-content .books .book-list .images img {
    width: 50%;
  }
}
.narration-2-1 .tab-content .books .book-list .images .img-1 {
  width: 20%;
  position: absolute;
  top: 10px;
}
@media screen and (max-width: 768px) {
  .narration-2-1 .tab-content .books .book-list .images .img-1 {
    width: 10%;
  }
}
.narration-2-1 .tab-content .books .book-list .book-name {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 10px;
}
.narration-2-1 .tab-content .books .book-list .book-name span {
  color: #286fb4;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.narration-2-1 .tab-content .books .book-list .book-name img {
  width: 15%;
}
.narration-2-1 .tab-content .books .read-comm {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  justify-content: center;
}
.narration-2-1 .tab-content .books .read-comm span {
  font-weight: bold;
}
.narration-2-1 .tab-content .books .btn-nar {
  background-color: #df4c73;
  padding: 10px;
  width: 100%;
  border: none;
  border-radius: 5px;
}
.narration-2-1 .tab-content .books .btn-nar a {
  font-weight: bold;
  color: #fff;
  margin-left: 15px;
}

.save {
  padding: 50px 0;
}
.save .user-prof {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .save .user-prof {
    flex-direction: column;
  }
}
.save .user-prof .images img {
  width: 80%;
}
.save .user-prof .btn-prof .prof-1 {
  padding: 15px 20px;
  width: 100%;
  background-color: #286fb4;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
  border: none;
}
.save .user-prof .btn-prof .prof-2 {
  padding: 15px 20px;
  width: 100%;
  border: 1px solid #3c91ec;
  color: #3c91ec;
  border-radius: 5px;
}
.save .user-info {
  text-align: center;
  max-width: 600px;
  margin: auto;
}
.save .user-info .name {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .save .user-info .name {
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
  }
}
.save .user-info .name h2 {
  font-weight: bold;
  color: #286fb4;
}
.save .user-info .name .edit-user img {
  width: 30%;
}
.save .user-info .name .edit-user span {
  color: #3c91ec;
}
.save .upload .btn-upload {
  background-color: #286fb4;
  width: 15%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 5px;
}
.save .upload .btn-upload a {
  color: #fff;
}

.save-nav {
  padding-top: 10px;
  padding-bottom: 100px;
}
.save-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #286fb4;
  padding: 20px;
  gap: 30px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .save-nav ul {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .save-nav ul li {
    text-align: center;
    justify-content: center;
  }
}
.save-nav ul li a {
  font-size: 30px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .save-nav ul li a {
    font-size: 8px;
    text-align: center;
  }
}
.save-nav ul li a:hover {
  background-color: #3c91ec;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .save-nav ul li a:hover {
    padding: 10px;
  }
}
.save-nav .books {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .save-nav .books {
    grid-template-columns: 1fr;
    padding: 20px 20px;
  }
}
.save-nav .books .book-list {
  text-align: center;
}
.save-nav .books .book-list .images img {
  width: 100%;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
.save-nav .books .book-list .book-name {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 10px;
}
.save-nav .books .book-list .book-name span {
  color: #286fb4;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.save-nav .books .book-list .book-name img {
  width: 15%;
}
.save-nav .books .read-comm {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  justify-content: center;
}
.save-nav .books .read-comm span {
  font-weight: bold;
}
.save-nav .books .btn-nar1 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.save-nav .books .btn-nar1 .narrate1 {
  display: flex;
  align-items: center;
  background-color: #df4c73;
  padding: 15px;
  width: 100%;
  border: none;
  border-radius: 5px;
  justify-content: center;
}
.save-nav .books .btn-nar1 .narrate1 a {
  font-weight: bold;
  color: #fff;
  margin-left: 10px;
}
.save-nav .books .btn-nar1 .narrate1 img {
  width: 10%;
}
.save-nav .books .btn-nar1 .del {
  background-color: #286fb4;
  padding: 15px;
  width: 100%;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  color: #fff;
}

.head-2 {
  display: none;
}
@media screen and (max-width: 768px) {
  .head-2 {
    display: block;
    padding: 0;
  }
  .head-2 .navbar-toggler {
    color: #fff;
  }
}

@media screen and (max-width: 768px) {
  header {
    display: none;
  }
}

.tab-container {
  display: flex;
  flex-direction: column;
  width: 300px;
  margin: 0 auto;
}

.tab-header {
  display: flex;
}

#tab1 {
  display: block;
}

.tab.active {
  background-color: #3c91ec;
  border-radius: 5px;
  padding: 0 20px;
}/*# sourceMappingURL=main.min.css.map */