@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Poppins:wght@400;500;600;700&display=swap");
@import url("font-awesome.min.css");
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Black.ttf") format("truetype");
  src: url("../fonts/Lato-Black.woff2") format("woff2");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Bold.ttf") format("truetype");
  src: url("../fonts/Lato-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Regular.ttf") format("truetype");
  src: url("../fonts/Lato-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "NotoSerif";
  src: url("../fonts/NotoSerif-Bold.ttf") format("truetype");
  src: url("../fonts/NotoSerif-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Light.ttf") format("truetype");
  src: url("../fonts/Roboto-Light.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
  src: url("../fonts/Roboto-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
  src: url("../fonts/Roboto-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "BeautyWind";
  src: url("../fonts/BeautyWind.woff") format("woff");
  src: url("../fonts/BeautyWind.woff2") format("woff2");
  src: url("../fonts/BeautyWind.ttf") format("truetype");
  src: url("../fonts/BeautyWind.otf") format("otf");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Beauty Wind';
  font-style: normal;
  font-weight: 400;
  src: local('Beauty Wind'), url('https://fonts.cdnfonts.com/s/105517/BeautyWind-rgjEO.woff') format('woff');
}

.gradientText {
  background: #2cd9dd;
  background: linear-gradient(to right, #53a1a3, #2cd9dd, #7f3ce5, #7238cb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradientStroke {
  background: linear-gradient(to right, #7238cb 0%, #7f3ce5 40%, #2cd9dd 60%, #53a1a3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke: 4px transparent;
}

.textUpper {
  text-transform: uppercase;
}

.textCapitalize {
  text-transform: capitalize;
}

.cursiveText {
  font-family: "Beauty Wind", "Brush Script MT", cursive;
  font-weight: 300;
  font-size: 45px;
  color: #282828;
  -webkit-text-fill-color: #282828;
}

img {
  max-width: 100%;
}

.textCenter {
  text-align: center;
}

.swiper-button-next,
.swiper-button-prev {
  color: #7238cb;
  top: var(--swiper-navigation-top-offset, 50%) !important;
  width: 35px;
  height: 35px;
  border-radius: 17px;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.15));
  background-color: #ffffff;
  transition: opacity 0.3s ease;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px !important;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  background-image: url(../images/icon-prev.png);
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  background-image: url(../images/icon-next.png);
}

.swiper-pagination-bullets {
  bottom: var(--swiper-pagination-bottom, 0) !important;
  display: none;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  background: transparent;
  width: 12px;
  height: 12px;
  border: 1px solid #163357;
  opacity: 1;
  transition: background 0.3s;
}
.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #163357;
}

@font-face {
  font-family: Octin-sports;
  src: url("octin_sports_rg.ttf");
}
@font-face {
  font-family: "MyWebFont";
  src: url("webfont.eot");
  src: url("webfont.eot?#iefix") format("embedded-opentype"), url("webfont.woff2") format("woff2"), url("webfont.woff") format("woff"), url("webfont.ttf") format("truetype"), url("webfont.svg#svgFontName") format("svg");
}
* {
  box-sizing: border-box !important;
}

html {
  scroll-behavior: auto !important;
  font-size: 10px;
}

body {
  font-family: "Roboto", sans-serif;
  color: #000000;
  background-color: #ffffff;
  padding-bottom: env(safe-area-inset-bottom, 0px);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  overflow-x: hidden;
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  color: #282828;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}

.layout_padding {
  padding-top: 90px;
  padding-bottom: 90px;
}

.heading_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.heading_container h2 {
  font-family: "NotoSerif", sans-serif;
  font-weight: bold;
}
.heading_container.heading_center {
  align-items: center;
  text-align: center;
}

h1 {
  font-family: "NotoSerif", sans-serif;
  line-height: 1;
  margin: 0;
}
h1 sub {
  font-family: "Lato", sans-serif;
}

h2 {
  font-family: "NotoSerif", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #282828;
  line-height: 1.25;
  margin: 0;
}

h3 {
  font-family: "NotoSerif", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #282828;
  line-height: 1.3;
  margin: 0;
}

.title-wrapper {
  margin-bottom: 36px;
}
.title-wrapper p {
  font: 500 25px/1 "Lato", serif;
  margin-bottom: 17px;
}

.hero_area {
  display: flex;
  flex-direction: column;
  position: relative;
}
.hero_area .hero_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero_area .hero_bg_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}

.header_section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  transition: all 0.4s ease;
  z-index: 99;
}
.header_section.sticky {
  background: linear-gradient(to right, #2cd9dd 0%, #7238cb 50%, #2cd9dd 100%);
  background-size: 200% auto;
  padding: 10px 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.header_section.sticky .navbar-brand {
  width: 70px !important;
}
.header_section .container-fluid {
  max-width: 1170px;
}
.header_section .container-fluid .custom_nav-container.navbar-expand-lg .navbar-brand {
  width: 90px;
  height: auto;
  object-fit: contain;
  transition: width 0.3s;
  margin: 0;
}
.header_section .container-fluid .custom_nav-container.navbar-expand-lg .navbar-brand img {
  max-width: 100%;
}
.header_section .container-fluid .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  padding: 10px 15px;
  color: #060606;
  text-align: center;
  text-transform: uppercase;
}
.header_section .container-fluid .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active .nav-link, .header_section .container-fluid .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item:hover .nav-link {
  color: #163357;
}
.header_section .container-fluid .login-btn-inner {
  display: inline-block;
  padding: 8px 22px;
  background-color: transparent;
  color: #ffffff;
  transition: all 0.3s;
  border: 1px solid #ffffff;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  font-size: 16px !important;
  font-weight: 300;
  text-transform: capitalize;
}
.header_section .container-fluid .login-btn-inner:hover {
  background: linear-gradient(90deg, #2cd9dd 0%, #7238cb 90%);
  background-size: 100% auto;
  color: #ffffff;
  border-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .header_section .container-fluid .login-btn-inner {
    font-size: 18px;
  }
}

.custom_nav-container .nav_search-btn {
  color: #000000;
  padding: 0;
  border: none;
  font-size: 14px;
}

.navbar-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
}
.navbar-brand span {
  color: #000000;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}

.custom_nav-container {
  z-index: 9;
  padding: 0;
  justify-content: space-between;
}

.lg_toggl-btn {
  background-color: transparent;
  border: none;
  outline: none;
  width: 56px;
  height: 40px;
  cursor: pointer;
}
.lg_toggl-btn:focus {
  outline: none;
}

.navbar_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2rem;
}
.navbar_wrapper .User_option {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.navbar_wrapper .User_option .form-inline {
  position: relative;
  margin: 0 !important;
}
.navbar_wrapper .User_option .form-inline input {
  display: none;
}

/* header css start */
.custom_menu-btn {
  display: none;
}

.overlay .overlay-content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2rem;
}
.overlay .overlay-content a {
  font-size: 1.6rem;
  line-height: 120%;
  font-weight: 400;
  font-family: "NotoSerif", sans-serif;
  color: #163357;
}

/* header css end */
/* content css start */
main .hero-section {
  background: url("../images/hero_banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 18.5rem 0 11.8rem;
}
main .hero-section .hero-container {
  max-width: 930px;
  margin: 0 auto;
}
main .hero-section .hero-container .hero-text-wrap {
  text-align: center;
}
main .hero-section .hero-container .hero-text-wrap h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2em;
  color: #ffffff;
  margin-bottom: 20px;
}
main .hero-section .hero-container .hero-text-wrap h1 sub {
  bottom: 0.01em;
  font-weight: 500;
  font-size: 30px;
}
main .hero-section .hero-container .hero-text-wrap h1 div {
  display: block;
}
main .hero-section .hero-container .hero-text-wrap p {
  color: #ffffff;
  margin-bottom: 20px;
}
main .hero-section .hero-container .hero-text-wrap button {
  display: inline-block;
  padding: 16px 40px;
  background: linear-gradient(90deg, #2cd9dd 0%, #7238cb 90%);
  background-size: 100% auto;
  color: #ffffff;
  transition: all 0.7s;
  border: none;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
}
main .hero-section .hero-container .hero-text-wrap button:hover {
  background-position: right center;
  background-size: 180% auto;
}
@media screen and (max-width: 767px) {
  main .hero-section .hero-container .hero-text-wrap button {
    font-size: 18px;
  }
}
main .support-system-section {
  padding: 72px 0 0;
}
main .support-system-section .supportSystem-container {
  max-width: 1130px;
  margin: auto;
}
main .support-system-section .supportSystem-container .title-wrapper {
  text-align: center;
}
main .support-system-section .supportSystem-container .title-wrapper p {
  margin: 0;
}
main .support-system-section .supportSystem-container .support-content .support-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 57px;
  align-items: center;
}
main .support-system-section .supportSystem-container .support-content .support-card:nth-child(even) .card-text {
  order: 2;
}
main .support-system-section .supportSystem-container .support-content .support-card:not(:last-child) {
  margin-bottom: 79px;
}
main .support-system-section .supportSystem-container .support-content .support-card .card-text h3 {
  margin-bottom: 33px;
  max-width: 80%;
}
main .support-system-section .supportSystem-container .support-content .support-card .card-text ul.card-text-wrap {
  margin: 0;
  padding: 0;
}
main .support-system-section .supportSystem-container .support-content .support-card .card-text ul.card-text-wrap li {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 5px;
}
main .support-system-section .supportSystem-container .support-content .support-card .card-text ul.card-text-wrap li img {
  padding: 6px 0;
}
main .how-it-works {
  text-align: center;
  padding-bottom: 84px;
  padding-top: 84px;
}
main .how-it-works#how-it-works {
  position: relative;
  overflow: hidden;
}
main .how-it-works#how-it-works::after {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  right: -50px;
  top: auto;
  bottom: -20px;
  background-image: url(../images/icon-lines-4.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  max-width: 573px;
}
main .how-it-works .howItWorks-container {
  max-width: 1170px;
}
main .how-it-works .howItWorks-container .video-swiper {
  width: 100%;
  margin: auto;
  position: relative;
}
main .how-it-works .howItWorks-container .video-swiper .video-carousel {
  margin: auto;
  padding: 0;
  position: static;
}
main .how-it-works .howItWorks-container .video-swiper .video-carousel .video-card {
  background: transparent;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
}
main .how-it-works .howItWorks-container .video-swiper .video-carousel .video-card .video-wrapper {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  display: inline-flex;
  width: 100%;
}
main .how-it-works .howItWorks-container .video-swiper .video-carousel .video-card .video-wrapper video {
  width: 100%;
  border-radius: 10px;
}
main .how-it-works .howItWorks-container .video-swiper .video-carousel .video-card .video-wrapper .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  background-image: url(../images/play-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 5;
}
main .how-it-works .howItWorks-container .video-swiper .video-carousel .video-card .video-wrapper h3 {
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  bottom: 15px;
  left: 0;
  color: #ffffff;
  background: linear-gradient(90deg, rgb(44, 217, 221) 0%, rgba(0, 0, 0, 0) 70%);
  padding: 12px 10px 14px 20px;
  text-align: left;
  font-family: "Lato", sans-serif;
}
main .how-it-works .howItWorks-container .video-swiper .video-carousel .video-card .video-wrapper h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #ffffff;
  margin-top: 7px;
}
main .how-it-works .howItWorks-container .video-swiper .video-carousel .video-card .video-wrapper .thumbnail {
  position: relative;
  width: 100%;
}
main .how-it-works .howItWorks-container .video-swiper .video-carousel .video-card .video-wrapper .thumbnail img {
  width: 100%;
  display: block;
}
main .how-it-works .howItWorks-container .video-swiper .video-carousel .video-card .video-info {
  margin-top: 10px;
}
main .how-it-works .howItWorks-container .video-swiper .video-carousel .video-card .video-info p {
  font-size: 18px;
}
main .how-it-works .howItWorks-container .lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
main .how-it-works .howItWorks-container .lightbox-content {
  position: relative;
  max-width: 90%;
  top: 50%;
  transform: translate(0, -50%);
  margin: auto;
}
main .how-it-works .howItWorks-container .close-btn {
  position: absolute;
  top: -40px;
  right: -40px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}
main .how-it-works .howItWorks-container iframe {
  border-radius: 10px;
  width: 90vw;
  height: 90vh;
}
main .plan-section {
  background-color: #f0e8fd;
  padding: 85px 0;
  text-align: center;
}
main .plan-section .plan-container {
  max-width: 1260px;
}
main .plan-section .plan-container h2 {
  font-size: 26px;
  line-height: 1.25;
  font-weight: 400;
  padding-bottom: 26px;
  max-width: 70%;
  margin: auto;
  font-family: "Roboto", sans-serif;
}
main .plan-section .plan-container h2 span {
  font-size: 23px;
}
main .plan-section .plan-container .plan-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 56px;
}
main .plan-section .plan-container .plan-content .plan-card {
  width: max-content;
  height: 100%;
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #d1d1d1;
}
main .plan-section .plan-container .plan-content .plan-card h3.plan-card-header {
  background-color: #163357;
  padding: 30px 15px;
  text-decoration: underline;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.16;
}
main .plan-section .plan-container .plan-content .plan-card .plan-card-body {
  padding: 45px;
}
main .plan-section .plan-container .plan-content .plan-card .plan-card-body .plan-price {
  margin-bottom: 38px;
}
main .plan-section .plan-container .plan-content .plan-card .plan-card-body .plan-price .price {
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  color: #163357;
  display: block;
}
main .plan-section .plan-container .plan-content .plan-card .plan-card-body .plan-price .price.strikeThrough {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.334;
  color: #535353;
  margin-bottom: 0;
}
main .plan-section .plan-container .plan-content .plan-card .plan-card-body .plan-benefits {
  text-align: left;
}
main .plan-section .plan-container .plan-content .plan-card .plan-card-body .plan-benefits h4 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  color: #282828;
  font-family: "Lato", sans-serif;
}
main .plan-section .plan-container .plan-content .plan-card .plan-card-body .plan-benefits ul {
  margin: 0;
  padding: 0;
}
main .plan-section .plan-container .plan-content .plan-card .plan-card-body .plan-benefits ul li {
  display: block;
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  padding-left: 26px;
  font-family: "Roboto", sans-serif;
  position: relative;
}
main .plan-section .plan-container .plan-content .plan-card .plan-card-body .plan-benefits ul li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  right: auto;
  background-image: url(../images/sec4_payment_bullet_icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}
main .plan-section .plan-container .plan-content .plan-card .plan-card-body .plan-benefits .price-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 45px;
}
main .plan-section .plan-container .plan-content .plan-card .plan-card-body .plan-benefits .price-btn .add-to-cart-btn {
  display: inline-block;
  padding: 17px 65px;
  background: linear-gradient(90deg, #2cd9dd 0%, #7238cb 90%);
  background-size: 100% auto;
  color: #ffffff;
  transition: all 0.7s;
  border: none;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.6px;
}
main .plan-section .plan-container .plan-content .plan-card .plan-card-body .plan-benefits .price-btn .add-to-cart-btn:hover {
  background-position: right center;
  background-size: 180% auto;
}
@media screen and (max-width: 767px) {
  main .plan-section .plan-container .plan-content .plan-card .plan-card-body .plan-benefits .price-btn .add-to-cart-btn {
    font-size: 18px;
  }
}
main .plan-section .plan-container .plan-content .payment-wrapper p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-decoration: underline;
  margin-bottom: 30px;
}
main .plan-section .plan-container .plan-content .payment-wrapper .payment-cards {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
main .plan-section .plan-container .plan-content .payment-wrapper .payment-cards a {
  width: 64px;
  height: fit-content;
}
main .network-marketers {
  margin-bottom: 74px;
}
main .network-marketers .networkMarketers-container {
  max-width: 1170px;
}
main .network-marketers .networkMarketers-container .marketers-swiper {
  width: 100%;
  margin: auto;
  position: relative;
}
main .network-marketers .networkMarketers-container .marketers-swiper .marketers-carousel {
  padding-bottom: 0;
  position: static;
}
main .network-marketers .networkMarketers-container .marketers-swiper .marketers-carousel .marketer-card {
  border-radius: 20px;
  background-color: #f7f7f7;
  padding: 63px 30px 30px;
  position: relative;
  overflow: visible;
  margin-top: 50px;
}
main .network-marketers .networkMarketers-container .marketers-swiper .marketers-carousel .marketer-card .marketer-wrapper img {
  width: 80px;
  height: 80px;
  margin-top: -150px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid #f0f0f0;
}
main .network-marketers .networkMarketers-container .marketers-swiper .marketers-carousel .marketer-card .marketer-wrapper h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #163357;
  font-style: italic;
  font-family: "Roboto", sans-serif;
}
main .network-marketers .networkMarketers-container .marketers-swiper .marketers-carousel .swiper-button-next,
main .network-marketers .networkMarketers-container .marketers-swiper .marketers-carousel .swiper-button-prev {
  top: 55% !important;
}
main .about-section {
  background-color: #fafafa;
  padding: 82px 0;
}
main .about-section .about-container {
  max-width: 1310px;
}
main .about-section .about-container .about-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 62px;
}
main .about-section .about-container .about-wrapper .image-wrap {
  flex-shrink: 0;
}
main .about-section .about-container .about-wrapper .content-wrap .title-wrapper h2 {
  display: inline-block;
}
main .about-section .about-container .about-wrapper .content-wrap .title-wrapper span {
  display: block;
  font-size: 40px;
  line-height: 1.25;
}
main .about-section .about-container .about-wrapper .about-contents p:not(:last-child) {
  margin-bottom: 30px;
}
main .how-it-works button {
  display: inline-block;
  padding: 17px 65px;
  background: linear-gradient(90deg, #2cd9dd 0%, #7238cb 90%);
  background-size: 100% auto;
  color: #ffffff;
  transition: all 0.7s;
  border: none;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin-top: 40px;
}
main .how-it-works button:hover {
  background-position: right center;
  background-size: 180% auto;
}
@media screen and (max-width: 767px) {
  main .how-it-works button {
    font-size: 18px;
  }
}
/* content css end */
/* footer css start */
.footer_section {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer_section .container-fluid {
  padding: 0;
}
.footer_section .footer-wrapper .footer-top {
  background-color: #163357;
  padding: 25px;
}
.footer_section .footer-wrapper .footer-top .footer-top-wrapper {
  max-width: 1170px;
  margin: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer_section .footer-wrapper .footer-top .footer-left a {
  width: 70px;
  height: auto;
  object-fit: contain;
  display: inline-flex;
}
.footer_section .footer-wrapper .footer-top .footer-right .footer-nav-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
.footer_section .footer-wrapper .footer-top .footer-right .footer-nav-wrapper .footer-nav ul {
  padding: 0;
  margin: 0;
}
.footer_section .footer-wrapper .footer-top .footer-right .footer-nav-wrapper .footer-nav ul li {
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
}
.footer_section .footer-wrapper .footer-top .footer-right .footer-nav-wrapper .footer-nav ul li .social-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: inline-flex;
  align-items: center;
}
.footer_section .footer-wrapper .footer-top .footer-right .footer-nav-wrapper .footer-nav ul li a {
  color: #ffffff;
}
.footer_section .footer-wrapper .footer-top .footer-right .footer-nav-wrapper .footer-nav ul li a:hover {
  color: #ffffff;
}
.footer_section .footer-wrapper .footer-top .footer-right .footer-nav-wrapper .footer-nav.social-icons p {
  padding: 0;
  text-align: left;
  margin-bottom: 10px;
}
.footer_section .footer-wrapper .footer-top .footer-right .footer-nav-wrapper .footer-nav.social-icons ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer_section .footer-wrapper .footer-top .footer-right .footer-nav-wrapper .footer-nav.social-icons ul li {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.footer_section .footer-wrapper .footer-bottom p {
  color: #282828;
  padding: 10px 25px;
}
.footer_section p {
  color: #ffffff;
  margin: 0;
  padding: 25px 0 20px 0;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  line-height: 23px;
}

/* footer css end */
@media (max-width: 1299px) {
  main .hero-section .hero-container {
    max-width: 100%;
  }
  main .support-system-section .supportSystem-container {
    max-width: 100%;
  }
  main .how-it-works .howItWorks-container {
    max-width: 100%;
  }
  main .how-it-works .howItWorks-container .video-carousel {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  .swiper-pagination-bullets {
    display: block;
  }
  main .how-it-works .howItWorks-container .video-swiper .video-carousel {
    padding-bottom: 40px;
  }
  main .how-it-works .howItWorks-container .close-btn {
    top: 0%;
    right: 0%;
  }
  main .network-marketers .networkMarketers-container .marketers-swiper .marketers-carousel {
    padding-bottom: 50px;
  }
}
@media (max-width: 1024px) {
  .title-wrapper p {
    font-size: 20px;
    line-height: 1.25;
    margin-bottom: 10px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 25px;
  }
  p {
    font-size: 16px;
    line-height: 24px;
  }
  .header_section .container-fluid {
    max-width: 750px;
  }
  .header_section .container-fluid .custom_nav-container.navbar-expand-lg .navbar-brand {
    width: 70px;
  }
  main .hero-section {
    background-position: center left;
  }
  main .hero-section .hero-container .hero-text-wrap h1 {
    font-size: 42px;
  }
  main .hero-section .hero-container .hero-text-wrap h1 sub {
    font-size: 26px;
  }
  main .plan-section .plan-container h2 {
    max-width: 80%;
  }
  .footer_section .footer-wrapper .footer-top .footer-top-wrapper {
    max-width: 750px;
  }
}
@media (max-width: 991px) {
  .hero_area {
    min-height: auto;
  }
  .custom_menu-btn {
    z-index: 9;
    display: flex;
  }
  .custom_menu-btn button {
    margin-top: 0;
    outline: none;
    border: none;
    background-color: transparent;
  }
  .custom_menu-btn button span {
    display: block;
    width: 35px;
    height: 4px;
    background-color: #000000;
    margin: 7px 0;
    transition: all 0.3s;
    border-radius: 5px;
  }
  .custom_menu-btn button span.s-2 {
    transition: all 0.1s;
    margin-left: -5px;
  }
  .custom_menu-btn.menu_btn-style {
    position: fixed;
    right: 15px;
    top: 7px;
  }
  .custom_menu-btn.menu_btn-style button .s-1 {
    transform: rotate(45deg) translateY(16px);
  }
  .custom_menu-btn.menu_btn-style button .s-2 {
    transform: translateX(100px);
  }
  .custom_menu-btn.menu_btn-style button .s-3 {
    transform: rotate(-45deg) translateY(-16px);
  }
  .overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #163357;
    overflow-x: hidden;
    transition: 0.5s;
  }
  .overlay .closebtn {
    position: absolute;
    top: 0;
    right: 30px;
    font-size: 60px;
  }
  .overlay a {
    font-family: "NotoSerif", sans-serif;
    padding: 0px;
    text-decoration: none;
    font-size: 22px;
    color: #7238cb;
    display: block;
    transition: 0.3s;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: bold;
  }
  .overlay .overlay-content {
    position: relative;
    top: 30%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    justify-content: center;
    flex-direction: column;
  }
  .overlay .overlay-content a {
    color: #ffffff;
  }
  .overlay.menu_width {
    width: 100%;
  }
  main .about-section .about-container .about-wrapper {
    flex-direction: column;
    align-items: center;
  }
  main .network-marketers .networkMarketers-container .marketers-carousel .marketer-card .marketer-wrapper h3 {
    font-size: 16px;
    line-height: 24px;
  }
  main .plan-section {
    padding: 60px 0;
  }
  main .plan-section .plan-container .title-wrapper {
    margin-bottom: 16px;
  }
  main .plan-section .plan-container .title-wrapper h2 {
    max-width: 100%;
  }
  main .plan-section .plan-container .plan-content .plan-card h3.plan-card-header {
    padding: 30px 15px;
  }
  main .plan-section .plan-container .plan-content .plan-card .plan-card-body .plan-price .price {
    font-size: 30px;
  }
  main .plan-section .plan-container .plan-content .plan-card .plan-card-body .plan-price .price.strikeThrough {
    font-size: 24px;
  }
  main .support-system-section .supportSystem-container .support-content .support-card .card-text h3 {
    max-width: 100%;
  }
  main .how-it-works {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  main .about-section {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .mobile {
    display: none;
  }
  .header_section .container-fluid .custom_nav-container.navbar-expand-lg .navbar-brand {
    width: 60px;
    margin-left: 5px;
  }
  .header_section.sticky .navbar-brand {
    width: 60px !important;
  }
  main .support-system-section .supportSystem-container .support-content .support-card {
    grid-template-columns: repeat(1, 1fr);
    gap: 35px;
  }
  main .support-system-section .supportSystem-container .support-content .support-card .card-image {
    order: 1;
  }
  main .support-system-section .supportSystem-container .support-content .support-card .card-text {
    order: 2;
  }
  main .support-system-section .supportSystem-container .support-content .support-card .card-text ul.card-text-wrap li {
    justify-content: flex-start;
  }
  main .support-system-section .supportSystem-container .support-content .support-card .card-text h3 {
    max-width: 100%;
    margin-bottom: 23px;
  }
  main .support-system-section .supportSystem-container .support-content .support-card:not(:last-child) {
    margin-bottom: 40px;
  }
  main .hero-section .hero-container .hero-text-wrap h1 {
    font-size: 42px;
  }
  main .hero-section .hero-container .hero-text-wrap h1 sub {
    font-size: 25px;
  }
  main .how-it-works {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  main .plan-section {
    padding: 60px 0;
  }
  main .plan-section .plan-container h2 {
    max-width: 100%;
    font-size: 23px;
  }
  main .plan-section .plan-container h2 span {
    font-size: 20px;
  }
  main .plan-section .plan-container .plan-content {
    gap: 20px;
  }
  main .plan-section .plan-container .plan-content .plan-card .plan-card-body {
    padding: 45px 20px;
  }
  main .plan-section .plan-container .plan-content .payment-wrapper p {
    font-size: 16px;
    line-height: 1.4em;
  }
  main .plan-section .plan-container .plan-content .payment-wrapper .payment-cards {
    gap: 15px;
  }
  main .plan-section .plan-container .plan-content .payment-wrapper .payment-cards a {
    width: 45px;
  }
  main .network-marketers {
    margin-bottom: 60px;
  }
  main .about-section {
    padding: 60px 0;
  }
  h2 {
    font-size: 30px;
  }
  .cursiveText {
    font-size: 35px;
  }
  .footer_section .footer-wrapper .footer-top .footer-top-wrapper {
    gap: 50px;
  }
  .footer_section .footer-wrapper .footer-top .footer-right .footer-nav-wrapper {
    gap: 15px;
  }
}
@media (max-width: 575px) {
  .footer_section .footer-wrapper .footer-top .footer-top-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .footer_section .footer-wrapper .footer-top .footer-right .footer-nav-wrapper {
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
  .footer_section .footer-wrapper .footer-top .footer-right .footer-nav-wrapper .footer-nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }
  .footer_section .footer-wrapper .footer-top .footer-right .footer-nav-wrapper .footer-nav.social-icons p {
    text-align: center;
  }
  main .hero-section {
    background-image: url("../images/responsive-banner.jpg");
    background-position: center bottom;
    padding: 11.8rem 0;
  }
  main .hero-section .hero-container .hero-text-wrap h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  main .hero-section .hero-container .hero-text-wrap h1 sub {
    font-size: 20px;
  }
  main .hero-section .hero-container .hero-text-wrap p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.4em;
  }
  main .plan-section .plan-container .plan-content .plan-card {
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .swiper-button-next {
    right: -90px;
  }
  .swiper-button-prev {
    left: -90px;
  }
}