* {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a:hover {
  text-decoration: none;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  background: #f5f5f5;
  line-height: 1.1;
}

/* ========================= Start Re-usable CSS ============================*/
.page-cover {
  background: #fff;
  padding: 50px;
  margin: 50px auto;
}

@media screen and (max-width: 992px) {
  .page-cover {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .page-cover {
    padding: 30px 20px;
  }
}

.page-title {
  font-style: normal;
  font-weight: 800;
  font-size: 60px;
  line-height: 113.5%;
  background: radial-gradient(85.19% 555.1% at 97.72% 72.91%, #5948a7 0%, #9d87ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

@media screen and (max-width: 768px) {
  .page-title {
    font-size: 25px;
    text-align: center;
  }
}

.crypto-project {
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 113.5%;
  background: radial-gradient(85.19% 555.1% at 97.72% 72.91%, #aa97ff 0%, #6d59cb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

@media screen and (max-width: 768px) {
  .crypto-project {
    font-size: 25px;
    text-align: center;
  }
}

.articleFont {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.5;
  color: #1B1B1B;
}

@media screen and (max-width: 992px) {
  .articleFont {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .articleFont {
    font-size: 16px;
    font-weight: 500;
  }
}

/* ========================= End Re-usable CSS ============================*/
/* ========================= Start Page 1 ============================*/
.heroBg {
  background: url(../images/landing-bg.png);
  background-size: cover;
  background-position: bottom center;
  width: 100%;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .heroBg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.hero-logo {
  max-height: 68vh;
  max-width: 90%;
  margin: auto 5%;
}

.hero-caption {
  font-size: 22px;
  color: #505050;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .hero-caption {
    font-size: 18px;
  }
}

.sango-url {
  display: none;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(22.04%, #9d87ff), color-stop(65.74%, #7258eb));
  background: linear-gradient(360deg, #9d87ff 22.04%, #7258eb 65.74%);
  border: 1px solid #a5a5a5;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 400px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 700;
  color: #fff;
  border-radius: 15px;
}

.sango-url a {
  padding: 15px 25px;
  display: block;
  font-size: 42px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .sango-url a {
    width: 90%;
    padding: 10px 15px;
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .sango-url {
    width: 90%;
  }
}

/* ========================= End Page 1 ============================*/
/* ========================= Start Page 2 ============================*/
.label-bg {
  background: linear-gradient(92.18deg, #d1c6ff 5.84%, #8d73ff 92.49%);
  border-radius: 15px;
  padding: 2px 10px 5px 10px;
  color: #fff;
  line-height: 1;
  margin: 2px;
  font-size: 90%;
}

.heading-big {
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 113.5%;
  background: radial-gradient(85.19% 555.1% at 97.72% 72.91%, #aa97ff 0%, #6d59cb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

@media screen and (max-width: 992px) {
  .heading-big {
    font-size: 34px;
  }
}

@media screen and (max-width: 768px) {
  .heading-big {
    font-size: 25px !important;
    text-align: center !important;
  }
}

/* ========================= End Page 2 ============================*/
/* ==========================  Page 3 and 4 ====================*/
.sango-text {
  font-weight: 700;
  font-size: 34px;
  background: radial-gradient(44.55% 277.15% at 57.09% 70.47%, #5948a7 0%, #9d87ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .sango-text {
    text-align: center !important;
    font-size: 25px;
  }
}

.sango-section {
  background: radial-gradient(101.13% 101.13% at -5.01% -4.5%, #efebff 0%, #8f79f9 25.67%, #8a7bd2 71.81%), url(../images/card-bg.png);
  border-top-left-radius: 38px;
  border-bottom-left-radius: 38px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

@media screen and (max-width: 768px) {
  .sango-section {
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .sango-section {
    border-bottom-right-radius: 38px !important;
    border-top-right-radius: 38px !important;
  }
}

.sango-section .sango-section-inner {
  background-image: url(../images/card-bg.png);
  min-height: 348px;
  padding: 40px;
  background-size: cover;
}

@media screen and (max-width: 992px) {
  .sango-section .sango-section-inner {
    min-height: 348px;
    padding: 28px;
  }
}

@media screen and (max-width: 767px) {
  .sango-section .sango-section-inner {
    border-radius: 38px;
    min-height: auto;
    padding: 30px 20px;
  }
}

@media screen and (max-width: 768px) {
  .sango-section {
    border-radius: 38px;
    min-height: auto;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .sango-img {
    padding: 0 20px 0 20px !important;
  }
}

.objective-btn {
  background-color: #2800e0;
  color: #fff;
  padding: 10px 15px 10px 15px;
  border-radius: 38px;
  border-radius: 38px;
  text-align: center;
  border: 0;
}

.objective-btn :focus {
  outline: none !important;
}

.text-white {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .text-white {
    font-weight: 500;
    font-size: 16px;
  }
}

.img-fluid-sango {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 470px;
  border-radius: 24px;
}

.card-new {
  background-color: #baaaff;
  border: 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .card-new .card-text {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .card-new {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  .card-objective {
    margin-top: 30px !important;
  }
}

.button3 {
  border-radius: 38px;
  padding: 10px 15px 10px 15px;
  border: none;
  background-color: #fff;
  color: #634bd7;
  margin-bottom: 20px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
}

.button3 :focus {
  outline: none !important;
  outline: 0px auto -webkit-focus-ring-color !important;
}

/* ========================== # Page 3 and 4 ====================*/
/* ========================= Start Page 5 & 6 ============================*/
@media screen and (max-width: 768px) {
  .block-bg {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .first-round,
  .first-round-tow {
    display: none;
  }
}

.step-round-1 {
  background: #fff;
  padding: 30px;
}

@media screen and (max-width: 768px) {
  .step-round-1 {
    padding: 0px;
  }
}

.step-1-round-border {
  background: -webkit-gradient(linear, left top, right top, from(#dbdbfe), to(#9d87ff));
  background: linear-gradient(to right, #dbdbfe, #9d87ff);
  padding: 30px 30px 30px 0px;
  border-radius: 0px 1000px 1000px 0px;
}

.step-1-round-border .step-round-1 {
  border-radius: 0px 1000px 1000px 0px;
}

@media screen and (max-width: 768px) {
  .step-1-round-border .step-round-1 {
    border-radius: 0px;
    margin-left: 0px;
    padding-bottom: 50px;
  }
}

.step-1-round-border .block-bg {
  background: #fff;
  position: absolute;
  width: 35%;
  height: 30px;
  z-index: 1;
}

.step-1-round-border .first-round {
  position: absolute;
  left: -15px;
  top: -12px;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background: radial-gradient(89.04% 89.04% at 7.89% 10.96%, #8F79F9 0%, #3720A8 100%);
}

@media screen and (max-width: 768px) {
  .step-1-round-border {
    padding: 0px 0px 0px 0px;
  }
}

.step-2-round-border {
  background: -webkit-gradient(linear, left top, right top, from(#dbdbfe), to(#a998ff));
  background: linear-gradient(to right, #dbdbfe, #a998ff);
  padding: 30px 0px 30px 30px;
  border-radius: 1000px 0px 0px 1000px;
  width: 70%;
  margin-left: 10%;
  margin-top: -30px;
  z-index: 2;
}

.step-2-round-border .step-round-1 {
  border-radius: 1000px 0px 0px 1000px;
  padding-left: 50px;
}

@media screen and (max-width: 992px) {
  .step-2-round-border .step-round-1 {
    width: 110%;
  }
}

@media screen and (max-width: 768px) {
  .step-2-round-border .step-round-1 {
    padding: 0px 0px 0px 0px;
    border-radius: 0px;
    width: 100%;
    padding: 0px;
  }
}

.step-2-round-border .first-round {
  position: absolute;
  right: 35px;
  top: -12px;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background: radial-gradient(89.04% 89.04% at 7.89% 10.96%, #8F79F9 0%, #3720A8 100%);
}

.step-2-round-border .first-round-tow {
  position: absolute;
  left: 20%;
  bottom: -12px;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background: radial-gradient(89.04% 89.04% at 7.89% 10.96%, #8F79F9 0%, #3720A8 100%);
}

@media screen and (max-width: 992px) {
  .step-2-round-border {
    width: 80%;
    margin-left: 2%;
  }
}

@media screen and (max-width: 768px) {
  .step-2-round-border {
    padding: 0px 0px 0px 0px;
    border-radius: 0px;
    margin-left: 0px;
    width: 100%;
  }
}

.step-3-round-border {
  background: -webkit-gradient(linear, left top, right top, from(#a998ff), to(#a998ff));
  background: linear-gradient(to right, #a998ff, #a998ff);
  border-radius: 0px 1000px 1000px 0px;
  padding: 30px 30px 30px 0px;
  width: 92%;
  margin-left: 0%;
  margin-top: -30px;
  z-index: 1;
}

.step-3-round-border .step-round-3 {
  border-radius: 0px 1000px 1000px 0px;
  background: #fff;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-right: 10%;
}

@media screen and (max-width: 768px) {
  .step-3-round-border .step-round-3 {
    padding: 0px 0px 0px 0px;
    border-radius: 0px;
    padding-top: 30px;
  }
}

.step-3-round-border .block-bg {
  background: #fff;
  position: absolute;
  width: 35%;
  height: 30px;
  z-index: 1;
  top: 0px;
}

.step-3-round-border .first-round {
  position: absolute;
  right: 40%;
  bottom: -12px;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background: radial-gradient(89.04% 89.04% at 7.89% 10.96%, #8F79F9 0%, #3720A8 100%);
}

@media screen and (max-width: 992px) {
  .step-3-round-border {
    width: 98%;
  }
}

@media screen and (max-width: 768px) {
  .step-3-round-border {
    padding: 0px 0px 0px 0px;
    border-radius: 0px;
    margin-left: 0px;
    margin-top: 0px;
  }
}

.date-block-cover {
  background: #fff;
  -webkit-box-shadow: 12px 14px 24px rgba(0, 0, 0, 0.09);
          box-shadow: 12px 14px 24px rgba(0, 0, 0, 0.09);
  border-radius: 25px;
  padding: 25px;
  max-width: 550px;
}

@media screen and (max-width: 768px) {
  .date-block-cover b {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
  }
}

@media screen and (max-width: 576px) {
  .date-block-cover {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px;
  }
}

.date-block {
  background: radial-gradient(96.68% 96.78% at -5.01% -4.5%, #a797f7 15.35%, #a394ec 54.76%, #5844bd 100%);
  border-radius: 16px;
  padding: 15px;
  width: 100px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-right: 25px;
}

@media screen and (max-width: 576px) {
  .date-block {
    width: auto;
    padding: 5px 15px;
    font-size: 14px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .date-block br {
    display: none;
  }
}

.year-end {
  background: linear-gradient(356.72deg, #8267ff -42.94%, #f5f3ff 133.34%);
  -webkit-backdrop-filter: blur(21px);
          backdrop-filter: blur(21px);
  border-radius: 52px;
  font-weight: 700;
  padding: 10px 35px;
  font-size: 22px;
}

@media screen and (max-width: 992px) {
  .year-end {
    font-size: 20px;
  }
}

@media screen and (max-width: 576px) {
  .year-end {
    font-size: 15px;
    border: 10px;
  }
}

.premises-inner {
  margin-top: 15px;
  margin-left: -135px;
}

.premises-inner h3 {
  font-size: 34px;
  font-weight: 800;
  margin-right: 15px;
  background: radial-gradient(85.19% 555.1% at 97.72% 72.91%, #5948a7 0%, #9d87ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

@media screen and (max-width: 992px) {
  .premises-inner h3 {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .premises-inner h3 {
    font-size: 24px;
    margin-top: 8px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 992px) {
  .premises-inner {
    margin-left: -50px;
  }
}

@media screen and (max-width: 768px) {
  .premises-inner {
    margin-left: 0px;
  }
}

.step-text-bg-gredient {
  line-height: 1.2;
  max-width: 500px;
  background: radial-gradient(317.36% 145.97% at 5.8% 103.79%, #d4cbff 0%, rgba(137, 117, 233, 0.99132) 36.16%, #3e2b98 100%);
  border-radius: 15px;
  padding: 25px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .step-text-bg-gredient b {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
  }
}

/* ========================= End Page 5 & 6 ============================*/
/* ========================= Start Page 7 ============================*/
.sango-text.bangui-heading {
  padding: 35px;
  font-size: 42px;
}

@media screen and (max-width: 992px) {
  .sango-text.bangui-heading {
    margin-bottom: -20px;
  }
}

@media screen and (max-width: 768px) {
  .sango-text.bangui-heading {
    font-size: 25px !important;
    font-weight: 700;
  }
}

/* ========================= End Page 7 ============================*/
/*==============================  Page 8 CSS ========================= */
.bitcoin-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.bitcoin-section .title {
  font-weight: 700;
  font-size: 25px;
  color: #1b1b1b;
}

.bitcoin-section .quotes-section {
  background: #f7f7f7;
  -webkit-box-shadow: 12px 14px 24px #00000021;
          box-shadow: 12px 14px 24px #00000021;
  border-radius: 15px;
  padding: 20px 30px;
  width: 88%;
  position: relative;
}

@media screen and (max-width: 992px) {
  .bitcoin-section .quotes-section {
    margin-left: 0 !important;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .bitcoin-section .quotes-section {
    margin-top: 10px !important;
    line-height: 1.3;
  }
}

.bitcoin-section .quotes-section.even {
  width: 100%;
  z-index: 99;
  margin-left: 16% !important;
}

@media screen and (max-width: 992px) {
  .bitcoin-section .quotes-section.even {
    margin-left: 0 !important;
    width: 100%;
    margin-bottom: 11px;
    margin-top: 15px !important;
  }
}

.bitcoin-section .quotes-section.even .number {
  right: -18%;
}

@media screen and (max-width: 1200px) {
  .bitcoin-section .quotes-section.even .number {
    right: -22%;
  }
}

.bitcoin-section .quotes-section p {
  color: #1b1b1b;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 0;
}

@media screen and (max-width: 992px) {
  .bitcoin-section .quotes-section p {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .bitcoin-section .quotes-section p {
    font-size: 16px;
    font-weight: 500;
  }
}

.bitcoin-section .quotes-section .number {
  position: absolute;
  right: -20%;
  z-index: 99;
  top: 4%;
  background: linear-gradient(163.21deg, #5f46ff 11.59%, #b1a5ff 91.17%);
  -webkit-box-shadow: 12px 14px 24px #00000021;
  box-shadow: 12px 14px 24px #00000021;
  border-radius: 15px;
  color: #fff;
  font-size: 45px;
  font-weight: 600;
  padding: 10px 32px;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .bitcoin-section .quotes-section .number {
    right: -25%;
  }
}

@media screen and (max-width: 992px) {
  .bitcoin-section .quotes-section .number {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .bitcoin-section-img {
    margin-top: 20px !important;
  }
}

/* ============================ End Page 8 =================================*/
/* ==================== Start Page 9 ================================*/
.frame-height {
  min-height: 635px;
}

.frame-height .frame-text-1 {
  font-size: 16px;
  background: linear-gradient(274.37deg, #5a3de3 19.79%, #8f79f9 75.04%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-align: center;
}

.main-frame .frame-text {
  font-weight: 700;
  font-size: 19px;
  background: linear-gradient(274.37deg, #5a3de3 19.79%, #8f79f9 75.04%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: absolute;
  top: 10px;
  right: -11%;
}

@media screen and (max-width: 992px) {
  .main-frame .frame-text {
    position: relative;
    top: 7px;
    text-align: center;
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  .main-frame .frame-text {
    padding-left: 10px;
  }
  .main-frame .frame-text br {
    display: none;
  }
}

.main-frame .frame-even {
  position: absolute;
  top: 55%;
}

@media screen and (max-width: 992px) {
  .main-frame .frame-even {
    position: relative;
    top: 7px;
    text-align: center;
  }
}

.main-frame .frame-even .frame-text {
  position: relative;
  left: 63%;
  top: -53px;
}

@media screen and (max-width: 992px) {
  .main-frame .frame-even .frame-text {
    left: 0;
    margin-top: 57px;
  }
}

@media screen and (max-width: 768px) {
  .main-frame .frame-even .frame-text {
    left: 0;
    top: 0;
    margin-top: 0;
  }
  .main-frame .frame-even .frame-text br {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .main-frame .res-frame {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    text-align: center;
  }
  .main-frame .res-frame img {
    width: 70%;
  }
}

/* ==================== End Start Page 9 ================================*/
/*===========================  Start page 10 =============================*/
.bg-globe {
  background-image: url(../images/globe-img.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  min-height: 335px;
  margin-top: 5%;
}

@media screen and (max-width: 1200px) {
  .bg-globe {
    min-height: 180px;
    background-size: 450px;
  }
}

@media screen and (max-width: 768px) {
  .bg-globe {
    background-size: 250px;
  }
}

.bg-globe .globe-left-area {
  margin-top: 9%;
}

@media screen and (max-width: 1200px) {
  .bg-globe .globe-left-area {
    width: 100%;
    margin-top: 0;
  }
}

.bg-globe .globe-left-area img {
  width: 55%;
  margin-left: 22%;
}

@media screen and (max-width: 1200px) {
  .bg-globe .globe-left-area img {
    display: none;
  }
}

.bg-globe .globe-left-area .globe-text-left {
  width: 65%;
  margin-left: 10%;
}

@media screen and (max-width: 1200px) {
  .bg-globe .globe-left-area .globe-text-left {
    text-align: center;
    margin-left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .bg-globe .globe-left-area .globe-text-left {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    padding-bottom: 10%;
  }
}

.bg-globe .globe-left-area .globe-text-left h1 {
  background: radial-gradient(44.55% 277.15% at 57.09% 70.47%, #5948a7 0%, #9d87ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 30px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .bg-globe .globe-left-area .globe-text-left h1 {
    font-size: 20px;
    font-weight: 600;
  }
}

.bg-globe .globe-left-area .globe-text-left p {
  color: #484848;
  font-weight: 700;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .bg-globe .globe-left-area .globe-text-left p {
    font-size: 16px;
    font-weight: 500;
  }
}

.bg-globe .globe-right-area {
  margin-top: -2%;
}

@media screen and (max-width: 1200px) {
  .bg-globe .globe-right-area {
    width: 100%;
  }
}

.bg-globe .globe-right-area img {
  width: 55%;
  margin-left: 33%;
}

@media screen and (max-width: 1200px) {
  .bg-globe .globe-right-area img {
    display: none;
  }
}

.bg-globe .globe-right-area .globe-text-right {
  margin-left: 49%;
}

@media screen and (max-width: 1200px) {
  .bg-globe .globe-right-area .globe-text-right {
    text-align: center;
    margin-left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .bg-globe .globe-right-area .globe-text-right {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    padding-top: 49% !important;
  }
}

@media screen and (max-width: 576px) {
  .bg-globe .globe-right-area .globe-text-right {
    display: none;
  }
}

.bg-globe .globe-right-area .globe-text-right h1 {
  background: radial-gradient(44.55% 277.15% at 57.09% 70.47%, #5948a7 0%, #9d87ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 30px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .bg-globe .globe-right-area .globe-text-right h1 {
    font-size: 20px;
    font-weight: 600;
  }
}

.bg-globe .globe-right-area .globe-text-right p {
  color: #484848;
  font-weight: 700;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .bg-globe .globe-right-area .globe-text-right p {
    font-size: 16px;
    font-weight: 500;
  }
}

/*===========================  End page 10 =============================*/
/* =========================  Page 11 ============================*/
.bg-img {
  background-image: url(../images/bg-logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right 20% center;
  margin-bottom: 57px;
  min-height: 400px;
}

@media screen and (max-width: 576px) {
  .bg-img {
    background-image: none !important;
  }
}

@media screen and (max-width: 768px) {
  .bg-img {
    margin-bottom: 0 !important;
    min-height: 0 !important;
  }
}

.bg-img .legal-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 4%;
}

.bg-img .legal-area.left-section {
  margin-left: 12%;
  width: 88%;
}

@media screen and (max-width: 576px) {
  .bg-img .legal-area.left-section {
    margin-left: 0 !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.bg-img .legal-area img {
  width: 95px;
  height: 86px;
}

.bg-img .legal-area .legal-text-area {
  background: rgba(255, 255, 255, 0.61);
  -webkit-box-shadow: inset 0px -9px 27px #c1b4ff;
          box-shadow: inset 0px -9px 27px #c1b4ff;
  -webkit-backdrop-filter: blur(26px);
          backdrop-filter: blur(26px);
  padding: 20px 40px;
  border-radius: 10px;
  width: 85%;
}

@media screen and (max-width: 576px) {
  .bg-img .legal-area .legal-text-area {
    padding: 16px 24px !important;
  }
}

@media screen and (max-width: 320px) {
  .bg-img .legal-area .legal-text-area {
    margin-left: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.bg-img .legal-area .legal-text-area h3 {
  color: #826edc;
  font-size: 23px;
  font-weight: 700;
}

.bg-img .legal-area .legal-text-area p {
  color: #484848;
  font-size: 17px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .bg-img .legal-area .legal-text-area p {
    font-size: 16px;
    font-weight: 500;
  }
}

/* ========================= End Page 11 ============================*/
/* ========================= Start Page 12 ============================*/
.legal-framework {
  background-image: url("../images/bg-img.png");
  background-repeat: no-repeat;
}

.legal-framework .sango-inner-framework {
  background: radial-gradient(44.55% 277.15% at 57.09% 70.47%, #FFFFFF 0%, #E8E3FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 35px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .legal-framework .sango-inner-framework {
    font-size: 25px;
  }
  .legal-framework .sango-inner-framework br {
    display: none;
  }
}

.legal-framework .sango-frame-text {
  font-style: normal;
  font-weight: 700;
  font-size: 27px;
  color: #FFFFFF;
  display: contents;
}

@media screen and (max-width: 768px) {
  .legal-framework .sango-frame-text {
    font-size: 22px;
    font-weight: 500;
  }
}

@media screen and (max-width: 576px) {
  .legal-framework .sango-frame {
    padding: 20px !important;
  }
  .legal-framework .sango-frame .sango-frame-heading .sango-frame-heading-1 {
    width: 70px;
    margin-right: 20px !important;
  }
}

/* =========================  End Page 12 ============================*/
/* ========================= Start Page 13 ============================*/
.crypto-section {
  font-style: normal;
  font-weight: 700;
  background: radial-gradient(85.19% 555.1% at 97.72% 72.91%, #aa97ff 0%, #6d59cb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 34px;
  margin-left: 80px;
}

@media screen and (max-width: 992px) {
  .crypto-section {
    margin-left: 0;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .crypto-section {
    font-size: 25px;
  }
}

/* =========================  End Page 13 ============================*/
/* ========================= Start Page 14 & 15 ============================*/
/* =========================  End Page 14 & 15 ============================*/
/* ========================= Start Page 16 ============================*/
.sango-crypto {
  font-style: normal;
  font-weight: 700;
  background: radial-gradient(85.19% 555.1% at 97.72% 72.91%, #aa97ff 0%, #6d59cb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-align: center;
  font-size: 34px;
}

@media screen and (max-width: 992px) {
  .sango-crypto {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .sango-crypto {
    font-size: 25px;
    text-align: center;
  }
}

.page-cover.p-0 .sango-url-right {
  right: 17px;
  top: 0px;
  z-index: 55;
}

.page-cover.pr-0 .sango-url-right {
  right: 17px;
  z-index: 55;
}

.sango-url-right {
  display: inline-block;
  margin-right: 0px;
  right: -36px;
  top: -50px;
  padding: -29px;
  margin-top: 1px;
  width: 21%;
  position: absolute;
}

.sango-url-right .sango-url-text {
  position: absolute;
  top: 17px;
  text-align: center;
  right: 13px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0px;
  padding-top: 6px;
  width: 80%;
}

@media screen and (max-width: 992px) {
  .sango-url-right {
    margin-right: -215px;
  }
}

@media screen and (max-width: 768px) {
  .sango-url-right {
    display: none;
  }
}

/* =========================  End Page 16 ============================*/
/* ========================= Start Page 17 ============================*/
.no-padding {
  padding-right: 0;
}

.bg-gray-img {
  background-image: url(../images/bg-gray-logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right 0% center;
  margin-bottom: 57px;
  min-height: 370px;
  margin-right: 0px;
}

@media screen and (max-width: 992px) {
  .bg-gray-img {
    background: none;
    margin-bottom: 0;
  }
}

.bg-gray-img .legal-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 2%;
}

@media screen and (max-width: 992px) {
  .bg-gray-img .legal-area {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.l .bg-gray-img .legal-area.legal-area.dice-2 {
  margin-left: 5%;
}

@media screen and (max-width: 992px) {
  .l .bg-gray-img .legal-area.legal-area.dice-2 {
    margin-left: 0;
  }
}

.bg-gray-img .legal-area.legal-area.dice-3 {
  margin-left: 12%;
}

@media screen and (max-width: 992px) {
  .bg-gray-img .legal-area.legal-area.dice-3 {
    margin-left: 0;
  }
}

.bg-gray-img .legal-area img {
  width: 98px;
  height: 106px;
  margin-right: -27px;
  position: relative;
}

@media screen and (max-width: 992px) {
  .bg-gray-img .legal-area img {
    width: 90px;
    height: 98px;
  }
}

@media screen and (max-width: 767px) {
  .bg-gray-img .legal-area img {
    width: 60px;
    height: auto;
  }
}

.bg-gray-img .legal-area .legal-text-area {
  background: linear-gradient(89.98deg, #644adc 3.07%, #9d87ff 44.07%, rgba(157, 135, 255, 0) 98.55%);
  width: 58%;
  padding: 20px 30px;
  margin-bottom: 21px;
}

@media screen and (max-width: 992px) {
  .bg-gray-img .legal-area .legal-text-area {
    width: 100%;
    padding: 20px 14px;
  }
}

.bg-gray-img .legal-area .legal-text-area p {
  color: #ffffff;
  font-weight: 700;
  font-size: 17px;
  margin-left: 5%;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .bg-gray-img .legal-area .legal-text-area p {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
  }
  .bg-gray-img .legal-area .legal-text-area p br {
    display: none;
  }
}

/* ========================= End Page 17 ============================*/
/* ========================= Start Page 18 ============================*/
.no-padding-left {
  padding-left: 0;
}

.pl-50 {
  padding-left: 50px;
}

.bg-gray-img-2 {
  background-image: url(../images/bg-gray-logo2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left 0% center;
  margin-bottom: 57px;
  min-height: 370px;
  margin-right: 0px;
}

@media screen and (max-width: 992px) {
  .bg-gray-img-2 {
    background: none;
    margin-bottom: 0;
  }
}

.bg-gray-img-2 .legal-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 2%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bg-gray-img-2 .legal-area.legal-area.dice-4 {
  margin-left: 29%;
}

@media screen and (max-width: 992px) {
  .bg-gray-img-2 .legal-area.legal-area.dice-4 {
    margin-left: 0;
  }
}

.bg-gray-img-2 .legal-area.legal-area.dice-5 {
  margin-left: 47%;
}

@media screen and (max-width: 992px) {
  .bg-gray-img-2 .legal-area.legal-area.dice-5 {
    margin-left: 0;
  }
}

.bg-gray-img-2 .legal-area.legal-area.dice-6 {
  margin-left: 47%;
}

@media screen and (max-width: 992px) {
  .bg-gray-img-2 .legal-area.legal-area.dice-6 {
    margin-left: 0;
  }
}

.bg-gray-img-2 .legal-area img {
  width: 98px;
  height: 106px;
  margin-right: -49px;
  position: relative;
}

@media screen and (max-width: 992px) {
  .bg-gray-img-2 .legal-area img {
    width: 90px;
    height: 98px;
  }
}

.bg-gray-img-2 .legal-area .legal-text-area {
  background: linear-gradient(89.98deg, #644adc 3.07%, #9d87ff 44.07%, rgba(157, 135, 255, 0) 98.55%);
  width: 100%;
  padding: 20px 30px;
  margin-bottom: 21px;
}

@media screen and (max-width: 992px) {
  .bg-gray-img-2 .legal-area .legal-text-area {
    width: 100%;
  }
}

.bg-gray-img-2 .legal-area .legal-text-area p {
  color: #ffffff;
  font-weight: 700;
  font-size: 17px;
  margin-left: 5%;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .bg-gray-img-2 .legal-area .legal-text-area p {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
  }
}

/* ========================= End Page 18 ============================*/
/* ========================= Start Page 19 ============================*/
.digital-section {
  z-index: 9999;
  width: 100% !important;
  position: absolute;
  left: 17.31%;
  right: 49.42%;
  top: 23.8%;
  bottom: 20.37%;
  background: rgba(255, 255, 255, 0.46);
  -webkit-box-shadow: 12px 14px 24px rgba(0, 0, 0, 0.13);
  box-shadow: 12px 14px 24px rgba(0, 0, 0, 0.13);
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  border-radius: 39px;
  padding: 25px;
}

@media screen and (max-width: 992px) {
  .digital-section {
    left: 0;
    right: 0;
    position: relative;
    margin-bottom: 34px;
    top: 0;
  }
}

.button4 {
  background: linear-gradient(271.47deg, #624ad6 4.45%, #bfb2ff 97.47%);
  -webkit-backdrop-filter: blur(21px);
          backdrop-filter: blur(21px);
  color: #fff;
  padding: 15px 20px 15px 20px;
  font-weight: 600;
  border-radius: 38px;
  border: none;
  outline: none;
}

.button4 :focus {
  outline: none;
}

.digital-section-text {
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
}

.digital-section-text p {
  font-size: 28px;
  color: #1B1B1B;
}

@media screen and (max-width: 768px) {
  .digital-section-text p {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
  }
}

.legal-framework {
  background-image: url("../images/bg-img.png");
}

/* ========================= End Page 19 ============================*/
/* ========================= Start Page 20 ============================*/
.heading-big-main-1 {
  background: linear-gradient(271.47deg, #624AD6 4.45%, #BFB2FF 97.47%);
  -webkit-backdrop-filter: blur(21px);
          backdrop-filter: blur(21px);
  border-radius: 122px;
  padding: 10px 15px;
  border: none;
  outline: none;
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
}

.heading-big-main-1 :focus {
  outline: none;
}

.heading-text {
  color: #1B1B1B;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
}

.heading-big-ecosystem-text {
  background: radial-gradient(44.55% 277.15% at 57.09% 70.47%, #5948A7 0%, #9D87FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
}

@media screen and (max-width: 768px) {
  .heading-big-ecosystem-text {
    font-size: 25px;
  }
}

.list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.list-item p {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #1B1B1B;
}

@media screen and (max-width: 768px) {
  .list-item p {
    font-size: 16px;
    font-weight: 500;
  }
}

@media screen and (max-width: 992px) {
  .no-img-res {
    display: none;
  }
}

/* ========================= End Page 20 ============================*/
/* ========================== Start page 21 to 24 =====================*/
.heading-big-ecosystem {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  background: radial-gradient(85.19% 555.1% at 97.72% 72.91%, #aa97ff 0%, #6d59cb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@media screen and (max-width: 768px) {
  .heading-big-ecosystem {
    font-size: 25px;
  }
}

.articleFont1 {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  color: #1B1B1B;
}

@media screen and (max-width: 768px) {
  .articleFont1 {
    font-size: 20px;
  }
}

.ecosystem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.ecosystem .heading-big-main {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  background: radial-gradient(85.19% 555.1% at 97.72% 72.91%, #aa97ff 0%, #6d59cb 100%);
  background: linear-gradient(271.47deg, #624AD6 4.45%, #BFB2FF 97.47%);
  -webkit-backdrop-filter: blur(21px);
          backdrop-filter: blur(21px);
  padding: 14px 30px;
  color: #fff;
  border-radius: 50px;
  margin-bottom: 18px;
}

@media screen and (max-width: 768px) {
  .ecosystem .heading-big-main {
    font-size: 16px;
    padding: 14px 20px;
  }
}

.ecosystem p {
  color: #1B1B1B;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .ecosystem p {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.ecosystem .no-bg {
  background: radial-gradient(44.55% 277.15% at 57.09% 70.47%, #5948A7 0%, #9D87FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 35px;
  padding: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .ecosystem .no-bg {
    font-size: 25px;
  }
}

.eco-bg {
  background-image: url(../images/call-action-7.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  min-height: 470px;
  margin-right: 0px;
}

@media screen and (max-width: 992px) {
  .eco-bg {
    background-image: none;
    min-height: auto;
    display: inline-block;
    padding-bottom: 25px;
  }
}

.eco-bg .eco-text {
  width: 68%;
  float: right;
}

@media screen and (max-width: 992px) {
  .eco-bg .eco-text {
    width: 100%;
  }
}

.eco-bg-2 {
  background-image: url(../images/call-action-3.png);
  background-repeat: no-repeat;
  background-size: 350px;
  background-position: right center;
  margin-right: 0px;
}

@media screen and (max-width: 992px) {
  .eco-bg-2 {
    background-image: none;
    min-height: 360px;
  }
}

.eco-bg-3 {
  background-image: url(../images/call-action-8.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  min-height: 490px;
  margin-right: 0px;
}

@media screen and (max-width: 992px) {
  .eco-bg-3 {
    background-image: none;
    min-height: 300px;
  }
}

.eco-bg-3 .eco-text-2 {
  width: 53%;
  float: right;
}

.eco-bg-3 .eco-text-2 .circle-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 992px) {
  .eco-bg-3 .eco-text-2 .circle-area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 45px;
  }
}

.eco-bg-3 .eco-text-2 .circle-area .circle-1 {
  background: radial-gradient(90.18% 90.63% at 13.33% 5.99%, #EFEBFF 0%, #8F79F9 25.67%, #8A7BD2 71.81%, #3D2B98 100%);
  border-radius: 50%;
  padding: 35px 38px;
  height: 230px;
  width: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 992px) {
  .eco-bg-3 .eco-text-2 .circle-area .circle-1 {
    height: 160px;
    width: 160px;
    padding: 15px 30px;
  }
}

.eco-bg-3 .eco-text-2 .circle-area .circle-1 h3 {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
}

@media screen and (max-width: 992px) {
  .eco-bg-3 .eco-text-2 .circle-area .circle-1 h3 {
    font-size: 14px;
  }
}

.eco-bg-3 .eco-text-2 .circle-area .circle-2 {
  background: radial-gradient(78.85% 72.76% at -8.92% 47.43%, rgba(239, 235, 255, 0.47) 0%, rgba(255, 255, 255, 0.47) 25.67%, rgba(170, 152, 255, 0.47) 53.99%, rgba(139, 115, 255, 0.47) 100%);
  padding: 35px 38px;
  border-radius: 50%;
  height: 230px;
  width: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-backdrop-filter: blur(58px);
          backdrop-filter: blur(58px);
  margin-left: -37px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 992px) {
  .eco-bg-3 .eco-text-2 .circle-area .circle-2 {
    height: 160px;
    width: 160px;
    padding: 15px 30px;
  }
}

.eco-bg-3 .eco-text-2 .circle-area .circle-2 h3 {
  color: #644ECB;
  font-size: 19px;
  font-weight: 700;
}

@media screen and (max-width: 992px) {
  .eco-bg-3 .eco-text-2 .circle-area .circle-2 h3 {
    font-size: 14px;
  }
}

@media screen and (max-width: 992px) {
  .eco-bg-3 .eco-text-2 {
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .eco-bg-3 .eco-text-2 img {
    display: none;
  }
}

.card-1 {
  width: 35%;
  background: url(../images/card-bg1.png);
  border-radius: 20px;
  background-size: cover;
}

@media screen and (max-width: 992px) {
  .card-1 {
    width: 100%;
  }
}

.card-1 p {
  line-height: 1.1;
  color: #FFFFFF;
  padding: 43px 24px;
  font-weight: 600;
  font-size: 21px;
}

@media screen and (max-width: 768px) {
  .card-1 p {
    padding: 20px;
    font-weight: 500;
    font-size: 16px;
  }
}

.card-2 {
  width: 40%;
  background: url(../images/card-bg1.png);
  border-radius: 20px 20px 0px 0px;
  background-size: cover;
}

@media screen and (max-width: 992px) {
  .card-2 {
    width: 100%;
  }
}

.card-2 p {
  line-height: 1.1;
  color: #FFFFFF;
  padding: 43px 24px;
  font-weight: 600;
  font-size: 21px;
}

@media screen and (max-width: 768px) {
  .card-2 p {
    padding: 20px;
    font-weight: 500;
    font-size: 16px;
  }
}

.bg-blure-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 30px 30px 60px;
  border: 3px solid #a491fe;
  background: radial-gradient(90.16% 143.01% at 15.32% 21.04%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
  -webkit-backdrop-filter: blur(19px);
          backdrop-filter: blur(19px);
  border-radius: 15px;
  margin-bottom: 20px;
  margin-left: -7%;
  margin-right: 10%;
  margin-top: 10%;
}

@media screen and (max-width: 992px) {
  .bg-blure-1 {
    margin: 20px 0 0 0;
    padding: 15px;
  }
}

.bg-blure-1 p {
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 19px;
}

@media screen and (max-width: 768px) {
  .bg-blure-1 p {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
  }
}

.bg-blure-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 30px 30px 60px;
  border: 3px solid #a491fe;
  background: radial-gradient(90.16% 143.01% at 15.32% 21.04%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
  -webkit-backdrop-filter: blur(19px);
          backdrop-filter: blur(19px);
  border-radius: 15px;
  margin-bottom: 20px;
}

@media screen and (max-width: 992px) {
  .bg-blure-2 {
    margin: 20px 0 0 0;
    padding: 15px;
  }
}

.bg-blure-2 p {
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 19px;
}

@media screen and (max-width: 768px) {
  .bg-blure-2 p {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
  }
}

.sango-url-bottom {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(22.04%, #9d87ff), color-stop(65.74%, #7258eb));
  background: linear-gradient(360deg, #9d87ff 22.04%, #7258eb 65.74%);
  -webkit-box-shadow: 0px 4px 4px #00000040;
          box-shadow: 0px 4px 4px #00000040;
  width: 300px;
  font-weight: 500;
  color: #fff;
  border-radius: 15px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

@media screen and (max-width: 768px) {
  .sango-url-bottom {
    margin-top: 30px;
    width: auto;
  }
}

.sango-url-bottom a {
  padding: 15px 25px;
  display: block;
  font-size: 35px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .sango-url-bottom a {
    padding: 10px 25px;
    font-size: 20px;
    color: #fff;
  }
}

.bottom-logo {
  padding-bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* ========================== End page 21 to 24 =====================*/
/*# sourceMappingURL=style.css.map */