/**
* Template Name: Vesperr
* Template URL: https://bootstrapmade.com/vesperr-free-bootstrap-template/
* Updated: Jun 02 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/
/* Fonts */
:root {
  --default-font: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Raleway", sans-serif;
  --nav-font: "Poppins", sans-serif;
}

/* Global Colors */
:root {
  /* Background Color - This color is applied to the background of the entire website as well as individual sections. */
  --background-color: #ffffff;

  /* Default Color - This is the default color used for the majority of the text content. */
  --default-color: #444444;

  /* Heading Color - This color is used for titles, headings and secondary elements. */
  --heading-color: #222222;

  /* Accent Color - This is the main accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out. */
  --accent-color: #3498db;

  /* Contrast Color - This is a color used for text when the background color is one of the heading, accent, or default colors. Its purpose is to ensure proper contrast and readability when placed over these more dominant colors. */
  --contrast-color: #ffffff;
}

/* Nav Menu Colors */
:root {
  /* Nav Color - This is the default color of the main navmenu links. */
  --nav-color: #444444;

  /* Nav Hover Color - This color is applied to main navmenu links when they are hovered over. */
  --nav-hover-color: #3498db;

  /* Nav Dropdown Background Color - This color is used as the background for dropdown boxes that appear when hovering over primary navigation items. */
  --nav-dropdown-background-color: #ffffff;

  /* Nav Dropdown Color - This color is used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-color: #444444;

  /* Nav Dropdown Hover Color - Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
  --nav-dropdown-hover-color: #3498db;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: none;
  outline: none !important;
  list-style: none;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
  overflow: auto;
}

li {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0%;
}
img {
  max-width: 100%;
}
p {
  margin: 0;
}

h1 {
  font-size: 66px;
}
h2 {
  font-size: 48px;
}
h3 {
  font-size: 32px;
}
h4 {
  font-size: 30px;
}
h5 {
  font-size: 24px;
}
h6 {
  font-size: 18px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
.h3{
  font-size: 42px;
}
a {
  text-decoration: none;
  color: unset;
}

a:hover {
  text-decoration: none;
}

:root {
  --black: #000;
  --white: #FFF;
  --dark-blue: #364457;
  --lite-blue:#65c1c9;
}


@font-face {
  font-family: "NotoSansJP-Bold";
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/NotoSansJP-Bold.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Hiragino-W1";
  src: url("../fonts/Hiragino-Kaku-Gothic-W1.ttc") format("ttc"), url("../fonts/Hiragino-Kaku-Gothic-W1.otf") format("otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Hiragino-W2";
  src: url("../fonts/Hiragino-Kaku-Gothic-W2.ttc") format("ttc"), url("../fonts/Hiragino-Kaku-Gothic-W2.otf") format("otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Hiragino-W3";
  src: url("../fonts/Hiragino-Kaku-Gothic-W3.ttc") format("ttc"), url("../fonts/Hiragino-Kaku-Gothic-W3.otf") format("otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Hiragino-W4";
  src: url("../fonts/Hiragino-Kaku-Gothic-W4.ttc") format("ttc"), url("../fonts/Hiragino-Kaku-Gothic-W4.otf") format("otf");
  font-weight: normal;
  font-style: normal;
}



/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  color: #333;
  background-color: #fff;
  padding: 15px 0;
  transition: all 0.5s;
  z-index: 997;
}

.header .logo {
  line-height: 1;
}

.header .logo img {
  max-height: 50px;
  margin-right: 8px;
}

.scrolled .header {
  box-shadow: 0px 0 18px color-mix(in srgb, var(--default-color), transparent 85%);
}

ul.custom-navbar-nav {
  display: flex;
  align-items: center;
  padding: 0 0 0 5%;
  margin: 0;
}
ul.custom-navbar-nav li {
  display: block;
  border-top: 1px solid #737373;
  border-bottom: 1px solid #737373;
}
ul.custom-navbar-nav li a {
  font-size: 20px;
  color: #000 !important;
  padding: 10px 15px;
  text-transform: uppercase;
  font-family: "NotoSansJP-Bold";
}
li.nav-item.first {
  border-left: 1px solid #737373;
}
li.nav-item.third {
  border-right: 1px solid #737373;
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: var(--background-color);
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ffffff;
  border-color: var(--accent-color) transparent var(--accent-color) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*=================================
       index page css start
===================================*/
@keyframes text-loop-left {
  0% {
      transform: translate3d(0, 0, 0)
  }
  to {
      transform: translate3d(-100%, 0, 0)
  }
}

@keyframes text-loop-right {
  0% {
      transform: translate3d(-100%, 0, 0)
  }
  to {
      transform: translate3d(0, 0, 0)
  }
}
.vector-1.desktop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  overflow: hidden;
  display: block;
}
dotlottie-player.cust-ani2 {
  position: absolute;
  top: -25%;
  left: 25%;
}
dotlottie-player.cust-ani1 {
  margin-top: -33%;
  margin-left: -30%;
}
.only-home {
  overflow: hidden;
}
.only-home .header {
  background: transparent;
}
.scrolled .only-home {
  overflow: inherit;
}
.scrolled .banner-wrapper {
  overflow: hidden;
}
.home-page {
  font-family: "NotoSansJP-Bold";
}
.home-page main {
  overflow: hidden;
}
.home-page h1, .home-page h2, .home-page h3, .home-page h4, .home-page h5, .home-page h6 {
  line-height: unset;
}
.common-btn a {
  background: rgb(0, 158, 236);
  background: linear-gradient(101deg, rgba(0, 158, 236, 1) 0%, rgba(21, 154, 223, 1) 25%, rgba(255, 124, 132, 1) 96%);
  padding: 5px 60px;
  border-radius: 50px;
  color: var(--white);
  font-size: 18px;
  display: inline-block;
  margin-bottom: 40px;
  font-weight: 500;
}
.common-btn-1 a {
  padding: 25px 80px;
  color: var(--white);
  background-color: var(--black);
  border-radius: 50px;
  display: inline-block;
}
/*
.banner-wrapper .vector-1 {
  position: absolute;
  left: 0;
  top: -125px;
  width: 100%;
  z-index: -1;
  /* animation: 45s linear infinite reverse text-loop-left;  
  display: flex;
  flex-direction: row;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
}
*/
.banner-wrapper .left-content, .banner-wrapper .right-content {
  margin-top: 50px;
}
h2.sub-title {
  margin: 20px 0;
}
.banner-gardiant-text span {
  text-transform: uppercase;
  line-height: 1;
  font-size: 125px;
  background: linear-gradient(90deg, #009EED 42.56%, #FF7C84 79.82%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.banner-gardiant-text {
  display: flex;
  align-items: baseline;
}
.banner-gardiant-text h3 {
  font-size: 60px;
}
.banner-wrapper {
  position: relative;
  height: 85vh;
}
.spacing {
  position: relative;
  padding: 80px 0px;
}
.about-round-1 {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
}
.about-title h2::before {
  content: "";
  background-image: url(../images/right-q.webp);
  width: 40px;
  height: 40px;
  position: absolute;
  background-repeat: no-repeat;
  top: 0;
  left: 23%;
}
.about-title h2::after {
  content: "";
  background-image: url(../images/left-q.webp);
  width: 40px;
  height: 40px;
  position: absolute;
  background-repeat: no-repeat;
  right: 23%;
  bottom: -20%;
}
.about-info .about-text p {
  font-size: 20px;
  line-height: 38px;
}
.okami-card-section .sub-title h6 {
  font-size: 20px;
  padding: 15px;
  border-left: 4px solid var(--black);
  margin-bottom: 20px;
}
.about-title h2 {
  display: block;
  text-align: center;
  position: relative;
}
span.short-text {
  display: none;
}
.row.about-content {
  margin-top: 30px;
  justify-content: space-around;
  padding: 0px 0px 150px;
  align-items: center;
}
.about-round-2 {
  position: absolute;
  z-index: -1;
  top: -70%;
}
.about-round-3 {
  position: absolute;
  z-index: -1;
  right: -100px;
  top: 0;
}
.about-img img {
  width: 100%;
}
.okami-card-info-main {
  width: 60%;
  height: 100%;
}
.title-box.okami-card-title {
  letter-spacing: 5px !important;
}
.okami-card-title h4 {
  letter-spacing: 5px;
  font-size: 90px !important;
  text-align: start !important;
  line-height: 1;
}
.okami-card-title h4 span {
  display: block;
  font-size: 70px;
  line-height: 55px;
  margin-bottom: 30px;
}
.card-details .offers-info-1 {
  background: rgb(255, 150, 233);
  background: linear-gradient(101deg, rgba(255, 150, 233, 1) 0%, rgba(255, 132, 163, 1) 50%, rgba(255, 124, 132, 1) 96%);
  margin-bottom: 10px;
  border-radius: 10px;
}
.card-details .offers-info-1 p {
  padding: 10px;
  font-size: 24px;
  color: var(--white);
}
.card-details .offers-info-2 {
  background: rgb(1, 200, 184);
  background: linear-gradient(101deg, rgba(1, 200, 184, 1) 0%, rgba(95, 225, 181, 1) 50%, rgba(195, 253, 177, 1) 96%);
  margin-bottom: 10px;
  border-radius: 10px;
}
.card-details .offers-info-2 p {
  padding: 10px;
  font-size: 24px;
  color: var(--white);
}
.mobile-card-title {
  display: none;
}
.okami-card-main {
  display: flex;
  align-items: center;
  justify-content: center;
}
.features-wrapper .sub-title-box {
  text-align: center;
}
.features-wrapper .sub-title-box span {
  font-size: 20px;
  display: block;
  line-height: normal;
  text-align: center;
  margin: 5px 0 0;
}
.features-wrapper .sub-title-box span a {
  text-decoration: underline;
}
.features-main-card {
  justify-content: center;
  padding-top: 80px;
}
.features-main-card .features-card {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 0px 50px;
}
.features-main-card .features-card .features-card-img {
  text-align: center;
}
.features-main-card .features-card .features-card-img img {
  max-width: 268px;
}
.features-main-card .features-card-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about-card-wrapper {
  background-color: #f3f4f3;
  padding: 30px 0px;
}
.about-card-wrapper .about-card {
  border-radius: 50px;
  height: 60vh;
  display: flex;
  flex-direction: column;
  background-color: var(--white);
  padding: 40px 100px;
  gap: 20px;
  justify-content: center;
  align-items: flex-start;
}
.big-title h2 {
  font-size: 60px;
  line-height: normal;
  text-transform: uppercase;
}
.about-card-title span {
  font-size: 16px;
  line-height: normal;
}
.cradit-card {
  width: 85%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cradit-card.mobile {
  display: none;
}
.about-card-description p {
  font-size: 20px;
  line-height: normal;
}
.gardiant {
  background: linear-gradient(97deg, rgba(76, 112, 231, 1) 0%, rgba(173, 116, 212, 1) 62%, rgba(182, 126, 127, 1) 100%);
}
.gardiant-title-wrapper .gardiant-title h2 {
  color: var(--white) !important;
  letter-spacing: 5px;
  display: block;
  line-height: unset;
}
.credit-info-wrapper .main-credit {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}
.credit-info-wrapper .credit-info-btn p {
  background-color: var(--lite-blue);
  color: var(--white);
  display: inline-block;
  padding: 15px 20px;
  min-width: 300px;
  text-align: center;
  font-size: 26px;
  letter-spacing: 2px;
}
.credit-info-title h5 {
  margin: 0 auto;
  max-width: 350px;
}
.credit-info-wrapper .main-credit .credit-info-img img {
  max-width: 190px;
  max-height: 190px;
}
.credit-info-title-2 h5 {
  color: var(--lite-blue);
  font-size: 30px;
  width: 100%;
}
.credit-info-wrapper .credit-info-btn-2 p {
  background-color: #0b7fb2;
}
.our-padding-top {
  padding-top: 80px;
}
.credit-info-wrapper-bg::before {
  content: "";
  background-image: url('../images/dark-arrow-bg.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 65px;
}
.credit-info-wrapper-2 {
  background-color: #e9e9e9;
}
.credit-infomation-title h2 {
  font-size: 40px;
  letter-spacing: 5px;
  position: relative;
  z-index: 9;
  line-height: unset;
}
.credit-infomation-title h2 p {
  display: inline-block;
  position: relative;
}
.credit-infomation-title h2 p::after {
  content: "";
  display: block;
  background-color: var(--lite-blue);
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: 10px;
  z-index: -1;
}
.credit-infomation-title h2 span {
  display: block;
}
.merit-wrapper .merit-title::before {
  content: "";
  width: 100px;
  height: 8px;
  background-color: #3c5bd3;
  display: block;
}
.merit-sub-title {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.cradit-info-img.mobile {
  display: none;
}
.app-btn a {
  padding: 15px 60px;
  border-radius: 25px;
  color: var(--white);
  display: inline-block;
  box-shadow: 0 0 30px rgb(0 0 0 / 30%), inset 0 0 0px 0 rgba(220, 219, 219, 0.5);
  margin-top: 50PX;
  background: linear-gradient(97deg, rgba(205, 228, 218, 1) 27%, rgba(119, 200, 225, 1) 100%);
}
.merit-wrapper .merit-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  position: relative;
}
.merit-wrapper .merit-main .merit-main-title::after {
  content: "";
  background-image: url(../images/merit-bg-vector-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 20%;
  left: -70px;
  z-index: -1;
}
.merit-wrapper .merit-main .merit-img::after {
  content: "";
  background-image: url(../images/merit-bg-vector-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 625px;
  height: 800px;
  top: 0%;
  right: -40%;
  z-index: -1;
}
.merit-wrapper .merit-main .merit-main-title {
  position: relative;
  padding: 250px 0;
}
.triangle {
  display: flex;
  justify-content: center;
  padding: 50px 0px;
}
.triangle-5 {
  height: unset;
  border-top: solid 70px rgb(0, 0, 0);
  border-left: solid 40px transparent;
  border-right: solid 40px transparent;
}
.reason-card .card-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  background-color: var(--white);
  border-radius: 25px;
  box-shadow: 0 0 100px rgb(0 0 0 / 30%);
  padding: 20px 20px 60px;
  height: 100%;
  z-index: 9;
  position: relative;
}
.reason-card .card-info p {
  font-size: 20px;
  padding-left: 70px;
}
.reason-card .card-info img {
  max-width: 170px;
  height: 170px;
  object-fit: contain;
}
.reason-card .card-info span {
  font-size: 14px;
}
.card-info-1 .card-info::after {
  background-image: url(../images/1.jpg);
}
.card-info-2 .card-info::after {
  background-image: url(../images/2.png);
}
.card-info-3 .card-info::after {
  background-image: url(../images/3.png);
}
.reason-card .card-info::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 100px;
  background-repeat: no-repeat;
  top: 20px;
  left: 20px;
  z-index: -1;
}
.main-reason-card .reason-card {
  max-width: 380px;
  height: 100%;
}
.reason-wrapper {
  background-image: url(../images/reason-bg.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
.after-triangle .fewer-coins-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: var(--white);
  border-radius: 25px;
  box-shadow: 0 0 100px rgb(0 0 0 / 5%);
  padding: 20px;
  height: 100%;
  justify-content: center;
}
.sub-title-box span {
  font-size: 20px;
  display: block;
  line-height: normal;
  text-align: center;
}
.sub-title-box span a {
  text-decoration: underline;
}
.reason-why-wrapper .our-gaping {
  justify-content: center;
  gap: 50px 0px;
}
.reason-why-wrapper .reason-card-bg::before {
  content: "";
  width: 40%;
  height: 35%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  background-size: contain;
}
.reason-why-wrapper .reason-why-card-1::before {
  background-image: url(../images/reason-why-bg-vector-1.png);
  right: 0px;
  top: 0px;
}
.reason-why-wrapper .reason-why-card-2::before {
  background-image: url(../images/reason-why-bg-vector-2.png);
  left: 0px;
  top: 32%;
}
.reason-why-wrapper .reason-why-card-5::before {
  background-image: url(../images/reason-why-bg-vector-3.png);
  right: 0px;
  bottom: 6%;
}
.reason-why-img img {
  border-radius: 25px;
}
.reason-why-wrapper .reason-why-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  padding-left: 80px;
  justify-content: center;
  height: 100%;
}
.reason-why-wrapper .reason-why-card p {
  font-size: 14px;
  width: 50%;
}
.reason-why-wrapper .reason-why-card h3 {
  font-size: 28px;
  width: 60%;
  position: relative;
}
.reason-why-card .reason-why-card-btn a {
  padding: 10px 30px;
  color: var(--white);
  background-color: var(--black);
  border-radius: 15px;
  display: inline-block;
  margin-top: 10px;
}
.reason-why-wrapper {
  position: relative;
  z-index: 2;
}
.reason-why-card-1 .reason-why-img, .reason-why-card-3 .reason-why-img, .reason-why-card-5 .reason-why-img {
  margin-left: -350px;
}
.reason-why-card-2 .reason-why-img, .reason-why-card-4 .reason-why-img {
  margin-right: -350px;
}
.reason-why-wrapper .reason-why-card.one h3::after {
  background-image: url(../images/01.png);
}
.reason-why-wrapper .reason-why-card.two h3::after {
  background-image: url(../images/02.png);
}
.reason-why-wrapper .reason-why-card.three h3::after {
  background-image: url(../images/03.png);
}
.reason-why-wrapper .reason-why-card.four h3::after {
  background-image: url(../images/04.png);
}
.reason-why-wrapper .reason-why-card.five h3::after {
  background-image: url(../images/05.png);
}
.reason-why-wrapper .reason-why-card h3::after {
  content: "";
  width: 110px;
  height: 110px;
  background-repeat: no-repeat;
  position: absolute;
  right: -120px;
  top: -20px;
  background-size: contain;
}
.price-table li {
  display: flex;
}
.price-table li span {
  flex: 1;
  padding: 31px 0px;
  border-bottom: unset;
  text-align: center;
  margin: 0px 0px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 30px;
  border-bottom: 2px solid #ededed;
  margin: 0px 20px;
}
.price-table-2 li span{
  border-bottom: none;
  margin: 0px;
}
.price-table li:last-child span {
  border-bottom: 0px solid #ededed;
}
.price-wrapper {
  border-radius: 25px;
  overflow: hidden;
  border: 2px solid #ededed;
}
.price-table li .two {
  background-color: #6bc99e;
}
.price-table li:first-child span {
  border-top: 0px solid #ededed;
  margin: 0;
}
.price-table li.one span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: var(--white);
}
.price-table li .three {
  background-color: #d6af09;
}
.price-table li .four {
  align-items: center;
  background-color: #000;
}
.price-table .method-img {
  width: 85px;
}
.price-table li h6 {
  font-size: 16px;
}
.price-wrapper ul.price-table li span {
  justify-content: center;
}
.price-table li span.table-title-grren p {
  font-size: 26px;
  color: #3ecb9a;
  text-align: center;
}
.price-table li span.table-title-yellow p {
  font-size: 26px;
  color: #d6af09;
  text-align: center;
}
.price-table li span.table-title-black p {
  font-size: 26px;
  color: #000;
  text-align: center;
}
.price-table li span.table-title-grren p b, .price-table li span.table-title-yellow p b, .price-table li span.table-title-black p b {
  font-size: 20px;
}
.price-table li span.table-title-gray p {
  font-size: 26px !important;
  color: #b5b5b5; 
}
.limit-unlimited-wrapper {
  background: linear-gradient(97deg, rgba(76, 112, 231, 1) 0%, rgba(173, 116, 212, 1) 62%, rgba(182, 126, 127, 1) 100%);
  position: relative;
}
.limit-unlimited-wrapper::after {
  content: "";
  position: absolute;
  background-image: url(../images/card.webp);
  width: 590px;
  height: 366px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: contain;
}
.limit-unlimited-title h2 {
  font-size: 80px;
  line-height: normal;
  color: var(--white);
}
.limit-unlimited-title p {
  font-size: 24px;
  line-height: normal;
  color: var(--white);
  text-align: center;
}
.limit-unlimited-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  position: relative;
  z-index: 99;
}
.implemented-wrapper .limit-unlimited-title h2 {
  letter-spacing: 20px;
  color: #000;
}
.implemented-wrapper::after {
  content: "";
  position: absolute;
  background-image: url(../images/top-secret-stemp.png);
  width: 590px;
  height: 590px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: contain;
}
.simulation-wrapper::after, .simulation-wrapper::before {
  content: "";
  background-repeat: no-repeat;
  width: 500px;
  height: 500px;
  position: absolute;
  z-index: -1;
}
.simulation-wrapper::before {
  background-image: url(../images/right-line.png);
  top: 45%;
  right: 15%;
}
.simulation-wrapper::after {
  background-image: url(../images/left-line.png);
  top: 45%;
  left: 27%;
}
.simulation-wrapper {
  position: relative;
}
.simulation-wrapper .gradient-text {
  margin-top: 30px;
}
.potential-rise-title h2 span {
  font-size: 70px;
  background: linear-gradient(97deg, rgba(77, 112, 231, 1) 0%, rgba(185, 116, 209, 1) 82%, rgba(182, 125, 130, 1) 100%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.simulation-wrapper .price-card {
  background-color: #f3f3f3;
  border-radius: 20px;
  padding: 20px;
  box-shadow: unset;
  height: 100%;
}
.simulation-wrapper .price-card .card-info {
  display: flex;
  align-items: start;
  gap: 10px;
}
.simulation-wrapper .price-card .card-info a {
  font-size: 20px;
  line-height: normal;
  background-color: #9a8b00;
  padding: 10px 40px;
  border-radius: 10px;
  margin-top: 10px;
  color: var(--white);
  display: inline-block;
}
.simulation-wrapper .price-card .coin-card p {
  margin-top: 30px;
  font-size: 30px;
}
.simulation-wrapper .main-price-card::after {
  content: "";
  background-image: url(../images/right-arrow.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
}
.main-price-card {
  justify-content: space-around;
  position: relative;
}
.simulation-wrapper-title {
  width: 30%;
  margin: 0 auto;
}
.three-card {
  justify-content: center;
}
.simulation-wrapper .price-card .coin-card .gardiant-text span {
  font-size: 60px;
  text-align: end;
  background: linear-gradient(97deg, rgba(77, 112, 231, 1) 0%, rgba(185, 116, 209, 1) 82%, rgba(182, 125, 130, 1) 100%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.simulation-wrapper .price-card .coin-card .gardiant-text {
  display: flex;
  align-items: flex-start;
}
.schedule-wrapper::after {
  content: "";
  background-image: url(../images/schedule-bg-vector-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 680px;
  position: absolute;
  top: 20%;
  z-index: -1;
}
.schedule-wrapper {
  position: relative;
}
.schedule-wrapper .schedule-main-img {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.schedule-wrapper .schedule-main-img .schedule-card {
  box-shadow: 0 0 150px rgb(0 0 0 / 5%);
  background-color: #fff;
  padding: 20px;
  width: 100%;
  height: 100%;
  position: relative;
}
.schedule-wrapper .schedule-main-img .schedule-card::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 165px;
  background-color: #f9f9f9;
  clip-path: polygon(100% 0, 0 0%, 100% 100%);
  top: -1px;
  right: -10px;
}
.schedule-main-img .schedule-card h6 {
  font-size: 20PX;
  line-height: normal;
  width: 80%;
}
.schedule-main-img .schedule-card p {
  display: inline-block;
  font-size: 14PX;
  line-height: normal;
  position: relative;
  z-index: 99;
}
.schedule-main-img .schedule-card .card-img {
  text-align: center;
}
.schedule-wrapper .schedule-main-img .schedule-card::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 165px;
  background-color: #f9f9f9;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  bottom: -1px;
  right: -10px;
}
.schedule-main-img .schedule-card .card-img img {
  max-width: 170px;
  height: 170px;
  object-fit: scale-down;
}
.flow-wrapper {
  background-image: url(../images/flow-bg-vector.png);
  background-repeat: no-repeat;
  background-size: 30% 70%;
  background-position-x: right;
  background-position-y: center;
}
.flow-main-card .flow-card .card-info {
  display: flex;
  align-items: start;
  gap: 10px;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
  text-align: start;
}
.flow-main-card .flow-card .flow-card-img img {
  margin-top: 50px;
}
.flow-main-card .flow-card {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.flow-card-center::before {
  content: "";
  background-image: url(../images/gray-arrow.png);
  width: 60px;
  height: 50px;
  position: absolute;
  background-repeat: no-repeat;
  top: 50%;
  left: -10%;
}
.flow-card-center::after {
  content: "";
  background-image: url(../images/gray-arrow.png);
  width: 60px;
  height: 50px;
  position: absolute;
  background-repeat: no-repeat;
  top: 50%;
  right: -10%;
}
.flow-card-center {
  position: relative;
}
.flow-card-info p {
  font-size: 16px;
  line-height: normal;
  width: 40%;
  margin: 0 auto;
}
.bit-wrapper {
  background-image: url(../images/bit-coin-banner.png);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 250px 0px;
  position: relative;
}
.bit-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(97deg, rgba(76, 112, 231, 1) 0%, rgba(173, 116, 212, 1) 62%, rgba(182, 126, 127, 1) 100%);
  opacity: 0.8;
  background-size: contain;
} 
.bit-wrapper-title h4 {
  color: var(--white) !important;
  text-align: start !important;
  z-index: 99;
  position: relative;
  font-size: 36px;
}
.project-main-row {
  gap: 100px 0px;
}
.project-wrapper-title {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 80px;
}
.project-wrapper-title h3 {
  text-align: start !important;
  margin-bottom: 30px;
}
.project-wrapper-title p {
  font-size: 18px;
  color: var(--black);
  margin-bottom: 30px;
}
.project-wrapper-title span {
  text-align: left;
  margin-top: 10px;
}
.gallery-wrapper {
  background-image: url(../images/gallery-img.png);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 250px 0px;
  position: relative;
}
.gallery-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(97deg, rgba(204, 97, 224, 1) 0%, rgba(46, 117, 162, 1) 100%);
  opacity: 0.8;
}
.gallery-wrapper-title {
  position: relative;
  z-index: 99;
}
.gallery-wrapper-title h4 {
  font-size: 55px !important;
  text-align: center !important;
  width: 80%;
  margin: 0 auto;
  color: var(--white) !important;
}
.about-card-wrapper .cradit-card.qr-banner-img {
  margin-left: -70px;
  margin-top: 50px;
}
.about-card-wrapper .cradit-card.qr-banner-img img {
  width: 700px;
  max-width: max-content;
}
.schedule-main-img .schedule-card p::after {
  content: "";
  display: block;
  background-color: #ffd400;
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 00px;
  z-index: -1;
}
/*================= end ===========*/



.slider-block-page{
  background: url(../images/inner-banner.jpg)no-repeat; 
  background-size: contain; 
  background-position:center right; 
  background-color: #162449;
} 
.section-title-header{
  color: #fff;
}
.section-title-header h1{
  color: #fff; 
  font-weight: 700; 
  text-transform: uppercase;
}
.inner-page-main{
  margin-top: -91px;
}
.section-title-header{
  height: 600px; 
  display: flex; 
  flex-direction: column; 
  justify-content: center; 
}
.scrolled .header{
  background-color: #fff!important;
}
.inner-page-main{
  background-color: #162449;
}
.blue-section{
  background: transparent; 
  margin-top: -70px; 
  padding: 60px 0;
  padding-top: 0px;
}
.slider-block-page{
  padding-bottom: 0px;
}
.main-page{
  background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 3px, transparent 3px) 0% 0%/8px 8px no-repeat,
  radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 3px, transparent 3px) 100% 0%/8px 8px no-repeat,
  radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 3px, transparent 3px) 0% 100%/8px 8px no-repeat,
  radial-gradient(circle at 0 0, #ffffff 0, #ffffff 3px, transparent 3px) 100% 100%/8px 8px no-repeat,
  linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 10px) calc(100% - 16px) no-repeat,
  linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 16px) calc(100% - 10px) no-repeat,
  repeating-linear-gradient(76deg, #34c9e7 0%, rgba(126,193,236,1) 34%, #4f6fd0 59%, #e794fe 100%);
padding: 5px;
box-sizing: content-box;
}
.inner-skin{
  background: rgb(37,17,98); padding: 40px 80px;
  background: linear-gradient(90deg, rgba(37,17,98,1) 0%, rgba(255,255,255,1) 0%, rgba(192,218,255,1) 100%);
}
.cst-tabs{
  margin: 0px;  padding: 0px; list-style: none;
  display: flex; gap: 10px;
}
.cst-tabs li{ 
  border: 1px solid #ccc;
}
.cst-tabs li button{
  padding: 10px 20px; 
  display: block; 
  color:#1f20b6;
}
.cst-tabs li button.active{
  background: #1f20b6; 
  border-color: #1f20b6; color: #fff;
}
.blog-content-inner{
  padding: 30px 0px;
}
.blog-content-inner h5{
  font-weight: 600;
}
.d-time{
  margin-bottom: 7px; 
  font-size: 14px;
}
.blog-content-inner img{
  padding: 25px 0px;     
  margin: 0px auto;
  display: block;
}
.blog-content-inner p {
    margin-bottom: 16px;
    color: #444;
  }
/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  color: var(--default-color);
  font-size: 14px;
  position: relative;
  box-shadow: 0px 0px 12px 0px color-mix(in srgb, var(--default-color), transparent 90%);
}
.footer .social-links {
  margin-top: 20px;
}
.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  margin: 0 5px;
  transition: 0.3s;
}
.footer .social-links a:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
}
.footer .credits {
  margin-top: 10px;
  font-size: 13px;
  text-align: center;
}
.footer-main-section {
  background: rgb(47, 114, 247);
  background: linear-gradient(90deg, rgba(47, 114, 247, 1) 21%, rgba(211, 107, 222, 1) 59%, rgba(202, 120, 125, 1) 81%);
padding: 100px 0 20px 0 !important;
}
.footer-main-section img {
  height: auto;
  width: 25% !important;
  padding-bottom: 19px;
}
p.bottom-copyright {
  font-size: 19px ! IMPORTANT;
  color: #000 !important;
  margin-bottom: 5px !important;
  margin-top: 6% !important;
}
.footer .credits {
  font-size: 15px !important;
  color: #000 !important;
}
.footer .credits > a {
  font-size: 15px !important;
  color: #000 !important;
}


/*--------------------------------------------------------------
# Global concept page css
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
width: 100%;
min-height: 70vh;
position: relative;
padding: 80px 0 60px 0;
display: flex;
align-items: center;
}
.hero h2 {
margin: 0;
color: #fff;
font-weight: 700;
line-height: 56px;
padding-bottom: 35px;
}
.hero p {
color: #fff;
margin: 5px 0 20px 0;
font-size: 16px;
font-weight: 400;

}
.hero .btn-get-started {
font-family: var(--heading-font);
font-weight: 500;
font-size: 15px;
letter-spacing: 1px;
display: inline-block;
padding: 10px 36px;
border-radius: 50px;
transition: 0.3s;
border: 2px solid var(--accent-color);
}
.hero .btn-get-started:hover {
color: var(--contrast-color);
background: var(--accent-color);
}
.hero .animated {
animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
.who-we-are-section .section-title {
text-align: left;
padding-bottom: 38px !important;
}
section#about {
padding: 60px 0;
}
.section-title span {
display: block;
font-size: 16px;
color: #231c63;
}
.section-title h3 {
font-weight: 900;
position: relative;
text-transform: uppercase;
color: #231c63;
}
@keyframes up-down {
0% {
  transform: translateY(10px);
}

100% {
  transform: translateY(-10px);
}
}
.banner-section {
  background: rgb(37,17,98);
  background: linear-gradient(180deg, rgba(37,17,98,1) 0%, rgba(47,21,124,1) 0%, rgba(47,21,124,1) 34%, rgba(65,34,161,1) 100%);
  min-height: 88vh !important;
}
.hr-rg-image{text-align: center;}
.hr-rg-image img{width: 350px;}
.no-cn-space{padding-left: 0px!important; padding-right: 0px!important;}
.ovp-cont{position: relative;}
.ovp-txt{ position: absolute;
  padding: 30px;   
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  align-items: center;
  margin: 0px auto;
  padding: 14%;
}
.over-heading h3 {
padding-bottom: 30px;
font-weight: 700;
}
.fourthlf-block-lf {
  justify-content: center;
  display: flex;
  flex-direction: column;
  max-width: 640px;
  margin-left: auto;
}
.abs-right img {
  width: 100%;
  object-fit: cover;
  max-height: 550px;
}
.cust-over-heading-inner .row {
  align-items: center;
}
section.section-fifith, section.section-sixth, section.section-seventh, .home-contact-section {
  padding: 60px 0;
}
.services-diagram{
padding-bottom: 30px;
}
.st-img-block{
position: relative;
}
.st-img-block img{
border-radius: 20px;
}
.st-img-block span{
 color: #fff; 
 position: absolute; 
 top: 50%; 
 width: 100%;  
 text-align: center;
}
.circle-img h5 {
  margin: 0 0 5px;
}
.gradient-circle{
  background: url(../images/circle.png)no-repeat;
  width: 350px;
  background-size: cover;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.gradient-circle img{
  width: 100px;
}
.circle-img{
  display: flex; 
  flex-direction: column; 
  justify-content: center; 
  align-items: center; 
  gap: 5px;
}
.arrow-dw{
position: absolute;
text-align: center;
width: 100%;
bottom: -100px;
}
.section-title {
  padding-bottom: 60px;
}
.arrow-dw img{    
  width: 100px;
} 
.cen-col{
  position: relative;
}
.cen-col .gradient-circle{
  margin-top: -100px;
}
.circle-block{ 
  margin: 106px 0px 158px;
}
.row.seventh-block h1 {
  font-weight: 700;
}
.home-contact-section .info-item.d-flex {
  border-top: 1px solid #dbdbdb;
  padding: 15px 0px 10px 0 !important;
  margin-bottom: 7px !important;
  margin-top: 10px !important;
}
.home-contact-section .info-item.d-flex i {
  margin-right: 4%;
  background: linear-gradient(90deg, rgba(47, 114, 247, 1) 21%, rgba(211, 107, 222, 1) 59%, rgba(202, 120, 125, 1) 81%);
}
.contact .info-item i {
  background: var(--accent-color);
  color: var(--contrast-color);
  font-size: 20px;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}
.contact .info-item h6 {
  padding: 0;
  font-weight: 700;
  margin-bottom: 5px;
}
.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}