@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');
@font-face{
  font-family:'Game Of Squids';
  src:url('../font/GameOfSquids.eot');
  src:url('../font/GameOfSquids.eot?#iefix') format('embedded-opentype'),
      url('../font/GameOfSquids.woff2') format('woff2'),
      url('../font/GameOfSquids.woff') format('woff'),
      url('../font/GameOfSquids.ttf') format('truetype'),
      url('../font/GameOfSquids.svg#GameOfSquids') format('svg');
  font-weight:normal;
  font-style:normal;
  font-display:swap;
}
html{
  height:100%
}
body{
  background:#000;
  font-size:20px;
  font-family: "Shadows Into Light", cursive;
  font-weight: 400;
  font-style: normal;
  color:#fff;
}
/*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:55px;
}
h2{
  font-size:50px;
}
h3{
  font-size:45px;
}
h4{
  font-size:40px;
}
h5{
  font-size:35px;
}
h6{
  font-size:30px;
}
h1, h2, h3, h4, h5, h6{
  font-family:'Game Of Squids';
  font-weight:normal;
  color:#c92347;
  line-height:1.4;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
  color:#c92347;
}
.title{
  font-size:50px;
  margin-bottom:15px;
}
p:last-of-type{
  margin-bottom:0;
}
a{
  font-family:'Game Of Squids';
  color:#c92347;
  text-decoration:none;
}
a:hover{
  color:#c92347;
}
.form-group{
  margin-bottom:20px;
}
.form-control{
  border:2px solid #c92347 !important;
  border-radius:5px;
  padding:12px 124px 12px 10px;
  font-size:15px;
  color:#ffffff !important;
  line-height:1.2;
  font-weight:400;
  height:auto;
  background-color:transparent !important;
  box-shadow:none !important;
}
.form-select{
  padding: 12px 10px;
  background-color:#000 !important;
}
textarea.form-control{
  height:167px;
}
.form-control::-webkit-input-placeholder{
  color:#696969;
}
.form-control::-moz-placeholder{
  color:#696969;
}
.form-control:-ms-input-placeholder{
  color:#696969;
}
.form-control:-moz-placeholder{
  color:#696969;
}
.btn{
  color:#00be64;
  padding:0;
  background-color:transparent;
  border:none;
}
.btn-primary{
  background:url(../images/btn-bg.jpg) center;
  background-size:100% auto;
  font-family:'Game Of Squids';
  border:2px solid #249f9c !important;
  border-radius:10px;
  padding:10px 15px;
  font-weight:normal;
  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;
  font-size:20px;
  color:#fff;
}
.btn-primary:hover{
  background-size:140% auto;
}
/*default-css-end*/
/*navbar*/
.navbar{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  z-index:2;
  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.active{
  backdrop-filter:blur(20px);
}
.navbar .navbar-brand{
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 40px;
  line-height:1.3;
}
.navbar .navbar-brand img {
  max-width: 160px;
}
.navbar-nav .nav-item:not(:last-of-type){
  margin-right:25px;
}
.navbar-nav .nav-link{
  color:#fff;
  font-size:20px;
  position:relative;
  padding:0px !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;
}
.navbar-nav .nav-link:before{
  position: absolute;
  left: 50%;
  bottom:0px;
  display: block;
  content: "";
  width:55px;
  height:16px;
  background: url(../images/menu-icon1.png) no-repeat center;
  background-size:55px auto !important;
  transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
  -moz-transform:translateX(-50%);
  -ms-transform:translateX(-50%);
  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;
  opacity:0;
  visibility:hidden;
}
.navbar-nav .nav-link.tokenomics-link:before{
  background: url(../images/menu-icon2.png) no-repeat center;
}
.navbar-nav .nav-link.roadmap-link:before{
  background: url(../images/menu-icon3.png) no-repeat center;
}
.navbar-nav .nav-link:hover:before, .navbar-nav .nav-link.active:before{
  opacity:1;
  visibility:visible;
  bottom:-20px;
}
/*hero-banner*/
.hero-banner{
  background:url(../images/hero-bg.jpg) no-repeat center;
  background-size:cover;
  padding:140px 0 0px;
}
.hero-banner:before{
  position:absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background:linear-gradient(to bottom, #00000082 0%, #000000 100%);
  z-index: 0;
}
.hero-banner .banner-img{
  position:relative;
  z-index:1;
}
.hero-banner .banner-img img{
  max-height:812px;
  opacity:70%;
}
.hero-banner .banner-title{
  z-index:0;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  -webkit-transform:translate(-50%, -50%);
  -moz-transform:translate(-50%, -50%);
  -ms-transform:translate(-50%, -50%);
}
.hero-banner .banner-title h1 {
  color:#fff;
  font-size:280px;
  text-align:center;
  text-shadow:-5px -5px 5px #ff42a3, 5px 5px 5px #57d8bf;
  line-height:1.2;
}
/*all-mask*/
.all-mask{
  padding:150px 0;
}
.all-mask img {
  max-width:350px;
}
/*squid-token*/
.squid-token{
  padding:90px 0 60px;
}
.token-right .nav{
  margin-top:45px;
}
.token-right li:not(:last-of-type){
  margin-right:25px;
}
.token-right li img{
  max-width:70px;
}
.token-right li p {
  margin-top: 5px;
}
.token-right .buy-token{
  margin-top:50px;
}
/*tokenomics-main*/
.tokenomics-main{
  padding:30px 0 60px;
}
.tokenomics-outer{
  margin-top:45px;
}
.tokenomics-right li{
  width: 45%;
  margin-right:10%;
  margin-bottom: 50px;
  background-color: #181818;
  padding: 15px;
  border-radius: 10px;
  position: relative;
}
.tokenomics-right li:nth-of-type(2n+2){
  margin-right:0;
}
.tokenomics-right li:before{
  position:absolute;
  top:50%;
  right:-35px;
  content:"";
  width:80px;
  height:98px;
  background:url(../images/tokenomic-img1.png) no-repeat;
  background-size:80px auto !important;
  transform:translateY(-50%);
  filter:drop-shadow(7px 0px 6px #000);
}
.tokenomics-right li.tokenomics-two:before {
  background: url(../images/tokenomic-img2.png) no-repeat;
}
.tokenomics-right li.tokenomics-three:before{
  background: url(../images/tokenomic-img3.png) no-repeat;
}
.tokenomics-right li.tokenomics-four:before{
  background: url(../images/tokenomic-img4.png) no-repeat;
}
.tokenomics-right li.tokenomics-five:before{
  background: url(../images/tokenomic-img5.png) no-repeat;
}
.tokenomics-right li span {
  font-family: 'Game Of Squids';
  display: block;
  font-size: 35px;
  color: #c92347;
}
/*game-zone*/
.game-zone .game-slide{
  background-size:cover !important;
  background-position: center left !important;
  background-repeat: no-repeat !important;
  padding:120px 0 0;
}
.game-zone .game-slide:before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: linear-gradient(to bottom,  #000000 0%,#00000066 50%,#000000 100%);
  z-index: 0;
}
.game-zone .game-slide.slide-one{
  background-image:url(../images/color-bg.jpg);
}
.game-zone .game-slide.slide-two{
  background-image:url(../images/ludo-bg.jpg);
}
.game-zone .game-slide.slide-three{
  background-image:url(../images/trading-bg.jpg);
}
.game-zone .game-slide.slide-four{
  background-image:url(../images/crickfi-bg.png);
}
.game-slide .game-right img{
  max-height: 480px;
  margin-left:auto;
}
/*roadmap-main*/
.roadmap{
  padding:80px 0px;
  position: relative;
}
.roadmap .section-heading {
  position: absolute;
  left: 50%;
  bottom:80px;
  transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
  -moz-transform:translateX(-50%);
  -ms-transform:translateX(-50%);
}
.roadmap .section-heading h2 {
  margin: 0;
  font-size: 100px;
  opacity: 0.3;
}
.roadmap-main{
  margin-bottom:0px;
}
.roadmap-outer{
  max-width:980px;
  margin:-100px auto 0;
}
.roadmap-inner.roadmap-two {
  margin-top: 30px;
}
.roadmap-inner.roadmap-three{
  margin-top:50px;
}
.roadmap-inner.roadmap-four{
  margin-top:-15px;
}
.roadmap-inner h3{
  font-size: 26px;
  text-align: center;
  margin: 0;
  position:relative;
}
.roadmap-inner h3:before{
  position: absolute;
  top:-65px;
  left: 50%;
  display: block;
  content: "";
  width:39px;
  height:198px;
  background:url(../images/rope-icon1.png) repeat;
  background-size:39px auto;
  z-index: -1;
  transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
  -moz-transform:translateX(-50%);
  -ms-transform:translateX(-50%);
}
.roadmap-inner.roadmap-one h3:before {
  height:75px;
}
.roadmap-inner.roadmap-two h3:before {
  height:105px;
  top: -95px;
}
.roadmap-inner.roadmap-three h3:before {
  height:120px;
  top:-110px;
}
.roadmap-inner.roadmap-four h3:before {
  height:75px;
}
/*footer-main*/
.footer-main {
  background-color:#c92347;
  background-image:url(../images/footer-bg.png), url(../images/footer-img1.png);
  background-repeat: no-repeat;
  background-position:bottom 10px left 20px, right 50px top 10px;
  background-size: 320px auto, 120px auto;
  padding: 60px 0px 0px;
}
.footer-logo img {
  max-width: 160px;
}
.footer-main h2{
  font-size:32px;
  margin: 0;
}
.footer-main h3{
  font-size:25px;
  margin: 0;
}
.footer-left .buy-token, .footer-middle ul, .footer-right ul{
  margin-top:8px;
}
.footer-middle {
  margin: 35px 0;
}
.footer-middle ul li:not(:last-of-type) {
  margin-right:33px;
}
.footer-middle ul li a{
  font-size: 18px;
}
.footer-social li:not(:last-of-type){
  margin-right:15px;
}
.footer-social li img{
  max-height:50px;
  transition:all ease-in-out 0.50s;
  -webkit-transition:all ease-in-out 0.50s;
  -moz-transition:all ease-in-out 0.50s;
  -ms-transition:all ease-in-out 0.50s;
}
.footer-social li:hover img{
  transform:rotate(90deg);
}
.footer-middle .copyright-outer {
  margin-top: 20px;
}
.copyright-outer{
  margin-top:50px;
  padding:10px 0px;
}
/*ido-page-css-start*/
.ido-main{
  min-height: 100vh;
  padding:20px 15px;
}
.ido-logo a{
  color: #fff;
  font-size: 40px;
}
.ido-logo img{
  max-width:150px;
}
.ido-outer {
  min-height:calc(100vh - 299px);
  min-height:-webkit-calc(100vh - 299px);
  min-height:-moz-calc(100vh - 299px);
  min-height:-ms-calc(100vh - 299px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding:30px 0px;
}
.ido-form{
  width: 100%;
  margin:70px auto 0;
  max-width: 500px;
  border: 12px solid #262626;
  padding: 20px;
  border-radius: 30px;
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  position:relative;
}
.ido-form:before{
  position: absolute;
  top: -70px;
  left: -48px;
  display: block;
  content: "";
  width: 85px;
  height: 114px;
  background: url(../images/token-img2.png) no-repeat;
  background-size: 85px auto;
}
.ido-form:after {
  position: absolute;
  bottom: -30px;
  right: -56px;
  display: block;
  content: "";
  width: 100px;
  height: 107px;
  background: url(../images/token-img3.png) no-repeat;
  background-size: 100px auto;
}
.login-outer label {
  right: 15px;
  top: 50%;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  border-left: 1px solid #565657;
  padding-left: 15px;
}
.login-outer label img{
  max-width:35px;
  margin-right: 10px;
}
.ido-form .buy-btn .or{
  margin:0px 20px;
}
.mask-img img {
  max-width:1150px;
}
/*Responsive*/
@media screen and (max-width:1199px){
.container{
  max-width:100%;
}
.hero-banner .banner-title h1 {
  font-size: 220px;
}
body{
  font-size:16px;
}
h1{
  font-size:35px;
}
h2{
  font-size:32px;
}
h3{
  font-size:29px;
}
h4{
  font-size:26px;
}
h5{
  font-size:23px;
}
h6{
  font-size:20px;
}
.title{
  font-size:32px;
}
.roadmap .section-heading {
  bottom:30px;
}
.roadmap .section-heading h2 {
  font-size: 70px;
}
.footer-main {
  background-position: bottom 10px left 20px, right 35px top 10px;
  background-size: 250px auto, 100px auto;
  padding: 50px 0px 0px;
}
.copyright-outer {
  margin-top: 40px;
}
.game-slide .game-right img {
  max-height: 360px;
}
.game-zone .game-slide {
  padding:0px;
}
.hero-banner .banner-img img {
  max-height: 752px;
}
.mask-img img {
  max-width: 100%;
}
.ido-outer{
  min-height:calc(100vh - 244px);
  min-height:-webkit-calc(100vh - 244px);
  min-height:-moz-calc(100vh - 244px);
  min-height:-ms-calc(100vh - 244px);
}
.ido-logo a {
  font-size: 30px;
}
.all-mask{
  padding:90px 0;
}
.all-mask img{
  max-width:250px;
}
.ido-logo img{
  max-width:100px;
}
}
@media screen and (max-width:991px){
.navbar-toggler span {
  width: 30px;
  height: 2px;
  display: block;
  position: relative;
  background-color: #fff;
  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: #fff;
  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;
  top: 100%;
  left: 0;
  width: 100%;
  background-color:#c92347;
}
.navbar {
  position: relative;
}
.navbar-collapse .navbar-nav{
  padding:15px 15px 0px;
}
.navbar-collapse .token-btn{
  padding:0px 15px 15px;
}
.navbar-nav .nav-item:not(:last-of-type) {
  margin-right: 0;
}
.navbar-nav .nav-item{
  margin-bottom: 8px;
}
.navbar-nav .nav-link {
  font-size:16px;
}
.navbar-nav .nav-link:before{
  display:none;
}
.hero-banner .banner-title h1 {
  font-size: 170px;
}
.hero-banner {
  padding: 40px 0 0px;
}
.hero-banner .banner-img img {
  max-height: 450px;
}
.token-right li img {
  max-width: 55px;
}
.token-right li:not(:last-of-type) {
  margin-right: 15px;
}
.squid-token {
  padding: 50px 0;
}
.tokenomics-main {
  padding: 10px 0 20px;
}
.tokenomics-right li {
  margin-bottom: 15px;
  padding: 10px;
}
.tokenomics-right li:before {
  right: -25px;
  width: 50px;
  height: 62px;
  background-size: 50px auto !important;
}
.game-slide .game-right img {
  max-height: 270px;
}
.roadmap {
  padding:40px 0px;
}
.roadmap .section-heading h2 {
  font-size: 60px;
}
.roadmap .section-heading {
  bottom: 20px;
}
.footer-main {
  background-position: bottom 10px left 10px, right 20px top 10px;
  background-size: 180px auto, 60px auto;
  padding: 30px 0px 0px;
}
.copyright-outer {
  margin-top: 30px;
}
.footer-middle {
  margin: 25px 0;
}
.footer-main h3 {
  font-size: 20px;
}
.footer-left .buy-token, .footer-middle ul, .footer-right ul {
  margin-top: 6px;
}
.footer-middle ul li:not(:last-of-type) {
  margin-right: 20px;
}
.footer-middle ul li a {
  font-size: 15px;
}
.footer-social li:not(:last-of-type) {
  margin-right: 10px;
}
.footer-social li img{
  max-height:35px;
}
.btn-primary {
  border-width:1px !important;
  border-radius: 6px;
  padding: 8px 10px;
  font-size: 16px;
}
.ido-form form{
  width:100%;
}
.all-mask {
  padding: 70px 0;
}
.all-mask .img-outer {
  max-width: 690px;
  margin: 0 auto;
}
.all-mask img{
  max-width:220px;
}
.navbar .navbar-brand img{
  max-width: 120px;
}
}
@media screen and (max-width:767px){
.hero-banner .banner-title h1{
  font-size:120px;
}
.hero-banner:before{
  background:linear-gradient(to bottom, #00000082 0%, #000000cc 100%);
}
.about-left{
  margin-bottom:15px;
}
.about-left img{
  max-width:180px;
}
.squid-token {
  padding: 40px 0;
}
.token-left img {
  max-width: 250px;
}
.token-right .nav{
  justify-content:start !important;
}
.tokenomics-outer {
  margin-top: 25px;
}
.tokenomics-left{
  text-align: center;
  margin-bottom:20px;
}
.tokenomics-left img {
  max-width: 250px;
}
.tokenomics-right li:before {
  right: 10px;
  width: 65px;
  height: 80px;
  background-size: 65px auto !important;
}
.tokenomics-right li {
  width: 48.5%;
  margin-right:3%;
}
.game-slider {
  margin-bottom:0;
}
.roadmap {
  padding:30px 0px;
}
.roadmap .section-heading h2 {
  font-size: 40px;
}
.roadmap .section-heading {
  bottom:15px;
}
.roadmap-main .img-outer{
  overflow:hidden;
}
.roadmap-main .img-outer img{
  max-width: 130%;
  margin: 0 -14%;
}
.footer-main {
  background-position: bottom 30px left 20px, right 40px top 10px;
}
.ido-main {
  padding: 10px 15px;
}
.ido-logo a {
  font-size: 22px;
}
.ido-form {
  margin: 30px auto 0;
  max-width: 450px;
  padding: 15px;
  min-height: 300px;
}
.ido-form:before {
  top: -50px;
  left: -28px;
  width: 60px;
  height: 81px;
  background-size: 60px auto;
}
.ido-form:after {
  bottom: -15px;
  right: -35px;
  width: 70px;
  height: 75px;
  background-size: 70px auto;
}
.ido-outer {
  min-height:calc(100vh - 175px);
  min-height:-webkit-calc(100vh - 175px);
  min-height:-moz-calc(100vh - 175px);
  min-height:-ms-calc(100vh - 175px);
  padding: 20px 0px;
}
.all-mask {
  padding:50px 0;
}
.all-mask .img-outer {
  max-width:550px;
}
.all-mask img {
  max-width:170px;
}
.order-1{
  order:2 !important;
}
.order-2{
  order:1 !important;
}
}
@media screen and (max-width:575px){
body{
  font-size:14px;
}
h1{
  font-size:28px;
}
h2{
  font-size:26px;
}
h3{
  font-size:24px;
}
h4{
  font-size:22px;
}
h5{
  font-size:20px;
}
h6{
  font-size:18px;
}
.title{
  font-size:26px;
}
.btn-primary {
  padding: 6px 8px;
  font-size: 14px;
}
.navbar .navbar-brand {
  font-size: 25px;
  line-height: 1.2;
}
.navbar-toggler span {
  width: 20px;
}
.navbar-toggler span:before, .navbar-toggler span:after {
  top:6px;
}
.navbar-toggler span:after {
  top: auto;
  bottom: 6px;
}
.navbar-collapse .navbar-nav {
  padding: 12px 15px 0px;
}
.navbar-collapse .token-btn {
  padding: 0px 15px 10px;
}
.navbar-nav .nav-item {
  margin-bottom: 6px;
}
.navbar-nav .nav-link {
  font-size: 14px;
}
.hero-banner .banner-title h1 {
  font-size:70px;
}
.hero-banner .banner-img img {
  max-height: 250px;
}
.hero-banner {
  padding:20px 0 0px;
}
.about-left img {
  max-width: 150px;
}
.token-left img {
  max-width: 180px;
}
.squid-token {
  padding: 20px 0;
}
.token-right li img {
  max-width: 40px;
}
.token-right li:not(:last-of-type) {
  margin-right: 10px;
}
.token-right .nav {
  margin-top: 15px;
}
.token-right .buy-token{
  margin-top:20px;
}
.tokenomics-left img {
  max-width: 200px;
}
.tokenomics-right li {
  width: 100%;
  margin-right:0 !important;
}
.tokenomics-right li span {
  font-size:25px;
}
.tokenomics-right li:before {
  width: 58px;
  height: 71px;
  background-size: 58px auto !important;
}
.game-slide .game-right img {
  max-height: 190px;
}
.roadmap {
  padding:10px 0px;
}
.roadmap .section-heading {
  bottom: 10px;
}
.roadmap .section-heading h2 {
  font-size: 30px;
  opacity:0.6;
}
.footer-left, .footer-right{
  text-align: center !important;
}
.footer-social{
  justify-content:center !important;
}
.footer-main {
  background-position: bottom 35px left 10px, right 10px top 10px;
  background-size: 85px auto, 45px auto;
}
.footer-middle ul li:not(:last-of-type) {
  margin-right: 12px;
}
.footer-middle ul li a {
  font-size: 13px;
}
.copyright-outer{
  padding:5px 0px;
}
.ido-logo a {
  font-size: 18px;
}
.ido-form {
  margin: 20px auto 0;
  max-width: 100%;
  padding: 10px;
  min-height: 280px;
  border-width: 6px !important;
}
.ido-form:before {
  top: -28px;
  left: -12px;
  width: 40px;
  height: 54px;
  background-size: 40px auto;
}
.ido-form:after {
  bottom:-30px;
  right:-12px;
  width:50px;
  height:54px;
  background-size:50px auto;
}
.form-group{
  margin-bottom:15px;
}
.login-outer label{
  right:10px;
  padding-left:10px;
}
.login-outer label img{
  max-width:25px;
  margin-right:5px;
}
.form-control{
  padding:10px 74px 10px 10px;
  font-size:14px;
}
.ido-form .buy-btn .or{
  margin:5px 0px;
  width:100%;
  text-align:center;
}
.ido-form .buy-btn .btn-primary{
  width:100%;
}
.ido-outer {
  min-height: calc(100vh - 137px);
  min-height: -webkit-calc(100vh - 137px);
  min-height: -moz-calc(100vh - 137px);
  min-height: -ms-calc(100vh - 137px);
}
.all-mask {
  padding: 35px 0;
}
.all-mask .img-outer {
  max-width: 290px;
}
.all-mask img {
  max-width: 90px;
}
.navbar .navbar-brand img{
  max-width: 80px;
}
.ido-logo img{
  max-width: 80px;
}
}