@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

:root {
  --primary-color: #044ae6;
  --secondary-color: #e1b320;
  --black-color: #0b0c10;
  --white-color: #fdfdfd;
  --dark-grey-color: #445765;
  --grey-color: #c3c8cc;
  --bg-color-dark: #000 !important;
  --bg-color: #0b1b2e !important;
  --bg-card: rgba(25, 40, 58, 1);
}

body {
  font-family: "Poppins", sans-serif;
  scroll-margin-top: 50px;
}

.text-highlight {
  color: #f8a51e;
}

h1 {
  font-size: 58px;
  font-weight: 400;
  line-height: 73.92px;
  color: var(--white-color);
}

h2 {
  font-size: 48px;
  font-weight: 400;
  line-height: 65.28px;
  color: var(--white-color);
}

h3 {
  font-size: 32px;
  line-height: 39.68px;
  font-weight: 700;
  color: var(--white-color);
}

h4 {
  font-size: 24px;
  line-height: 28.8px;
  font-weight: 700;
  color: var(--white-color);
}

h5 {
  font-size: 20px;
  line-height: 150%;
  font-weight: 700;
  color: var(--white-color);
}

.body-text {
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  color: var(--grey-color);
}

.caption-text {
  font-size: 13px;
  font-weight: 400;
  line-height: 15.77px;
  color: var(--white-color);
}

.p-btn {
  padding: 12.5px 45px;
  font-size: 16px;
  /* line-height: 19.41px; */
  font-weight: 400;
  background: linear-gradient(90deg, #316bff 0%, #044ae6 100%);
  border-radius: 100px;
  color: var(--white-color);
  text-decoration: none;
  filter: brightness(100%);
  transition: filter 0.5s ease;
  user-select: none;
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

.p-btn:hover {
  filter: brightness(150%);
  color: var(--white-color);
  transition: filter 0.5s ease;
  user-select: none;
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

.p-btn span svg {
  margin-left: 5px;
  margin-bottom: 6px;
  user-select: none;
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

.s-btn {
  padding: 12.5px 45px;
  font-size: 16px;
  /* line-height: 19.41px; */
  font-weight: 400;
  background: linear-gradient(90deg, #ffc531 0%, #e1b320 100%);
  border-radius: 100px;
  color: var(--white-color);
  text-decoration: none;
  filter: brightness(100%);
  transition: filter 0.5s ease;
  user-select: none;
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

.s-btn:hover {
  filter: brightness(110%);
  color: var(--white-color);
  transition: filter 0.5s ease;
  user-select: none;
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

.s-btn span svg {
  margin-left: 5px;
  margin-bottom: 6px;
  user-select: none;
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1240px;
  }
  .container1 {
  left:10%;
  }
  
}

/* PAGE WRAP */
#page-wrap {
  background: var(--bg-color);
  /* background: linear-gradient(var(--bg-color-dark), var(--bg-color-dark) 1000px, var(--bg-color) 1800px, var(--bg-color)); */
  /* width: 100vw;
  overflow-x: hidden;
  height: 100vh; */
}

/* JUBOTRON WRAP */
#jumbotron-wrap {
  /* background-image: url(../images/bg-2.png); */
  /* height: calc(100vh + 200px); */
  height: 1000px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width:600px) {
  .bg-mobile {
    background-image: url(../images/bg-mobile.png) ;
    height: 100%;
    /* width: 100vw; */
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    background-attachment: fixed;
  }
  #jumbotron-wrap {
    background-image: unset;
  }
  .login-text{
    padding: 50px;
  }
  h2{
    line-height: 2.1;
  }
}

/* NAVBAR */
#navbar {
  background: transparent;
  position: sticky;
  z-index: 10000;
}

#navbar .container {
  display: flex;
  justify-content: space-between;
  padding: 32px 0;
}

#navbar .container .left-navbar {
  display: flex;
}

.css-150bwn9 {
    display: inline-flex;
    appearance: none;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    user-select: none;
    position: relative;
    white-space: nowrap;
    vertical-align: middle;
    outline: transparent solid 2px;
    outline-offset: 2px;
    transition-property: var(--chakra-transition-property-common);
    transition-duration: var(--chakra-transition-duration-normal);
    min-width: var(--chakra-sizes-10);
    padding-inline-start: var(--chakra-space-4);
    padding-inline-end: var(--chakra-space-4);
    /* background: rgb(115, 186, 63); */
    background-image: linear-gradient(91deg,#ffaf29 0%,#fecd1a 100%) !important;
    box-shadow: 0 10px 15px 0 rgba(255,174.99999999999997,40.99999999999999,.25098039215686274) !important;
    border-radius: 60px;
    box-shadow: rgba(213, 255, 52, 0.26) 0px 2px 28px;
    padding: 11px 36px;
    border: 1px solid transparent;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: rgb(21, 21, 21);
    height: 42px;
     width:110px;
}

.css-150bwn9:hover {
    background-image: linear-gradient(91deg,#fecd1a 0%,#ffaf29 100%) !important;
    box-shadow: none !important;
}

.css-150bwn91 {
    display: inline-flex;
    appearance: none;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    user-select: none;
    position: relative;
    white-space: nowrap;
    vertical-align: middle;
    outline: transparent solid 2px;
    outline-offset: 2px;
    transition-property: var(--chakra-transition-property-common);
    transition-duration: var(--chakra-transition-duration-normal);
    min-width: var(--chakra-sizes-10);
    padding-inline-start: var(--chakra-space-4);
    padding-inline-end: var(--chakra-space-4);
    /* background: rgb(115, 186, 63); */
    background: transparent;
   border: 1px solid rgb(131, 131, 131) !important;
    border-radius: 60px;
   width:110px;
    padding: 11px 36px;
   
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: rgb(21, 21, 21);
    height: 42px;
}

.css-150bwn91:hover {
    background-image: linear-gradient(91deg,#fecd1a 0%,#ffaf29 100%) !important;
    box-shadow: none !important;
    border: none !important;
}

#navbar .container .left-navbar img {
  height: 40px;
  object-fit: cover;
  vertical-align: middle;
  margin-right: 30px;
  user-select: none;
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

#navbar .container .left-navbar a {
  text-decoration: none;
  margin-right: 18px;
  color: var(--white-color);
  font-size: 14px;
  user-select: none;
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

#navbar .container .left-navbar .navbar-link {
  padding: 14px 0;
  margin-top: -4px;
}

#navbar .container .right-navbar {
  display: flex;
}

#navbar .container .right-navbar .p-btn {
  padding: 12.5px 43px;
  user-select: none;
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

#navbar .container .right-navbar .s-btn {
  padding: 12.5px 33px;
  margin-left: 16px;
  user-select: none;
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

#navbar .mobile-menu {
  display: none;
}

@media only screen and (max-width:1200px) {
  #navbar .container .left-navbar a{
    margin-right: 8px;
    user-select: none;
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
  }

  #navbar .container .right-navbar .p-btn {
    padding: 12.5px 20px;
    user-select: none;
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
  }

  #navbar .container .right-navbar .s-btn{
    padding: 12.5px 15px;
    margin-left: 10px;
    user-select: none;
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
  }
}

@media only screen and (max-width:992px) {
  #navbar .container .left-navbar .navbar-link {
    display: none;
  }
  .mob-logo{
    margin-right: 0 !important;
    margin-left: 20px !important;
  }

  #navbar .container .right-navbar {
    display: none;
  }
  #navbar .mobile-menu {
    position: fixed;
    display: block;
    right: 2rem;
    top: 2rem;
  }
  #navbar .mobile-menu .mobile-button {
    background: transparent;
    border: 0;
  }

  #navbar .mobile-menu i{
    font-size: 2rem;
    color: var(--grey-color);
  }

  #navbar .mobile-menu .offcanvas{
    transition: 0.7s ease all;
    background: rgba(25, 40, 58, 1);
    height: 100vh;
  }

  #navbar .mobile-menu .offcanvas .offcanvas-header{
    padding: 20px;

  }

  #navbar .mobile-menu .offcanvas .offcanvas-body{
    padding: 24px;
    position: relative;

  }

  #navbar .mobile-menu .offcanvas .close-btn{
    background: transparent;
    border: 0;
  }

  #navbar .mobile-menu .offcanvas .line {
    height: 0px;
    width: 100%;
    border: 0.1px solid;
    border-image-source: linear-gradient(
      to left,
      rgba(255, 255, 255, 0) 3.33%,
      #ffffff 56.77%,
      rgba(255, 255, 255, 0) 98.33%
    );
    border-image-slice: 1;
  }

  #navbar .mobile-menu .offcanvas-body .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* height: calc(100% - 132px); */
  }

  #navbar .mobile-menu .offcanvas .menus {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    align-items: center;
  }

  #navbar .mobile-menu .offcanvas .menus a {
    margin-bottom: 32px;
    text-decoration: none;
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
    color: var(--white-color);
  }

  #navbar .mobile-menu .offcanvas-body .button .p-btn{
    margin-right: 20px;
    padding:12.5px 40px;
    user-select: none;
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
  }

  #navbar .mobile-menu .offcanvas-body .button{
    display: flex;
    justify-content: center;
    /* position: absolute;
    bottom: 60px;
    width: 90%; */
  }

  #navbar .mobile-menu .offcanvas-body .button .p-btn{
      margin-right: 20px;
      padding:12.5px 40px;
      user-select: none;
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
  }

  #navbar .mobile-menu .offcanvas-body .button .s-btn{
    padding: 12.5px 30px;
    user-select: none;
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
  }
}

@media only screen and (max-width:600px) {
  #navbar .mobile-menu {
    position: fixed;
    display: block;
    right: 20px;
    top: 34px;
  }
  
  #navbar .mobile-menu i{
    font-size: 20px; 
  }
}
/* END  NAVBAR */

/* JUMBOTRON */
#jumbotron {
  min-height: 100vh;
  background: #131313;
  border-left: 1px solid rgb(37, 37, 37);
  margin-top: -172px;
  position: relative;
  overflow: visible;
  margin-bottom: 100px;
}

#jumbotron .ellipse-1 {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  user-select: none;
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

@media (min-width: 768px){
.navbar-header {
    float:none !important;
}
}

.navbar-header:before,.navbar-header:after{
    content: unset !important;
}
#jumbotron .ellipse-2 {
  position: absolute;
  z-index: 1;
  top: 400px;
  right: 0;
  user-select: none;
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

#jumbotron .container {
  position: relative;
}


#jumbotron .video1 {
  display: none;
}

#jumbotron .video {
  position: absolute;
  right: 0;
  top: 170px;
  height: 400px;
}

#jumbotron .video .wrap {
  width: 100%;
  height: 100%;
  position: relative;
  box-shadow: 0 0 60px 100px rgba(11, 27, 46, 1);
}

#jumbotron .video .cover1 {
  position: absolute;
  top: 0;
  left: -1px;
  height: 100%;
  width: 20%;
  background-image: linear-gradient(to right , rgba(11, 27, 46, 1) , rgba(11, 27, 46, 0));
}

#jumbotron .video .cover2 {
  position: absolute;
  top: 0;
  left: -1px;
  height: 20%;
  width: 100%;
  background-image: linear-gradient(to bottom , rgba(11, 27, 46, 1) , rgba(11, 27, 46, 0));
}

#jumbotron .video .cover3 {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 20%;
  background-image: linear-gradient(to left , rgba(11, 27, 46, 1) , rgba(11, 27, 46, 0));
}

#jumbotron .video .cover4 {
  position: absolute;
  bottom: 0;
  left: -1px;
  height: 20%;
  width: 100%;
  background-image: linear-gradient(to top , rgba(11, 27, 46, 1) , rgba(11, 27, 46, 0));
}

#jumbotron .video video {
  /* width: 100%; */
  height: 100%;
}

#jumbotron .container .content {
  width: 100%;
  position: relative;
  z-index: 10;
}

#jumbotron .hero-image {
  width: 40%;
  position: relative;
}


#jumbotron .container h1 {
  font-weight: 500;
  color: var(--white-color);
  width: 60%;
  padding-top: 200px;
}

#jumbotron .container .jumbotron-button {
  display: flex;
  margin-top: 48px;
}

#jumbotron .container .jumbotron-button .p-btn {
  padding: 12.5px 24px;
  margin-right: 1rem;
  user-select: none;
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

#jumbotron .container .jumbotron-button .s-btn {
  padding: 12.5px 36px;
  user-select: none;
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

#jumbotron .container .jumbotron-resume {
  margin-top: 95px;
  display: flex;
}

#jumbotron .container .jumbotron-resume .item {
  margin-right: 32px;
}

#jumbotron .container .jumbotron-resume .caption-text {
  color: rgba(253, 253, 253, 0.51);
}

#jumbotron .container .jumbotron-resume .line {
  height: 30px;
  width: 0;
  border: 0.5px solid;
  border-image-source: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 3.33%,
    #ffffff 56.77%,
    rgba(255, 255, 255, 0) 98.33%
  );
  border-image-slice: 1;
  margin-right: 32px;
  margin-top: 10px;
}

#jumbotron .jumbotron-resume-mobile {
  display: none;
}

@media only screen and (min-width:1500px) {
  #jumbotron .video {
    display: none;
  }

  #jumbotron .video1 {
    position: absolute;
    right: 0;
    top: 170px;
    height: 400px;
    display: block;
  }
  
  #jumbotron .video1 .wrap {
    width: 100%;
    height: 100%;
    position: relative;
    box-shadow: 0 0 60px 100px rgba(11, 27, 46, 1);
  }
  
  #jumbotron .video1 .cover1 {
    position: absolute;
    top: 0;
    left: 0px;
    height: 100%;
    width: 35%;
    background-image: linear-gradient(to right , rgba(11, 27, 46, 1) 15%, rgba(11, 27, 46, 0));
  }
  
  #jumbotron .video1 .cover2 {
    position: absolute;
    top: 0;
    left: 0px;
    height: 15%;
    width: 100%;
    background-image: linear-gradient(to bottom , rgba(11, 27, 46, 1) , rgba(11, 27, 46, 0));
  }
  
  #jumbotron .video1 .cover3 {
    position: absolute;
    top: 0;
    right: 0px;
    height: 100%;
    width: 30%;
    background-image: linear-gradient(to left , rgba(11, 27, 46, 1) 25%, rgba(11, 27, 46, 0));
  }
  
  #jumbotron .video1 .cover4 {
    position: absolute;
    bottom: 0;
    left: 0px;
    height: 50%;
    width: 100%;
    background-image: linear-gradient(to top , rgba(11, 27, 46, 1) , rgba(11, 27, 46, 0));
  }
  
  #jumbotron .video1 video {
    /* width: 100%; */
    height: 100%;
  }
}

@media only screen and (max-width:1400px) {
  #jumbotron .ellipse-2{
    bottom: 10%;
    user-select: none;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
  }

  #jumbotron .container h1 {
    width: 70%;
  }
}

@media only screen and (max-width:1200px) {
  #jumbotron .ellipse-2{
    bottom: 10%;
    user-select: none;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
  }

  #jumbotron .container h1 {
    font-size: 48px;
    font-weight: 600;
    width: 67%;
  }

  #jumbotron .video {
    top: 190px;
    height: 340px;
  }
}

@media only screen and (max-width: 992px) {
  #jumbotron .ellipse-2 {
    bottom: 10%;
    user-select: none;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
  }
  #jumbotron .ellipse-2 {
    bottom: 10%;
    user-select: none;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
  }
  #jumbotron .container h1 {
    width: 70%;
    font-size: 40px;
    font-weight: 600;
  }

  #jumbotron .ellipse-1 {
    width: 100%;
    user-select: none;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
  }

  #jumbotron .video {
    display: none;
  }

}

@media only screen and (max-width: 768px) {
  #jumbotron .ellipse-2 {
    bottom: 10%;
    user-select: none;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
  }
  #jumbotron .container h1 {
    width: 100%;
    font-size: 40px;
    font-weight: 600;
  }

  #jumbotron .ellipse-1 {
    width: 100%;
    user-select: none;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
  }
  #jumbotron .hero-bg {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  #jumbotron .container h1 {
    padding-top: 132px;
    font-size: 30px;
    font-weight: 500;
    color: var(--white-color);
    width: 100%;
    text-align: center;
    line-height: 42px;
    padding-left: 10px;
    padding-right: 10px;
  }

  #jumbotron .container .jumbotron-button {
    justify-content: center;
  }

  #jumbotron .ellipse-1 {
    width: 300px;
    user-select: none;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
  }

  #jumbotron .ellipse-2 {
    width: 350px;
    user-select: none;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
  }

  #jumbotron .jumbotron-resume {
    display: none !important;
  }

  #jumbotron .jumbotron-resume-mobile {
    display: block;
    background: rgba(11, 27, 46, 1);
    width: 100%;
    margin-top: 100px;
    position: relative;
    padding: 24px 20px;
  }

  #jumbotron .jumbotron-resume-mobile .col-6:nth-child(1) ,
  #jumbotron .jumbotron-resume-mobile .col-6:nth-child(2) {
    margin-bottom: 28px;
  }

  #jumbotron .jumbotron-resume-mobile .ellipse-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #jumbotron .jumbotron-resume-mobile .ellipse-2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #jumbotron .jumbotron-resume-mobile .col-6 h5,
  #jumbotron .jumbotron-resume-mobile .col-6 p{
    text-align: center;
    margin-bottom: 0;
  }
  
  #jumbotron .jumbotron-resume-mobile .col-6 h5{
    font-size: 18px;
  }

  #jumbotron .jumbotron-resume-mobile .col-6 p{
    font-size: 14px;
  }
  
  #jumbotron .jumbotron-resume-mobile .row{
    position: relative;
  }

  #jumbotron .jumbotron-resume-mobile .row .line{
    height: 100%;
    width: 0;
    border: 0.1px solid;
    border-image-source: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 3.33%,
      #ffffff 56.77%,
      rgba(255, 255, 255, 0) 98.33%
    );
    border-image-slice: 1;
    position: absolute;
    left: 50%;
    padding: 0;
  }
}


/* END JUMBOTRON */

/* Discover */
#discover {
  margin-top: -196px;
  background: transparent;
  min-height: 100vh;
  position: relative;
}

#discover .heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#discover .heading {
  margin-bottom: 72px;
}

#discover .heading h3 {
  margin-bottom: 20px;
}

#discover .heading .body-text {
  width: 50%;
  line-height: 150%;
}

#discover .card-wrap .col {
  padding: 0 13px;
  margin-bottom: 26px;
}

#discover .card-wrap .item-wrap {
  position: relative;
  overflow: hidden;
  padding: 0;
}
#discover .card-wrap .item {
  position: relative;
  padding: 28px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  width: 100%;
  background: var(--bg-card) ;
}

#discover .card-wrap .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 24px;
  padding: 1.5px;
  background: linear-gradient(
    299.19deg,
    rgba(255, 255, 255, 0.12) 0%,
    rgba(255, 255, 255, 0.04) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

#discover .card-wrap .ellipse {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 24px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  user-select: none;
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

#discover .card-wrap .icon {
  width: 56px;
  height: 56px;
  background: rgba(24, 47, 76, 1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#discover .card-wrap .icon img {
  height: 23px;
  width: 23px;
  object-fit: cover;
  vertical-align: middle;
  user-select: none;
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

#discover .card-wrap .item h5 {
  margin-top: 28px;
  margin-bottom: 12px;
}

#discover .card-wrap .item .body-text {
  line-height: 150%;
  margin-bottom: 0;
  flex-grow: 1;
  height: 160px;
}


@media only screen and (max-width:1200px) {
  #discover .card-wrap .item .body-text {
    height: 200px;
  }
  }

@media only screen and (max-width:992px) { 
  #discover {
    margin-top: -100px;
  }
 
  
  #discover .card-wrap .item .body-text {
    height: 160px;
  }
}

@media only screen and (max-width:768px) { 
  #discover {
    margin-top: -196px;
  }
  
}

@media only screen and (max-width:600px) {
  #discover .card-wrap .item-wrap {
    background: var(--bg-color);
  }
  #discover .heading .body-text{
    width: 100%;
  }
  #discover .heading h3{
    font-weight: 400;
  }
  #discover .heading{
    margin-bottom: 40px;
  }
}
/* End Discover */

/* Roadmap */
#roadmap {
  padding-top: 72px;
  padding-bottom: 138px;
  overflow-y: hidden;
  position: relative;
}

#roadmap-wrap{
  transition: 1s ease all;
}

#roadmap .description h3 {
  margin-bottom: 20px;
}

#roadmap .description p {
  margin-bottom: 86px;
  color: var(--grey-color);
}

#roadmap .description .sign-wrap {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
}

#roadmap .description .sign-wrap .next,
#roadmap .description .sign-wrap .prev {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  border: 1px solid rgba(68, 87, 101, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 16px;
  background: var(--bg-color);
  margin-top: -80px;
  filter: brightness(100%);
  transition: filter 0.5s ease;
}

#roadmap .description .sign-wrap .next:hover,
#roadmap .description .sign-wrap .prev:hover {
  filter: brightness(140%);
  transition: filter 0.5s ease;
}

#roadmap .description .sign-wrap i {
  color: var(--white-color);
  font-size: 1rem;
}

#roadmap .description .sign-wrap .disable i {
  color: var(--dark-grey-color);
  font-size: 1rem;
}

#roadmap .roadmap-mobile {
  display: none;
}

#roadmap .line {
  width: 100%;
  height: 1.5px;
  background: rgba(68, 87, 101, 1);
  margin-bottom: -50px;
}

#roadmap .container {
  overflow-x: hidden;
  padding-top: 50px;
}

#roadmap .roadmap-wrap {
  display: flex;
}

#roadmap .roadmap-wrap .item {
  margin-right: 50px;
  position: relative;
}

#roadmap .roadmap-wrap .item .circle {
  position: absolute;
  left: 5px;
  top: -7px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(4, 74, 230, 1);
}

#roadmap .roadmap-wrap .item .circle::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  padding: 8px;
  background: rgba(24, 47, 76, 1);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

#roadmap .roadmap-wrap .item h5 {
  width: 206px;
  margin-top: 30px;
}

#roadmap .roadmap-wrap .item .body-text {
  width: 206px;
  line-height: 150%;
}

#roadmap .mobile-roadmap {
  display: none;
}

@media only screen and (max-width: 1200px) {
  #roadmap .mobile-roadmap {
      display: none;
  }
}

@media only screen and (max-width: 768px) {
  #roadmap .mobile-roadmap {
      display: none;
  }
}

@media only screen and (max-width:600px) {
  #roadmap {
    padding-top: 60px;
    padding-bottom: 138px;
    overflow-y: hidden;
  }
  #roadmap .prev-next,
  #roadmap .line,
  #roadmap .container .roadmap-wrap {
    display: none;
  }

  #roadmap .mobile-roadmap {
    display: block;
  }

  #roadmap .description p{
    margin-bottom: 40px;
  }
  
  #roadmap .mobile-roadmap .container{
    padding-top: 0;
    position: relative;
  }
  
  #roadmap .container.desktop{
    padding-top: 0;
  }

  #roadmap .mobile-roadmap .container .line{
    height: 89%;
    background: rgba(68, 87, 101, 1);
    width: 2px;
    position: absolute;
    left: 30px;
    display: block;
    top: 20px;
  }

  #roadmap .mobile-roadmap .container .items{
    display: flex;
    flex-direction: column;
    margin-left: 40px;
    padding: 20px 0;
    overflow-y:visible;

  }

  #roadmap .mobile-roadmap .container .item{
    margin-bottom: 24px;
    position: relative;
  }

  #roadmap .mobile-roadmap .container .item h5,
  #roadmap .mobile-roadmap .container .item p{
    margin-left: 10px;
  }

  #roadmap .mobile-roadmap .item .circle {
    position: absolute;
    left: -27px;
    top: 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(4, 74, 230, 1);
  }
  
  #roadmap .mobile-roadmap .item .circle::before {
    content: "";
    position: absolute;
    top: -8px;
    left: -8px;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    padding: 8px;
    background: rgba(24, 47, 76, 1);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
  }

  #roadmap{
    padding-bottom: 60px !important;
  }

}
/* End Roadmap */

/* Bank Account */
#bank-account {
  position: relative;
}
#bank-account .left {
  padding-bottom: 131px;
  padding-top: 113px;
}

#bank-account .left h3 {
  width: 50%;
  margin-bottom: 0;
}

#bank-account .left p {
  margin-top: 20px;
  line-height: 150%;
  margin-bottom: 55px;
}

#bank-account .left .p-btn {
  padding: 12.5px 24px;
  margin-bottom: 131px;
  user-select: none;
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

#bank-account .right {
  /* display: flex;
  justify-content: center; */
}

#bank-account .right .img-bank-account {
  width: 100%;
  user-select: none;
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

@media only screen and (max-width: 1200px){
  #bank-account .left h3{
    width: 80%;
  }
}

@media only screen and (max-width: 768px){
  #bank-account .right .img-bank-account {
    width: 100%;
    margin-top: 100px;
    user-select: none;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    /* height: 400px; */
  }
  #bank-account .row {
    display: flex;
    flex-direction: column-reverse;
  }
  #bank-account .left {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 600px){
  #bank-account .left h3{
    width: 100%;
    font-weight: 400;
  }

  #bank-account .left {
    padding-bottom: unset;
    padding-top: unset;
  }



  #bank-account .right .img-bank-account {
    width: 100%;
    user-select: none;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
  }
}
/* End Bank Account */

/* About Future */
#about-future {
  /* padding-top: 120px; */
  position: relative;
}

#about-future .left {
  left: 4px;
  bottom: 25px;
}

#about-future .img-about-future {
  width: 45%;
  position: absolute;
  left: 0;
  top: 50px;
  user-select: none;
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

#about-future .right {
  /* margin-bottom: 0;
  line-height: 1; */
  padding: unset;
  
}

#about-future .right h3 {
  margin-bottom: 0;
  line-height: 1;
}

#about-future .body-text {
  line-height: 150%;
  margin-bottom: 55px;
  margin-top: 20px;
  width: 90%;
}

#about-future .right .p-btn {
  padding: 12.5px 29px;
  user-select: none;
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

@media only screen and (max-width: 768px){
  #about-future .img-about-future {
    top: 150px;
    user-select: none;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
  }

  #about-future .left {
    height: 450px;
  }
  #about-future .img-about-future {
    width: 80%;
    user-select: none;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
  }
}

@media only screen and (max-width:600px) {
  #about-future .right {
    /* margin-left: 15px; */
  }

  #about-future .left {
    height: 450px;
  }

  #about-future .img-about-future {
    width: 80%;
    user-select: none;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
  }
}
/* End About Future */

/* Highlight */
#highlight {
  background: transparent;
  padding-top: 120px;
  position: relative;
}

#highlight .column {
  border-radius: 24px;
  padding: 0 18px;
  margin-bottom: 40px;
}

#highlight .ellipse {
  position: absolute;
  bottom: -100px;
  right: 100px;
  user-select: none;
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

#highlight .column .wrap {
  border-radius: 24px;
  position: relative;
  overflow: visible;
  height: 100%;
  width: 100%;
  padding: 32px 28px;
  z-index: 100;
  background: var(--bg-card);
}

#highlight .column .wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 24px;
  padding: 1.5px;
  border: 1, 4px solid;
  background: linear-gradient(
    299.19deg,
    rgba(255, 255, 255, 0.12) 0%,
    rgba(255, 255, 255, 0.04) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

#highlight .column .wrap .ellipse {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#highlight .column .wrap .icon {
  background: rgba(24, 47, 76, 1);
  border-radius: 50%;
  height: 56px;
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -15px;
  top: -15px;
}

#highlight .column .wrap .icon img {
  width: 23px;
  height: 23px;
  object-fit: cover;
  vertical-align: middle;
  user-select: none;
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

#highlight .column .wrap .content h5 {
  margin-bottom: 11px;
}

#highlight .column .wrap .content .body-text {
  line-height: 150%;
  margin-bottom: 0;
}


@media only screen and (max-width:1200px) {
  #highlight .ellipse {
    position: absolute;
    bottom: -120px;
    right: 30px;
    user-select: none;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
  }
}

@media only screen and (max-width:600px) {
  
  #highlight .column .wrap .icon {
    right: 12px;
    top: -15px;
  }

  #highlight .column {
    /* border-radius: 24px; */
    padding: 0 20px;
    margin-bottom: 36.5px;
  }
  #highlight .ellipse {
    display: none;
    user-select: none;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
  }
}
/* end highlight */

/* presale */
#presale {
  padding-top: 128px;
  padding-bottom: 100px;
  position: relative;
  overflow: visible;
}

#presale .ellipse {
  position: absolute;
  left: 0;
  top: -250px;
  user-select: none;
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

#presale .ellipse2 {
  position: absolute;
  right: 0;
  top: 0;
  user-select: none;
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

#presale .ellipse3 {
  display: none;
  user-select: none;
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

#presale .column {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#presale .column.top{
  justify-content: start;
}

#presale .card {
  position: relative;
  padding: 32px 28px;
  background: transparent;
  border-radius: 24px;
  width: 384px;
}

#presale .column .card::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 24px;
  padding: 1.5px;
  border: 1, 4px solid;
  background: linear-gradient(
    299.19deg,
    rgba(255, 255, 255, 0.12) 0%,
    rgba(255, 255, 255, 0.04) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

#presale .card .content .top {
  border-bottom: 1px solid rgba(68, 87, 101, 1);
}

#presale .card img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  user-select: none;
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

#presale h3 {
  margin-bottom: 40px;
  line-height: 43px;
}

#presale .content .top {
  display: flex;
  justify-content: space-between;
}
#presale .card .content1 .top {
  border-bottom: 1px solid rgba(68, 87, 101, 1);
}

#presale .content .top .caption-text {
  line-height: 19px;
  margin-bottom: 8px;
  color: var(--grey-color);
}

#presale .content .top .body-text {
  line-height: 19px;
  color: var(--white-color);
  font-weight: 700;
  margin-bottom: 28px;
}

#presale .content .bottom {
  padding-top: 32px;
  display: flex;
}

#presale .content .bottom .item {
  margin-left: 24px;
  min-width: 65px
}

#presale .content .bottom .item:nth-child(1) {
  margin-left: 0;
}

#presale .content .bottom .item h2 {
  font-weight: 700;
  line-height: 59px;
  text-align: center;
}

#presale .content .bottom .item .caption-text {
  text-align: center;
}

#presale .p-btn {
  margin-top: 36px;
  width: 385px;
  user-select: none;
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

#presale .p-btn p {
  text-align: center;
  margin-bottom: 0;
  user-select: none;
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

#presale .container .chart {
  display: flex;
  justify-content: center;
  
}

#presale .container .chart .chart-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 350px;
  width: 350px;
  padding: 10px;
  overflow: visible;
}

#presale .container .chart .chart-wrap #myChart {
  height: 320px !important;
  width: 320px !important;
}


#presale .container .chart .chart1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 328px; 
  height: 328px; 
  object-fit: cover; 
  opacity: 1;
  transition: 1s ease opacity;
}

#presale .container .chart .chart2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 328px; 
  height: 328px; 
  object-fit: cover; 
  opacity: 0;
  transition: 1s ease opacity;
}


#presale .container .chart .chart-wrap:hover .chart1{
  opacity: 0;
  transition: 1s ease opacity;
}


#presale .container .chart .chart-wrap:hover .chart2{
  opacity: 1;
  transition: 1s ease opacity;
}

#presale #chart .circle {
  width: 97px;
  height: 97px;
  border-radius: 50%;
  position: absolute;
  background: var(--bg-color);
  z-index: -1;

} 

#presale #chart .circle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  padding: 10px;
  background: linear-gradient(180deg, #85AAFF 0%, #3F7AFF 34.24%, #044AE6 66.89%, #044AE6 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

#presale .container .right .description  {
  display: flex;
  justify-content: center;
}

#presale .container .right .description .row {
  /* width: 422px; */
  margin-top: 40px;
}

#presale .container .right .description .row .top,
#presale .container .right .description .row .bottom {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#presale .container .right .description .row .item {
  margin-bottom: 12px;
  display: flex;
  padding: 0 9px;
}

#presale .container .right .description .dots1 {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(63, 122, 255, 1);
  margin-right: 6px;
  margin-top: 3px;
}

#presale .container .right .description .dots2 {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(63, 122, 255, 1);
  margin-right: 6px;
  margin-top: 3px;
}

#presale .container .right .description .dots3 {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(133, 170, 255, 1);
  margin-right: 6px;
  margin-top: 3px;
}

#presale .container .right .description .dots4 {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(155, 47, 99, 1);
  background: rgba(225, 179, 32, 1);
  margin-right: 6px;
  margin-top: 3px;
}

#presale .container .right .description .dots5 {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(155, 47, 99, 1);
  margin-right: 6px;
  margin-top: 3px;
}

#presale .container .right .description .dots6 {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(138, 41, 86, 1);
  margin-right: 6px;
  margin-top: 3px;
}

#presale .container .right .description .body-text {
  margin-bottom: 0;
  color: var(--white-color);
  white-space: nowrap;
}

@media only screen and (max-width: 992px) {
  #presale .ellipse {
    width: 100%;
    user-select: none;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
  }
  #presale h3.coins {
    margin-top: 60px;
}
}

@media only screen and (max-width: 768px) {
  #presale .ellipse {
    width: 50%;
    height: 50%;
    user-select: none;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
}

#presale .ellipse2 {
    width: 50%;
    height: 50%;
    user-select: none;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
}
}

@media only screen and (max-width:600px) {
  #presale {
    padding-top: 60px;
    padding-bottom: unset;
  }
  #presale .card {
    width: 335px;
  }

  #presale .p-btn {
    /* margin-top: 36px; */
    width: 335px;
    user-select: none;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
  }

  #presale .ellipse {
    width: 100%;
    height: 100%;
    user-select: none;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
  }

  #presale .ellipse2 {
    height: 100%;
    width: 100%;
    user-select: none;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
  }

  #presale .ellipse3 {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    user-select: none;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
  }

  #presale h3.coins {
    margin-top: 60px;
  }

  #presale .bottom .item {
    min-width: 0 !important;
  }

  #presale h2 {
    font-size: 30px;

  }
  #presale {
    overflow:hidden;
  }
  #presale .container .right .description .row {
    padding-bottom:40px ;
  }
}
/* end presale */

/* whitepapper */
#whitepapper {
  padding-bottom: 120px;
}

#whitepapper .left,
#whitepapper .right {
  padding: 0 50px;
}

#whitepapper .left img {
  width: 530px;
  height: 530px;
  object-fit: cover;
  user-select: none;
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

#whitepapper .right h3 {
  line-height: 43px;
  margin-bottom: 20px;
}

#whitepapper .right .body-text {
  line-height: 150%;
  margin-bottom: 52px;
  width: 480px;
}

#whitepapper .right .p-btn {
  padding: 12.5px 31px;
  user-select: none;
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

@media only screen and (max-width:1200px) {
  #whitepapper .left img{
    width: 430px;
    height: 430px;
    user-select: none;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
  }
  #whitepapper .right .body-text{
    width: 90%;
  }
}

@media only screen and (max-width: 992px) {
  #whitepapper .right h3 {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 768px) {
  #whitepapper .right h3 {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 600px) {
  #whitepapper .left,
  #whitepapper .right {
    padding: 0 20px;
  }

  #whitepapper .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    user-select: none;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
  }

  #whitepapper .right h3 {
    margin-top: 40px;
    font-size: 28px;
    font-weight: 400;
  }

  #whitepapper .right .body-text {
    /* line-height: 150%;
            margin-bottom: 52px; */
    width: 100%;
  }
}
/* end whitepapper */

/* media */
#media {
  padding-bottom: 141px;
}

.show-media-button {
  cursor: pointer;
}

.show-media-row-container {
  display: none;
}

#media .header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#media h3 {
  margin-bottom: 20px;
  line-height: 43px;
  text-align: center;
}

#media .body-text {
  line-height: 150%;
  text-align: center;
  margin-bottom: 72px;
  width: 540px;
}

#media .col-lg-4 {
  padding: 13px;
  user-select: none;
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

#media .item {
  margin-bottom: 0;
  height: 360px;
  background: rgba(25, 40, 58, 1);
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#media iframe {
  width: 100%;
  height: 100%;
  border-radius:24px ;
}

#media .item:hover {
  background: rgba(238, 238, 238, 1);
  transition: 0.5s ease all;
}

#media .item img {
  height: 70px;
  width: 100px;
  object-fit: cover;
  vertical-align: middle;
  margin-bottom: 20px;
}


@media only screen and (max-width: 600px) {
  #media {
    padding-bottom: 60px;
  }

  #media h3 {
    line-height: 28px;
    font-weight: 400;
  }

  #media .body-text {
    margin-bottom: 40px;
    width: 100%;
  }

  #media .col-lg-4 {
    padding: 0 20px;
    padding-bottom: 20px;
    user-select: none;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
  }
}

/* end media */

/* projects */
#projects {
  padding-bottom: 141px;
}

.project-logo-svg {
  width: 240px;
  margin: 20px;
  opacity: 0.7;
  transition: .25s;
  padding: 30px;

  border-radius: 24px;
  position: relative;
  overflow: visible;
  padding: 32px 28px;
  z-index: 100;
  background: var(--bg-card);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.project-logo-svg:hover {
  opacity: 1;
  transition: .25s;
}

.show-media-button {
  cursor: pointer;
}

.show-media-row-container {
  display: none;
}

#projects .header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#projects h3 {
  margin-bottom: 20px;
  line-height: 43px;
  text-align: center;
}

#projects .body-text {
  line-height: 150%;
  text-align: center;
  margin-bottom: 72px;
  width: 540px;
}

#projects .col-lg-4 {
  padding: 13px;
  user-select: none;
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

#projects .item {
  margin-bottom: 0;
  height: 360px;
  background: rgba(25, 40, 58, 1);
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#projects iframe {
  width: 100%;
  height: 100%;
  border-radius:24px ;
}

#projects .item:hover {
  background: rgba(238, 238, 238, 1);
  transition: 0.5s ease all;
}

#projects .item img {
  height: 70px;
  width: 100px;
  object-fit: cover;
  vertical-align: middle;
  margin-bottom: 20px;
}


@media only screen and (max-width: 600px) {
  #projects {
    padding-bottom: 60px;
  }

  #projects h3 {
    line-height: 28px;
    font-weight: 400;
  }

  #projects .body-text {
    margin-bottom: 40px;
    width: 100%;
  }

  #projects .col-lg-4 {
    padding: 0 20px;
    padding-bottom: 20px;
    user-select: none;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
  }
}

/* end projects */

/* Our Team */
#ourteam{
  position: relative;
}

#ourteam .ellipse1{
  position: absolute;
  left: 0;
  top: 0;
  user-select: none;
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

#ourteam .ellipse2{
  position: absolute;
  right: 100px;
  top: 50px;
  user-select: none;
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

#ourteam .ellipse3{
  position: absolute;
  right: 0;
  top: 800px;
  user-select: none;
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

#ourteam .header{
  display: flex;
  flex-direction: column;
  align-items: center;
}

#ourteam h3 {
  margin-bottom: 20px;
  line-height: 43px;
  text-align: center;
}

#ourteam .body-text {
  line-height: 150%;
  text-align: center;
  margin-bottom: 72px;
  width: 800px;
  max-width: 100%;
}

#ourteam .board .header{
  margin-bottom: 116px;
}

#ourteam .body .row {
  justify-content: center;
}

#ourteam .body .row .wrap {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  background: var(--bg-color);
}

#ourteam .body .row .wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 24px;
  padding: 1.5px;
  border: 1, 4px solid;
  background: linear-gradient(
    299.19deg,
    rgba(255, 255, 255, 0.12) 0%,
    rgba(255, 255, 255, 0.04) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

#ourteam .body .card-ellipse {
  width: 100%;
  height: 100%;
  border-radius: 24px; 
  object-fit: cover;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  user-select: none;
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

#ourteam .body .item {
  width: 100%;
  height: 100%;
  border-radius: 24px; 
  padding: 28px;
  position: relative;
  background: var(--bg-card);
}

#ourteam .body .item .profile {
  object-fit: cover;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  top: -40px;
  left: calc(50% - 40px);
  user-select: none;
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

#ourteam .body .item h5 {
  margin-top: 76px;
  width: 100%;
  text-align: center;
  margin-bottom: 12px;
}

#ourteam .body .item .body-text {
  width: 100%;
  margin-bottom: 53px;
}

#ourteam .body .item .social-media {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 9px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, -50%);
}

#ourteam .body .item .social-media i{
  color: var(--white-color);
  font-size: 21px;
  margin: 0 11.5px;
}

#ourteam .team-member .header {
  margin-bottom: 112px;
  margin-top: 96px;
}

#ourteam  .body .column {
  margin-bottom: 80px;
}

@media only screen and (max-width:600px) {
    #ourteam  .body .column {
      margin-bottom: 64px;
    }

    #ourteam  .header{
      margin-bottom: 62px;
    }

    #ourteam .body-text {
      width: 100%;
    }

    #ourteam .ellipse1{
      width: 100%;
      height: 100%;
      user-select: none;
      -webkit-user-select: none; /* Chrome/Safari */        
      -moz-user-select: none; /* Firefox */
      -ms-user-select: none; /* IE10+ */
    }
}

@media only screen and (max-width:768px) {
  #ourteam .body-text {
    width: 100%;
  }

  
#ourteam .ellipse1{
  display: none;
  user-select: none;
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

#ourteam .ellipse2{
  display: none;
  user-select: none;
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

#ourteam .ellipse3{
  display: none;
  user-select: none;
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

}
/* End Our Team */

/* Press */

#press {
  padding-bottom: 130px;
}

.logos-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 960px;
  margin: auto;
}

.press-logo-svg {
  width: 200px;
  margin: 20px;
  opacity: 0.7;
  transition: .25s;
}

.press-logo-svg:hover {
  opacity: 1;
  transition: .25s;
}

@media only screen and (max-width:768px) {
  .press-logo-svg {
    width: 150px;
    margin: 10px;
  }
}

.full-press-container {
  display: none;
}

.show-full-press-button {
  cursor: pointer;
}

#press .container .column {
  padding-right: 13px;
  padding-bottom: 26px;
  padding-left: 13px;
}

#press .container .column a {
  text-decoration: none;
}

#press .container .ellipse {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 24px;
  height: 100%;
  width: 100%;
  user-select: none;
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

#press .container .wrap {
  height: 100%;
  width: 100%;
  position: relative;
}

#press .container h3 {
  margin-bottom: 72px;
  text-align: center;
}

#press .content-wrap {
  width: 100%;
  height: 100%;
  background: var(--bg-card);
  border-radius: 24px;
}

#press .content-wrap img {
  border-radius: 24px 24px 0 0;
  width: 100%;
  user-select: none;
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

#press .content-wrap .content {
  padding: 32px 28px;
  position: relative;
  border-radius: 0 0 24px 24px;
}

#press .col-lg-8 .content-wrap .content h4 {
  width: 508px;
  margin-bottom: 40px;
  line-height: 28px;
}

#press .col-lg-4 .content-wrap .content h4 {
  margin-bottom: 40px;
  line-height: 28px;
}

#press .one.col-lg-4 .content-wrap .content h4 {
  margin-bottom: 110px;
  line-height: 28px;
}

#press .content-wrap .content .caption-text {
  margin-bottom: 0;
  position: relative;
}

#press .content-wrap .caption-text {
  color: var(--grey-color);
  position: absolute;
    bottom: 36px;
    margin-bottom: 0px;
    left: 29px;
}

#press .content-wrap .caption-text span {
  font-size: 1.5rem;
  font-weight: 700;
  position: absolute;
  top: -0.4rem;
  color: var(--dark-grey-color);
}

#press .wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 24px;
  padding: 1.5px;
  border: 1 4px solid;
  background: linear-gradient(299.19deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.04) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  width: 100%;
  height: 100%;
}

#press .view-all {
  display: flex;
  justify-content: center;
  margin-top: 52px;
}

@media only screen and (max-width: 600px) {
  #press .container h3 {
    margin-bottom: 40px;
    /* text-align: center; */
    font-size: 32px;
    font-weight: 400;
  }

  #press .col-lg-8 .content-wrap .content h4 {
    width: 100%;
  }

  #press .view-all {
    margin-top: 32px;
  }
}
/* end Press */

/* Partners */
#partners {
  padding-bottom: 130px;
}

#partners h3 {
  text-align: center;
  margin-bottom: 72px;
}

.partners-logo-container a{
  display: flex;
  align-items: center;
}
/* end Partners */

/*footer */
#footer {
  padding-top: 221px;
  position: relative;
  overflow: hidden;
}

#footer .ellipse1 {
  position: absolute;
  top: 0;
  left: 0;
  user-select: none;
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

#footer .ellipse2 {
  position: absolute;
  bottom: 0;
  right: 0;
  user-select: none;
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

#footer .container {
  position: relative;
  z-index: 100;
}

#footer .container .header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 101px;
}

#footer .container h3{
  margin-bottom: 20px;
}

#footer .container .body-text{
  margin-bottom: 72px;
  width: 520px;
  line-height: 150%;
}

#footer .container .header .subscribe {
  width: 442px;
  background: rgba(25, 40, 58, 1);
  border-radius: 39px;
  padding: 6px;
  padding-left: 20px;
}

#footer .container .header .subscribe .input-group {
  margin-bottom: 0;
  color: var(--white-color);
}

#footer .container .header .subscribe .input-group:focus {
  margin-bottom: 0;
  color: var(--white-color);
  box-shadow: 0 0 0 0;
}

#footer .container .header .input-group .form-control {
  height: 52px;
  border-radius: 39px 0 0 39px;
  background: transparent;
  border: 0;
  color: #fff;
}

#footer .container .header .subscribe .form-control:focus {
  margin-bottom: 0;
  color: var(--white-color);
  box-shadow: 0 0 0 0;
}

#footer .container .header .subscribe .input-group button {
  border: 0;
  border-radius: 100px;
  padding: 12.5px 33px;
}

#footer .container .line {
  height: 0px;
  width: 100%;
  border: 0.1px solid;
  border-image-source: linear-gradient(
    to left,
    rgba(255, 255, 255, 0) 3.33%,
    #ffffff 56.77%,
    rgba(255, 255, 255, 0) 98.33%
  );
  border-image-slice: 1;
}

#footer .bottom-footer {
  margin-top: 56px;
}

#footer .bottom-footer .left img {
  margin-bottom: 24px;
  user-select: none;
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

#footer .bottom-footer .left .body-text {
  line-height: 150%;
  width: 100%;
}

#footer .bottom-footer .right {
  display: flex;
  justify-content: flex-end;
}

#footer .bottom-footer .right h5 {
  margin-bottom: 32px;
}

#footer .bottom-footer .right .social-media {
  margin-left: 60px;
}

#footer .bottom-footer .right .quick-link .link {
  display: flex;
  flex-direction: column;
}

#footer .bottom-footer .right .social-media .link {
  display: flex;
  flex-direction: column;
}

#footer .bottom-footer .right .link a {
  text-decoration: none;
  color: var(--white-color);
  margin-bottom: 16px;
  cursor: pointer;
}

#footer .bottom-footer .right .social-media .link a i {
  margin-right: 7px;
}

#footer .bottom-footer .left .body-text {
  margin-bottom: 76px;
}

#footer .body-text.copyright {
  padding-bottom: 24px;
  margin-bottom: 0;
  text-align: center !important;
}

@media only screen and (max-width: 768px) {
  #footer .ellipse1 {
      width: 50%;
      height: 50%;
      user-select: none;
      -webkit-user-select: none; /* Chrome/Safari */        
      -moz-user-select: none; /* Firefox */
      -ms-user-select: none; /* IE10+ */
  }
}

@media only screen and (max-width:600px) {
  #footer {
    padding-top: 100px;
    position: relative;
    overflow: hidden;
  }

  #footer .container h3 {
    /* margin-bottom: 20px; */
    font-size: 28px;
    font-weight: 400;
  }
  

  #footer .container .body-text {
    margin-bottom: 40px;
    width: 100%;
  }

  #footer .container .header .subscribe {
    width: 100%;
    background: rgba(25, 40, 58, 1);
    border-radius: 39px;
    padding: 6px;
    padding-left: 20px;
  }

  #footer .bottom-footer .left .body-text {
    /* line-height: 150%; */
    width: 100%;
  }

  #footer .bottom-footer .right {
    /* display: flex; */
    justify-content: center;
  }
  #footer .copyright {
    font-size: 13px;
  }

  #footer .container .header {
    margin-bottom: 60px;
  }

  #footer .bottom-footer .right {
    justify-content: space-between !important;
    padding: 20px;
  }
  #footer .bottom-footer .left .body-text {
    margin-bottom: 40px;
  }
}
/* endfooter */

.dex-button {
  display: flex;
  padding-left: 24px !important;
  padding-right: 24px !important;
  align-items: center;
  justify-content: center;
  line-height: 2px;
  background: #192839;
}

.dex-button-icon {
  height: 24px;
  width: 24px;
  margin-right: 8px;
}

/* my css */

a.sign-button2 {
  /* background:#e1b320; */
  background-image: linear-gradient(40deg,#FF4137 20%,#FDC800 51%,#FF4137 90%);
  border: 0;
  position: relative;
  z-index: 1;
  color: black;
}
.sign-button a {
  padding: 16px 45px !important;
}
.sign-button a {
  display: inline-block;
  text-decoration: none;
  /* padding: 16px 56px; */
  /* border: 1px solid #5F80FF; */
  border-radius: 8px;
  color: #fff;
/*  font-size: 18px;*/
  transition: .5s;
  position: relative;
  z-index: 1;
}
.sign-buttonm  a{
  background: #198754;

  /* border: 1px solid #fff ; */

}
.sign-buttonm  a:hover{
  background-color:#0e472c;

  border: 1px solid #fff ;

}
a.sign-button2:hover {
  /* background: transparent; */
  background-image:  linear-gradient(40deg,#fdc800 20%,#ff4137 51%,#fdc800 90%) !important;
  color: white;
}

.auctions-area {
  background: #120F28;
}
.dreamit-auction-box {
  background: #2A273E;
  padding: 16px 20px 20px;
  border-radius: 10px;
  margin-bottom: 30px;
}
/*auction head*/
.auction-head {
  padding: 0 0 20px;
}
.auction-headi-title h6 {
  font-size: 18px;
  color: #fff;
  padding: 0 0 0 10px;
  font-weight: 500;
}
.auction-head-images {
  display: inline-block;
}
.dreamit-auction-main-thumb img {
  width: 100%;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}
.auction-headi-title {
  display: inline-block;
}
.dreamit-auction-main-thumb {
  position: relative;
  z-index: 1;
}
.auction-head-menu {
  display: inline-block;
  position: relative;
  float: right;
  top: 9px;
  z-index: 2;
}
.style-two.dropdown a i {
  font-size: 16px;
  color: #fff;
  display: inline-block;
}
.style-two .dropdown-content {
  display: none;
  position: absolute;
  background-color: #34314B;
  min-width: 112px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 44;
  border-radius: 5px;
  left: -88px;
}
/*upper*/
.author-munu-icon {
  display: inline-block;
  position: relative;
  float: right;
  top: 45px;
  right: 7px;
}
.upper.style-two.dropdown a i {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  transform: rotate(90deg);
}
.upper.style-two .dropdown-content {
  display: none;
  position: absolute;
  background-color: #34314B;
  min-width: 112px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 44;
  border-radius: 5px;
  left: -88px;
  top: -12px;
}
/*auction content*/

/*meta blog*/
.meta-icon {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 10px;
}
.meta-icon a {
  font-size: 15px;
  display: inline-block;
  transition: .5s;
  text-decoration: none;
  background: #2A273E;
  color: #fff;
  padding: 1px 15px 1px 15px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.meta-icon a:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  background: linear-gradient(to right, #B725FF 28%, #518EFF 78% );
  transform: scale(0);
  transition: .5s;
}
.meta-icon a i {
  display: inline-block;
  color: #EB5757;
}
.em-auction-title h2 {
  font-size: 20px;
  color: #fff;
  padding: 8px 0 8px;
}
.em-auction-title h2 a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  transition: .5s;
  font-weight: 500;
}
.em-auction-price {
  display: inline-block;
}
.em-auction-price span {
  color: #518EFF;
}
.em-auction-price p {
  font-size: 16px;
  color: #fff;
}
.em-auction-right {
  display: inline-block;
  float: right;
}
.em-auction-right p {
  color: #AEAEB3;
}
.meta-icon a:hover:before {
  transform: scale(1);
}
/*auction button*/
.auction-button {
  display: inline-block;
}
.auction-button a {
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  padding: 4px 15px;
  background: linear-gradient(to right, #518EFF 35%, #B725FF 88% );
  border-radius: 30px;
  margin-top: 2px;
  position: relative;
  z-index: 1;
}
.auction-button a:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  background: linear-gradient(to right, #B725FF 28%, #518EFF 78% );
  transform: scale(0);
  transition: .5s;
}
.auction-button a:hover:before{
  transform: scale(1);
}
.em-auction-title h2 a:hover {
  color: #518EFF;
}
.auction-button a:hover{
  color: #fff;
}
/*auction history*/
.auction-history {
  display: inline-block;
  float: right;
}
.auction-history a {
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  color: #518EFF;
  margin-top: 2px;
}
.auction-history a i {
  display: inline-block;
  font-size: 13px;
}
/*owl carousel*/
.sale_list .owl-dots {
  text-align: center;
  margin-top: -5px;
}
.owl-dot {
  border: 1px solid #B725FF !important;
  width: 14px;
  height: 14px;
  border-radius: 15px;
  text-align: center;
  display: inline-block;
  margin-right: 7px;
}
button.owl-dot.active {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: linear-gradient(to right, #518EFF 35%, #B725FF 73% );
  border-radius: 30px;
  border: 0 !important;
}

/*============================
cryptobit plugin bar Css
==============================*/
.em_bar_bg {
  height: 5px;
  width: 100px;
  background: #D0DEFF;
  margin: 16px auto 20px;
  position: relative;
  border-radius: 30px;
  animation: 1s 2s fadeInLeft both;
}
.em_bar_bg:before {
  content: '';
  position: absolute;
  left: 0;
  top: -4px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: linear-gradient( to right, #518EFF, #518EFF, 46%, #B725FF 65%);
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG;
}
/*style two*/
.version2.up .em_bar_bg {
  margin: 25px 0 20px;
}

@-webkit-keyframes MOVE-BG {
from {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
to {
  -webkit-transform: translateX(88px);
          transform: translateX(88px);
}
}

@keyframes MOVE-BG {
from {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
to {
  -webkit-transform: translateX(88px);
          transform: translateX(88px);
}
}


/*-- ===============//sign in section start here \\=================*/
.sign-in-section {
  background: #deece8;
  /* background: #f3f1f1; */

  
}

.sign-in-title h2 {
  color: #fdfdfd;
  font-size: 38px;
  margin: 0 0 10px;
  font-weight: 600;
}
.bg-dark {
  /* border-top-left-radius: 0;
  border-bottom-left-radius: 0; */
  border: 0;
  background:rgb(29, 29, 29) !important;
  box-shadow: unset;
    border-radius: 14px;
    padding: 10px 12px;
  color:#fff !important;
}
.sign-in-title p {
  color: #fdfdfd;
  position: relative;
  z-index: 16;
  font-size: 18px;
  font-weight: 500;
  margin: 20px 0 48px;
}
.sign-in-title p:before {
  position: absolute;
  /* content: ""; */
  left: 0;
  top: 16px;
  height: 1px;
  width: 15%;
  z-index: -10;
  background: #2A273E;
}
.sign-in-title p:after {
  position: absolute;
  /* content: ""; */
  right: 0;
  top: 16px;
  height: 1px;
  width: 2%;
  background: #2A273E;
}
/*sign button*/
/*checkbox*/
.style-four .from-box input {
  float: right;
  height: 56px;
  background-color: transparent;
  transition: .5s;
  padding: 6px 20px;
  border-radius: 8px;
  border: 1px solid #518EFF;
  display: block;
  width: 100%;
  color: #fff;
  margin-bottom: 14px;
}
.style-four .from-box i {
  display: inline-block;
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 18px;
  font-size: 16px;
  color: #518EFF;
}
.from-box input::placeholder {
  color: #AAAAAE;
}

.style-four .col-lg-6.checkbox.text-left {
  text-align: left;
}
label {
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  padding: 0 0 0 5px;
}
.style-four .label-title p {
  display: inline-block;
  float: right;
  color: #5E81FF;
  text-decoration: underline;
}
.style-four .contact-items button {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 16px 33px;
  background: linear-gradient(to right, #518EFF 35%, #B725FF 88% );
  border: 0;
  border-radius: 8px;
  margin-top: 20px;
  transition: 0.5s;
  width: 100%;
  position: relative;
  z-index: 1;
}
/*-- ===============//sign in section start here \\=================*/
.wallet-section {
  background: #120F28;
}
.dreamit-wallet-thumb img {
  border-radius: 10px;
}
.wallet-box {
  background: #2A273E;
  padding: 22px 22px 2px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.wallet-title h3 {
  font-size: 20px;
  font-weight: 600;
  padding: 6px 0 5px;
}
.wallet-title p {
  color: #AEAEB3;
}
/*wallet button*/
.wallet-button a {
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
  padding: 14px 34px;
  background: linear-gradient(to right, #518EFF 35%, #B725FF 88% );
  position: relative;
  z-index: 1;
}
.wallet-button a:before {
  position: absolute;
  content: "";
  z-index: -1;
  right: 0;
  width: 0;
  top: 0;
  height: 100%;
  background: linear-gradient(to right, #B725FF 28%, #518EFF 78% );
  border-radius: 5px;
  transition: .5s;
}
.wallet-button a:hover:before {
  width: 100%;
  left: 0;
}
/*wallet-text*/
.wallet-icon {
  float: left;
  padding-right: 10px;
}
.wallet-icon i {
  display: inline-block;
  font-size: 24px;
  color: #B725FF;
}
.wallet-bottom-text p {
  margin: 20px 0px 0;
  color: #BABABD;
}
.wallet-bottom-text p i {
  display: inline-block;
  color: #B725FF;
  font-size: 25px;
  padding-right: 10px;
}

.css-117m5tn {
  /* padding-inline: 18px; */
  padding-top: 23px;
}
.css-nrgb2k {
  display: flex;
  /* min-height: 600px; */
}
.css-jgr6s5 {
  padding-right: 30px;
  z-index: 1;
}
.css-1mr88tj {
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  background: rgb(21, 21, 21);
}
.css-8qdwj7 {
  width: 100%;
  max-width: 183px;
  margin-top: 42px;
}
.css-hxqnuv {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 12px 20px;
  border-radius: 60px;
  cursor: pointer;
  /* background: rgb(29, 29, 29); */
  margin-bottom: 8px;
}
.css-hxqnuv:hover, .css-hxqnuv[data-hover] {
  background: rgb(29, 29, 29);
}
.css-1lyhsnp {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 12px 20px;
  border-radius: 60px;
  cursor: pointer;
  margin-bottom: 8px;
}
.css-1lyhsnp:hover, .css-1lyhsnp[data-hover] {
  background: rgb(29, 29, 29);
}
.css-2immb6:last-of-type {
  border-bottom-width: 1px;
}
.css-2immb6 {
  overflow-anchor: none;
  padding: 0px;
  margin: 0px;
  border: var(--chakra-borders-none);
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}
.css-9zekwu {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  outline: transparent solid 2px;
  outline-offset: 2px;
  transition-property: var(--chakra-transition-property-common);
  transition-duration: var(--chakra-transition-duration-normal);
  font-size: var(--chakra-fontSizes-md);
  padding-inline-start: var(--chakra-space-4);
  padding-inline-end: var(--chakra-space-4);
  padding: 0px;
  margin: 0px;
}
.css-nchm9v {
  padding-inline-start: var(--chakra-space-4);
  padding-inline-end: var(--chakra-space-4);
  margin-left: 49px;
  padding: 0px;
}
.css-a0rfow {
  color: rgb(133, 133, 133);
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 15px;
}
.css-a0rfow:hover, .css-a0rfow[data-hover] {
  color: #64f4ab;
}

.css-1lyhsnp {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 12px 20px;
  border-radius: 60px;
  cursor: pointer;
  margin-bottom: 8px;
}
.tether{
  width:18px;
  /*margin-top: -5px;*/

}

@keyframes slideUp {
  0% {
    bottom: 3%;
  }

  100% {
    bottom: 10%;
  }
}

@keyframes slideUpAgain {
  0% {
    bottom: 0%;
  }

  50% {
    bottom: -101%;
  }

  100% {
    bottom: 0%;
  }
}

.icon-color{
  /*margin-left: -4px ;*/
  /*margin-top: -1px;*/
  /*margin-left: -4px;*/
  /*  margin-top: -2px;*/
     
  /*  margin-bottom: 0px;*/
  /*  margin-right: -2px;*/
}
.css-ohu1t {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 36px;
  height: 36px;
}


.mobile-text1{
            margin-top: 18px;
    margin-bottom: 15px;
    }
  .mobile-text{
            margin-top: 18px;
    margin-bottom: 18px;
    }
     .mobile-text2{
    /*        margin-top: 18px;*/
    /*margin-bottom: 18px;*/
    }
@media screen and (max-width: 48em)
{
   .ibdiv-mobile{
       display:block !important;
   }
   .ibdiv{
       display:none;
   }
   
   
    .css-fwner77{
        width:85px !important;
    }
    .css-pn4tgg{
        font-size:12px !important;
    }
    .chakraas{
        width: 90px !important;
    height: 90px !important;
    }
  
    
    .css-1ggjbm1{
        font-size:13px!important;
    }
    
    .mycard{
        height: 93% !important;
    }
    .margin-security{
        margin-bottom:50% !important;
    }
    .securitymob{
        display:none;
    }
    .mobile-body{
        padding:0 !important;
    }
    .mobile-text{
            margin-top: 35px;
    margin-bottom: 40px;
    }
    
    .mobile-text1{
            margin-top: 24px;
    margin-bottom: 24px;
    }
    
     .mobile-text2{
            margin-top: 18px;
    margin-bottom: 18px;
    }
    .bonus-boxes{
        font-size:12px !important;
    }
     .bonus-boxem{
        font-size:16px !important;
    }
    .investproces{
        padding:0 !important;
    }
    .modal-dialog {
    max-width: 326px !important;
    margin:  auto !important;
}


  .email-mob{
    width: 100%;
  }

  #pot {
    padding-right: 8px;
    position: relative;
    animation: mymove 1s;
    animation-fill-mode: forwards;
  }
  
  @keyframes mymove {
    from {left: 0px;}
    to {left: 15px;}
  }

  .main-padding{
    /*padding: 0 !important;*/
  }

  .tether{
    width:18px !important;
  }
  .main-content .content {
    padding: 0 !important;
    margin-top: 20px
}
  #jumbotron{
    border: none !important;
  }
  .container1{
    /*left: -87px !important;*/
  }
  .mlabel{
   font-size: 13px !important; 
  }

}
.css-u82v7p {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  color: rgb(255, 255, 255);
  text-align: center;
  margin-bottom: 17px;
}

.css-enyqqc {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #64f4ab;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.css-pn4tse {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  /*margin-bottom: 39px;*/
}
.css-g96nnt {
  position: relative;
  user-select: none;
}
.css-ewyl6s {
  display: flex;
  color: rgba(255, 255, 255, 0.5);
  flex-direction: column;
}
.css-1wslqi7 {
  display: flex;
  background: rgb(37, 37, 37);
  height: 50px;
  border-radius: 14px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding-inline: 20px;
  cursor: pointer;
}
.css-1rb9bha {
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 125px;
}
.css-cnoiuy {
  width: 100%;
  max-width: 275px;
}
.css-1fsywwr {
    margin-top:40px;
    margin-bottom:10px;
  display: inline-flex;
  appearance: none;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  user-select: none;
  position: relative;
  white-space: nowrap;
  vertical-align: middle;
  outline: transparent solid 2px;
  outline-offset: 2px;
  transition-property: var(--chakra-transition-property-common);
  transition-duration: var(--chakra-transition-duration-normal);
  height: var(--chakra-sizes-10);
  min-width: var(--chakra-sizes-10);
  padding-inline-start: var(--chakra-space-4);
  padding-inline-end: var(--chakra-space-4);
  width: 100%;
  padding: 12px 44px;
  background: #64f4ab;
  box-shadow: #4ca677 0px 0px 28px;
  border-radius: 60px;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: rgb(21, 21, 21);
  border: 1px solid transparent;
}
.modal-body{
  padding: 0 !important;
}

.css-sw95pc {
  display: inline-flex;
  appearance: none;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  user-select: none;
  position: relative;
  white-space: nowrap;
  vertical-align: middle;
  outline: transparent solid 2px;
  outline-offset: 2px;
  transition-property: var(--chakra-transition-property-common);
  transition-duration: var(--chakra-transition-duration-normal);
  height: var(--chakra-sizes-10);
  min-width: var(--chakra-sizes-10);
  padding-inline-start: var(--chakra-space-4);
  padding-inline-end: var(--chakra-space-4);
  width: 100%;
  padding: 12px 76px;
  background: var(--chakra-colors-transparent);
  border-radius: 60px;
  border: 1px solid rgb(131, 131, 131);
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: rgb(255, 255, 255);
}
.css-fwner7 {
  display: flex;
  width: 96px;
  height: 96px;
  background: rgb(37, 37, 37);
  border-radius: 100%;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.sub-title{
  font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: rgb(131, 131, 131);
    margin: 15px;
    text-align: justify;
}
.main-heading{
 
    font-style: normal;
    margin-bottom: 12px;
    font-weight: 800;
    font-size: 20px;
    line-height: 25px;
    color: rgb(255, 255, 255);

}
.wallet-heading{
  color: rgb(202, 202, 202) !important;
    font-size: 18px !important;
    font-weight: 300;
    font-style: normal;
    line-height: 100%;
    margin-bottom:15px;
}
.bonus-heading{
  color: rgb(202, 202, 202) !important;
    font-size: 22px !important;
    font-weight: 300;
    font-style: normal;
    line-height: 100%;
    margin-bottom:15px;
  
}
.bonus-text{
  color: rgb(220, 220, 220) !important;
    font-size: 16px !important;
    font-weight: 300;
    font-style: normal;
    /* text-align: justify; */
    margin-bottom:15px;
  
}
.bonus-text3{
  color: rgb(220, 220, 220) !important;
    font-size: 21px ;
    font-weight: 300;
    font-style: normal;
    text-align: center;
}
.bonus-text4{
  color: rgb(220, 220, 220) !important;
    font-size: 17px !important;
    font-weight: 300;
    font-style: normal;
    text-align: center;
}
.bonus-text2{
  color: rgb(133, 133, 133) !important;
    font-size: 15px !important;
    font-weight: 300;
    font-style: normal;
    /* text-align: justify; */
    margin-bottom:15px;
    padding: 40px;
  
}
.bonus-box{
  color: #64f4ab;
    font-size: 25px;
    font-weight: 600;
    font-style: normal;
    /* line-height: 50px; */
    text-align: center;
}

.bonus-boxes{
  color: rgb(202, 202, 202) !important;
    font-size: 16px ;
    font-weight: 600;
    text-align: center;
}



.css-v51a44 {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-top:10px;
  background: rgb(38, 38, 38);
  border-radius: 100px;
}
.css-gg4vpm {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.wallet-sub{
  color: #64f4ab;
     font-size: 25px; 
    font-weight: 600;
    font-style: normal;
    line-height: 50px;
}
.card-body1 {
  background-color: rgb(29, 29, 29) !important;
  text-align: center;
  border-radius: 20px;

  padding: 20px !important;
}
.card-body2 {
  background-color: rgb(29, 29, 29) !important;
  border-radius: 10px;
  padding: 40px ;
}
.card-body3 {
  background-color:rgb(37, 37, 37) !important;
   border-radius: 10px;
  padding: 12px !important;
}
.card-body4 {
  background-color:#243025 !important;
   border-radius: 0px;
  padding: 12px;
  /* border: 1px solid #fff; */
}
.card-body5 {
  background-color:#212121 !important;
   border-radius: 0px;
  padding: 12px;
  /* border: 1px solid #fff; */
}
.card-body6 {
  background-color:#243025 !important;
   border-radius: 10px;
  padding: 12px !important;
  margin-top: 9px;
 
}
.card-body7 {
  background-color:#212121 !important;
   border-radius: 10px;
  padding: 12px !important;
  margin-top: 9px;

}
.css-70qvj9 {
  display: flex !important;
  -webkit-box-align: center !important;
  align-items: center !important;
}
.css-cgkn5r {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: rgb(29, 29, 29);
  border-radius: 100px;
  margin-right: 10px;
}
.css-10w7b0k {
  display: flex;
  position: relative;
  color:#64f4ab;
  font-size: 28px;
  font-weight: 600;
  line-height: 35px;
  width: 80%;
}
.css-10w7b0k {
  display: flex;
  position: relative;
  color:#64f4ab;
  font-size: 28px;
  font-weight: 600;

  width: 80%;
}
.css-cplz9z {
  color: rgb(255, 255, 255);
  font-size: 14px !important;
  font-weight: 500;
  line-height: 17px;
  text-align: justify;
  margin-bottom: 13px; 
}

@media screen and (min-width: 48em)
{

.width-table{
    width:315px;
}
  .height-card{
        height: 340px;
    }
.one{
     margin: 0 80px !important;
}
  .css-5hicrt {
    margin-right: 20px;
  }
  
  .main-heading{
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 30px;
  }

  .css-ia4xrw {
    margin-top: 41px;
    margin-bottom: 26px;
}
.css-fwner7 {
  width: 160px;
  height: 160px;
}

  .css-1rb9bha {
    margin-top: 145px;
}



  .container1{
    /*left: -51px;*/
  }
.css-117m5tn {
  padding-left: 120px;
}
.css-nrgb2k {
  /* min-height: 529px; */
}
#page-topbar{
  padding-left: 120px;
}
.css-4catgc {
  width: 240px;
  border-radius: 20px;
}

.css-y9bk85 {
  font-size: 18px;
  line-height: 22px;
}
.css-1bg5cwf {
  margin-top: 37px;
  margin-bottom: 38px;
}
.css-1pos69s {
  /*width: 201px;*/
  /*height: 134px;*/
   width: auto;
  height: auto;
}
.css-19jgsj0 {
  margin-top: 29px;
}
.css-tuiqze { 
  width: 315px;
  height: 262px;
}
.css-xsplbn {
  padding-bottom: 19px;
}
.css-pipxgb {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 22px;
}
.css-ref{
  margin-top: 15px;
  /* margin-bottom: 38px; */
}
}
@media screen and (min-width: 80em)
{
.tmybtn{
  display: none !important;

}

}


.css-tr2i0b1 {
    display: flex;
    flex-direction: column;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 1px;
    color: rgb(131, 131, 131);
    margin-top: 35px;
    text-align: left;
}
.css-k008qs1 {
    display: flex;
}
.css-16qv2i2 {
    color: rgb(255, 255, 255);
}

.conerror{
  position: absolute;
  top:40%;
  left: 2%;
    right: 2%;
    overflow: hidden;
}
.css-k008qs {
  /* display: flex; */
}
.css-con1 {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 10px;
  margin-top: 10px;
}

.css-1snm2km {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 70px;
  margin-bottom: 10px;
}
.css-1yl4gnp {
  display: flex;
  -webkit-box-align: end;
  align-items: end;
}
.css-13vj2o6:hover {
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 31px;
  color: rgb(255, 255, 255) !important;
  margin-left: 4.8px; 
}
.css-13vj2o6 {
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 31px;
  /* color: #64f4ab ; */
  margin-left: 4.8px; 
  background: linear-gradient(163deg, #64f4ab 0%, #64f4ab 36%, #42a573 65%, #42a573 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#copyContent{
background: linear-gradient(163deg, #64f4ab 0%, #64f4ab 36%, #42a573 65%, #42a573 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.mdi-menu{
  font-size:30px;  background: linear-gradient(163deg, #64f4ab 0%, #64f4ab 36%, #42a573 65%, #42a573 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.incm-fund-body:hover h2{
  background: linear-gradient(163deg, rgb(255, 255, 255)  0%, rgb(255, 255, 255)  36%, rgb(255, 255, 255) 65%, rgb(255, 255, 255)  100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.incm-fund-body:hover .css-1jncah4{
  border: 1px solid #64f4ab;
}
.incm-fund-body:hover .css-xsplbn{
  border-bottom: 1px solid #5cc490;
}

.css-invest {
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 25px;
  color: rgb(255, 255, 255) ;
  margin-left: 4.8px; 
  margin-bottom: 40px; 
}
.css-1m72n {
  display: flex;
  height: 106px;
  -webkit-box-align: end;
  align-items: end;
  -webkit-box-pack: center;
  justify-content: center;
}
#selectBox{
    margin-bottom:40px !important;
    /*margin-bottom:10px !important;*/
}
.css-1vba2s {
  display: inline-flex;
  appearance: none;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  user-select: none;
  position: relative;
  white-space: nowrap;
  vertical-align: middle;
  outline: transparent solid 2px;
  outline-offset: 2px;
  transition-property: var(--chakra-transition-property-common);
  transition-duration: var(--chakra-transition-duration-normal);
  height: var(--chakra-sizes-10);
  min-width: var(--chakra-sizes-10);
  padding-inline-start: var(--chakra-space-4);
  padding-inline-end: var(--chakra-space-4);
  width: 122px;
  padding: 12px 44px;
  background-image: linear-gradient(160deg,#327a56 0%,#64f4ab 100%) !important;

  box-shadow: #4ca677 0px 0px 28px;
  border-radius: 60px;
  font-style: normal;
  font-weight: 700;
  font-family: inherit;
 
  font-size: 13px;
  line-height: 16px;
  color: rgb(255, 255, 255);
  /* border: 1px solid transparent; */
}
.css-1vba2s:hover, .css-1vba2s[data-hover] {
  /* background: var(--chakra-colors-transparent); */
  background-image: linear-gradient(160deg,#327a56 0%,#64f4ab 100%) !important;

  box-shadow: none;
  border: 1px solid #64f4ab;
  color:rgb(255, 255, 255);
}
.css-5hicrt {
  margin-right: 12px;
}
.css-1jncah4 {
  display: inline-flex;
  appearance: none;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  user-select: none;
  position: relative;
  white-space: nowrap;
  vertical-align: middle;
  outline: transparent solid 2px;
  outline-offset: 2px;
  transition-property: var(--chakra-transition-property-common);
  transition-duration: var(--chakra-transition-duration-normal);
  height: var(--chakra-sizes-10);
  min-width: var(--chakra-sizes-10);
  padding-inline-start: var(--chakra-space-4);
  padding-inline-end: var(--chakra-space-4);
  width: 122px;
  padding: 12px 44px;
  background: var(--chakra-colors-transparent);
  border-radius: 60px;
  border: 1px solid rgb(131, 131, 131);
  font-style: normal;
  font-weight: 600;
  font-family: inherit;
  font-size: 13px;
  line-height: 16px;
  color: rgb(255, 255, 255);
}
.css-1jncah4:hover, .css-1jncah4[data-hover] {
  color: rgb(255, 255, 255);
  /* background:#64f4ab; */
  background-image: linear-gradient(167deg,#327a56 0%,#64f4ab 100%) !important;
  border: 1px solid transparent;
}
.css-xsplbn {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgb(37, 37, 37);
  padding-bottom: 36px;
}
.css-gg4vpm {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.css-pipxgb {
  font-style: normal;
  font-weight: 500;
  color: rgb(131, 131, 131);
  margin-bottom: 33px;
}
.css-5ui14j {
  color: rgb(255, 255, 255);
  margin-left: 5px;
}
.css-1t5zott {
  color: rgb(243, 186, 47);
}
.css-tuiqze {
  display: flex;
  width: 100%;
  height: 262px;
  /* background: rgb(29, 29, 29); */
  border-radius: 20px;
  padding: 20px;
  flex-direction: column;
  box-shadow: unset;
}
.css-1pos69s {
  width: auto;
  height: auto;
}
.css-19jgsj0 {
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin-top: 10px;
}
.css-1bg5cwf {
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  justify-content: center;
}

.css-y9bk85 {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: rgb(131, 131, 131);
  /* text-align: justify; */
}

.css-4catgc {
  display: flex;
  width: 100%;
  /* background: rgb(29, 29, 29); */
  border-radius: 10px;
  padding: 20px;
  flex-direction: column;
  margin-right: 20px;
  box-shadow: unset;
}

.css-1io63f1 {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  -webkit-box-align: center;
  align-items: center;
}
.css-10egq61 {
  display: flex;
  gap: 16px;
}
.css-1k93kc9 {
  display: inline-flex;
   
  background: none;
  color: rgb(93, 90, 90) !important;
}
.css-1ehmj7v {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
}



.container1 {
   position: relative;
   /*width: 935px;*/
   /*left: -44px;*/
   height: 288px;
   /* background: var(--container-background);
   border: 1px solid var(--container-border) !important; */
   border-top: none;
   border-right: none;
   margin-top: 89px;
   margin-bottom: -10px;
   /* z-index: 0;
   border-radius: 2vh; */
   /* box-shadow: inset -0px 2px 2px #bbb, inset -2px -2px 2px #111111; */
}
.invest{
  /* position: relative;
    top: 109%;
    width: 85px;
    left: -16px; */
}
.earn{

  /* position: relative;
    top: 105%;
    width: 90px; */
    /* left: -16px; */
}

#v-meter {
   position: relative;
   top: 0px;
   left: -30px;
   width: 700px;
   height: 500px;
   z-index: 100;
}
.css-ia4xrw {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 11px;
  /*margin-bottom: 20px;*/
}

#v-meter li {
   position: relative;
   left: -11px;
   height: 100px;
   border-bottom: solid 1px #1785a7;
}

#v-meter li::before {
   /* content: '';
   position: absolute;
   top: -15px;
   left: -30px;
   height: 100%;
   border-bottom: solid 1px #1785a7;
   transform: skewY(45deg) !important;
   width: 30px; */
}

#v-meter li div {
   position: absolute;
   width: 80px;
   font-size: 17px !important;
   left: -115px;
   padding-top: 55px;
   color: white;
   text-align: right;
}

.one {
   /* width: 50px;
   height: 32%; */
   /*background: #C0C0C0;*/
    background-image: linear-gradient( #C0C0C0,#999393 );
   position: absolute;
   /*left: 10%;*/
   bottom: 35px;
   z-index: 1000;
   margin: 0 40px;
   /* animation: slideUp 2s ease forwards 1; */
}

.two {
  /* width: 50px;
  height: 32%; */
  /*background: rgb(218, 185, 103);*/
  background-image: linear-gradient(rgb(211 195 156), rgb(218, 185, 103));
  position: absolute;
  /*left: 10%;*/
  bottom: 35px;
  z-index: 1000;
  margin: 0 40px;
  /* animation: slideUp 2s ease forwards 1; */

}

.one::after {
  content: '';
  width: 50px;
  height: 20px;
  /*background: #C0C0C0;*/
  background-image: linear-gradient(to right,#9b9a9a, #C0C0C0 );
  position: absolute;
  top: -20px;
  left: -10px;
  transform: skewX(45deg);
  /* animation: slideUp 1s ease forwards; */
}
.one::before {
  content: '';
  width: 20px;
  height: 100%;
  /*background:#C0C0C0;*/
  background-image: linear-gradient( #C0C0C0,#999393 );
  position: absolute;
  top: -10px;
  left: -20px;
  transform: skewY(45deg);
  /* animation: slideUp 1s ease forwards; */
}

.two::before {
  content: '';
  width: 20px;
  height: 100%;
  /*background: rgb(218, 185, 103);*/
 
   background-image: linear-gradient(rgb(211 195 156), rgb(218, 185, 103));

  position: absolute;
  top: -10px;
  left: -20px;
  transform: skewY(45deg);
  /* animation: slideUp 1s ease forwards; */

}


.two::after {
   content: '';
   width: 50px;
   height: 20px;
   /*background: rgb(218, 185, 103);*/
background-image: linear-gradient(to right, rgb(218, 185, 103),rgb(211 195 156) );
   position: absolute;
   top: -20px;
   left: -10px;
   transform: skewX(45deg);
   /* animation: slideUp 1s ease forwards;   */

}



.two {
   /*left: 25%;*/
   /* height: 55%; */
}

.tether-img{
    height:18px;
    margin-top: 1px;
   margin-right: 4px;
}

@media screen and (max-width: 48em)
{
    .bonus-text3{
 
    font-size: 18px !important ;
   
}

    .card-body5 ,.card-body4{
   
    padding: 8px;
   
}
    .image-mobile{
        width: 40% !important;
    }
    .mtext{
        font-size:50px !important;
    }
    
    .mimg{
        width: 40px !important;
    }
    #myTable{
             font-size:13px !important;
    }
    .mtable{
        padding-top:15px !important;
        display: flex;
    }
     .mtable1{
        padding-left:45px !important;
    }
    .mar-mob{
        margin-top:20px !important;
    }
    .container1 { 
   position: relative;
   /*width: 845px;*/
   /*left: 14px;*/
   padding-left: 15px !important;
   height: 288px; 
   /* background: var(--container-background);
   border: 1px solid var(--container-border) !important; */
   border-top: none;
   border-right: none;
   margin-top: 89px;
   margin-bottom: -10px;
}

  /*.one{*/
  /*  left:11% ;*/
  /*}*/
  /*.two{*/
  /*  left:29% ;*/
  /*}*/
  .css-y9bk85{
    padding: 0px !important;
  }
  .invest .heding-text{
      text-align: center!important;
        
  }
  .invest,.earn{
        /*padding: 0 !important;*/
        padding-left:15px !important; 
        
  }
  .earn{
       
        padding-right: 0px !important;
  }
  
  .modal{
      padding-right:0 !important;
  }

  .invbtn{
    margin-top: 0 !important;
  }

  .css-13vj2o6{
    /* font-size: 30px !important; */

  }
  .css-invest {
    font-size: 19px !important;

  }
  .main-heading{
    font-size: 17px !important;
  }
  .card-body2 {
       padding: 20px !important;
  }
  .bonus-text2{
    padding: 20px !important;
  }
  .bonus-box{
    font-size: 20px !important;

  }
  .bonus-text {
    font-size: 15px !important;
  }
  .m-css{
    font-size: 14px !important;
    font-weight: 400 !important;
  }
  .m-img{
    font-size: 72px !important;
  }
   .user-img{
    font-size: 38px !important;
  }
  .time-text{
    padding-left: 30px !important;
  }
  .time-text1{
    padding-left: 86px !important;
  }
  .text-white{
    font-size: 12px !important;

  }
  .css-4catgc{
    padding: 10px !important;
  }

  .heding-text {
    font-size: 17px !important;
  }

  .mar-mob{
    /*margin:0px 0px !important;*/
    padding: 0 !important;
  }

  
  .container-fluig1{
    padding-left: 5px;
    padding-right: 5px;
  }

.css-4hiasr {
  display: flex;
  width: 100%;
  background: rgb(29, 29, 29);
  border-radius: 10px;
  /*padding: 20px !important;*/
  padding-left: 0px !important;
  flex-direction: column;
  margin-bottom: 16px;
  box-shadow: unset;
}
.css-1iogs39 {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
/* .css-y9bk85 {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: rgb(131, 131, 131);
} */
.css-u6v8er {
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 5px 0 !important;
  margin-left: 25px !important;
}

.css-kfokru {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 90px !important;
  height: 90px !important;
  background:rgb(131, 131, 131);
  border-radius: 100%;
  margin-top: 12px;
}
.css-swvr9v {
  display: flex;
  flex-direction: column;
}
.css-rdams5 {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.css-zg1vud {
    overflow: hidden;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0 !important;
}
.page-title-box h4{
  font-weight: 400 !important; 
  /*font-weight: 300 !important;*/
    font-size: 15px !important;
}
.css-ccfvz {
  width: 100%;
  margin-bottom: 12px;
}
.dmy{
  margin-right: 36px !important;
  }

}

.table-bordered>tbody>tr>td,.table-bordered>thead>tr>th{
    border:none!important;
}

.css-kfokru {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 105px;
  height: 105px;
  margin: auto;
  background:rgb(131, 131, 131);
  border-radius: 100%;
  margin-top: 12px;
}

.css-4hiasr{
  padding: 12px;
}
.css-u6v8er {

  margin: 22px 0;
}

.css-zg1vud{
  margin: 28px 0;
}

.dmy{
margin-right: 72px;
}

.css-1k8522r {
  /* overflow-y: auto;
  max-height: 100vh; */
}

.css-p0gg45 {
  display: flex;
  background: rgb(37, 37, 37);
  height: 50px;
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding-inline: 20px;
  position: absolute;
  top: 50px;
  width: 100%;
  cursor: pointer;
  z-index: 3;
  box-shadow: unset;
}
.css-1wq3thz {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-style: normal;
}
.css-120nera {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  gap: 12px;
}
.css-15y598n {
  display: flex;
  background: rgb(37, 37, 37);
  height: 50px;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding-inline: 20px;
  position: absolute;
  top: 100px;
  width: 100%;
  cursor: pointer;
  z-index: 3;
  box-shadow: unset;
}

.modal{
  /* position: absolute !important; */
}
.css-jr4xmr {
  display: flex;
  /* width: 324px; */
  background: rgb(29, 29, 29);
  box-shadow: rgba(0, 0, 0, 0.58) 0px 65px 132px;
  border-radius: 20px;
  flex-direction: column;
  padding: 30px 37px 44px;
}
.css-u82v7p {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  color: rgb(255, 255, 255);
  text-align: center;
  margin-bottom: 17px;
}
.css-u82v7p {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  color: rgb(255, 255, 255);
  text-align: center;
  margin-bottom: 17px;
}
.css-1e54vvi {
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  justify-content: center;
}




/* step form   */



input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  /* font-family: Raleway; */
  border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

button {
  background-color: #04AA6D;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  font-family: Raleway;
  cursor: pointer;
}

button:hover {
  opacity: 0.8;
}

#prevBtn {
  background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #04AA6D;
}

select{
  /* display: flex; */
  background: rgb(37, 37, 37);
  height: 50px;
  border: none;
  border-radius: 14px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding-inline: 20px;
  cursor: pointer;
}

@media only screen and (min-width: 800px) {
  .modal {
      /* left: 138px !important; */
  }
}

@media only screen and (min-width: 1200px) {
  .modal {
      /* left: 438px !important; */
  }
}


.modal{
  width: 100%;
      height: 100%;
    
/*      opacity: 1;*/
/*background: rgb(0, 0, 0) !important;*/

 
}
.modal-dialog {
   top: 100px !important;

/*  position: fixed;*/
/*  top: 100px !important;*/
/*  left: 0;*/
 
/*  width: 500px;*/
/*  height: 450px;*/
 
/*background: rgb(29, 29, 29) !important;*/

/*  padding: 20px;*/
/*border-radius: 20px;*/

/*  justify-content: center;*/
/*  align-items: center;*/

/*  inset: 0px;*/
/*  -webkit-box-pack: center;*/
/*  justify-content: center;*/
/*  -webkit-box-align: center;*/
/*  align-items: center;*/
/*  z-index: 1000;*/
}

.modal-content {
  background: #ae1205;
  padding: 20px;
  border-radius: 5px;
}

.close-btn {
  cursor: pointer;
  position: absolute;
  top: 10px;
  z-index: 7;
  right: 10px;
  color: #fff;
}

.box-green {
  padding: 20px;
  background-color: #ae1205;
  position: relative;

  width: 500px;
  height: auto;
}

.modal-header{
  padding: 0rem 1rem !important;
  border: none !important;
}



progress {
  width: 100%;
 
  border-radius:30px;
}

progress::-webkit-progress-bar {
  background-color: #151515;
}
progress::-webkit-progress-value {
  background-color: #64f4ab !important;
}

.progress-bar {
  border-radius: 8px !important;
  background-color: #151515 !important;
 
   width: 240px !important; 
  height: 9px !important;
}
.mlabel{
  text-transform: lowercase !important; font-size: 16px ; color:rgb(255, 255, 255) !important; margin-bottom: 0 !important;
}

.dmy1 :hover{
  border-bottom:2px solid;
  cursor: pointer;

} 


.colorgreen{
    color:#64f4ab !important;
}


/* dropdown */
.dropdown {
  /* font-family: montserrat,Sans-serif !important;
  position: relative;
  display: inline-block;
  text-align: center;
  width: 170px; */
}

.dropdown-text {
  cursor: pointer;
  position: absolute;
  /* text-indent: 10px; */
  line-height: 32px;
  padding-top: 5px;
  background-color: transparent;
 
  /* border: 1px solid #64f4ab; */
  border-radius: 3px;
  /* box-shadow: 0 1px 0 rgba(255,255,255, .9) inset, 0 1px 3px rgba(0,0,0, .1); */
  width: 100%;
}


.dropdown-toggle {
  font-size: 0;
  z-index: 1;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  padding: 0;
  margin: 0 0 0 1px;
  background: transparent;
  text-indent: -10px;
  height: 34px;
  width: 100%;
}

.dropdown-toggle:focus {
  outline: 0;
}

.css-2dhjr0 {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-width: 9px;
  border-style: solid;
  border-image: initial;
  border-radius: 50%;
  border-color: #1d1d1d;
  background-color: #1d1d1d;
  transform: rotate(0deg);
  transition: transform 0s ease 0s, easy 0s ease 0s, all 0.2s ease 0s;
}
.dropdown-content {
 
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  list-style-type: none;
  position: absolute;
  top: 32px;
  right: 16px;
  z-index: 10 !important;
  padding: 0;
  margin: 0;
  opacity: 0;
  visibility:hidden;
  border-radius: 14px;
  /* text-indent: 10px; */
  line-height: 32px;
  background-color: rgb(38, 38, 38) !important;
  /* background-image: linear-gradient(91deg,#3c9166 0%, #9ff7cc 100%) !important; */
  /* border: 1px solid #64f4ab; */
  width: 450px;
}
ul.dropdown-content {
  /* max-height: 600px; */
  overflow-y: auto;
  overflow-x: hidden;
}

.dropdown-content a {
  display: block;
}

.dropdown-content a:hover {
  background: #355947;
}


.dropdown-toggle:hover ~ .dropdown-text,
.dropdown-toggle:focus ~ .dropdown-text {
  background-color: transparent;
}

.dropdown-toggle:focus ~ .dropdown-text {
  /* box-shadow: 0 1px 3px rgba(0,0,0, .2) inset, 0 1px 0 rgba(255,255,255, 0.8); */
  z-index: 2;
}

.dropdown-toggle:focus ~ .dropdown-text:after {
  border-width: 0 4px 5px 4px;
  border-color: transparent transparent #555 transparent;
}

.dropdown-content:hover,
.dropdown-toggle:focus ~ .dropdown-content {
  opacity: 1;
  visibility:visible;
  top: 42px;
}



/*my modal*/
  .modal-header {
	
	display: flex;
	flex-flow: row-reverse;
	text-align: center;
	padding: 0 20px;
	padding-bottom: 5px;
	.close {
		color: white;
		opacity: 1;
		display: flex;
		
		padding-top: 5px;
	}
}

.modal-content{
    background: rgb(29, 29, 29) !important;
    padding: 20px !important;
    border-radius: 20px !important;
}

.modal-footer {
	text-align:center !important;
    border:none !important;
   justify-content: normal;
}

.left-footer {
	display: flex;
}

.right-footer {
	flex: 1;
}


.navbar-inner{
    /* display:none; */
}
.label-deposit{
font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    margin:10px 0;
}
.modal-dialog {
    width: auto ;
}
@media screen and (min-width: 48em){
	.modal-dialog {
    width: 458px !important;
}
}
.well1{
	/*padding: 20px;*/
    /*margin: 20px 0px;*/
    width: 240px;
    margin: auto;
}


.css-frzydr {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 43px;
     margin-top: -18px;
}



  .hidden {
      display: none ;
    }

    .visible {
      display: block !important;
    }
    
    
    .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: none !important;
}

.table>thead>tr>th {
    vertical-align: bottom;
    text-align: center;
     border-bottom: none !important;
}
    
    
    @media screen and (max-width: 767px){
.table-responsive {
 
    border: none !important;
}
}
   
   
   .mob-col{
          padding-right: 7px !important;
    padding-left: 7px !important;
  } 
  
  
  
     @media screen and (min-width: 48em)
{
.css-1o0wkpg {
    padding-inline: 35px;
}
} 

@media screen and (min-width: 80em)
{
    .css-17oyqn5 {
    padding-inline: 0px;
}
    .css-1ggjbm1 {
    padding-inline: 0px;
}
.css-1n44ucz {
    padding-inline: 0px;
}
.css-1mzcld6 {
    padding-inline: 0px;
}
.css-1n44ucz {
    padding-inline: 0px;
}
.css-17oyqn5 {
    padding-inline: 0px;
}
.css-p2x1pj {
    padding-inline: 0px;
}
.css-1lx26g {
    padding-inline: 0px;
}
}


.css-1lx26g {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    letter-spacing: 0.05em;
    border: 0;
    box-shadow: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: rgb(131, 131, 131);
     padding-inline: 12px; 
    padding-top: 0px;
    padding-bottom: 0px;
}
.css-1qe5qv1 {
    background: rgb(37, 37, 37);
}
.css-1ggjbm1 {
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    text-align: center;
    color: rgb(131, 131, 131);
     /*padding-inline: 12px; */
    border-top-left-radius: 60px !important;
    border-bottom-left-radius: 60px !important;
}

.css-17oyqn5 {
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    text-align: center;
    /* color: rgb(241, 196, 85); */
    color: rgb(255, 255, 255);
    padding-inline: 12px;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
}
.css-1n44ucz {
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    text-align: center;
    color: rgb(255, 255, 255);
     padding-inline: 12px; 
}
.css-1mzcld6 {
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    text-align: center;
    color: rgb(216, 0, 39);
     padding-inline: 12px; 
    text-transform: uppercase;
}


.css-p2x1pj {
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    text-align: center;
    color: rgb(115, 186, 63);
     padding-inline: 12px; 
    text-transform: uppercase;
}
.css-1o0wkpg {
    display: flex;
    flex-direction: column;
    padding-top: 36px;
     padding-inline: 14px; 
    padding-bottom: 24px;
    background: rgb(29, 29, 29);
    box-shadow: unset;
    border-radius: 20px;
}
.css-zipzvv {
    display: block;
    /*white-space: nowrap;*/
    overflow: auto hidden;
    max-width: 100%;
}
.css-5605sr {
    font-variant-numeric: lining-nums tabular-nums;
    /* border-collapse: collapse; */
    width: 100%;
}
tr {
    display: table-row;
    vertical-align: inherit;
    /* border-color: inherit; */
}

.table>tbody {
    background: rgb(37, 37, 37);
}

.levels{
    background: rgb(58 58 58) !important;
    padding: 7px 10px;
    color: rgb(255, 255, 255);

    border-radius: 13px;

}



select {

  /* styling */
  background-color: white;
  border: thin solid blue;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}


/* arrows */

select.classic {
  background-image:
    linear-gradient(45deg, transparent 50%, blue 50%),
    linear-gradient(135deg, blue 50%, transparent 50%),
    linear-gradient(to right, skyblue, skyblue);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
}

select.classic:focus {
  background-image:
    linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    linear-gradient(to right, gray, gray);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
  border-color: grey;
  outline: 0;
}







select.minimal {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%) !important;
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em !important;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em !important;
  background-repeat: no-repeat !important;
}

select.minimal:focus {
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}


select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}










 