:root {
    --cabinet-grotestk-medium: "CabinetGroteskMedium", sans-serif;
}

@font-face {
    font-family: "CabinetGroteskMedium";
    src: url("../assets/fonts/CabinetGrotesk-Medium.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

.faq-h3 {
    padding-top: 6rem;
}

.faq-section .accordion {
    width: 100%;
}

.faq-section {
    background-color: #0f0d16 !important;
}

div#accordionExample {
    padding-top: 2rem;
    padding-bottom: 6rem;
}

.accordion-button:not(.collapsed) {
    /* background-color: #c5e5d8;*/
    background-color: #0f0d16 !important;
    color: #138acd !important;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: none !important;
    transform: none !important;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-button:before {
    content: "";
    position: absolute;
    /*   right: 0.75rem; */
    right: 0.75rem;
    top: 1.25rem;
    height: 2px;
    width: 1rem;
    background-color: white;
}

.accordion-button.collapsed:after {
    content: "";
    position: absolute;
    /*   right: 1.1875rem; */
    right: 1.1875rem;
    top: 0.8125rem;
    height: 1.0625rem;
    width: 0.125rem;
    border-style: none;
    background-color: white;
}

.faq-section .accordion-button h4 {
    /*   color: #7dbc9e; */
    /* color: #138ACD; */
    margin-right: 13px;
    font-family: var(--cabinet-grotestk-medium);
    /* 24px */
    font-size: 24px;
    /* white */
    color: white;
}

.accordion-button {
    color: #172839 !important;
}

.accordion-body {
    background-color: #0f0d16 !important;
}

.accordion-body p {
   font-family: var(--cabinet-grotestk-medium);
    /* 18px */
    font-size: 20px;
    /* white */
    color: white;
    font-family: "Space Grotesk", sans-serif;
}

button.accordion-button.collapsed {
    background-color: #0f0d16 !important;
    border: 0.1px solid #cb98ff57;
    /* border-radius: 1rem !important; */
    margin-top: 2rem;
}

/* button:focus:not(:focus-visible) {
      outline: 0;
  } */
.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    border-bottom: 0;
}
@media screen and (min-width: 768px) {
    /*   .faq-section .accordion {
      width: 50%;
      margin: 0 auto;
    } */

    .accordion-button:before {
        right: 0.75rem;
    }

    .accordion-button.collapsed:after {
        right: 1.1875rem;
    }

    .faq-section .accordion-button h5 {
        margin-right: 0px;
    }

}

@media all and (max-width:768px) {
    .faq-h3 {
        padding-top: 2rem !important;
    }

    div#accordionExample {
        padding-bottom: 2rem;
    }
}