body {
  background-color: black !important;
}
body .navbar {
  padding: 15px 0;
  position: relative;
}
body .navbar .container .sidebar-btn {
  display: none;
}
body .navbar .container .sidebar-btn i {
  color: white;
  background-color: transparent;
  font-size: 25px;
}
@media (max-width: 992px) {
  body .navbar .container .sidebar-btn {
    display: block;
  }
}
body .navbar .container .offcanvas {
  display: none;
  background-color: black;
  border-right: 1px solid white;
  transition: 0.7s;
}
body .navbar .container .offcanvas .offcanvas-header button {
  background-color: transparent;
  border: none;
}
body .navbar .container .offcanvas .offcanvas-header button i {
  color: white;
  font-size: 30px;
}
body .navbar .container .offcanvas .offcanvas-body ul {
  align-items: center;
}
body .navbar .container .offcanvas .offcanvas-body ul .nav-item {
  display: flex;
}
body .navbar .container .offcanvas .offcanvas-body ul .nav-item .nav-link {
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  font-weight: 500;
}
body .navbar .container .offcanvas .offcanvas-body ul .nav-item .btn1 {
  border: 1px solid white;
  border-radius: 8px;
  background-color: transparent;
  font-size: 16px;
  gap: 7px;
  font-weight: 400;
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 10px 15px;
  color: white;
  transition: 0.3s linear ease-in-out;
}
body .navbar .container .offcanvas .offcanvas-body ul .nav-item .btn2 {
  border: none;
  border-radius: 8px;
  background: var(--Gradient, linear-gradient(76deg, #392960 6.01%, #C92A6D 89.25%, #D02A6E 93.17%));
  font-size: 16px;
  gap: 7px;
  font-weight: 400;
  display: flex;
  transition: 0.3s;
  align-items: center;
  text-decoration: none;
  padding: 12px 25px;
  color: white;
}
@media (max-width: 992px) {
  body .navbar .container .offcanvas {
    display: block;
  }
}
body .navbar .container .navbar-collapse {
  justify-content: end;
}
body .navbar .container .navbar-collapse .navbar-nav {
  gap: 15px;
  align-items: center;
}
body .navbar .container .navbar-collapse .navbar-nav .nav-item {
  display: flex;
  gap: 30px;
  align-items: center;
}
body .navbar .container .navbar-collapse .navbar-nav .nav-item .nav-link {
  text-decoration: none;
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
body .navbar .container .navbar-collapse .navbar-nav .nav-item .btn1 {
  border: 1px solid white;
  border-radius: 8px;
  background-color: transparent;
  font-size: 16px;
  gap: 7px;
  font-weight: 400;
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 10px 15px;
  color: white;
  transition: 0.3s linear ease-in-out;
}
body .navbar .container .navbar-collapse .navbar-nav .nav-item .btn2 {
  border: none;
  border-radius: 8px;
  background: var(--Gradient, linear-gradient(76deg, #392960 6.01%, #C92A6D 89.25%, #D02A6E 93.17%));
  font-size: 16px;
  gap: 7px;
  font-weight: 400;
  display: flex;
  transition: 0.3s;
  align-items: center;
  text-decoration: none;
  padding: 12px 25px;
  color: white;
}
body .footer-sec {
  background: #392960;
  width: 100%;
  position: relative;
  padding: 15px 0;
}
@media (max-width: 992px) {
  body .footer-sec .container .footer-logo img {
    width: 150px;
  }
}
body .footer-sec .container .social-icons {
  padding-top: 25px;
  display: flex;
  gap: 60px;
}
@media (max-width: 992px) {
  body .footer-sec .container .social-icons {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  body .footer-sec .container .customer-info {
    margin-top: 40px;
    line-height: 1.5;
  }
}
body .footer-sec .container .customer-info a {
  text-decoration: none;
  color: white;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
@media (max-width: 1199px) {
  body .footer-sec .container .customer-info a {
    font-size: 15px;
  }
}
@media (max-width: 992px) {
  body .footer-sec .container .customer-info a {
    font-size: 14px;
  }
}
body .footer-sec .container .customer-info span {
  color: white;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
body .footer-banner {
  background-color: #D02A6E;
  padding: 7.5px 0;
  width: 100%;
}
body .footer-banner .container .links {
  display: flex;
  justify-content: space-between;
}
body .footer-banner .container .links span {
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: white;
}
body .footer-banner .container .links .d-flex {
  gap: 20px;
}
body .footer-banner .container .links .d-flex a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 525px) {
  body .footer-banner .container .links {
    flex-direction: column;
    align-items: center;
  }
}
body #about-page .community-sec {
  text-align: center;
  margin-top: 50px;
}
body #about-page .community-sec .container .title h1 {
  font-size: 65px;
  color: white;
  padding-bottom: 15px;
  font-weight: 900;
  letter-spacing: 6px;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 767px) {
  body #about-page .community-sec .container .title h1 {
    font-size: 45px;
  }
}
@media (max-width: 495px) {
  body #about-page .community-sec .container .title h1 {
    font-size: 35px;
  }
}
@media (max-width: 414px) {
  body #about-page .community-sec .container .title h1 {
    font-size: 28px;
  }
}
body #about-page .community-sec .container .title p {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: white;
  font-weight: 400;
}
@media (max-width: 992px) {
  body #about-page .community-sec .container .title p {
    font-size: 14px;
  }
}
@media (max-width: 495px) {
  body #about-page .community-sec .container .title p {
    font-size: 13px !important;
  }
}
body #about-page .main-sec {
  background-image: url("/assets/img/wave3.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
body #about-page .main-sec .vission .container .title {
  text-align: center;
}
body #about-page .main-sec .vission .container .title h3 {
  font-size: 45px;
  color: white;
  padding-bottom: 15px;
  font-weight: 900;
  letter-spacing: 3px;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 495px) {
  body #about-page .main-sec .vission .container .title h3 {
    font-size: 35px;
  }
}
@media (max-width: 414px) {
  body #about-page .main-sec .vission .container .title h3 {
    font-size: 28px;
  }
}
body #about-page .main-sec .vission .container .title p {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: white;
  font-weight: 400;
}
@media (max-width: 992px) {
  body #about-page .main-sec .vission .container .title p {
    font-size: 14px;
  }
}
@media (max-width: 495px) {
  body #about-page .main-sec .vission .container .title p {
    font-size: 13px !important;
  }
}
body #about-page .main-sec .vission .container .bulb-img {
  text-align: center;
  padding: 40px 0;
  border: none;
  cursor: pointer;
}
body #about-page .main-sec .mission .container p {
  text-align: center;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: white;
  font-weight: 400;
}
@media (max-width: 992px) {
  body #about-page .main-sec .mission .container p {
    font-size: 14px;
  }
}
@media (max-width: 495px) {
  body #about-page .main-sec .mission .container p {
    font-size: 13px !important;
  }
}
body #about-page .main-sec .mission .container .title {
  text-align: center;
}
body #about-page .main-sec .mission .container .title h3 {
  font-size: 45px;
  color: white;
  padding-bottom: 15px;
  font-weight: 900;
  letter-spacing: 3px;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 495px) {
  body #about-page .main-sec .mission .container .title h3 {
    font-size: 35px;
  }
}
@media (max-width: 414px) {
  body #about-page .main-sec .mission .container .title h3 {
    font-size: 28px;
  }
}
body #about-page .main-sec .mission .container .title p {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: white;
  font-weight: 400;
}
@media (max-width: 992px) {
  body #about-page .main-sec .mission .container .title p {
    font-size: 14px;
  }
}
@media (max-width: 495px) {
  body #about-page .main-sec .mission .container .title p {
    font-size: 13px !important;
  }
}
body #about-page .main-sec .mission .container p {
  text-align: center;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: white;
  font-weight: 400;
}
@media (max-width: 992px) {
  body #about-page .main-sec .mission .container p {
    font-size: 14px;
  }
}
@media (max-width: 495px) {
  body #about-page .main-sec .mission .container p {
    font-size: 13px !important;
  }
}
body #about-page .main-sec .mission .container .mission-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
body #about-page .main-sec .mission .container .mission-btn a {
  border-radius: 8px;
  padding: 13px 15px;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  color: white;
  font-weight: 500;
  border: none;
  background: var(--Gradient, linear-gradient(76deg, #392960 6.01%, #C92A6D 89.25%, #D02A6E 93.17%));
}
body #learn-more .eco-system .title {
  text-align: center;
  margin: 40px 0;
}
body #learn-more .eco-system .title h1 {
  color: white;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  font-family: "Poppins", sans-serif;
  font-size: 65px;
  text-transform: uppercase;
  font-weight: 900;
}
@media (max-width: 767px) {
  body #learn-more .eco-system .title h1 {
    font-size: 40px;
  }
}
@media (max-width: 495px) {
  body #learn-more .eco-system .title h1 {
    font-size: 35px;
  }
}
body #learn-more .eco-system .title p {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: white;
  font-weight: 400;
}
@media (max-width: 992px) {
  body #learn-more .eco-system .title p {
    font-size: 14px;
  }
}
@media (max-width: 495px) {
  body #learn-more .eco-system .title p {
    font-size: 13px !important;
  }
}
@media (max-width: 767px) {
  body #learn-more .eco-system .title p {
    font-size: 15px;
  }
}
body #learn-more .eco-system .ecosystem-content {
  padding: 40px 0;
}
body #learn-more .eco-system .ecosystem-content .img {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  body #learn-more .eco-system .ecosystem-content .text {
    text-align: center;
  }
}
body #learn-more .eco-system .ecosystem-content .text h2 {
  font-size: 38px;
  font-weight: 900;
  color: white;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 495px) {
  body #learn-more .eco-system .ecosystem-content .text h2 {
    font-size: 30px;
  }
}
body #learn-more .eco-system .ecosystem-content .text p {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: white;
  font-weight: 400;
}
@media (max-width: 992px) {
  body #learn-more .eco-system .ecosystem-content .text p {
    font-size: 14px;
  }
}
@media (max-width: 495px) {
  body #learn-more .eco-system .ecosystem-content .text p {
    font-size: 13px !important;
  }
}
@media (max-width: 992px) {
  body #learn-more .eco-system .ecosystem-content .text p {
    text-align: justify;
  }
}
@media (max-width: 767px) {
  body #learn-more .eco-system .ecosystem-content .text p {
    font-size: 15px;
  }
}
body #learn-more .get-started-sec {
  position: relative;
  margin: 50px 0;
}
body #learn-more .get-started-sec .background-wave-2 {
  background-image: url("/assets/img/wave1.png");
  background-repeat: no-repeat;
  width: 100%;
  background-position: center center;
  height: 830px;
  position: absolute;
}
body #learn-more .get-started-sec .container .title {
  text-align: center;
  position: relative;
}
body #learn-more .get-started-sec .container .title h1 {
  font-size: 40px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  color: white;
  letter-spacing: 3px;
}
body #learn-more .get-started-sec .container .title h1 span {
  text-transform: uppercase;
}
@media (max-width: 992px) {
  body #learn-more .get-started-sec .container .title h1 {
    font-size: 35px;
  }
}
body #learn-more .get-started-sec .container .title p {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: white;
  font-weight: 400;
}
@media (max-width: 992px) {
  body #learn-more .get-started-sec .container .title p {
    font-size: 14px;
  }
}
@media (max-width: 495px) {
  body #learn-more .get-started-sec .container .title p {
    font-size: 13px !important;
  }
}
body #learn-more .get-started-sec .container .title .btn {
  border: none;
  margin-top: 20px;
}
body #learn-more .get-started-sec .container .title .btn a {
  border-radius: 8px;
  padding: 13px 15px;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  color: white;
  font-weight: 500;
  border: none;
  background: var(--Gradient, linear-gradient(76deg, #392960 6.01%, #C92A6D 89.25%, #D02A6E 93.17%));
}
body #learn-more .get-started-sec .container .row {
  margin: 50px 0;
}
body #learn-more .get-started-sec .container .row .get-started-card {
  position: relative;
  width: 100%;
  border-radius: 8px;
  height: 530px;
  display: flex;
  margin: 20px 0;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(76deg, rgba(57, 41, 96, 0.2) 6.01%, rgba(201, 42, 109, 0.2) 89.25%, rgba(208, 42, 110, 0.2) 93.17%);
}
body #learn-more .get-started-sec .container .row .get-started-card .head {
  text-align: center;
  padding: 20px 0;
}
body #learn-more .get-started-sec .container .row .get-started-card .head h6 {
  font-family: "Poppins", sans-serif;
  color: white;
  font-weight: 600;
  font-size: 30px;
}
body #learn-more .get-started-sec .container .row .get-started-card .list_main {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
body #learn-more .get-started-sec .container .row .get-started-card .list_main .lists .bullets {
  line-height: 2.5;
  gap: 10px;
  display: flex;
}
body #learn-more .get-started-sec .container .row .get-started-card .list_main .lists .bullets span {
  color: white;
  font-weight: 400;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}
body #learn-more .get-started-sec .container .row .get-started-card .btn {
  border: none;
  padding: 20px 0;
}
body #learn-more .get-started-sec .container .row .get-started-card .btn a {
  border-radius: 8px;
  padding: 13px 15px;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  color: white;
  font-weight: 500;
  border: none;
  background: var(--Gradient, linear-gradient(76deg, #392960 6.01%, #C92A6D 89.25%, #D02A6E 93.17%));
}
@media (max-width: 767px) {
  body #learn-more .get-started-sec .container .row .get-started-card {
    height: 100%;
  }
}
body #home-page .banner-section {
  margin: 40px 0;
}
body #home-page .banner-section .container .banner-img {
  display: flex;
  justify-content: end;
}
@media (max-width: 767px) {
  body #home-page .banner-section .container .banner-img {
    justify-content: center;
  }
}
body #home-page .banner-section .container .banner-title {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 414px) {
  body #home-page .banner-section .container .banner-title {
    align-items: center;
  }
}
body #home-page .banner-section .container .banner-title h1 {
  font-size: 48px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  color: white;
}
@media (max-width: 1199px) {
  body #home-page .banner-section .container .banner-title h1 {
    font-size: 40px;
  }
}
@media (max-width: 992px) {
  body #home-page .banner-section .container .banner-title h1 {
    font-size: 25px;
  }
}
@media (max-width: 490px) {
  body #home-page .banner-section .container .banner-title h1 {
    font-size: 20px;
  }
}
@media (max-width: 414px) {
  body #home-page .banner-section .container .banner-title h1 {
    text-align: center;
  }
}
body #home-page .banner-section .container .banner-title p {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: white;
  font-weight: 400;
}
@media (max-width: 992px) {
  body #home-page .banner-section .container .banner-title p {
    font-size: 14px;
  }
}
@media (max-width: 495px) {
  body #home-page .banner-section .container .banner-title p {
    font-size: 13px !important;
  }
}
@media (max-width: 414px) {
  body #home-page .banner-section .container .banner-title p {
    text-align: center;
  }
}
body #home-page .banner-section .container .banner-title .banner-btn {
  border: none;
  padding-top: 30px;
}
body #home-page .banner-section .container .banner-title .banner-btn a {
  border-radius: 8px;
  padding: 13px 15px;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  color: white;
  font-weight: 500;
  border: none;
  background: var(--Gradient, linear-gradient(76deg, #392960 6.01%, #C92A6D 89.25%, #D02A6E 93.17%));
}
@media (max-width: 992px) {
  body #home-page .banner-section .container .banner-title .banner-btn a {
    font-size: 13px;
  }
}
body #home-page .our-ecosystem {
  position: relative;
}
body #home-page .our-ecosystem .background-wave1 {
  background-image: url("/assets/img/wave1.png");
  background-repeat: no-repeat;
  width: 100%;
  background-position: center center;
  height: 830px;
  position: absolute;
}
body #home-page .our-ecosystem .vission {
  padding: 30px 0;
  position: relative;
}
body #home-page .our-ecosystem .vission .container .title {
  text-align: center;
}
body #home-page .our-ecosystem .vission .container .title h3 {
  font-size: 45px;
  color: white;
  padding-bottom: 15px;
  font-weight: 900;
  letter-spacing: 3px;
  font-family: "Poppins", sans-serif;
}
body #home-page .our-ecosystem .vission .container .title h3 span {
  text-transform: uppercase;
}
@media (max-width: 992px) {
  body #home-page .our-ecosystem .vission .container .title h3 {
    font-size: 35px;
  }
}
body #home-page .our-ecosystem .vission .container .title p {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: white;
  font-weight: 400;
}
@media (max-width: 992px) {
  body #home-page .our-ecosystem .vission .container .title p {
    font-size: 14px;
  }
}
@media (max-width: 495px) {
  body #home-page .our-ecosystem .vission .container .title p {
    font-size: 13px !important;
  }
}
body #home-page .our-ecosystem .vission .container .title .btn {
  padding: 20px 0;
  border: none;
}
body #home-page .our-ecosystem .vission .container .title .btn a {
  border-radius: 8px;
  padding: 13px 15px;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  color: white;
  font-weight: 500;
  border: none;
  background: var(--Gradient, linear-gradient(76deg, #392960 6.01%, #C92A6D 89.25%, #D02A6E 93.17%));
}
body #home-page .our-ecosystem .ecosystem-cards {
  position: relative;
  z-index: 99;
  margin: 70px 0;
}
body #home-page .our-ecosystem .ecosystem-cards .container .title {
  position: relative;
  text-align: center;
}
body #home-page .our-ecosystem .ecosystem-cards .container .title h3 {
  font-size: 45px;
  color: white;
  padding-bottom: 15px;
  font-weight: 900;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
body #home-page .our-ecosystem .ecosystem-cards .container .title h3 span {
  text-transform: uppercase;
}
@media (max-width: 992px) {
  body #home-page .our-ecosystem .ecosystem-cards .container .title h3 {
    font-size: 35px;
  }
}
body #home-page .our-ecosystem .ecosystem-cards .container .straight-line {
  height: 50px;
  width: 1%;
  border-left: 1px dashed white;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  body #home-page .our-ecosystem .ecosystem-cards .container .straight-line {
    display: none;
  }
}
body #home-page .our-ecosystem .ecosystem-cards .container .bottom-line {
  border-bottom: 1px dashed white;
  width: 68%;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  body #home-page .our-ecosystem .ecosystem-cards .container .bottom-line {
    display: none;
  }
}
body #home-page .our-ecosystem .ecosystem-cards .container .row .inner-left-line {
  border-left: 1px dashed white;
  width: 1px;
  margin: 0 auto;
  height: 30px;
  position: relative;
}
@media (max-width: 1199px) {
  body #home-page .our-ecosystem .ecosystem-cards .container .row .inner-left-line {
    display: none;
  }
}
body #home-page .our-ecosystem .ecosystem-cards .container .row .inner-left-line::before {
  position: absolute;
  content: "";
  background: white;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 30px;
  right: -2px;
}
body #home-page .our-ecosystem .ecosystem-cards .container .row .ecosystem-with-border {
  display: flex;
  position: relative;
}
body #home-page .our-ecosystem .ecosystem-cards .container .row .ecosystem-with-border .ecosystem-card {
  position: relative;
  z-index: 99;
  margin: 30px 0;
}
@media (max-width: 1199px) {
  body #home-page .our-ecosystem .ecosystem-cards .container .row .ecosystem-with-border .ecosystem-card .img2 img {
    width: 240px;
  }
}
@media (max-width: 992px) {
  body #home-page .our-ecosystem .ecosystem-cards .container .row .ecosystem-with-border .ecosystem-card .img3 img {
    width: 275px;
  }
}
body #home-page .our-ecosystem .ecosystem-cards .container .row .ecosystem-with-border .ecosystem-card .img {
  text-align: center;
}
body #home-page .our-ecosystem .ecosystem-cards .container .row .ecosystem-with-border .ecosystem-card .content {
  padding-top: 20px;
  text-align: center;
}
body #home-page .our-ecosystem .ecosystem-cards .container .row .ecosystem-with-border .ecosystem-card .content p {
  font-size: 15px !important;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: white;
  font-weight: 400;
}
@media (max-width: 992px) {
  body #home-page .our-ecosystem .ecosystem-cards .container .row .ecosystem-with-border .ecosystem-card .content p {
    font-size: 14px;
  }
}
@media (max-width: 495px) {
  body #home-page .our-ecosystem .ecosystem-cards .container .row .ecosystem-with-border .ecosystem-card .content p {
    font-size: 13px !important;
  }
}
@media (max-width: 1199px) {
  body #home-page .our-ecosystem .ecosystem-cards .container .row .ecosystem-with-border .ecosystem-card .content p {
    font-size: 13px !important;
  }
}
body #home-page .our-ecosystem .ecosystem-cards .container .row .ecosystem-with-border .ecosystem-card .content .btn {
  padding-top: 10px;
  border: none;
}
body #home-page .our-ecosystem .ecosystem-cards .container .row .ecosystem-with-border .ecosystem-card .content .btn a {
  text-decoration: none;
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  border: 1px solid white;
  border-radius: 5px;
  padding: 12px 10px;
}
body #home-page .our-ecosystem .ecosystem-cards .container .row .ecosystem-with-border .inner-right-line {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 25px;
  left: 10px;
  border-right: 1px dashed white;
}
@media (max-width: 1199px) {
  body #home-page .our-ecosystem .ecosystem-cards .container .row .ecosystem-with-border .inner-right-line {
    display: none;
  }
}
body #home-page .our-ecosystem .ecosystem-cards .container .row .ecosystem-with-border .inner-right-line::before {
  position: absolute;
  content: "";
  background: white;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  right: -3px;
  bottom: 0;
}
body #home-page .our-ecosystem .ecosystem-cards .container .row .eco-system-card-outer {
  display: flex;
  justify-content: end;
}
body #home-page .our-ecosystem .ecosystem-cards .container .row .eco-system-card-outer .ecosystem-card {
  margin: 30px 0;
}
body #home-page .our-ecosystem .ecosystem-cards .container .row .eco-system-card-outer .ecosystem-card .img {
  text-align: center;
}
body #home-page .our-ecosystem .ecosystem-cards .container .row .eco-system-card-outer .ecosystem-card .content {
  padding-top: 20px;
  text-align: center;
}
body #home-page .our-ecosystem .ecosystem-cards .container .row .eco-system-card-outer .ecosystem-card .content p {
  font-size: 15px !important;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: white;
  font-weight: 400;
}
@media (max-width: 992px) {
  body #home-page .our-ecosystem .ecosystem-cards .container .row .eco-system-card-outer .ecosystem-card .content p {
    font-size: 14px;
  }
}
@media (max-width: 495px) {
  body #home-page .our-ecosystem .ecosystem-cards .container .row .eco-system-card-outer .ecosystem-card .content p {
    font-size: 13px !important;
  }
}
@media (max-width: 1199px) {
  body #home-page .our-ecosystem .ecosystem-cards .container .row .eco-system-card-outer .ecosystem-card .content p {
    font-size: 13px !important;
  }
}
body #home-page .our-ecosystem .ecosystem-cards .container .row .eco-system-card-outer .ecosystem-card .content .btn {
  padding-top: 10px;
  border: none;
}
body #home-page .our-ecosystem .ecosystem-cards .container .row .eco-system-card-outer .ecosystem-card .content .btn a {
  text-decoration: none;
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  border: 1px solid white;
  border-radius: 5px;
  padding: 12px 10px;
}
body #home-page .our-ecosystem .ecosystem-cards .container .row .eco-system-card-outer2 {
  display: flex;
  justify-content: start;
}
body #home-page .our-ecosystem .ecosystem-cards .container .row .eco-system-card-outer2 .ecosystem-card {
  margin: 30px 0;
}
body #home-page .our-ecosystem .ecosystem-cards .container .row .eco-system-card-outer2 .ecosystem-card .img {
  text-align: center;
}
body #home-page .our-ecosystem .ecosystem-cards .container .row .eco-system-card-outer2 .ecosystem-card .content {
  padding-top: 20px;
  text-align: center;
}
body #home-page .our-ecosystem .ecosystem-cards .container .row .eco-system-card-outer2 .ecosystem-card .content p {
  font-size: 15px !important;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: white;
  font-weight: 400;
}
@media (max-width: 992px) {
  body #home-page .our-ecosystem .ecosystem-cards .container .row .eco-system-card-outer2 .ecosystem-card .content p {
    font-size: 14px;
  }
}
@media (max-width: 495px) {
  body #home-page .our-ecosystem .ecosystem-cards .container .row .eco-system-card-outer2 .ecosystem-card .content p {
    font-size: 13px !important;
  }
}
@media (max-width: 1199px) {
  body #home-page .our-ecosystem .ecosystem-cards .container .row .eco-system-card-outer2 .ecosystem-card .content p {
    font-size: 13px !important;
  }
}
body #home-page .our-ecosystem .ecosystem-cards .container .row .eco-system-card-outer2 .ecosystem-card .content .btn {
  padding-top: 10px;
  border: none;
}
body #home-page .our-ecosystem .ecosystem-cards .container .row .eco-system-card-outer2 .ecosystem-card .content .btn a {
  text-decoration: none;
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  border: 1px solid white;
  border-radius: 5px;
  padding: 12px 10px;
}
body #home-page .get-started-sec {
  position: relative;
  margin: 50px 0;
}
body #home-page .get-started-sec .background-wave-2 {
  background-image: url("/assets/img/wave1.png");
  background-repeat: no-repeat;
  width: 100%;
  background-position: center center;
  height: 830px;
  position: absolute;
}
body #home-page .get-started-sec .container .title {
  text-align: center;
  position: relative;
}
body #home-page .get-started-sec .container .title h1 {
  font-size: 40px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  color: white;
  letter-spacing: 3px;
}
body #home-page .get-started-sec .container .title h1 span {
  text-transform: uppercase;
}
@media (max-width: 992px) {
  body #home-page .get-started-sec .container .title h1 {
    font-size: 35px;
  }
}
body #home-page .get-started-sec .container .title p {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: white;
  font-weight: 400;
}
@media (max-width: 992px) {
  body #home-page .get-started-sec .container .title p {
    font-size: 14px;
  }
}
@media (max-width: 495px) {
  body #home-page .get-started-sec .container .title p {
    font-size: 13px !important;
  }
}
body #home-page .get-started-sec .container .title .btn {
  border: none;
  margin-top: 20px;
}
body #home-page .get-started-sec .container .title .btn a {
  border-radius: 8px;
  padding: 13px 15px;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  color: white;
  font-weight: 500;
  border: none;
  background: var(--Gradient, linear-gradient(76deg, #392960 6.01%, #C92A6D 89.25%, #D02A6E 93.17%));
}
body #home-page .get-started-sec .container .row {
  margin: 50px 0;
}
body #home-page .get-started-sec .container .row .get-started-card {
  position: relative;
  width: 100%;
  border-radius: 8px;
  height: 530px;
  display: flex;
  margin: 20px 0;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(76deg, rgba(57, 41, 96, 0.2) 6.01%, rgba(201, 42, 109, 0.2) 89.25%, rgba(208, 42, 110, 0.2) 93.17%);
}
body #home-page .get-started-sec .container .row .get-started-card .head {
  text-align: center;
  padding: 20px 0;
}
body #home-page .get-started-sec .container .row .get-started-card .head h6 {
  font-family: "Poppins", sans-serif;
  color: white;
  font-weight: 600;
  font-size: 30px;
}
body #home-page .get-started-sec .container .row .get-started-card .list_main {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
body #home-page .get-started-sec .container .row .get-started-card .list_main .lists .bullets {
  line-height: 2.5;
  gap: 10px;
  display: flex;
}
body #home-page .get-started-sec .container .row .get-started-card .list_main .lists .bullets span {
  color: white;
  font-weight: 400;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}
body #home-page .get-started-sec .container .row .get-started-card .btn {
  border: none;
  padding: 20px 0;
}
body #home-page .get-started-sec .container .row .get-started-card .btn a {
  border-radius: 8px;
  padding: 13px 15px;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  color: white;
  font-weight: 500;
  border: none;
  background: var(--Gradient, linear-gradient(76deg, #392960 6.01%, #C92A6D 89.25%, #D02A6E 93.17%));
}
@media (max-width: 767px) {
  body #home-page .get-started-sec .container .row .get-started-card {
    height: 100%;
  }
}
body #home-page .download-sec {
  margin: 30px 0;
}
body #home-page .download-sec .container .img {
  display: flex;
  justify-content: end;
}
@media (max-width: 767px) {
  body #home-page .download-sec .container .img {
    justify-content: center;
  }
}
body #home-page .download-sec .container .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  body #home-page .download-sec .container .content {
    align-items: center;
  }
}
body #home-page .download-sec .container .content h1 {
  font-size: 65px;
  font-weight: 900;
  font-family: "Poppins", sans-serif;
  color: white;
  letter-spacing: 20px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  body #home-page .download-sec .container .content h1 {
    font-size: 35px;
  }
}
@media (max-width: 414px) {
  body #home-page .download-sec .container .content h1 {
    letter-spacing: 10px;
    font-size: 30px;
  }
}
body #home-page .download-sec .container .content h3 {
  font-size: 46px;
  font-family: "Poppins", sans-serif;
  color: #D02A6E;
  font-weight: 200;
}
@media (max-width: 1199px) {
  body #home-page .download-sec .container .content h3 {
    font-size: 40px;
  }
}
@media (max-width: 992px) {
  body #home-page .download-sec .container .content h3 {
    font-size: 25px;
  }
}
body #home-page .download-sec .container .content .btns {
  display: flex;
  margin-top: 20px;
  margin-left: 20%;
  gap: 20px;
}
@media (max-width: 767px) {
  body #home-page .download-sec .container .content .btns {
    margin-left: 0;
  }
}
body #home-page .client-sec {
  margin: 70px 0;
}
body #home-page .client-sec .container .title {
  text-align: center;
}
body #home-page .client-sec .container .title h1 {
  font-family: "Poppins", sans-serif;
  color: white;
  font-size: 38px;
  font-weight: 700;
}
@media (max-width: 992px) {
  body #home-page .client-sec .container .title h1 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  body #home-page .client-sec .container .title h1 {
    font-size: 25px;
  }
}
body #home-page .client-sec .container .mySwiper {
  padding-bottom: 50px;
}
body #home-page .client-sec .container .mySwiper .swiper-wrapper {
  align-items: center;
}
body #home-page .client-sec .container .mySwiper .swiper-wrapper .swiper-slide {
  margin-top: 8%;
}
body #home-page .client-sec .container .mySwiper .swiper-wrapper .swiper-slide .main-card {
  transition: 0.1s;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 50px 20px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body #home-page .client-sec .container .mySwiper .swiper-wrapper .swiper-slide .main-card .outer-layer .img {
  display: flex;
  justify-content: center;
}
body #home-page .client-sec .container .mySwiper .swiper-wrapper .swiper-slide .main-card .outer-layer .head p {
  font-size: 13px;
  font-weight: 300;
  text-align: justify;
  font-family: "Poppins", sans-serif;
  color: white;
}
body #home-page .client-sec .container .mySwiper .swiper-wrapper .swiper-slide .main-card .outer-layer .head .review_stars {
  display: flex;
  justify-content: center;
  gap: 15px;
  padding: 20px 0;
}
body #home-page .client-sec .container .mySwiper .swiper-wrapper .swiper-slide .main-card .outer-layer .head .review_stars i {
  font-size: 20px;
  color: #FBB501;
}
body #home-page .client-sec .container .mySwiper .swiper-wrapper .swiper-slide .main-card .outer-layer .name {
  text-align: center;
  padding-top: 20px;
}
body #home-page .client-sec .container .mySwiper .swiper-wrapper .swiper-slide .main-card .outer-layer .name h6 {
  font-family: "Poppins", sans-serif;
  color: #D02A6E;
  font-size: 24px;
  font-weight: 700;
}
body #home-page .client-sec .container .mySwiper .swiper-wrapper .swiper-slide-active .main-card {
  transform: scale(1.1);
  height: 460px;
  border: 1px solid white;
  border-radius: 8px;
}
@media (max-width: 651px) {
  body #home-page .client-sec .container .mySwiper .swiper-wrapper .swiper-slide-active .main-card {
    transform: scale(1);
  }
}
body #home-page .client-sec .container .mySwiper .swiper-wrapper .swiper-slide-next {
  filter: blur(2px);
}
body #home-page .client-sec .container .mySwiper .swiper-wrapper .swiper-slide-prev {
  filter: blur(2px);
}
body #home-page .client-sec .container .mySwiper .swiper-pagination {
  display: none;
  margin: 20px 0;
  bottom: 0%;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  body #home-page .client-sec .container .mySwiper .swiper-pagination {
    display: flex;
  }
}
body #home-page .client-sec .container .mySwiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: white !important;
  border: 2px solid #D02A6E;
  height: 15px;
  width: 15px;
}
body #home-page .client-sec .container .mySwiper .swiper-pagination .swiper-pagination-bullet {
  background-color: white;
  opacity: 1;
}
@media (max-width: 992px) {
  body #home-page .client-sec .container .mySwiper .swiper-pagination {
    bottom: 90%;
  }
}
@media (max-width: 767px) {
  body #home-page .client-sec .container .mySwiper .swiper-pagination {
    bottom: 93%;
  }
}
body #home-page .client-sec .container .mySwiper .swiper-button-prev {
  color: white;
  border: none;
  margin-left: 5%;
  border-radius: 50%;
  background-color: #D1287B;
  padding: 25px;
}
body #home-page .client-sec .container .mySwiper .swiper-button-prev::after {
  font-size: 20px;
  font-weight: 900;
}
@media (max-width: 1199px) {
  body #home-page .client-sec .container .mySwiper .swiper-button-prev {
    margin-top: -20%;
  }
}
@media (max-width: 992px) {
  body #home-page .client-sec .container .mySwiper .swiper-button-prev {
    display: none;
  }
}
body #home-page .client-sec .container .mySwiper .swiper-button-next {
  color: white;
  background-color: #D1287B;
  border-radius: 50%;
  border: none;
  margin-right: 5%;
  padding: 25px;
}
body #home-page .client-sec .container .mySwiper .swiper-button-next::after {
  font-size: 20px;
  font-weight: 900;
}
@media (max-width: 1199px) {
  body #home-page .client-sec .container .mySwiper .swiper-button-next {
    margin-top: -20%;
  }
}
@media (max-width: 992px) {
  body #home-page .client-sec .container .mySwiper .swiper-button-next {
    display: none;
  }
}
body #package-page .webinar_package {
  margin: 3% 0;
}
body #package-page .webinar_package .container .title h1 {
  font-size: 60px;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  color: white;
}
body #package-page .webinar_package .container .title h1 span {
  color: #C92A6D;
}
body #package-page .webinar_package .container .title p {
  font-size: 15px;
  color: white;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  text-align: justify;
}
body #package-page .webinar_package .container .title .btn {
  border: none;
  padding: 0;
  margin-top: 20px;
}
body #package-page .webinar_package .container .title .btn a {
  border-radius: 8px;
  padding: 13px 15px;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  color: white;
  font-weight: 500;
  border: none;
  background: var(--Gradient, linear-gradient(76deg, #392960 6.01%, #C92A6D 89.25%, #D02A6E 93.17%));
  padding: 13px 25px;
}
body #package-page .webinar_package .container .main_cart {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid white;
  border-radius: 15px;
  padding: 20px;
}
body #package-page .webinar_package .container .main_cart .inner_cart span {
  font-family: "Poppins", sans-serif;
  color: white;
  font-size: 18px;
  font-weight: 500;
}
body #package-page .webinar_package .container .main_cart .inner_cart .entry_fee {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
body #package-page .webinar_package .container .main_cart .inner_cart .entry_fee h6 {
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}
body #package-page .webinar_package .container .main_cart .inner_cart .entry_fee p {
  font-size: 15px;
  color: white;
  margin: 0;
  font-family: "Poppins", sans-serif;
}
body #package-page .webinar_package .container .main_cart .inner_cart .last_payment {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
body #package-page .webinar_package .container .main_cart .inner_cart .last_payment h6 {
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}
body #package-page .webinar_package .container .main_cart .inner_cart .last_payment p {
  font-size: 15px;
  color: white;
  margin: 0;
  font-family: "Poppins", sans-serif;
}
body #package-page .webinar_package .container .main_cart .inner_cart .total_price {
  display: flex;
  margin: 20px 0;
  justify-content: space-between;
}
body #package-page .webinar_package .container .main_cart .inner_cart .total_price h6 {
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}
body #package-page .webinar_package .container .main_cart .inner_cart .total_price h6 span {
  font-size: 10px;
  color: white;
  font-family: "Poppins", sans-serif;
}
body #package-page .webinar_package .container .main_cart .inner_cart .total_price p {
  font-size: 15px;
  color: white;
  margin: 0;
  font-family: "Poppins", sans-serif;
}
body #package-page .webinar_package .container .main_cart .inner_cart .payment_btn {
  border: none;
  padding-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
body #package-page .webinar_package .container .main_cart .inner_cart .payment_btn a {
  background-color: #392960;
  color: white;
  border: 1px solid #392960;
  border-radius: 5px;
  width: 100%;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  padding: 10px 0;
}
body #package-page .packages_card_main {
  margin: 3% 0;
}
body #package-page .packages_card_main .container .title {
  margin: 0 auto;
  width: 67%;
  text-align: center;
}
body #package-page .packages_card_main .container .title h6 {
  color: white;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
body #package-page .packages_card_main .container .row a {
  text-decoration: none;
}
body #package-page .packages_card_main .container .row a .main_box {
  border-radius: var(--rounded-lg, 8px);
  background: linear-gradient(76deg, rgba(57, 41, 96, 0.2) 6.01%, rgba(201, 42, 109, 0.2) 89.25%, rgba(208, 42, 110, 0.2) 93.17%);
  margin-top: 10%;
  padding: 0px 25px;
  display: flex;
  align-items: center;
  height: 250px;
}
body #package-page .packages_card_main .container .row a .main_box .content {
  text-align: center;
}
body #package-page .packages_card_main .container .row a .main_box .content h5 {
  color: white;
  font-size: 25px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
body #package-page .packages_card_main .container .row a .main_box .content .d-flex {
  gap: 15px;
  padding-top: 20px;
}
body #package-page .packages_card_main .container .row a .main_box .content .d-flex p {
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 13px;
  text-align: justify;
}
body #package-page .packages_card_main .container .package-text {
  padding-top: 40px;
}
body #package-page .packages_card_main .container .package-text p {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  font-family: "Poppins", sans-serif;
  color: white;
}
body #package-page .packages_card_main .container .package-text p span {
  color: #C92A6D;
}
body #login_page .login_section .container .title {
  height: 100%;
  display: flex;
  align-items: center;
}
body #login_page .login_section .container .title h1 {
  font-size: 58px;
  font-weight: 900;
  font-family: "Poppins", sans-serif;
  color: white;
}
body #login_page .login_section .container .title h1 span {
  color: #C92A6D;
}
@media (max-width: 1192px) {
  body #login_page .login_section .container .title h1 {
    font-size: 40px;
  }
}
body #login_page .login_section .container .login_section {
  border: 1px solid white;
  border-radius: 20px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.1);
}
body #login_page .login_section .container .login_section form .title {
  text-align: center;
  justify-content: center;
}
body #login_page .login_section .container .login_section form .title h3 {
  color: white;
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
}
body #login_page .login_section .container .login_section form .input_section {
  position: relative;
}
body #login_page .login_section .container .login_section form .input_section label {
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}
body #login_page .login_section .container .login_section form .input_section .d-flex {
  align-items: center;
  position: relative;
  padding: 10px 0;
}
body #login_page .login_section .container .login_section form .input_section .d-flex img {
  position: absolute;
  padding-left: 10px;
}
body #login_page .login_section .container .login_section form .input_section .d-flex input {
  background: rgba(255, 255, 255, 0.16);
  width: 100%;
  border: none;
  padding: 10px 35px;
  border-radius: 10px;
  font-family: "Poppins", sans-serif;
}
body #login_page .login_section .container .login_section form .input_section .d-flex input:focus-visible {
  border: none;
  outline: none;
}
body #login_page .login_section .container .login_section form .login_btn {
  border: none;
  padding: 10px 0;
}
body #login_page .login_section .container .login_section form .login_btn button {
  border: none;
  width: 100%;
  padding: 10px;
  background-color: #392960;
  color: white;
  font-family: "Poppins", sans-serif;
  border-radius: 10px;
}
body #login_page .login_section .container .login_section form .form_content {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
body #login_page .login_section .container .login_section form .form_content a {
  text-decoration: none;
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}
body #login_page .group_photo {
  background-image: url("/assets/img/group_photo.png");
  height: 500px;
  width: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
body #payment_page .container .title h3 {
  color: #C92A6D;
  font-size: 60px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
body #payment_page .container form .subscription_type {
  padding: 20px 0;
}
body #payment_page .container form .subscription_type h5 {
  font-size: 25px;
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
body #payment_page .container form .subscription_type .radio_buttons {
  padding: 10px 0;
  gap: 10px;
  display: flex;
}
body #payment_page .container form .subscription_type .radio_buttons label {
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}
body #payment_page .container form .subscription_type .radio_buttons input[type=radio] {
  accent-color: #C92A6D;
}
body #payment_page .container form .personal_info .title h5 {
  font-size: 25px;
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
body #payment_page .container form .personal_info .radio_buttons {
  padding: 10px 0;
  gap: 10px;
  display: flex;
}
body #payment_page .container form .personal_info .radio_buttons label {
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}
body #payment_page .container form .personal_info .radio_buttons input[type=radio] {
  accent-color: #C92A6D;
}
body #payment_page .container form .personal_info .box .row .name {
  flex-direction: column;
  display: flex;
  margin: 10px 0;
}
body #payment_page .container form .personal_info .box .row .name label {
  padding: 10px 0;
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}
body #payment_page .container form .personal_info .box .row .name input {
  margin: 0;
  padding: 10px;
  font-family: "Poppins", sans-serif;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.16);
  color: white;
  border: none;
}
body #payment_page .container form .personal_info .box .row .name input:focus-visible {
  outline: none;
  border: none;
}
body #payment_page .container form .billing_information {
  margin: 20px 0;
}
body #payment_page .container form .billing_information .title h5 {
  font-size: 25px;
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
body #payment_page .container form .billing_information .radio_buttons {
  padding: 10px 0;
  gap: 10px;
  display: flex;
}
body #payment_page .container form .billing_information .radio_buttons label {
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}
body #payment_page .container form .billing_information .radio_buttons input[type=radio] {
  accent-color: #C92A6D;
}
body #payment_page .container form .billing_information .row .name {
  flex-direction: column;
  display: flex;
  margin: 10px 0;
}
body #payment_page .container form .billing_information .row .name label {
  padding: 10px 0;
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}
body #payment_page .container form .billing_information .row .name input {
  margin: 0;
  padding: 10px;
  font-family: "Poppins", sans-serif;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.16);
  color: white;
  border: none;
}
body #payment_page .container form .billing_information .row .name input:focus-visible {
  outline: none;
  border: none;
}
body #payment_page .container form .billing_information .checkbox_line {
  display: flex;
  padding: 20px 0;
  align-items: center;
}
body #payment_page .container form .billing_information .checkbox_line .form-check input:checked {
  background-color: #C92A6D;
  border: 1px solid #C92A6D;
}
body #payment_page .container form .billing_information .checkbox_line h6 {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  color: white;
  padding-top: 5px;
}
body #payment_page .container form .billing_information .checkbox_line h6 a {
  color: #C92A6D;
  text-decoration: none;
}
body #payment_page .container form .submit_btn {
  border: none;
}
body #payment_page .container form .submit_btn button {
  border: none;
  background-color: #C92A6D;
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  padding: 10px 25px;
  border-radius: 10px;
}
body #payment_page .container .main_cart {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid white;
  border-radius: 15px;
  padding: 20px;
  position: sticky;
  top: 12%;
}
body #payment_page .container .main_cart .inner_cart span {
  font-family: "Poppins", sans-serif;
  color: white;
  font-size: 18px;
  font-weight: 500;
}
body #payment_page .container .main_cart .inner_cart .entry_fee {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
body #payment_page .container .main_cart .inner_cart .entry_fee h6 {
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}
body #payment_page .container .main_cart .inner_cart .entry_fee p {
  font-size: 15px;
  color: white;
  margin: 0;
  font-family: "Poppins", sans-serif;
}
body #payment_page .container .main_cart .inner_cart .last_payment {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
body #payment_page .container .main_cart .inner_cart .last_payment h6 {
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}
body #payment_page .container .main_cart .inner_cart .last_payment p {
  font-size: 15px;
  color: white;
  margin: 0;
  font-family: "Poppins", sans-serif;
}
body #payment_page .container .main_cart .inner_cart .total_price {
  display: flex;
  margin: 20px 0;
  justify-content: space-between;
}
body #payment_page .container .main_cart .inner_cart .total_price h6 {
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}
body #payment_page .container .main_cart .inner_cart .total_price h6 span {
  font-size: 10px;
  color: white;
  font-family: "Poppins", sans-serif;
}
body #payment_page .container .main_cart .inner_cart .total_price p {
  font-size: 15px;
  color: white;
  margin: 0;
  font-family: "Poppins", sans-serif;
}
body #payment_page .container .main_cart .inner_cart .visa-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0;
}
body #payment_page .container .main_cart .inner_cart .visa-card span {
  font-size: 14px;
  padding: 10px 0;
  font-family: "Poppins", sans-serif;
}/*# sourceMappingURL=style.css.map */

.w-form-fail {
  background-color: #d02a6f;
  color: white;
  border: solid;
  border-width: 5px;
  border-radius: 15px;
  padding: 20px;
  font-size: 18px;
}

.w-form-done {
  background-color: #392960;
  color: white;
  border: solid;
  border-width: 5px;
  border-radius: 15px;
  padding: 20px;
  font-size: 18px;
}