body{
    background-color: #000e57;   ; 
     color: #fff; 
 }

 div{
    font-size: 12px;
}

 .col-xs-12{
    padding: 0 20px;
}
 .col-12{
    padding: 0 20px;
}


 h1{
    font-size: 30px;
    font-family: normalidad-wide, sans-serif;
    font-weight: 500;
    font-style: normal;
 }

 h2{
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    font-family: normalidad-wide, sans-serif;
 }

 h3{
    font-size: 19px;
    font-weight: 400;
    font-family: normalidad-text, sans-serif;
    line-height: 24px;
 }

 h4{
    font-size: 16px;
    font-weight: 400;
    font-family: normalidad-wide, sans-serif;
    line-height: 25px;
 }

 h5{
    font-size: 14px;
    font-weight: 400;
    font-family: normalidad-text, sans-serif;
    line-height: 24px;
 }

 h6{
     font-size: 12px;
 }

 
 @media(min-width:576px){
    .col-xs-12{
        padding: 0;
    }
    .col-12{
        padding: 0;
    }

    h2{
        font-size: 18px;
        line-height: 24px;
    }

    h3{
        font-size: 14px;
        line-height: 23px;
    }

    h4{
       font-size: 12px;
    }

    h5{
       font-size: 10px;
       line-height: 18px;
    }
}

@media(min-width: 768px){
    h1{
        font-size: 32px;
    }
}

@media(min-width: 992px){
    h1{
        font-size: 34px;
    }
}

.normalidad-wide{
    font-family: 'normalidad-wide', 'sans-serif';
}
 
 .congratulations-wrapper, .buy-pixels-wrapper{
     background-image: url('images/home_bg.png'); 
     background-size: cover;
     position: relative;
     overflow: hidden;
 }

 .your-planet-wrapper{
     background-image: url('images/background2.png'); 
     background-size: cover;
 }

 .navbar-custom{
        position: relative;
        display: none;
        border-bottom: 1px solid #242d61;
 }

 .navbar-connected{
     border: 0;
 }
    
  .navbar-container{
    position: relative;
    display: flex;
    margin: 0 auto;
    padding: 0 20px;
 }

 @media(min-width: 992px){
     .navbar-container{
        padding: 0;
        position: initial;
     }
 }

 .navbar-mobile{
     display: block;
 }

 @media(min-width: 768px){
     .navbar-custom{
         display: flex;
         flex-direction: column;
     }

     .navbar-mobile{
         display: none;
     }
 }

 .fa-caret-down{
     padding-left: 10px;
 }

.navbar-right{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 0;
}

.navbar-left{
    display: flex;
    align-items: center;
    padding-left: 0;
}

@media(min-width: 1200px){
    .navbar-right{
        padding-right: 25px;
    }
    
    .navbar-left{
        padding-left: 25px;
    }

}

.navbar-custom .pixel-numbers{
    display: none;
}

.numbers{
    display: flex;
}

.outer-pixel-numbers .pixel-numbers{
    display: flex;
}

.navbar-connected .outer-pixel-numbers{
    border-top:   1px solid #242d61;
}

.outer-pixel-numbers{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 20px;
}

.navbar-mobile .outer-pixel-numbers{
    margin: 0;
    padding: 0;
}


.navbar-username{
    border-right: 1px solid #242d61;
    padding-right: 10px;
    margin-right: 10px;
}

@media(min-width: 740px){

    .navbar-username{
        padding-right: 15px;
        margin-right: 15px;
    }
}

@media(min-width: 768px){
    .navbar-not-connected .outer-pixel-numbers{
        display: none;
    }

    .navbar-not-connected .pixel-numbers{
        display: flex;
        flex-direction: column;
    }
}
@media(min-width: 920px){
    .navbar-connected .outer-pixel-numbers{
        display: none;
        border: 0;
    }

    .navbar-connected{
        border-bottom: 1px solid #242d61;
       }

    .navbar-connected .pixel-numbers{
        display: flex;
        flex-direction: column;
    }
}


@media(min-width: 910px){
    .navbar-not-connected .pixel-numbers{
        flex-direction: row;
    }
}

@media(min-width: 1024px){
    .navbar-connected .pixel-numbers{
        flex-direction: row;
    }
}


 .pixel-holder{
     position: relative;
 }

 .top-pixel-icon-left{
     position: absolute;
     left:0;
     bottom: 0;
     width: 3%;
 }

 .top-pixel-icon-right{
     position: absolute;
     right:0;
     top: 0;
     width: 4%;
 }

 .navbar-logo{
     margin-right: 35px;
     width: 130px;
 }

 @media(min-width: 768px){
    .navbar-logo{
        margin-right: 25px;
    }
 }
 @media(min-width: 840px){
    .navbar-logo{
        margin-right: 35px;
    }
 }



 .navbar-left .button-type-1{
     width: auto;
 }
 
 .pixel-numbers h5{
     font-family: normalidad-wide, sans-serif;
     font-weight: 500;
     padding-right: 10px;
     margin-bottom: 0px;
 }

 .pixel-numbers h4{
    padding-right: 10px;
    margin-bottom: 0;
 }

 .button-type-1{
     background-color: #2a4dc3;
     /* box-shadow: 0 0 5px #3960e3; */
 }
 
 .button-type-2{
     background-color: transparent;
 }
 
 .button-smaller{
     height: 33px;
     padding: 5px 20px;
 }
 
 .button-style{
     font-size: 14px;
     font-family: normalidad-wide-medium, sans-serif;
     letter-spacing: 1px;
     display: flex;
     justify-content: center;
     align-items: center;
     color: #fff;
     border: 2px solid #3960e3;
     border-radius: 50px; 
     text-align: center;
     padding: 15px 60px;
 }


 @media(min-width: 576px){
     .button-style{
         font-size: 10px;
         padding: 15px 25px;
     }
 }

 @media(min-width: 1200px){
     .button-style{
         padding: 15px 45px;
     }
 }

 .buy-card .input-details{
     width: 100%;
     border-radius: 30px;
     border: 2px solid #fff;
     margin: 0;
 }

 .fee{
     display: flex;
     justify-content: space-between;
     border-top: 1px solid #626a97;
     padding-top: 10px;
 }

 input{
     outline: none;
 }

 
 .gray-color{
     color: #626a97;
 }
 
 .light-gray-color{
     color:#7a83af;
 }

 
 a, a:hover, a:active, a:focus{
     text-decoration: none;
     color: #fff;
 }


 .footer-wrapper{
     margin: 0 auto;
     padding: 0 20px;
 }

 @media(min-width: 1200px){
     .footer-wrapper{
         padding: 0 25px;
     }

 }

 .connect-wallet-btn{
    font-family: normalidad-wide, sans-serif;
    margin-left: 15px;
 }
 
 .menu-item{
    font-family: normalidad-wide, sans-serif;
    font-weight: 400;
    font-size: 10px;
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 0px 15px;
     position: relative;
     height: 88px;
     text-align: center;
     cursor: pointer;
 }

 @media(min-width: 920px){
     .navbar-custom.navbar-not-connected .menu-item{
         padding: 0 20px;
     }

     .connect-wallet-btn{
         margin-left: 20px;
     }
 }

 @media(min-width: 1025px){
     .navbar-custom.navbar-connected .menu-item{
         padding: 0 20px;
     }
 }
 
 .nav-active a{
     color: #5a80d7;
 }
 
 .nav-active{
     box-shadow: inset 0 -4px 0px -1px #304cc4;
 }
 
 .nav-active a:hover{
     color: #5a80d7 !important;
 }
 
 .menu-item:hover, .menu-item:focus, .menu-item:active{
 box-shadow: inset 0 -4px 0px -2px #304cc4;
 }
 
 .menu-item a:focus, .menu-item a:active{
     color: #5a80d7;
 }
 
 .menu-item a:hover{
     color: #fff;
 }

 #universe-wrapper{
    margin: 20px 0 0 0;
     height: 500px;
     background-color: #2a4dc3;
     border: 1px solid #242d61;
     overflow: scroll; 
     cursor: grab; 
     position: relative;
 }

 #universe{
     opacity: 0.2;
     width: 1900px;
     height: 900px;
 }

 #universe-explore-mobile{
     position: absolute;
     top: 50%;
     left: 30%;
     width: 40%;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
 }

 #universe-explore-mobile h5{
     text-align: center;
     line-height: 18px;
     margin-top: 15px;
 }

 @media(min-width: 425px){
     #universe-explore-mobile{
         width: 30%;
         left: 35%;
     }
 }

 .giveaway-pixels{
    height: 620px;
    position: absolute;
    left: 1386px;
 }

 .universe-placeholder{
     width: 20%;
 }

 .smooth-transition{
     transition: all 0.2s;
}

 @media(min-width: 576px){
     #universe-explore-mobile{
         display: none;
     }

     #universe-wrapper{
        background-color: #2a4dc31c;
        overflow: hidden;
         height: 400px;
         margin: 10px 10px 0 10px;
     }

     #universe{
         opacity: 1;
     }

     #universe-overlay{
         display: none;
     }
 }

 @media(min-width: 992px){
     #universe-wrapper{
         height: 640px;
     }
 }
 
 .footer-custom{
     background-color: #000939;
     position: relative;
 }
 
 .footer-top{
     display: flex;
     justify-content: space-between;
     padding: 50px 0px;
     flex-direction: column;
 }

 .visit-us-wrapper{
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
 }

 .social-media-icon{
     width: 50px;
     margin-right: 15px;
 }

 @media(min-width: 576px){
    .social-media-icon{
        width: 40px;
    }   
 }
 
 .footer-bottom{
     display: flex;
     border-top: 1px solid #242d61;
     padding: 40px 0;
     flex-direction: column;
 }

 .footer-menu-item{

     transition: 0.2s ease-in-out;
    }
    
.footer-menu-item h5{
     font-family: normalidad-wide, sans-serif;

 }


 .footer-menu-item:hover, .footer-menu-item:focus, .footer-menu-item:active{
    color:#5a80d7;
    transition: 0.2s ease-in-out;
}

.made-by{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
}

 .made-by h5{
     margin-bottom: 0;
 }

 .footer-heart-icon{
     width: 30px;
     margin-right: 15px;
 }

 .footer-left, .footer-right{
     display: flex;
     align-items: center;
 }

 .visit-us{
    flex: 0 0 auto;
    width: 65%;
    text-align: center;
    margin-bottom: 15px;
}


.footer-custom .pixel-numbers{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 30px 0 15px 0;
}

@media(min-width: 576px){
    .footer-custom .pixel-numbers{
        display: flex;
        margin: 0;
        flex-direction: column;
        align-items: baseline;
        justify-content: center;
        padding-left: 20px;
    }

}

@media(min-width: 675px){
    .footer-custom .pixel-numbers{
        align-items: center;
        justify-content: flex-end;
        flex-direction: row;
        padding: 0;
    }
}

.footer-menu{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.rights-reserved{
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.button-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
}

 @media(min-width: 576px){

    .made-by{
        justify-content: flex-end;
        margin:0;
    }

    .rights-reserved{
        justify-content: left;
        margin-bottom: 0px;
    }

     .footer-top, .footer-bottom{
         flex-direction: row;
     }

     .footer-menu{
        flex-direction: row;
    }

    .footer-menu-item{
        margin-bottom: 0;
        padding: 0 10px;
    }

    .footer-menu-item h5{
        margin: 0;
    }

     .visit-us-wrapper{
        align-items: baseline;
     }

     .visit-us{
         text-align: left;
         margin-bottom: 25px;
     }
     
     .button-wrapper{
        justify-content: flex-end;
     }
 }


 @media(min-width: 768px){
     .footer-menu-item{
         padding: 0 20px;
     }
 }
 
 .buy-pixels{
     margin: 0 auto;
     display: flex;
     flex-direction: column;
     align-items: center;
     position: relative;
     padding-top: 50px;
    }
    
.buy-pixels-title{
    text-align: center;
    margin: 0 10px;
}


.buy-pixels{
    padding-bottom: 80px;
}

.buy-pixels-rocks{
   display: none;
   position: absolute;
   bottom: 0;
   margin-bottom: -15px;
   width: 26%;
}

.buy-pixels-planet{
   position: absolute;
   width: 55%;
   right: -27%;
   top: 245px;
}

.buy-card{
   background-color:  #2a4dc31c;
   padding: 20px;
   border-radius: 10px;
   margin: 42px 0 50px 0;
}


.congratulations{
     margin: 0 auto;
     position: relative;
     padding: 40px 15px 270px 15px;
 }

 .card-details{
    margin: 40px 0 50px 0;
    flex-direction: column;
 }

 .planet-icon{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 5px; 
}

.planet-icon-small{
    width: 60px;
    height: 60px;
}

.planet-icon-big{
    width: 200px;
    height: 200px;
}

.card-details .planet-icon{
    margin: 0 auto 25px auto;
}

.buy-card .button-type-1{
    width: 100%;
    margin-top: 25px;
}

.buy-card-top{
    display: flex;
    flex-direction: column;
    padding-bottom: 25px;
    align-items: baseline;
}

.dimensions{
    display: flex;
    flex-direction: column;
}

.total-spending{
    display: flex;
    flex-direction: column;
    padding: 35px 0px;
}

.total{
    border: 1px solid #626a97;
    padding: 20px 25px 7px 25px;
}

.total-spending > .total {
    border-radius: 0;
}

.total-spending > .total ~ .total {
    border-radius: 0;
}

.max-ust-button{
    height: 26px;
    padding: 0 5px;
   display: flex;
   justify-content: center;
   align-items: center;
    background-color: transparent;
    border: 2px solid #5a80d7;
    border-radius: 50px;
    color: #5a80d7;
}


.max-ust-wrapper{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 8px;
}

.max-ust-button h5{
    margin: 0;
}

.ust-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 0 0;
}

.ust-balance{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0;
}

.ust-balance h5{
    line-height: 10px;
}

.volume-text, .size-text{
    margin-bottom: 12px;
}

.one-pixel{
    padding: 0;
}


@media(min-width: 347px){
    .buy-pixels-title{
        margin: 0 40px;
    }
}

@media(min-width: 364px){
    .buy-pixels-title{
        margin: 0 50px;
    }
}

@media(min-width: 426px){
    .buy-pixels-title{
        margin: 0 75px;
    }
}

@media(min-width: 477px){
    .buy-pixels-title{
        margin: 0 108px;
    }

    .buy-pixels-planet{
        width: 52%;
       top: 230px;
       right: -27%;
    }
}

@media(min-width: 540px){
    .buy-pixels-title{
        margin: 0 130px;
    }

    .buy-pixels-planet{
        width: 50%;
       right: -26%;
    }
}
 
 @media(min-width: 576px){

    .buy-pixels-rocks{
        display: block;
    }

    .total-spending{
        flex-direction: row;
        padding: 40px 0;
    }

    .total-spending > .total {
        border-radius: 5px 0 0 5px;
    }
    
    .total-spending > .total ~ .total {
        border-radius: 0 5px 5px 0;
    }

    .one-pixel{
        padding-bottom: 5px;
    }

    .ust-wrapper{
        justify-content: flex-end;
        padding-top: 0;
        align-items: baseline;
    }

    .ust-balance{
        justify-content: flex-end;
        flex-direction: row;
        margin-right: 20px;
    }

    .ust-balance h5{
        line-height: 24px;
    }

    .dimensions{
        flex-direction: row;
    }

    .buy-card-top{
        flex-direction: row;
    }

    .buy-pixels-planet{
        width: 35%;
       top: 220px;
       right: -14%;
    }

    .buy-card{
        padding: 40px;
    }

      .buy-pixels-title{
          margin: 0;
      }

     .card-details{
        flex-direction: row;
     }

     .congratulations {
         padding-bottom: 115px;
     }

     .planet-icon-big{
         width: 140px;
         height: 140px;
     }

     .card-details .planet-icon{
        margin: 0 20px 0 0;
    }
 }

 @media(min-width: 768px){
     .congratulations{
         padding-bottom: 160px;
     }

     .buy-pixels-planet{
        width: 24%;
       top: 243px;
       right: 1%;
    }

    .buy-card{
        padding: 50px;
    }
 }

 @media (min-width:920px){
    .buy-pixels-planet{
       top: 200px;
    }
 }

 @media (min-width:992px){
    .buy-pixels-planet{
        width: 20%;
       top: 200px;
       right: 11%;
    }
 }

 @media(min-width: 1024px){
    .congratulations{
        padding-bottom: 200px;
    }
}

 @media (min-width:1200px){
    .buy-pixels-planet{
        top: 190px;
        right: 16%;
    }
 }

 @media (min-width:1400px){
    .buy-pixels-planet{
        top: 160px;
    }
 }
 

 @media(min-width: 1210px){
     .max-ust-button{
         padding:  0 6px;
     }
 }
 
 .size-text{
     padding-top: 20px;
 }
 
 .center-margin{
     margin: 0 auto;
 }

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

 .planet-owner h4, .planet-owner h5{
     margin-bottom: 0;
 }
 
 .owner-icon{
     border: 2px solid #fff;
     background-repeat: no-repeat;
     width: 50px;
     height: 50px;
     background-size: contain;
     border-radius: 50%;
 }

 .owner-name{
     font-weight: 400;
 }

 #avatar-holder{
    position: relative;
    border: 2px solid #fff;
    background-repeat: no-repeat;
    width: 65px;
    height: 65px;
    background-size: cover;
    border-radius: 50%;
 }

 .edit-avatar-img{
    position: absolute;
    width: 60%;
    right: -13px;
    bottom: 20%;
 }

 @media(min-width: 576px){
     #avatar-holder{
         width: 45px;
         height: 45px;
     }
 }
 
 .dialog-box .button-style{
     box-shadow: none;
     border: none;
 }
 
 .dialog-box{
     display: flex;
     align-items: center;
     flex-direction: column;
     margin: 38px auto 40px auto;
     display: flex;
     justify-content: center;
     position: relative;
     background-color: #2a4dc31c;
     padding: 25px;
     border-radius: 5px;
     text-align: center;
 }

 .dialog-box-text{
    font-weight: 400;
    margin-bottom: 15px;
 }

 @media(max-width:576px){
     .dialog-box .button-style{
         padding: 15px 20px;
     }
 }

 .exploring-planet .dialog-box-text{
     margin-bottom: 20px;
 }
 
 .dialog-box::before {
     content: '';
     position: absolute;
     width: 0;
     height: 0;
     bottom: 100%;
     left: 50%;
     border: 0.5rem solid transparent;
     border-top: none;
     border-bottom-color: #2a4dc31c;
     filter: drop-shadow(0 -0.0625rem 0.0625rem rgba(0, 0, 0, .1));
 }
 
 .planet-owner{
     margin: 0 auto;
     display: flex;
     align-items: center;
     flex-direction: column;
 }

 .planet-owner div:not(:nth-last-child(1)){
     margin: 0 0 10px 0;
 }
 
 .buttons-wrapper .button-type-2{
     padding: 15px 25px;
 }

 .buttons-wrapper{
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.buttons-wrapper .button-type-2{
    margin-bottom: 30px;
}


 @media(min-width: 576px){
     .planet-owner{
         flex-direction: row;
     }

     .planet-owner div{
         margin: 0 15px 0 0 !important;
     }

     .buttons-wrapper{
         flex-direction: row;
     }

     .buttons-wrapper .button-type-2{
        margin-bottom: 0;
    }
 }
 
 @media(min-width: 992px){
     .buttons-wrapper .button-type-2{
         padding: 5px 40px;
     } 
 }
 

 .planet-cover, .planet-info{
     margin: 0 auto;
 }
 
 .planet-details{
     margin: 0 auto;
     padding-bottom: 50px;
 }

 .planet-other-info{
     margin: 0 auto;
 }

 .your-planet, .exploring-planet{
     padding: 50px 0 80px 0;
     margin: 0 auto;
 }
 
 .planet-title{
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction: column;
     text-align: center;
 }
 
 .planet-title div{
     display: flex;
     align-items: center;
 }
 
 .check-icon{
     margin-bottom: 8px;
     padding-right: 8px;
 }
 
 .card-details{
     background-color: #2a4dc31c;
     border-radius: 5px;
     margin: 38px 0 0 0;
     padding: 15px;
     display: flex;
     overflow: hidden;
 }
 
 .volume-wrapper{
     border-bottom: 2px solid #242d61;
 }

 .volume-wrapper, .size-wrapper{
     height: 50%;
     display: flex;
     flex-direction: column;
     justify-content: center;
 }
 
 
 .planet-cover{
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
 }
 
 .planet-cover h4{
     margin-bottom: 30px;
 }
 
 .planet-holder{
     width:50px; 
     height: 90px; 
     background-color: #304cc4; 
     box-shadow: 0 0 5px #3960e3;
     margin-bottom: 30px;
 }
 
 .planet-info h4{
     margin: 20px 0 0 0;
 }
 
 .exploring-planet .planet-cover .planet-icon{
     margin: 0 0 30px 0;
 }
 
 .buy-pixels h1, .congratulations h1{
     margin-bottom: 12px;
 }
 
 .customize-button{
     margin-top: 15px;
 }

 .save-changes{
     margin: 7px 0 10px auto;
     display: none;
 }
 
 .astronaut-and-rocks{
     display: none;
     width: auto;
     bottom: 0;
     position: absolute;
 }
 
 .astronaut-and-rocks-mobile{
     display: block;
     width: -webkit-fill-available;
     bottom: -25px;
     position: absolute;
    }
    
.customize{
    margin: 0 auto;
    padding: 40px 0 80px 0;
}

 @media(min-width:576px){
     .astronaut-and-rocks{
         display: block;
         height: auto;
         left: 0;
         width: -webkit-fill-available;
     }

     .astronaut-and-rocks-mobile{
         display: none;
     }

     .customize{
        padding: 50px 40px 80px 40px;
    }

    .customize .card-details{
        margin: 0;
    }
 }
 
 .customize-top{
     display: flex;
     align-items: center;
     flex-direction: column;
 }

 .customize-top h1{
     margin-right: 0;
     text-align: center;
 }

 .customize-bottom{
     display: flex;
     margin-top: 50px;
     flex-direction: column;
 }

 .details-form{
     border: 2px solid #2a4dc31c;
     margin: 10px 0 15px 0;
     padding: 25px 20px 10px 20px;
 }

 .text-details{
     margin-bottom: 10px;
 }

 .input-details{
     margin-bottom: 15px;
     background-color: transparent;
     border: 2px solid #33409745;
     font-size: 14px;
    font-weight: 400;
    font-family: normalidad-text, sans-serif;
    border-radius: 8px;
    padding: 15px;
    color: #fff;
 }

 @media(min-width: 576px){
     .input-details{
         font-size: 11px;
     }
 }

 .input-details:disabled{
    background-color:#2a4dc31c;
    border: none;
 }

 .input-details:hover{
     border-color: #7a83af;
 }

 .input-details:active, .input-details:focus{
    border-color:#2a4dc3;
 }
 

 .input-details::placeholder{
    color: #7a83af;
 }

 .owner-info{
     display: flex;
     flex-direction: column;
 }

 .owner-info h5{
     margin-bottom: 10px;
 }

 .owner-col-left{
     display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
 }

 .owner-col-right{
     flex: 0 0 auto;
     width: 100%;
     margin: 20px 0 0 0;
 }

 
 .specifications{
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
 }

@media(min-width: 576px){
    .specifications{
        width: 48%;
    }

    .owner-col-left{
        display: block;
        width: 26%;
    }

    .owner-col-right{
        width: 74%;
        margin: 0;
        margin: 0;
    }

    .owner-info h5{
        margin-bottom: 8px;
    }

    .owner-info{
        flex-direction: row;
    }
    
    .customize-top h1{
        margin-right: 30PX;
        text-align: left;
    }
}

@media(min-width: 640px){
    .specifications{
        width: 56%;
    }
}

@media(min-width: 700px){
    .specifications{
        width: 60%;
    }

    .owner-col-left{
        width: 22%;
    }

    .owner-col-right{
        width: 78%;
    }
}

@media(min-width: 768px){
    .specifications{
        width: 54%;
    }
}

@media(min-width: 810px){
    .owner-col-left{
        width: 20%;
    }

    .owner-col-right{
        width: 80%;
    }
}

@media(min-width: 900px){
    .specifications{
        width: 58%;
    }

    .owner-col-left{
        width: 17%;
    }

    .owner-col-right{
        width: 83%;
    }
}

@media(min-width: 992px){
    .specifications{
        width: 54%;
    }

    .customize .specifications{
        width: 64%;
    }

    .owner-col-left{
        width: 16%;
    }

    .owner-col-right{
        width: 84%;
    }
}

@media(min-width: 1024px){
    .specifications{
        width: 56%;
    }
}

@media(min-width: 1100px){
    .specifications{
        width: 59%;
    }

    .customize .specifications{
        width: 68%;
    }

    .owner-col-left{
        width: 14%;
    }

    .owner-col-right{
        width: 86%;
    }
}

@media(min-width: 1200px){
    .specifications{
        width: 52%;
    }

    .customize .specifications{
        width: 62%;
    }

    .owner-col-left{
        width: 16%;
    }

    .owner-col-right{
        width: 84%;
    }
}

@media(min-width: 1300px){
    .specifications{
        width: 56%;
    }

    .customize .specifications{
        width: 66%;
    }
}

@media(min-width: 1350px){
    .specifications{
        width: 58%;
    }

    .owner-col-left{
        width: 15%;
    }

    .owner-col-right{
        width: 85%;
    }
}

@media(min-width: 1400px){
    .specifications{
        width: 60%;
    }

    .customize .specifications{
        width: 69%;
    }

    .owner-col-left{
        width: 14%;
    }

    .owner-col-right{
        width: 86%;
    }
}

@media(min-width: 1440px){
   .specifications{
       width: 61%;
   }
}


 .owner-info .input-details{
     margin-top: 0px;
 }

 .arrows{
    display: flex;
    justify-content: center;
    padding: 10px 0;
    cursor: pointer;
}

 .arrows-icon{
     height: 40px;
 }

 @media(min-width: 576px){

   

    .customize-top, .customize-bottom{
        flex-direction: row;
    }


     .arrows{
        flex: 0 0 auto;
        width: 10%;
        padding: 30px 0 0 0;
     }

     .dimension-holder{
         flex: 0 0 auto;
         width: 45%;
     }

     .arrows-icon{
        height: 30px;
    }
 }

 .planet-simulation h2{
    font-weight: 400;
    margin-bottom: 10px;
 }

 .planet-simulation{
     display: flex;
     flex-direction: column;
     align-items: center;
     text-align: center;
 }

 #simulation, .simulation-placeholder{
    background-color: #2a4dc3;
    width: 45px;
    height: 75px;
    border: 2px solid #fff;
    margin-top: 18px;
 }

 .customize .planet-simulation .button-style{
     margin-top: 30px;
 }


 .edit-icon{
    background-image: url('images/edit_icon.svg');
    width: 40px;
    height: 40px;
    background-position: center;
    border-radius: 50%;
    border: none;
    background-size: cover;
    display: block;
 }
 .close-icon{
    background-image: url('images/close_edit.svg');
    width: 32px;
    height: 32px;
    background-position: center;
    border-radius: 50%;
    border: none;
    background-size: cover;
    display: none;
 }

 .details{
     align-items: center;
     display: flex;
     justify-content: space-between;
     margin-top: 50px;
 }

 .customize-bottom h2{
     margin-bottom: 0;
 }

 .cover h2{
     margin-top: 3px;
 }

 .cover-card{
     margin: 17px 0 0 0;
     background-color:  #2a4dc31c;
     padding: 20px 20px 12px 20px;
     display: flex;
     flex-direction: column;
 }
 
 @media(min-width: 576px){
    .edit-icon{
        width: 31px;
        height: 31px;
    }

     .cover-card{
         margin: 17px 55px 0 0;
         padding: 15px 15px 7px 15px;
     }

     .details{
         margin-top: 0px;
     }

   
 }

 @media(min-width: 992px){
     .cover-card{
         padding: 25px 25px 17px 25px;
     }
 }
 
 #cover-photo{
     background-image: url('images/cover_photo.svg');
     background-size: cover;
     width: 100%;
     height: 0;
     padding-bottom: 100%;
 }

 input[type="file"] { display: none; }

 .upload-cover-label{
     border: none;
     box-shadow: none;
     margin: 25px 0;
 }

 .customize-bottom label{
     cursor: pointer;
 }

 @supports (-webkit-appearance: none) or (-moz-appearance: none) {
    input[type=checkbox],
  input[type=radio] {
      --active: #275efe;
      --active-inner: #fff;
      --focus: 2px rgba(39, 94, 254, 0.3);
  
      --background: #fff;
      --disabled: #f6f8ff;
      --disabled-inner: #e1e6f9;
      -webkit-appearance: none;
      -moz-appearance: none;
      height: 21px;
      outline: none;
      display: inline-block;
      vertical-align: top;
      position: relative;
      margin: 0;
      cursor: pointer;
      border: 2px solid #242d61;
      background: transparent;
      transition: background 0.3s;
    }
    input[type=checkbox]:after{
      content: "";
      display: block;
      left: 0;
      top: 0;
      position: absolute;
      transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    }
    input[type=checkbox]:checked{
      --b: var(--active);
      --bc: var(--active);
      --d-o: 0.3s;
      --d-t: 0.6s;
      --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
      border: 2px solid #2a4dc3;
    }
    input[type=checkbox]:disabled,
  input[type=radio]:disabled {
      --b: var(--disabled);
      cursor: not-allowed;
      opacity: 0.9;
    }
    input[type=checkbox]:disabled:checked,
  input[type=radio]:disabled:checked {
      --b: var(--disabled-inner);
      --bc: var(--border);
    }
    input[type=checkbox]:disabled + label,
  input[type=radio]:disabled + label {
      cursor: not-allowed;
    }
    input[type=checkbox]:hover:not(:checked):not(:disabled),
  input[type=radio]:hover:not(:checked):not(:disabled) {
      --bc: var(--border-hover);
    }

    input[type=checkbox] + label,
  input[type=radio] + label {
      font-size: 14px;
      line-height: 21px;
      display: inline-block;
      vertical-align: top;
      cursor: pointer;
      margin-left: 4px;
    }
  
    input[type=checkbox].switch {
      width: 65px;
      height: 38px;
      border-radius: 30px;
    }

    input[type=checkbox].switch:after {
      left: 4px;
      top: 5px;
      border-radius: 50%;
      width: 23px;
      height: 23px;
      background: #fff;
      transform: translateX(var(--x, 0));
      transition: all 0.3s;
    }
    input[type=checkbox].switch:checked:after {
      background: #275efe;
      transition: all 0.3s;
      left: 16px;
    }
    input[type=checkbox].switch:checked {
      --ab: var(--active-inner);
      --x: 17px;
    }
 
}
@media(min-width: 576px){
  input[type=checkbox].switch {
      width: 50px;
      height: 28px;
    }
    
    input[type=checkbox].switch:checked:after {
        left: 7px;
      }
    input[type=checkbox].switch:after {
      left: 4px;
      top: 4px;
      width: 15px;
      height: 15px;
    }

}


  .advertise{
      display: none;
  }

  .advertise-mobile{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 60%;
      margin:0 auto;
  }

  .advertise-mobile h5, .advertise-mobile h2{
      text-align: center;
  }

  .advertise-wrapper{
    position: relative;
    margin: 0 20px 50px 20px;
    padding: 40px 0 30px 0;
    border-bottom: 1px solid #242d61;
}

.advertise-toggler{
    margin: 5px 0 15px 0;
}



  @media(min-width: 576px){
  

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

    .advertise-mobile{
        display: none;
    }

    .advertise-wrapper{
        margin: 0 0 50px 0;
    }

    .advertise-toggler{
        margin: 0 20px 0 0;
    }
  }

  .advertise-caption h2{
      margin-bottom: 5px;
  }

  #advert{
      padding-top:15px;
  }

  .advert-top{
      display: flex;
      flex-direction: column;
      margin-bottom: 15px;
  }

  #advert .input-details{
      padding: 12px 15px;
  }

  .advert-left{
      padding-right: 0;
  }

  .advert-right{
      padding-left: 0;
  }

  #advert{
    position: absolute;
    visibility: hidden;
    opacity: 0;
            
            transform: translateY(-20%);
    -webkit-transform: translateY(-20%);
  }
  #advert.appear{
    position: relative;
    visibility: visible;
    opacity: 1;
    transition: 0.4s;
    -webkit-transition: 0.4s;
            transform: translateX(0);
    -webkit-transform: translateX(0);
  }

  .section-info{
    position: relative;
    margin-bottom: 50px;
    margin-top: 80px;
  }

  .info-wrapper{
      margin: 0 auto;
      padding: 0;
  }

  .info-top{
      display: flex;
      flex-direction: column;
  }

  .info-title{
      padding-bottom: 20px;
      padding-right: 0;
      text-align: center;
  }

  .info-title h1{
      margin-bottom: 23px;
  }

  .info-top h3{
      margin-bottom: 16px;
  }

  .info-cards{
      margin-top: 20px;
      display: flex;
      flex-direction: column;
  }

  .astronaut-main{
    position: absolute;
    bottom: 0;
    display: none;
}


.info-card{
    padding: 25px;
    border: 2px solid #0b1a6e;
}

.main-red-planet{
    position: absolute;
    top: -55px;
    right: 5px;
    width: 40%;
}

.main-info-planet{
  position: absolute;
  top: -35px;
  right: -80px;
  width: 20%;
}


@media(min-width: 576px){

    .info-wrapper{
        padding: 0px 45px 110px 45px;
    }

    .main-red-planet{
        top: -60px;
        width: 20%;
    }
      
    .astronaut-main{
        display: block;
        width: 32%;
    }

    .info-title{
        padding-right: 40px;
        text-align: left;
        padding-bottom: 0;
    }

      .info-cards{
          margin-top: 60px;
          flex-direction: row;
      }

      .info-top{
          flex-direction: row;
      }
  }

  @media(min-width: 640px){
      .astronaut-main{
          width: 26%;
      }
  }

  @media(min-width: 768px){

    
    .main-red-planet{
        top: 0;
        width: 18%;
    }

    .info-card{
        padding: 40px;
    }

    .astronaut-main{
        width: 24%;
    }

    .advert-top{
        flex-direction: row;
    }

    .advert-left{
        padding-right: 10px;
    }
  
    .advert-right{
        padding-left: 10px;
    }
  }

  @media(min-width: 992px){    
    .main-red-planet{
        top: 0;
        width: 13%;
    }
  }

  @media(min-width: 1024px){
    .astronaut-main{
        width: 22%;
    }
  }

  @media(min-width: 1200px){
    .astronaut-main{
        width: 24%;
    }
  }

  .card1{
    margin-bottom: 0;
}

.card2{
    margin: 0;
}

.card3{
    margin-top:0;
}

.card2 > h5:first-of-type {
    margin-bottom: 0;
}

  .info-card-top{
      display: flex;
      align-items: center;
      justify-content: space-between;
  }

  .info-card-title{
      margin-bottom: 15px;
      margin-top: 25px;
  }

  .icon1, .icon3{
      width: 18%;
  }

  .icon2{
      width: 13%;
  }

  @media(min-width: 576px){

    .card2 > h5:first-of-type {
        margin-bottom: 15px;
    }

    .icon1, .icon3{
        width: 21%;
    }
  
    .icon2{
        width: 15%;
    }

    .card1{
        margin-bottom: 80px;
    }
    
    .card2{
        margin: 40px -1px;
    }
    
    .card3{
        margin-top: 80px;
    }
  }
  
  .card-number{
      color: #0b1a6e;
      margin: 0;
      font-size: 26px;
  }

  .coming-soon-btn{
      font-size: 12px;
      padding: 3px 12px;
      height: auto;
      margin: 20px auto 0 auto;
      cursor: default !important;
  }


  .unique-nft h5{
      padding: 0 52px;
  }

  .unique-nft, .team-wrapper, .home-title, .faq{
    margin: 0 auto;
    text-align: center;
  }

  .faq{
      padding-top: 40px;
      padding-bottom: 80px;
  }

  .faq .home-title{
      margin-bottom: 40px;
  }

  .section-team{
      position: relative;
      padding-top: 90px;
      padding-bottom: 30px;
  }

  .team-ray-overlay{
      position: absolute;
      top:0;
      right: 0;
      width: -webkit-fill-available;
      display: none;
  }

  .team-pixels-overlay{
      position: absolute;
      bottom:0;
      right: 50px;
      width: -webkit-fill-available;
  }

  .section-team .home-title{
      padding-bottom: 35px;
  }

  .team-card{
      margin: 0 auto;
      padding: 0 20px;
  }

  .team-card:not(:first-of-type){
      padding-top: 40px;
  }

  .team-cards{
      display: flex;
      flex-direction: column;
      padding: 0;
  }

  .team-about{
    text-align: left;
    margin-top: 18px;
  }

  .team-icon{
      width: 38%;
      margin-bottom: 25px;
  }

  .section-unique-nft{
      background-image: url('images/unique_nft_mobile.png');
      background-size: cover;
      padding: 215px 0;
  }


  @media(min-width: 576px){

    .team-card:not(:first-of-type){
        padding-top: 0;
    }

    .team-ray-overlay{
        display: block;
    }

    .team-card{
        margin: 0 auto;
    }

    .team-cards{
        flex-direction: row;
        padding: 0 25px;
    }
    .section-unique-nft{
        background-image: url('images/unique_nft_planets.png');
    }
  }

  @media(min-width: 768px){
      .team-cards{
          padding: 0;
      }

      .team-card{
        padding: 0 40px;
      }
  }


  .home-title h4{
      margin-bottom: 15px;
  }

  .section-roadmap{
      padding: 60px 0 60px 0;
  }

  .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='white' fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    transform: scale(.9);
  }
  .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='white' fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    transform: scale(.9);  
}

@media(min-width: 576px){

    .section-roadmap{
        padding: 100px 0 60px 0;
    }

    .coming-soon-btn{
        font-size: 9px;
        margin: 20px 0 0 0 ;
    }

    .card-number{
        font-size: 20px;
    }
    
      .accordion-button::after {
      transform: scale(.7);
      }
      .accordion-button:not(.collapsed)::after {
      transform: scale(.7);  
    }

}

  .roadmap{
      padding: 40px 15px 0 15px;
      margin: 0 auto;
  }

  .accordion-item{
      border: 2px solid #343c74 !important;
      border-radius: 0 !important;
      margin-bottom: 10px;
      background-color: #000e57;
  
    }

  .accordion-button:active, .accordion-button:focus{
      border: none;
      box-shadow: none;
      
    }
    
 .accordion-button, .accordion-button:not(.collapsed) {
    border-radius: 0 !important;
    color: #fff;
    background-color: #000e57;
    padding: 20px;
    display: flex;
    align-items: baseline;
  }

  @media(min-width: 576px){
    .accordion-button, .accordion-button:not(.collapsed) {
        align-items: center;
      }
  }

  .card-body{
      background-color: #000e57;
      margin: 0 20px;
      padding: 20px 0 10px 0;
      border-top: 2px solid #132064;
      text-align: left;
  }

  .accordion-button h2, .accordion-button h4{
      margin-bottom: 0px;
  }

  .accordion-button h4{
      margin-right: 20px;
  }

  .change-border{
      border-color: #2a4dc3 !important;
  }

  .change-color{
      color: #2a4dc3 !important;
  }

  .accordion-number{
      font-size: 18px;
      margin-right:15px;
      color: #7a83af;
  }

  .first-accordion-number{
      margin-right: 20px;
  }

  .announcement-wrapper{
      background-color:  #ffffff1a;
      padding: 30px 50px;
      margin: 0 20px;
  }

  .announcement{
      margin: 0 0 0 auto;
      text-align: center;
  }

  .home-bottom{
      padding-top: 30px;
      padding-bottom: 200px;
      position: relative;
  }

  .home-bottom-rocks{
      display: none;
      position: absolute;
      bottom: 0;
      width: -webkit-fill-available;
    }
    
    .home-bottom-planet{
        display: none;
        top: 100px;
        right: 0;
        width: 20%;
        position: absolute;
    }


  .home-bottom-mobile{
    margin-bottom: -20px;
    position: absolute;
    bottom: 0;
    width: -webkit-fill-available;
    display: block;
  }


  @media(min-width: 576px){

      .home-bottom{
          padding-top: 100px;
          padding-bottom: 110px;
      }

      .home-bottom-planet{
          display: block;
          top: 200px;
          width: 28%;
      }

      .home-bottom-rocks{
          display: block;
      }

      .home-bottom-mobile{
          display: none;
      }

      .announcement-wrapper{
        margin: 0 auto;
        padding: 35px 0 35px 35px;
        background-color: #2a4dc31c;
    }
      .announcement{
          text-align: left;
      }
  }

  @media(min-width: 768px){
    .home-bottom-planet{
        top: 200px;
        width: 20%;
    }

  }

  @media(min-width: 992px){
    .announcement-wrapper{
        margin: 0 0 0 19%;
        padding: 35px 0 5px 35px;
    }
    .home-bottom{
        padding-top: 160px;
    }
  }

  @media(min-width: 1200px){
    .home-bottom-planet{
        top: 180px;
    }
    .announcement-wrapper{
        padding: 35px 0 35px 35px;
    }
  }

  @media(min-width: 1300px){
    .home-bottom-planet{
        top: 100px;
    }
  }


  .home-bg{
      background-image: url('images/home_bg.png');
      background-size: contain;
      background-repeat: no-repeat;
  }

  .offcanvas-end{
      width: 90%;
      background-color: #000e57;
  }

  .modal-header{
      justify-content: space-between;
      border:none;
      padding: 35px;
  }

  .modal-header-left{
      display: flex;
      align-items: center;
      justify-content: first baseline;
  }

  .modal-header-left .wallet-button{
      padding: 4px 9px 5px 5px;
      background-color: #2a4dc3;
      margin-right: 15px;
  }

  .modal-header-left .navbar-wallet-img{
      width: 125%;
  }

  .close-modal{
      border: none;
      background-color: transparent;
  }

  .modal-backdrop{
      z-index: 0;
  }

  .offcanvas-body{
      padding: 10px 35px 35px 35px;
  }

  .offcanvas-links-top h2{
      margin-bottom: 30px;
  }

  .offcanvas-links-top{
      padding: 35px 0 30px 0;
  }

  .offcanvas-links-bottom{
      padding: 30px 0 10px 0;
      border-top: 2px solid #343c74;
      border-bottom: 2px solid #343c74;
  }

  .offcanvas-links-bottom h4{
      margin-bottom: 20px;
  }

  .offcanvas-link-customize h2{
      margin-bottom: 0;
  }

  .offcanvas-icons{
      padding-top: 35px;
  }

  #offcanvasUnconnected .offcanvas-icons{
      border-top: 2px solid #343c74;
  }

  #offcanvasUnconnected .offcanvas-links-top{
      padding: 35px 0 0 0;
  }

  .logo-mobile{
      width: 80%;
  }

  .navbar-mobile button, .modal button, .offcanvas button{
      background-color: transparent;
      border:none;
  }

 .navbar-mobile-top{
    padding: 15px;
     display: flex;
     align-items: center;
     justify-content: space-between;
 }

 .modal{
    background-color: transparent;
 }

 .navbar-wallet-img{
     width:165%;
     
}
    
 .wallet-button{
        border-radius: 50%;
        border: 3px solid #2a4dc3 !important;
        padding: 7px 17px 7px 8px;
        margin-right: 10px;
    }

.wallet-connected .wallet-button{
    background-color: #2a4dc3;
}

.wallet-connected .navbar-mobile-top{
    border:2px solid #242d61;
}
    
    .copy-button{
        border-radius: 50%;
        border: 3px solid #2a4dc3 !important;
        padding: 3px 7px 5px 7px;
        position: absolute;
        top:0;
        right: 0;
 }


 .navbar-mobile .pixel-numbers{
     justify-content: center;
     margin-top:20px;
 }

 .modal-content{
     background-color: #000e57;
     border-radius: 20px;
 }


 .offcanvas-end .modal-header{
     justify-content: flex-end;
 }

 .modal-header-title{
    margin:0;
 }

 .modal-body{
     padding: 0 0px 35px 35px;
     margin-right: 35px;
 }

 #connectWalletModal .button-style{
     flex-direction: column;
     padding-top: 20px;
     padding-bottom: 20px;
 }

 .terra-station-img{
     margin-bottom: 10px;
 }

 #myWalletModal .modal-dialog{
     margin: 0;
     min-height: calc(100%);
 }

 #myWalletModal .modal-content{
     border-bottom-right-radius: 0;
     border-bottom-left-radius: 0;
 }
 
 #wallet-address{
     overflow: scroll;
 }

 .wallet-address-wrapper{
     position: relative;
     margin-bottom: 45px;
 }

 .modal-disconnect{
     background-color: #040c34; 
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 20px 0;
 }

 .modal-disconnect h5{
     font-size: 14px;
     font-family: 'normalidad-wide', 'sans-serif';
     letter-spacing: 1px;
     margin-bottom: 0;
     margin-right: 30px;
 }

 .wallet-balance{
     display: flex;
     align-items: baseline;
 }

 .wallet-balance h2{
     margin-right: 10px;
 }

 .disconnect-img{
     width: 5%;
 }


  

  
  
 
 
 
 
 
 
 
 