@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
html{
  height:100%
}
body{
  font-size:16px;
  font-family: "Hind", sans-serif;
  color:#000000;
  font-weight:400;
}
video, iframe{
  vertical-align:top;
}
/*width*/
::-webkit-scrollbar{
  width:8px;
  height:2px;
}
/*Track*/
::-webkit-scrollbar-track{
  box-shadow:inset 0 0 5px balck;
  border-radius:0px;
}
/*Handle*/
::-webkit-scrollbar-thumb{
  background:#000; 
  border-radius:0px;
}
h1{
  font-size:50px;
}
h2{
  font-size:48px;
}
h3{
  font-size:30px;
}
h4{
  font-size:28px;
}
h5{
  font-size:26px;
}
h6{
  font-size:24px;
}
h1, h2, h3, h4, h5, h6{
  font-family: "Rubik", sans-serif;
  font-weight:500;
  letter-spacing:2px;
  color:#002140;
  line-height:1.2;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
  color:#09597e;
}
p:last-of-type{
  margin-bottom:0;
}
a{
  color:#002140 !important;
  text-decoration:none;
  transition:all ease-in-out 0.25s;
  -webkit-transition:all ease-in-out 0.25s;
  -moz-transition:all ease-in-out 0.25s;
  -ms-transition:all ease-in-out 0.25s;
}
a:hover{
  color:#ffb506 !important;
}
.form-group{
  margin-bottom:20px;
}
.form-control, .form-select{
  border: none !important;
  border-radius: 5px;
  padding: 13px 14px 10px;
  color: #002140 !important;
  line-height: 1.2;
  font-weight:400;
  height: auto;
  background-color: #f5f5f6 !important;
  box-shadow: none !important;
}
textarea.form-control{
  height:200px;
}
.form-control::-webkit-input-placeholder{
  color:#0021404d;
}
.form-control::-moz-placeholder{
  color:#0021404d;
}
.form-control:-ms-input-placeholder{
  color:#0021404d;
}
.form-control:-moz-placeholder{
  color:#0021404d;
}
.btn{
  color:#107daf;
  padding:0;
  background-color:transparent;
  border:none;
}
.btn-primary{
  border-radius: 8px;
  padding: 10px 16px 6px;
  border: none;
  background:#ffb506 !important;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  text-align: center;
  font-weight: 600;
  color:#002140 !important;
  transition: all ease-in-out 0.25s;
  -webkit-transition: all ease-in-out 0.25s;
  -moz-transition: all ease-in-out 0.25s;
  -ms-transition: all ease-in-out 0.25s;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.btn-primary:hover, .theme-light .btn-primary:hover{
  color:#002140 !important;
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@keyframes hvr-pulse-grow{
100% {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
}
/*default-css-end*/
/*navbar*/
.navbar{
  background:transparent;
  transition:all ease-in-out 0.25s;
  -webkit-transition:all ease-in-out 0.25s;
  -moz-transition:all ease-in-out 0.25s;
  -ms-transition:all ease-in-out 0.25s;
  z-index: 2;
}
.navbar.active {
  background: #b7daff;
}
.navbar .navbar-brand{
  padding:0;
}
.navbar .navbar-brand img{
  max-width:96px;
}
.navbar .nav-item:not(:last-of-type){
  margin-right:14px;
}
.navbar .nav-link{
  padding:0px 0px 4px !important;
  position:relative;
  color:#002140 !important;
}
.navbar .nav-link:before{
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background:#002140;
  height:2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.navbar .nav-link:hover:before, .navbar .nav-link:focus:before{
  right: 0;
}
/*hero-banner*/
.hero-banner{
  background:url(../images/hero-bg1.png) no-repeat top left;
  background-size:100% 100%;
  padding:140px 0px 120px;
}
.hero-banner .slick-next:before, .hero-banner .slick-prev:before {
  font-size: 24px;
  opacity: 1 !important;
  color: #1a3b60;
}
.hero-banner .slick-prev {
  left:-40px;
}
.hero-banner .slick-next{
  right: -40px;
}
.hero-banner .banner-left {
  max-width: 590px;
  margin-left: 10px;
}
.hero-banner h1{
  font-size:60px;
  line-height:1;
}
.hero-banner .banner-btn{
  margin-top: 32px;
}
.hero-banner .banner-btn .btn:not(:last-of-type){
  margin-right:12px;
}
/*smart-contract*/
.smart-contract{
  padding:80px 0;
}
.smart-contract .section-heading{
  max-width: 628px;
  margin: 0px auto 40px;
}
.contract-main .contract-outer{
  background: #f1f1f1;
  border-radius: 24px;
  padding:1px 24px 24px;
}
.contract-outer .img-outer img {
  max-width:160px;
}
.contarct-right{
  max-width: 668px;
  margin-left: auto;
}
.contarct-right .more-space:last-of-type{
  margin-top: 60px;
}
.contract-main .contract-outer{
  background:#ebf5ff;
  border-radius: 24px;
  padding:16px 24px;
  text-align: center;
  word-break: break-all;
}
.contract-outer .content-outer{
  max-width: 253px;
  margin: 20px auto;
}
.contract-main .token-btn .btn:not(:last-of-type){
  margin-right: 14px;
}
/*about-token*/
.about-token{
  padding:80px 0px;
}
.section-count p {
  padding-left: 50px;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}
.section-count p:before{
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: "";
  width:40px;
  height: 4px;
  background:#26578d;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
}
.section-count p span{
  color: #999999;
  margin-right: 6px;
  margin-left: 10px;
}
.about-left img{
  animation:mover 1s infinite  alternate;
}
@keyframes mover {
0%{
  transform:translateY(0);
  -webkit-transform:translateY(0);
  -moz-transform:translateY(0);
  -ms-transform:translateY(0);
}
100%{
  transform:translateY(-16px);
  -webkit-transform:translateY(-16px);
  -moz-transform:translateY(-16px);
  -ms-transform:translateY(-16px);
}
}
.about-right{
  margin-right:auto;
  max-width:700px;
  margin-top:12px;
}
.about-right .buy-btn{
  margin-top: 20px;
}
.about-right .buy-btn .btn:not(:last-of-type){
  margin-right:10px;
}
/*tokenomics-main*/
.tokenomics-main{
  background:url(../images/tokenomics-bg1.png) no-repeat top right;
  background-size:1380px auto;
  padding: 40px 0;
}
.tokenomics-main .section-heading{
  max-width: 664px;
  margin: 0px auto 40px;
}
.tokenomics-outer{
  background: #ebf5ff;
  padding:34px 20px;
  border-radius: 14px;
  box-shadow: 4px 4px 10px rgba(0 0 0 / 16%);
}
.tokenomics-inner{
  position: relative;
  height: 100%;
}
.tokenomics-inner:before{
  position: absolute;
  bottom:-20px;
  left: 0;
  display: block;
  content: "RTX Tokenomics";
  font-size:34px;
  font-weight: 900;
  text-transform: uppercase;
  color:#d3e9ff;
  line-height: 1;
}
.tokenomics-inner.tokenomics-two:before{
  content: "RTC Tokenomics";
}
.tokenomics-outer .border-end{
  border-right: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to bottom, #ebf5ff, #4573c7, #ebf5ff);
}
.tokenomics-inner .img-outer{
  width:300px;
  margin-right:20px;
}
.tokenomics-inner img{
  max-height:213px;
  max-width:300px;
}
.tokenomics-inner .content-outer{
  width:calc(100% - 320px);
  width:-webkit-calc(100% - 320px);
  width:-moz-calc(100% - 320px);
  width:-ms-calc(100% - 320px);
}
.tokenomics-inner .content-outer ul{
  padding:0;
  margin: 0;
  list-style: none;
}
.tokenomics-inner .content-outer li{
  margin-bottom:14px;
  padding-left:22px;
}
.tokenomics-inner .content-outer li:last-of-type{
  margin-bottom:0px;
}
.tokenomics-inner .content-outer li:before{
  position: absolute;
  top:6px;
  left: 0;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background:#000;
}
.tokenomics-inner.tokenomics-one .content-outer li:first-of-type:before{
  background: #5f32ff;
}
.tokenomics-inner.tokenomics-one .content-outer li:nth-of-type(2):before{
  background: #464dff;
}
.tokenomics-inner.tokenomics-one .content-outer li:nth-of-type(3):before{
  background: #35abff;
}
.tokenomics-inner.tokenomics-one .content-outer li:nth-of-type(4):before{
  background: #2fd8ff;
}
.tokenomics-inner.tokenomics-one .content-outer li:nth-of-type(5):before{
  background: #32efe7;
}
.tokenomics-inner.tokenomics-one .content-outer li:nth-of-type(6):before{
  background: #5de1ba;
}
.tokenomics-inner.tokenomics-two .content-outer li:first-of-type:before{
  background: #a42ff9;
}
.tokenomics-inner.tokenomics-two .content-outer li:nth-of-type(2):before{
  background: #6034ff;
}
.tokenomics-inner.tokenomics-two .content-outer li:nth-of-type(3):before{
  background: #4147ff;
}
.tokenomics-inner.tokenomics-two .content-outer li:nth-of-type(4):before{
  background: #36acff;
}
.tokenomics-inner.tokenomics-two .content-outer li:nth-of-type(5):before{
  background: #2fd8ff;
}
.tokenomics-inner.tokenomics-two .content-outer li:nth-of-type(6):before{
  background: #2fefe6;
}
.tokenomics-inner.tokenomics-two .content-outer li:nth-of-type(7):before{
  background: #5de1ba;
}
.tokenomics-inner .content-outer li b {
  font-size:20px;
}
.tokenomics-inner.tokenomics-one .content-outer li:first-of-type b{
  color: #5f32ff;
}
.tokenomics-inner.tokenomics-one .content-outer li:nth-of-type(2) b{
  color: #464dff;
}
.tokenomics-inner.tokenomics-one .content-outer li:nth-of-type(3) b{
  color: #35abff;
}
.tokenomics-inner.tokenomics-one .content-outer li:nth-of-type(4) b{
  color: #2fd8ff;
}
.tokenomics-inner.tokenomics-one .content-outer li:nth-of-type(5) b{
  color: #32efe7;
}
.tokenomics-inner.tokenomics-one .content-outer li:nth-of-type(6) b{
  color: #5de1ba;
}
.tokenomics-inner.tokenomics-two .content-outer li:first-of-type b{
  color: #a42ff9;
}
.tokenomics-inner.tokenomics-two .content-outer li:nth-of-type(2) b{
  color: #6034ff;
}
.tokenomics-inner.tokenomics-two .content-outer li:nth-of-type(3) b{
  color: #4147ff;
}
.tokenomics-inner.tokenomics-two .content-outer li:nth-of-type(4) b{
  color: #36acff;
}
.tokenomics-inner.tokenomics-two .content-outer li:nth-of-type(5) b{
  color: #2fd8ff;
}
.tokenomics-inner.tokenomics-two .content-outer li:nth-of-type(6) b{
  color: #2fefe6;
}
.tokenomics-inner.tokenomics-two .content-outer li:nth-of-type(7) b{
  color: #5de1ba;
}
/*roadmap*/
.roadmap-main{
  padding:60px 0px 100px;
}
.roadmap-outer{
  margin-top: 36px;
}
.roadmap-inner{
  background:#ebf5ff;
  border-radius:14px;
  transition:all ease-in-out 0.25s;
  -webkit-transition:all ease-in-out 0.25s;
  -moz-transition:all ease-in-out 0.25s;
  -ms-transition:all ease-in-out 0.25s;
}
.roadmap-inner:hover{
  transform:translateY(-20px);
  -webkit-transform:translateY(-20px);
  -moz-transform:translateY(-20px);
  -ms-transform:translateY(-20px);
}
.roadmap-inner .phase-outer{
  background: #002140;
  padding: 10px 14px;
  border-radius: 14px 14px 0px 0px;
}
.roadmap-inner .phase-outer *{
  color:#ffffff;
}
.roadmap-inner .pricetime-outer{
  margin:14px 0px;
  padding: 0px 12px 10px;
  border-width: 0px 0px 2px;
  border-style: solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right, #ebf5ff00, #4977c8, #ebf5ff00);
}
.pricetime-outer .pricetime-inner:not(:last-of-type){
  margin-right:14px;
}
.roadmap-bottom ul{
  padding:0 14px;
  margin:0;
  list-style:none;
}
.roadmap-bottom ul li{
  padding:4px 0 4px 26px;
  margin-bottom:12px;
  background-repeat:no-repeat !important;
  background-position:center left !important;
  background-size:auto 20px;
}
.roadmap-bottom ul li.launch{
  background-image:url(../images/launch.png);
}
.roadmap-bottom ul li.community{
  background-image:url(../images/community.png);
}
.roadmap-bottom ul li.liquidity{
  background-image:url(../images/liquidity.png);
}
.roadmap-bottom ul li.airdrop{
  background-image:url(../images/airdrop.png);
}
.roadmap-bottom ul li.wallet{
  background-image:url(../images/wallet.png);
}
.roadmap-bottom ul li.ecosystem{
  background-image:url(../images/ecosystem.png);
}
.roadmap-bottom ul li.ecommerce{
  background-image:url(../images/ecommerce.png);
}
.roadmap-bottom ul li.nft{
  background-image:url(../images/nft.png);
}
.roadmap-bottom ul li.exchange{
  background-image:url(../images/exchange.png);
}
.roadmap-bottom ul li.global{
  background-image:url(../images/global.png);
}
.roadmap-bottom ul li.partnership{
  background-image:url(../images/partnership.png);
}
.roadmap-bottom ul li.defi{
  background-image:url(../images/defi.png);
}
.roadmap-bottom ul li.ai{
  background-image:url(../images/ai.png);
}
.roadmap-bottom ul li.binance{
  background-image:url(../images/binance.png);
}
.roadmap-bottom ul li.coinbase{
  background-image:url(../images/coinbase.png);
}
.roadmap-bottom ul li.staking{
  background-image:url(../images/staking.png);
}
.roadmap-bottom ul li.price{
  background-image:url(../images/price.png);
}
.roadmap-bottom ul li.reward{
  background-image:url(../images/reward.png);
}
.roadmap-bottom ul li:last-of-type{
  margin-bottom:0;
}
.roadmap-inner .bottom-inner{
  background:#002140;
  margin-top:14px;
  border-radius:0px 0px 14px 14px;
  padding:10px 0px;
}
.roadmap-inner .bottom-inner li{
  color:#ffffff;
}
.roadmap-inner .bottom-inner li{
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.roadmap-inner .bottom-inner li b{
  font-size:20px;
  margin-left:10px;
}
/*footer*/
.main-footer{
  background:url(../images/footer-bg1.png) no-repeat top left;
  background-size:100% 100%;
  padding:60px 0px;
}
.footer-logo img{
  max-width:140px;
  filter:drop-shadow(2px 2px 2px #00000073);
}
.footer-link{
  margin:24px 0;
}
.footer-link li:not(:last-of-type){
  margin-right:20px;
}
.footer-link a{
  padding:0px 0px 4px !important;
  position:relative;
  color:#002140 !important;
}
.footer-link a:before{
  content: "";
  position: absolute;
  z-index:0;
  left: 0;
  right: 100%;
  bottom: 0;
  background:#002140;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.footer-link a:hover:before, .footer-link a:focus:before{
  right: 0;
}
.footer-social li:not(:last-of-type){
  margin-right:14px;
}
.footer-social li a {
  background-color: #b7daff;
  padding: 8px 10px;
  border-radius: 8px;
  min-width: 42px;
  text-align: center;
  display: block;
  transition: all ease-in-out 0.25s;
  -webkit-transition: all ease-in-out 0.25s;
  -moz-transition: all ease-in-out 0.25s;
  -ms-transition: all ease-in-out 0.25s;
}
.footer-social li a:hover{
  transform:rotate(45deg);
}
.footer-social li:nth-of-type(even) a:hover{
  transform:rotate(-45deg);
}
.footer-social li img{
  max-height:20px;
  max-width:20px;
}
.copyright{
  margin-top:24px;
}
/*Responsive*/
@media only screen and (max-width: 1400px) {
.hero-banner {
  padding:120px 0px 160px;
}
.hero-banner .banner-btn{
  margin-top:14px;
}
.hero-banner .slick-prev {
  left: -32px;
}
.hero-banner .slick-next{
  right: -32px;
}
}
@media only screen and (max-width: 1199px) {
.container{
  max-width:100%;
}
.hero-banner{
  padding:140px 0px 100px;
  background-size: cover !important;
  background-color: #86b4e3;
}
.hero-banner .banner-slider{
  margin-bottom:0;
}
.hero-banner .slick-dots li{
  margin:0px;
}
.smart-contract{
  padding:40px 0;
}
.about-token{
  padding:40px 0px;
}
.about-right {
  margin-top: 8px;
}
.tokenomics-main {
  background-size:740px auto;
  padding:28px 0;
}
.tokenomics-main .section-heading {
  margin:0px auto 22px;
}
.tokenomics-outer {
  padding: 24px 12px;
}
.tokenomics-inner .img-outer {
  width: 220px;
}
.tokenomics-inner img{
  max-height:156px;
  max-width:224px;
}
.tokenomics-inner .content-outer{
  width: calc(100% - 240px);
  width: -webkit-calc(100% - 240px);
  width: -moz-calc(100% - 240px);
  width: -ms-calc(100% - 240px);
}
.tokenomics-inner .content-outer li{
  margin-bottom:10px;
  padding-left:16px;
}
.tokenomics-inner .content-outer li:before{
  top:50%;
  width:8px;
  height:8px;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
}
.tokenomics-inner:before {
  font-size: 26px;
}
.tokenomics-inner .content-outer li b{
  font-size:18px;
}
.roadmap-main{
  padding:32px 0px 60px;
}
.roadmap-outer{
  margin-top:22px;
}
.roadmap-inner .phase-outer {
  padding: 10px;
}
.roadmap-inner .pricetime-outer {
  margin: 10px 0px;
}
.roadmap-bottom ul{
  padding:0px 12px;
}
.roadmap-bottom ul li{
  padding:2px 0 2px 22px;
  margin-bottom:8px;
  background-size:auto 16px;
  font-size: 13px;
}
.roadmap-inner .bottom-inner li b{
  font-size:16px;
  margin-left:8px;
  font-weight:600;
}
}
@media only screen and (max-width: 991px) {
body{
  font-size: 14px;
}
h1{
  font-size:36px;
}
h2{
  font-size:32px;
}
h3{
  font-size:28px;
}
h4{
  font-size:26px;
}
h5{
  font-size:24px;
}
h6{
  font-size:22px;
}
.navbar{
  position:relative !important;
  background:#b7daff;
}
.navbar-toggler span {
  width: 30px;
  height: 2px;
  display: block;
  position: relative;
  background-color:#26578d;
  background-image:none;
  transition: all ease-in-out 0.25s;
  -webkit-transition: all ease-in-out 0.25s;
  -moz-transition: all ease-in-out 0.25s;
  -ms-transition: all ease-in-out 0.25s;
}
.navbar-toggler[aria-expanded="true"] span {
  height: 0;
}
.navbar-toggler span:before, .navbar-toggler span:after {
  position: absolute;
  top: 7px;
  left: 0;
  width: 100%;
  height: 2px;
  display: block;
  content: "";
  background-color:#26578d;
  transition: all ease-in-out 0.25s;
  -webkit-transition: all ease-in-out 0.25s;
  -moz-transition: all ease-in-out 0.25s;
  -ms-transition: all ease-in-out 0.25s;
}
.navbar-toggler span:after {
  top: auto;
  bottom: 7px;
}
.navbar-toggler[aria-expanded="true"] span:before {
  top: 0;
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] span:after {
  bottom: -2px;
  transform: rotate(-45deg);
}
.navbar-toggler {
  border: none !important;
  padding: 0;
  background-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}
.navbar-collapse{
  position:absolute;
  left:0;
  top:100%;
  background:#26578d;
  width:100%;
}
.navbar-collapse .navbar-nav{
  padding:12px;
}
.navbar .nav-item:not(:last-of-type){
  margin-right:0;
  margin-bottom:6px;
}
.navbar .nav-link{
  color: #ffffff !important;
  display: inline-block;
}
.navbar .nav-link:before{
  background:#ffffff !important;
  z-index:0;
}
.hero-banner {
  padding: 70px 0px;
}
.hero-banner h1{
  font-size:50px;
  letter-spacing:0;
}
.contarct-right .more-space:last-of-type {
  margin-top: 28px;
}
.contract-main .contract-outer {
  border-radius: 14px;
  padding: 10px 12px;
}
.contract-outer .content-outer {
  margin: 14px auto;
}
.btn-primary {
  padding:7px 10px 4px;
  letter-spacing:0px;
}
.contract-main .token-btn .btn:not(:last-of-type) {
  margin-right: 8px;
}
.contract-outer .img-outer img{
  max-width:120px;
}
.tokenomics-outer .border-end {
  border-right: none !important;
  border-image-source: linear-gradient(to right, #ebf5ff, #4573c7, #ebf5ff);
  border-bottom: 1px solid !important;
  margin-bottom: 16px;
  padding-bottom: 10px;
}
.tokenomics-inner .content-outer ul{
  display: flex;
  flex-wrap: wrap;
}
.tokenomics-inner .content-outer li{
  width: 48%;
  margin-right:4%;
}
.tokenomics-inner .content-outer li:nth-of-type(2n+2){
  margin-right:0;
}
.tokenomics-inner {
  height:auto;
  padding-bottom: 40px;
}
.tokenomics-inner:before {
  font-size: 24px;
  bottom: 0;
}
.roadmap-outer .more-space:nth-of-type(3){
  margin-top:24px;
}
.footer-link{
  margin:18px 0;
}
.footer-social li a{
  padding: 6px 8px;
  border-radius: 6px;
  min-width: 32px;
}
.footer-social li img{
  max-height: 16px;
  max-width: 16px;
}
}
@media only screen and (max-width: 767px) {
.navbar .navbar-brand img{
  max-width: 80px;
}
.hero-banner {
  padding:28px 0px;
}
.hero-banner .banner-slider{
  margin-bottom: 0;
  padding-bottom: 28px;
}
.hero-banner .slick-dots{
  bottom: 0;
}
.hero-banner .order-1 {
  order:2 !important;
}
.hero-banner .order-2{
  order: 1 !important;
}
.hero-banner .banner-slider img{
  max-width:160px;
  margin-bottom:16px;
}
.hero-banner h1 {
  font-size: 38px;
}
.smart-contract {
  padding: 28px 0;
}
.smart-contract .section-heading {
  margin: 0px auto 20px;
}
.contarct-left{
  display: none;
}
.contarct-right .more-space:last-of-type {
  margin-top:0px;
}
.about-token {
  padding: 20px 0px;
}
.about-outer .order-1{
  order: 2 !important;
}
.about-outer .order-2{
  order:1 !important;
}
.about-left img {
  max-width: 218px;
  margin-bottom: 12px;
}
.tokenomics-inner .content-outer li {
  width: 100%;
  margin-right: 0%;
}
.roadmap-main{
  padding:20px 0px 38px;
}
.roadmap-outer {
  margin-top: 14px;
}
.roadmap-outer .more-space:not(:last-of-type){
  margin-bottom:14px !important;
  margin-top:0 !important;
}
.roadmap-outer .more-space:nth-of-type(3) {
  margin-bottom:0px !important;
}
.roadmap-inner:hover{
  transform:translateY(0px);
  -webkit-transform:translateY(0px);
  -moz-transform:translateY(0px);
  -ms-transform:translateY(0px);
}
.main-footer{
  padding:32px 0px;
}
.contarct-right {
  max-width: 100%;
}
}
@media only screen and (max-width: 575px) {
body{
  font-size:12px;
}
h1{
  font-size:26px;
}
h2{
  font-size:24px;
}
h3{
  font-size:22px;
}
h4{
  font-size:20px;
}
h5{
  font-size:18px;
}
h6{
  font-size:16px;
}
.navbar-toggler span {
  width: 20px;
}
.navbar-toggler span:before, .navbar-toggler span:after {
  top: 6px;
}
.navbar-toggler span:after {
  top: auto;
  bottom: 6px;
}
.hero-banner{
  padding: 20px 0px;
}
.hero-banner .banner-slider img {
  max-width:120px;
  margin-bottom:12px;
}
.hero-banner h1 {
  font-size: 24px;
}
.hero-banner .banner-btn .btn:not(:last-of-type){
  margin-right: 8px;
}
.btn-primary{
  padding: 6px 8px 4px;
  letter-spacing: 0px;
  border-radius:6px;
  font-weight:400;
  font-size:12px;
}
.smart-contract .section-heading{
  margin:0px auto 12px;
}
.contarct-right .more-space:not(:last-of-type){
  margin-bottom: 14px;
}
.smart-contract {
  padding: 24px 0;
}
.about-token {
  padding: 18px 0px;
}
.about-left img {
  max-width:158px;
  margin-bottom:10px;
}
.tokenomics-main {
  background-size: 400px auto;
  padding: 16px 0;
}
.tokenomics-main .section-heading {
  margin: 0px auto 14px;
}
.tokenomics-inner .img-outer{
  width:100%;
  margin-right:0;
  margin-bottom:14px;
}
.tokenomics-inner .content-outer {
  width: 100%;
}
.tokenomics-inner .content-outer li {
  margin-bottom: 4px;
}
.tokenomics-inner {
  padding-bottom: 0px;
  padding-top: 30px;
}
.tokenomics-inner:before {
  bottom: auto;
  top: 0;
}
.roadmap-main {
  padding: 16px 0px 22px;
}
.roadmap-outer {
  margin-top: 12px;
}
.roadmap-inner .pricetime-outer {
  margin: 8px 0px;
  border-width: 0px 0px 1px;
  padding: 0 8px 6px;
}
.roadmap-inner .phase-outer {
  padding: 8px;
  border-radius:8px 8px 0px 0px;
}
.roadmap-inner {
  border-radius: 8px;
}
.roadmap-bottom ul li {
  padding: 2px 0 2px 20px;
  margin-bottom: 6px;
  background-size: auto 14px;
  font-size: 12px;
}
.roadmap-inner .bottom-inner{
  background: #002140;
  margin-top: 10px;
  border-radius: 0px 0px 8px 8px;
  padding: 8px 0px;
}
.roadmap-bottom ul {
  padding: 0px 10px;
}
.roadmap-outer .more-space:nth-of-type(3) {
  margin-bottom: 14px !important;
}
.main-footer {
  padding: 24px 0px 10px;
}
.footer-logo img {
  max-width: 100px;
}
.footer-link {
  margin: 14px 0;
}
.footer-link li:not(:last-of-type){
  margin-right: 10px;
}
.footer-social li:not(:last-of-type){
  margin-right:8px;
}
.footer-social li a {
  padding: 4px;
  border-radius: 4px;
  min-width: 26px;
}
.footer-social li img {
  max-height: 12px;
  max-width: 12px;
}
.copyright{
  margin-top: 14px;
}
}