body {
  --fz-24: 20px;
  --fz-35: 33px;
  --fz-50: 45px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-175 {
  margin-top: 175px;
}

.main {
  margin-top: 110px;
}

.line-button {
  color: var(--color-primary);
  display: flex;
  align-items: center;
  height: 60px;
  line-height: 60px;
  justify-content: space-between;
  min-width: 269px;
  width: fit-content;
  padding: 0 16px;
  font-size: var(--fz-24);
  border: 1px solid var(--color-primary);
  position: relative;
  border-radius: 9px;
  overflow: hidden;
  z-index: 0;
}
.line-button::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: var(--color-primary);
  transition: width 0.4s ease;
  z-index: -1;
}

.line-button:hover::after {
  width: 102%;
}

.line-button:hover {
  color: #ffffff;
}

.line-button:not(:hover) .arrow-w {
  display: none;
}
.line-button:hover .arrow-g {
  display: none;
}

.sub-title {
  font-size: var(--fz-24);
  color: var(--color-primary);
  display: block;
  margin-bottom: 5px;
}

.main-title {
  font-size: var(--fz-50);
  color: #212121;
  line-height: 1.1;
  font-weight: 600;
}

.main-title span {
  color: var(--color-primary);
}

.block-title {
  max-width: 660px;
}

.block-title h2 {
  margin-bottom: 23px;
}

.block-title-full {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 30px;
  align-items: flex-start;
}

.block-title-left h2 {
  margin: 0;
}

.center-title {
  text-align: center;
}
.center-title img {
  margin-bottom: 55px;
}
.center-title h2 {
  margin-bottom: 20px;
}

.swiper-button-next,
.swiper-button-prev {
  position: unset;
  margin: unset;
  width: 60px;
  height: 60px;
  border: 1px solid var(--color-primary);
  border-radius: 50%;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-button-next {
  background: url(../images/arrow-right.svg) no-repeat center;
}

.swiper-button-prev {
  background: url(../images/arrow-left.png) no-repeat center;
  background-size: 30px;
}

.news-slide-nav {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  margin-top: 60px;
}
.video-banner {
  position: sticky !important;
  top: 0;
}
/* ---------------------------------------------------------- */

.patient-login-block .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.patient-login-content {
  text-align: center;
}
.patient-login-content p {
  font-size: 21px;
}

.patient-login-content h1 {
  font-size: var(--fz-50);
}

.patient-login-content p,
.patient-login-content h1 {
  color: #ffffff;
}

.patient-login-form {
  width: 100%;
  max-width: 440px;
  margin: 34px auto;
}
.patient-login-form button {
  width: 100%;
  color: #ffffff;
  background: #d00003;
  border: none;
  height: 56px;
  border-radius: 9px;
  transition: background 0.4s ease-in-out;
}
.patient-login-form .form-field {
  height: 56px;
  font-size: 21px;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 9px;
}

.patient-login-content img {
  margin: 0 auto 30px auto;
}

.patient-login-content p a {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  text-decoration-color: var(--color-secondary);
}

.patient-login-form button:hover {
  background: #a30003;
}

.patient-login-form .form-field::placeholder {
  color: #000000;
  opacity: 1;
}

.patient-login-form .form-field:-ms-input-placeholder,
.patient-login-form .form-field::-ms-input-placeholder {
  color: #000000;
}

/* ---------------------------------------------------------- */

.center-main-section {
  padding: 180px 0 0 0;
  background: #f5f5f7;
  margin-top: -120px;
  border-radius: 60px 60px 0 0;
  position: relative;
  z-index: 0;
}
.center-main-section::after {
  content: "";
  position: absolute;
  left: 0;
  top: 230px;
  width: 820px;
  height: 1040px;
  background: url("../images/pattern.png") no-repeat;
  z-index: -1;
}

.center-main-section .center-space {
  margin: 274px 0 146px 0;
}

.chating {
  position: absolute;
  right: 200px;
  top: 0;
  transform: translateY(-50%);
}

/* ---------------------------------------------------------- */

.home-banner {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  background-size: cover;
}
.home-banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-banner .container {
  position: absolute;
  left: 0;
  right: 0;
  color: #ffffff;
  z-index: 1;
}
.home-banner h1,
.home-banner-title {
  font-size: 80px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 15px;
}
.home-banner p {
  max-width: 840px;
}

.home-banner p:not(.form-text, .pera) {
  color: #ffffff;
  margin: 30px 0;
}

.home-banner-content {
  display: flex;
  gap: 30px;
}
.home-banner-content p {
  color: #ffffff;
}

/* ---------------------------------------------------------- */

.map-block {
  padding: 60px 15px 80px 15px;
  background: #ffffff;
  position: relative;
}
.map-block .wrap {
  max-width: 1700px;
  margin: auto;
}
.map-block iframe {
  width: 100%;
  height: 600px;
  border-radius: 15px;
  border: none;
}

/* ---------------------------------------------------------- */

.our-location {
  padding: 50px 0;
  position: relative;
  background: #ffffff;
}
.our-location .container {
  --space: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}

.our-location-left .sub-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.our-location-left h2 {
  font-weight: 600;
  font-size: var(--fz-50);
  line-height: 1;
  margin-bottom: 20px;
}

.our-location-left h2 span {
  color: var(--color-primary);
}

.our-location-left {
  padding-right: var(--space);
}
.our-location-right {
  padding-left: var(--space);
  border-left: 1px solid #dddddd;
}

.our-location-right ul {
  padding-block: 16px;
}

.our-location-right li + li {
  margin-top: 12px;
}

.our-location-right li {
  position: relative;
  padding-left: 54px;
  min-height: 36px;
  display: block;
  align-content: center;
  font-size: var(--fz-24);
}

.our-location-right a:hover {
  color: var(--color-primary);
}

.our-location-right li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
  background-color: var(--color-primary);
  border-radius: 50%;
}

.our-location-right li:nth-child(1):after,
.our-location-right li:nth-child(2):after,
.our-location-right li:nth-child(3):after {
  background-position: center;
  background-repeat: no-repeat;
}
.our-location-right li:nth-child(1):after {
  background-image: url("../images/pin.png");
}
.our-location-right li:nth-child(2):after {
  background-image: url("../images/call.png");
}
.our-location-right li:nth-child(3):after {
  background-image: url("../images/mail.png");
}

/* ---------------------------------------------------------- */

.say-healthy-wrap {
  position: relative;
  z-index: 0;
  background: #ffffff;
}
.say-healthy-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background: red;
  background: #f5f5f7;
  z-index: -1;
}

.say-healthy {
  width: 100%;
  height: 380px;
  background: url(../images/say-image.png) no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 20px;
}

.say-healthy-content {
  position: absolute;
  right: 0;
  padding-right: 67px;
  width: 694px;
}
.say-healthy-content h2 {
  font-size: 40px;
  color: var(--color-primary);
  margin-bottom: 20px;
  font-weight: 600;
}

.say-healthy-content .btn {
  margin-top: 30px;
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 15px;
  color: #fff;
  font-size: var(--fz-24);
  padding: 16px 33px;
  background: var(--color-primary);
  transition: background 0.5s ease-in-out;
  border-radius: 9px;
}
.say-healthy-content .btn:hover {
  background: var(--color-primary-hover);
}

.say-healthy-content .btn-red {
  margin-top: 30px;
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 15px;
  color: #fff;
  font-size: var(--fz-24);
  padding: 16px 33px;
  background: #b20809;
  transition: background 0.5s ease-in-out;
  border-radius: 9px;
}
.say-healthy-content .btn-red:hover {
  background: #950505;
}

/* ---------------------------------------------------------- */

.home-partners {
  padding: 100px 0;
  background: #f5f5f7;
  position: relative;
}

.partners-swiper {
  margin-top: 70px;
  padding-bottom: 50px;
}
.partners-swiper .swiper-pagination {
  bottom: 0;
}

.partners-swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ffffff;
  border: 1px solid #066426;
  opacity: 1;
}
.partners-swiper .swiper-pagination-bullet-active {
  background: #066426;
}

/* ---------------------------------------------------------- */

.news-swiper:not(.mt-60) {
  margin-top: 20px;
}

.news-image {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
}
.news-content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 40px;
  z-index: 1;
}
.news-content span {
  font-size: 18px;
  margin-bottom: 5px;
  display: block;
  color: var(--color-secondary);
}

.news-content p {
  color: #fff;
}

.news-image img {
  transition: transform var(--time) ease-in-out;
}

.news-image:hover img {
  transform: scale(1.1);
}

/* ---------------------------------------------------------- */

.siding-grid {
  display: grid;
  grid-template-columns: 850px 1fr;
  gap: 110px;
  align-items: center;
}

.siding-content .main-title {
  margin-bottom: 35px;
}

.siding-content p {
  margin: 0;
}

.siding-content p + p {
  margin-top: 30px;
}

.siding-content .line-button {
  margin-top: 35px;
}

/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */

.mission-vision {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 30px;
}

.mission-vision-content h4 {
  font-size: var(--fz-50);
  color: #212121;
  line-height: 1;
  margin-bottom: 25px;
  font-weight: 500;
}

.mission-vision-content div:not(:first-child) {
  margin-top: 60px;
}

.mission-vision-title h2 {
  font-size: 104px;
}

/* ---------------------------------------------------------- */

.core-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-top: 32px;
}

.core-list-item {
  min-height: 260px;
  background-color: #ffffff;
  padding: 10px 10px 45px 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border-radius: 15px;
}
.core-list-item img {
  display: block;
  margin: auto;
}
.core-list-item span {
  display: block;
  margin-top: 24px;
  color: #212121;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  position: relative;
}
.core-list-item span::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: auto;
  width: 63px;
  height: 3px;
  background: #d00003;
}

/* ---------------------------------------------------------- */

.team-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  margin-top: 90px;
}

.team-list-image {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}
.team-list-image > img {
  transition: transform var(--time) ease-in-out;
}

.team-list-item:hover .team-list-image > img {
  transform: scale(1.1);
}

.team-list-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px;
  z-index: 1;
}
.team-list-content h4 {
  color: #ffffff;
  font-size: 28px;
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 1;
}
.team-list-content p {
  font-size: 18px;
  color: var(--color-secondary);
  line-height: var(--fz-24);
}
.team-list-link {
  display: block;
  color: #ffffff;
  transition: color 0.35s ease-in-out;
}
.team-list-link:hover {
  color: var(--color-secondary);
}

/* ---------------------------------------------------------- */

.contact-banner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 140px;
}

.preventa-banner h4 {
  font-size: 46px;
  margin: 15px 0;
  line-height: 1.2;
  font-weight: 400;
}

.preventa-banner h4 span {
  color: #4af938;
  font-style: italic;
  font-weight: 600;
}

.preventa-learn-more {
  display: inline-block;
  background: #066426;
  height: 74px;
  line-height: 74px;
  width: 320px;
  text-align: center;
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 500;
  border-radius: 9px;
}
.preventa-learn-more:hover {
  background: #02491a;
}

.fillform-head {
  text-align: center;
  margin-bottom: 20px;
}
.fillform-head h3 {
  font-size: 33px;
  color: #000000;
}
.fillform-head h3 span {
  color: #066426;
  font-style: italic;
}

.preventa-banner .pera {
  font-size: 14px;
  font-style: italic;
  margin: 10px 0 0 0;
  text-align: left;
}

.preventa-banner .fillform button {
  border-color: #b20809;
  background: #b20809;
  transition: background 0.4s ease-in-out;
}

.preventa-banner .fillform button:hover {
  background: #950505;
}

/* ---------------------------------------------------------- */

.prevent-main-section {
  padding: 100px 0 180px 0;
  background: #ffffff;
  margin-top: -120px;
  border-radius: 60px 60px 0 0;
  position: relative;
  z-index: 0;
}

.prevent-first-block,
.prevent-second-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 120px;
}

.prevent-second-block {
  align-items: center;
}

.prevent-first-right p {
  margin: 0;
  font-size: 24px;
  line-height: 35px;
}
.prevent-first-right p + p {
  margin-top: 30px;
}

.prevent-second-right h4 {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 15px;
}

.prevent-second-right h4 span {
  color: #066426;
  font-style: italic;
}
.prevent-second-right p {
  margin: 0 0 40px 0;
}

.get-early-access {
  display: inline-block;
  background: #b20809;
  height: 74px;
  line-height: 74px;
  min-width: 320px;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  border-radius: 9px;
}

.get-early-access:hover {
  background: #950505;
}

.prevent-second-block {
  margin-top: 100px;
}

/* ---------------------------------------------------------- */

/* .built-in-nigeria{
  background: red;
} */

.built-in-nigeria-head h2 {
  font-size: 60px;
  line-height: 1.1;
  font-weight: 500;
  margin-bottom: 50px;
  text-align: center;
}
.built-in-nigeria-head h2 span {
  color: #066426;
}

.built-in-nigeria-cards {
  display: flex;
  /* grid-template-columns: repeat(3, 1fr); */
  align-items: flex-start;
  gap: 30px;
}
.built-in-nigeria-cards .item {
  width: 32%;
  text-align: center;
  padding: 40px 30px 30px 30px;
  background: #e9fff1;
  border-radius: 30px;
}
.built-in-nigeria-cards .item span {
  display: inline-block;
  font-size: 28px;
  margin-bottom: 20px;
  color: #066426;
}
.built-in-nigeria-cards .item h5 {
  font-size: 35px;
  font-weight: 600;
}
.built-in-nigeria-cards .item p {
  font-size: 23px;
  min-height: 108px;
  line-height: 36px;
  margin: 10px 0 20px 0;
}

.built-in-nigeria-image {
  height: 300px;
  overflow: hidden;
  background: #ffffff;
  border-radius: 20px;
  padding: 65px 0 0 15px;
  position: relative;
}
.built-in-nigeria-image > img {
  position: absolute;
  left: 15px;
  top: 15px;
}

/* ---------------------------------------------------------- */

.contact-location {
  background: #f5f4f7;
  position: relative;
  border-radius: 60px 60px 0 0;
  margin-top: -60px;
  z-index: 999;
}

/* ---------------------------------------------------------- */

.full-video video {
  width: 100%;
  vertical-align: bottom;
}

/* ---------------------------------------------------------- */

.news-detail {
  --space: 30px;
}

.news-detail > span {
  font-size: 18px;
  color: var(--color-primary);
  display: block;
  margin-bottom: 15px;
}

.news-detail-date {
  color: #828282;
  display: block;
  font-size: 18px;
  margin: 10px 0 30px 0;
  font-weight: 400;
}

.news-detail p + p {
  margin-top: var(--space);
}
.news-detail img {
  margin: var(--space) 0;
}

/* ---------------------------------------------------------- */

.more-sagelie {
  padding-top: 45px;
  background: #f5f5f7;
  border-radius: 60px 60px 0 0;
}
.more-sagelie h3 {
  font-size: var(--fz-35);
  color: var(--color-primary);
}

/* ---------------------------------------------------------- */
.map-block iframe {
  width: 100%;
  height: 750px;
  border-radius: 20px;
  background: #ffffff;
  position: relative;
}

/* ---------------------------------------------------------- */

.full-video {
  padding-bottom: 50px;
}

.full-video-content {
  padding-top: 40px;
}
.full-video-content > span {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
  color: var(--color-primary);
}
.full-video-content h2 {
  margin-bottom: 15px;
}

.more-videos {
  margin-top: 100px;
}
.more-videos h3 {
  font-size: var(--fz-35);
  color: var(--color-primary);
  margin-bottom: 20px;
}

/* ---------------------------------------------------------- */

.the-health {
  padding-top: 80px;
  background: #f5f5f7;
  border-radius: 60px 60px 0 0;
}
.the-health h2 {
  font-size: 100px;
  line-height: 1;
  margin-bottom: 10px;
}
.the-health p {
  font-size: var(--fz-35);
  font-weight: 600;
  line-height: 50px;
}

.the-health-title {
  margin-bottom: 60px;
  text-align: center;
}

/* ---------------------------------------------------------- */

.appointment-form ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 35px;
}

.appointment-form li:not(.w-100) {
  width: 48%;
}
.appointment-form input,
.appointment-form select,
.appointment-form textarea {
  font-size: 16px;
  border: 1px solid #000000;
  border-radius: 9px;
}
.appointment-form button {
  margin-top: 45px;
  width: 100%;
  color: #ffffff;
  padding: 12px;
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
  border-radius: 9px;
  transition: background 0.5s ease-in-out;
}
.appointment-form button:hover {
  background: var(--color-primary-hover);
}

/* ---------------------------------------------------------- */

.verticalSwiper {
  height: 200px;
  overflow: hidden;
}

/* ---------------------------------------------------------- */
.letter-filter {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding: 10px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.letter-filter span {
  font-size: 25px;
  cursor: pointer;
  font-weight: 400;
  padding: 3px 0;
  width: 34px;
  text-align: center;
  user-select: none;
  transition: background 0.5s ease-in-out;
  border-radius: 6px;
}

.letter-filter span:hover,
.letter-filter span.active,
.letter-filter span.disabled:hover {
  background: green;
  color: #fff;
  font-weight: 700;
  border-color: green;
  border-radius: 6px;
}
.letter-filter span.disabled {
  color: #ccc;
  cursor: not-allowed;
  border-color: #eee;
}

.letter-filter-data {
  list-style: disc;
  padding-left: 24px;
  font-size: 22px;
  text-transform: capitalize;
}
.letter-filter-data li + li {
  margin-top: 8px;
  text-transform: capitalize;
}

.letter-filter + .letter-filter-data {
  margin-top: 25px;
}

/* ---------------------------------------------------------- */

.built-in-nigeria {
  margin-top: -60px;
  border-radius: 60px 60px 0 0;
  position: relative;
  z-index: 0;
  background: #ffffff;
  padding-top: 100px;
}

.designed-for-every .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 130px;
}

.designed-for-right h2 {
  font-size: 50px;
  margin-bottom: 30px;
  line-height: 1.2;
  font-weight: 600;
}
.designed-for-right h2 span {
  color: #066426;
  font-style: italic;
}
.designed-for-right h5 {
  font-size: 30px;
  font-weight: 500;
}

.designed-for-right ul {
  margin-top: 30px;
}
.designed-for-right ul li {
  padding-left: 35px;
  background: url(../images/check.png) no-repeat;
  font-size: 24px;
  line-height: 34px;
  font-style: italic;
}
.designed-for-right ul li + li {
  margin-top: 30px;
}

.preventa-contact-location {
  background: #ffffff;
  padding-top: 100px;
  border-radius: 0;
}
.preventa-contact-location .get-early-access {
  margin-top: 40px;
}

.preventa-contact-location .say-healthy-wrap {
  margin-top: 100px;
}
.preventa-contact-location .say-healthy-wrap::after {
  display: none;
}

/* ---------------------------------------------------------------------------------------- */

.week-container {
  display: flex;
  gap: 8px;
  align-items: flex-end;
}

.day-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transform: translateY(20px);
}

.built-in-nigeria-cards.scrolled .day-card {
  animation: slideIn 1s ease forwards;
}

@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.day-label {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}
.date-bubble {
  width: 90px;
  height: 130px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #066426;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
}

.date-bubble.current {
  color: #ffffff;
  background: #066426;
}

.date-number {
  font-size: 23px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 4px;
}

.date-bubble.current .date-number {
  color: #fff;
}
.built-in-nigeria-cards.scrolled .item .day-card:nth-child(1) {
  animation-delay: .5s;
}
.built-in-nigeria-cards.scrolled .item .day-card:nth-child(2) {
  animation-delay: 1s;
}
.built-in-nigeria-cards.scrolled .item .day-card:nth-child(3) {
  animation-delay: 1.3s;
}
.built-in-nigeria-cards.scrolled .item .day-card:nth-child(4) {
  animation-delay: 1.6s;
}
.built-in-nigeria-cards.scrolled .item .day-card:nth-child(5) {
  animation-delay: 1.9s;
}
.built-in-nigeria-cards.scrolled .item .day-card:nth-child(6) {
  animation-delay: 2.2s;
}
.built-in-nigeria-cards.scrolled .item .day-card:nth-child(7) {
  animation-delay: 2.5s;
}

/* ------------------------------------------------------------------ */

/* .chart-container {
  background: #fbf5e9;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  width: 400px;
  height: 200px;
  position: relative;
} */

.built-in-nigeria-cards.scrolled svg {
  width: 100%;
  height: 100%; 
}

.built-in-nigeria-cards.scrolled .range-line {
  stroke-dasharray: 2.84 2.84;
  opacity: 0;
  animation: fadeIn 0.5s ease forwards;
}

.built-in-nigeria-cards.scrolled .range-line.above {
  animation-delay: 0.2s;
}

.built-in-nigeria-cards.scrolled .range-line.in {
  animation-delay: 0.4s;
}

.built-in-nigeria-cards.scrolled .range-line.below {
  animation-delay: 0.6s;
}

.built-in-nigeria-cards.scrolled .bar {
  opacity: 0;
  animation: slideUp 0.8s ease forwards;
}

.built-in-nigeria-cards.scrolled .bar.bar1 {
  animation-delay: 0.8s;
}

.built-in-nigeria-cards.scrolled .bar.bar2 {
  animation-delay: 1s;
}

.built-in-nigeria-cards.scrolled .bar.bar3 {
  animation-delay: 1.2s;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.built-in-nigeria-cards.scrolled .data-point {
  opacity: 0;
  animation: popIn 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}

.built-in-nigeria-cards.scrolled .data-point.point1 {
  animation-delay: 1.4s;
}

.built-in-nigeria-cards.scrolled .data-point.point2 {
  animation-delay: 1.6s;
}

.built-in-nigeria-cards.scrolled .data-point.point3 {
  animation-delay: 1.8s;
}

@keyframes popIn {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.built-in-nigeria-cards.scrolled .trend-line {
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  animation: drawLine 1s ease forwards;
  animation-delay: 2s;
}

@keyframes drawLine {
  to {
    stroke-dashoffset: 0;
  }
}

.built-in-nigeria-cards.scrolled .label {
  opacity: 0;
  animation: fadeIn 0.4s ease forwards;
}

.built-in-nigeria-cards.scrolled .label.label1 {
  animation-delay: 1.5s;
}
.built-in-nigeria-cards.scrolled .label.label2 {
  animation-delay: 1.7s;
}
.built-in-nigeria-cards.scrolled .label.label3 {
  animation-delay: 1.9s;
}

.built-in-nigeria-cards.scrolled .range-label {
  opacity: 0;
  animation: fadeIn 0.4s ease forwards;
}

.built-in-nigeria-cards.scrolled .range-label.above {
  animation-delay: 0.3s;
}
.built-in-nigeria-cards.scrolled .range-label.in {
  animation-delay: 0.5s;
}
.built-in-nigeria-cards.scrolled .range-label.below {
  animation-delay: 0.7s;
}

.glow {
  filter: drop-shadow(0 0 8px rgba(212, 131, 95, 0.4));
}
