
/*===========================
  COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i");

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

@media (max-width: 768px) {
  .desktop-only {
    display: none;
  }
}

@media (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}

.mt-6 {
  margin-top: 60px;
}
.mt-7 {
  margin-top: 70px;
}
.mt-8 {
  margin-top: 80px;
}
.mt-9 {
  margin-top: 90px;
}

:root {
  --font: "Poppins", sans-serif;
  --body-color: #000000;
  --heading-color: #000000;
  --primary-color: #427CEE;
  --white: #ffffff;
  --black: #000000;
}

body {
  font-family: var(--font);
  font-weight: normal;
  font-style: normal;
  color: var(--body-color);
  overflow-x: hidden;
}

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

img {
  max-width: 100%;
}

a,
button,
input,
textarea {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a,
a:focus,
input:focus,
textarea:focus,
button:focus,
.navbar-toggler:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: var(--heading-color);
  margin: 0px;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--body-color);
  margin: 0px;
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

/*===== All Button Style =====*/
.ud-main-btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: 500;
  font-size: 16px;
  border-radius: 5px;
  padding: 15px 25px;
  border: 1px solid transparent;
  color: var(--white);
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background: var(--primary-color);
}

.ud-main-btn:hover {
  color: var(--white);
  background: var(--heading-color);
}

@media (max-width: 767px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.back-to-top {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: var(--primary-color);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 99;
  color: var(--white);
}

.back-to-top:hover {
  color: var(--white);
  background: var(--heading-color);
}

/* ===== Header CSS ===== */
.ud-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.sticky {
  position: fixed;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.sticky .navbar {
  padding: 0;
}

.navbar {
  padding: 0px 0;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-brand {
  padding: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-brand {
    padding: 15px 0px;
  }
}

.navbar-brand img {
  max-width: 160px;
}

.navbar-toggler {
  padding: 0;
}

.navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: var(--black);
  display: block;
  margin: 5px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    background-color: var(--white);
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 0px;
    display: none;
    border-radius: 5px;
  }
  .navbar-collapse.show {
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-nav {
    padding: 20px 30px;
  }
}

.navbar-nav .nav-item {
  position: relative;
  padding: 0px 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav .nav-item {
    padding: 0px 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-nav .nav-item {
    padding: 0px;
  }
}

.navbar-nav .nav-item > a {
  font-size: 16px;
  font-weight: 400;
  color: var(--black);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 25px 8px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-nav .nav-item > a {
    display: block;
    padding: 8px 0;
    color: var(--heading-color);
  }
}

.navbar-nav .nav-item > a:hover, .navbar-nav .nav-item > a.active {
  color: var(--primary-color);
  opacity: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-nav .nav-item > a:hover, .navbar-nav .nav-item > a.active {
    color: var(--primary-color);
    opacity: 1;
  }
}

.navbar-nav .nav-item .ud-submenu {
  position: absolute;
  width: 250px;
  background: var(--white);
  top: 110%;
  padding: 20px 30px;
  -webkit-box-shadow: 0 15px 44px rgba(140, 140, 140, 0.18);
          box-shadow: 0 15px 44px rgba(140, 140, 140, 0.18);
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-nav .nav-item .ud-submenu {
    position: static;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 100%;
    padding: 0px;
    opacity: 1;
    visibility: visible;
    display: none;
  }
}

.navbar-nav .nav-item .ud-submenu.show {
  display: block;
}

.navbar-nav .nav-item .ud-submenu .ud-submenu-link {
  padding: 7px 0;
  color: var(--heading-color);
  font-size: 14px;
}

.navbar-nav .nav-item .ud-submenu .ud-submenu-link:hover {
  color: var(--primary-color);
}

.navbar-nav .nav-item:hover > a {
  color: var(--primary-color);
  opacity: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-nav .nav-item:hover > a {
    color: var(--primary-color);
    opacity: 1;
  }
}


.navbar-nav .nav-item:hover > .ud-submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

@media (max-width: 768px){
  .navbar-nav .nav-item.nav-item-has-children .ud-submenu {
    background-color: #F8F9FB;
    padding: 20px;
  }
}

.navbar-nav .nav-item.nav-item-has-children > a {
  position: relative;
}

.navbar-nav .nav-item.nav-item-has-children > a::after {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  right: -15px;
  top: 50%;
  margin-top: -2px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-nav .nav-item.nav-item-has-children > a::after {
    right: 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-btn {
    position: absolute;
    top: 50%;
    right: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.navbar-btn .ud-main-btn {
  padding: 8px 16px;
  background: transparent;
}

.navbar-btn .ud-login-btn:hover {
  opacity: 0.5;
}

.navbar-btn .ud-white-btn {
  background: rgba(255, 255, 255, 0.2);
}

.navbar-btn .ud-white-btn:hover {
  background: white;
  color: var(--heading-color);
}

.sticky .navbar-toggler .toggler-icon {
  background-color: var(--heading-color);
}

.sticky .navbar-nav .nav-item:hover > a {
  color: var(--primary-color);
  opacity: 1;
}

.sticky .navbar-nav .nav-item a {
  color: var(--heading-color);
}

.sticky .navbar-nav .nav-item a.active, .sticky .navbar-nav .nav-item a:hover {
  color: var(--primary-color);
  opacity: 1;
}

.sticky .navbar-btn .ud-main-btn.ud-login-btn {
  color: var(--heading-color);
}

.sticky .navbar-btn .ud-main-btn.ud-login-btn:hover {
  color: var(--primary-color);
  opacity: 1;
}

.sticky .navbar-btn .ud-white-btn {
  background: var(--primary-color);
  color: var(--white);
}

.sticky .navbar-btn .ud-white-btn:hover {
  background: var(--heading-color);
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #F8F9FB;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}


.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .section-title h1{
    font-size: 28px;
  }
  .section-title h2{
    font-size: 24px;
  }
}


.section-title p {
  margin-bottom: 0;
}

/* ===== sub-title CSS =========================================================== */
.sub-title{
  margin-top: 100px;
  margin-bottom: 80px;
  text-align: center;
}
.sub-title h1{
  margin-bottom: 20px;
}
.sub-title p{
  max-width: 800px;
  margin: 0 auto;
  color: #728a96;
}

@media (max-width: 768px) {
  .sub-title{
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .sub-title h1{
    font-size: 32px;
  }

}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about h3 {
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .about h3 {
    font-size: 28px;
  }
}

.about ul {
  list-style: none;

  padding: 0;
  font-size: 15px;
}

.about ul li + li {
  margin-top: 10px;
}

.about ul li {
  position: relative;
  padding-left: 26px;
}

.about ul i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 22px;
  color: #3498db;
}

.about .icon-boxes {
  padding-top: 10px;
}

.about .icon-boxes h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.about .icon-boxes i {
  font-size: 48px;
  color: #3498db;
}

.about .icon-boxes p {
  font-size: 15px;
  color: #848484;
}

.about .about_01{
  padding: 0 100px;
}

@media (max-width: 768px) {
  .about .about_01{
    padding: 20px ;
  }
}
/*--------------------------------------------------------------
# platform
--------------------------------------------------------------*/
.platform .box {
  margin-bottom: 25px;
  box-shadow: 5px 5px 25px 0px rgba(214, 228, 255, 0.459);
  border-radius: 15px;
  padding: 30px 25px 25px 25px;
  background: #fff;
  width: 100%;
}
.platform hr {
  color: #585858;
}



.platform .box h4 {
  font-weight: 600;
  margin-bottom: 25px;
  font-size: 18px;
}

.platform .box li {
  padding-top: 4px;
  font-size: 14px;
  color: #575757;
  list-style-type: disc;
  margin-left: 15px;
}

.platform .box .icon img {
  width: 60px;

  margin-bottom: 20px;
}


/*--------------------------------------------------------------
# Assets
--------------------------------------------------------------*/


.skills .token {
  padding: 20px 30px;
  border: 1px;
  border-radius: 20px;
  margin-top: 50px;
}

.skills .funds .skill span {
  color: red;
}

.skills .info {
  margin-top: 24px;
  font-size: 13px;
  font-weight: 600;
  padding: 20px ;
  background: #ffffff;
  border: 1px;
  border-radius: 4px;
}
.skills .info ul {
  margin-top: 8px;
  font-weight: 400;
}

.skills .skill {
  margin: 16px 0 2px 0;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #384046;
}

.skills .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress {
  height: 10px;
}

.skills .section-title h1{
  margin-bottom: -20px;
  text-align: left;
}
.skills .allocation .progress-bar {
  background-color: #74c7ff;
}


.skills .funds .progress-bar {
  background-color: #00aeef;
}

/*--------------------------------------------------------------
# Resume Section
--------------------------------------------------------------*/
.resume .resume-title {
  color: var(--heading-color);
  font-size: 30px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
}

.resume .resume-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  margin-left: 5px;

  border-left: 2px solid var(--primary-color);
  position: relative;
}

.resume .resume-item h4 {
  line-height: 18px;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin-bottom: 10px;
}

.resume .resume-item h5 {
  font-size: 16px;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}

.resume .resume-item ul {
  padding-left: 20px;
  list-style-type: disc;
}

.resume .resume-item ul li {
  padding-bottom: 5px;
}

.resume .resume-item:last-child {
  padding-bottom: 0;
}

.resume .resume-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: var(--white);
  border: 2px solid var(--primary-color);
}
/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {

  margin-bottom: 25px;
  box-shadow: 5px 5px 25px 0px rgba(214, 228, 255, 0.459);
  border-radius: 15px;
  padding: 30px ;
  background: #fff;
  width: 100%;
}

.team .member .pic{
  padding: 0 100px;
}
@media (max-width: 768px) {
  .team .member .pic{
    padding: 0 30px;
  }
}


.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  margin-top: 30px;
  font-size: 18px;
}

.team .member span {
  display: block;
  font-size: 13px;
  margin-bottom: 20px;
}

.team .member ul  {
  
  font-size: 14px;
}

.team .member p {
  margin-top: 20px;
  font-size: 14px;
  color: #aaaaaa;
  line-height: 22px;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  color: #0a66c2;
  transition: 0.3s;
}


.team .member .social i {
  font-size: 20px;
  margin: 0 2px;
}
.team .member .social img {
  width: 20px;
  margin-top: -5px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.pt-12{
  padding-top: 120px;
}


.w100{
  width: 100%;
}

.services .eco{
  padding: 0 120px;
}

@media (max-width: 768px) {
  .services .eco{
    padding: 20px ;
  }
}

.services .icon-box {
  margin-bottom: 40px;
}

.services .icon-box img {
  float: left;
  width: 70px;
  margin-right: 20px;
}

@media (max-width: 768px) {
  .services .icon-box img {
    float: none;
    width: 70px;
    margin-bottom: 10px;
  }
}

.tech .mainnet img{
  width: 100%;
}


.services .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}


.services .icon-box p {
  margin-left: 70px;
  line-height: 20px;
  font-size: 14px;
}

@media (max-width: 768px) {
  .services .icon-box h4,
  .services .icon-box p{
    margin-left: 0px;
  }
}


.services li {
  margin-top: 10px;
  margin-left: -10px;
}

.services .bt img {
  width: 150px;
  margin-right: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
}
/*--------------------------------------*/

.services .reward .icon {
  width: 64px;
  height: 64px;
  background: #f1f6fe;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}

.services .reward .icon img {
  width: 40px;
}

.services .reward h4 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .reward p {
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .row {
  overflow: hidden;
}

.services .content-item {
  padding: 40px 40px 30px 40px;
}

.services .line1 {
  border-left: 1px solid #d9e8f4;
  border-bottom: 1px solid #d9e8f4;
  border-top: 1px solid #d9e8f4;
}
.services .line-all {
  border: 1px solid #d9e8f4;
}
.services .line-u {
  border-left: 1px solid #d9e8f4;
  border-right: 1px solid #d9e8f4;
  border-bottom: 1px solid #d9e8f4;
}

.services .right {
  border-right: 1px solid #d9e8f4;
}

.services .line2 {
  border-left: 1px solid #d9e8f4;
  border-bottom: 1px solid #d9e8f4;
}

.services .content-item span {
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #00aeef;
}

.services .content-item h4 {
  font-size: 28px;
  font-weight: 400;
  padding: 0;
  margin: 20px 0;
}

.services .content-item p {
  margin-top: 20px;
  padding: 0;
}

.services .content-item li {
  margin-top: 5px;
}

.services .a2e p {
  margin-top: 10px;
}

.services .a2e img {
  margin-bottom: 15px;
  width: 50px;
}

.services .a2e ul {
  margin-top: 10px;
}

@media (max-width: 768px) {
  .services .content-item {
    padding: 30px 20px;
  }
}

.tech .mainnet img{
  width: 100%;
}

/* ===== Footer CSS ======================================================================= */
.ud-footer {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-box-shadow: inset 0 1px 0 0  rgba(0, 0, 0, 0.1);
  
}

.ud-widget p{
  color: #646464;
  font-size: 16px;
}




.ud-widget .ud-widget-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: flex-end;
  
}

.ud-widget .ud-widget-socials a {
  font-size: 20px;
  color: #98B2BF;
  margin-left: 10px;
}

.ud-widget .ud-widget-socials a:hover {
  color: var(--primary-color);
}



.ud-widget .ud-widget-links a {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 30px;
  color: #f3f4fe;
}

.ud-widget .ud-widget-links a:hover {
  color: var(--primary-color);
  padding-left: 10px;
}

@media (max-width: 757px){
  .ud-widget .ud-widget-socials{
    justify-content: center;
    margin-bottom: 10px;
    padding: 5px; 
    padding-left: 0;  
  }
  .ud-widget .ud-widget-socials a {
    font-size: 30px;
    margin: 10px;
  }
  .ud-widget p{
    text-align: center;
  }
}



