* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.background{
background-color: #11131c;
 
}
.logo {
  width: 70px;
}

#nav-bg{
 
  padding: 1% ;
  background-color: #1b1d2b;

}

#menu-item-1{
  color: whitesmoke;
}
#menu-item-2{
  color: whitesmoke;
}
#menu-item-3{
  color: whitesmoke;
}


/* First section */
#Banner {
  text-align: center;
  padding: 4% 10%;
 
  
  
  
}

.banner-image {
  width: 40%;
  border-radius: 15px;

  
}


.Heading {
  margin-bottom: 7px;
  color: white;
 
}

.sub-heading{
  color: white;
  font-size: 15px;

  line-height: 2;
}


.Wallet-connect {
  padding: 3% 15%;
  
  text-align: center;

}


.items-wrap{
  display: none;
}

.modal-btn-wrap{
  text-align: center;
  margin-bottom: 5%;

}

.connect-btn{
  border: none;
  padding: 9px 15px;
  background-color: #047ffe;
  color: white;
  border-radius: 15px;
  transition: all 150ms ease-in;
}

.connect-btn:hover{
  border: none;
  padding: 9px 15px;
  background-color: whitesmoke ;
  color: black;
  border-radius: 15px;
}


.gif-wrap{
  display: none;
}

.gif{
  width: 20%;
}


/* Wallet logo */
#images {
  padding: 5% 10%;
  text-align: center;

  
}

.wallet-image {
  width: 80%;
  /* padding-bottom: 4px; */
  /* border: 1px solid black;
    border-radius: 15px; */
  
    padding: 3%;
    border-radius: 20px;
}

.column {
  margin-bottom: 25px;
}
.column-1-title {
  text-decoration: none;
}



@media screen and (max-width: 1000px) {
  .column-1-title {
    text-align: center;
    font-size: 10px;
    text-decoration: none;
    display: block;
    

    border-radius: 25px;
    padding: 5px ;
    margin-top: 10px;
    
  }

  .column-1-title:hover{
    
  }


  .column {
    margin-bottom: 40px;
  }
  .f-mdd-12 {
    font-size: 12px;
  }
  .f-mdd-14 {
    font-size: 14px;
  }

  #Banner{
    margin-top: 8%;
  }
}

/* Footer  */


#footer {
  padding: 4%;
  background-color:  #2d375a;
  
}
#footer p{
  text-align: center;
  color: whitesmoke;
}

.ste-input {
  border: 2px solid #aaa !important;
  border-radius: 10px !important;
}

.ste-input:focus, .ste-btn:focus {
  box-shadow: 0 0 0 0.25rem rgba(165, 42, 42, 0.25) !important;
}

[x-cloak] { display: none !important; }