@font-face {
  font-family: campton;
  /* src: url(../fonts/campton-cufonfonts/CamptonLight.otf); */
  src: url(../fonts/campton-cufonfonts/CamptonBook.otf);
}
@font-face {
  font-family: lato;
  /* src: url(../fonts/campton-cufonfonts/CamptonLight.otf); */
  src: url(../fonts/Lato/Lato-Regular.ttf);
}
@font-face {
  font-family: poppins;
  /* src: url(../fonts/campton-cufonfonts/CamptonLight.otf); */
  src: url(../fonts/Lato/Lato-Regular.ttf);
}


.smartNew-main {
  background-color: #001B3D;
}

.smartNew-main .first-screen {
  min-height: 100%;
  padding-bottom: 80px;
}
iframe body {
  background-color: transparent !important;
}
.smartNew-main .first-screen .tagline {
  color: #fff;
  font-size: 18px;
  text-align: left;
  font-family: campton,serif;
}
.smartNew-main .first-screen .payThrough {
  background-color: rgba(5, 180, 239, 0.08);
  padding: 20px;
  border-radius: 20px;
  display: flex;flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0;
}
.smartNew-main .first-screen .buyMain {
  border-radius: 33px;
  overflow: hidden;
  min-height: 333.5px;
  max-height: 333.5px;
  max-width: 450px;
  margin: auto;

}
.__className_bbc7b0 {
  background-color: transparent !important;
}
.smartNew-main .first-screen .buyMain iframe {
  background-color: transparent;
  border: none !important;
  height: 100%;
  min-height: 333.5px;

}

.smartNew-main .first-screen .payThrough .icon {
  max-width: 12%;
  padding: 0 5px;
}
.smartNew-main .first-screen .payThrough .icon img {
  width: 100%;
}

.smartNew-main .heading {
  font-family: campton;
  font-size: 50px;
  line-height: 70px;
  font-weight: 600;
  /* text-transform: uppercase; */
  color: white;
}

.smartNew-main .header.sticky .btn-sign-in {
  color: white;
  background-color: #05B4EF;
}

.first-screen .heading {
  font-size: 60px;

}
  .first-screen .heading span {
    color: #05B4EF;
    display: inline-block;
    font-weight: 600;
  }
.first-screen .moreless-button {
  color: #05B4EF;
  font-size: 16px;
  font-weight: 600;
  background-color: transparent;
  border: none;
}

.first-screen .moretext {
  display: none;
}

.first-screen .effect1 {
  height: 400px;
  top: 0;
  position: absolute;
  right: 0;
}

.first-screen .effect2 {
  position: absolute;
    width: 100%;
    top: 18%;
    left: 0;
    right: 0;
    z-index: 0;
}

.first-screen .headingBar {
  width: 160px;
  height: 4px;
  background: #05B4EF;
  margin-left: auto;
  margin-right: auto;
}

.smartNew-main .hr1 {
  height: 2px;
  background: #707070;
  width: 85%;
  margin: auto;
}

.smartNew-main .crossBridge-SecNew {
  padding: 80px 0;
}

.smartNew-main .crossBridge-SecNew .content {
  color: #fff;
  text-align: left;
}
.smartNew-main .crossBridge-SecNew .rowM {
  padding: 50px 20px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0));
    border-radius: 45px;
    margin: 20px 0;
}


.smartNew-main .bridgeBtn {
  background-color: #05B4EF;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  height: 52px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  cursor: pointer;
}

.smartNew-main .bridgeBtn:hover {
  background-color: #fff;
  color: #05B4EF;

}

.m-auto {
  margin: auto;
}

.smartNew-main .timeToEarn-Sec {
  padding: 50px 20px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0));
  border-radius: 45px;
  margin: 20px 0;

}

.smartNew-main .timeToEarn-Sec .content .current {
  color: #05B4EF;
  font-family: campton;
  font-size: 27px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.smartNew-main .timeToEarn-Sec .content .desc {
  font-family: lato;
  color: #fff;
  font-size: 16px;
  text-align: justify;
}
.smartNew-main .flightContainer h1{
  color: white;
  text-align: center;
}
.smartNew-main .flightContainer {
  position: relative;
  z-index: 1;
  margin-top: 50px;
  margin-bottom: 50px;
}
.smartNew-main .flightSec h2{
  font-size: 30px;
  color: #fff;
  margin-bottom: 20px;
}
.smartNew-main .flightSec {
  background:  rgba(255, 255, 255, 0.06);
  padding: 35px 20px;
  border-radius: 45px;
  margin: 20px 0;
  
}
.smartNew-main .flightSec .content{
  max-width: 400px;
  margin: auto;
}

.beatAnimation {
	animation: beat .8s infinite alternate;
}
  @keyframes beat{
    to { transform: scale(1.1); }
}

.coinAnimation {
	animation: coin 3s infinite alternate;
}
@keyframes coin {

  0% {
    transform: rotate3d(0, 1, 0, 0);
  }

  100% {
    transform: rotate3d(0, 1, 0, 360deg);
  }
}
.coinAnimation2 {
	animation: coin2 3s infinite alternate;
}
@keyframes coin2 {

  0% {
    transform: rotate3d(0, 1, 0, 0);
  }

  100% {
    transform: rotate3d(1, 1, 0, 360deg);
  }
}
.smartNew-main .flightSec .content .desc {
  font-family: lato;
  color: #fff;
  font-size: 16px;
  text-align: justify;
  max-width: 400px;
}
.smartNew-main .copySec {
  position: relative;
  z-index: 1;
  padding: 50px 0;
}
.smartNew-main .copySec h1 {
  color: white;
  text-align: center;
}
.smartNew-main .copySec h2{
  font-size: 30px;
  color: #fff;
  margin-bottom: 20px;
}
.smartNew-main .copySec .content{
  max-width: 400px;
  margin: auto;
}
.smartNew-main .copySec .content .desc {
  font-family: lato;
  color: #fff;
  font-size: 16px;
  text-align: justify;
  max-width: 400px;
}
.smartNew-main .copySec .imgDiv {
  position: relative;
}
.smartNew-main .copySec .imgDiv .effect {
  position: absolute;
  width: 220%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.smartNew-main .availableSec {
  padding: 100px 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.smartNew-main .availableSec .cercleImg {
  max-width: 255px;
  margin-bottom: 20px;
}

.smartNew-main .availableSec .logoMain {
  position: absolute;
  width: 100%;
  top: 210px;
  z-index: 2;
}

.smartNew-main .availableSec .heading {
  margin-bottom: 70px;
}

.smartNew-main .availableSec .logoMain .uniswapImgDiv {
  text-align: center;
  transition: all 0.4s;
}

.smartNew-main .availableSec .logoMain .uniswapImgDiv img {
  text-align: center;
  width: 40%;
  transition: all 0.4s;
  margin-right: 30px;
}

.smartNew-main .availableSec .logoMain .uniswapImgDiv img:hover {
  transform: scale(1.2);
  transition: all 0.4s;
}

.smartNew-main .availableSec .logoMain .okxImgDiv {
  text-align: center;
  /* margin-right: 59px; */
  transition: all 0.4s;
}

.smartNew-main .availableSec .logoMain .okxImgDiv img {
  width: 51%;
  transition: all 0.4s;
  margin-right: 30px;
}

.smartNew-main .availableSec .logoMain .okxImgDiv img:hover {
  transform: scale(1.2);
  transition: all 0.4s;
}

.smartNew-main .availableSec .logoMain .pancakeImgDiv {
  text-align: center;
  /* margin-right: 59px; */
  transition: all 0.4s;
}

.smartNew-main .availableSec .logoMain .pancakeImgDiv img {
  width: 52%;
  transition: all 0.4s;
  margin-right: 47px;
}

.smartNew-main .availableSec .logoMain .pancakeImgDiv img:hover {
  transform: scale(1.2);
  transition: all 0.4s;
}

.smartNew-main .availableSec .logoMain .gitbuketImgDiv {
  text-align: center;
  /* margin-right: 59px; */
  transition: all 0.4s;
}

.smartNew-main .availableSec .logoMain .gitbuketImgDiv img {
  width: 34%;
  transition: all 0.4s;
  margin-right: 58px;
}

.smartNew-main .availableSec .logoMain .gitbuketImgDiv img:hover {
  transform: scale(1.2);
  transition: all 0.4s;
}

.smartNew-main .availableSec .logoMain .stakeQDiv {
  text-align: center;
  /* margin-right: 59px; */
  transition: all 0.4s;
}

.smartNew-main .availableSec .logoMain .stakeQDiv img {
  width: 34%;
  transition: all 0.4s;
  margin-right: 58px;
}

.smartNew-main .availableSec .logoMain .stakeQDiv img:hover {
  transform: scale(1.2);
  transition: all 0.4s;
}
.smartNew-main .availableSec .logoMain .stakeQDiv1 {
  text-align: center;
  /* margin-right: 59px; */
  transition: all 0.4s;
}

.smartNew-main .availableSec .logoMain .stakeQDiv1 img {
  width: 34%;
  transition: all 0.4s;
  margin-right: 58px;
}

.smartNew-main .availableSec .logoMain .stakeQDiv1 img:hover {
  transform: scale(1.2);
  transition: all 0.4s;
}

.smartNew-main .availableSec .logoMain .stexDiv {
  text-align: center;
  /* margin-right: 59px; */
  transition: all 0.4s;
}


.smartNew-main .availableSec .logoMain .stexDiv img {
  width: 50%;
  transition: all 0.4s;
  margin-right: 58px;
}

.smartNew-main .availableSec .logoMain .stexDiv img:hover {
  transform: scale(1.2);
  transition: all 0.4s;
}
.smartNew-main .availableSec .logoMain .changelyDiv {
  text-align: center;
  /* margin-right: 59px; */
  transition: all 0.4s;
}
.smartNew-main .availableSec .logoMain .changelyDiv img {
  width: 40%;
  transition: all 0.4s;
  margin-right: 58px;
}

.smartNew-main .availableSec .logoMain .changelyDiv img:hover {
  transform: scale(1.2);
  transition: all 0.4s;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.smartNew-main .crossBridge-SecNew .effectRight {
  position: absolute;
  top: 0;
  /* transform: translate(0%, -50%); */
  max-height: 900px;
  right: -400px;
  z-index: -1;
}

.smartNew-main .crossBridge-SecNew .effectLeft {
  position: absolute;
  top: 0;
  /* transform: translate(0%, -50%); */
  max-height: 900px;
  left: -400px;
  z-index: -1;
}

.smartNew-main .tokenomics {
  padding: 30px 0;
  position: relative;
}
.smartNew-main .tokenomics .affect1{
  position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
}

.smartNew-main .tokenomics .content {
  font-family: lato;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  border-radius: 25px;
  margin: 20px 0;
  padding: 25px;
  padding-right: 0;
  color: white;
}

.smartNew-main .tokenomics .content .row1 {
  display: flex;
  justify-content: space-between;
  /* flex-wrap: wrap; */
  padding: 0 10px;
}

.smartNew-main .tokenomics .content .row1 h6 {
  font-size: 18px;
}

.smartNew-main .tokenomics .content .row1 .value {
  font-weight: normal;
  min-width: 152px;
  text-align: right;
}

.smartNew-main .tokenomics .content .row2 {
  display: flex;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  padding: 15px;
}

.smartNew-main .tokenomics .content .row2 .title {
  font-size: 16px;
}

.smartNew-main .tokenomics .content .row2 .val {
  font-size: 18px;
  color: #05B4EF;
  font-weight: 600;
}

.text.center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.font-normal {
  font-weight: normal;
}

.smartNew-main .tokenDistribution {
  margin-bottom: 30px;
}

.smartNew-main .tokenDistribution .row1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  padding: 10px 15px;
  padding-top: 15px;
}

.smartNew-main .tokenDistribution .col1 {
  display: flex;
  justify-content: space-between;

  /* flex-grow: 1;
    max-width: 100%;
    -webkit-flex-basis: 0;
    flex-basis: 0; */
}

.smartNew-main .tokenDistribution .dist {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  margin-right: 20px;
}

.smartNew-main .tokenDistribution .dist .color {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin-right: 7px;
}

.smartNew-main .tokenDistribution .dist p {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}

.smartNew-main .tokenDistribution .presale {
  background: #09407F;
}

.smartNew-main .tokenDistribution .liquidity {
  background: #17A1C6;
}

.smartNew-main .tokenDistribution .staking {
  background: #C6C6C6;
}

.smartNew-main .tokenDistribution .swap {
  background: #C6637C;
}

.smartNew-main .tokenDistribution .share {
  background: #26C680;
}

.smartNew-main .tokenDistribution .burn {
  background: #C6C345;
}

.smartNew-main .tokenDistribution .marketing {
  background: #BA83C6;
}

.smartNew-main .tokenDistribution .airdrop {
  background: #C6A485;
}

/* roadmap */

.smartNew-main .roadmapSecNew {
  padding: 100px 0;
  overflow: hidden;
  position: relative;
}

.smartNew-main .roadmapSecNew .roadBox {
  max-width: 245px;
  position: relative;
}

.smartNew-main .roadmapSecNew .roadBox .lines {
  position: absolute;
  left: -105px;
  top: 20px;
  z-index: -2;
  height: 150px;
}

.smartNew-main .roadmapSecNew .roadBox .title {
  color: white;
  font-size: 21px;
  margin-left: 55px;
}

.smartNew-main .roadmapSecNew .roadBox .title span {
  color: #05B4EF;
  font-size: 35px;
  margin-right: 7px;
}

.smartNew-main .roadmapSecNew .roadBox .roadCard {
  font-size: 14px;
  color: #fff;
  background: #142D4C;
  border-top-right-radius: 60px;
  padding: 20px;
  height: 214px;
  display: flex;
  align-items: center;
  font-family: lato;
}

.smartNew-main .roadmapSecNew .row2 .roadBox {
  margin-left: 19%;
}

.smartNew-main .roadmapSecNew .row3 .roadBox {
  margin: auto;
}

.smartNew-main .roadmapSecNew .row4 .roadBox {
  margin-left: auto;
  margin-right: 20%;
}

.smartNew-main .roadmapSecNew .row5 .roadBox {
  margin-left: auto;
}

.smartNew-main .roadmapSecNew .effectRight {
  position: absolute;
  top: 18%;
  /* transform: translate(0%, -50%); */
  max-height: 800px;
  right: -420px;
}

.smartNew-main .roadmapSecNew .effectLeft {
  position: absolute;
  bottom: -7%;
  /* transform: translate(0%, -50%); */
  max-height: 800px;
  left: -420px;
}

.smartNew-main .roadmapSecNew .cross {
  position: absolute;
  right: 20%;
  top: 26%;
  width: 40px;
}

.smartNew-main .roadmapSecNew .ball1 {
  position: absolute;
  right: 42%;
  top: 20%;
  width: 30px;
}

.smartNew-main .roadmapSecNew .ball2 {
  position: absolute;
  left: 8%;
  top: 50%;
  width: 40px;
}

.smartNew-main .roadmapSecNew .ball3 {
  position: absolute;
  right: 8%;
  top: 50%;
  width: 45px;
}

.smartNew-main .roadmapSecNew .ball4 {
  position: absolute;
  left: 8%;
  bottom: 17%;
  width: 140px;
}

.smartNew-main .roadmapSecNew .star2 {
  position: absolute;
  left: 40%;
  bottom: 10%;
  width: 45px;
}

.smartNew-main .roadmapSecNew .cross2 {
  position: absolute;
  left: 20%;
  bottom: 0%;
  width: 45px;
}

/* complete project */
.completeProjectSec {
  padding: 100px 0;
}

.completeProjectSec .projectCardGradient1 {
  background: linear-gradient(180deg, #142D4C, rgba(255, 255, 255, 0));
}

.completeProjectSec .projectCardGradient2 {
  background: linear-gradient(0deg, #142D4C, rgba(255, 255, 255, 0));
}

.completeProjectSec .projectCard {
  height: 332px;
  padding: 50px 15px;
  border-radius: 25px;
  text-align: center;
  color: white;
  transition: all 0.5s;

}

.completeProjectSec .projectCard h3 {
  font-family: lato;
  color: white;
  font-size: 23px;
  margin-bottom: 20px;
  height: 82px;
}

.completeProjectSec .projectCard .mainImg {
  max-height: 120px;
}

.completeProjectSec .projectCard .mainImgHover {
  max-height: 50px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.completeProjectSec .projectCard .desc {
  color: white;
  font-size: 14px;
  text-align: left;
  display: none;
}

.completeProjectSec .projectCard .desc p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  /* number of lines to show */
  max-height: 92.4px;
}

.completeProjectSec .projectCard .desc a {
  font-weight: bold;
  color: white;
}

.completeProjectSec .projectCard:hover {
  background: #05B4EF;
}

.completeProjectSec .projectCard:hover .mainImg {
  display: none;
}

.completeProjectSec .projectCard:hover .mainImgHover {
  display: block;
}

.completeProjectSec .projectCard:hover .desc {
  display: block;
}

.completeProjectSec .projectCard:hover h3 {
  margin-bottom: 20px;
  height: unset;
}



.smartNew-main .documentSec .heading {
  margin-bottom: 50px;
}

.smartNew-main .documentSec .effectleft {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  max-height: 800px;
  left: -420px;
}

.smartNew-main .documentSec .docCard {
  display: flex;
  justify-content: space-between;
  background: linear-gradient(180deg, #142D4C, rgba(255, 255, 255, 0.05));
  padding: 27px 30px;
  border-radius: 20px;
  margin-bottom: 50px;
  transition: all 0.5s;
}

.smartNew-main .documentSec .docCard:hover {
  background: rgba(255, 255, 255, 0.3);
}

.smartNew-main .documentSec .docCard .title {
  display: flex;
  align-items: center;
}

.smartNew-main .documentSec .docCard .title img {
  width: 65px;
  margin-right: 35px;
}

.smartNew-main .documentSec .docCard .title p {
  font-size: 28px;
  color: white;
  font-family: lato;
}

.smartNew-main .documentSec .docCard .downloadImg {
  width: 30px;
}

.smartNew-main .documentSec .imgDiv {
  max-width: 490px;
}

.smartNew-main .ludoTxSec table { 
  width: 100%; 
  border-collapse: separate;
  border-spacing: 0 1em; 

}
/* Zebra striping */
/* .smartNew-main .ludoTxSec table tr { 
  width: 1660px;
  height: 73px;
  border-radius: 14px;
  background-color: rgb(255,255,255,0.102);
  margin-bottom: 10px; 
}
.smartNew-main .ludoTxSec table th { 
  background: #333; 
  color: white; 
  font-weight: bold; 
}

.smartNew-main .ludoTxSec table tr td, .smartNew-main .ludoTxSec table tr th { 
  padding: 6px; 
  text-align: left; 
} */
.csslider {
  -moz-perspective: 1300px;
  -ms-perspective: 1300px;
  -webkit-perspective: 1300px;
  perspective: 1300px;
  display: inline-block;
  text-align: left;
  position: relative;
  margin-bottom: 22px;
}
.csslider > input {
  display: none;
}
.csslider > input:nth-of-type(10):checked ~ ul li:first-of-type {
  margin-left: -900%;
}
.csslider > input:nth-of-type(9):checked ~ ul li:first-of-type {
  margin-left: -800%;
}
.csslider > input:nth-of-type(8):checked ~ ul li:first-of-type {
  margin-left: -700%;
}
.csslider > input:nth-of-type(7):checked ~ ul li:first-of-type {
  margin-left: -600%;
}
.csslider > input:nth-of-type(6):checked ~ ul li:first-of-type {
  margin-left: -500%;
}
.csslider > input:nth-of-type(5):checked ~ ul li:first-of-type {
  margin-left: -400%;
}
.csslider > input:nth-of-type(4):checked ~ ul li:first-of-type {
  margin-left: -300%;
}
.csslider > input:nth-of-type(3):checked ~ ul li:first-of-type {
  margin-left: -200%;
}
.csslider > input:nth-of-type(2):checked ~ ul li:first-of-type {
  margin-left: -100%;
}
.csslider > input:nth-of-type(1):checked ~ ul li:first-of-type {
  margin-left: 0%;
}
.csslider > ul {
  position: relative;
  width: 820px;
  height: 420px;
  z-index: 1;
  font-size: 0;
  line-height: 0;
  border: 10px solid #ffffff;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.csslider > ul > li {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 15px;
  font-size: initial;
  line-height: normal;
  -moz-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
  transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: normal;
}
.csslider > .navigation {
  position: absolute;
  bottom: -8px;
  left: 50%;
  z-index: 10;
  margin-bottom: -10px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.csslider > .navigation > div {
    margin-left: -100%;
}
.csslider > .navigation label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  margin: 0 4px;
  padding: 4px;
  background: #3A3A3A;
}
.csslider > .navigation label:hover:after {
  opacity: 1;
}
.csslider > .navigation label:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -6px;
  margin-top: -6px;
  background: #ff0000;
  border-radius: 50%;
  padding: 6px;
  opacity: 0;
}
.csslider > .arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.csslider.inside .navigation {
  bottom: 10px;
  margin-bottom: 10px;
}
.csslider > input:nth-of-type(1):checked ~ .navigation label:nth-of-type(1):after,
.csslider > input:nth-of-type(2):checked ~ .navigation label:nth-of-type(2):after,
.csslider > input:nth-of-type(3):checked ~ .navigation label:nth-of-type(3):after,
.csslider > input:nth-of-type(4):checked ~ .navigation label:nth-of-type(4):after,
.csslider > input:nth-of-type(5):checked ~ .navigation label:nth-of-type(5):after,
.csslider > input:nth-of-type(6):checked ~ .navigation label:nth-of-type(6):after,
.csslider > input:nth-of-type(7):checked ~ .navigation label:nth-of-type(7):after,
.csslider > input:nth-of-type(8):checked ~ .navigation label:nth-of-type(8):after,
.csslider > input:nth-of-type(9):checked ~ .navigation label:nth-of-type(9):after,
.csslider > input:nth-of-type(10):checked ~ .navigation label:nth-of-type(10):after,
.csslider > input:nth-of-type(11):checked ~ .navigation label:nth-of-type(11):after {
  opacity: 1;
}
.csslider > .arrows {
  position: absolute;
  left: -31px;
  top: 50%;
  width: 100%;
  height: 26px;
  padding: 0 31px;
  z-index: 0;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.csslider > .arrows label {
  display: none;
  position: absolute;
  top: -50%;
  padding: 13px;
  box-shadow: inset 2px -2px 0 1px #3A3A3A;
  cursor: pointer;
  -moz-transition: box-shadow 0.15s, margin 0.15s;
  -o-transition: box-shadow 0.15s, margin 0.15s;
  -webkit-transition: box-shadow 0.15s, margin 0.15s;
  transition: box-shadow 0.15s, margin 0.15s;
}
.csslider > .arrows label:hover {
  box-shadow: inset 3px -3px 0 2px #ff0000;
  margin: 0 0px;
}
.csslider > .arrows label:before {
  content: '';
  position: absolute;
  top: -100%;
  left: -100%;
  height: 300%;
  width: 300%;
}
.csslider.infinity > input:first-of-type:checked ~ .arrows label.goto-last,
.csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(0),
.csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(1),
.csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(2),
.csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(3),
.csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(4),
.csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(5),
.csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(6),
.csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(7),
.csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(8),
.csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(9),
.csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(10) {
  display: block;
  left: 0;
  right: auto;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
.csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
.csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3),
.csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4),
.csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5),
.csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6),
.csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7),
.csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8),
.csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9),
.csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10),
.csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11),
.csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(12) {
  display: block;
  right: 0;
  left: auto;
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
/*#region MODULES */
/*#endregion */
/*___________________________________ LAYOUT ___________________________________ */
/* * {
  margin: 0;
  padding: 0;
} */
.csslider ul {
  padding-left: 40px;
}

#slider1 {
  margin: 20px;
  font-family: 'Lato';
}
#slider1 > input:nth-of-type(3):checked ~ ul #bg {
  width: 80%;
  padding: 22px;
  -moz-transition: .5s .5s;
  -o-transition: .5s .5s;
  -webkit-transition: .5s .5s;
  transition: .5s .5s;
}
#slider1 > input:nth-of-type(3):checked ~ ul #bg div {
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  -webkit-transform: translate(0);
  transform: translate(0);
  -moz-transition: .5s .9s;
  -o-transition: .5s .9s;
  -webkit-transition: .5s .9s;
  transition: .5s .9s;
}
/*#videos */
/*___________________________________ LAYOUT ___________________________________ */
video { 
  width:710px; 
  height:400px;  
  background:transparent url('') no-repeat 0 0; 
  -webkit-background-size:cover; 
  -moz-background-size:cover; 
  -o-background-size:cover; 
  background-size:cover; 
}
.cssslider p {
  margin-left:3em;
}


.smartNew-main .ludoTxSec table tbody tr td:first-child{
  border-radius: 10px 0px 0px 10px;
}
.smartNew-main .ludoTxSec table tbody tr td:last-child{
  border-radius: 0px 10px 10px 0px;
}

.smartNew-main .ludoTxSec table thead tr th{
  text-align: center;
  color: white;
  font-weight: bold;
}

.smartNew-main .ludoTxSec table tr td{
  background: rgb(255, 255, 255, 0.102);
  text-align: center;
  color: rgb(255, 255, 255, 0.8);
  font-size: 14px;
  padding: 10px;
}

.smartNew-main .ludoTxSec table tr .method button{
  border-radius: 7px;
  background-color: #05b4ef;
  color: white;
  border: none;
}

.smartNew-main .ludoTxSec table tr .to .to-in{
  border-radius: 3px;
  padding: 2px 8px;
  color: green;
  background-color: white;
  border: none;
  font-weight: 700;
  margin-right: 3px;
  font-size: 12px;
}


.ludo-btns{
  text-align: center;
  margin-top: 40px;
}
.ludo-btns .show-more{
  border-radius: 12px;
  background-color: #05b4ef;
  border: none;
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  padding: 10px 50px;
}
.ludo-btns .go-back{
  border-radius: 12px;
  background-color: #ffffff;
  border: none;
  font-size: 18px;
  color: #17447e;
  font-weight: 700;
  padding: 10px 50px;
}

.smartNew-main .ludoTxSec table tr .to .to-out{
  border-radius: 3px;
  padding: 2px 6px;
  color: red;
  margin-right: 3px;
  background-color: white;
  border: none;
  font-weight: 700;
  font-size: 12px;
}

/* .smartNew-main .ludoTxSec table{
  background-image: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9999999999999999) 51%, rgba(255,255,255,0) 100%);
} */

.smartNew-main .stakingInfoSec, .smartNew-main .ludoTxSec {
  z-index: 1;
  padding-bottom: 70px;
}

.smartNew-main .stakingInfoSec .content {
  text-align: center;
  font-size: 42px;
  color: white;
  font-weight: 500;
  font-weight: bold;
  max-width: 90%;
  margin: auto;
}

.smartNew-main .stakingInfoSec .docCard {

  background: rgba(255, 255, 255, 0.1);
  padding: 27px 30px;
  border-radius: 20px;
  margin-bottom: 50px;
  transition: all 0.5s;
  font-family: lato;
}

.smartNew-main .stakingInfoSec .imgDiv {
  position: relative;
}

.smartNew-main .stakingInfoSec .ball1 {
  position: absolute;
  width: 60px;
  right: 8%;
  top: 40px;
}

.smartNew-main .stakingInfoSec .ball2 {
  position: absolute;
  width: 30px;
  right: 0px;
  top: 25%;
}

.smartNew-main .stakingInfoSec .cross {
  position: absolute;
  width: 50px;
  left: 0px;
  top: 12%;
}

.smartNew-main .stakingInfoSec .effectleft {
  position: absolute;
  width: 100%;
  left: 50%;
  /* right: 0; */
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.display-block {
  display: block;
}

.smartNew-main .teamSection {
  padding: 80px 0;
}

.smartNew-main .teamSection .heading {
  margin-bottom: 70px;
}

.smartNew-main .teamSection .teamMainCard {
  border-radius: 8px;
  overflow: hidden;
}

.smartNew-main .teamSection .teamMainCard .imgDiv {
  max-height: 380px;
  overflow: hidden;
}

.smartNew-main .teamSection .teamMainCard .imgDiv img {
  width: 100%;
}

.smartNew-main .teamSection .teamMainCard .content {
  background: #142D4C;
  padding: 20px 10px;
  text-align: center;
  color: white;
}

.smartNew-main .teamSection .nameMain {
  color: #fff;
  font-size: 35px;
  margin-bottom: 5px;
}

.smartNew-main .teamSection .designationMain {
  color: #CFD3D7;
  font-size: 20px;
}

.smartNew-main .teamSection .detailMain .desc {
  color: #fff;
  font-size: 20px;
  margin-bottom: 25px;
}

.smartNew-main .teamSection .socialMain a img {
  width: 40px;
}

.smartNew-main .teamSection .teamCard .socialMain a img {
  width: 30px;
}

.smartNew-main .teamSection .socialMain a {
  display: inline-block;
  margin-right: 5px;
  transition: all 0.3s;
}

.smartNew-main .teamSection .socialMain a:hover {
  transform: scale(1.2);
  transition: all 0.3s;
}
.head.socialMain a img {
  width: 38px;
}

.head.socialMain a {
  display: inline-block;
  margin: 0 5px;
  transition: all 0.3s;
}

.head.socialMain a:hover {
  transform: scale(1.2);
  transition: all 0.3s;
}

.smartNew-main .teamSection .teamCard {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  cursor: pointer;
}

.smartNew-main .teamSection .teamCard .imgDiv {
  height: 250px;
  overflow: hidden;
  background: white;
}

.smartNew-main .teamSection .teamCard .imgDiv img {
  width: 100%;
}

.smartNew-main .teamSection .teamCard .content {
  background: #142D4C;
  padding: 10px;
  text-align: center;
  color: white;
}

.smartNew-main .teamSection .teamCard .name {
  color: #fff;
  font-size: 22px;
  margin-bottom: 7px;
  line-height: normal;
}

.smartNew-main .teamSection .teamCard .designation {
  color: #CFD3D7;
  font-size: 16px;
}

.smartNew-main .teamSectionNew {
  padding: 80px 0;
}

.smartNew-main .teamSectionNew .heading {
  margin-bottom: 70px;
}

.smartNew-main .teamSectionNew .teamMainCard {
  border-radius: 8px;
  overflow: hidden;
}

.smartNew-main .teamSectionNew .teamMainCard .imgDiv {
  max-height: 380px;
  overflow: hidden;
}

.smartNew-main .teamSectionNew .teamMainCard .imgDiv img {
  width: 100%;
}

.smartNew-main .teamSectionNew .teamMainCard .content {
  background: #142D4C;
  padding: 20px 10px;
  text-align: center;
  color: white;
}

.smartNew-main .teamSectionNew .nameMain {
  color: #fff;
  font-size: 35px;
  margin-bottom: 5px;
}

.smartNew-main .teamSectionNew .designationMain {
  color: #CFD3D7;
  font-size: 20px;
}

.smartNew-main .teamSectionNew .detailMain .desc {
  color: #fff;
  font-size: 20px;
  margin-bottom: 25px;
}

.smartNew-main .teamSectionNew .socialMain a img {
  width: 40px;
}

.smartNew-main .teamSectionNew .teamCard .socialMain a img {
  width: 30px;
}

.smartNew-main .teamSectionNew .socialMain a {
  display: inline-block;
  margin-right: 5px;
  transition: all 0.3s;
}

.smartNew-main .teamSectionNew .socialMain a:hover {
  transform: scale(1.2);
  transition: all 0.3s;
}

.smartNew-main .teamSectionNew .teamCard {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  cursor: pointer;
}

.smartNew-main .teamSectionNew .teamCard .imgDiv.waqarImg {
  display: flex;
  align-items: flex-start;
}

.smartNew-main .teamSectionNew .teamCard .imgDiv {
  height: 250px;
  overflow: hidden;
  background: white;
  /* display: flex;
  align-items: flex-end;
  justify-content: center; */
}

.smartNew-main .teamSectionNew .teamCard .imgDiv img {
  width: 100%;
}

.smartNew-main .teamSectionNew .teamCard .content {
  background: #142D4C;
  padding: 10px;
  text-align: center;
  color: white;
}

.smartNew-main .teamSectionNew .teamCard .name {
  color: #fff;
  font-size: 22px;
  margin-bottom: 7px;
  line-height: normal;
}

.smartNew-main .teamSectionNew .teamCard .designation {
  color: #CFD3D7;
  font-size: 16px;
}

.mt-6 {
  margin-top: 2.5rem;
}

.sec1 .effect1 {
  height: 400px;
  top: 0;
  position: absolute;
  right: 0;
}

.smartNew-main footer {}

.smartNew-main footer .innerFooter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  /* border-bottom: 1px solid #ADB1C2; */
}

.smartNew-main footer .socialMain a {
  display: inline-block;
  margin-left: 3px;
  margin-bottom: 5px;
  transition: all 0.3s;
}

.smartNew-main footer .socialMain a:hover {
  transform: scale(1.2);
  transition: all 0.3s;
}

.smartNew-main footer .socialMain a img {
  width: 40px;
}

.smartNew-main footer img {
  width: 130px;
}

.smartNew-main footer .copyRight a:hover {
  color: white;
}
.smartNew-main footer .copyRight a {
  color: #ADB1C2;
  text-decoration: none;
}
.smartNew-main footer .copyRight {
  padding: 20px 0;
  color: #ADB1C2;
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.smartNew-main footer .quickLinks{
  font-family: campton;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 10px;
  text-transform: capitalize;

}
.smartNew-main footer .desc{
  color: #B2BAC2;
}
.smartNew-main footer ul{
  list-style: none;
  padding-left: 0 !important;
}
.smartNew-main footer ul li{
  padding: 10px 0;
}
.smartNew-main footer ul li a{
  color: #CFD3D7 ;
}
.smartNew-main footer ul li a:hover{
  color: #fff !important;
  text-decoration: none;
}
.smartNew-main footer .subsMain button:hover {
  background: #fff;
  color: #05B4EF;
}
.smartNew-main footer .subsMain button {
  background: #05B4EF;
  border: none;
  font-weight: bold;
  padding: 7px 10px;
  color: #fff;
}
.smartNew-main footer .subsMain input{
  border: none;
  width: 100%;
}
.smartNew-main footer .subsMain{
  background: #fff;
  max-width: 350px;
  display: flex;
  margin-bottom: 20px;

}

.vertical-end {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.smartNew-main .menu__link:hover {
  color: white;
}

.smartNew-main .menu__link:after {
  border-bottom: 2px solid #fff;
}

.typing-demo {
  font-family: campton;
  text-align: left;
  font-size: 25px;
  font-weight: 400;
  max-width: 530px;
  line-height: 1.4;
}


/* Mustafa Addition */
.playToEarn {
  margin-top: 100px;
  position: relative;
  z-index: 2;
}

.playHeading {
  text-align: center;
  font-family: "Campton";
  color: white !important;
}

.cardPlayToEarn {
  background-color: #0D2747;
  border-radius: 25px;
  margin: 20px 0;
  padding: 25px;
  color: white;
  position: relative;
  z-index: 1;
}

.cardPlayToEarn h4 {
  color: white;
  text-align: center;
  font-size: 25px;
  font-family: "Campton";
  margin-top: 18px;
  margin-bottom: 40px;
  text-transform: capitalize;
}

.cardPlayToEarnImg {
  display: flex;
  justify-content: center;
  height: 260px;
  margin: auto;
}

.cardPlayToEarn div img {
  max-height: 350px;
  max-width: 450px;

}

.cardPlayToEarn p {
  color: white;
  text-align: center;
  /* font-family: "lato"; */
  font-size: 16px;
  height: 55px;
  margin-top: 20px;
}

.cardPlayToEarn .cardPlayToEarnBtn {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.cardPlayToEarn .cardPlayToEarnBtn button {
  background-color: #05B4EF;
  color: white;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
  padding: 8px 60px;
  height: auto !important;
  line-height: normal !important;
  text-transform: capitalize;
}

.cardPlayToEarn .Ludo_NFT img {
  max-width: 355px;
  width: 100%;
}

.smartNew-main .header.sticky .logo__img2 {
  width: 130px;
}

.smartNew-main .header.sticky .menu__link {
  color: white;
}


.smartNew-main .community .comunityCard .innerFooter {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  /* border-bottom: 1px solid #343A59; */
}

.smartNew-main .community .comunityCard .innerFooter .socialMain {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.head.socialMain {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.smartNew-main .community .comunityCard .innerFooter .socialMain .discord {
  height: 38px;
  width: 38px;
  border: 3px solid #fff;
  border-radius: 50%;
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.smartNew-main .community .comunityCard .innerFooter .socialMain .discord img {
  width: 22px;
}
.head.socialMain .discord {
  height: 38px;
  width: 38px;
  border: 3px solid #fff;
  border-radius: 50%;
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.head.socialMain .discord img {
  width: 22px;
}

.smartNew-main .community .comunityCard .innerFooter .socialMain a {
  display: inline-block;
  margin: 0 5px;
  margin-bottom: 4px;
  transition: all 0.3s;
}

.smartNew-main .community .comunityCard .innerFooter .socialMain a:hover {
  transform: scale(1.2);
  transition: all 0.3s;
}

.smartNew-main .community .comunityCard .innerFooter .socialMain a img {
  width: 38px;
}

.smartNew-main .community .comunityCard .logoMain img {
  width: 130px;
}


.smartNew-main .community {
  padding: 50px 0;
  color: white;
  text-align: center;
}

.smartNew-main .community .comunityCard {
  padding: 50px 10px;
  background: #1A3251;
  border-radius: 30px;
}

.smartNew-main .community .comunityCard .heading {
  font-size: 50px;
}

.smartNew-main .community .comunityCard p {
  margin-bottom: 30px;
}

.smartNew-main .community .comunityCard .connectDiscord {
  padding: 14px 45px;
  font-weight: 500;
  border: none;
  border-radius: 10px;
}

.smartNew-main .community .comunityCard .connectDiscord:hover {
  background: #05B4EF;
  color: #fff;
}

.bank-card-SecNew {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 50px;
  min-height: 500px;
}

.bank-card-SecNew .bank-card-mobil-mdpi {
  width: 400px;
}
/* .h1dt4{
  display: flex;
  align-items: center;
  flex-direction: column;
} */
.h1dt4 h1 {
  padding-right: 130px;
  font-size: 65px;
  line-height: normal;
}
.h1dt4 .desc {
  color: #fff;
  font-size: 18px;
  font-family: lato;
}

.ty67 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ty67 .effect {
  position: absolute;
  width: 150%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
} 
.ty67 .coin2 {
  position: absolute;
  width: 15%;
  left: 10px;
  top: 20px;
}
.ty67 .coin3 {
  position: absolute;
  width: 13%;
  right: 22%;
  top: -35px;
}
.ty67 .coin4 {
  position: absolute;
  width: 16%;
  right: 10%;
  top: 23%;
}
.bank-card-SecNew .coin1 {
  position: absolute;
  width: 150px;
  left: -75px;
  top: 50%;
  transform: translate(0,-50%);
}
.bank-card-SecNew .coin6 {
  position: absolute;
  width: 170px;
  right: -85px;
  top: 40%;
  transform: translate(0,-50%);
}
.bank-card-SecNew .coin5 {
  position: absolute;
  width: 90px;
  right: 50px;
  bottom: 30px;
  transform: translate(0,-50%);
}

.ty67 .effectRight {
  height: 1000px;
  position: absolute;
  top: 0;
  left: -200px;
  z-index: -100;
}

.ourPartners {
  padding: 60px 0;
  width: 100%;
}
.ourPartners .cardRow{
  display: flex;
  align-items: center;
  /* width: 180%; */
  width: 2880px;
  margin: 0 auto;
  /* overflow: hidden; */
  white-space: nowrap;
  animation: marquee 25s linear infinite;
  /* left: 0%; */
  position: relative;
}
.ourPartners .cardRow .pCard{
  background: rgba(255, 255, 255, 0.1);
  padding: 20px ;
  width: 300px;
  height: 110px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 30px;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  /* left: 100%; */
}
.ourPartners .cardRow:hover {
  animation-play-state: paused;
}


@keyframes marquee {
  0%   { left: 100%; }
  100% { left: -2850px; }
}

.ourPartners .cardRow .pCard img{
  max-height: 55px;
  max-width: 80%;
}
.ourPartners h1{
  text-align: center;
    font-family: "Campton";
    color: white !important;
    margin-bottom: 50px;
}


.subsModal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  display: none;
}
.subsModal .modal-content {
  padding: 40px;
  max-width: 400px;
  width: 100%;
  border-radius: 20px;
  background-color: #1A3251;
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
.smartNew-main .waysSec {
  padding: 60px 0;
}
.smartNew-main .waysSec .content {
  max-width: 320px;
}
.smartNew-main .waysSec .content .heading {
  color: #05B4EF;
}
.smartNew-main .waysSec .content .desc {
  color: #fff;
  font-size: 20px;
}
.smartNew-main .waysSec .waysCard {
  padding: 25px;
  background: #1A3251;
  border-radius: 18px;
}
.smartNew-main .waysSec .waysCard .title {
  font-size: 34px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  max-width: 240px;
  margin: auto;
  margin-bottom: 30px;
  line-height: 1.2;
}
.smartNew-main .waysSec .waysCard .exCard {
  text-align: center;
  padding: 20px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 15px;
  margin-bottom: 16px;
}
.smartNew-main .waysSec .waysCard .exCard .logo {
  height: 33px;
  display: block;
}
.smartNew-main .waysSec .waysCard .exCard .logo img {
  height: 100%;
  max-width: 100%;
}
.smartNew-main .waysSec .waysCard .exCard .bridgeBtn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  width: auto;
  max-width: 200px;
  width: 100%;
}
.smartNew-main .waysSec .heading.h1 {
  line-height: 1.2;
  margin-bottom: 10px;
}
.smartNew-main .waysSec .heading.h1 span{
  color: #05B4EF;
}
.smartNew-main .waysSec .tagline {
  color: #fff;
  font-size: 23px;
  text-align: center;
  margin: auto;
  margin-bottom: 20px;
  font-weight: 500;
  max-width: 900px;

}
.smartNew-main .waysSec .getCard {
  background-color: #1A3251;
  padding: 35px;
  border-radius: 15px;
  color: #fff;
  text-align: center;
  margin-bottom: 70px;
}
.smartNew-main .waysSec .getCard .head {
  font-size: 38px;
  text-align: center;
  font-family: campton,serif;
  font-weight: bold;
}
.smartNew-main .waysSec .getCard .desc {
  max-width: 900px;
  font-size: 21px;
  margin: auto;
  line-height: 1.2;
}
.smartNew-main .growthSec {
  padding: 60px 0;
  position: relative;
  z-index: 2;
}
.smartNew-main .growthSecInner {
  padding: 60px 0;
  background: rgba(255, 255, 255, 0.08);
}
.smartNew-main .growthSec .tagline {
  color: #D7D7D7;
}
.smartNew-main .growthSec .heading {
  line-height: 1.1;
  margin-bottom: 20px;
}
.smartNew-main .growthSec .tagline {
  color: #D7D7D7;
}
.smartNew-main .growthSec .imgDiv {
  padding: 20px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 20px;
}
.smartNew-main .growthSec .imgDiv img {
  max-width: 100%;
}
.smartNew-main .growthSec .content .title {
  font-size: 35px;
  color: #05B4EF;
  font-weight: bold;
}
.smartNew-main .growthSec .content .desc {
  color: #fff;
  margin: 10px 0;
}
.smartNew-main .growthSec .navRow {
  display: flex;flex-wrap: wrap;
  
}
.smartNew-main .growthSec button {
  padding: 6px 14px;
  border: 1px solid #707070;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  margin-bottom: 15px;
  margin-right: 4px;
}
.smartNew-main .growthSec button.active {
  border: 1px solid #05B4EF;
  color: #05B4EF;
}
.ai-center {
  align-items: center;
}
.smartNew-main .growthSec > .heading {
text-align: center;
}
.smartNew-main .growthSec .heading span {
  color: #05B4EF;
}
.smartNew-main .growthSec .descText {
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin: auto;
  margin-bottom: 30px;
  max-width: 1000px;
}
.smartNew-main .ourPlatfrom {
  padding: 50px 0;
}
.smartNew-main .ourPlatfrom .imgDiv {
  position: relative;
}
.smartNew-main .ourPlatfrom .imgDiv .card {
  height: 200px;
  position: absolute;
  width: 35%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.smartNew-main .ourPlatfrom .imgDiv .cardInner {
  position: relative;
  width: 100%;
  height: 100%;
}
.smartNew-main .ourPlatfrom .arrow {
  position: absolute;
  height: 140px;
  width: 15px;
  /* left: 50%;
  top: 50%; */
  /* transform: translate(-50%,-50%); */
  animation: right-animate 1s ease infinite alternate;
}
@keyframes right-animate {
  0% {
      height: 120px;
    }
    100% {
      height: 140px;
  }
}
.smartNew-main .ourPlatfrom .arrow.a1 {
  left: 50%;
  bottom: 100%;
  transform: translate(-50%, 0);
}
.smartNew-main .ourPlatfrom .arrow.a2 {
  transform: rotate(45deg);
  left: 110%;
  bottom: 81%;
}
.smartNew-main .ourPlatfrom .arrow.a3 {
  transform: rotate(90deg);
  top: 50%;
  transform: translate(0, -50%) rotate(90deg);
  left: 118%;
}
.smartNew-main .ourPlatfrom .arrow.a4 {
  transform: rotate(135deg);
  left: 110%;
  top: 81%;
}
.smartNew-main .ourPlatfrom .arrow.a5 {
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0) rotate(180deg);
}
.smartNew-main .ourPlatfrom .arrow.a6 {
  transform: rotate(-135deg);
  right: 112%;
  top: 81%;
}
.smartNew-main .ourPlatfrom .arrow.a7 {
  top: 50%;
  transform: translate(0, -50%) rotate(-90deg);
  right: 120%;
}
.smartNew-main .ourPlatfrom .arrow.a8 {
  transform: rotate(-45deg);
  right: 112%;
  bottom: 81%;
}





@media(max-width:576px) {
  
  .smartNew-main .ourPlatfrom .arrow {
    height: 45px;
    width: 8px;
  }
  @keyframes right-animate {
    0% {
        height: 38px;
      }
      100% {
        height: 45px;
    }
  }
  .smartNew-main .ourPlatfrom .arrow.a1 {
    bottom: 68%;
  }
  .smartNew-main .ourPlatfrom .arrow.a2 {
    bottom: 59%;
  }
  .smartNew-main .ourPlatfrom .arrow.a4 {
    top: 62%;
    left: 108%;
  }
  .smartNew-main .ourPlatfrom .arrow.a6{
    right: 110%;
  }
  .smartNew-main .ourPlatfrom .arrow.a5 {
    top: 68%;
  }
  .smartNew-main .ourPlatfrom .arrow.a6 {
    top: 62%;
  }
  .smartNew-main .ourPlatfrom .arrow.a8 {
    bottom: 59%;
  }
  .smartNew-main .ourPlatfrom .arrow.a3 {
    left: 115%;
  }
  .smartNew-main .ourPlatfrom .arrow.a7 {
    right: 116%;
  }
  .smartNew-main .first-screen .buyMain {
    max-width: 415px;
    min-height: 310px;
    max-height: 310px;
  }
  .smartNew-main .first-screen .payThrough .icon {
    max-width: 13%;
  }
  .smartNew-main .first-screen .payThrough {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ourPartners .cardRow .pCard {
    height: 72px;
    margin: 0 10px;
  }
  .bank-card-SecNew .coin1 {
    width: 120px;
  }
  .bank-card-SecNew .coin6 {
    width: 130px;
  }
  .bank-card-SecNew .coin5 {
    width: 70px;
    right: 20px;
    bottom: 0;
  }
  .bank-card-SecNew .bank-card-mobil-mdpi {
    width: 90%;
  }
  .h1dt4 h1 {
    font-size: 45px;
    padding-left: unset;
    padding-right: unset;
  }
  .h1dt4 .desc {
    text-align: center;
  }
  .smartNew-main .community .comunityCard {
    padding-left: 5px;
    padding: 5px;
  }

  .smartNew-main .community .comunityCard .heading {
    font-size: 35px;
  }

  .smartNew-main .community .comunityCard .innerFooter .socialMain a {
    margin: 0 3px;
  }

  .smartNew-main .community .comunityCard .innerFooter .socialMain a:first-child {
    margin-left: 0;
  }

  .smartNew-main .community .comunityCard .innerFooter .socialMain a:last-child {
    margin-right: 0;
  }
  .head.socialMain a {
    margin: 0 3px;
  }

  .head.socialMain a:first-child {
    margin-left: 0;
  }

  .head.socialMain a:last-child {
    margin-right: 0;
  }

  .smartNew-main .teamSectionNew {
    padding: 80px 15px;
  }

  .typing-demo {
    font-size: 27px;
  }

  .smartNew-main .teamSection .nameMain {
    font-size: 27px;
  }

  .smartNew-main .teamSection .designationMain {
    font-size: 18px;
  }

  .smartNew-main .teamSectionNew .nameMain {
    font-size: 27px;
  }

  .smartNew-main .teamSectionNew .designationMain {
    font-size: 18px;
  }

  .smartNew-main .roadmapSecNew .effectRight {
    top: 28%;
    max-height: 700px;
    right: -369px;
  }

  .smartNew-main .first-screen .headingBar {
    margin-right: 0;
  }

  .smartNew-main .first-screen {
    padding-top: 140px;
  }

  .smartNew-main .first-screen .heading {
    line-height: normal;
  }

  .smartNew-main .availableSec .effectRight {
    max-height: 600px;
    right: -300px;
  }

  .smartNew-main .availableSec .effectLeft {
    max-height: 600px;
    left: -300px;
  }

  .smartNew-main .availableSec .logoMain {
    top: 170px;
  }

  .smartNew-main .availableSec .heading {
    margin-bottom: 30px;
  }

  .smartNew-main .tokenomics .heading {
    margin-bottom: 0;
  }

  .smartNew-main .heading {
    font-size: 35px;
  }

  .smartNew-main .crossBridge-SecNew .heading {
    line-height: normal;
  }

  .smartNew-main .tokenomics .content {
    padding: 25px 10px;
  }


  .completeProjectSec .projectCardGradient2 {
    background: linear-gradient(180deg, #142D4C, rgba(255, 255, 255, 0));
  }

  .smartNew-main .teamSection .teamCard {
    max-width: 310px;
    margin: auto;
    margin-bottom: 20px;
  }

  .smartNew-main .teamSectionNew .teamCard {
    max-width: 310px;
    margin: auto;
    margin-bottom: 20px;
  }

  .smartNew-main footer .innerFooter {
    flex-direction: column;
  }

  .smartNew-main footer .innerFooter {
    flex-direction: column;
  }

  .smartNew-main footer .logoMain {
    margin-bottom: 20px;
  }

  .smartNew-main footer .innerFooter .socialMain a img {
    width: 34px;
  }

  .smartNew-main .documentSec .docCard {
    padding: 15px;
    margin-bottom: 20px;
  }

  .smartNew-main .documentSec .docCard .title img {
    margin-right: 15px;
  }

  .smartNew-main .documentSec .docCard .title p {
    font-size: 20px;
  }

  .smartNew-main .documentSec .docCard .title img {
    width: 50px;
  }

  .smartNew-main .documentSec .heading {
    margin-bottom: 20px;
  }

  .smartNew-main .tokenomics .content .row1 h6 {
    font-size: 16px;
  }

  .smartNew-main .availableSec .logoMain .uniswapImgDiv img {
    width: 116px;
  }

  .smartNew-main .availableSec .logoMain .okxImgDiv img {
    width: 148px;
  }

  .smartNew-main .availableSec .logoMain .pancakeImgDiv img {
    width: 115px;
    margin-right: 35px;

  }

  .smartNew-main .availableSec .logoMain .gitbuketImgDiv img {
    width: 102px;
    margin-right: 35px;

  }

  .smartNew-main .availableSec .logoMain .stakeQDiv img {
    width: 102px;
    margin-right: 35px;
  }

  .smartNew-main .availableSec .logoMain .stakeQDiv1 img {
    width: 102px;
    margin-right: 35px;
  }
  .smartNew-main .availableSec .logoMain .stexDiv img {
    width: 102px;
    margin-right: 35px;
  }
  .smartNew-main .availableSec .logoMain .changelyDiv img {
    width: 102px;
    margin-right: 37px;
  }

  .smartNew-main .availableSec .logoMain .uniswapImgDiv {
    margin-bottom: 188px;
  }

  .smartNew-main .availableSec .logoMain .okxImgDiv {
    margin-bottom: 180px;

  }

  .smartNew-main .availableSec .logoMain .pancakeImgDiv {
    margin-bottom: 162px;
  }

  .smartNew-main .roadmapSecNew .roadBox .lines {
    top: 0;
  }

  .cardPlayToEarnImg {
    height: auto;
  }

  .cardPlayToEarnImg img {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: unset !important;
  }

  .smartNew-main .stakingInfoSec .ball1 {
    width: 45px;
  }

  .smartNew-main .stakingInfoSec .ball2 {
    width: 21px;
  }

  .smartNew-main .stakingInfoSec .cross {
    width: 40px;
  }

  .smartNew-main .stakingInfoSec .content {
    font-size: 30px;
  }
  .smartNew-main .waysSec .getCard .head {
    font-size: 28px;
  }
  .smartNew-main .waysSec .getCard .desc {
    font-size: 18px;
  }
  .smartNew-main .waysSec .getCard{
    padding-left: 15px;
    padding-right: 15px;
  }
  .smartNew-main .waysSec .content .desc{
    font-size: 18px;
  }
  .smartNew-main .waysSec .waysCard .exCard{
    padding-left: 11px;
    padding-right: 11px;
  }
  .smartNew-main .waysSec .tagline{
    font-size: 18px;
    line-height: 1.2;
  }
  .smartNew-main .waysSec .waysCard{
    padding-left: 15px;
    padding-right: 15px;
  }
  .smartNew-main .growthSec .descText{
    font-size: 16px;
  }
  .smartNew-main .growthSec .tagline {
    font-size: 16px;
  }
  .smartNew-main .growthSec button{
    font-size: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }

}

@media(min-width:1200px) {
  .smartNew-main .availableSec .logoMain .stakeQDiv {
    margin-top: 170px;
  }
  .smartNew-main .availableSec .logoMain .stakeQDiv1 {
    /* margin-top: 170px; */
  }
  .smartNew-main .availableSec .logoMain .stexDiv {
    margin-top: 170px;
  }
  .smartNew-main .availableSec .logoMain .changelyDiv {
    margin-top: 170px;
  }
  .smartNew-main .roadmapSecNew .row2 {
    margin-top: -20px;
  }

  .smartNew-main .roadmapSecNew .row3 {
    margin-top: -20px;
  }

  .smartNew-main .roadmapSecNew .row4 {
    margin-top: -20px;
  }

  .smartNew-main .roadmapSecNew .row5 {
    margin-top: -20px;
  }

  .smartNew-main .availableSec .logoMain {
    top: 205px;
  }

  .smartNew-main .availableSec .logoMain .gitbuketImgDiv img {
    margin-right: 54px;
  }

  .smartNew-main .availableSec .logoMain .stakeQDiv img {
    margin-right: 37px;
  }
  .smartNew-main .availableSec .logoMain .stakeQDiv1 img {
    margin-right: 37px;
  }
  .smartNew-main .availableSec .logoMain .stexDiv img {
    margin-right: 42px;
  }
  .smartNew-main .availableSec .logoMain .changelyDiv img {
    margin-right: 43px;
  }

  .smartNew-main .availableSec .logoMain .pancakeImgDiv img {
    margin-right: 35px;
  }

  .smartNew-main .availableSec .logoMain .okxImgDiv img {
    margin-right: 22px;
  }

  .smartNew-main .availableSec .logoMain .uniswapImgDiv img {
    margin-right: 16px;
  }
}

@media(min-width:992px) {
  .smartNew-main .stakingInfoSec .imgDiv {
    position: relative;
    right: -50px;
  }
}

@media(max-width:992px) {

  .smartNew-main .first-screen .buyMain {
    margin-top: 30px;
  }
  .smartNew-main .copySec .content {
    margin-top: 20px;
  }
  .cardPlayToEarn p {
    height: auto;
  } 
  
  .smartNew-main .stakingInfoSec .effectleft {
    width: 222%;
  }

  .smartNew-main .availableSec .cercleImg {
    margin: auto;
    margin-bottom: 20px;
  }

  .first-screen .imgDiv {
    max-width: 500px;
    margin: auto;
  }

  .smartNew-main .teamSection .teamMainCard {
    margin-bottom: 20px;
  }

  .smartNew-main .teamSectionNew .teamMainCard {
    margin-bottom: 20px;
  }

  .smartNew-main .documentSec .imgDiv {
    margin: auto;
  }

  .smartNew-main .tokenomics .imgDiv {
    max-width: 500px;
    margin: auto;
  }

  .smartNew-main .timeToEarn-Sec .imgDiv {
    max-width: 500px;
    margin: auto;
  }
  .smartNew-main .flightSec .imgDiv {
    max-width: 500px;
    margin: auto;
  }

  .smartNew-main .crossBridge-SecNew .content {
    margin-bottom: 30px;
  }
  .smartNew-main .waysSec .content {
    margin-bottom: 20px;
  }
}

@media(max-width:768px) {
 
  .first-screen .effect2 {
    top: 60%;
  }
  .h1dt4 {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .h1dt4 small {
    padding: 10px 30px;
  }

  .smartNew-main .availableSec .logoMain .okxImgDiv {
    margin-bottom: 180px;
  }

  .smartNew-main .availableSec .logoMain .pancakeImgDiv {
    margin-bottom: 205px;
  }

  .smartNew-main .availableSec .logoMain .stakeQDiv {
    margin-top: 158px;
  }
  .smartNew-main .availableSec .logoMain .stakeQDiv1 {
    margin-top: 158px;
  }
  .smartNew-main .availableSec .logoMain .stexDiv {
    margin-top: 200px;
  }
  .smartNew-main .availableSec .logoMain .changelyDiv {
    margin-top: 210px;
  }

  .smartNew-main .roadmapSecNew .ball1 {
    right: 10%;
    top: 15%;
  }

  .smartNew-main .roadmapSecNew .cross {
    right: unset;
    left: 5%;
    top: 32%;
  }

  .smartNew-main .roadmapSecNew .ball4 {
    left: 2%;
    bottom: 24%;
    width: 60px;
  }


  .smartNew-main .roadmapSecNew .row2 .roadBox {
    margin-left: auto;
  }

  .smartNew-main .roadmapSecNew .row4 .roadBox {
    margin-left: auto;
    margin-right: 0;
  }

  .smartNew-main .roadmapSecNew .row3 .roadBox {
    margin-left: 0;
  }

  .smartNew-main .roadmapSecNew .row5 .roadBox {
    margin-left: 0;
  }
}

@media(max-width:1200px) and (min-width:992px) {
  .smartNew-main .ourPlatfrom .arrow {
    height: 120px;
  }
  @keyframes right-animate {
    0% {
        height: 100px;
      }
      100% {
        height: 120px;
    }
  }
  .smartNew-main .first-screen .buyMain {
    min-height: 314px;
    max-height: 314px;
  }
  .cardPlayToEarn p {
    height: 80px;
  }
  .h1dt4 h1 {
    padding-right: 90px;
  }
  
  .smartNew-main .teamSection .teamCard .imgDiv {
    height: 210px;

  }

  .smartNew-main .teamSectionNew .teamCard .imgDiv {
    height: 280px;
  }

  .smartNew-main .availableSec .logoMain {
    top: 200px;
  }

  .smartNew-main .roadmapSecNew .roadBox .lines {
    top: 0;
  }

  .smartNew-main .availableSec .logoMain .stakeQDiv {
    margin-top: 135px;
  }

  .smartNew-main .availableSec .logoMain .stakeQDiv img {
    margin-right: 30px;
  }
  .smartNew-main .availableSec .logoMain .stakeQDiv1 {
    /* margin-top: 135px; */
  }

  .smartNew-main .availableSec .logoMain .stakeQDiv1 img {
    margin-right: 57px;
  }
  .smartNew-main .availableSec .logoMain .stexDiv {
    margin-top: 135px;
  }

  .smartNew-main .availableSec .logoMain .stexDiv img {
    margin-right: 37px;
  }
  .smartNew-main .availableSec .logoMain .changelyDiv {
    margin-top: 135px;
  }
  .smartNew-main .availableSec .logoMain .changelyDiv img {
    margin-right: 37px;
  }
}

@media(max-width:992px) and (min-width:768px) {
  .smartNew-main .ourPlatfrom .arrow {
    height: 100px;
  }
  @keyframes right-animate {
    0% {
        height: 80px;
      }
      100% {
        height: 100px;
    }
  }
  .smartNew-main .ourPlatfrom .arrow.a1 {
    bottom: 80%;
  }
  .smartNew-main .ourPlatfrom .arrow.a2 {
    bottom: 67%;
  }
  .smartNew-main .ourPlatfrom .arrow.a4 {
    top: 69%;
  }
  .smartNew-main .ourPlatfrom .arrow.a5 {
    top: 80%;
  }
  .smartNew-main .ourPlatfrom .arrow.a6 {
    top: 69%;
  }
  .smartNew-main .ourPlatfrom .arrow.a8 {
    bottom: 67%;
  }
  .bank-card-SecNew .coin1 {
    width: 130px;
  }
  .bank-card-SecNew .coin6 {
    width: 140px;
  }
  .bank-card-SecNew .coin5 {
    width: 80px;
    right: 20px;
  }
  .h1dt4 h1 {
    padding-right: 30px;
  }
  
  .smartNew-main .availableSec .logoMain .uniswapImgDiv img {
    width: 31%;
  }

  .smartNew-main .availableSec .logoMain .okxImgDiv img {
    width: 38%;
    margin-right: 48px;
  }

  .smartNew-main .availableSec .logoMain .uniswapImgDiv {
    margin-bottom: 160px;
  }

  .smartNew-main .availableSec .logoMain .pancakeImgDiv {
    margin-bottom: 130px;
    margin-right: 30px;
  }

  .smartNew-main .availableSec .logoMain .okxImgDiv {
    margin-bottom: 130px;
  }

  .smartNew-main .availableSec .logoMain .gitbuketImgDiv img {
    width: 26%;
    margin-right: 53px;
  }

  .smartNew-main .availableSec .logoMain .stakeQDiv img {
    width: 26%;
    margin-right: 53px;
  }
  .smartNew-main .availableSec .logoMain .stakeQDiv1 img {
    width: 26%;
    margin-right: 53px;
  }
  .smartNew-main .availableSec .logoMain .stexDiv img {
    width: 40%;
    margin-right: 57px;
  }
  .smartNew-main .availableSec .logoMain .changelyDiv img {
    width: 30%;
    margin-right: 57px;
  }

  .smartNew-main .availableSec .logoMain .pancakeImgDiv img {
    width: 42%;
    margin-right: 17px;
  }

  .smartNew-main .teamSection .teamCard .imgDiv {
    max-height: 290px;
    height: unset;
  }

  .smartNew-main .teamSectionNew .teamCard .imgDiv {
    height: 210px;
  }

  .smartNew-main .availableSec .logoMain .stakeQDiv {
    margin-top: 162px;
  }

  .smartNew-main .availableSec .logoMain .stakeQDiv img {
    margin-right: 50px;
  }
  .smartNew-main .availableSec .logoMain .stakeQDiv img.bitM {
    margin-right: 20px;
  }
  .smartNew-main .availableSec .logoMain .stakeQDiv1 {
    /* margin-top: 162px; */
    margin-top: 22px;
  }

  .smartNew-main .availableSec .logoMain .stakeQDiv1 img {
    margin-right: 50px;
  }
  .smartNew-main .availableSec .logoMain .stakeQDiv1 img.bitM {
    margin-right: 20px;
  }
  .smartNew-main .availableSec .logoMain .stexDiv {
    margin-top: 200px;
  }

  .smartNew-main .availableSec .logoMain .stexDiv img {
    margin-right: 30px;
  }
  .smartNew-main .availableSec .logoMain .changelyDiv {
    margin-top: 170px;
  }

  .smartNew-main .availableSec .logoMain .changelyDiv img {
    margin-right: 38px;
  }

  .smartNew-main .availableSec .logoMain {
    top: 197px;
  }

  .smartNew-main .roadmapSecNew .roadBox .lines {
    top: 0;
    left: -50px;
  }
}

@media(max-width:576px) and (min-width:440px) {
  .smartNew-main .roadmapSecNew .row3 .roadBox .lines {
    left: unset;
    right: -105px;
    transform: rotateY(180deg);
  }

  .smartNew-main .roadmapSecNew .row5 .roadBox .lines {
    left: unset;
    right: -105px;
    transform: rotateY(180deg);
  }

}

@media(max-width:530px) {
  .smartNew-main .teamSectionNew .teamCard .imgDiv {
    height: 305px;
  }
}

@media(max-width:350px) {
  .smartNew-main .teamSectionNew .teamCard .imgDiv {
    height: 255px;
  }
}

@media(max-width:340px) {
  .smartNew-main .roadmapSecNew .ball3 {
    right: 4px;
  }

  .smartNew-main .roadmapSecNew .ball4 {
    left: 4px;
    width: 40px;
  }
}

@media(max-width:440px) {
  .smartNew-main .roadmapSecNew .row3 .roadBox .lines {
    left: unset;
    right: -50px;
    transform: rotateY(180deg);
  }

  .smartNew-main .roadmapSecNew .row5 .roadBox .lines {
    left: unset;
    right: -50px;
    transform: rotateY(180deg);
  }

  .smartNew-main .roadmapSecNew .roadBox .lines {
    left: -50px;
  }

  .smartNew-main .roadmapSecNew .cross {
    top: 38%;
  }

  .smartNew-main .roadmapSecNew .ball3 {
    top: 56%;
  }

  .smartNew-main .roadmapSecNew .ball4 {
    bottom: 20%;
  }
}

@media(max-width:768px) and (min-width:576px) {
  .smartNew-main .ourPlatfrom .arrow {
    height: 65px;
  }
  @keyframes right-animate {
    0% {
        height: 55px;
      }
      100% {
        height: 65px;
    }
  }
  .smartNew-main .ourPlatfrom .arrow.a1 {
    bottom: 72%;
  }
  .smartNew-main .ourPlatfrom .arrow.a2 {
    bottom: 67%;
  }
  .smartNew-main .ourPlatfrom .arrow.a4 {
    top: 69%;
  }
  .smartNew-main .ourPlatfrom .arrow.a5 {
    top: 72%;
  }
  .smartNew-main .ourPlatfrom .arrow.a6 {
    top: 69%;
  }
  .smartNew-main .ourPlatfrom .arrow.a8 {
    bottom: 67%;
  }
  .ourPartners .cardRow .pCard {
    height: 75px;
    margin: 0 10px;
  }
  .bank-card-SecNew .coin1 {
    width: 130px;
  }
  .bank-card-SecNew .coin6 {
    width: 140px;
  }
  .bank-card-SecNew .coin5 {
    width: 80px;
    right: 20px;
  }
  .smartNew-main .teamSection .teamCard .imgDiv {
    height: 220px;
  }

  .smartNew-main .teamSectionNew .teamCard .imgDiv {
    height: 220px;
  }

  .smartNew-main .availableSec .logoMain .uniswapImgDiv img {
    width: 21%;
  }

  .smartNew-main .availableSec .logoMain .okxImgDiv img {
    width: 27%;
  }

  .smartNew-main .availableSec .logoMain .pancakeImgDiv img {
    width: 21%;
    margin-right: 35px;

  }

  .smartNew-main .availableSec .logoMain .gitbuketImgDiv img {
    width: 21%;
    margin-right: 35px;

  }

  .smartNew-main .availableSec .logoMain .uniswapImgDiv {
    margin-bottom: 192px;
  }

  .smartNew-main .availableSec .logoMain .gitbuketImgDiv img {
    width: 20%;
  }

  .smartNew-main .availableSec .logoMain .stakeQDiv img {
    width: 19%;
    margin-right: 35px;
  }
  .smartNew-main .availableSec .logoMain .stakeQDiv1 img {
    width: 19%;
    margin-right: 35px;
  }
  .smartNew-main .availableSec .logoMain .stexDiv img {
    width: 25%;
    margin-right: 35px;
  }
  .smartNew-main .availableSec .logoMain .changelyDiv img {
    width: 21%;
    margin-right: 35px;
  }

  .smartNew-main .roadmapSecNew .roadBox .lines {
    top: 0;
  }

  .smartNew-main .roadmapSecNew .row3 .roadBox .lines {
    left: unset;
    right: -105px;
    transform: rotateY(180deg);
  }

  .smartNew-main .roadmapSecNew .row5 .roadBox .lines {
    left: unset;
    right: -105px;
    transform: rotateY(180deg);
  }

}