@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");

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.circle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.blue-circle {
  background-color: #003A8C;
}

.pink-circle {
  border: 1px solid #003A8C;
  border-radius: 100%;
}

.dot-border-line {
  width: 2px;
  height: 255px;
  border-color: #003A8C;
  /* You can customize this color for the line */
  border-style: dotted;
  border-width: 1px;
}

.dot-border .circle:nth-child(1) {
  margin-top: 32px;
}


.pd-t {
  padding-top: 80px;
}

.py-t {
  padding-top: 80px;
  padding-bottom: 80px;
}

header .header-button {
  /* display: none; */
}

* {
  font-family: "Nunito Sans", sans-serif;
  transition: all 0.3s;
  box-sizing: border-box;
}

.p-32 {
  padding: 12px 32px !important;
}

.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;
}

.f-md-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;
}

h2.h2-48.color-pink,
h2.color-pink.h2-48,
h1.h2-48.color-pink,
h1.color-pink.h2-48,
h2.h2-64.color-pink,
h2.color-pink.h2-64,
h1.h2-64.color-pink,
h1.color-pink.h2-64 {
  color: #003a8c;
}

h3.fs-22.color-pink {
  color: #003a8c;
}

.color-light-black,
p {
  color: rgba(0, 0, 0);
}

.color-baby-blue {
  color: #76dbfa;
}

.bg-baby-blue {
  background-color: #76dbfa;
}

.bg-pink {
  background-color: #f72585;
}

.color-tabs {
  /* color: #0d062d !important; */
  color: #000 !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;
}


.accout-open-btn {
  padding: 22px 70px;
}

/* 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;
}

.nav-link.active.null {
  margin-left: 10px;
  background-color: transparent !important;
  border-radius: 10px;
  font-weight: normal;
  color: black !important;
}

.term-bold-text {
  font-size: 40px;
  font-weight: 800;
  line-height: 56px;
}

li.menu-item a {
  list-style: none;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  line-height: 21.82px;
  text-transform: uppercase;
}

li.menu-item {
  list-style: none;
  position: relative;
  max-width: max-content;
}

.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: 60px;
  padding: 10px 0;
}

.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;

}

.header-button:hover {
  color: #f72585 !important;
  background-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;
}


table,
td {
  color: #000;
}

/* 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);
  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: #F2F4F4;
  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: #000;
}

/* 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/UP\ CTA\ Banner.jpg);
  background-size: cover;
  background-position: center;
  border-radius: 20px;
}

/* 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/faq-up.png) !important;
  transform: none !important;
}

.faq-section .accordion-button::after {
  background-image: url(../images/faq-down.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;
  background-color: #0c4391;
  overflow: hidden;
}

.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%); */
  /* background-image: linear-gradient(to right,
  #003a8c 25%,
  #3779cdb5 56%,
  #0658c259 66%,
  #adc9ed66 100%,
  rgba(0, 0, 0, 0) 0); */
}

.hero-bg {
  background-color: #003a8c;
}

/* #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); */
}

.header {
  z-index: 999;
}

.hero-section .content-box,
.all-header-hero .content-box,
.globle-bg .content-box {
  position: absolute;
  top: 50%;
}

.hero-section,
.all-header-hero {
  display: block !important;
}


/* #promotion-card-section .img-box {
  height: 305px;
  background-image: url(../images/Rectangle\ 57.png);
  background-size: cover;
  background-position: center;
} */

/* #promotion-card-section {
  padding: 126px 0;
  margin: 0;
} */

/* <---- Boosetr rewards page ----> */
.booster-hero .content-box {
  /* background-image: url(../images/booster-hero.png); */
  top: 40%;

}

#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;
}

.article-section,
.learn-article-section {
  padding: 80px 0;
}

/* <----- About page ----> */
section#about-hero {
  height: 313px;
}

.about-content-section {
  padding: 73px 0;
}

.modal-backdrop.fade {
  visibility: hidden;
}

/* <----- Referral Page ----> */
.reward-row {
  display: flex;
  gap: 20px;
  align-items: stretch;
  background-color: transparent;
  border-radius: 8px;
  box-shadow: -1px -1px 10px 0px rgba(0,0,0,0.3)
}

.add-mark {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  color: #007bff;
}

/* <----- Referral Page end ----> */

/* <----- Terms and Conditions page ----> */
.reward-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
  table-layout: auto;
  overflow-x: auto;
}

.reward-table th,
.reward-table td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: center;
  min-width: 100px;
  max-width: 600px;
  word-wrap: break-word;
}

.reward-table th {
  background-color: #f0f8ff;
  font-weight: bold;
}

/* <----- Terms and Conditions end ----> */

/* <----- Reward page ----> */
.reward-bg-image {
  background-image: url("../images/reward_img_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cgs-logo {
  max-width: 130px;
}

.up-logo {
  max-width: 90px;
}

.vertical-separator {
  height: 60px;
  border-right: 0.2px solid black;
}

.reward-centered-icon {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.reward-steps-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.reward-step {
  position: relative;
  text-align: center;
  width: 100%;
}

.step-title {
  font-size: 1.8rem;
  color: #003366;
  text-align: center;
  font-weight: 800;
  padding: 1rem 2rem;
}

.reward-step-box {
  background-color: #f0f8ff;
  border: 2px solid #003366;
  border-radius: 6px;
  padding: 5px 20px;
  width: 100%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.reward-step-box p {
  margin: 5px 0;
  font-size: 1.5rem;
  font-weight: bold;
  color: #003366;
}

.reward-step-box-icon {
  padding: 20px !important;
}

.step-icon {
  max-width: 100%;
  height: auto;
  margin: 10px 0;
}

.connector {
  width: 2px;
  background-color: #003366;
  height: 10px;
  position: relative;
}

.connector::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  background-color: #003366;
  border-radius: 50%;
  z-index: 10;
}

.connector::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  background-color: #003366;
  border-radius: 50%;
  z-index: 10;
}

.bg-reward-button {
  background-color: #012c3d;
}

.btn-image {
  max-width: 264px;
  width: 100%;
  height: auto;
  border-radius: 50px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.voucher-image {
  max-width: 192px;
  width: 100%;
  height: auto;
  margin: 0.5rem;
}

.bg-download {
  background-color: #0c4491;
}

.download-text {
  max-width: 100%;
  height: auto;
}

.app-badge {
  max-width: 650px;
  height: auto;
  margin: 1rem;
}

.app-interface-image {
  width: 100%;
  height: auto;
}

/* <----- Reward page end ----> */


/* Footer Start */
footer {
  padding: 50px 0 25px 0;
  border-top: 7px solid #f72585;
  color: #000;
}

.home-footer {
  padding: 50px 0;
}

footer .col-md-4:nth-child(2) h2.info-headings a {
  text-decoration: none;
  color: #000000
}

ul.footer-link {
  padding: 0;
}

h2.footer-heading {
  font-size: 20px;
  line-height: 27.28px;
}

footer p {
  color: rgba(0, 0, 0);
}

.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: 20px;
  line-height: 21.82px;
  margin-bottom: 14px;
}

footer ul li a {
  text-decoration: none;
  color: rgba(0, 0, 0);
  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); */
  color: #000;
  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);
}


@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 (max-width: 1200px) {

  li.menu-item {
    margin: 15px 0;
  }
}

@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;
  }

  .dot-border-line {
    height: 160px;
  }
}

@media screen and (max-width: 992px) {
  section.tn-section .box .d-flex.gap-4 {
    justify-content: center;
    gap: 10px !important;
  }

  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%;
    position: relative;
    left: 20px;
  }

  .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;
    line-height: 38px;
  }

  .h2-48 {
    font-size: 32px;
    /* line-height: 32px; */
  }

  .pd-t {
    padding-top: 40px;
  }

  .py-t {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h2-32 {
    font-size: 24px;
  }

  .h2-20 {
    font-size: 18px !important;
    line-height: 20px;
  }

  .p-24 {
    font-size: 18px;
    line-height: 24px;
  }

  .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: 200px;
  }

  .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;
  }

  .tn-section .box {
    background: #4889ff;
  }
}

@media only screen and (min-width: 992px) {
  .hero-detail p {
    width: 514px;
  }

  #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;
  }


}

@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 {
    max-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: 50px !important;
    font-size: 50px;
  }

  .product-hero .content-box h2 {
    line-height: 67px;
  }

  .article-section img {
    /* max-height: 500px; */
    object-fit: contain;
  }

  .f-md-800 {
    font-weight: 800;
  }
}

@media only screen and (max-width: 768px) {
  .accout-open-btn {
    padding: 10px 20px;
  }

  h2.color-pink.mb-5 {
    margin-bottom: 5px !important;
  }

  .new-h1,
  h1 {
    /* font-size: 28px !important;
  font-weight: bold; */
  }

  .new-h2,
  h2.color-pink,
  h3.color-light-blue {
    font-size: 30px !important;
    line-height: 1.1em !important;
    font-weight: 800 !important;
  }

  .new-h3 {
    font-size: 18px !important;
    line-height: 1.16em !important;
    /* font-weight: 600 !important; */
  }

  .main .container {
    padding: 0 20px !important;
  }

  .dot-border-line {
    height: 80px;
  }

  .dot-border .circle:nth-child(1) {
    margin-top: 0;
  }

  .hero-section .content-box,
  .all-header-hero .content-box,
  .globle-bg .content-box {
    top: 30%;
  }

  .level-up-section .img-box {
    height: inherit;
  }

  .learn-article-section img {
    width: 100%;
  }

  .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: -20%;
  }

  .header img {
    width: 33.34px;
    height: 24px;
  }

  .tn-section .content-box h2 {
    font-size: 35px;
  }

  /* 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;
    background-position: left;
  }

  .article-section,
  .learn-article-section {
    padding: 40px 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;
  }

  .reward-row {
    flex-direction: column;
  }

  .instruction-step {
    margin: 1rem;
  }

  .step-content {
    font-size: 1.2rem;
  }

  .invitation-img {
    width: 100%;
  }

  .invitation-title {
    margin: 2rem;
  }

  .reward-table thead {
    display: none;
  }

  .reward-table tr {
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc;
    margin-bottom: 1rem;
    padding: 10px;
  }

  .reward-table td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 10px;
    border: none;
    border-bottom: 1px solid #eee;
    width: 100%;
  }

  .reward-table td::before {
    content: attr(data-label);
    font-weight: bold;
    color: #333;
  }

  .reward-step-box p {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .hero-detail p {
    width: 327px;
    height: 204px;
  }
}

@media screen and (max-width: 480px) {
  section.tn-section .box .d-flex.gap-4 {
    gap: 6px !important;
  }

  .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;
  }

  .dot-border-line {
    height: 45px;
  }

  .circle {
    height: 10px;
    width: 10px;
  }

}

@media screen and (max-width: 1440px) and (min-width: 769px) {
  .main .container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 80px !important;
  }
}