/* @import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap"; */
*,
::after,
::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
html,
body {
  overflow-x: hidden;
}
body {
  font-family: "Poppins", sans-serif;
  color: #333333;
  line-height: 1.8;
  background-color: #ffffff;
}
:root {
  --blue: #089bab;
  --btn-bg: linear-gradient(300deg, #3889e5, #38e5aa);
  --col-dark: #1a1a1a;
  --body-bg: #fbfcfc;
  --fff: #fff;
  --bg-gray-dull: #ececec;
  --outfit-Bold: "Outfit-Bold";
  --outfit-Medium: "Outfit-Medium";
  --outfit-regular: "Outfit-Regular";
  --outfit-SemiBold: "Outfit-SemiBold";
}

body {
  font-family: var(--outfit-regular);
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0px;
  padding: 0;
  margin: 0;
  background-color: var(--body-bg);
  color: #5e5e5e;
}
.ffam-outfit-bold {
  font-family: var(--outfit-Bold);
}
.ffam-outfit-Medium {
  font-family: var(--outfit-Medium);
}
.ffam-outfit-regular {
  font-family: var(--outfit-regular);
}
.ffam-outfit-SemiBold {
  font-family: var(--outfit-SemiBold);
}
@font-face {
  font-family: "Outfit-Bold";
  src: url("https://www.nexus.vin/themeassets/fonts/Outfit-Bold.woff") format("woff");
}
@font-face {
  font-family: "Outfit-Medium";
  src: url("https://www.nexus.vin/themeassets/fonts/Outfit-Medium.woff") format("woff");
}
@font-face {
  font-family: "Outfit-Regular";
  src: url("https://www.nexus.vin/themeassets/fonts/Outfit-Regular.woff") format("woff");
}
@font-face {
  font-family: "Outfit-SemiBold";
  src: url("https://www.nexus.vin/themeassets/fonts/Outfit-SemiBold.woff") format("woff");
}
/* header section */
header {
  top: 0;
  z-index: 19;
  /* position: fixed; */
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  width: 100%;
  position: fixed;
  background: #fff;
  box-shadow: 0px 11px 14px #0066ff14;
  padding: 0px 100px;
}
header .fixed-nav {
  align-items: center;
  width: 100%;
  padding: 15px;
  margin: 0;
  border-radius: 14px;
  justify-content: space-between;
}
header a {
  display: flex;
  text-decoration: none;
}
header .hamburger-icon {
  cursor: pointer;
  /* position: absolute; */
  top: 0px;
  right: 5px;
  z-index: 2;
  margin: 25px;
  display: none;
}
header .logo-content img {
  width: 175px;
}
header .hamburger-icon .bar {
  transition: 0.4s;
  /* margin: 25px; */
}
header .hamburger-icon .bar-1 {
  display: block;
  width: 25px;
  border-top: 2px solid #000;
  padding-top: 5px;
  cursor: pointer;
  transition: 0.4s;
}
header .hamburger-icon .bar-2 {
  display: block;
  width: 20px;
  border-top: 2px solid #000;
  padding-top: 5px;
  transition: 0.4s;
}
header .hamburger-icon .bar-3 {
  display: block;
  width: 14px;
  border-top: 2px solid #000;
  padding-top: 5px;
  transition: 0.4s;
}
header .hamburger-icon .change .bar-1 {
  transform: rotate(-45deg) translate(-4px, 8px);
  width: 26px;
}
header .hamburger-icon .change .bar-2 {
  opacity: 1;
  transform: rotate(45deg) translate(1px, 1.5px);
  width: 26px;
}
header .hamburger-icon .change .bar-3 {
  transform: rotate(45deg) translate(-14px, -9.8px);
  display: none;
}
header .menu-items {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  justify-content: end;
}
header .menu-items li {
  list-style-type: none;
}
header .menu-items li a {
  text-decoration: none;
  padding: 8px 17px;
  font-weight: 400;
  font-size: 16px;
  color: #000;
}
header .menu-items li:hover a,
header .menu-items .active {
  color: #089bab;
}

.blue {
  position: fixed;
  top: 0;
  background: #fff;
  color: white;
}

.banner-section {
  /* padding: 20rem 0px 0px; */
  background-image: url(./BG.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  min-height: 690px;
  overflow: hidden;
  background-position: top;
  padding-top: 100px;
  padding-left: 130px;
}
.banner-content-index {
  padding-top: 130px;
}
.banner-image img {
  width: 90%;
}
.banner-content h1 {
  color: #1a1a1a;
  font-size: 55px;
  font-weight: 700;
  text-transform: uppercase;
}
.banner-content h1 span {
  font-weight: 300;
  color: #777777;
  font-size: 41px;
}
.banner-content p {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  padding: 25px 0px;
}

.banner-content .button a {
  color: #fff;
  display: inline-block;
  margin-top: 0px;
  background: var(--btn-bg);
  text-decoration: none;
  padding: 13px 14px;
  min-width: 158px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.crypto-staking {
  padding: 30px 0px 30px;
  text-align: center;
  background-color: var(--body-bg);
}
.crypto-staking h3 {
  font-size: 35px;
  font-weight: 700;
}
.platform-word {
  font-weight: 100;
}
.crypto-staking p {
  font-size: 18px;
  padding: 10px 0px;
}
p {
  font-family: var(--outfit-regular);
}
.crypto-staking .card-content .box {
  padding: 20px;
  position: relative;
  flex-basis: calc(33.33% - 0px);
  display: flex;
}

.crypto-staking .inner-image {
  border: 1px solid #7aafff;
  border-radius: 50px;
  padding: 20px;
  width: 82px;
  background-color: #e3eeff;
  position: absolute;
  top: 15px;
  left: 40%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.crypto-staking .card-content .box img {
  width: 65px;
  margin-bottom: 20px;
}
.crypto-staking .card-content .box2 .image2 {
  border: 1px solid #64f57c;
  background-color: #dcfce7;
}
.crypto-staking .card-content .box3 .image3 {
  border: 1px solid #ffb068;
  background-color: #ffefe1;
}
.crypto-staking .card-content .box .inner-box {
  padding: 59px;
  background-color: #fdfdfd;
  display: flex;
  align-items: center;
  text-align: left;
}
.crypto-staking .card-content .box .inner-box {
  padding: 40px 25px;
  background-color: #fff;
  display: inline-block;
  align-items: center;
  text-align: left;
  width: 100%;
  border-image: linear-gradient(
      to right,
      #90d8f0 0%,
      #3889e5 50%,
      #38e5aa 70%,
      #62eabc 100%
    )
    1;
  border-width: 1px;
  border-style: solid;
}
.module-border-wrap {
  max-width: 250px;
  padding: 1rem;
  position: relative;
  background: linear-gradient(to right, red, purple);
  padding: 3px;
}

.module {
  background: #222;
  color: white;
  padding: 2rem;
}
.shadow-cyan {
  box-shadow: 0px 0px 15px #39aaa121;
}
.shadow-orange {
  box-shadow: 0px 0px 15px #ffc1561f;
}
.crypto-staking .card-content .box .inner-box::before {
  position: absolute;
  left: 0px;
  width: 27px;
  height: 58px;
  /* bottom: 0; */
  /* z-index: 10; */
  background-color: white;
  top: 60px;
  /* border-radius: 15px; */
  box-shadow: -5px -36px 0px #f7f7f7;
  border: 1px solid white;
  border-top-left-radius: 30px;
}
.crypto-staking .card-content .box .inner-box::after {
  position: absolute;
  right: 0px;
  width: 27px;
  height: 58px;
  /* bottom: 0; */
  /* z-index: 10; */
  background-color: white;
  top: 29px;
  /* border-radius: 15px; */
  box-shadow: 1px -36px 0px #f7f7f7;
  border: 1px solid white;
  border-top-right-radius: 30px;
}
.crypto-staking .card-content .box .inner-box .before {
  content: "";
  width: 100%;
  background-color: #f7f7f7;
  height: 30px;
  position: absolute;
  left: 0;
  /* transform: translateZ(10px); */
  rotate: -6deg;
  top: 14px;
  box-shadow: -2px -30px 0px #f7f7f7;
}
.crypto-staking .card-content .box .inner-box p {
  font-size: 16px;
  padding: 0px 20px;
  font-weight: 300;
  color: #a7a7a7;
  margin-bottom: 0;
  text-align: center;
}
.crypto-staking .card-content .box .inner-box p span {
  color: #17b27f;
  font-weight: 600;
}
.crypto-staking .card-content .box .inner-box h5 {
  /* margin-top: 30px; */
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}
.why-nexus {
  padding: 60px 0px;
}
.what-is-nexus {
  padding: 0px 0px 0px;
  background-image: url(https://www.nexus.vin/themeassets/images/What_is_nexus.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.why-nexus-wrapper {
  color: #777777;
  padding: 70px 0px;
  position: relative;
}

.what-is-nexus .button a h4 {
  margin: 0;
  font-size: 21px;
  font-weight: 600;
}
.what-is-nexus .button a p {
  padding: 5px 0px 0px;
  margin: 0;
}
.host-mn-para {
  font-size: 20px;
  margin-top: 17px;
  color: #333333;
}
.host-your-masternode {
  background-image: url(https://www.nexus.vin/themeassets/images/Host\ Your\ Masternode_BG.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

section.host-your-masternode {
  margin-top: 50px;
}
.host-masternode {
  text-align: center;
  padding: 35px;
}
.what-is-nexus h3 {
  font-size: 35px;
  font-weight: 100;
  padding: 0;
  color: #646464;
  font-family: var(--outfit-Medium);
}
.host-mn-head {
  font-size: 38px;
  font-weight: 100;
  color: var(--col-dark);
}
.what-is-nexus h3 span {
  font-weight: 600;
  color: var(--col-dark);
}
.what-is-nexus p {
  font-size: 19px;
  font-weight: 300;
  padding: 20px 0;
}
.why-nexus .why-nexus-content h3 {
  font-size: 35px;
  font-weight: 200;
  color: var(--col-dark);
  font-family: var(--outfit-Medium);
}
.why-nexus .why-nexus-content h3 span {
  font-weight: 600;
}
.why-nexus .why-nexus-content p {
  font-size: 17px;
  padding: 15px 100px 5px 0px;
  color: #646464;
}
.why-nexus .why-nexus-image img {
  width: 100%;
  margin-top: 5rem;
}
.why-nexus .why-nexus-content li {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  position: relative;
  list-style-type: none;
  margin-bottom: 5px;
}
.why-nexus .why-nexus-content ul {
  margin-top: 43px;
  background-color: #dbfff766;
  padding: 30px 50px;
  position: relative;
}
.why-nexus .why-nexus-content li::after {
  content: "";
  height: 0.2em;
  width: 0.2em;
  background: #1a1a1a;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  top: 10px;
  left: -17px;
  border-radius: 20px;
}
.why-nexus-img {
}
.how-it-works {
  padding: 115px 0px 30px;
  margin-top: -80px;
  text-align: left;
}
.how-it-works h3 {
  font-size: 35px;
  font-weight: 200;
  color: var(--col-dark);
  font-family: var(--outfit-Medium);
}
.how-it-works h3 span {
  font-weight: 700;
}

.how-it-works-para {
  font-size: 15px;
  margin-top: 20px;
}
.how-it-works .inner-works .box p {
  font-size: 17px;
  margin-top: 15px;
}
.how-it-works .inner-works {
  padding: 15px;
  text-align: center;
}
.how-it-works .inner-works .box {
  padding: 15px;
}
.how-it-works .inner-works .box .inner-box {
  text-align: left;
  padding: 45px;
  height: 100%;
  color: #fff;
  border: 1px solid #90d8f0;
  text-align: center;
  border-radius: 10px;
  border-image: linear-gradient(
      to right,
      #90d8f0 0%,
      #3889e5 50%,
      #38e5aa 70%,
      #62eabc 100%
    )
    1;
  border-width: 1px;
  border-style: solid;
}

.how-it-works .inner-works .box img {
  width: 95px;
}

.how-it-works .inner-works .box h5 {
  padding: 20px 0px 20px;
  font-size: 30px;
  margin: 0;
  color: #1a1a1a;
}
.how-it-works .inner-works .box p {
  margin: 0;
  font-size: 20px;
  font-weight: 300;
  color: #1a1a1a9e;
}
.footer {
  /* background: #d9f6ff; */
  padding: 0px 0px;
}
.footer-row-wrapper {
  padding-top: 46px;
  padding-bottom: 40px;
}
.copy-rights {
  background: var(--btn-bg);
}
.footer .copy-rights {
  border-top: 1px solid #ffffff47;
  text-align: center;
  padding: 25px;
  background-color: #089bab;
}
.footer .copy-rights p {
  margin: 0;
  font-size: 15px;
  color: #fff;
}
.footer .copy-rights p a {
  text-decoration: none;
  color: white;
}
.footer .logo-.footer img {
  width: 160px;
}
.footer .logo-.footer {
  margin-top: -10px;
}
.footer .logo-.footer p {
  font-weight: 300;
  font-size: 14px;
  padding: 15px 0px;
}
.footer .location p {
  font-weight: 300;
  font-size: 15px;
  padding: 15px 0px;
}
.footer .location p {
  font-weight: 400;
  font-size: 15px;
  padding: 0px 0px 15px 0px;
}
.footer .visit-us li {
  list-style-type: none;
  text-align: left;
  font-size: 15px;
}
.footer .location {
  padding-left: 60px;
}
.footer .resource ul li a {
  text-decoration: none;
  font-weight: 300;
  font-size: 14px;
  padding: 15px 0px;
  color: #333333;
}
.footer .resource ul li:hover a {
  text-decoration: underline;
}
.footer .resource ul {
  margin-left: 10px;
}
.footer .resource ul li {
  list-style-type: none;
}
.footer .visit-us {
  padding-left: 20px;
}
.footer .visit-us ul {
  padding: 0;
}
.footer .visit-us ul li img {
  width: 22px;
  margin-right: 10px;
}
.footer .visit-us ul li a {
  text-decoration: none;
  color: #333333;
  display: inline-block;
  margin: 5px 0;
}
.footer .visit-us p {
  margin-bottom: 20px;
}

/* our services stylings */

.services-banner-section {
  padding: 180px 0px 70px;
}
.services-banner-section .banner-image img {
  width: 80%;
}
.services-banner-section .banner-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-banner-content {
  /* margin-top: -100px; */
  text-align: center;
}

.inner-banner-content p {
  font-size: 17px;
  padding: 17px 0px;
}
.inner-banner-content h3 {
  font-size: 35px;
  font-weight: 700;
}
.inner-banner-content h3 span {
  color: #089bab;
}
.services-contents .image-content {
  justify-content: end;
  display: flex;
}

.services-contents .image-content div img {
  width: 300px;
}
.head-pg p {
  font-weight: 300;
  font-size: 18px;
  padding: 15px 0px 0px;
  margin: 0;
}

.head-pg {
  font-size: 31px;
  font-weight: 700;
}
.head-pg h3 {
  font-weight: 600;
  font-size: 26px;
}
.head-pg h3 span {
  color: #089bab;
  /* font-weight: 600; */
}
.services-contents .row {
  padding: 15px 100px;

  border-radius: 18px;
  align-items: center;
  background-image: url(https://www.nexus.vin/themeassets/images/our_services_assets/orange_BG.png);
  background-size: cover;
  background-repeat: no-repeat;
  /* background: ; */
}

/* about-us stylings */

.about-banner-section {
  background-image: url(https://www.nexus.vin/themeassets/images/about_us_assets/About-Us.png);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 700px;
  overflow: hidden;
  background-position: top;
  padding-top: 100px;
}
.about-banner-section .banner-image img {
  width: 80%;
}
.about-banner-section .banner-content {
  display: flex;
  align-items: center;
  /* justify-content: center; */
}
.about-banner-section .banner-content h1 {
  margin-right: 30px;
  font-weight: 700;
  padding-top: 18rem;
}
.inner-about-content {
  /* margin-top: -50px; */
  padding: 50px 50px 0px;
}
.mission .inner-about-content {
  margin-top: 0;
}
.inner-about-content p {
  font-weight: 300;
  font-size: 16px;
  padding: 15px 0px 0px;
  margin: 0;
}
.inner-about-content h3 {
  font-size: 35px;
  font-weight: 700;
}

.revolutionary {
  padding: 70px 0px 70px;
  text-align: center;
  min-height: 500px;
  margin-top: 100px;
}

/* faq stylings */

.faq-banner-section {
  padding: 150px 0px 70px;
  background-image: url(https://www.nexus.vin/themeassets/images/Header.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 670px;
}
.faq-banner-section .banner-image img {
  width: 101%;
}
.faq-banner-section .banner-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-banner-section .banner-content h1 {
  margin-right: 30px;
  font-size: 45px;
}

.faq-section h3 {
  color: #00d701;
  text-align: center;
  font-size: 38px;
  font-weight: 700;
}
.faq-section h4 {
  text-align: center;
  margin-bottom: 50px;
}
.containerwidth {
  width: 100%;
}
.wrapper-box {
  padding: 0px 10px;
}

/* masternode stylings */

.masternode-banner-section {
  padding: 70px 0px 70px;
  background-image: url(https://www.nexus.vin/themeassets/images/masternode/masternodes_BG.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  min-height: 500px;
  margin-top: 100px;
  display: flex;
  align-items: center;
}
.masternode-banner-section h1 {
  font-size: 40px;
  font-weight: 600;
  padding: 20px 35px;
  width: auto;
  background-color: #fff;
  border-radius: 15px;
}

.masternode-banner-section img {
  width: 100%;
  padding-left: 0;
}
.masternodes-def h3 img {
  width: 70px;
}
.masternodes-def h3 {
  font-size: 30px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.masternodes-def p {
  font-weight: 300;
  font-size: 14px;
  padding: 15px 0px 0px;
  margin: 0;
}
.masternodes-def li {
  font-weight: 300;
  font-size: 14px;
  padding: 15px 0px 0px;
  margin: 0;
}

.masternodes-def .container {
  overflow: hidden;
}
.masternodes-def .bg1,
.masternodes-def .bg2 {
  width: 125px;
  height: 125px;
  border-radius: 100px;
  position: absolute;
  opacity: 0.1;
}

.dash-section .bg img {
  position: absolute;
  width: 32%;
  bottom: 0;
  left: 10%;
  opacity: 0.1;
  filter: blur(10px);
}
.dash-section .bg1 {
  background-color: #008ce3;
  top: -11%;
  left: 30%;
}
.dash-section .bg2 {
  background-color: #008ce3;
  bottom: -11%;
  right: -4%;
}

.defi-section .bg img {
  position: absolute;
  width: 32%;
  bottom: 0;
  opacity: 0.1;
  filter: blur(10px);
  right: 10%;
}
.defi-section .bg1 {
  background-color: #ff00af;
  top: -12%;
  left: 45%;
}
.defi-section .bg2 {
  background-color: #ff00af;
  bottom: -12%;
  left: -5%;
}

.horizen-section .bg img {
  position: absolute;
  width: 32%;
  bottom: 0;
  left: 10%;
  opacity: 0.1;
  filter: blur(10px);
}
.horizen-section .bg1 {
  background-color: #23d398;
  top: -12%;
  left: 45%;
}
.horizen-section .bg2 {
  background-color: #23d398;
  bottom: -12%;
  right: 10%;
}

.syscoin-section .bg img {
  position: absolute;
  width: 47%;
  bottom: 0%;
  opacity: 0.1;
  filter: blur(10px);
  right: 10%;
}
.syscoin-section .bg1 {
  background-color: #1f5eff;
  top: -12%;
  right: 16%;
}
.syscoin-section .bg2 {
  background-color: #1f5eff;
  bottom: 10%;
  left: -7%;
  height: 104px;
}

.beldex-section .bg img {
  position: absolute;
  width: 32%;
  bottom: 0;
  left: 10%;

  opacity: 0.1;
  filter: blur(10px);
}
.beldex-section .bg1 {
  background-color: #45d84c;
  top: -12%;
  right: 38%;
}
.beldex-section .bg2 {
  background-color: #45d84c;
  bottom: -12%;
  right: 11%;
}

.firo-section .bg img {
  position: absolute;
  width: 27%;
  opacity: 0.1;
  filter: blur(10px);

  bottom: 23%;
  right: 0;
}
.firo-section .bg1 {
  background-color: #9b1c2e;
  top: -10%;
  right: 50%;
}
.firo-section .bg2 {
  background-color: #9b1c2e;
  bottom: -12%;
  left: 30%;
}
.pivx-section .bg img {
  position: absolute;
  width: 27%;
  left: 23%;
  opacity: 0.1;
  filter: blur(10px);
  bottom: 15%;
}
.pivx-section .bg1 {
  background-color: #632d8e;
  top: -11%;
  right: 37%;
}
.pivx-section .bg2 {
  background-color: #632d8e;
  bottom: -11%;
  right: 14%;
}
.diamond-section .bg img {
  position: absolute;
  width: 24%;
  opacity: 0.1;
  filter: blur(10px);
  bottom: 20%;
  right: 0;
}
.diamond-section .bg1 {
  background-color: #3e6492;
  top: -12%;
  left: 50%;
}
.diamond-section .bg2 {
  background-color: #3e6492;
  bottom: -12%;
  left: 30%;
  width: 110px;
}
.divi-section .bg img {
  position: absolute;
  width: 30%;
  left: 23%;
  opacity: 0.1;
  filter: blur(10px);
  bottom: 15%;
}
.divi-section .bg1 {
  background-color: #ec2042;
  top: -12%;
  right: 10%;
}
.divi-section .bg2 {
  background-color: #ec2042;
  bottom: -12%;
  right: 20%;
}

.apis-section .bg img {
  position: absolute;
  width: 24%;
  opacity: 0.1;
  filter: blur(10px);
  bottom: 20%;
  right: 0;
}
.apis-section .bg1 {
  background-color: #ec2042;
  top: -12%;
  left: 38%;
}
.apis-section .bg2 {
  background-color: #ec2042;
  bottom: -12%;
}
.masternodes-def {
  padding-top: 20px;
  overflow: hidden;
  padding-bottom: 70px;
}

/* contact us  */

.contact-banner-section {
  padding: 150px 0px 70px;
  background-image: url(https://www.nexus.vin/themeassets/images/Header.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}
.contact-input-field .box input,
.contact-input-field .box textarea {
  width: 100%;
  outline: none;
  border: none;
  background-color: #fff;
  padding: 14px 18px;
  font-size: 14px;
  color: #3d3d3d;
  border: 1px solid #939393;
}
.logo-footer p {
  font-size: 15px;
  line-height: 1.7;
}
.contact-input-field .box input::placeholder {
  color: #5e5e5e;
}
/* .contact-input-field .box textarea {
  width: 100%;
  border-radius: 8px;
  outline: none;
  border: none;
  background-color: #f4f4f4;
  font-size: 13px;
  font-weight: 300;
  padding: 12px 18px;
  color: #777777;
} */
.contact-input-field .box {
  padding: 7px;
}
.contact-input-field .box5 {
  display: flex;
  justify-content: end;
  margin-top: 10px;
}
.contact-input-field .box4 {
  margin-bottom: 10px;
}
.contact-input-field .box5 p {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 31px;
  display: inline-block;
  cursor: pointer;
  background: var(--btn-bg);
  color: #fff;
}

/* sign-in stylings */

.sign-in-banner-section {
  padding: 140px 0px 70px;
  background-image: url(https://www.nexus.vin/themeassets/images/Header.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}
.sign-in-banner-section h1 {
  margin-bottom: 30px;
}
.sign-in-banner-whole-cnt .row {
  flex-direction: column;
  text-align: left;
}
.sign-in-banner-whole-cnt .row img {
  width: 55%;
  margin-left: 70px;
}
.sign-in-input-field .row {
  padding: 25px;
  border: 1px solid #90d8f0;
}
.sign-in-input-field .box input {
  width: 100%;
  outline: none;
  border: none;
  background-color: #f4f4f4;
  padding: 14px 18px;
  font-size: 14px;
  color: #495992;
  font-weight: 300;
  border: 1px solid #939393;
}
.sign-in-input-field .box input::placeholder {
  color: #495992;
}
h1 {
  font-family: var(--outfit-Medium);
}
.sign-in-input-field .box {
  padding: 7px;
  text-align: left;
}
.sign-in-input-field .box5 {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  align-items: center;
  padding: 0px 7px;
  flex-wrap: wrap;
  gap: 10px;
}
.sign-in-input-field .box5 p {
  margin: 0;
  font-size: 13px;
  color: #0066ff;
  padding-left: 10px;
  font-weight: 300;
}
.sign-in-input-field .box4 {
  margin-bottom: 10px;
}
.sign-in-input-field .box5 .button p {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 8px 40px;
  display: inline-block;
  min-width: 140px;
  cursor: pointer;
  background: var(--btn-bg);
}

/* .signup stylings */

.sign-up-banner-section {
  padding: 140px 0px 70px;
  background-image: url(https://www.nexus.vin/themeassets/images/Header.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}
.sign-up-banner-section h1 {
  margin-bottom: 30px;
}
.sign-up-banner-whole-cnt .row {
  flex-direction: column;
  text-align: left;
}
.sign-up-banner-whole-cnt .row img {
  width: 65%;
  margin-left: 50px;
}

.form-row {
  border: 1px solid #90d8f0;
  padding: 25px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.sign-up-input-field .box input,
.sign-up-input-field .box select {
  width: 100%;
  outline: none;
  border: none;
  background-color: #f4f4f4;
  padding: 14px 18px;
  font-size: 14px;
  color: #2b2a2a;
  font-weight: 500;
  border: 1px solid #939393;
}
.sign-up-input-field .box .classic-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 20px;
  background: url(https://www.nexus.vin/themeassets/images/signup/arrow-form.svg) no-repeat right center;
  width: 100%;
  outline: none;
  border: none;
  background-color: #f4f4f4;
  padding: 14px 18px;
  font-size: 12px;
  color: #5e5e5e;
  font-weight: 500;
  background-size: 56px 16px;
  border: 1px solid #939393;
}

.sign-up-input-field .box select.classic-arrow {
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sign-up-input-field .box input::placeholder {
  color: #5e5e5e;
}
.sign-up-input-field .box {
  padding: 7px;
}
.sign-up-input-field .box12 {
  display: flex;
  /* justify-content: center; */
  margin-top: 10px;
  margin-bottom: 10px;
}
.sign-in-input-field .box4 {
  margin-bottom: 10px;
}
.sign-up-input-field .box10 {
  padding: 7px;
  display: flex;
  align-items: center;
  color: var(--col-dark);
}
.sign-up-input-field .box11 p {
  display: inline-block;
}
.sign-up-input-field .box10 p,
.sign-up-input-field .box11 p,
.sign-up-input-field .box11 span {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  color: var(--col-dark);
}

.sign-up-input-field .box10 input {
  width: unset;
}
.sign-up-input-field .box9 input {
  padding-left: 40px;
}
.sign-up-input-field .box9 {
  position: relative;
}
.sign-up-input-field .box9::after {
  content: "ISD";
  background-color: #fff;
  position: absolute;
  left: 5%;
  top: 20%;
  font-size: 10px;
  padding: 2px 5px;
  color: #5e5e5e;
  border: 1px solid #939393;
}
.sign-up-input-field .box12 p {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  padding: 9px 40px;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  margin-bottom: 5px;
  background: var(--btn-bg);
}
/* TERMS AND CONDITIONS  */
.main-terms-and-conditions p {
  font-weight: 300;
  font-size: 14px;
  margin: 14px 0px;
}
.terms-condition-banner-section {
  margin: 52px 0px 0px;
  text-align: center;
  padding: 120px 0px 50px;
  background-image: url(https://www.nexus.vin/themeassets/images/our_services_assets/blue_BG.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: #777777;
  background-position: center;
}
.terms-condition-banner-section p {
  font-size: 15px;
  padding: 1rem 7rem;
  font-weight: 400;
}
.terms-condition-banner-section h1 {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--col-dark);
}
.inner-term-condition-cnt h3 {
  font-size: 24px;
  font-weight: 600;
  color: var(--col-dark);
  margin: 10px 0px;
}
.inner-term-condition-cnt {
  margin: 20px 0px;
}
.col-white {
  color: #fff;
}
/* .terms-conditions-header {
  background-color: white;
} */
.header-master-img img {
  border-radius: 100%;
  /* margin-left: -30px; */
  position: relative;
  cursor: pointer;
}
.header-master-img a {
  margin-left: -30px;
}
.header-master-img .w-one {
  width: 100px;
  height: 100px;
  z-index: 1;
}
.header-master-img .w-two {
  width: 120px;
  z-index: 2;
  height: 120px;
}
.header-master-img .w-three {
  width: 140px;
  z-index: 3;
  height: 140px;
}
.header-master-img .w-four {
  width: 160px;
  z-index: 4;
  height: 160px;
}
.header-master-img .w-five {
  width: 180px;
  z-index: 5;
  height: 180px;
}
.header-master-img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
}
.disclaimer-header p {
  color: var(--col-dark);
  font-size: 15px;
  margin: 0px;
  padding: 30px 20px;
}
.disclaimer-header {
  background-color: #fff;
}
.logo-footer img {
  width: 170px;
  margin-bottom: 20px;
}
.location h5 {
  line-height: 30px;
  margin: 0;
  color: var(--col-dark);
  font-family: var(--outfit-Medium);
}
.visit-us h5 {
  font-family: var(--outfit-Medium);
}
.col-cyan {
  color: var(--col-dark);
}
.location-img {
  width: 20px;
  margin-right: 5px;
}
.bel-crypto {
  font-size: 15px;
  padding: 15px 0 5px;
}
.col-orange {
  color: #ff9d00;
}
/* //.faq-banner-section */

.faq-section h3 {
  color: #00d701;
  text-align: center;
  font-size: 38px;
  font-weight: 700;
}
.faq-section h4 {
  text-align: center;
  margin-bottom: 50px;
}
.containerwidth {
  width: 100%;
}
.wrapper-box {
  padding: 0px 10px;
}
/* .wrapper {
  background-color: #fff;
  padding: 1px solid#3CD856 20px;
  margin-bottom: 20px;
  border-radius: 13px;
} */
.faqwrapper {
  background-color: #fff;
  border-radius: 13px;
}
.faqwrapper .toggle,
.content {
  font-family: "Poppins", sans-serif;
}

/* Open and close icon styling */
.open-faq {
  display: inline-block; /* Show open icon by default */
  width: 30px;
  height: 30px;
}

.close-faq {
  display: none; /* Hide close icon by default */
  width: 30px;
  height: 30px;
}

/* When the content is open, show the close icon and hide the open icon */
.faqwrapper .toggle.active .open-faq {
  display: none;
}

.faqwrapper .toggle.active .close-faq {
  display: inline-block;
}

.faqwrapper .toggle {
  width: 100%;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  font-size: 14px;
  background: linear-gradient(to right, #e7fbfa, #fff);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 15px 25px;
  text-align: left;
  color: #090513;
  align-items: center;
  position: relative;
  min-height: 70px;
  user-select: none;
  padding: 1px solid#3CD856 20px;
  border-radius: 13px;
  border: 1px solid#3CD856 solid #aebceb;
  box-shadow: 0px 0px 8px 1px #00000017, inset 0 0 6px 2px #fff;
}
.master-content {
  background-color: #fff;
  padding: 0px 20px 0px;
  border-radius: 13px;
  height: 0;
  overflow: hidden;
  transition: all 1s;
  position: relative;
  font-size: 12px;
  color: #777777;
  font-weight: 100;
  /* margin-top: -22px; */
  margin-bottom: 20px;
  z-index: 2;
}
.master-content p {
  font-size: 14px;
  padding: 11px 0px 11px;
  margin: 0;
  color: #090513;
}
.master-content .table {
  color: #000;
  opacity: 1;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
  text-align: center;
}
.faq-head {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
  text-align: center;
}
label {
  color: var(--col-dark);
  font-size: 15px;
  margin-bottom: 10px;
}
.col-red {
  color: red;
}
.head-txt-whole {
  color: var(--col-dark);
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.head-txt-whole span {
  color: #1a1a1a;
  font-weight: 700;
}
.blockchain-img {
  width: 100%;
  height: 100%;
}
.mission {
  padding: 0px 0px 70px;
  background-image: url(https://www.nexus.vin/themeassets/images/about_us_assets/Mission_element.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  text-align: center;
}
.bg-skin {
  background-color: #f0f3f2;
}
.row-center {
  align-items: center;
}
.col-blue {
  color: #008ce3;
}
.col-pink {
  color: #ff00af;
}
.col-nav-blue {
  color: #1f5eff;
}
.col-green {
  color: #3bc142;
}
.col-dark-red {
  color: #9b1c2e;
}
.col-purple {
  color: #602e8a;
}
.col-ash {
  color: #3e6492;
}
.col-bright-red {
  color: #ec2336;
}
input[type="checkbox"] {
  accent-color: #089bab;
  border: 1px solid black;
}
.bg-gr-dash {
  background: radial-gradient(
    99% 40% at 60% 99%,
    #39aaa12c 0%,
    rgba(5, 12, 54, 0) 100%
  );
}
.bg-gr-defi {
  background: radial-gradient(
    45% 47% at 23% 83%,
    #ff00ae15 0%,
    rgba(5, 12, 54, 0) 100%
  );
}
.bg-gr-horizon {
  background: radial-gradient(
    45% 47% at 23% 83%,
    #089bab26 0%,
    rgba(5, 12, 54, 0) 100%
  );
}
.bg-gr-sys {
  background: radial-gradient(
    45% 47% at 23% 83%,
    #1f5fff11 0%,
    rgba(5, 12, 54, 0) 100%
  );
}
.bg-gr-bdx {
  background: radial-gradient(
    45% 47% at 23% 83%,
    #3bc1422a 0%,
    rgba(5, 12, 54, 0) 100%
  );
}
.bg-gr-firo {
  background: radial-gradient(
    45% 47% at 23% 83%,
    #9b1c2f11 0%,
    rgba(5, 12, 54, 0) 100%
  );
}
.bg-gr-pivx {
  background: radial-gradient(
    45% 47% at 23% 83%,
    #612e8a0e 0%,
    rgba(5, 12, 54, 0) 100%
  );
}
.bg-gr-diamond {
  background: radial-gradient(
    45% 47% at 23% 83%,
    #3e649210 0%,
    rgba(5, 12, 54, 0) 100%
  );
}
.bg-gr-divi {
  background: radial-gradient(
    45% 47% at 23% 83%,
    #ec233710 0%,
    rgba(5, 12, 54, 0) 100%
  );
}
.bg-gr-apis {
  background: radial-gradient(
    45% 47% at 23% 83%,
    #c40b1d11 0%,
    rgba(5, 12, 54, 0) 100%
  );
}
.col-dark {
  color: var(--col-dark);
}
.submit-button{
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 31px;
    display: inline-block;
    cursor: pointer;
    background: var(--btn-bg);
    color: #fff;
    border: none;
}
.alert {
  font-size: 14px;
  border-radius: 0px !important;
}
.submitted-text {
  margin-bottom: 9px;
}
.submitted-text-des {
  font-size: 18px;
}
.submitted-img {
  width: 70px;
  margin-bottom: 20px;
}
.submitted-text-des{
  margin-bottom: 20px;
}
.submitted-btn {
  color: #fff;
  display: inline-block;
  margin-top: 5px;
  background: var(--btn-bg);
  text-decoration: none;
  padding: 13px 14px;
  min-width: 158px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}
.error-text{
  color: red;
  font-size: 13px;
}
.reg_loader_width{
  width: 15%;
}
.has-success {
    color: green;
}
.has-error {
    color: red;
}
.form-control-feedback1 {
    position: relative;
    left: 45%;
    bottom: 35px;
    font-size: 13px !important;
}
.form-control-feedback {
    /* position: relative;
    left: 125px;
    bottom: 40px; */
    font-size: 13px !important;
}
#isdcode {
    max-width: 95px;
}
#mobileno {
    max-width: 65%;
}
.hidden{
  display: none;
}
.form-box-wrapper {
    position: relative;
}
.form-box-wrapper .fa-check:before {
    content: "\f00c";
    position: absolute;
    right: 7%;
    top: 37%;
}

.form-box-wrapper .fa-close:before {
    content: "\f00d";
    position: absolute;
    right: 7%;
    top: 37%;
}