/*=========================
 about lamm lagacy page 
============================ */

.page-indicates ul {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 12px;
}
.page-indicates ul li {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 128.571%;
  letter-spacing: 0.16px;
}
.page-indicates ul li a {
  color: #0f62fe;
}

.about-lamm-lagacy .container-fluid {
  max-width: 1480px;
}

.about-hero-wrapper {
  display: flex;
  align-items: center;
  gap: 48px;
  padding-inline: 16px;
  flex-direction: column;
  text-align: center;
}
.about-hero-left {
  flex: 1;
}
.about-hero-right img {
  width: 329px;
  height: 329px;
  border-radius: 13.887px;
  object-fit: cover;
}

.about-hero-left {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.about-hero-action a {
  display: inline-flex;
  margin-top: 40px;
}

.about-hero-left h4 {
  color: var(--Brand-Purple-60);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 225%;
}
.about-hero-left p {
  color: var(--Brand-Purple-60);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.our-mission-area {
  padding: 80px 40px;
}

.our-mission-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 80px;
}
.our-mission-wrapper strong {
  font-weight: 600;
}
.mission-left-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 587px;
}

.mission-left-card p {
  color: var(--text-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 237.5%;
}
.mission-left-card .gap-top {
  margin-top: 40px;
}

.mission-right-card {
  display: flex;
  width: 522px;
  padding-top: 28px;
  flex-direction: column;
}
.single-mission-items {
  border-bottom: 1px solid #e0e0e0;
}
.mission-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 29px;
  gap: 16px;
  cursor: pointer;
}
.mission-accordion-header p {
  color: var(--Brand-Purple-60);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.16px;
  flex: 1;
}
.mission-accordion-header:hover p,
.mission-accordion-header.active p {
  font-weight: 600;
  letter-spacing: 0;
}
.mission-accordion-header.active .icon {
  transform: rotate(180deg);
}

.mission-inner-content {
  display: flex;
  padding: 0 48px 20px 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.mission-inner-content p {
  color: var(--text-primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
  letter-spacing: 0.16px;
}
.mission-inner-content p a {
  color: var(--Brand-Purple-60);
  letter-spacing: 0.16px;
  text-decoration: underline;
}

.mission-inner-content > a {
  color: var(--Brand-Purple-60);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 128.571%;
  letter-spacing: 0.16px;
  display: flex;
  align-items: center;
  gap: 16px;
  height: 40px;
}
.mission-inner-content > a:hover span {
  text-decoration: underline;
}

.mission-accordion-content {
  display: none;
}

.mission-left-card h4 {
  color: var(--Brand-Purple-60);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 225%;
}
.mission-inner-content > a span {
  flex: 1;
}

/* mission area style end hare  */

/* what we do area style start  */

.what-we-do-area {
  padding-top: 40px;
  padding-bottom: 80px;
  padding-inline: 40px;
}

.what-we-do-wrapper > h4 {
  color: var(--Brand-Purple-60);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 225%;
}

.task-wrapper {
  padding-top: 24px;
  display: flex;
  align-items: stretch;
  gap: 20px;
  flex-wrap: wrap;
}
.single-task {
  flex: 1;
  padding: 24px;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}
.single-task h4 {
  margin-top: 8px;
  color: var(--Brand-Purple-60);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 225%;
}
.single-task p {
  color: var(--text-primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
  letter-spacing: 0.16px;
  margin-top: 16px;
  margin-bottom: auto;
}
.single-task a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 16px 11px 0px;
  color: var(--Brand-Purple-60);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 128.571%;
  letter-spacing: 0.16px;
  margin-top: 12px;
}
.single-task:hover a span {
  text-decoration: underline;
}

.mission-right-card > h4 {
  color: var(--Brand-Purple-60);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 225%;
}

/* purchese area style  */

.purchese-book-area {
  padding: 80px 40px;
}

.purchese-book-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.book-images {
  width: 408px;
  border-radius: 21.205px;
  display: flex;
  justify-content: center;
}

.purchese-book-wrapper .book-details {
  max-width: 751px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.book-details h5 {
  color: var(--Brand-Purple-60);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 225%;
  text-transform: uppercase;
}
.book-details p {
  color: var(--text-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.book-details p b {
  color: var(--Brand-Purple-60);
  font-weight: 600;
}

.book-info-action {
  display: inline-flex;
  margin-top: 32px;
}

/* our team area  */

.meet-team-area {
  padding: 80px 40px;
}
.meet-team-wrapper > h4 {
  color: var(--Brand-Purple-60);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 225%;
}
.team-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding-top: 56px;
}

.single-team-member {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-direction: column;
  max-width: 248px;
  margin-inline: auto;
}

.single-team-member .member-images img {
  width: 248px;
  height: 248px;
  border-radius: 11.949px;
  object-fit: cover;
  object-position: center;
}
.single-team-member .team-member-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.team-member-info h5 {
  color: var(--Brand-Purple-60);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 225%;
}
.team-member-info p {
  color: var(--text-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
}

/*============ news area style start hare =========== */

.news-area {
  padding: 80px 40px;
  padding-bottom: 160px;
}

.news-wrapper h5 {
  color: var(--Brand-Purple-60);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 225%;
  text-transform: uppercase;
}

.news-content-wp {
  padding: 24px;
  display: flex;
  gap: 16px;
  justify-content: center;
}

.news-content-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 21px 26px 28px 27px;
  background: rgba(0, 0, 0, 0.57);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: 0.25s;
}

.single-news {
  position: relative;
}
.single-news:hover .news-content-box {
  visibility: visible;
  opacity: 1;
}

.news-content-box p {
  display: -webkit-box;
  -webkit-line-clamp: 13;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 128.571%;
  letter-spacing: 0.16px;
  height: 100%;
}
.news-content-box p a {
  text-decoration: underline;
}

.news-more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}
.news-more-btn a {
  padding: 11px 40px;
}

.member-info {
  text-align: center;
}
.member-info .title {
  font-size: 16px;
  font-weight: 500;
  color: var(--Brand-Purple-60);
  line-height: 225%;
}
.member-info p,
.team-member-info p {
  color: var(--Brand-Purple-60);
  line-height: 225%;
}
.member-info a:hover {
  text-decoration: underline;
}
.team-images a {
  border-radius: 11.95px;
}
.team-images a:hover {
  box-shadow:
    rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
    rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.team-content-wrapper .row {
  gap: 80px 0;
  justify-content: center;
}

/*=========== responsive code hare =========== */
@media screen and (min-width: 1441px) {
  .about-hero-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .about-hero-right img {
    width: 438px;
    height: 473px;
  }
}

@media screen and (min-width: 1281px) and (max-width: 1440px) {
  .about-hero-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .single-task h4 {
    font-size: 15px;
  }
  .single-task a {
    font-size: 13px;
  }

  .team-content-wrapper {
    padding-inline: 100px;
  }

  .about-hero-right img {
    width: 394px;
    height: 430px;
    border-radius: 21.6px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .about-hero-area {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .single-task h4 {
    font-size: 15px;
  }
  .single-task a {
    font-size: 13px;
  }
  .our-mission-wrapper {
    flex-direction: column;
    padding-inline: 40px;
  }
  .mission-left-card {
    max-width: 100%;
  }
  .mission-right-card {
    width: 100%;
  }
  .single-task {
    width: calc(50% - 20px);
    max-width: 50%;
    flex: auto;
  }
  .our-mission-area {
    padding: 80px 0;
  }
  .purchese-book-wrapper .book-details {
    gap: 32px;
    align-items: center;
    padding-inline: 40px;
    max-width: 100%;
  }
  .book-info-action {
    display: inline-flex;
    margin-top: 0;
  }
  .book-details p {
    text-align: center;
    margin-top: 8px;
  }

  .news-content-wp {
    flex-wrap: wrap;
    max-width: 650px;
    margin-inline: auto;
  }
  .team-content-wrapper {
    padding-inline: 140px;
  }

  .about-hero-right img {
    width: 306.6px;
    height: 344.16px;
    border-radius: 15.256px;
  }
}

@media screen and (min-width: 801px) and (max-width: 1023px) {
  .single-task h4 {
    font-size: 15px;
  }
  .single-task a {
    font-size: 13px;
  }
  .our-mission-wrapper {
    flex-direction: column;
    padding-inline: 40px;
  }
  .mission-left-card {
    max-width: 100%;
  }
  .mission-right-card {
    width: 100%;
  }
  .single-task {
    width: 329px;
    max-width: 100%;
    flex: auto;
  }
  .our-mission-area {
    padding: 80px 0;
  }

  .task-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .purchese-book-wrapper .book-details {
    gap: 32px;
    align-items: center;
    padding-inline: 40px;
    max-width: 100%;
  }
  .book-info-action {
    display: inline-flex;
    margin-top: 0;
  }
  .book-details p {
    text-align: center;
    margin-top: 8px;
  }

  .single-team-member {
    flex-direction: column;
  }
  .team-content-wrapper {
    gap: 120px;
  }

  .news-content-wp {
    flex-wrap: wrap;
    max-width: 650px;
    margin-inline: auto;
  }

  .about-hero-right img {
    width: 438px;
    height: 385px;
  }
}

@media screen and (min-width: 645px) and (max-width: 800px) {
  .single-task h4 {
    font-size: 15px;
  }
  .single-task a {
    font-size: 13px;
  }
  .our-mission-wrapper {
    flex-direction: column;
    padding-inline: 40px;
  }
  .mission-left-card {
    max-width: 100%;
  }
  .mission-right-card {
    width: 100%;
    padding-top: 0;
  }
  .single-task {
    width: 329px;
    max-width: 100%;
    flex: auto;
  }
  .our-mission-area {
    padding: 80px 0;
  }

  .task-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .about-hero-area {
    padding-left: 32px;
    padding-right: 32px;
  }

  .about-hero-left h4 {
    color: var(--Brand-Purple-60);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .about-hero-left p {
    color: var(--Brand-Purple-60);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
  }
  .about-hero-left {
    gap: 24px;
  }
  .about-hero-action a {
    margin-top: 0;
    padding: 13px 16px;
    min-width: 229px;
  }
  .about-hero-action {
    text-align: center;
  }

  .about-hero-action a svg {
    display: none;
  }

  .purchese-book-wrapper .book-details {
    gap: 32px;
    align-items: center;
    padding-inline: 0;
    max-width: 100%;
  }
  .book-info-action {
    display: inline-flex;
    margin-top: 0;
  }
  .book-details p {
    text-align: left;
    margin-top: 8px;
    font-size: 16px;
    line-height: 200%;
  }
  .purchese-book-area {
    padding: 0;
  }

  .single-team-member {
    flex-direction: column;
  }
  .team-content-wrapper {
    gap: 48px;
  }

  .meet-team-area {
    padding: 80px 0;
  }

  .news-area {
    padding: 0;
    padding-bottom: 50px;
  }

  .team-content-wrapper .row {
    gap: 40px 0;
  }
}

@media screen and (max-width: 644px) {
  .single-task h4 {
    font-size: 15px;
  }
  .single-task a {
    font-size: 13px;
  }
  .our-mission-wrapper {
    flex-direction: column;
    padding-inline: 40px;
  }
  .mission-left-card {
    max-width: 100%;
  }
  .mission-right-card {
    width: 100%;
    padding-top: 0;
    gap: 10px;
  }
  .single-task {
    width: 100%;
    max-width: 100%;
    flex: auto;
  }
  .our-mission-area {
    padding: 80px 0;
  }

  .task-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .about-hero-area {
    padding: 16px 32px 0 32px;
  }

  .about-hero-left h4 {
    color: var(--Brand-Purple-60);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .about-hero-left p {
    color: var(--Brand-Purple-60);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
  }
  .about-hero-left {
    gap: 24px;
  }
  .about-hero-action a {
    margin-top: 0;
    padding: 13px 16px;
    min-width: 229px;
  }
  .about-hero-action {
    text-align: center;
  }

  .about-hero-action a svg {
    display: none;
  }
  .what-we-do-area {
    padding-top: 0;
  }
  .mission-accordion-header {
    padding-block: 14px;
  }

  .purchese-book-wrapper .book-details {
    gap: 32px;
    align-items: center;
    padding-inline: 0;
    max-width: 100%;
  }
  .book-info-action {
    display: inline-flex;
    margin-top: 0;
  }
  .book-details p {
    text-align: left;
    margin-top: 8px;
    font-size: 16px;
    line-height: 200%;
  }
  .purchese-book-area {
    padding: 0;
  }

  .single-team-member {
    flex-direction: column;
    gap: 16px;
  }
  .team-content-wrapper {
    gap: 48px;
  }

  .meet-team-area {
    padding: 80px 0;
  }

  .news-area {
    padding: 0;
    padding-bottom: 50px;
  }

  .team-content-wrapper .row {
    gap: 40px 0;
  }
}

@media screen and (max-width: 800px) {
  .what-we-do-wrapper h4 {
    text-align: start;
  }
  .purchese-book-area {
    padding: 0;
    padding-top: 56px;
  }
  .our-mission-area {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .our-mission-wrapper {
    gap: 56px;
  }
  .what-we-do-area {
    padding-top: 0;
    padding-bottom: 0;
  }
  .book-info-action a {
    min-width: 329px;
  }
}

@media screen and (max-width: 500px) {
  .about-hero-area {
    padding: 16px 0 0 0;
  }
  .our-mission-wrapper {
    padding-inline: 0;
  }
  .mission-left-card p {
    line-height: 200%;
  }
  .our-mission-area {
    padding: 56px 0;
  }
  .mission-left-card .gap-top {
    margin-top: 25px;
  }
  .our-mission-wrapper {
    gap: 56px;
  }
  .what-we-do-area {
    padding: 0;
  }

  .book-images {
    max-width: 100%;
  }
  .book-images img {
    width: 329px;
    height: 329px;
    object-fit: cover;
    border-radius: 13.887px;
    object-position: top;
  }
  .book-info-action a svg {
    display: none;
  }

  .book-details h5 {
    font-size: 20px;
    line-height: 180%;
  }

  .single-team-member {
    flex-direction: column;
    gap: 16px;
    max-width: 100%;
  }
  .team-content-wrapper {
    gap: 48px;
  }

  .meet-team-area {
    padding: 80px 0 56px 0;
  }

  .news-area {
    padding: 0;
    padding-bottom: 50px;
  }

  .news-content-wp {
    padding: 0;
    padding-top: 24px;
    flex-wrap: wrap;
    gap: 9px;
  }

  .single-news {
    width: calc(50% - 9px);
  }

  .news-more-btn a {
    width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .about-hero-wrapper {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    justify-content: space-between;
    gap: 150px;
  }
}

#our-mission,
#what-we-do,
#news-event,
#our-team {
  scroll-margin-top: 130px;
}

.rounded img {
  border-radius: 12px;
}
