/* Base css start */

/* google font cdn */
@import url("https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  /* fonts */
  --chivo: "Chivo", sans-serif;
  --testFamily: "Test Family";
  --frank: "WSQHWE+FrankReDLv2AAA";

  /* colors */
  --background: #fffcf5;
  --foreground: #2e3192;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--chivo);
  color: var(--foreground);
  background-color: var(--background);
}

ol,
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}

a,
button {
  transition: all 0.3s;
}
a {
  text-decoration: none;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-inline: 16px;
}

h2 {
  font-family: var(--testFamily);
  font-weight: 400;
  font-style: Italic;
  font-size: 64px;
  line-height: 1.17;
  letter-spacing: -0.01em;
}
.section__header {
  max-width: 890px;
  margin-bottom: 52px;
}
.section__desc {
  color: #0d0e2e;
  letter-spacing: -0.02em;
}

.theme-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  height: 49px;
  background-color: var(--foreground);
  color: #fff;
  padding-inline: 28px;
  border-radius: 50px;
  font-size: 16px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.theme-btn__icon {
  width: 33px;
  height: 33px;
  background-color: #e0eafb;
}
.theme-btn--green {
  background-color: #25d366;
}
.theme-btn:hover {
  background-color: #000;
}
.theme-btn--outline {
  background-color: transparent;
  border: 1px solid var(--foreground);
  color: var(--foreground);
}
.theme-btn--outline:hover {
  background-color: var(--background);
}
.theme-btn--xs {
  height: 36px;
  font-size: 12px;
  padding-inline: 18px;
  gap: 8px;
}
.theme-btn--sm {
  height: 40px;
}
.theme-btn--lg {
  height: 53px;
  font-size: 18px;
}
.theme-text-btn {
  color: #fff;
  gap: 4px;
}
/* Base css end */

/* topbar start */
.topbar {
  background-color: var(--foreground);
  color: var(--background);
  padding-block: 16px;
}
.topbar .carousel-item {
  line-height: 1.25;
  letter-spacing: -0.02em;
}
/* topbar end */

/* header start */
.header {
  padding-block: 32px;
  position: relative;
  z-index: 50;
}
.header__wrapper {
  max-width: 1366px;
}
.header__links {
  gap: 90px;
}
.header__link,
.submenu__link {
  color: #000;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  display: block;
}
.submenu__link {
    border-radius: 20px;
    padding: 0.25rem 1rem;
}
.header__link:hover,
.submenu__link:hover {
  color: var(--foreground);
  background-color: #fff;
}
.submenu {
  padding-block: 13px;
  top: 150%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  background: #FFECD7;
    border-radius: 13px;
    padding: 1.25rem;
}
.submenu__links {
  /* gap: 13px; */
}
.header__link-item.has-submenu:hover .submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.header__logo {
  gap: 8px;
}
.header__logo-icon {
  width: 38px;
}
.header__logo-text {
  width: 116px;
}
/* header end */

/* offcanvas menu start */
.offcanvas {
  width: 260px !important;
  background-color: var(--background);
  border: 0 !important;
}
.offcanvas-header {
  padding: 66px 40px 34px;
}
.offcanvas .header__links {
  gap: 20px;
}
.offcanvas .theme-btn {
  min-width: 106px;
}
.offcanvas-backdrop.show {
  opacity: 0.7;
}
/* offcanvas menu end */

/* hero section start */
.hero {
  padding-block: 50px;
}
.hero__thumb {
  width: 713px;
  height: 592px;
  border-radius: 35px;
}
.hero__thumb:hover .hero__thumb-img {
  transform: scale(1.1);
}
.hero__thumb-img {
  transition: all 1s ease-in-out;
}
.play-btn {
  width: 83px;
  height: 83px;
  background-color: #fffcf540;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}
.hero__see-all-btn {
  bottom: 26px;
  right: 42px;
}

.hero__badge {
  width: fit-content;
  border: 1px solid #2e31924d;
  padding: 6px 32px 6px 16px;
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: -0.02em;
  margin-left: 6px;
  margin-bottom: 16px;
}
.hero__dot {
  width: 10px;
  height: 10px;
  background-color: #00d415;
  border-radius: 50%;
}
.hero__title {
  font-family: var(--testFamily);
  font-size: 90px;
  line-height: 1;
  letter-spacing: -0.01em;
  margin-bottom: 35px;
}
.hero__text {
  font-size: 18px;
  line-height: 1.278;
  letter-spacing: -0.02em;
  color: #000;
  max-width: 520px;
  margin-bottom: 65px;
}
.hero__wrapper {
  max-width: 1378px;
}
.hero__actions {
  padding: 15px 17px 15px 43px;
  background-color: #e0eafb;
  margin-right: -70px;
}
.hero__actions-title {
  font-size: 20px;
  line-height: 1;
  color: #000000;
}
.hero__actions-divider {
  width: 100px;
  height: 1px;
  background-color: #000000;
  margin-inline: 24px 36px;
}
.venoratio {
  border-radius: 24px;
	background-color: transparent !important;
}
.vbox-container video {
  border-radius: 24px;
}
/* hero section end */

/* impact section start */
.impact {
  padding-block: 100px 132px;
}
.impact__cards .row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}
.impact__card {
  border-radius: 24px;
  padding: 25px;
}
.impact__card-title {
  font-size: 71px;
  line-height: 1;
  letter-spacing: -0.01em;
  margin-bottom: 20px;
  font-family: var(--testFamily);
}
.impact__card-subtitle {
  font-size: 18px;
  line-height: 1.278;
  letter-spacing: -0.02em;
}
/* impact section end */

/* lomed section start */
.lomed__wrapper {
  background-color: #e0eafb;
  border-radius: 35px;
  padding: 28px;
}
.section__subtitle {
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: -0.02em;
}
.lomed .section__header {
  max-width: 480px;
}

.lomed__number {
  gap: 25px;
  margin-bottom: 33px;
}
.lomed__digit {
  width: 118px;
  height: 118px;
  border-radius: 10px;
  font-size: 64px;
  line-height: 1.17;
  letter-spacing: -0.01em;
  font-family: var(--testFamily);
}
.lomed__note {
  margin-top: 58px;
  max-width: 345px;
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: -0.02em;
}
.lomed__btn {
  max-width: 410px;
}

.lomed__right {
  width: 680px;
  border-radius: 20px;
}
.lomed__search {
  padding: 27px 27px 20px;
}
.lomed__search::after {
  content: "";
  width: 100%;
  height: 80px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.lomed__search-input {
  height: 65px;
  border: 0;
  background-color: #e0eafb;
  border-radius: 10px;
  padding-inline: 22px;
  font-size: 25px;
  letter-spacing: -0.02em;
  color: var(--foreground);
  margin-bottom: 25px;
}
.lomed__search-input::placeholder {
  color: inherit;
  opacity: 0.2;
}
.lomed__search-input:focus {
  outline: none;
}
.lomed__search-result {
  max-height: 400px;
}
.lomed__name,
.lomed__meta {
  font-size: 25px;
  line-height: 2.16;
  letter-spacing: -0.02em;
  display: block;
}
.lomed__tags {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 2px 19px 2px 16px;
  background: #e0eafb80;
  border-radius: 20px;
  font-size: 12px;
  line-height: 1.75;
  color: #2e319280;
}
.lomed__tags-dot {
  width: 2px;
  height: 2px;
  background-color: #878dc7;
}
.lomed__meta {
  color: #2e319280;
  gap: 11px;
}
.lomed__meta-dot {
  width: 4px;
  height: 4px;
  background-color: var(--foreground);
  border-radius: 50%;
}
.lomed__item {
  padding-bottom: 20px;
  border-bottom: 1px solid #e0eafb;
}
.lomed__footer {
  background-color: var(--foreground);
  padding: 13px 36px 36px 40px;
  gap: 11px;
}
.lomed__footer * {
  font-size: 25px;
  line-height: 2.16;
  letter-spacing: -0.02em;
}
.lomed__progress {
  height: 20px;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 4px 5px;
}
.lomed__progress-bar {
  background: rgba(255, 255, 255, 0.7);
}
/* lomed section end */

/* participate section start */
.participate {
  padding-block: 145px 180px;
}
.participate .section__header {
  margin-bottom: 70px;
}
.participate__box {
  background-color: #fef2e4;
  border-radius: 35px;
  padding: 78px 122px 156px;
  gap: 136px;
}
.participate__item {
  gap: 130px;
}
.participate__content {
  padding-top: 60px;
}
.participate__media {
  width: 557px;
}
.participate__thumb {
  border-radius: 25px;
}
.participate__thumb img {
  transition: all 1s ease-in-out;
}
.participate__thumb:hover img {
  transform: scale(1.1);
}
.participate__badge {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0px 4px 27px 0px #00000012;
  max-width: 312px;
  bottom: 45px;
  right: -33px;
  padding: 10px 8px;
}
.participate__badge-title {
  padding: 8px 8px 8px 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.participate__badge-dot {
  width: 12px;
  height: 12px;
  background-color: var(--foreground);
  border-radius: 50%;
  align-self: center;
}

.participate__badge-body {
  background-color: #f3f9fe;
  border-radius: 6px;
  padding: 8px 17px 6px;
}
.participate__badge-text {
  letter-spacing: -0.02em;
}
.participate__subtitle {
  line-height: 1.5;
  color: #282832;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}
.participate__title {
  margin-bottom: 12px;
}
.participate__text {
  max-width: 440px;
  line-height: 1.5;
  color: #282832;
  letter-spacing: -0.02em;
  margin-bottom: 32px;
}
.participate__item:nth-child(2n) .participate__badge {
  max-width: 282px;
  bottom: auto;
  right: auto;
  top: 48px;
  left: -38px;
}
.participate__item:nth-child(2n) .participate__badge-body {
  background-color: #fef2e4;
}
.participate__input {
  width: 100%;
  max-width: 160px;
  height: 20px;
  font-size: 10px;
  letter-spacing: -0.02em;
  color: var(--foreground);
  margin-bottom: 6px;
}
.participate__input::placeholder {
  color: inherit;
}
.participate__input:focus {
  outline: none;
}
.participate__item:nth-child(2n) .participate__text {
  max-width: 390px;
}
/* participate section end */

/* movement section start */
.movement {
  padding-bottom: 160px;
}
.movement__wrapper {
  padding: 25px 25px 28px 70px;
  background-color: #e0eafb;
  border-radius: 35px;
  gap: 78px;
}
.movement__content {
  padding-top: 73px;
}
.movement__title {
  margin-bottom: 20px;
}
.movement__desc {
  max-width: 300px;
  letter-spacing: -0.01em;
}
.movement__map-wrap {
  width: 840px;
  padding: 30px;
  background-color: #fff;
  border-radius: 25px;
}
.movement__map-img {
  border-radius: 15px;
}
.movement__stats {
  padding: 44px 48px 22px;
}
.movement__stat {
  gap: 20px;
}
.movement__stat-icon {
  width: 62px;
  height: 62px;
  background-color: #e0eafb;
  display: flex;
  align-items: center;
  justify-content: center;
}
.movement__stat-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 15px;
}
.movement__stat-number {
  font-size: 60px;
  line-height: 1;
  color: #3b3e98;
  letter-spacing: -0.01em;
  font-family: var(--testFamily);
}
.movement__stat-label {
  color: #3b3e98;
  line-height: 2;
  letter-spacing: -0.02em;
}
/* movement section end */

/* about section start */
.about {
  padding-block: 136px;
  background-color: #fef2e4;
}
.about__thumb {
  max-width: 1232px;
  border-radius: 35px;
  margin-bottom: 62px;
}
.about__thumb img {
  transition: all 1s ease-in-out;
}
.about__thumb:hover img {
  transform: scale(1.1);
}
.about__content {
  max-width: 866px;
}
.about__btns {
  margin-top: 50px;
  gap: 20px 28px;
}
.about__thumb-label {
  font-size: 95px;
  letter-spacing: -0.01em;
  inset: 0;
  padding: 40px;
  font-family: var(--frank);
}
/* about section end */

/* explore section start */
.explore {
  padding-block: 175px 165px;
}
.explore__wrapper {
  background-color: #e0eafb;
  border-radius: 35px;
  padding: 95px 127px 95px 168px;
  gap: 104px;
}
.explore__media {
  width: 632px;
}
.explore__thumb {
  border-radius: 25px;
}
.explore__thumb img {
  transition: all 1s ease-in-out;
}
.explore__thumb:hover img {
  transform: scale(1.1);
}
.explore__thumb--sm {
  width: 173px;
  aspect-ratio: 1 / 1;
  bottom: 32px;
  right: -30px;
}
/* explore section end */

/* blog section start */
.blog {
  padding-bottom: 282px;
}
.blog .section__header {
  max-width: 100%;
}
.slider-nav__btn {
  width: 49px;
  height: 49px;
  background-color: #e0eafb;
  border: 1px solid #e0eafb;
}
.slider-nav__btn:hover {
  background-color: transparent;
  border-color: var(--foreground);
}
.blog__slider-container {
  padding-right: 20px;
}
.blog__slide-thumb {
  aspect-ratio: 434 / 210;
  border-radius: 20px;
  margin-bottom: 24px;
}
.blog__slide-thumb img {
  transition: all 1s ease-in-out;
}
.blog__slide-thumb:hover img {
  transform: scale(1.1);
}
.blog__title {
  font-size: 35px;
  letter-spacing: -0.01em;
  margin-bottom: 12px;
  font-family: var(--testFamily);
}
.blog__title a {
  color: inherit;
}
.blog__desc {
  font-size: 12px;
  line-height: 20px;
  color: #282832;
  margin-bottom: 14px;
}
.blog__video-btn {
  top: 12px;
  left: 13px;
  background-color: #fff;
  padding-inline: 3px 12px;
  font-size: 12px;
  color: var(--foreground);
  letter-spacing: -0.02em;
  height: 22px;
  line-height: 1;
}
.blog__video-btn-icon {
  width: 16px;
  height: 16px;
  background-color: var(--foreground);
  border-radius: 50%;
}
.blog__video-btn:hover {
  background-color: var(--foreground);
  color: #fff;
}


.blog--style-2 {
  padding-block: 100px 150px !important;
}
.blog--style-2::before {
  content: '';
  width: 100%;
  height: 370px;
  background-color: #FEF2E4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.blog__filter {
  gap: 20px;
}
.blog--style-2 .section__header {
  margin-bottom: 90px;
  gap: 30px;
}
.blog__cards .row {
  --bs-gutter-x: 42px;
  --bs-gutter-y: 42px;
}
.blog__filter .form__input-field {
	height: 57px;
	padding-left: 26px;
}
.blog__filter .form__input-field::placeholder {
  color: #00000026;
}
.blog__search-btn {
  width: 48px;
  height: 48px;
  background-color: var(--foreground);
  right: 6px;
}
.blog__search-btn img {
  width: 22px;
}
.blog__search input {
  padding-right: 60px;
}
.blog__search {
  width: 370px;
}

.blog--style-3 {
  padding-block: 72px 80px !important;
  background-color: #E0EAFB;
}
.blog--style-3 .blog__container {
  max-width: 910px;
}
/* blog section end */

/* newsletter section start */
.newsletter {
  background-color: #e0eafb;
}
.newsletter__cta {
  max-width: 1232px;
  padding: 48px 95px 52px 80px;
  background-color: var(--foreground);
  border-radius: 35px;
  transform: translateY(-94px);
  margin-bottom: -94px;
  gap: 34px;
}
.newsletter__cta-title {
  color: var(--background);
}
.newsletter__cta-divider {
  width: 70px;
  height: 2px;
  background-color: var(--background);
}
.newsletter__cta-btn {
  box-shadow: 0px 4px 10.8px 0px #0000001a;
}
.newsletter__wrapper {
  padding-block: 110px 210px;
  padding-left: 85px;
  max-width: 1276px;
  gap: 112px;
}
.newsletter__desc {
  color: var(--foreground);
  max-width: 352px;
  margin-bottom: 28px;
}
.newsletter__form {
  width: 100%;
  max-width: 494px;
}
.newsletter__input {
  height: 65px;
  border: 1px solid #0000001f;
  padding-inline: 40px;
}
.newsletter__input::placeholder {
  color: inherit;
  opacity: 0.15;
}
.newsletter__input:focus {
  outline: none;
  border-color: var(--foreground);
}
.newsletter__btn {
  color: #fff;
  background-color: var(--foreground);
  padding-inline: 26px;
}
.newsletter__btn:hover {
  background-color: #000;
}
.newsletter__media {
  width: 480px;
}
.newsletter__thumb {
  padding: 12px 14px 0;
  background-color: #fff;
  border-radius: 20px;
}
.newsletter__thumb img {
  border-radius: 15px 10px 0 0;
}
.newsletter__video-thumb {
  width: 357px;
  overflow: hidden;
  border-radius: 15px;
  bottom: 52px;
  left: -88px;
}
.newsletter__bell-btn {
  width: 102px;
  height: 102px;
  background-color: var(--foreground);
  top: 65px;
  right: -44px;
}
.newsletter__bell-btn img {
  width: 57px;
}
.newsletter__bell-btn-text {
  font-size: 8px;
  letter-spacing: -0.02em;
  background-color: #e0eafb;
  padding-inline: 4px;
  min-width: 24px;
  height: 24px;
  top: 24px;
  right: 18px;
}
/* newsletter section end */

/* contact section start */

.contact {
  padding-block: 144px;
}
.contact__wrapper {
  background-color: #fef2e4;
  border-radius: 35px;
  padding: 30px;
  gap: 110px;
}
.contact__content {
  width: 470px;
  background-color: #fff;
  border-radius: 35px;
  padding: 63px 53px;
}
.contact__title {
  margin-bottom: 32px;
}
.contact .section__desc {
  max-width: 325px;
  color: #2e3192;
}
.contact .section__header {
  margin-bottom: 100px;
}
.contact__btns {
  gap: 16px;
}
.contact__btn {
  max-width: 297px;
  height: 70px;
  background-color: #fef2e4;
  gap: 13px;
  padding-inline: 18px;
  font-size: 18px;
  color: var(--foreground);
}
.contact__btn-icon {
  width: 48px;
  height: 48px;
  background-color: var(--foreground);
  border-radius: 50%;
}
.contact__btn-icon img {
  width: 24px;
}
.contact__btn:hover {
  background-color: var(--foreground);
  color: #fff;
}
.contact__form {
  padding-top: 70px;
  max-width: 624px;
  width: 100%;
}
.form__input-list {
  gap: 25px;
}
.form__input-wrap {
  gap: 17px;
}
.form__input-field {
  height: 60px;
  border: 1px solid transparent;
  padding-inline: 30px;
  color: var(--foreground);
  transition: all 0.3s;
  background-color: #fff;
}
.form__input-field::placeholder {
  color: inherit;
}
.form__input-field:focus {
  outline: none;
  border-color: var(--foreground);
}
.form__input-field--select {
	-webkit-appearance: none;
	appearance: none;
	padding-right: 50px;
}
.form__chevron-icon {
  right: 34px;
  pointer-events: none;
  width: 11px;
}
.form__input-field--textarea {
  padding-block: 17px;
  min-height: 216px;
  resize: none;
  border-radius: 24px;
}
.form__submit-btn {
  margin-top: 38px;
  padding-inline: 32px 14px;
}
/* contact section end */

/* footer section start */

.footer {
  background-color: #e0eafb;
  padding-block: 64px 50px;
}
.footer__logo {
  gap: 24px;
}
.footer__logo-icon {
  width: 67px;
}
.footer__logo-text {
  width: 171px;
}
.footer__links {
  gap: 64px;
}
.footer__link {
  color: #000000;
  letter-spacing: -0.01em;
}
.footer__link:hover {
  color: var(--foreground);
}
.footer__wrapper {
  padding-bottom: 115px;
  gap: 36px;
}
.footer__bottom {
  padding-top: 30px;
  border-top: 1px solid #aeaeb0;
}
.footer__bottom-text {
  font-size: 24px;
  color: #000;
  font-family: var(--testFamily);
}
.footer__bottom-text a {
  color: var(--foreground);
}
.footer__copyright {
  color: #000;
  letter-spacing: -0.01em;
}
/* footer section end */

/* blog-details section start */
.blog-details::before {
  content: '';
  width: 100%;
  height: 443px;
  background-color: #FEF2E4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.blog-details {
  padding-block: 70px 110px;
}
.blog-details__date {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: -0.02em;
  color: #818181;
  margin-bottom: 40px;
}
.blog-details h2 {
  font-size: 55px;
}
.blog-details .section__header {
  max-width: 930px;
}
.blog-details__wrapper {
  max-width: 696px;
  padding-bottom: 18px;
  border-bottom: 1px solid #EBE5D7;
}
.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.blog-details .play-btn {
  width: 100px;
  height: 100px;
}
.blog-details .play-btn img {
  width: 22px;
}
.blog-details__meta {
  margin-block: 36px 24px;
}
.blog-details__author {
  gap: 16px;
}
.blog-details__author-img {
  width: 44px;
  height: 44px;
}
.blog-details__author-name {
  font-size: 14px;
}
.blog-details__author-name a {
  color: inherit;
}
.blog-details__actions {
  gap: 25px;
}
.blog-details__action-btn {
  cursor: pointer;
  transition: all 0.3s ease;
}
.blog-details__action-btn:hover {
  opacity: 0.7;
  transform: translateY(-2px);
}
.blog-details__action-btn:active {
  transform: translateY(0);
  opacity: 0.5;
}
.blog-details__action-btn img {
  max-width: 25px;
  transition: all 0.3s ease;
}
.blog-details__content {
  gap: 18px;
}
.blog-details__text,
.blog-details__content p {
  font-size: 16px;
  line-height: 30px;
  color: #6E70AE;
  letter-spacing: -0.02em;
  margin-bottom: 0px;
}
.blog-details__text a,
.blog-details__content a {
  color: #0077FF;
  text-decoration: underline !important;
}
.blog-details__text a:hover,
.blog-details__content a:hover {
  color: var(--foreground);
}
.blog-details__quote,
.blog-details__content blockquote {
  padding-left: 17px;
  border-left: 5px solid #82A7E0;
}
.blog-details__quote-text,
.blog-details__content blockquote p {
    /* font-family: var(--chivo); */
    font-style: italic;
	font-size: 30px;
	line-height: 1.5;
	font-weight: 500;
	margin-bottom: 4px;
	letter-spacing: -0.02em;
    color: inherit;
}

/* .blog-details__content blockquote p:last-child {
    font-style: normal;
    font-weight: normal;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #6E70AE;
    letter-spacing: -0.02em;
} */
.blog-details__quote-author {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #6E70AE;
  letter-spacing: -0.02em;
}
.blog-details__content h1 {
  font-size: 36px;
  line-height: 40px;
  letter-spacing: -0.02em;
  margin: 0px;
}
.blog-details__content h2 {
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -0.02em;
  margin: 0px;
}
.blog-details__content h3 {
  font-size: 30px;
  line-height: 35px;
  letter-spacing: -0.02em;
  margin: 0px;
}

.blog-details__content h4 {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -0.02em;
    margin: 0px;
}

/* blog-details section end */
