@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden !important;
}
body .fix {
  overflow: hidden;
}

.top-header {
  display: flex;
  position: relative;
  width: 100%;
  height: 30px;
  margin: auto;
  background-color: #f7e7d6;
  overflow: hidden;
  z-index: 1;
}
.top-header .marquee {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  transition: all 1s ease;
  animation: marquee 50s linear infinite;
}
.top-header .marquee > div {
  display: flex;
  font-size: 16px;
  font-weight: 500;
  color: #bc1e1f;
  letter-spacing: -0.2px;
  line-height: 30px;
  gap: 5px;
}

@keyframes marquee {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
p {
  font-size: 16px;
  color: #000;
  line-height: 24px;
  letter-spacing: -0.2px;
}

img {
  max-width: 100%;
}

.btn {
  border-radius: 45px;
  border: 1px solid #090909;
  padding: 7px 30px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #090909;
  letter-spacing: -0.1px;
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 5px 10px rgba(9, 9, 9, 0.1);
  z-index: 1;
}
.btn i {
  margin-right: 5px;
}
.btn.btn-default {
  background-color: transparent;
  transition: all 0.35s;
}
.btn.btn-primary {
  background: linear-gradient(90deg, #ff3165, #47038c);
  color: #fff;
  overflow: hidden;
  z-index: 1;
  border: 0;
}
.btn.get-started, .btn.btn-join {
  background: linear-gradient(90deg, #ff3165, #47038c);
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  text-transform: uppercase;
  box-shadow: -2px -3px 10px rgba(255, 255, 255, 0.12), inset 2px 3px 10px rgba(255, 255, 255, 0.5), inset -2px -3px 10px rgba(0, 0, 0, 0.5), 0px 10px 40px rgba(88, 81, 35, 0.12);
  border: 0;
}
.btn.btn-join:before, .btn.btn-join:after, .btn.btn-default:before, .btn.btn-default:after, .btn.btn-primary:before, .btn.btn-primary:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  background: linear-gradient(90deg, #ff3165, #47038c);
  z-index: -1;
  transition: all 0.35s;
}
.btn.btn-join:before, .btn.btn-default:before, .btn.btn-primary:before {
  opacity: 0.5;
}
.btn.btn-join:after, .btn.btn-default:after, .btn.btn-primary:after {
  transition-delay: 0.2s;
}
.btn.btn-join:hover, .btn.btn-default:hover, .btn.btn-primary:hover {
  color: #fff;
  border-color: transparent;
  box-shadow: 7px 9px 16px rgba(71, 3, 140, 0.151);
}
.btn.btn-join:hover:before, .btn.btn-join:hover:after, .btn.btn-default:hover:before, .btn.btn-default:hover:after, .btn.btn-primary:hover:before, .btn.btn-primary:hover:after {
  top: 0;
}
.btn.get-started:hover {
  box-shadow: -2px -3px 10px rgba(255, 255, 255, 0.12), inset 2px 3px 10px rgba(255, 255, 255, 0.5), inset -16px -16px 16px rgba(0, 0, 0, 0.5), 0px 10px 40px rgba(88, 81, 35, 0.12);
}
.btn:focus {
  outline: none;
}

.heading {
  font-size: 36px;
  line-height: 40px;
  letter-spacing: -0.3px;
  margin-bottom: 18px;
  color: #080808;
  font-weight: 600;
}

.slick-row-10 .slick-list {
  margin: 0 -10px;
}
.slick-row-10 .slick-list .slick-slide {
  margin: 0 10px;
}

.slick-arrow-style button.slick-arrow {
  bottom: -80px;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  font-size: 12px;
  border: 1px solid #090909;
  color: #090909;
  background-color: #fff;
  cursor: pointer;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  line-height: 1;
  transition: 0.4s;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.08);
}
.slick-arrow-style button.slick-arrow.slick-next {
  right: calc(50% - 45px);
}
.slick-arrow-style button.slick-arrow.slick-prev {
  left: calc(50% - 45px);
}
.slick-arrow-style button:hover {
  color: #fff;
  border: 0;
  background: linear-gradient(90deg, #ff3165, #47038c);
}
.slick-arrow-style button:hover.slick-arrow {
  transform: translateY(-50%);
  z-index: 1;
}
.slick-arrow-style .slick-dots {
  display: flex;
  list-style: none;
  padding: 0;
  gap: 5px;
  align-items: center;
}
.slick-arrow-style .slick-dots li {
  line-height: normal;
  height: 4px;
  display: flex;
  align-items: center;
}
.slick-arrow-style .slick-dots li button {
  text-indent: -9999px;
  width: 30px;
  height: 2px;
  border: 0;
  background: #e1e1e1;
  border-radius: 5px;
}
.slick-arrow-style .slick-dots li.slick-active button {
  height: 4px;
  background: linear-gradient(90deg, #ff3165, #47038c);
}

.m-scroll {
  display: flex;
  position: relative;
  width: 800px;
  height: 600px;
  margin: auto;
  background-color: #d34444;
  overflow: hidden;
  z-index: 1;
}
.m-scroll__title {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  transform: scale(2);
  transition: all 1s ease;
}
.m-scroll__title > div {
  display: flex;
  animation: marquee 33s infinite linear;
}
.m-scroll__title h1 {
  margin: 0;
  font-size: 140px;
  color: rgb(255, 255, 255);
  transition: all 2s ease;
}
.m-scroll__title a {
  text-decoration: none;
  color: white;
}
.m-scroll__title a:hover {
  -webkit-text-stroke: 1px white;
  color: transparent;
}

.section-padding {
  padding: 70px 0;
}

.header-area {
  position: relative;
  z-index: 10;
}
.header-area.is-sticky {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 9;
  background-color: #fff;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
  animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;
}

.main-header {
  display: flex;
  padding: 10px 0;
  justify-content: space-between;
}
.main-header .logo {
  max-width: 159px;
}
.main-header .logo img {
  width: 100%;
}
.main-header .right-side {
  display: flex;
  align-items: center;
}

.desktop-nav ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.desktop-nav ul li {
  position: relative;
}
.desktop-nav ul li a {
  color: #090909;
  font-size: 14px;
  padding: 15px 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  text-decoration: none;
  letter-spacing: -0.2px;
  gap: 10px;
}
.desktop-nav ul li a i {
  font-size: 10px;
  transition: all 0.5s ease-in-out;
}
.desktop-nav ul li.menu-item:not(:last-child)::after {
  content: ".";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.desktop-nav ul li:first-child a {
  padding-left: 0;
}
.desktop-nav ul li ul.dropdown {
  top: calc(100% - 1px);
  left: 0;
  width: 220px;
  position: absolute;
  transition: 0.4s;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 99999;
  pointer-events: none;
  transform: translateY(20px);
  box-shadow: inset 5px 7px 7px rgba(255, 255, 255, 0.5), inset -5px -6px 10px rgba(0, 0, 0, 0.22), 0px 10px 40px rgba(88, 81, 35, 0.12);
  border-radius: 10px;
}
.desktop-nav ul li ul.dropdown li {
  margin-right: 0;
  border-right: none;
  flex-basis: 100%;
}
.desktop-nav ul li ul.dropdown li a {
  padding: 10px 20px;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  gap: 0;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
.desktop-nav ul li ul.dropdown li a:before {
  width: 10px;
  height: 1px;
  left: 20px;
  top: 50%;
  content: " ";
  position: absolute;
  background: linear-gradient(90deg, #ff3165, #47038c);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  z-index: -1;
}
.desktop-nav ul li ul.dropdown li a:hover {
  padding-left: 35px;
  background: -webkit-linear-gradient(90deg, #ff3165, #47038c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: underline;
  text-underline-position: under;
}
.desktop-nav ul li ul.dropdown li a:hover::before {
  visibility: visible;
  opacity: 1;
}
.desktop-nav ul li ul.dropdown li:not(:last-child) a {
  border-bottom: 1px dashed #efefef;
}
.desktop-nav ul li:hover > a, .desktop-nav ul li.active > a {
  background: -webkit-linear-gradient(90deg, #ff3165, #47038c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: underline;
  text-underline-position: under;
}
.desktop-nav ul li:hover > a i, .desktop-nav ul li.active > a i {
  transform: rotate(90deg);
  background: -webkit-linear-gradient(90deg, #ff3165, #47038c);
  -webkit-background-clip: text;
  color: transparent;
}
.desktop-nav ul li:hover ul.dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  transform: translate(0);
}

/* ----scroll to top css start ----*/
.scroll-top {
  bottom: 34px;
  cursor: pointer;
  height: 42px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 42px;
  z-index: 9999;
  transition: 0.4s;
  border-radius: 50%;
  background: linear-gradient(90deg, #ff3165, #47038c);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.scroll-top i {
  line-height: 42px;
  color: #fff;
  font-size: 14px;
}

.scroll-top.not-visible {
  bottom: -50px;
  visibility: hidden;
  opacity: 0;
}

.scroll-top:hover {
  box-shadow: 0px 5px 14px rgba(71, 3, 140, 0.4);
}

/* Scroll down */
.scroll-button {
  width: 140px;
  height: 140px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.0175em;
  word-spacing: 0em;
  text-decoration: none;
  border-radius: 50%;
  background-color: #090909;
  padding: 4px;
  margin-top: -70px;
  position: relative;
  z-index: 8;
}
.scroll-button img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.scroll-button .link__svg {
  width: 100%;
  height: auto;
  transform-box: fill-box;
  fill: #fff;
  stroke: #fff;
  stroke-width: 1em;
  stroke-linecap: round;
  stroke-linejoin: round;
  font-size: 1.3rem;
}
.scroll-button .link__text {
  animation: rotateReverse normal infinite 20s linear;
  transform-origin: 50% 50%;
}

.home-banner {
  background-image: url(../images/banner-gradient.png);
  background-size: cover;
  background-position: right;
  position: relative;
  padding: 90px 0 38px;
  background-repeat: no-repeat;
}
.home-banner .container {
  position: relative;
  z-index: 1;
}
.home-banner .video-js {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.home-banner .video-js iframe::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.home-banner .banner-content {
  text-align: right;
}
.home-banner .banner-content h1 {
  font-size: 60px;
  font-weight: bold;
  color: #fff;
}
.home-banner .banner-content h2 {
  font-size: 80px;
  font-weight: 200;
  color: #fff;
}
.home-banner .banner-figure {
  height: 444px;
  width: 444px;
  border-radius: 50%;
  padding: 20px;
  position: relative;
  margin-left: auto;
  margin-right: 20px;
  background-image: url(../images/Hero-Section-Main-Img.png);
  background-size: contain;
}
.home-banner .banner-figure .single-box {
  display: flex;
  position: absolute;
}
.home-banner .banner-figure .single-box .name {
  font-size: 20px;
  letter-spacing: -0.1px;
  color: #fff;
  margin-top: 18px;
  margin-right: 10px;
}
.home-banner .banner-figure .single-box .fig-box {
  display: grid;
  align-items: center;
  justify-content: center;
  height: 90px;
  width: 90px;
}
.home-banner .banner-figure .single-box:nth-child(1) {
  top: 21px;
  left: 4px;
}
.home-banner .banner-figure .single-box:nth-child(2) {
  top: 36.6%;
  left: -74px;
  transform: translateY(-50%);
}
.home-banner .banner-figure .single-box:last-child {
  bottom: 51px;
  left: 15px;
}
.home-banner .banner-figure .single-box:last-child .name {
  margin-top: auto;
  margin-bottom: 18px;
}

.title-section {
  background-image: url(../images/Hero-Section-Banner.png);
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 100px 0;
  background-repeat: no-repeat;
  text-align: center;
}
.title-section .heading-title {
  color: #fff;
  font-weight: 600;
  line-height: 52px;
}
.title-section ul {
  justify-content: center;
}
.title-section ul li.breadcrumb-item {
  color: #fff;
  font-size: 14px;
}
.title-section ul li.breadcrumb-item a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
.title-section ul li.breadcrumb-item a:hover {
  color: #090909;
}
.title-section ul li.breadcrumb-item::before {
  color: #fff;
}
.title-section ul li.breadcrumb-item.active {
  color: #ffffff;
}
.title-section ul li.breadcrumb-item.active::before {
  color: #fff;
}

.ecosystem {
  padding: 70px 0;
}
@media only screen and (min-width: 992px) {
  .ecosystem {
    padding: 70px 0 160px;
  }
}
.ecosystem .heading {
  margin-bottom: 10px;
}
.ecosystem p {
  color: #555555;
  font-size: 14px;
}
.ecosystem .ecosystem-box {
  width: 222px;
  height: 70px;
  border-radius: 65px;
  background-color: #fff;
  margin: 30px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0px 6px 7px rgba(255, 255, 255, 0.5), inset 0px -6px 7px rgba(0, 0, 0, 0.22), 0px 10px 40px rgba(88, 81, 35, 0.12);
}
.ecosystem .ecosystem-box img {
  max-width: 130px;
  width: 100%;
}
.ecosystem .parent-cat .single-cat {
  background: linear-gradient(90deg, #ff3165, #47038c);
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  box-shadow: -2px -6px 10px rgba(255, 255, 255, 0.12), inset 2px 6px 10px rgba(255, 255, 255, 0.5), inset -2px -6px 10px rgba(0, 0, 0, 0.5), 0px 10px 40px rgba(88, 81, 35, 0.12);
  border: 0;
  width: 222px;
  height: 44px;
  border-radius: 45px;
  line-height: 44px;
  position: relative;
  margin: auto;
}
.ecosystem .parent-cat .single-cat::before, .ecosystem .parent-cat .single-cat::after {
  content: "";
  position: absolute;
  top: 100%;
  width: 2px;
  height: 22px;
  background-color: #dacde8;
}
.ecosystem .parent-cat .single-cat::before {
  left: 30%;
}
.ecosystem .parent-cat .single-cat::after {
  right: 30%;
}
.ecosystem .parent-cat:first-child {
  margin-left: -120px;
}
.ecosystem .parent-cat:last-child {
  margin-right: -120px;
}
.ecosystem .parent-cat.trading-cat {
  margin: 20px 0 20px !important;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .ecosystem .parent-cat.trading-cat {
    margin: 0px !important;
  }
}
@media only screen and (min-width: 992px) {
  .ecosystem .parent-cat.trading-cat {
    position: absolute;
    left: 0;
    right: 0;
  }
}
.ecosystem .parent-cat.trading-cat .single-cat::before {
  display: none;
}
.ecosystem .parent-cat.trading-cat .single-cat::after {
  right: 50%;
  height: 15px;
}
@media only screen and (min-width: 992px) {
  .ecosystem .parent-cat.trading-cat .single-cat::after {
    height: 88px;
  }
}
.ecosystem .parent-cat.trading-cat .trading-children {
  position: relative;
  top: 22px;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 992px) {
  .ecosystem .parent-cat.trading-cat .trading-children {
    position: absolute;
    top: 132px;
  }
}
.ecosystem .parent-cat.trading-cat .trading-children::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #dacde8;
}
@media only screen and (min-width: 992px) {
  .ecosystem .parent-cat.trading-cat .trading-children::after {
    top: 0;
  }
}
.ecosystem .parent-cat.trading-cat .trading-children .single-child {
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .ecosystem .parent-cat.trading-cat .trading-children .single-child {
    margin-top: 14px;
  }
}
.ecosystem .parent-cat.trading-cat .trading-children .single-child::before {
  content: "";
  position: absolute;
  bottom: 100%;
  width: 2px;
  height: 20px;
  left: 50%;
  background-color: #dacde8;
}
@media only screen and (min-width: 992px) {
  .ecosystem .parent-cat.trading-cat .trading-children .single-child::before {
    height: 22px;
  }
}
.ecosystem .single-child {
  margin-top: 22px;
  width: 160px;
  height: 48px;
  background-color: #ff3165;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  letter-spacing: -0.1px;
  font-weight: 500;
  display: grid;
  align-items: center;
  justify-content: center;
  line-height: 1;
  box-shadow: inset 0px 6px 7px rgba(255, 255, 255, 0.5), inset 0px -6px 7px rgba(0, 0, 0, 0.22), 0px 10px 40px rgba(88, 81, 35, 0.12);
  flex: 0 0 auto;
}

.master-class {
  background: url("../images/Graphic-Img1.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 70px 0 90px;
}
.master-class.road-to-success {
  padding: 0px;
}
.master-class.road-to-success .masterclass-child {
  padding: 70px 0 90px;
  background-image: url("../images/Graphic-Img.png");
  background-repeat: no-repeat;
  background-position: right 94%;
}
@media (max-width: 767px) {
  .master-class.road-to-success .masterclass-child {
    background-position: 116% 94%;
  }
}
.master-class.road-to-success .widget-box {
  height: 158px;
}
.master-class.road-to-success .widget-box .single-widget {
  width: 120px;
  flex: 0 0 auto;
}
.master-class.road-to-success .widget-box:not(:last-child) .single-widget {
  position: relative;
}
.master-class.road-to-success .widget-box:not(:last-child) .single-widget::after {
  content: "";
  position: absolute;
  top: 91px;
  left: 50%;
  width: 2px;
  height: 60px;
  background-image: url(../images/dashed-line.png);
}
.master-class.road-to-success .top-content {
  background-image: none;
}
.master-class.road-to-success .top-content .left-content {
  display: block;
  margin-top: 50px;
}
.master-class.road-to-success .top-content .left-content .widget-box {
  text-align: right;
}
.master-class.road-to-success .top-content .right-content {
  display: block;
  margin-top: 50px;
}
.master-class.road-to-success .top-content .middle-content {
  position: relative;
  margin-bottom: -150px;
}
.master-class.road-to-success .top-content .middle-content .dashed-line {
  position: relative;
  bottom: 160px;
  left: -18%;
  width: 461px;
  max-width: -moz-max-content;
  max-width: max-content;
}
.master-class.road-to-success .top-content .widget-box h6 {
  font-weight: bold;
  font-size: 34px;
  letter-spacing: -0.2px;
  font-family: "Open Sans", sans-serif;
}
.master-class.road-to-success .top-content .widget-box p {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.1px;
  line-height: 26px;
  margin: 0;
}
@media (max-width: 992px) {
  .master-class.road-to-success .d-flex .left-content .widget-box {
    justify-content: flex-end;
  }
  .master-class.road-to-success .d-flex .right-content .widget-box {
    justify-content: flex-start;
  }
  .master-class.road-to-success .d-flex .left-content,
  .master-class.road-to-success .d-flex .right-content {
    position: relative;
    width: 42%;
    margin-top: 0;
  }
  .master-class.road-to-success .d-flex .left-content .widget-content,
  .master-class.road-to-success .d-flex .right-content .widget-content {
    margin-top: 10px;
  }
  .master-class.road-to-success .d-flex .left-content .widget-box,
  .master-class.road-to-success .d-flex .right-content .widget-box {
    padding: 0;
  }
  .master-class.road-to-success .d-flex .left-content .single-widget,
  .master-class.road-to-success .d-flex .right-content .single-widget {
    width: 40px;
    flex: 0 0 auto;
  }
  .master-class.road-to-success .d-flex .left-content .single-widget img,
  .master-class.road-to-success .d-flex .right-content .single-widget img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: top;
       object-position: top;
  }
  .master-class.road-to-success .d-flex .left-content .single-widget::after,
  .master-class.road-to-success .d-flex .right-content .single-widget::after {
    top: 44px;
  }
  .master-class.road-to-success .d-flex .left-content .widget-box,
  .master-class.road-to-success .d-flex .right-content .widget-box {
    height: 125px;
  }
  .master-class.road-to-success .d-flex .left-content .widget-box h6,
  .master-class.road-to-success .d-flex .right-content .widget-box h6 {
    font-size: 18px;
    margin-bottom: 2px;
  }
  .master-class.road-to-success .d-flex .left-content .widget-box p,
  .master-class.road-to-success .d-flex .right-content .widget-box p {
    font-size: 10px;
    line-height: 12px;
  }
  .master-class.road-to-success .d-flex .middle-content {
    width: 22%;
    margin: auto;
  }
  .master-class.road-to-success .d-flex .middle-content .dashed-line {
    bottom: 13px;
    left: -11%;
    width: 123%;
  }
}
@media (max-width: 767px) {
  .master-class.road-to-success .d-flex {
    flex-flow: wrap;
  }
  .master-class.road-to-success .d-flex .middle-content {
    width: 100%;
    text-align: center;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .master-class.road-to-success .d-flex .middle-content img {
    max-height: 300px;
    transform: rotate(270deg);
  }
  .master-class.road-to-success .d-flex .middle-content .dashed-line {
    display: none;
  }
  .master-class.road-to-success .d-flex .left-content,
  .master-class.road-to-success .d-flex .right-content {
    width: 100%;
  }
  .master-class.road-to-success .d-flex .left-content .widget-box,
  .master-class.road-to-success .d-flex .right-content .widget-box {
    justify-content: flex-start;
    text-align: left;
  }
  .master-class.road-to-success .d-flex .left-content .widget-box .single-widget,
  .master-class.road-to-success .d-flex .right-content .widget-box .single-widget {
    width: 80px;
  }
  .master-class.road-to-success .d-flex .left-content .widget-box .single-widget:after,
  .master-class.road-to-success .d-flex .right-content .widget-box .single-widget:after {
    top: 60px;
    height: 50px;
  }
  .master-class.road-to-success .d-flex .left-content .widget-box h6,
  .master-class.road-to-success .d-flex .right-content .widget-box h6 {
    font-size: 22px;
  }
  .master-class.road-to-success .d-flex .left-content .widget-box p,
  .master-class.road-to-success .d-flex .right-content .widget-box p {
    font-size: 14px;
    line-height: 18px;
  }
  .master-class.road-to-success .d-flex .right-content {
    display: flex;
    flex-direction: column-reverse;
  }
  .master-class.road-to-success .d-flex .right-content .widget-box:first-child .single-widget::after {
    display: none;
  }
  .master-class.road-to-success .d-flex .right-content .widget-box:not(:first-child) .single-widget::after {
    content: "";
    position: absolute;
    top: 60px;
    left: 40px;
    width: 2px;
    height: 50px;
    background-image: url(../images/dashed-line.png);
  }
  .master-class.road-to-success .d-flex .left-content .widget-box {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}
.master-class .top-content {
  background-image: url(../images/Circle-Graphic-Img.png);
  background-repeat: no-repeat;
  background-position: center 60%;
}
.master-class .top-content .middle-content {
  max-width: 340px;
  margin-top: 30px;
}
.master-class .top-content .widget-box {
  display: flex;
  justify-content: end;
}
.master-class .top-content .widget-box .single-widget {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.master-class .top-content .widget-box .single-widget img {
  margin-bottom: 10px;
}
.master-class .top-content .widget-box .single-widget h6 {
  color: #000;
  font-size: 14px;
}
.master-class .top-content .widget-box .single-widget span {
  font-size: 10px;
  color: #555555;
}
.master-class .top-content .widget-box:nth-child(2) {
  margin: auto 0;
}
.master-class .top-content .widget-box:last-child {
  margin: auto 0 0;
}
.master-class .top-content .left-content {
  display: grid;
  justify-content: flex-end;
  width: 33.33%;
}
.master-class .top-content .right-content {
  display: grid;
  justify-content: flex-start;
  width: 33.33%;
}
.master-class .top-content .right-content .widget-box {
  justify-content: flex-start;
}
.master-class .bottom-content {
  padding: 100px 0 0;
}
.master-class .ne-payment-sol .masterclass-content {
  max-width: -moz-max-content;
  max-width: max-content;
}
.master-class .masterclass-content {
  margin-top: 70px;
  max-width: 392px;
}
.master-class .masterclass-content .heading img {
  margin-right: 10px;
}
.master-class .masterclass-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.master-class .masterclass-content ul li {
  padding-left: 30px;
  background-image: url(../images/tick-round.png);
  background-repeat: no-repeat;
  background-position: left top;
  font-size: 14px;
  letter-spacing: 0.1px;
  line-height: 20px;
  margin-bottom: 10px;
  color: #000;
}
.master-class .masterclass-image {
  position: relative;
  height: 453px;
  width: 453px;
  border-radius: 50%;
  background-color: #dacde8;
  margin: auto;
  padding: 30px;
}
.master-class .masterclass-image .layer1 {
  background-color: #fff;
  padding: 10px;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-shadow: 8px 18px 36px rgba(88, 81, 35, 0.16);
}
.master-class .masterclass-image .layer1 .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
}
.master-class .masterclass-image .img2 {
  position: absolute;
}
.master-class .masterclass-image .img2.profile-img {
  left: 30px;
  top: 47px;
}
.master-class .masterclass-image .img2.masterclass-img1 {
  bottom: -53px;
  left: -60px;
  z-index: 2;
}
.master-class .masterclass-image .img2.masterclass-img2 {
  top: -53px;
  right: -63px;
}
.master-class .masterclass-image .img2.masterclass-img3 {
  right: 15px;
  bottom: 15px;
}

.testimonials {
  padding: 70px 0;
}
.testimonials .testimonials-carousel .product-thumb {
  text-align: center;
}
.testimonials .testimonials-carousel .testimonials-content img {
  box-shadow: inset 5px 5px 10px rgba(0, 0, 0, 0.2), inset -5px -5px 10px rgba(255, 255, 255, 0.5), 5px 5px 10px rgba(0, 0, 0, 0.2), -5px -5px 10px rgba(255, 255, 255, 0.5);
  max-width: 81px;
  max-height: 45px;
}
.testimonials .testimonials-carousel .testimonials-content .desc {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin-bottom: 20px;
  max-height: 7.5em;
  overflow: hidden;
  position: relative;
}
.testimonials .testimonials-carousel .testimonials-content .desc + .read-more {
  display: inline-block;
}
.testimonials .testimonials-carousel .testimonials-content .read-more {
  font-size: 14px;
  letter-spacing: 0.1px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 10px;
  color: #090909;
  text-decoration: none;
}
.testimonials .testimonials-carousel .testimonials-content .read-more:hover {
  background: -webkit-linear-gradient(90deg, #ff3165, #47038c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: underline;
  text-underline-position: under;
}
.testimonials .testimonials-carousel .testimonials-content .desc.expanded {
  max-height: none;
}
.testimonials .testimonials-carousel .testimonials-content h4 {
  font-size: 22px;
  font-weight: bold;
  color: #090909;
}
.testimonials .testimonials-carousel .testimonials-content p {
  color: #ff3165;
  letter-spacing: -0.1px;
}
.testimonials .testimonials-carousel .slick-dots {
  justify-content: center;
}
@media (min-width: 992px) {
  .testimonials .testimonials-carousel .slick-dots {
    position: absolute;
    left: 43%;
    bottom: 0px;
    justify-content: flex-start;
  }
  .testimonials .testimonials-carousel .slick-arrow {
    position: absolute;
    right: 0;
    bottom: -20px;
    z-index: 9;
  }
  .testimonials .testimonials-carousel .slick-arrow.slick-next {
    right: 0;
  }
  .testimonials .testimonials-carousel .slick-arrow.slick-prev {
    right: 50px;
    left: auto;
  }
  .testimonials .testimonials-carousel .desc {
    font-size: 18px;
  }
}

.own-business {
  background-image: url("../images/BG-Headaches.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 170px 0 50px;
}
.own-business .heading {
  color: #fff;
}
.own-business .single-business-box {
  height: 100%;
  width: 100%;
  display: grid;
  padding: 10px 0 30px;
}
.own-business .single-business-box .child {
  background-color: #fff;
  text-align: center;
  padding: 20px 20px 34px;
  border-radius: 14px;
  border: 2px solid #ff3165;
  position: relative;
  width: 100%;
  height: 100%;
  box-shadow: 7px 20px 30px rgba(0, 0, 0, 0.1);
  font-size: 22px;
  font-weight: 600;
  color: #090909;
  line-height: 1.3;
}
.own-business .single-business-box .no {
  height: 34px;
  width: 80px;
  border-radius: 45px;
  background-color: #ff3165;
  color: #fff;
  position: absolute;
  bottom: -17px;
  left: 50%;
  font-size: 22px;
  transform: translateX(-50%);
  line-height: 34px;
  box-shadow: inset 0px 6px 7px rgba(255, 255, 255, 0.5), inset 0px -6px 7px rgba(0, 0, 0, 0.22), 0px 10px 40px rgba(88, 81, 35, 0.12);
}
.own-business .btn-join {
  margin-top: 30px;
}
.own-business.lifestyle-reward p {
  color: #fff;
}
.own-business.lifestyle-reward .single-business-box .child {
  font-size: 20px;
}
.own-business.lifestyle-reward .single-business-box .no {
  width: 75%;
  padding: 0 30px;
}

.blog-detail {
  padding: 90px 0;
}
.blog-detail .blog-detail-content .blog-image {
  height: 180px;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.blog-detail .blog-detail-content .blog-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .blog-detail .blog-detail-content .blog-image {
    height: 320px;
  }
}
@media (min-width: 992px) {
  .blog-detail .blog-detail-content .blog-image {
    height: 450px;
  }
}
.blog-detail .blog-detail-content h2 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.1px;
  font-weight: 600;
  margin-top: 20px;
  color: #000;
}
.blog-detail .blog-detail-content h3 {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.1px;
  font-weight: 600;
  margin-top: 20px;
  color: #000;
}
.blog-detail .blog-detail-content p {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.1px;
  margin-top: 20px;
  color: #000;
}
.blog-detail .blog-list h3 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.1px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #000;
}
.blog-detail .blog-list ul {
  list-style: none;
  padding: 0;
}
.blog-detail .blog-list ul li {
  margin-bottom: 16px;
}
.blog-detail .blog-list ul li a {
  font-size: 14px;
  letter-spacing: 0.1px;
  line-height: 22px;
  margin-bottom: 10px;
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: center;
  gap: 16px;
}
.blog-detail .blog-list ul li a .list-image {
  width: 90px;
  height: 62px;
  overflow: hidden;
  border-radius: 10px;
  flex: 0 0 auto;
}
.blog-detail .blog-list ul li a .list-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-detail .blog-list ul li a:hover {
  text-underline-position: under;
  color: #090909;
}

.letest-blogs {
  padding: 70px 0 200px;
}
.letest-blogs .heading img {
  margin-right: 10px;
}
.letest-blogs p {
  font-size: 14px;
  color: #555555;
}
.letest-blogs .blogs-carousel {
  padding-top: 15px;
}
.letest-blogs .blogs-carousel .slick-list {
  padding: 0 20% 0 0;
}
.letest-blogs .blogs-carousel .blog-item {
  position: relative;
}
.letest-blogs .blogs-carousel .blog-item figure {
  background-color: #f0f0f0;
  border-radius: 20px;
  height: 170px;
  overflow: hidden;
  margin-bottom: 0;
  margin-left: 15px;
}
.letest-blogs .blogs-carousel .blog-item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.letest-blogs .blogs-carousel .blog-item .date {
  background: linear-gradient(90deg, #ff3165, #47038c);
  color: #fff;
  height: 50px;
  width: 92px;
  border-radius: 12px;
  box-shadow: 0 12px 52px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.4px;
  font-weight: 500;
  margin-top: -30px;
  position: relative;
  z-index: 1;
}
.letest-blogs .blogs-carousel .blog-item h6 {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.1px;
  font-weight: 500;
  margin-top: 20px;
  color: #000;
}
.letest-blogs .blogs-carousel .blog-item p {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.1px;
  margin-top: 20px;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.letest-blogs .blogs-carousel .blog-item a {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.1px;
  font-weight: 600;
  margin-top: 20px;
  color: #090909;
  text-decoration: none;
  transition: all 0.4s ease;
}
.letest-blogs .blogs-carousel .blog-item a:hover {
  background: -webkit-linear-gradient(90deg, #ff3165, #47038c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: underline;
  text-underline-position: under;
}
.letest-blogs .blogs-carousel .slick-slide > div {
  padding-top: 30px;
  position: relative;
}
.letest-blogs .blogs-carousel .slick-slide:nth-child(2n+1) > div {
  top: -30px;
}

.blogs {
  padding: 90px 0;
}
.blogs .blog-item {
  position: relative;
  margin-bottom: 30px;
}
.blogs .blog-item figure {
  background-color: #f0f0f0;
  border-radius: 20px;
  height: 190px;
  overflow: hidden;
  margin-bottom: 0;
  margin-left: 15px;
}
.blogs .blog-item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.blogs .blog-item .date {
  background-color: #fff;
  height: 50px;
  width: 92px;
  border-radius: 12px;
  box-shadow: 0 12px 52px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.4px;
  font-weight: 500;
  margin-top: -30px;
  color: #000;
  position: relative;
  z-index: 1;
}
.blogs .blog-item h6 {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.1px;
  font-weight: 500;
  margin-top: 20px;
  color: #000;
}
.blogs .blog-item p {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.1px;
  margin-top: 20px;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.blogs .blog-item a {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.1px;
  font-weight: 600;
  margin-top: 20px;
  color: #090909;
  text-decoration: none;
  transition: all 0.4s ease;
}
.blogs .blog-item a:hover {
  background: -webkit-linear-gradient(90deg, #ff3165, #47038c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: underline;
  text-underline-position: under;
}

.statistics {
  margin: -100px 0;
  position: relative;
  padding: 0 4px;
}
.statistics .stats-wrapper {
  padding: 45px 0;
  background-color: #ff3165;
  border-radius: 150px;
  box-shadow: 0px 26px 48px rgba(0, 0, 0, 0.08);
}
.statistics .stats-wrapper .single-state {
  padding: 10px 0;
  text-align: center;
}
.statistics .stats-wrapper .row .col-6 .single-state {
  position: relative;
}
.statistics .stats-wrapper .row .col-6 .single-state::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  bottom: 0;
  right: -15px;
}
@media screen and (min-width: 768px) {
  .statistics .stats-wrapper .row .col-6:not(:last-child) .single-state::after {
    background-color: rgba(255, 255, 255, 0.4);
  }
}
@media (max-width: 767px) {
  .statistics .stats-wrapper .row .col-6:not(:nth-child(even)) .single-state::after {
    background-color: rgba(255, 255, 255, 0.4);
  }
}
.statistics .stats-wrapper h2 {
  font-size: 50px;
  font-weight: bold;
  font-family: "open-sans", sans-serif;
  color: #fff;
}
.statistics .stats-wrapper p {
  font-size: 20px;
  margin-bottom: 0;
  color: #fff;
}
@media (max-width: 1023.98px) {
  .statistics .stats-wrapper {
    padding: 20px 0;
  }
  .statistics .stats-wrapper .single-state {
    margin: 10px 0;
  }
  .statistics .stats-wrapper h2 {
    font-size: 30px;
  }
  .statistics .stats-wrapper p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .statistics .stats-wrapper {
    padding: 10px 0;
    border-radius: 50px;
  }
  .statistics .stats-wrapper .single-state {
    margin: 10px 0;
  }
  .statistics .stats-wrapper h2 {
    font-size: 24px;
  }
  .statistics .stats-wrapper p {
    font-size: 10px;
  }
}

.opportunity {
  background-image: url(../images/BG-Opportunity.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0;
}
.opportunity p {
  color: #fff;
}
.opportunity .fig-data-container {
  display: grid;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.opportunity .fig-data-container .fig-box {
  display: flex;
  font-size: 14px;
  color: #fff;
  position: absolute;
  text-decoration: none;
}
.opportunity .fig-data-container .fig-box.x-fig {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.opportunity .fig-data-container .fig-box.y-fig {
  align-items: center;
}
.opportunity .fig-data-container .fig-box:first-child {
  top: 30px;
  left: 53%;
  transform: translateX(-50%);
}
.opportunity .fig-data-container .fig-box:first-child img {
  margin-bottom: 5px;
}
.opportunity .fig-data-container .fig-box:nth-child(2) {
  left: 44px;
  top: 39%;
}
.opportunity .fig-data-container .fig-box:nth-child(2) img {
  margin-right: 5px;
}
.opportunity .fig-data-container .fig-box:nth-child(3) {
  right: 50px;
  top: 49%;
  transform: translateY(-50%);
}
.opportunity .fig-data-container .fig-box:nth-child(3) img {
  margin-left: 5px;
}
.opportunity .fig-data-container .fig-box:last-child {
  bottom: 70px;
  left: 46%;
  transform: translateX(-50%);
}
.opportunity .fig-data-container .fig-box:last-child img {
  margin-top: 5px;
}
@media (max-width: 767px) {
  .opportunity .fig-data-container .fig-box {
    font-size: 10px;
  }
  .opportunity .fig-data-container .fig-box:first-child {
    top: 27px;
  }
  .opportunity .fig-data-container .fig-box:nth-child(2) {
    left: 30px;
  }
  .opportunity .fig-data-container .fig-box:nth-child(3) {
    right: 32px;
  }
  .opportunity .fig-data-container .fig-box:last-child {
    bottom: 53px;
  }
}
.opportunity .opportunity-content {
  padding: 0 8.67%;
  position: relative;
}
.opportunity .opportunity-content::before {
  content: "";
  position: absolute;
  left: -80px;
  bottom: 10px;
  height: 44px;
  width: 108px;
  background-image: url(../images/Opportunity-Arrow-Sign-Icon.png);
}
.opportunity .opportunity-content .heading {
  color: #fff;
}
.opportunity .opportunity-content .btn {
  color: #fff;
  border-color: #fff;
}
.opportunity .opportunity-content .btn:hover {
  border-color: transparent;
}

footer {
  padding-top: 30px;
  background-color: #151515;
}
footer .top-footer {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}
footer .footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer-nav ul li {
  position: relative;
}
footer .footer-nav ul li a {
  color: #fff;
  font-size: 14px;
  padding: 20px 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  text-decoration: none;
  letter-spacing: -0.2px;
  position: relative;
}
footer .footer-nav ul li a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #ff3165;
  transition: 0.5s;
}
footer .footer-nav ul li:not(:last-child) a::after {
  content: ".";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
footer .footer-nav ul li:hover a {
  color: #ff3165;
}
footer .footer-nav ul li:hover a::before {
  width: 60%;
}
footer .footer-logo {
  display: flex;
  max-width: 159px;
  justify-content: center;
}
footer .footer-logo img {
  width: 100%;
}
footer .social-widget {
  display: none;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 10px;
}
footer .social-widget a {
  height: 34px;
  width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
footer .social-widget a img {
  position: relative;
  transition: 0.5s;
  z-index: 3;
}
footer .social-widget a img.hover {
  display: none;
}
footer .social-widget a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f00;
  transition: 0.5s;
  z-index: 2;
}
footer .social-widget a:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  right: 1px;
  background: #151515;
  transition: 0.5s;
  z-index: 2;
  border-radius: 50%;
}
footer .social-widget a.fb-icon {
  border-color: #1877f2;
}
footer .social-widget a.fb-icon:before {
  background: #1877f2;
}
footer .social-widget a.insta-icon {
  border-color: #761cc9;
}
footer .social-widget a.insta-icon:before {
  background: linear-gradient(-180deg, #fbcb2a 0%, #fc3282 50%, #761cc9 100%);
}
footer .social-widget a.twitter-icon {
  border-color: #1da1f2;
}
footer .social-widget a.twitter-icon:before {
  background: #1da1f2;
}
footer .social-widget a.yt-icon {
  border-color: #ff0001;
}
footer .social-widget a.yt-icon:before {
  background: #ff0001;
}
footer .social-widget a.tt-icon {
  border-color: #fff;
}
footer .social-widget a.tt-icon:before {
  background: #fff;
}
footer .social-widget a:hover img {
  transform: rotateY(360deg);
}
footer .social-widget a:hover img.normal {
  display: none;
}
footer .social-widget a:hover img.hover {
  display: inline-block;
}
footer .social-widget a:hover:before {
  top: 0;
}
footer .social-widget a:hover:after {
  top: 100%;
}
footer .footer-middle {
  border-top: 1px solid rgba(232, 220, 207, 0.13);
  border-bottom: 1px solid rgba(232, 220, 207, 0.13);
  padding: 10px 0;
}
footer .footer-middle .footer-widget {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
footer .footer-middle .footer-widget .icon {
  height: 42px;
  width: 42px;
  background: linear-gradient(90deg, #ff3165, #47038c);
  border-radius: 50%;
  box-shadow: 0px 5px 30px rgba(88, 81, 35, 0.16);
  display: grid;
  align-items: center;
  justify-content: center;
  padding: 6px;
  margin-right: 10px;
  flex: 0 0 auto;
}
footer .footer-middle .footer-widget .icon img.icon-img {
  max-width: 100%;
  width: auto;
}
footer .footer-middle .footer-widget .icon-2 {
  height: 24px;
  width: 24px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 6px 40px rgba(88, 81, 35, 0.16);
  flex: 0 0 auto;
  margin-right: 5px;
  overflow: hidden;
}
footer .footer-middle .footer-widget .icon-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .footer-middle .footer-widget h6 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 2px;
}
footer .footer-middle .footer-widget h5 {
  font-size: 16px;
  color: #ff3165;
  margin-bottom: 2px;
}
footer .footer-middle .footer-widget a,
footer .footer-middle .footer-widget p {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: normal;
  letter-spacing: -0.11px;
  display: block;
  margin: 0 0 6px;
}
footer .copyright {
  padding: 15px 0;
}
footer .copyright p {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  letter-spacing: -0.2px;
  margin: 0;
}

.off-canvas-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  z-index: 9999;
}
.off-canvas-wrapper .off-canvas-inner-content {
  transform: none;
}
.off-canvas-wrapper .off-canvas-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  cursor: url("../images/cancel.png"), auto;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.off-canvas-wrapper .off-canvas-inner-content {
  background: #ff3165;
  background-repeat: no-repeat;
  background-position: top right;
  width: 300px;
  padding: 20px;
  height: 100%;
  position: relative;
  transform: translateX(calc(-100% - 50px));
  transition: 0.4s;
}
.off-canvas-wrapper.open {
  opacity: 1;
  visibility: visible;
}
.off-canvas-wrapper.open .off-canvas-inner-content {
  transform: none;
}
.off-canvas-wrapper .off-canvas-inner {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  height: 100%;
}
.off-canvas-wrapper .off-canvas-inner .logo {
  display: flex;
}
.off-canvas-wrapper .off-canvas-inner .logo img {
  max-width: 130px;
}
.off-canvas-wrapper .btn-close-off-canvas {
  width: 24px;
  height: 24px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  transition: 0.4s;
  font-weight: 100;
  z-index: 84;
  position: relative;
}
.off-canvas-wrapper .btn-close-off-canvas::before, .off-canvas-wrapper .btn-close-off-canvas::after {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  height: 2px;
  width: 100%;
  background-color: #fff;
}
.off-canvas-wrapper .btn-close-off-canvas::before {
  transform: rotate(44deg);
}
.off-canvas-wrapper .btn-close-off-canvas::after {
  transform: rotate(-44deg);
}

.mobile-navigation {
  overflow: hidden;
  max-height: calc(100% - 50px);
  padding-top: 20px;
}

.mobile-navigation nav {
  height: 100%;
}

.mobile-header {
  padding: 10px 0;
}

.mobile-header-top {
  border-bottom: 1px solid #efefef;
}

.mobile-main-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-main-header .mobile-logo img {
  width: 100px;
}
.mobile-main-header .mobile-menu-btn {
  border: 0;
  background-color: transparent;
  padding: 0;
  height: 24px;
  width: 24px;
}

.mobile-menu {
  height: 100%;
  overflow: auto;
  padding-right: 30px;
  margin-right: -30px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.mobile-menu ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.mobile-menu li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4525);
}
.mobile-menu li a {
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
  line-height: 18px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  padding: 13px 0;
  text-decoration: none;
  transition: all 0.5s;
}
.mobile-menu li a:hover {
  color: #090909;
}
.mobile-menu li ul li {
  border: none;
}
.mobile-menu li ul li a {
  font-size: 14px;
  text-transform: capitalize;
  padding: 10px 0 8px;
}
.mobile-menu li.menu-item-has-children {
  display: block;
  position: relative;
}
.mobile-menu li.menu-item-has-children .dropdown {
  padding-left: 15px;
}
.mobile-menu li.menu-item-has-children .menu-expand {
  line-height: 50;
  top: 1px;
  left: calc(100% - 40px);
  width: 40px;
  height: 40px;
  position: absolute;
  text-align: center;
  cursor: pointer;
  bottom: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.2);
}
.mobile-menu li.menu-item-has-children .menu-expand i {
  display: block;
  position: relative;
  transition: all 250ms ease-out;
  color: #fff;
  font-size: 24px;
}
.mobile-menu li.menu-item-has-children .menu-expand i:before {
  content: "\f106";
}
.mobile-menu li.menu-item-has-children.active .menu-expand i {
  transform: rotate(180deg);
}

.ne-content h3 {
  font-size: 22px;
  font-weight: bold;
  text-transform: capitalize;
}
.ne-content li,
.ne-content p {
  font-size: 14px;
}
.ne-content a {
  color: #ff3165;
}
.ne-content a:hover {
  color: #47038c;
}

.financial-reward-container .financial-reward-box {
  margin-top: 30px;
}
.financial-reward-container .financial-reward-box figure {
  width: 100%;
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
.financial-reward-container .financial-reward-box figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease-in-out;
}
.financial-reward-container .financial-reward-box h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  color: #090909;
  letter-spacing: -0.5px;
}
.financial-reward-container .financial-reward-box h6 {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.3px;
  font-weight: 500;
  color: #ff3165;
  line-height: 22px;
}
.financial-reward-container .financial-reward-box:hover figure {
  box-shadow: 0px 6px 40px rgba(0, 0, 0, 0.22);
}
.financial-reward-container .financial-reward-box:hover figure img {
  transform: scale(1.2);
}

@media screen and (min-width: 992px) {
  .financial-reward-container .col-lg-3 {
    width: 20%;
  }
}
@media only screen and (max-width: 1200.98px) {
  .btn {
    padding: 7px 24px;
    font-size: 12px;
  }
  .btn.btn-join {
    font-size: 16px;
  }
  .desktop-nav ul li a {
    font-size: 13px;
    padding: 15px 8px;
    gap: 5px;
  }
  .top-header .marquee .track {
    font-size: 14px;
  }
  .home-banner .banner-content .heading-area span:first-child {
    font-size: 44px;
    line-height: 46px;
  }
  .home-banner .banner-content .heading-area span:nth-child(2) {
    font-size: 76px;
    line-height: 78px;
  }
  .home-banner .banner-content .heading-area span:last-child {
    font-size: 34px;
    line-height: 36px;
  }
  .home-banner .banner-content p {
    font-size: 16px;
  }
  .home-banner .banner-figure {
    height: 400px;
    width: 400px;
  }
  .home-banner .banner-figure .single-box .fig-box {
    height: 74px;
    width: 74px;
  }
  .home-banner .banner-figure .single-box:nth-child(1) {
    top: 21px;
    left: 2px;
  }
  .home-banner .banner-figure .single-box:nth-child(2) {
    left: -71px;
  }
  .home-banner .banner-figure .single-box:last-child {
    bottom: 51px;
    left: 12px;
  }
}
@media screen and (max-width: 1199.98px) {
  .home-banner .text {
    display: none;
  }
  .ecosystem .eco-line {
    max-width: 700px;
  }
  .ecosystem .parent-cat {
    font-size: 18px;
  }
  .ecosystem .single-child {
    font-size: 14px;
    width: 150px;
  }
  .opportunity-figure img {
    max-width: 100%;
  }
}
@media screen and (max-width: 1023.98px) {
  .heading {
    font-size: 28px;
  }
  .home-banner .banner-content h1 {
    font-size: 50px;
  }
  .home-banner .banner-content h2 {
    font-size: 64px;
  }
  .home-banner .banner-figure {
    margin-right: 0;
  }
  .home-banner .banner-figure .single-box .fig-box {
    height: 74px;
    width: 74px;
  }
  .home-banner .banner-figure .single-box:nth-child(1) {
    top: 22px;
    left: 2px;
  }
  .home-banner .banner-figure .single-box:nth-child(2) {
    left: -65px;
    top: 37.6%;
  }
  .home-banner .banner-figure .single-box:last-child {
    bottom: 48px;
  }
  .ecosystem .eco-line {
    max-width: 500px;
  }
  .ecosystem .parent-cat {
    font-size: 16px;
  }
  .ecosystem .single-child {
    font-size: 10px;
    width: 130px;
  }
  .master-class .masterclass-image {
    height: 350px;
    width: 350px;
  }
  .master-class .masterclass-image .img2.profile-img {
    left: 23px;
    top: 30px;
  }
  .master-class .masterclass-image .img2.masterclass-img1 {
    max-width: 130px;
    left: -10px;
  }
  .master-class .masterclass-image .img2.masterclass-img2 {
    max-width: 130px;
    right: -10px;
  }
  .opportunity .opportunity-content {
    padding-right: 0;
  }
  .opportunity .opportunity-content::before {
    left: -69px;
    bottom: 10px;
    height: 36px;
    width: 90px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 991.98px) {
  .mobile-main-header .mobile-logo .mobile-menu-btn {
    background: linear-gradient(90deg, #ff3165, #47038c);
    border-radius: 50%;
    height: 34px;
    width: 34px;
    color: #fff;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }
  .mobile-main-header .btn {
    height: 34px;
    width: 34px;
    padding: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
  }
  .mobile-main-header .btn i {
    margin-right: 0;
  }
  footer .social-widget {
    margin: 20px 0;
    width: 100%;
  }
  footer .footer-logo {
    margin: 20px auto;
  }
  .ecosystem .d-flex {
    flex-flow: wrap;
  }
  .ecosystem .parent-cat {
    margin: 20px 0 0 !important;
    width: 100%;
  }
  .ecosystem .eco-line {
    display: none;
  }
  .ecosystem .d-flex {
    flex-flow: wrap;
  }
  .ecosystem .parent-cat {
    margin: 20px 0 0 !important;
    width: 100%;
  }
  .ecosystem .parent-cat .single-cat {
    font-size: 14px;
    font-weight: 500;
  }
  .ecosystem .single-child {
    width: 150px;
    flex: 0 0 auto;
    font-size: 12px;
  }
  .ecosystem .ecosystem-box {
    width: 160px;
    height: 54px;
    padding: 14px;
  }
  .ecosystem .ecosystem-box img {
    max-height: 100%;
  }
}
@media only screen and (max-width: 991.98px) and (max-width: 767.98px) {
  .top-header .marquee .track {
    font-size: 12px;
  }
  .scroll-button {
    width: 124px;
    height: 124px;
  }
  p {
    font-size: 14px;
    line-height: 1.3;
  }
  .off-canvas-wrapper .off-canvas-inner-content {
    padding: 15px;
  }
  .heading {
    font-size: 22px;
    margin-bottom: 12px;
    line-height: 1.3;
  }
  .heading img {
    max-width: 24px;
  }
  .slick-arrow-style button.slick-arrow {
    left: calc(50% - 54px);
  }
  .slick-arrow-style button.slick-arrow.slick-next {
    left: calc(50% + 4px);
  }
  .home-banner .banner-content {
    text-align: center;
  }
  .home-banner .banner-content .heading-area {
    text-align: left;
  }
  .home-banner .banner-figure {
    height: 280px;
    width: 280px;
    margin: 50px 10px 50px auto;
  }
  .home-banner .banner-figure .single-box .name {
    font-size: 14px;
  }
  .home-banner .banner-figure .single-box .fig-box {
    height: 58px;
    width: 58px;
  }
  .home-banner .banner-figure .single-box .fig-box img {
    max-width: 100%;
  }
  .home-banner .banner-figure .single-box:nth-child(1) {
    top: 10px;
    left: -6px;
  }
  .home-banner .banner-figure .single-box:nth-child(2) {
    left: -55px;
  }
  .home-banner .banner-figure .single-box:last-child {
    bottom: 31px;
    left: 2px;
  }
}
@media only screen and (max-width: 991.98px) {
  .master-class .masterclass-child {
    background-image: none;
  }
  .master-class .masterclass-image {
    margin-top: 50px;
    height: 300px;
    width: 300px;
    padding: 20px;
  }
  .master-class .d-flex {
    position: relative;
  }
  .master-class .d-flex .left-content,
  .master-class .d-flex .right-content {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30%;
    z-index: 1;
  }
  .master-class .d-flex .left-content .widget-box,
  .master-class .d-flex .right-content .widget-box {
    width: 100%;
    justify-content: center;
  }
  .master-class .d-flex .right-content {
    right: 0;
  }
  .master-class .d-flex .left-content {
    left: 0;
  }
  .master-class .d-flex .widget-box {
    width: 33.33%;
    padding: 0 10px;
  }
  .master-class .d-flex .widget-box .single-widget h6 {
    font-size: 12px;
  }
  .master-class .d-flex .widget-box .single-widget span {
    font-size: 9px;
  }
  .master-class .d-flex .widget-box .single-widget img {
    max-width: 100%;
  }
  .master-class .d-flex .middle-content {
    max-width: 100%;
    margin: auto;
    margin-top: 0;
  }
  .master-class .d-flex .middle-content img {
    max-width: 230px;
  }
  .master-class .masterclass-content {
    margin-top: 0;
  }
  .master-class .top-content {
    background-size: contain;
  }
  .opportunity .opportunity-content {
    padding: 40px 0 0;
    text-align: center;
  }
  .opportunity .opportunity-content::before {
    display: none;
  }
  .opportunity .fig-data-container .fig-box img {
    max-width: 28px;
  }
  .own-business .single-business-box .child {
    font-size: 18px;
  }
  .get-started-figure {
    margin-top: 30px;
  }
  .letest-blogs .blogs-carousel .slick-list {
    padding: 0 40% 0 0;
  }
  footer .footer-nav {
    margin-top: 20px;
  }
  footer .footer-nav ul {
    justify-content: center;
  }
  footer .footer-nav ul li a {
    padding: 10px 15px;
  }
  footer .footer-nav ul li a::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .home-banner {
    padding: 50px 0 38px;
  }
  .home-banner .banner-content h1 {
    font-size: 32px;
  }
  .home-banner .banner-content h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 374.98px) {
  .btn.get-started {
    font-size: 16px;
  }
  .heading {
    font-size: 18px;
  }
  .home-banner .banner-figure {
    margin-right: 0;
    height: 240px;
    width: 240px;
  }
  .home-banner .banner-figure .single-box .fig-box {
    height: 50px;
    width: 50px;
  }
  .home-banner .banner-figure .single-box .name {
    font-size: 12px;
  }
  .home-banner .banner-figure .single-box:first-child {
    top: 9px;
    left: -8px;
  }
  .home-banner .banner-figure .single-box:nth-child(2) {
    top: 36.6%;
    left: -51px;
  }
  .home-banner .banner-figure .single-box:last-child {
    bottom: 25px;
    left: -1px;
  }
  .ecosystem .single-child {
    width: 135px;
    font-size: 10px;
  }
  .master-class .masterclass-image .img2.masterclass-img1 {
    left: 0px;
  }
  .master-class .masterclass-image .img2.masterclass-img2 {
    right: 0px;
  }
  .own-business .single-business-box .child {
    font-size: 14px;
  }
}
@keyframes rotateReverse {
  to {
    transform: rotate(-360deg);
  }
}/*# sourceMappingURL=style.css.map */