@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600&display=swap");
* {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
 

}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}
body{
  background-color: #0a1c3e !important;;
}
.data {

  margin-top:50px;

  color:#fff;

  padding:4rem;

  font-size:1.4rem;

  min-height:62vh;

  

}
h2,p{
  color:#ddd!important;
}

.btn{
background: cadetblue!important;
}

section {
  padding: 5rem 7%;
}

.heading {
  text-align: center;

  font-size: 4rem;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 7rem;
}

.heading span {
  color: #2C8DFF;
}

.btn {

  /* border: 0.2rem solid #334; */
  display: inline-block;
  /* margin-top: 1rem;
  padding: 1rem 3rem;
  cursor: pointer;
  background: linear-gradient(45deg, #5c5af7, #6c46fa);
  border-radius: 3rem; */
 /* font-weight: 700; */
  font-size: 1.7rem;
  text-transform: capitalize;
  color: #fff;

}
.btn i{
 padding: 0 .5rem;
}


.btn-2{
  display: inline-block;
  margin-top: 1rem;
  padding: 1rem 4rem;
  cursor: pointer;
  background: rgb(44 141 255);;
  border-radius: 1rem;
  font-size: 1.7rem;
  text-transform: capitalize;
  color: #fff;
  font-weight: 700;
}

/* .btn:hover {
  background: #2597f4;
  border-color: #2597f4;
  color: #fff;
} */

.header .main-navbar {
  padding: 1.4rem 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* background: #fff; */
 
  position: relative;
  z-index: 1000;
}

.header .main-navbar.active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: none;
  background: #0a1c3e;;
  color:#fff;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
.header .main-navbar.active .logo 
{
  color:#fff;

}

.header .main-navbar.active .links a{
  color:#fff;
}
.header .main-navbar .logo {
  font-size: 2.5rem;
  text-transform: capitalize;
  color: #fff;
  font-weight: bolder;
}

.header .main-navbar .logo i {
  color: #fff;
}

.header .main-navbar .links a {
  margin-left: 2rem;
  font-size: 1.6rem;
  text-transform: capitalize;
  color: #fff;
}

.header .main-navbar .links a:hover {
  text-decoration: underline;
  color: #2597f4;
}

.header #menu-btn {
  font-size: 3rem;
  cursor: pointer;
  color: #fff;
  display: none;
}
.bg{
  /* background: url(../images/home-bg.svg) no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #111; */
  background: url(../images/cryptoclub2.png);
  background-position: center;
  background-size: cover;

}
/* .home video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  
} */

.home {
 
 
  height: 100vh;
   position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* -ms-flex-wrap: wrap;
      flex-wrap: wrap; */
  gap: 3rem;
  padding-right: 0;

 
}
.home .image {
  /* margin-top: 8rem; */
-webkit-box-flex: 1;
    -ms-flex: 1 1 42rem;
        flex: 1 1 42rem;
}

.home .image img {
width: 100%;
}


.home .content {
-webkit-box-flex: 1;
    -ms-flex: 1 1 42rem;
        flex: 1 1 42rem;
}






.home .content h3 {
  font-size: 6rem;
  text-transform: capitalize;
  color: #fff;
 
  line-height: 1.4;
}

.home .content h3 span{
  color: #2C8DFF;

}
.home .content p {
  font-size: 1.7rem;
  line-height: 2;
  color: #999;
  padding: 1rem 0;
}


.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  gap: 3rem;
  /* padding-left:0; */
  /* background: linear-gradient(45deg, #6154f8, #6d45fb); */
  /* background:url(../images/bg.jpg);
  background-position:center;
  background-size: cover; */
  /* min-height: 100vh; */
    

}

.about .image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 42rem;
          flex: 1 1 42rem;
}

.about .image img {
  width: 100%;
}

.about .content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 42rem;
          flex: 1 1 42rem;
}

.about .content h3 {
  font-size: 3rem;
  text-transform: capitalize;
  color: #fff;
  padding-bottom: .5rem;
}

.about .content p {
  font-size: 1.5rem;
  line-height: 2;
  color: #999;
  padding: 1rem 0;
}
.about-2
{

  
    background-position: center;
  background-size: cover;

  
}
.flex-box{
  display:flex;
  align-items: center;
}

.about-2
 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin:0;
      

}

.about-2
 .row .image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 35rem;
          flex: 1 1 35rem;
        
}

.about-2
 .row .image img {
  width: 100%;

}

.about-2
 .row .content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 41rem;
          flex: 1 1 41rem;
          padding: 0 4rem;
}
.about-2
 .row .content span{
    color:#2C8DFF;
    font-size: 2.2rem;
}

.about-2
 .row .content h3 {
  font-size: 3.5rem;
  color: #fff;
  line-height: 1.6;
  font-weight: 700;
  text-transform: capitalize;
}

.about-2
 .row .content p {
  font-size: 1.5rem;
  color: #999;
  line-height: 2;
  margin:0;
  padding: 1rem 0;
}

.about-2
 .box-container {
  margin-top: 3rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(16rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  gap: 2rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.about-2
 .box-container .box {
  text-align: center;
  background: var(--light-bg);
  padding: 3rem 2rem;
}

.about-2
 .box-container .box h3 {
  font-size: 4rem;
  color: #fff;
  text-transform: capitalize;
}

.about-2
 .box-container .box p {
  font-size: 1.5rem;
  color: #999;
  line-height: 2;
  padding-top: .5rem;
}
.list .box{
  display: flex;
  align-items: flex-start;
}
.list .box.box-2{
  align-items: center;
}
.list .box.box-2 .icon i{
  background: #96e537;
  color: #fff;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    border-radius: 50%;
    font-size: 2rem;
}
.list .box .content{
  padding: 0 2rem;
}
.list .box  .icon i{
  color:var(--blue);
  font-size: 2.4rem;

}

.list .box h4{
  margin: 0;
  
}
.feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8rem;
  text-align: left;
  /* min-height: 100vh; */
 margin-top:7rem;
  

  background:#F0F0F0;

 
}

.video{
  position: relative;
  height: 100vh;
}


.video video {
  object-fit: cover;
  width: 100%;
  /* height: 100%; */
  position: absolute;
top:0;
  left: 0;
  padding: 2rem;
  
}
.feature .image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 35rem;
          flex: 1 1 35rem;
  position: relative;
  text-align: left;
}


.feature .image p {
  font-size: 1.5rem;
    color: #777;
    line-height: 1.6;

 
 
}
.feature .image .heading{
  text-align: left;
  line-height: 1.6;
}

.feature .content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 45rem;
          flex: 1 1 45rem;
}

.feature .content span {
  font-size: 2rem;
  color: var(--orange);
  
}

.feature .content .title {
  font-size: 4rem;
  color: #333;
  margin-top: .5rem;
  line-height: 1.7;
 
}

.feature .content p {
  font-size: 1.5rem;
  color: #777;
  
  line-height: 1.6;
}

.feature .content .box-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  margin-top: 1rem;
}

.feature .content .box-container .box {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25rem;
          flex: 1 1 25rem;
          background: linear-gradient(130deg, #fff 93%, transparent 90%);
  padding:   2.4rem;

}


.feature .content .box-container .box:hover .fa-solid{
    color:#fff;
}


.feature .content .box-container .box h3 {
  font-size: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color:#444;
 
 
  margin:0;
}

.feature .content .box-container .box  .fa-solid {
  background: linear-gradient(45deg, rgb(103, 75, 249), rgb(71 171 234));
  box-shadow: rgb(76 154 236 / 42%) 0px 7px 18px;
 
  color: #fff;
  border-radius: 1rem;
  padding: 1rem;
  font-size: 3rem;
  margin-bottom: 2rem;
}
.feature .content .heading{
 
    text-align: center;
    margin-bottom: 5rem;
    font-size: 3rem;
    text-transform: capitalize;
    color: #334;
    line-height: 1.6;
    padding: 0 4rem;
  
  }
  
  .feature .content .heading span {
    color: var(--brown);
    font-size: inherit;
    font-weight: inherit;
  }


.services {
  background: #071735;
   

}

.services .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(45rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(45rem, 1fr));
  gap: 1rem;
}

.services .box-container .box {
  text-align: center;
  padding: 1rem;
  /* background: var(--white); */
  /* -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow); */
  /* border: var(--border); */
  margin-bottom: 2rem;
}
.services .box-container .box .box-top{
    display:flex;
    
}

.services .box-container .box:hover img {
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
}


.services .box-container .box .content{
    text-align: left;
    padding-left: 2.5rem;
}

.services .box-container .box h3 {
  font-size: 2.4rem;
  color: #fff;
  text-transform: capitalize;
 padding-bottom: 1rem;
  margin: 0;
}

.services .box-container .box p {
  font-size: 1.4rem;
  color: #999;
  line-height: 2;
}
.services .box-container .box .icon{
  width:150px;
}
.services .box-container .box .icon img{
  width: 100%;
}
.services .box-container .box .fa-solid{

  font-size: 4.5rem;
  color: #6b2cff;
  background: #fff;
  box-shadow: 0 1px 10px rgb(211 215 217);
  border-radius: 0 29px 1px;
  width: 9rem;
  line-height: 9rem;
  height: 9rem;
  border: 1px solid #47abea;

}





.facilities {
   background: #f1eeff;

}

.facilities .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(30rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 2rem;
}

.facilities .box-container .box {
  background: #fff;
  padding: 3rem;
  text-align: center;
  
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}





.facilities .box-container .box img {
  height: 10rem;
  margin-bottom: .5rem;
}

.facilities .box-container .box h3 {
  padding: 1rem 0;
  font-size: 2rem;
  text-transform: capitalize;
  color: #334;
}

.facilities .box-container .box p {
  font-size: 1.4rem;
  line-height: 2;
  color: #777;
}






.footer {
  background: #010c21;
}

.footer .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(25rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 2rem;
}

.footer .box-container .box h3 {
  font-size: 2.2rem;
  text-transform: capitalize;
  color: #fff;
  padding: 1rem 0;
}

.footer .box-container .box .link {
  display: block;
  padding: .5rem 0;
  font-size: 1.5rem;
  line-height: 2;
  color: #f5f5f5;
  text-transform: capitalize;
}

.footer .box-container .box .link i {
  padding-right: .5rem;
  color: #2C8DFF;
}

.footer .box-container .box .link:hover {
  color: #2C8DFF;
}

.footer .box-container .box .link:hover i {
  padding-right: 2rem;
}

.footer .box-container .box p {
  padding: .5rem 0;
  font-size: 1.5rem;
  line-height: 2;
  color: #777;
}

.footer .box-container .box p span {
  color: #2C8DFF;
}



.footer .box-container .box .share {
  margin-top: 2rem;
}

.footer .box-container .box .share a {
  height: 4.5rem;
  width: 4.5rem;
  line-height: 4.5rem;
  font-size: 1.7rem;
  background: #2C8DFF;
  color: #fff;
  border-radius: 50%;
  margin-right: 0.3rem;
  text-align: center;
}

.footer .box-container .box .share a:hover {
  background: #2C8DFF;
}

.footer .credit {
  font-size: 2rem;
  text-transform: capitalize;
  color: #777;
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 0.2rem solid #777;
  text-align: center;
}

.footer .credit span {
  color: #2597f4;
}
/* signup page */

.signup-wrapper{

  padding: 4rem; 

  height: 100%;

  display: flex;

  justify-content: center;

  align-items: center;



 }

 .signup-form{

      margin-top:60px;

  position: relative;

  width: 100%;

  max-width: 600px;

  padding: 60px 40px 40px;

  background: #02112D;

  border:2px solid #2C8DFF;

  border-radius: 10px;

  color: #fff;

  box-shadow: 0 15px 25px rgba(0,0,0,0.5);

 }



.signup-form h2 {

  text-align: center;

  letter-spacing: 4px;

  margin-bottom: 2rem;

  font-size: 2.4rem;

  color: #2C8DFF;

}

.signup-form .input-group {

  position: relative;

  width:100%;

}

.signup-form .input-group input,textarea,select {

  width: 100%;

  padding: 10px 0;

  font-size: 1.6rem;

  color:#999;

  letter-spacing: 1px;

  margin-bottom: 30px;

  border: none;

  border-bottom: 1px solid #4a4a4a;

  outline: none;

  background-color: transparent;

  resize: none;

}

.signup-form .input-group label{

    color: #fff;

    font-size: 1.6rem;

}

.submit-btn {

   display: block;

   margin-left: auto;

   border: none;

   outline: none;

   background: #2C8DFF;

   font-size: 1.4rem;

   text-transform: uppercase;

   letter-spacing: 1px;

   padding: 10px 20px;

   border-radius: 5px;

   color: #fff;

   cursor: pointer;

   margin-bottom: 1.2rem;

 }

  /* login-form */

.login-wrapper {

    padding:7rem ;

 

   display: flex;

   justify-content: center;

   align-items: center;

 }

 .form {
  background: #02112D;

     margin-top:40px;

   position: relative;

   width: 100%;

   max-width: 380px;

   padding: 80px 40px 40px;

   /* background: rgba(0,0,0,0.7); */

   border:2px solid #2C8DFF;

   border-radius: 10px;

   color: #fff;

   box-shadow: 0 15px 25px rgba(0,0,0,0.5);

 }

 

 

 .form h2 {

   text-align: center;

   letter-spacing: 4px;

   margin-bottom: 2rem;

   font-size: 2.4rem;

   color: #2C8DFF;

 }

 .form .input-group {

   position: relative;

 }

 .form .input-group input {

   width: 100%;

   padding: 10px 0;

   font-size: 1.6rem;

   color:#999;

  letter-spacing: 1px;

  margin-bottom: 30px;

  border: none;

  border-bottom: 1px solid #4a4a4a;

   outline: none;

   background-color: transparent;

 }

 .form .input-group label{

     color: #fff;

     font-size: 1.6rem;

 }

  /* advertise page */

.content-top{

 margin-top:80px;



  text-align: center;

  list-style-type: none;

 

}

.content-top h2{

  color: #272F38;

  padding: 1rem;

  

  font-size: 2.1rem;

}

.content-top li{

  padding:.5rem;

  color: #384350;

  font-size: 1.4rem;

}

.content-top ul{

  list-style-type: none;

}
/*dashboard*/
.dash-container{
  position: relative;
  width:  100%;
  display:flex;
  margin: 0rem auto;
 min-height: 100vh;

  
  
}
.dash{
    padding:1rem;
}
.dash-nav{
  position: absolute;
  top: 0;
  width :280px;
  height: 100%;
  background:#04132e;
  transition: 0.5s;
  overflow: hidden;
}
.dash-nav.active{
  width: 50px;

}

.dash-nav ul{
  position: absolute;
  top:0;
  left:0;
  width:100%
}
.dash-nav ul li{
  position: relative;
  width:100%;
  list-style: none;
}
.dash-nav ul li:hover{
  background:#010C21;;
  cursor:pointer;

}
/*.dash-nav ul li:nth-child(1){*/
/*  margin-bottom:20px ;*/
/*}*/

.dash-nav ul li:nth-child(1):hover{
  background: #010C21;
}
.dash-nav ul li a h2{
  font-size: 15px;
  
 
}
.dash-nav .link .dash-title h2{
    margin-top:0px;
    font-weight: 400;
    
 

}
.dash-nav .link .dash-title h2 i{
  padding-right: 1.2rem;
  font-size: 2rem;
}



.dash-nav ul li .link{
   
   padding:.5rem;
  position: relative;
  display: block;
  width: 100%;
  margin-left: 2rem;
  /*display: flex;*/
  text-decoration: none;
  color:#fff;
  font-size: 16px;
  border-bottom:1px solid rgba(0,0,0,0.2);
  

}
.dash-nav ul li a{
    color:#fff;
    text-decoration:none;
    text-align:left;
    font-size:1.6rem;
}
/*.dash-nav ul li a .icon{*/
/*  position: relative;*/
/*  display: block;*/
/*  min-width: 60px;*/
/*  height: 60px;*/
/*  line-height: 60px;*/
/*  text-align: center;*/

/*}*/
.dash-nav ul li a .icon .fab{
  color: #fff;
  font-size: 15px;
}
.dash-nav ul li  .dash-title{
  position: relative;
 
  display: block;
  padding: 1rem;
  /*height: 60px;*/
  line-height: 25px;
  white-space: nowrap;
}
.dash-nav ul li a .brand{
  text-transform: uppercase;
  font-size: 15px;
}
.main-container{
  position: relative;
  width: calc(100% - 280px);
 
  left:280px;
  /* min-height: 100vh; */
  /*background: #f5f5f5;*/
  transition: 0.5s;
}
.main-container.active{
  width: calc(100% - 50px);
  left:50px;
}


.main-container .topbar{
  width: 100%;
  background: rgb(0 0 0 / 28%);
  height: 60px;
  padding-left: 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.toggle h4{
  position: absolute;
    top: 18px;
    left: 49px;
    font-size: 2rem;
    color:#fff;
    margin:0;
}
table{
  color: #999;
 
}

.toggle{
  position: relative;
  width: 60px;
  height: 60px;
  
  cursor: pointer;
}
.toggle::before{
  content: '\f007';
  font-family: "Font Awesome 5 Free";
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 60px;
  font-size: 24px;
  text-align: center;
  color: #fff;
}


.cardBox{
  position: relative;
  width: 100%;
 
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap:20px;
  margin-top: 4rem;

}
.cardBox .dash-card{
  position: relative;
 background: rgb(0 0 0 / 28%);
  height: 160px;
  padding: 20px;
  /* display: flex;
  justify-content: space-between; */
  cursor: pointer;
  
}
.cardBox .dash-card h3{
  color: #fff;
  line-height: 1.4;
}
.cardBox .dash-card .top-card{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: .5rem;
}
.cardBox .dash-card .top-card .numbers{

  position: relative;
  font-size:1.4rem;
  font-weight: 500;
  padding: 0 1rem;
}
.cardBox .dash-card .top-card .numbers h3{
  color:#fff;
  /* line-height: 0.8; */
  font-size: 4rem;
}
.cardBox .dash-card .content{
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #666;
  line-height: 1.4;
}
.cardBox .dash-card .numbers span{
  /* font-size: 1rem; */
  color:#777;
}
.cardBox .dash-card .cardName{
  color:#fff;


}
.cardBox .dash-card  .iconBox{
  width: 10rem;
}
.cardBox .dash-card  .iconBox img{
  width: 100%;
}
.details{
  position: relative;
  width: 100%;
  padding: 20px;
  padding-top: 0;
      
  display: grid;
  grid-gap: 20px;
  
  grid-template-columns: repeat(2,1fr);
}
.card-image{
  position: relative;
  width: 100%;
  padding: 20px;
  padding-top: 0;
  
  display: grid;
  grid-gap: 20px;
  
  grid-template-columns: repeat(1fr);
}

.card-image .cardHeader{
  position: relative;
  display: grid;
  min-height: 150px;
  background:  rgb(0 0 0 / 28%);
  padding: 20px;

}
.card-image .cardHeader img{
  width: 100%;
}
.details .recent-details{
  position: relative;
  display: grid;
  min-height: 150px;
  background:  rgb(0 0 0 / 28%);
  padding: 20px;
}
.cardHeader .top-card{
  display: flex;
  align-items: center;
  padding-bottom: 2rem;
}
.cardHeader .top-card .iconBox{
  width:6rem;
}
.cardHeader .top-card .iconBox img{
  width: 100%;
}
.cardHeader .top-card .numbers{
  padding: 0 1rem;
  font-size: 2rem;
}
.cardHeader .top-card .numbers h3{
  color: #fff;
  /* line-height: 0.8; */
  margin:0;
}
.cardHeader .top-card .numbers span{
  color:#999;
  /* font-size: 1rem; */
}
.cardHeader h3{
  color: #fff;
  /* font-size: 1.6rem; */
  line-height: 1.4;
  margin:0;

}
.cardHeader .content{
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #999;
  line-height: 2;
  font-size:1.4rem;
}
.dash-btn{
  
  position: relative;
  padding: 5px 10px;
  background: #03a9f4;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
}
.details .right-nav{
  position: relative;
  display: grid;
  height: 100%;
  background: #fff;
  padding: 20px;
}
.details .right-nav ul{
  padding: 10px;
  list-style: none;
  border-bottom: 1px solid rgba(0,0,0,0.2);
}
.details .right-nav li{
  padding-bottom: 8px;
}
.details .right-nav  a{
  text-decoration: none;

  color:#03a9f4

}






@media (max-width: 1200px) {
  .header .contact-info {
    padding: 2rem 5%;
  }
  .header .main-navbar {
    padding: 2rem 5%;
  }
  section {
    padding: 3rem 5%;
  }
}

@media (max-width: 991px) {
  html {
    font-size: 55%;
  }
  .header .contact-info {
    padding: 2rem;
  }
  .header .main-navbar {
    padding: 2rem;
  }
  section {
    padding: 3rem 2rem;
  }
  .dash-nav{
    left:-300px;
}
.dash-nav.active{
    left:0;
}


.main-container{
    width:100%;
    left:0px;   

    
}
.cardBox{
  grid-template-columns: repeat(1,1fr);
}
  
}

@media (max-width: 768px) {
  .header .contact-info {
    display: none;
  }
  .header #menu-btn {
    display: inline-block;
  }
  .header #menu-btn.fa-times {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .header .main-navbar .links {
    position: absolute;
    top: 99%;
    left: 0;
    right: 0;
    background: #0a1c3e;
    border-top: 0.2rem solid #334;
    border-bottom: 0.2rem solid #334;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  .header .main-navbar .links.active {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .header .main-navbar .links a {
    display: block;
    margin: 2.5rem 2rem;
    font-size: 2.5rem;
  }
  .home{
    /* flex-direction: column; */
    margin-top: 0;
  }
  .home .content{
    flex:1;
    text-align: center;
  }
  .home .image{
    margin-top:0;
  }
  .about{
    flex-direction: column;
    
  }
  .about .image{
    margin-bottom: -8rem;;
  }
  .about-2 {
    gap: 3rem;
   
  }
  .video{
    height: 100%;
    padding-bottom: 11rem;
  }
  .about-2 .image {
    margin-top: 5rem;
  }
  .about-2 .content .title {
    font-size: 3rem;
  }
  img{
    width: 100%;
  }
  .flex-box{
    flex-direction: column;
  }
  .details {
    grid-template-columns: repeat(1,1fr);
}
.card-image .cardHeader{
  padding:0;
}
}

@media (max-width: 450px) {
  html {
    font-size: 50%;
  }
  .home .content h3 {
    font-size: 5rem;
  }
  .contact .row form .inputBox input {
    width: 100%;
  }
  .heading {
    font-size: 3rem;
  }
}
@media(max-width:480px){
  .cardBox{
    grid-template-columns: repeat(1,1fr);
}
   
  .dash-nav{
      width: 100%;
      left: -100%;
      z-index: 1;
  }
  .dash-nav.active{
      width: 100%;
      left:0;
  }

  .toggle.active{
      /* position: fixed; */
      z-index: 1;
      right: 0;
      left: 248px;
     

  }
  .toggle.active::before{
      color:#fff;
  }
  
  .dash-ban{
            left:0;
        }
        .dash-bottom{
            left:0;
            
        }
        .dash-container{
            width:100%;
        }
        
        
            .topbar h4{
                display:block;
            }
            .toggle.active h4{
                display:none;
                
            }
            
            
  
}

.deposit-form{
  padding: 4rem 4rem;
    border: 1px solid #4d4d4d;
    border-radius: 1rem;
    /* max-width: 800px; */
    /* margin: auto; */
}
.input-group-addon:first-child{
color: white;
    background: #dc9400;
    border: none;
}
table td,th{
  padding: 2rem !important;
  font-size: 1.6rem !important;
  border-top:none!important;
}
table th{
  font-size: 1.8rem !important;
  color: #fff;
}


.alert-info{
  margin: 0 auto;
  width: 50%;
  background: #040e13bd!important;
  color: #fff !important;
  font-size: 1.6rem;
  box-shadow: 0 0px 6px #2C8DFF !important;
  border: 10px solid #fcf8e3 !important;
}
label{
  color:#f5f5f5 !important;
  font-size: 1.6rem;
}
.form-control{
  background: #02112d!important;
  border:none !important;
  color:#999 !important;
}
.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #02112d !important;
  
}
