@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");

/* Abeezee font */
@import url("https://fonts.googleapis.com/css2?family=ABeeZee:ital@0;1&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  font-family: "Nunito Sans", sans-serif;
  transition: all 0.3s;
  box-sizing: border-box;
}
.globle-bg {
  background-color: #0c4391 !important;
}
.w-90 {
  width: 90%;
}
.w-80 {
  width: 80%;
}
.w-70 {
  width: 70%;
}
.w-60 {
  width: 60%;
}
.w-40 {
  width: 40%;
}
.w-30 {
  width: 90%;
}
.w-50 {
  width: 50% !important;
}
.fw-800 {
  font-weight: 800;
}
.fw-900 {
  font-weight: 900 !important;
}
.p-24 {
  font-size: 24px;
  line-height: 32px;
}
.p-16 {
  color: rgba(0, 0, 0, 0.5);
}
.p-14 {
  font-size: 14px;
  line-height: 22.4px;
}
.h2-64 {
  font-size: 64px;
  line-height: 87.3px;
  font-weight: 800;
}
.h2-48 {
  font-size: 48px;
  line-height: 65px;
}
.h2-32 {
  font-size: 32px;
  line-height: 26px;
}
.h2-24 {
  font-size: 24px;
  line-height: 32px;
}
.h2-20 {
  font-size: 20px !important;
  line-height: 27.28px;
}
.fs-18 {
  font-size: 18px !important;
  line-height: 28.8px;
}
.fs-22 {
  font-size: 22px !important;
  line-height: 35.5px;
}
.color-card {
  color: #8e8e8e;
}
.color-white-button {
  color: #012a64;
}
.color-pink {
  color: #f72585;
}
.color-light-black,
p {
  color: rgba(0, 0, 0, 0.5);
}
.color-baby-blue {
  color: #76dbfa;
}
.bg-baby-blue {
  background-color: #76dbfa;
}
.bg-pink {
  background-color: #f72585;
}
.color-tabs {
  color: #0d062d !important;
}
.color-promotion {
  color: #2d2e2d;
}
.color-blue {
  color: #0c4391;
}
.color-light-blue {
  color: #003a8c;
}
.card-border {
  border: 1px solid #d4d4d4 !important;
}
.blue-border {
  border: 1px solid #003a8c;
}
.bg-blue-white {
  background-color: #f0f3f8;
}
.rounded-32 {
  border-radius: 32px !important;
}
.rounded-20 {
  border-radius: 20px;
}
.rounded-16 {
  border-radius: 16px;
}
.rounded-15 {
  border-radius: 15px;
}
.rounded-10 {
  border-radius: 10px;
}
.rounded-top-10 {
  border-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.table-border-b {
  border: none !important;
  border-bottom: 1px solid #d4d4d4 !important;
}
.border-none {
  border: none !important;
}
.border-baby-blue {
  border: 1px solid #76dbfa !important;
}
.z-index-0 {
  z-index: 0;
}
.z-index-1 {
  z-index: 1;
}
.z-index-9 {
  z-index: 99999 !important;
}

/* Header start */
.nav-link.active img {
  display: inline-block;
}
.nav-link img {
  display: none;
}
.header img {
  width: 51px;
  height: 36px;
}
.nav-link {
  padding: 16px !important;
}
.nav-link span {
  margin-left: 10px;
}
.nav-link.active span {
  margin: 0;
}
.tab-pane li {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
}
.nav-link.active,
.first-box-2 .accordion-header.mobile-accordions button.accordion-button {
  background-color: #f72585 !important;
  border-radius: 10px;
  font-weight: 800;
  color: #ffffff !important;
}
.term-bold-text {
  font-size: 40px;
  font-weight: 800;
  line-height: 56px;
}
li.menu-item a {
  list-style: none;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  line-height: 21.82px;
  text-transform: uppercase;
}
li.menu-item {
  list-style: none;
  position: relative;
}
.header li.menu-item::after,
.header .active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  display: none;
  left: 0;
  bottom: -2px;
  background-color: #f72585;
  transition: all 0.3s;
}
.active::after {
  display: block !important;
}
.header .active,
.header li.menu-item:hover > a {
  font-weight: 800 !important;
}
.header li.menu-item:hover::after {
  display: block;
  font-weight: 800 !important;
}
.header ul {
  gap: 30px;
}
.button,
.header-button,
.pink-button {
  padding: 10px 20px;
}
.header-button,
.pink-button {
  color: white;
  background-color: #f72585;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  border: 1px solid #f72585;
}
/* .header-button:hover,
.pink-button:hover {
  background-color: #fff;
  color: #f72585 !important;
} */
.header-button {
  line-height: normal;
  width: 153px;
  height: 42px;
}
.header-button:hover {
  background-color: #f72585 !important;
  color: white !important;
}

/* mobile menu */
/* .modal.fade .modal-dialog { */
/* transform: translateX(-105%) !important; */
/* } */
/* .modal.show .modal-dialog {
  transform: none !important;
} */
.mobile-menu [data-bs-toggle="modal"],
.mobile-menu .btn-close {
  background-color: #f72585;
  color: white;
  opacity: 1;
}
.mobile-menu [data-bs-toggle="modal"]:hover,
.mobile-menu .btn-close:hover {
  background-color: white !important;
  color: #f72585;
}

/* Hero section */
h2.hero-heading {
  font-size: 60px;
  font-weight: 500;
  line-height: 67px;
  text-transform: capitalize;
}
.hero-section p {
  font-size: 10px;
  line-height: 16px;
}
img.hero-img {
  margin-bottom: 60px;
}
section.hero-section,
.hero-right-inner-2 {
  position: relative;
}
.hero-right-inner-2 img {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.hero-left .d-flex div:nth-child(1) {
  padding: 0 0 50px 0;
}

/* Level up section */
.level-up-section {
  margin: 38px 0 0 0;
  padding: 16px 0 0 0;
}
.level-top-box p {
  color: rgba(0, 0, 0, 0.5);
  width: 60%;
  margin: 0 auto;
  display: block;
}
.level-up-section .level-center-box {
  margin: 54px 0 20px 0;
}
.level-up-section .level-center-box .col-md-6,
.col-border,
.nor-border {
  border: 1px solid rgba(0, 0, 0, 0.16) !important;
}
.level-up-section .level-h2 {
  font-size: 24px;
  line-height: 32px;
  color: rgba(0, 58, 140, 1);
}
.level-up-section .heding-iocn-box i {
  border: 2px solid #f72585;
  padding: 17px 15px 15px 17px;
  width: 54px;
  height: 54px;
}
.level-up-section .level-center-box .img-box {
  background-color: #4889ff;
  height: 500px;
}
.level-bottom-box .img-box {
  height: 350px;
}
.level-up-section .img-box:nth-child(1) img,
.level-bottom-box .img-box img {
  width: 100%;
}
.level-bottom-box .pink-button {
  padding: 14px 0;
  width: 174px;
  font-size: 14px;
}
.level-bottom-box .pink-button:hover {
  color: white !important;
  background-color: #f72585;
}

/*  Where section  */
.where-section {
  padding: 64px 0 72px 0;
}
.where-bottom .box {
  border: 1.5px solid #f5f5f5;
  padding: 32px;
}
.where-bottom .box img {
  width: 328px;
  height: 278px;
}
.where-section .wh-bt-content h2 {
  font-size: 18px;
  line-height: 26px;
}
.wh-bt-content h2,
.wh-bt-content p {
  color: #0d062d;
}

/* take  next */
section.tn-section button {
  width: 196px;
  height: 42px;
  line-height: normal;
}
.tn-section {
  margin: 0 0 40px 0;
}
.tn-section .box {
  background-image: url(../images/Pattern.png);
  background-color: #4889ff;
  padding: 50px 0;
}

/* FAQ section */
.faq-section {
  padding: 40px 0;
  margin: 40px;
}
#home-faq-section {
  margin: 38px 0;
  padding: 39px 0;
}
.faq-section .accordion-button {
  justify-content: space-between;
  font-weight: 500;
}
.faq-section .accordion-item {
  padding: 14px 20px;
  margin: 20px 0;
  border-radius: 15px !important;
}
.faq-section .accordion-button:not(.collapsed)::after {
  background-image: url(../images/up-icon.png) !important;
  transform: none !important;
}
.faq-section .accordion-button::after {
  background-image: url(../images/down-icon.png) !important;
}
.faq-section .accordion-button:not(.collapsed) {
  box-shadow: none; 
  background-color: transparent !important;
  box-shadow: none !important;
}
.faq-section .accordion-button:focus,
.faq-section .accordion-button:focus-visible {
  border: none;
  box-shadow: none !important;
}
.view-more a {
  text-underline-offset: 7px;
}

/* <---- product page ----> */
.all-header-hero {
  height: 503px;
  background-position-x: right;
  background-repeat: no-repeat;
}
.product-hero {
  background-image: url(../images/product-hero.png);
}
.hero-overlay {
  background-image: linear-gradient(
    to right,
    #003a8ce3 25%,
    #3779cdb5 50%,
    #0658c259 60%,
    #adc9ed66 70%,
    rgba(0, 0, 0, 0) 101%
  );
}
#save-up-section {
  padding: 38px 0 25px 0;
}
.dollar-section {
  padding-bottom: 126px;
}

/* <---- Pricing page ----> */
.pricing-hero {
  background-image: url(../images/price-new-hero.png);
}
.t-price {
  margin: 38px 0 114px 0;
  padding: 65px 0 38px 0;
  color: black;
}
.t-price-table-box-2 {
  padding: 128px 0 0 0;
}
.t-price table {
  font-size: 18px;
  line-height: 28.8px;
}

/* <----- Learn page ----> */
.learn-hero {
  background-image: url(../images/Mask-group.png);
}
#myTab .nav-link.active {
  background: #76dbfa !important;
}
#myTab .nav-link {
  color: #0d062d !important;
  padding: 12px 40px !important;
}
#investing-section .tab-content .tab-card,
#promotion-card-section .tab-content .tab-card {
  width: 46.5%;
}

/* <----- General article page ----> */
#general-article-section {
  margin: 80px 0 108px 0;
}

/* <----- Promotion page -----> */
.promotion-hero {
  background-image: url(../images/promotion-hero.png);
}
#promotion-card-section .img-box {
  height: 305px;
}
#promotion-card-section {
  padding: 126px 0;
  margin: 0;
}

/* <---- Boosetr rewards page ----> */
.booster-hero {
  background-image: url(../images/booster-hero.png);
}
#booster-hero .h2-64 {
  line-height: 67px;
}
#reward-section {
  margin: 114px 0 0 0;
}
#reward-section .content-box {
  padding: 40px 83px 23px 102px;
  background-color: #f0f3f8;
}
#reward-section .icons-box-2 {
  transform: rotate(90deg);
}

/* <----- FAQ page ----> */
.faq-hero {
  background-image: url(../images/Clip-path-group.png);
  background-position-x: 80%;
  background-position-y: bottom;
}
#faq-page-section #faqaccordionExample > .accordion-item,
#faq-page-section #myTabContent .accordion-item {
  border-radius: 0px !important;
  padding: 0 17px;
}
#faq-page-section .accordion-button {
  padding: 24px 0;
}
#faq-page-section .accordion-button::after {
  background-image: url(../images/faq-down.png) !important;
}
#faq-page-section .accordion-button:not(.collapsed)::after {
  background-image: url(../images/faq-up.png) !important;
}
#faq-page-section [aria-expanded="true"] {
  font-weight: 700 !important;
}
#faq-page-section .first-box #myTab [aria-selected="true"] {
  color: #f72585 !important;
  font-weight: 400 !important;
}
#faq-page-section .first-box ul li {
  list-style: none;
  cursor: pointer;
}
.faq-page-section {
  padding: 26px 0 53px 0;
  margin: 38px 0;
}
#select {
  outline: none;
  border: none;
  background-color: #f7258587;
  padding: 15px 0;
}

/* <----- About page ----> */
section#about-hero {
  height: 313px;
}
.about-content-section {
  padding: 73px 0;
}
.term-about-content-section {
  padding: 72px 0 112px 0;
}

/* Footer Start */
footer {
  padding: 50px 0;
  border-top: 7px solid #f72585;
  color: #000;
}
ul.footer-link {
  padding: 0;
}
h2.footer-heading {
  font-size: 20px;
  line-height: 27.28px;
}
footer p {
  color: rgba(0, 0, 0, 0.5);
}
.footer-one .icons i {
  font-size: 20px;
  background-color: rgba(0, 58, 140, 1);
  padding: 10px;
  border-radius: 100%;
  color: white;
}
.footer-heading span {
  font-size: 18px;
  font-weight: 700;
  line-height: 25.18px;
  text-align: left;
}
#footer-accordion #footer-faq-icon:not(.collapsed)::after {
  background-image: url(../images/faq-down.png) !important;
}
#footer-accordion #footer-faq-icon::after {
  background-image: url(../images/faq-down.png) !important;
}
h2.info-headings {
  font-size: 16px;
  line-height: 21.82px;
  margin-bottom: 14px;
}
footer ul li a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
  font-family: "ABeeZee", sans-serif;
  line-height: 18.91px;
}
.footer-description-col p {
  font-size: 10px;
  line-height: 16x;
  color: rgba(0, 0, 0, 0.5);
  padding: 35px 0 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.footer-copyright-col h2 {
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.5);
}


@media only screen and (min-width: 1440px) {
  .container {
    max-width: 1240px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
  }
  .level-up-section .level-center-box {
    justify-content: center !important;
    gap: 1.2rem !important;
  }
  .level-center-box .col-border {
    width: 610px !important;
    padding: 24px 23px !important;
  }
  .level-center-box .heding-iocn-box {
    height: 141px;
  }
  .level-up-section .level-center-box .img-box {
    margin-top: 32px;
  }
  .level-top-box h2 {
    width: 978px;
  }
}

@media only screen and (min-width: 1400px) {
  .level-up-section .level-center-box {
    justify-content: center !important;
    gap: 1.2rem !important;
  }
  .level-center-box .col-border {
    width: 610px !important;
  }
}
@media only screen and (min-width: 1092px) {
  .create-sv-section .row {
    max-width: 1092px !important;
    width: 100% !important;
  }
}

@media only screen and (max-width: 1024px) {
  .dollar-img-box img {
    width: 80%;
  }
  #reward-section .content-box {
    padding: 60px;
  }
}

@media screen and (max-width: 992px) {
  h2.hero-heading {
    font-size: 30px;
    line-height: 37px;
  }
  .hero-left .d-flex div:nth-child(1) {
    padding: 0 0 20px 0;
  }
  .hero-right-inner-1 img {
    width: 150%;
  }
  .playe-img-col img,
  .app-img-col img {
    width: 150px;
  }

  /* level up */
  .level-top-box h2,
  .h2-64,
  #booster-hero .h2-64 {
    font-size: 40px !important;
    line-height: 38px;
  }
  .h2-48 {
    font-size: 32px;
    line-height: 32px;
  }
  .h2-32 {
    font-size: 24px;
  }
  .h2-20 {
    font-size: 18px !important  ;
    line-height: 20px;
  }
  .fs-22 {
    font-size: 18px !important;
    line-height: 25.5px;
  }
  .fs-18 {
    font-size: 16px !important;
    line-height: 22.8px;
  }
  .level-top-box p {
    width: 100%;
  }
  .level-up-section .level-center-box .img-box,
  .level-up-section .img-box {
    height: 300px;
  }
  .level-up-section .level-center-box .img-box {
    margin: 0 !important;
  }
  .level-up-section .level-center-box {
    margin: 20px 0;
  }
  .level-center-box .col-border {
    width: 48.5% !important;
  }

  /* faq section */
  .faq-section .where-top p {
    width: 100% !important;
  }

  /* <--- Product page ---> */
  .dollar-section {
    padding-bottom: 60px;
  }

  /* General Artical page */
  #general-article-section {
    margin: 50px 0;
  }

  .scen-section {
    margin: 50px 0 20px;
  }
}

@media only screen and (min-width: 992px) {
  .hero-detail p {
    width: 514px;
  }
  .tn-section .content-box {
    width: 80%;
  }
  .tn-section .content-box p {
    width: 55%;
  }
  #reward-section .col-lg-3 {
    width: 29%;
  }
  #reward-section .col-1 {
    width: 6.33%;
    padding: 0 5px;
  }
  .scen-section {
    margin: 62px 0 294px 0;
  }
  .booster-faq .container,
  #home-faq-section .container,
  #general-article-section .container {
    max-width: 960px;
  }
  .booster-faq {
    padding: 83.5px 0;
    margin: 0 0 31px 0;
  }
  .about-hero .h2-64 {
    line-height: 67px;
  }
}

@media only screen and (min-width: 768px) {
  .level-center-box .col-border {
    width: 49.2%;
  }
  .where-bottom .box {
    width: 31.62%;
  }
  .create-sv-section .hover-img-col {
    opacity: 0.3;
  }
  .create-sv-section .box-opacity {
    opacity: 1;
  }
  .level-top-box {
    padding: 0 100px;
  }
  .level-top-box h2 {
    line-height: 51px;
    margin: 0 auto !important;
  }
  .level-top-box p {
    width: 635px;
    height: 50px;
    line-height: 18px;
  }
  .faq-page-section .accordion-body {
    padding-top: 0;
  }
  .footer-one .icons {
    padding: 30px 0 0 0;
  }
  .tn-section .content-box h2 {
    line-height: 71px !important;
  }
}

@media only screen and (max-width: 768px) {
  .mobile-menu button.btn {
    padding: 0;
    width: 32px;
    height: 32px;
  }
  .modal-header {
    padding: 28px 20px 28px 12px !important;
  }
  .hero-section {
    padding: 40px 0 0 0;
  }
  .hero-right-inner-1 img {
    width: 100%;
  }
  .hero-right-inner-2 img {
    left: -30%;
  }
  .header img {
    width: 33.34px;
    height: 24px;
  }

  /* level up */
  .level-center-box .col-border,
  #investing-section .tab-card,
  #promotion-card-section .tab-card {
    width: 100% !important ;
  }

  /* where */
  .where-bottom .box {
    width: 100%;
  }
  .where-section {
    padding: 50px 0 20px 0;
  }

  /* take next */
  .tn-section .box {
    padding: 30px 0;
  }

  /* FAQ  */
  #home-faq-section,
  .faq-section {
    margin: 0;
  }
  .accordion-item {
    padding: 0 20px;
  }
  .accordion-button::after {
    margin-left: 10px !important;
  }
  .accordion-body {
    padding-top: 0 !important;
  }

  /* <--- Product page  ---> */
  .hero-overlay {
    background: #003a8c;
    opacity: 0.5;
  }
  .all-header-hero {
    height: 300px !important;
    background-size: cover;
  }
  .dollar-img-box img {
    width: 100%;
  }

  /* <--- Pricing page  ---> */
  #t-price table,
  #t-price table tr,
  #t-price table th,
  #t-price table td {
    border: 1px solid #d4d4d4 !important;
    border-collapse: collapse;
    line-height: 16px;
    font-size: 12px;
  }
  .t-price,
  #promotion-card-section {
    margin: 60px 0;
    padding: 0;
  }
  .t-price-table-box-2 {
    padding: 50px 0 0 0;
  }
  #myTab .nav-link {
    font-size: 14px !important;
    padding: 7px 13px !important;
  }
  #myTab {
    justify-content: center;
  }

  /* General Artical page */
  #general-article-section .container {
    padding: 0 12px;
  }
  #reward-section .row {
    margin: 0;
  }
  /* FAQ */
  #faq-hero {
    background-size: unset;
  }
  .faq-section .accordion-item {
    padding: 0 10px;
    border-radius: 0 !important;
  }
  #faq-page-section #myTabContent .accordion-item {
    padding: 0 !important;
  }
  #faq-page-section .accordion-button {
    justify-content: space-between;
    padding: 12px 0;
  }

  /* About page */
  section#about-hero {
    min-height: 213px;
  }
  .term-about-content-section,
  .about-content-section {
    padding: 50px 0;
  }

  #reward-section {
    margin: 60px 0 0 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .hero-detail p {
    width: 327px;
    height: 204px;
  }
}

@media screen and (max-width: 480px) {
  .playe-img-col img,
  .app-img-col img {
    width: 130px;
  }
  .hero-left .d-flex div:nth-child(1) {
    padding: 0 0 10px 0;
  }
  /* learn page */
  #myTab .nav-link {
    font-size: 11px !important;
  }
  #reward-section .content-box {
    padding: 30px 20px;
  }
}
