body {
    background-color: black;
    font-family: 'Prompt' !important;
}
.bg-ss{
    background-color: #1D1D1D;
}
.logo-img {
    max-height: 50px;
}
.e-font-icon-svg{
    height: 2rem;
    fill: white;
}
.social-icon{
    text-decoration: none;
    padding-left: 1rem;
}
.d-color{
    color: white;
}
.c-color{
    color: black;
}
.h-color{
    color:white;
}
.fw-bold{
    font-weight: 400 !important;
}
.fs-5{
    font-size: 1.15rem !important;
}
.nav-a{
    font-weight: 500;
}
.nav-a:hover{
    color: white;
}
.nav-menu{
    
}
.bg-tran{
    background: transparent;
}
.footer,.header-x {
    border-top:1px solid #64C4FF;
}
.bg-theme{
    background: rgb(114,178,217);
    background: linear-gradient(180deg, rgba(114,178,217,1) 0%, rgba(5,122,193,1) 60%);
}
.x-button{
    font-size: 16px;
    font-weight: 500;
    fill: #64C4FF;
    color: #64C4FF;
    background-color: transparent;
    background-image: linear-gradient(180deg, #252525 0%, #161616 100%);
    border-style: groove;
    border-width: 2px 2px 2px 2px;
    border-color: #64C4FF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 0px 10px 0px #000000 inset;
}