@import "sections/hero.css";
@import "sections/accordion-image.css";
@import "sections/zigzag.css";
@import "sections/prefooter.css";
@import "sections/faqs.css";
@import "sections/reviewers.css";

.h1, h1 {
    font-size: 3.5rem;
}

.what-are-newsgroups-page a:not(.cta-btn) {
    text-decoration: underline;
}

.what-are-newsgroups-page a:not(.cta-btn):hover {
    text-decoration: none;
}

@media screen and (max-width: 1399px) {
    h1, .h1 {
        font-size: 3rem;
    }
}

@media screen and (max-width: 1199px) {
    h1, .h1 {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 575px) {
    h1, .h1 {
        font-size: 2.5rem;
        line-height: 120%;
    }

    h2, .h2 {
        font-size: 2.5rem;
        line-height: 120%;
    }
    .cta-btn {
        font-size: 1.25rem;
        border-radius: 1.25rem;
    }
}

/* Hero Section*/
.hero {
    border-radius: 2.5rem 2.5rem 0 0;
    background-image: url("/images/redesign/what-are-newsgroups/hero-bg.jpg");
    margin-bottom: 0;
}

.hero h1 {
    font-size: 3rem;
}

.hero h5 {
    font-size: 1.5rem;
    line-height: 140%;
}

.hero .hero-foreground {
    left: 50%;
    top: 55%;
    transform: translateY(-50%);
    object-fit: contain;
    object-position: center;
    height: 90%;
}

@media screen and (max-width: 1399px) {
    .hero h1 {
        padding: 0;
    }
}

@media screen and (max-width: 1199px) {
    .hero h1 {
        padding-right: 4rem;
        font-size: 2.5rem;
    }

    .hero .hero-foreground {
        left: 55%;
    }

    .hero h5 {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 991px) {
    .hero {
        border-radius: 2.5rem;
        margin-bottom: -2.75rem;
    }

    .hero .hero-foreground {
        transform: translate(0);
        padding: 0 1rem 0 2rem;
    }

    .hero h1, .hero h5 {
        line-height: 120%;
        padding: 0;
    }

    .hero-devices {
        display: flex;
        justify-content: center
    }
}

/* Hero Section*/
/* Reviewers Section*/
@media screen and (max-width: 991px) {
    .reviewers {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding: 4rem 0 1.5rem 0;
    }
    .reviewers--list svg {
        max-width: 15rem;
        max-height: 6rem;
        margin: .75rem;
    }
    .reviewers h3 {
        width: 100%;
        text-align: center;
        justify-content: center;
        margin: 0;
    }
}
/* Reviewers Section*/



/* BUG Content*/
.zigzag-bg-lighter .zigzag {
    border-radius: 2.5rem;
    background: #FAFAFA;
}
.zigzag h2 {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    width: 100%;
}
.zigzag .subtitle {
    margin-bottom: 0;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 140%;
    text-align: center;
}
.zigzag--item:nth-child(odd) .zigzag--item_img {
    order: 1;
    padding-right: 2.5rem;
    padding-left: 0;
}
.zigzag--item:nth-child(odd) .zigzag--item_text {
    order: 2;
    padding-left: 2.5rem;
    padding-right: 0;
}
.zigzag--item:nth-child(even) .zigzag--item_img {
    order: 2;
    padding-left: 2.5rem;
    padding-right: 0;
}
.zigzag--item:nth-child(even) .zigzag--item_text {
    order: 1;
    padding-right: 2.5rem;
    padding-left: 0;
}
.zigzag--item p {
    margin-bottom: 1rem;
}
.zigzag--cta {
    margin-top: 1rem;
}

@media screen and (max-width: 991px) {
    .zigzag {
        padding: 3rem 0;
    }
    .zigzag h2 {
        font-size: 2.5rem;
    }
    .zigzag .subtitle {
        font-size: 1.125rem;
        line-height: 155%;
    }
    .zigzag--items {
        margin: 0;
    }
    .zigzag--item:nth-child(n) .zigzag--item_img {
        margin-top: 0;
        margin-bottom: 2rem;
        order: -1;
    }
    .zigzag--item:nth-child(n) .zigzag--item_text,
    .zigzag--item:nth-child(n) .zigzag--item_img {
        padding: 0;
    }
    .zigzag--item ul {
        text-align: left;
        padding-left: 1rem;
    }
    .zigzag--item_text p {
        font-size: 1rem;
    }
    .zigzag--item_text p:last-child {
        margin-bottom: 0;
    }
    .zigzag--cta .cta-btn {
        text-align: center;
    }
}

/* BUG Content*/

/* WAN Accordion Section */
.img-accordion h2 {
    margin-bottom: 1.5rem;
}

.accordion-wrapper {
    margin: 3rem 0 0;
}

.accordion-content .accordion-button {
    font-size: 2rem;
    line-height: 120%;
    padding-left: 1.5rem;
}

.accordion-content .accordion-body {
    padding: 1rem 0 0 1.5rem;
}

.accordion-imgs img {
    height: auto;
}

@media screen and (max-width: 1399px) {
    .accordion-content .accordion-button {
        font-size: 1.75rem;
    }
}

@media screen and (max-width: 1199px) {
    .img-accordion p {
        font-size: 1.25rem;
    }
    .accordion-imgs img {
        height: 15rem;
    }
}

@media screen and (max-width: 991px) {
    .accordion-imgs {
        margin: 1rem auto 0;
        order: 1;
    }

    .img-accordion p {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 767px) {
    .img-accordion p {
        font-size: 1.125rem;
    }

}

@media screen and (max-width: 575px) {
    .accordion-wrapper {
        margin: 0 auto 2rem;
    }
    .img-accordion p {
        font-size: 1.125rem;
    }
}

/* Retention Description Accordion Section */

/* Features Section*/

.features-section {
    padding: 3.75rem 0;
    background: #EBEBEB;
}

.features-section h2 {
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 0;
    text-align: center;
}

.features-section--heading-text {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 140%;
    width: 80%;
    padding: 0;
    margin: 1.5rem auto 4rem auto;
    text-align: center;
}

.features-section--image {
    width: calc(45% - 3.5rem);
    padding-right: 1.5rem;
}

.features-section--image img {
    border-radius: 2.5rem;
}

.features-section--items {
    width: calc(55% + 3.5rem);
    padding-left: 3.5rem;
    display: flex;
    flex-direction: column;
}

.features-section--items--top-text {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 155%;
}

.features-section--wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    padding: 0;
}

.features-section--item {
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: row;
    margin: .75rem 0;
    flex-wrap: wrap;
}

.features-section--item p {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 155%;
}

.features-section--item_text {
    width: calc(100% - 4.5rem);
}

.features-section--item_icon {
    border-radius: .5rem;
    background: var(--black-text);
    padding: .75rem;
    margin-right: 1.5rem;
    color: #fff;
    text-align: center;
    width: 3rem;
    height: 3rem;
    line-height: 1.5;
    font-size: 1.125rem;
}

.features-section--item_desc {
    margin-bottom: 0;
}

.features-section--btm-text {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 140%;
    text-align: center;
    margin-top: 4rem;
}

@media screen and (max-width: 1199px) {
    .features-section {
        padding: 3rem 0;
    }

    .features-section--heading-text {
        width: 100%;
    }

    .features-section--items {
        width: 50%;
        padding: 0;
    }

    .features-section--image {
        width: 50%;
        margin: 0 auto 2rem;
    }

    .features-section h2 {
        font-size: 2.5rem;
    }

    .features-section--btm-text {
        margin-top: 2rem;
    }
}

@media screen and (max-width: 991px) {
    .features-section {
        border-radius: 2.5rem;
        position: relative;
        z-index: 1;
    }
    .features-section--items {
        width: 100%;
    }

    .features-section--image {
        width: 100%;
        padding: 0;
        order: 1;
        margin-top: 2rem;
    }
    .features-section--heading-text {
        font-size: 1.125rem;
        line-height: 155%;
        padding: 0 .75rem;
        margin-bottom: 2rem;
    }
    .features-section--wrapper {
        padding: 0 .75rem;
    }
    .features-section--btm-text {
        line-height: 155%;
        margin: 1rem 0 0 0;
    }
}

/* Features Section*/

/* FAQs CONTENT */
.faqs-section {
    background: #FAFAFA;
}

.faqs-section h2 {
    font-size: 3.25rem;
}

.faqs-section .accordion-item {
    background: #fff;
    border: none;
}

.faqs-section .accordion-body {
    line-height: 160%;
}

#faqs-accordion {
    margin-bottom: 0;
}

@media screen and (max-width: 1399px) {
    .faqs-section h2 {
        font-size: 3rem;
    }
}

@media screen and (max-width: 1199px) {
    .faqs-section h2 {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 991px) {
    .faqs-section {
        margin-top: -2.5rem;
        position: relative;
        padding: 6rem 0 3rem 0;
    }

    .faqs-section .accordion-button {
        font-size: 1.25rem;
        font-weight: 500;
        line-height: 140%;
    }
}

/* FAQs CONTENT */


/* Prefooter Section*/
.prefooter {
    border-radius: 0 2.5rem 0 0;
    background: #fff;
}

.prefooter h2 {
    font-size: 3.5rem;
}

.prefooter img {
    left: auto;
    right: 0;
    object-position: center;
    border-radius: 2.5rem 0 0 2.5rem;
}

.prefooter p {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 160%;
}

.prefooter p span {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 140%;
    display: block;
    margin-top: 1rem;
}

.prefooter .cta-btn {
    padding: .75rem 6rem;
}

@media screen and (max-width: 1399px) {
    .prefooter h2 {
        font-size: 3rem;
    }
}

@media screen and (max-width: 1199px) {
    .prefooter h2 {
        font-size: 2.5rem;
    }

    .prefooter p {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 991px) {
    .prefooter {
        padding: 1rem 0 3rem;
    }
    .prefooter img {
        border-radius: 0;
    }
    .prefooter p {
        font-size: 1.125rem;
        line-height: 155%;
    }
    .prefooter .cta-btn {
        padding: 1rem;
        width: 100%;
        border-radius: 1.25rem;
        font-size: 1.25rem;
    }
}

/* Prefooter Section*/
