@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&family=Rajdhani:wght@400;700&display=swap");

body {
    background-color: #0C0B0C;
    margin: 0;
    padding: 0;
    font-family: "Rajdhani", sans-serif;
}

canvas {
    display: block;
    vertical-align: bottom;
}

#particles-js {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #0C0B0C;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}



.store-title {
    color: #FFFFFF;
    text-align: center;
    font-family: "Rajdhani", sans-serif;
    margin-bottom: 0px;
    position: relative;
    z-index: 999;
}

@media (min-width: 576px) {
    .store-title {
        font-size: 3rem;
    }
}

@media (min-width: 768px) {
    .store-title {
        font-size: 5rem;
    }
}

.img-ad {
    height: 150px;
    max-width: 100%;
}

.socials {

}

.socials {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.socials a {
    width: 100%;
    max-width: 288px;
    color: white !important;
    text-decoration: none;
    font-family: "Rajdhani", sans-serif;
    font-size: 30px;
    padding: 7px;
    border: 1px solid white;
    text-align: center;
    margin: 1%;
    transition: all 0.4s ease;
    font-weight: bold;
}

.socials a:hover {
    background-color: rgba(255, 255, 255, 0.33);
    color: white;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1500px;
    }
}

.faq {
    background: #0C0B0C !important;
    border: 1px solid #0C0B0C !important;
}


.accordion > .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion > .card:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion > .card {
    border: none !important;
}