/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 13 Jun 2022, 2:56:43 pm
    Author     : sum
*/

.nfc-message{
    color:white;
}


#about{
    background-repeat: no-repeat;
    background-image: url(../images/confetti.png);
    background-size: cover;
    background-position: center center;
    background-color: #222327;
    color: white;
    }
    
.join_btn{
        background-color:#D2B564;
        color:#2B2B2B;
        
    }
    
.join_btn:hover{
        background-color:#F7E788;
        
    }
    
#price{
        color:white;
    }
#price .currency{
        color:black;
    }
    
.price-item-yellow{
        background-color: #F7E788;
        border: 2px solid #F7E788;
}

.color-black{
    color:black
}
.color-success{
    color:#58A120;
}

.color-danger{
    color:#DB0000;
}
.color-white{
    color:white
}

.btn-join-elite{
    color:#F7E788;
    background-color:#2B2B2B;
}
.btn-join-elite:hover{
    color:#2B2B2B;
    background-color:#D2B564;
}

#download_section{
    color:white;
}

.bg-section-black{
     background-color: #161629;
}

.bg-section-black-light{
        background-color: #222327;
}

#contact-us-section{
   
    background-repeat: no-repeat;
    background-image: url(../images/footer-bg.png);
    background-size: cover;
    background-position: center center;
     background-color: rgb(22,22,25);
    background-color: linear-gradient(180deg, rgba(22,22,25,1) 0%, rgba(22,22,25,1) 35%, rgba(34,35,39,1) 100%);
}