/* global css */
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

body {
    font-family: "Inter", sans-serif;
    color: #fff;
    background: #0F0904;
    font-size: 16px;
    font-weight: 400;
}

a {
    text-decoration: none;
    color: #fff;
    outline: none;
    transition: 0.4s ease-in-out;
    font-weight: 300;
}

a:hover {
    color: #FFB52B;
}

h1 {
    font-size: 29px;
    font-weight: 400;
    line-height: 40px;
}

h2 {
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 0px;
}

h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
}

h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

p,
span {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.crypto-button {
    color: #0F0904;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    border-radius: 8px;
    padding: 13px 33px;
    transition: 0.4s;
    display: block;
    width: max-content;
    border: 1px solid #FFF1C2;
    background: linear-gradient(180deg, #FFF1C2 0%, #FFD035 7%, #FFAF29 100%);
    letter-spacing: 0;
}
.crypto-button:hover {
    transform: translatey(-3px);
    color: #000000;
    letter-spacing: 0;
}

.container {
    max-width: 1158px;
    padding: 0 15px;
}

/* main-css-start */
.top-header {
    padding: 15px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.top-header ul.navbar-nav {
    align-items: center;
}
.top-header .navbar-nav .nav-link {
    color: #ffffff;
    font-size: 16px;
    padding: 10px 10px 10px 10px;
    font-weight: 300;
}
.top-header .navbar-nav .nav-link:hover,
.top-right-menu ul.navbar-nav li .nav-link.active {
    color: #FFB52B;
}
.top-header .navbar-nav .nav-link:before {
    content: "";
    position: absolute;
    bottom: 2px;
    width: 100%;
    background: #FFB52B;
    height: 0px;
    left: 0;
    transition: 0.3s ease-in-out;
}
.top-right-menu nav.navbar {
    background: transparent;
}
.top-header .navbar-nav .nav-link:hover::before,
.top-right-menu ul.navbar-nav li .nav-link.active::before {
    width: 100%;
    height: 1px;
    bottom: 4px;
}
.top-header .navbar-nav li.nav-item {
    position: relative;
    margin-left: 25px;
}
.login-btn {
    background: linear-gradient(180deg, #FFF1C2 0%, #FFD035 7%, #FFAF29 100%);
    color: #0F0904;
    display: block;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 7px;
    border: 1px solid #FFF1C2;
    transition: 0.4s ease-in-out;
    transform: translatey(0px);
}
.login-btn:hover {
    transform: translatey(-3px);
    color: #000000;
}
.top-bar .col-md-3 {
    display: flex;
    align-items: center;
}
.main-logo .navbar-brand {
    font-size: 25px;
    font-weight: 600;
}
.main-logo .navbar-brand img {
    width: 100%;
    max-width: 230px;
    margin-right: 10px;
}
.crypto-copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #FFFFFF3D;
    padding-top: 20px;
    margin-top: 90px;
}
.right-social-media ul {
    display: flex;
    align-items: center;
}
.ft-left-logo {
    padding-right: 40px;
}
.crypto-footer ul li a {
    padding-left: 15px;
    position: relative;
    margin-bottom: 12px;
    display: block;
}
.crypto-footer ul li a:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 100px;
}
.crypto-footer ul li a:hover::before {
    background: #FFB52B;
}
.crypto-footer h3 {
    margin-bottom: 15px;
}
.ft-left-logo .navbar-brand {
    margin-bottom: 20px;
    display: block;
}
.crypto-footer {
    padding: 70px 0 30px 0;
}
.ft-left-logo p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}
.right-social-media ul li a {
    position: static;
    padding-left: 30px;
}
.right-social-media ul li a::before {
    display: none;
}
.right-social-media ul li a:hover img {
    filter: brightness(0) saturate(100%) invert(86%) sepia(18%) saturate(5339%) hue-rotate(335deg) brightness(104%) contrast(100%);
}
.common-banner {
    background: linear-gradient(to bottom, rgba(15, 9, 4, 0), rgba(15, 9, 4, 0.9)), url(/assets/images/hero-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 12rem 0rem 3rem 0rem;
    background-position: center;
}
.hero-content p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 25px;
    margin-bottom: 44px;
}
.hero-content h1 {
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
}
.hero-content h3 strong {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    color: #FFB52B;
    display: block;
    margin-top: 10px;
}
.hero-content p strong, .service-info-block strong {
    font-weight: 600;
    color: #FFB52B;
}
.hero-img {
    text-align: end;
}
.hero-content {
    max-width: 95%;
}
.motion-content h2 {
    max-width: 76%;
}
.motion-content p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin: 30px 0 40px 0;
}
.success-motions .row {
    align-items: center;
}
.payment-token {
    padding: 8rem 0 6rem 0;
}
.payment-token h2 {
    max-width: 100%;
}
.sucess-img {
    text-align: end;
}
.total-profits .container-fluid {
    padding: 70px 20px 100px 20px;
    background: linear-gradient(180deg, #0f0904 46.15%, #F8AB28 139.84%);
    max-width: 96%;
    border-radius: 16px;
}
.profit-box {
    border: 1px solid #352211;
    background: #160C03;
    padding: 25px;
    text-align: center;
    height: 100%;
    border-radius: 16px;
    transition: 0.4s ease-in-out;
}
.profit-box:hover {
    border: 1px solid #FFAF29;
    transform: translateY(-3px);
}
.profit-box img {
    margin-bottom: 18px;
}
.profit-box h5 {
    font-size: 22px;
    font-weight: 300;
}
.profit-box h6 {
    margin: 0;
    font-size: 20px;
    font-weight: 300;
}
.clients-review {
    padding: 6rem 0rem 4rem 0rem;
}
.big-title {
    font-size: 53px;
    font-weight: 400;
    text-align: center;
    max-width: 500px;
    line-height: 64px;
    margin: auto;
}
.client-inner-box .user-box {
    display: flex;
    align-items: center;
}
.client-inner-box .user-icon {
    margin-right: 16px;
}
.client-inner-box .user-message {
    margin-top: 20px;
}
.client-inner-box {
    padding: 40px 50px 50px 50px;
}
.client-inner-box .uname-post h4 {
    margin: 0;
}
.client-inner-box .user-message p {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
}
.client-inner-box .user-icon img {
    border-radius: 200px;
}
.review_slider .swiper-slide-next {
   position: relative;
}
.review_slider .swiper-slide-next::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    padding: 2px;
    border-radius: 16px;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFAF29 100%);
   /* WebKit (Chrome, Safari) */
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;

  /* Firefox (Standard) */
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
}
.review_slider {
    padding-bottom: 60px;
    padding-top: 50px;
}
.clients-review .swiper-pagination-bullet {
    background: #FDEAAC;
    width: 14px;
    height: 14px;
    border-radius: 0;
    opacity: 1;
}
.clients-review .swiper-pagination-bullet-active {
    background: #FFB52B;
}
.trading-questions {
    padding: 5rem 0rem 4rem 0rem;
}
.trading-questions .row {
    margin-top: 60px;
}
.trading-accordian .accordion-item {
    background: transparent;
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: 0;
    border-color: #30323A;
}
.trading-accordian .accordion-button {
    color: #fff;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    font-size: 18px;
    line-height: 24px;
    padding-left: 0;
}
.trading-accordian .accordion-button::after {
    filter: brightness(0) saturate(100%) invert(86%) sepia(18%) saturate(5339%) hue-rotate(335deg) brightness(104%) contrast(100%);
    transform: rotate(270deg);
}
.trading-accordian .accordion-button[aria-expanded="true"]::after {
    transform: unset;
}
.trading-accordian .accordion-button[aria-expanded="true"] {
    color: #feb33f;
}
.trading-accordian .accordion-collapse {
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
}
.trading-accordian .accordion-body {
    padding-top: 0;
}
.trading-accordian .accordion-button span {
    width: 30px;
    height: 30px;
    background: #FFB52B;
    margin-right: 15px;
    text-align: center;
    color: #0F0904;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    border-radius: 100px;
}
.trading-accordian .see-more {
    font-size: 18px;
    margin-top: 10px;
}
.trading-accordian .see-more a {
    font-weight: 600;
    color: #FFF1C3;
    border-bottom: solid 2px;
}
.trading-accordian .see-more a:hover {
    color: #feb33f;
}
.contact-form h3 {
    margin-bottom: 22px;
}
.contact-form {
    background: #160C03;
    border: 1px solid #352211;
    padding: 40px 32px 40px 32px;
    border-radius: 16px;
}
.contact-form .form-control {
    background: #21150B;
    border-radius: 4px;
    border-color: #21150B;
    color: #ffffff;
    box-shadow: none;
    outline: none;
    padding: 14px 18px;
    font-size: 15px;
    font-weight: 300;
}
.contact-form .form-control::placeholder {
    color: #B8AE90;
}
.contact-form .form-control:focus {
    border: 1px solid #feb33f;
}
.crypto-site {
    overflow-x: hidden;
}

/* FAQ-page-css-start */
.pages-top-title-bg {
    background: linear-gradient(to bottom, rgba(15, 9, 4, 0), rgba(15, 9, 4, 0.9)), url(/assets/images/pages-title-bg.jpg);
    height: 360px;
    background-position: top;
    padding-top: 10rem;
}
.contact-us {
    padding: 60px 0px;
}
.contact-us .big-title {
    margin-bottom: 30px;
}
.contact-info {
    padding: 60px 0px;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}
li.breadcrumb-item a {
    text-decoration: underline;
}
.faq .container-fluid {
    max-width: 94%;
}
.faq {
    padding: 60px 0;
}
.common-subtitle {
    text-align: center;
    max-width: 500px;
    margin: auto;
}
.contact-us p {
    text-align: center;
    max-width: 560px;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 20px;
}



/* FAQ-page-css-end */

.profile-dropdown
 {
    background-color: #FDEAAC;
    border-radius: 8px;
    width: 100%;
    min-width: 245px;
    right: 0;
    left: unset !important;
    top: calc(100% + 10px) !important;
}
.profile-button {
    margin: auto;
}
.profile-dropdown hr.my-2 {
    border-color: #352211;
    opacity: 1;
}
.profile-button img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
}
.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: inherit;
    color: inherit;
}
/* Coin-page-css-start */
.crypto-coin.common-banner {
    background: linear-gradient(to bottom, rgba(15, 9, 4, 0), rgba(15, 9, 4, 0.8)), url(/assets/images/coin-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 8rem;
    background-position: 100% 100%;
}
.crypto-coin h1 {
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    max-width: 650px;
    margin: auto;
    margin-bottom: 40px;
    text-align: center;
}
.crypto-coin img {
    margin: auto;
    display: block;
    height: 50px;
    margin-bottom: 50px;
}
.crypto-coin p {
    max-width: 500px;
    text-align: center;
    margin: auto;
}
.partner-title {
    font-family: Inter;
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    text-align: center;
    padding-bottom: 30px;
}
.partnership .container-fluid {
    padding: 0 60px;
}
.partner-logo {
    text-align: center;
}
.ico-rewards h2 {
    padding-bottom: 50px;
    max-width: 940px;
    margin: auto;
    text-align: center;
}
.ico-rewards {
    padding: 9rem 0rem 5rem 0rem;
}
.ico-rewards .profit-box {
    display: flex;
    text-align: left;
    padding: 60px;
}
.left-ico {
    width: 57%;
}
.left-ico h5 {
    font-size: 31px;
    line-height: 38px;
}
.ico-rewards .col-md-6 {
    margin-bottom: 20px;
}
.right-ico {
    width: 30%;
    text-align: end;
}
.right-ico img {
    margin: 0 0 0 20px;
}
.left-ico p {
    font-weight: 300;
    line-height: 20px;
}
.progress-button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.contribute-receive h2 {
    text-align: center;
    margin-bottom: 40px;
}
.contribute-receive span {
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    color: #feb640;
}
.contribute-receive {
    padding: 4rem 0rem 10rem 0rem;
}
.progress-container {
    position: relative;
    width: 100%;
    margin-top: 30px;
}

.milestone {
    position: absolute;
    top: -50px;
    color: #e0e0e0;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    width: 80px;
    transform: translateX(-50%);
}

.milestone::after {
    content: "";
    display: block;
    height: 16px;
    width: 2px;
    background: #ccc;
    margin: 4px auto 0 auto;
}

.progress-bar-bg {
    width: 100%;
    height: 32px;
    background-color: #21150B;
    border-radius: 50px;
    box-shadow: 0 0 5px #472206;
    border: 4px solid #21150B;
}

.progress-bar-fill {
    height: 100%;
    background: linear-gradient(270deg, #FFB02A 0%, #0F0904 100%);
    border-radius: 50px;
    transition: width 0.5s ease;
}

.footer-text {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #ccc;
    margin-top: 10px;
    font-weight: 600;
}

.purchase {
    background: linear-gradient(to right, #fbb03b, #ffcc33);
    color: black;
}

.whitepaper {
    background: transparent;
    border: 1px solid #fbb03b;
    color: white;
}

.whitepaper:hover {
    background: #fbb03b;
    color: black;
}
.progress-button .crypto-button {
    padding: 13px 50px;
    margin: 0 5px;
}
.progress-button .btn-transparent {
    position: relative;
    background: transparent;
    border: none;
    color: #fff;
    transition: 0.3s ease-in-out;
}
.progress-button .btn-transparent:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    padding: 1px;
    border-radius: 8px;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFAF29 100%);
    /* WebKit (Chrome, Safari) */
   -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
   -webkit-mask-composite: destination-out;
   /* Firefox (Standard) */
   mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
   mask-composite: exclude;
}

.progress-button .btn-transparent:hover::before {
    background: linear-gradient(0deg, #FFB02B 0%, #FFD035 83.79%, #FFE695 100%);
    -webkit-mask: unset;
    -webkit-mask-composite: destination-out;
}
.progress-button .btn-transparent:hover {
    color: #0F0904;
}
.offer-box {
    background: rgb(255 255 255 / 15%);
    padding: 30px 50px;
    border-radius: 16px;
    display: flex;
    align-items: center;
}
.ico-offer-conduct .container-fluid {
    background: linear-gradient(0deg, #110B06 30.72%, #F8AB28 128.34%);padding: 90px 20px 100px 20px;
    position: relative;
    z-index: 1;
}
.ico-offer-conduct h2 {
    text-align: center;
    max-width: 950px;
    margin: auto;
    margin-top: 30px;
}
.right-offer h5 {
    font-size: 24px;
    line-height: 30px;
    max-width: 190px;
    font-weight: 300;
    margin: 0;
}
.left-offer {
    margin-right: 30px;
}
.ico-offer-conduct .container-fluid:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -50px;
    background: linear-gradient(180deg, #110B06 11.33%, #FCAE29 123.65%);
    width: 228px;
    height: 228px;
    border-radius: 100%;
    z-index: -1;
}
.ico-offer-conduct .container-fluid:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -50px;
    background:  linear-gradient(185.72deg, #110B06 14.85%, #FCAE29 112.23%);
    width: 364px;
    height: 364px;
    border-radius: 100%;
    z-index: -1;
}
.ico-offer-conduct {
    padding: 4rem 0rem 6rem 0rem;
}
.crypto-divider {
    border: 2px solid;
    border-image-source: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.62) 50%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    border-image-slice: 1;
    max-width: 930px;
    margin: auto;
}
.features-success {
    padding: 4rem 0rem 6rem 0rem;
}
.features-success h2 {
    max-width: 540px;
    text-align: center;
    margin: auto;
    margin-bottom: 50px;
}
.trading-coins {
    position: relative;
    padding-left: 30px;
}
.trading-coins:before {
    content: "";
    position: absolute;
    left: 0px;
    height: 100%;
    background: url(/assets/images/center-line.svg);
    width: 4px;
    background-repeat: no-repeat;
    background-size: contain;
}
.trading-coins p {
    max-width: 450px;
    font-weight: 300;
    line-height: 20px;
    margin: 20px 0 40px 0;
}
.coin-list {
    font-size: 18px;
    margin-top: 20px;
}
.coin-list span {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #FFB52B;
    margin-right: 15px;
    text-align: center;
    color: #0F0904;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    border-radius: 100px;
}
.legend {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.legend-item {
    display: flex;
    align-items: center;
    margin: 5px 10px;
}
.legend-color {
    width: 40px;
    height: 12px;
    margin-right: 8px;
    border: 2px solid #fff;
}
.chart-container {
    max-width: 350px;
}
.legend-item span {
    color: #b3b3b3;
    font-weight: 300;
    font-size: 14px;
}
.funding-tabs {
    margin-top: 40px;
}
.funding-tabs .nav-tabs {
    background: #FDEAAC17;
    border-radius: 37px;
    border: none;
    color: #fff;
    height: auto;
    padding: 7px;
    max-width: fit-content;
    margin-bottom: 20px;
}
.funding-tabs .nav-item .nav-link.active {
    background: #FFB52B;
    border: none;
    border-radius: 37px;
    color: #0F0904;
}
.funding-tabs .nav-item .nav-link {
    color: #fff;
    border: none;
    box-shadow: none;
    outline: none;
    border-radius: 37px;
    padding: 10px 30px;
}
.funding-tabs .tab-content>.active {
    display: flex;
    flex-wrap: wrap;
}
.funding-list {
    font-size: 18px;
    margin-top: 20px;
    width: 50%;
}
.funding-list span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #FFB52B;
    margin-right: 10px;
    border-radius: 100px;
    vertical-align: sub;
}
.our-roadmap .container-fluid {
    padding: 0;
}
.token-test {
    text-align: left;
    padding: 40px 30px;
    height: 285px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #352211;
    background: #160C03;
    border-radius: 16px;
}
.token-test h4 {
    font-size: 25px;
    margin: 0 0 20px 0;
    display: flex;
}
.our-roadmap .col-md-4:first-child .token-test {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.our-roadmap .col-md-4:last-child .token-test {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.token-date p {
    font-size: 11px;
    font-weight: 300;
    margin-bottom: 20px;
    padding-left: 10px;
}
.token-test h4 span {
    background: linear-gradient(180deg, #FFFFFF 0%, #FFAF29 100%);
    display: inline-block;
    width: 33px;
    height: 33px;
    border-radius: 100px;
    margin-right: 10px;
    border: 8px solid #2C2723;
}
.token-test p {
    font-weight: 300;
    line-height: 20px;
    max-width: 400px
}
.our-roadmap .col-md-4 {
    position: relative;
}
.our-roadmap .col-md-4:before {
    content: "";
    position: absolute;
    top: 30px;
    left: 60px;
    background: #2C2723;
    width: 1px;
    height: 100px;
    z-index: 1;
}
.meet-team .container-fluid {
    background: url(/assets/images/team-bg.png), linear-gradient(180deg, #110B06 62.27%, #F8AB28 116.67%);
}
.team-box {
    text-align: center;
    position: relative;
}
.team-box .team-links {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
}
.team-box .team-links a:hover img {
    opacity: 0.8;
}
.team-box h3 {
    margin: 10px 0 0 0;
}
.meet-team {
    text-align: center;
    padding: 30px 0 60px 0px;
}
.scrolling-img-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
  }

  .scrolling-img {
    display: flex;
    align-items: center;
    animation: horizontal-slide-from-right-to-left 10s linear infinite normal forwards;
    column-gap: 120px;
  }

  .scrolling-img-container:hover .scrolling-img {
    animation-play-state: paused;
  }

  @keyframes horizontal-slide-from-right-to-left {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  .coin-faq h2.common-subtitle {
    padding-bottom: 50px;
}

/* Coin-page-css-end */

/* Service-page-css-start */

.services .profit-box {
    text-align: center;
    padding: 30px;
    padding-right: 70px;
}
.services .col-md-4 {
    margin-bottom: 24px;
}
.badge {
    position: absolute;
    background-color: #FFB12A;
    padding: 7px 10px;
    color: #21150b;
    top: 15px;
    right: 25px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
}
.services {
    padding: 60px 0px;
}
.services .big-title {
    margin-bottom: 60px;
}
.pricing-card {
    background: linear-gradient(360deg, #FFB02A -63.37%, #0F0904 24.51%);
    border: 1px solid #352211;
    border-radius: 16px;
    padding: 44px 16px;
  min-height: 453px;
}
.pricing {
    padding-top: 60px;
}
.pricing .big-title {
    max-width: 600px;
}
.pricing .big-title p {
    margin-top: 40px;
}
.pricing .row {
    margin-top: 60px;
}
.pricing .start-btn {
    padding-top: 16px;
    padding-right: 32px;
    padding-bottom: 16px;
    padding-left: 32px;
    border-radius: 8px;
    border-width: 1px;
    background-color: transparent;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    position: relative;
    display: block;
    max-width: max-content;
    margin-top: 20px;
    cursor: pointer;
}
.pricing .start-btn:before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 0px;
    padding: 1px;
    border-radius: 8px;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFAF29 100%);
    /* WebKit (Chrome, Safari) */
   -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
   -webkit-mask-composite: destination-out;
   /* Firefox (Standard) */
   mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
   mask-composite: exclude;
}
.pricing-card h6 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 18px;
}
.pricing-card .price span {
    font-family: Inter;
    font-weight: 600;
    font-size: 38px;
    line-height: 100%;
}
.pricing-card .price span.period {
    font-size: 22px;
    font-weight: 400;
}
.pricing-card hr {
    border: 1px solid #fdeaac;
    margin: 30px 0;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFAF29 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
}
.pricing-card ul.features li {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 5px;
}
.poplular-plan {
    background: linear-gradient(180deg, #FFB02A 0%, #0F0904 100%);
}
.poplular-plan a.start-btn {
    background: linear-gradient(180deg, #FFF1C2 0%, #FFD035 7%, #FFAF29 100%);
    color: #0F0904;
}
.poplular-plan hr {
    background: linear-gradient(180deg, #000000 0%, #000000 100%) !important;
    border-color: #000;
}
.pricing-card:hover {
    background: linear-gradient(180deg, #FFB02A 0%, #0F0904 100%);
}
.pricing-card:hover a.start-btn {
    background: linear-gradient(180deg, #FFF1C2 0%, #FFD035 7%, #FFAF29 100%);
    color: #0F0904;
}
.pricing-card:hover hr {
    background: linear-gradient(180deg, #000000 0%, #000000 100%) !important;
    border-color: #000;
}
.cta .container {
    background: linear-gradient(180deg, #FFB02A 0%, #0F0904 100%);
    border-radius: 16px;
    max-width: 1128px;
    padding: 60px;
}
.cta {
    padding: 60px 0;
}
.cta h4 {
    font-family: Inter;
    font-weight: 400;
    font-size: 31px;
    line-height: 100%;
}
.cta p {
    margin-top: 20px;
}
.cta a {
    color: rgb(15, 9, 4) !important;
    display: block;
    font-size: 16px;
    font-weight: 400;
    transform: translateY(0px);
    background: linear-gradient(rgb(255, 241, 194) 0%, rgb(255, 208, 53) 7%, rgb(255, 175, 41) 100%);
    padding: 15px 30px;
    border-radius: 7px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 241, 194);
    border-image: initial;
    transition: 0.4s ease-in-out;
    max-width: max-content;
    margin-top: 20px;
    cursor: pointer;
}
.cta a:hover {
    transform: translateY(-3px);
}
.service-info {
    padding: 60px 0px;
}
.service-info-block {
    padding: 0 60px;
    padding-right: 15px;
}
.service-info-block p {
    font-size: 20px;
}


/* Service-page-css-end */

/* Login-and-register-page-css-start */
div#authModal .modal-content, #contractModal .modal-content {
    background: linear-gradient(180deg, #0F0904 75%, #FFB02A);
    padding: 32px;
    border: 1px solid#21150B;
    border-radius: 16px;
}
div#authModal .modal-content .modal-header {
    flex-direction: column;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}
div#authModal .modal-content .modal-header ul#authTabs {
    width: 100%;
    border: 0;
}
div#authModal .modal-content .modal-header ul#authTabs li.nav-item {
    width: 50%;
}
div#authModal .modal-content .modal-header ul#authTabs li.nav-item button {
    width: 100%;
    border: 0;
    background: transparent;
    color: #968B82;
    font-size: 20px;
}
div#authModal .modal-content .modal-header button.btn-close {
    filter: brightness(0) invert(1);
    opacity: 1;
    margin-bottom: 10px;
    outline: none;
    box-shadow: none;
}
div#authModal .modal-content .modal-body {
    padding-left: 0;
    padding-right: 0;
}
div#authModal .modal-content div#authTabsContent p, div#contractModal #contractModalLabel, #contractModal #contractModalBody p, #contractContent  {
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    margin-top: -12px;
 }
#contractContent{
  text-align: left;
}
div#contractModal .modal-header, div#contractModal .modal-footer{
  border: 0px;
}

#contractContent .text-muted{
  color: #fff!important;
}

div#authModal .modal-content div#authTabsContent button,.contact-form button, button#acceptContractBtn {
    height: 51px;
    position: relative;
    background: linear-gradient(180deg, #FFF1C2, #FFD035, #FFAF29); /* adjust colors as needed */
    border: none;
    color: #000;
    font-size: 18px;
    box-shadow: none;
    border-radius: 8px;
    margin-top: 5px;
}
button#acceptContractBtn{
  height: unset;
}
div#authModal .modal-content div#authTabsContent button::before,.contact-form button::before, button#acceptContractBtn::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px; /* border thickness */
    border-radius: 8px;
    background: linear-gradient(180deg, #FFFFFF 0%, #FBD595 100%,#FBD595,#FFFFFF);
    -webkit-mask: linear-gradient(#FBD595  0 0) content-box,     linear-gradient(#FBD595  0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

div#authModal .modal-content form input {
    height: 48px;
    background-color: #21150B;
    color: #fff;
    border-radius: 4px;
    border: 0;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Inter';
    padding: 24px 15px;
    outline: none;
    box-shadow: none;
}
button#acceptContractBtn:disabled {
  background-color: #ccc;
  color: #666;
  cursor: not-allowed;
  opacity: 0.4;
}

div#authModal .modal-content form input::placeholder {
    color: #B8AE90;
}
div#authModal .modal-content form .form-check input {
    width: 24px;
    height: 24px;
    border: 1px solid #fff;
    border-radius: 4px;
    margin-right: 15px;
    outline: none;
    box-shadow: none;
    padding: 0;
}
div#authModal .modal-content form .form-check
label {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Inter';
}
div#authModal .modal-content .modal-header ul#authTabs li.nav-item button.active {
    border-bottom: 1px solid #FFB52B;
    color: #fff;
}

/* Login-and-register-page-css-end */
.top-header .navbar-nav li.nav-item .d-flex {
    padding: 0 !important;
    box-shadow: none;
    outline: none !important;
    border: none;
}


/* Responsive-media-device */
@media (max-width: 1400px) {
    .crypto-coin.common-banner {
        background-size: 100% 100%;
        background-position: 50% 50%;
    }
}

@media (max-width: 1200px) {
    .top-header .navbar-nav li.nav-item .d-flex {
        padding: 0 !important;
    }
    h1 {
        font-size: 25px;
        font-weight: 400;
        line-height: 34px;
    }
    h2 {
        font-size: 30px;
        font-weight: 400;
        line-height: 36px;
        letter-spacing: 0px;
    }
    h3 {
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
    }
    h4 {
        font-size: 18px;
        font-weight: 400;
        line-height: 26px;
    }
    .hero-content p,
    .motion-content p {
        font-size: 16px;
        line-height: 24px;
    }
    .login-btn {
        padding: 12px 20px;
    }
    .crypto-button {
        padding: 12px 20px;
    }
    .profit-box h5 {
        font-size: 18px;
        font-weight: 300;
        line-height: 24px;
    }
    .profit-box h6 {
        margin: 0;
        font-size: 16px;
        font-weight: 300;
    }
    .big-title {
        font-size: 40px;
        max-width: 400px;
        line-height: 50px;
        margin: auto;
    }
    .client-inner-box {
        padding: 30px;
    }
    .hero-content h1 {
        font-size: 30px;
        font-weight: 400;
        line-height: 40px;
    }
    .offer-box {
        padding: 20px;
    }
    .crypto-coin.common-banner {
        padding: 9rem 0rem 3rem 0rem;
    }
    .contribute-receive {
        padding: 2rem 0rem 5rem 0rem;
    }
    .ico-rewards {
        padding: 4rem 0rem 0rem 0rem;
    }
    .features-success {
        padding: 3rem 0rem 2rem 0rem;
    }
    .meet-team {
        text-align: center;
        padding: 10px 0 30px 0px;
    }
    .total-profits .container-fluid {
        padding: 40px 20px 60px 20px;
    }
    .faq {
        padding: 30px 0;
    }
    .coin-faq h2.common-subtitle {
        padding-bottom: 30px;
    }
    .crypto-coin h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .contribute-receive span {
        font-size: 30px;
        line-height: 40px;
    }
    .partner-title {
        font-size: 28px;
        line-height: 32px;
    }

}
@media (max-width: 1120px) {
    .top-header .navbar-nav li.nav-item .d-flex span {
        font-size: 0;
    }

}
@media (max-width: 1024px) {
    .total-profits .col {
        flex: 0 33.33%;
        margin-bottom: 20px;
    }
    .pages-top-title-bg {
        height: 240px;
        background-position: center;
        background-size: cover;
        padding-top: 8rem;
    }
    .services .profit-box {
        padding: 25px;
    }
    .ico-offer-conduct .container-fluid:after {
        width: 260px;
        height: 260px;
    }
    .ico-offer-conduct .container-fluid:before {
        width: 160px;
        height: 160px;
    }
    .ico-rewards .profit-box {
        padding: 30px;
        align-items: center;
    }
    .our-roadmap .col-md-4:before {
        height: 90px;
    }


}
@media (max-width: 1023px) {
    .total-profits .col {
        flex: 0 33.33%;
        margin-bottom: 20px;
    }
    .client-inner-box .user-message p {
        font-size: 16px;
        font-weight: 300;
        line-height: 24px;
    }
    .hero-content {
        max-width: 100%;
    }

}

@media (max-width: 991px) {
    .top-header .navbar-nav li.nav-item .d-flex span {
        font-size: 16px;
    }
    .top-bar .navbar-toggler {
        margin-left: auto;
        padding: 0;
        box-shadow: none;
    }
    .bar1 {
        height:3px;
        width:30px;
        background-color:#fff;
        border-radius:12px;
        transition:400ms ease all;
      }
      .bar2 {
        height:3px;
        width:30px;
        background-color:#fff;
        border-radius:12px;
        transition:400ms ease all;
        margin-top: 6px;
      }
      .bar3 {
        height:3px;
        width:30px;
        background-color:#fff;
        border-radius:12px;
        transition:400ms ease all;
        margin-top: 6px;
      }
      .change .bar2 {
        opacity:0;
      }
      .change .bar1 {
        transform: translate(0, 10px) rotate(-45deg);
    }
    .change .bar3 {
        transform: translate(0, -8px) rotate(45deg);
    }
    .top-header ul.navbar-nav {
        position: fixed;
        top: 0;
        right: 0;
        background: #241509;
        width: 50%;
        height: 100%;
        z-index: 2;
        padding-top: 30px;
        transform: translateX(100%);
        transition: 0.5s ease-in-out;
    }
    body.active .top-header ul.navbar-nav {
        transform: translateX(0%);
    }
    .top-header .navbar-nav li.nav-item {
        margin: 0 0 20px 0;
    }
    body.active .top-header .menubar {
        position: relative;
        z-index: 3;
    }
    .top-header.active {
        position: fixed;
        background: #241509;
        z-index: 2;
    }
    .hero .col-md-6,
    .success-motions .col-md-6,
    .trading-questions .col-md-7,
    .trading-questions .col-md-5 {
        width: 100%;
    }
    .crypto-footer .col-md-3 {
        width: 50%;
    }
    .common-banner {
        padding: 7rem 0rem 3rem 0rem;
    }
    .payment-token {
        padding: 2rem 0 2rem 0;
    }
    .total-profits .container-fluid {
        padding: 30px 20px 50px 20px;
    }
    .trading-questions {
        padding: 1rem 0rem 4rem 0rem;
    }
    .trading-accordian {
        padding-bottom: 50px;
    }
    .hero-img {
        margin-top: -80px;
        width: fit-content;
        margin-left: auto;
    }
    .success-motions .row {
        align-items: center;
        flex-direction: column-reverse;
    }
    .payment-token .row {
        flex-direction: column;
    }
    .top-bar .col-md-3 {
        width: 45%;
    }
    .top-bar .col-md-9 {
        width: 55%;
    }
    .pricing .col-md-3 {
        width: 50%;
        margin-bottom: 20px;
    }
    .services .col-md-4 {
        margin-bottom: 20px;
        width: 50%;
    }
    .right-offer h5 {
        font-size: 20px;
        line-height: 24px;
    }
    .ico-offer-conduct .col-md-4 {
        width: 50%;
        margin-bottom: 20px;
    }
    .features-success .col-md-7,
    .features-success .col-md-5 {
        width: 100%;
    }
    .trading-coins:before {
        display: none;
    }
    .our-roadmap .col-md-4:before {
        height: 70px;
    }
    .top-header .navbar-nav li.nav-item:nth-last-of-type(2) {
        order: -1;
      }

}
@media (max-width: 768px) {
    .pages-top-title-bg {
        height: 150px;
        background-position: center;
        background-size: cover;
        padding-top: 6rem;
    }
    .service-info-block {
        padding: 0;
    }
    .cta .container {
        padding: 30px 15px;
        max-width: 96%;
    }
    .pricing {
        padding-top: 0;
    }
    .pricing-card .price span {
        font-size: 24px;
        line-height: 30px;
    }
    .pricing-card ul.features li {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 5px;
    }
    .pricing-card ul.features li img {
        height: 22px;
    }
    .cta-block {
        margin-bottom: 20px;
    }
    .trading-coins {
        position: relative;
        padding-left: 0;
    }
}
@media (max-width: 767px) {

    .row-plans .col-md-4:not(:last-child) {
      margin-bottom: 20px;
    }
  .row.row-plans-2{
    margin-top: 20px;
  }

    .common-banner {
        padding: 7rem 0rem 0rem 0rem;
    }
    .motion-content h2 {
        max-width: 100%;
    }
    .sucess-img {
        padding-top: 50px;
    }
    .total-profits .col {
        flex: 0 50%;
        margin-bottom: 15px;
        padding: 0 8px;
    }
    .profit-box {
        padding: 20px;
    }
    .profit-box img {
        margin-bottom: 15px;
        height: 40px;
        object-fit: contain;
        width: 50px;
    }
    .total-profits .container-fluid {
        background: linear-gradient(180deg, #0f0904 10.15%, #F8AB28 139.84%);
    }
    .clients-review {
        padding: 3rem 0rem 2rem 0rem;
    }
    .big-title {
        font-size: 24px;
        max-width: 300px;
        line-height: 30px;
    }
    .trading-accordian .accordion-button {
        line-height: 24px;
        padding-right: 0;
    }
    .trading-accordian .accordion-button span {
        min-width: 26px;
        width: 26px;
        height: 26px;
        line-height: 26px;
        font-size: 16px;
    }
    .review_slider .swiper-slide-next::before {
        display: none;
    }
    .review_slider .swiper-slide::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: -1;
        padding: 2px;
        border-radius: 16px;
        background: linear-gradient(180deg, #FFFFFF 0%, #FFAF29 100%);
        -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
        -webkit-mask-composite: destination-out;
    }
    .crypto-footer .ft-left-logo {
        width: 100%;
        margin-bottom: 20px;
    }
    .crypto-footer {
        padding: 0px 0 20px 0;
    }
    .crypto-copyright {
        padding-top: 20px;
        margin-top: 35px;
        flex-direction: column-reverse;
    }
    .top-header ul.navbar-nav {
        width: 85%;
        padding-top: 60px;
    }
    .right-social-media ul li a {
        padding: 0 15px;
    }
    .hero-img {
        margin-top: -60px;
        width: fit-content;
        margin-left: auto;
    }
    h2 {
        font-size: 26px;
        font-weight: 400;
        line-height: 32px;
        letter-spacing: 0px;
    }
    .motion-content p {
        margin: 20px 0 30px 0;
    }
    .trading-questions .row {
        margin-top: 20px;
    }
    .trading-questions {
        padding: 1rem 0rem 3rem 0rem;
    }
    .common-subtitle {
        text-align: center;
        max-width: 300px;
        margin: auto;
    }
    .faq {
        padding: 60px 0 0px 0;
    }
    .contact-info.total-profits .col {
        flex: 0 100%;
        margin-bottom: 15px;
        padding: 0 15px;
    }
    .contact-info {
        padding: 0px 0px 40px 0px;
    }
    div#authModal .modal-content {
        background: linear-gradient(180deg, #0F0904 82%, #FFB02A);
    }
    .pricing .col-md-3 {
        width: 100%;
        margin-bottom: 20px;
    }
    .services .col-md-4 {
        margin-bottom: 15px;
        width: 100%;
    }
    .service-info {
        padding: 0px 0px 50px 0px;
    }
    .services {
        padding: 60px 0px 30px 0px;
    }
    .service-info-block p {
        font-size: 16px;
        line-height: 20px;
    }
    .cta {
        padding: 40px 0 30px 0;
    }
    .cta .container {
        padding: 30px 15px;
        max-width: 92%;
    }
    .crypto-copyright p {
        font-size: 14px;
    }
    .trading-accordian .accordion-collapse {
        font-size: 16px;
        line-height: 22px;
    }
    .crypto-coin.common-banner {
        padding: 7rem 0rem 1rem 0rem;
    }
    .footer-text {
        font-size: 12px;
    }
    .progress-button .crypto-button {
        padding: 12px 24px;
        margin: 0 5px;
    }
    .our-roadmap .col-md-4 {
        width: 100%;
    }
    .our-roadmap .container-fluid {
        padding: 0 15px;
    }
    .our-roadmap .token-test {
        border-radius: 16px !important;
    }
    .token-date {
        margin-top: 15px;
    }
    .our-roadmap .col-md-4:before {
        height: 120px;
    }
    .scrolling-img {
        column-gap: 50px;
    }
    .meet-team h2 {
        padding-bottom: 20px;
    }
    .ico-offer-conduct .container-fluid:after {
        width: 150px;
        height: 150px;
    }
    .ico-offer-conduct .container-fluid:before {
        width: 100px;
        height: 100px;
    }
    .ico-offer-conduct .col-md-4 {
        width: 100%;
        margin-bottom: 20px;
    }
    .ico-offer-conduct h2 {
        order: -1;
        margin-top: 0;
        margin-bottom: 30px;
    }
    .ico-offer-conduct .container-fluid {
        display: flex;
        flex-direction: column;
    }
    .our-roadmap .col-md-4 .token-test {
        border-radius: 16px !important;
    }
    .token-date {
        margin-top: 15px;
    }
    .scrolling-img {
        column-gap: 50px;
    }
    .meet-team h2 {
        padding-bottom: 20px;
    }
    .ico-offer-conduct {
        padding: 0rem 0rem 6rem 0rem;
    }
    .contribute-receive span {
        font-size: 26px;
        line-height: 30px;
    }
    .partnership .col {
        width: 25%;
        flex: unset;
        margin-bottom: 10px;
    }
    .left-ico {
        width: 65%;
    }
    .right-ico {
        width: 35%;
        text-align: end;
    }

}
@media (max-width: 570px) {
    .milestone {
        font-size: 14px;
    }
    .progress-button .crypto-button {
        padding: 12px 18px;
        margin: 0 5px;
        font-size: 14px;
    }
    .crypto-coin h1 {
        font-size: 26px;
        line-height: 32px;
    }
    .crypto-coin img {
        margin-bottom: 20px;
    }
    .crypto-coin.common-banner {
        background-size: cover;
        background-position: right;
    }
    .crypto-coin h1 {
        margin-bottom: 20px;
    }
    .partnership .col {
        width: 50%;
        flex: unset;
        margin-bottom: 10px;
    }
    .contribute-receive {
        padding: 1rem 0rem 3rem 0rem;
    }
    .ico-rewards {
        padding: 2rem 0rem 0rem 0rem;
    }
    .ico-rewards h2 {
        padding-bottom: 30px;
    }
    .profit-box img {
        margin-bottom: 15px;
        height: 80px;
        object-fit: contain;
        width: 100%;
    }
    .features-success h2 {
        max-width: 540px;
        text-align: center;
        margin: auto;
        margin-bottom: 20px;
    }
    .funding-tabs .nav-item .nav-link {
        padding: 10px 15px;
        font-size: 14px;
    }
    .funding-list {
        font-size: 14px;
        margin-top: 10px;
        width: 100%;
    }
    .coin-list {
        font-size: 14px;
        margin-top: 10px;
    }
    .features-success {
        padding: 3rem 0rem 1rem 0rem;
    }
    .faq {
        padding: 40px 0 0px 0;
    }
    .scrolling-img {
        column-gap: 30px;
        animation: horizontal-slide-from-right-to-left 5s linear infinite normal forwards;
    }
    .our-roadmap .col-md-4:before {
        height: 110px;
    }

}
/* mycsss */

form .mb-3 {
    position: relative;
}

form .mb-3 .bi.pass-toggle {
position: absolute;
    right: 10px;
    top: 50%;
    z-index: 2;
    color: #ffffff;
    font-size: 20px;
    transform: translateY(-50%);
    cursor:pointer;
}

.terms p {
    margin-bottom: 20px;
}

.terms ul {
    list-style: inherit;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
}
.terms .card{
     background: linear-gradient(360deg, #FFB02A -43.64%, #0F0904 22.61%) !important;
    color: #ffffff;
}
.btn.btn-primary {
    background: linear-gradient(180deg, #FFF1C2, #FFD035, #FFAF29);
}
/* mycsss */
