@import "tabs.css";


.faq-section{
    background: #0b0b0b;
    display: grid;
    justify-content: center;
    grid-template-columns: auto;
    padding-top: 150px;
    padding-bottom: 100px;
}

.faq-section > div {
    margin: 0 auto;
    width: 90%;
    max-width: 1070px;
    display: grid;
    grid-template-columns: auto;
    gap: 40px;
    position: relative;
}

.faq-section > div .header h4 {text-align: left;letter-spacing: 2px;text-transform: uppercase;opacity: 1;font-size: 3.5rem;font-weight: lighter;color: #ffffff;}

.faq-section > div .text {
    display: grid;
    grid-template-columns: auto;
    gap: 30px;
}


.faq-section > div .faq-content {
    text-align: left;
    letter-spacing: 1.2px;
    color: #FFFFFF;
    opacity: 1;
    font-size: 2rem;
    line-height: 5rem;
    display: grid;
    grid-template-columns: auto;
}

.faq-content .faq-child {
    display: grid;
    gap: 20px;
    border-bottom: 2px solid #FFFFFF;
    margin-bottom: 30px;
}

.faq-child .faq-arrow-div {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 20px;
    width: fit-content;
    cursor: pointer;
    align-items: baseline;
    padding-bottom: 10px;
}



.faq-child .faq-arrow-div h2 {
    font-size: 2rem;
    font-weight: 700;
}

.faq-child .faq-text h6 {
    text-align: left;
    font-size: 2.4rem;
    font-weight: 400;
    font-family: Sofia Sans Condensed, "Tektur", sans-serif;
    letter-spacing: 1.8px;
    color: #b12efd;
    /* text-transform: uppercase; */
    opacity: 1;
}

.faq-child .faq-text ol {
    display: grid;
    grid-template-columns: auto;
    /* padding-top: 20px; */
    padding-bottom: 50px;
    gap: 20px;
}

.faq-child .faq-text li {
    list-style: inside;
    line-height: 3rem;
    /* color: #b12efd; */
}

.faq-child .faq-text li p {}

.faq-arrow-div.faq-open .faq-arrow {
    transform: rotate(270deg);
}

.faq-text {
    display: none;
    padding-bottom: 30px;
}

.faq-text p:last-child {
    padding-bottom: unset;
}

.faq-text p {
    text-align: left;
    letter-spacing: 1.2px;
    color: #FFFFFF;
    opacity: 1;
    font-size: 1.9rem;
    line-height: 3rem;
    font-weight: lighter;
    padding-bottom: 30px;
}

.faq-text p.extra-padding {
    padding-top: 30px;
}

.faq-text p strong {
}

.faq-arrow-div .faq-arrow {
    transform: rotate(90deg);
    font-size: 2.4rem;
    font-weight: 500;
    font-family: "Geologica";
    width: fit-content;
}

.faq-section > div .text p {
    text-align: left;
    letter-spacing: 1.2px;
    color: #FFFFFF;
    opacity: 1;
    font-size: 2rem;
    line-height: 5rem;
}

.part-slider.faq-section-slider {
    padding-top: unset;
    padding-bottom: unset;
}

.faq-section > div .header h3 {
    text-align: left;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 1;
    font-size: 3.5rem;
    font-weight: lighter;
    color: #ffffff;
}

.faq-section > div h3 span {
    color: #b12efd;
}

.faq-section > div div.icon {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto auto;
    height: fit-content;
    gap: 3px;
    width: 113px;
    padding: 5px;
    position: relative;
    /* top: -140px; */
    margin-bottom: -40px;
    left: -115px;
}

.faq-section > div .subheader h3 {
    text-align: left;
    font-size: 2.4rem;
    font-weight: 400;
    font-family: Sofia Sans Condensed, "Tektur", sans-serif;
    letter-spacing: 1.8px;
    color: #b12efd;
    text-transform: uppercase;
    opacity: 1;
}

.faq-section > div .icon > div {
    background: #b12efd;
}

.faq-section > div .icon .top {
    width: 75px;
    height: 75px;
    justify-self: start;
}

.faq-section > div .icon .bottom {
    width: 25px;
    height: 25px;
    justify-self: end;
}

@media screen and (max-width: 1200px) {

    .faq-section > div > div.icon{
        width: 81px;
        /* top: -75px; */
        left: -5px;
    }
    .faq-section > div > div.icon .top{
        width: 45px; 
        height: 45px;
    }
    .faq-section > div > div.icon .bottom{
        width: 18px;
        height: 18px;
        margin-right: 6px;
    }


}

@media screen and (max-width: 768px) {
    .faq-section > div .header h3{
        font-size: 3rem;
        line-height: 5rem;
    }
    .prod-page.faq-section .header h4 {
        font-size: 3rem;
        line-height: 5rem;
    }

}

@media screen and (max-width: 576px) {
    .faq-section > div .header h3{
        font-size: 2.5rem;
        line-height: 4rem;
    }
    .faq-section > div .header h4{
        font-size: 3rem;
        line-height: 5rem;
    }

}
