@import "sections/hero.css";
@import "sections/reviewers.css";
@import "sections/plans.css";
@import "sections/prefooter.css";
@import "sections/customer-reviews.css";
@import "sections/expert-reviews.css";
@import "sections/mbg.css";
@import "sections/faqs.css";
@import "sections/steps.css";

.bup-page-content {
    background: #EBEBEB;
}
.h1, h1 {
    font-size: 3.5rem;
}
@media screen and (max-width: 1199px) {
    h1, .h1 {
        font-size: 3rem;
    }
}
@media screen and (max-width: 575px) {
    h1, .h1 {
        font-size: 2.25rem;
    }
    h2, .h2 {
        font-size: 2.25rem;
    }
}

/* Hero Section*/
.hero {
    border-radius: 2.5rem 2.5rem 0 0;
    background-image: url("/images/v1/best-usenet-provider/hero-bg.jpg");
    margin-bottom: 0;
}

.hero h1, .hero h5 {
    padding-right: 2rem;
}

@media screen and (max-width: 991px) {
    .hero {
        padding-bottom: 3rem;
        margin-bottom: 0;
    }
    .hero-foreground {
        display: none;
    }
    .hero-devices {
        justify-content: center;
        margin-bottom: 1rem;
        display: flex;
    }
    .hero h1, .hero h5 {
        padding-right: 0;
    }
}
/* Hero Section*/

/* BUG Content*/
.bup-content {
    padding: 3.75rem 0;
}
.bup-content .bup-heading {
    text-align: center;
    margin-bottom: 2rem;
}
.bup-content .h1 {
    margin-bottom: 1.5rem;
}
.bup-content .bup-heading p {
    margin-bottom: 0;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 140%;
}
.bup-content__items {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.bup-content__item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 2rem 0 .25rem;
}
.bup-content__text {
    width: 60%;
}
.bup-content__extra-text {
    width: 100%;
}
.bup-content__image {
    width: 40%;
    margin-bottom: 1.5rem;
}
.bup-content__item:nth-child(odd) .bup-content__image,
.bup-content__item:nth-child(even) .bup-content__text {
    padding-right: 2.55rem;
    order: -1;
}
.bup-content__item:nth-child(even) .bup-content__image,
.bup-content__item:nth-child(odd) .bup-content__text {
    padding-left: 2.55rem;
}
.bup-content__item h3 {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 1rem;
}
.bup-content__item p {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 155%;
    margin-bottom: 1.75rem;
}
.bup-content__item img {
    border-radius: 2.5rem;
}
@media screen and (max-width: 1199px){
    .bup-content__item:nth-child(odd) .bup-content__image,
    .bup-content__item:nth-child(even) .bup-content__text {
        padding-right: 1rem;
    }
    .bup-content__item:nth-child(even) .bup-content__image,
    .bup-content__item:nth-child(odd) .bup-content__text {
        padding-left: 1rem;
    }
    .bup-content__image, .bup-content__text {
        width: 50%;
    }
    .bup-content__item h3 {
        font-size: 2rem;
    }
    .bup-content__item p {
        font-size: 1rem;
    }
}

@media screen and (max-width: 991px){
    .bup-content .bup-heading {
        margin-bottom: 1rem;
    }
    .bup-content__item:nth-child(n) .bup-content__image,
    .bup-content__item:nth-child(n) .bup-content__text {
        padding: 0;
    }
    .bup-content__image {
        width: 75%;
        order: -1;
    }
    .bup-content__text {
        width: 100%;
    }
    .bup-content__item {
        margin: 1rem 0 .25rem;
    }
    .bup-content__item p {
        margin-bottom: 1rem;
    }
    .bup-content__image {
        margin: 1.5rem auto;
    }
    .bup-content__item h3 {
        text-align: center;
        font-size: 1.75rem;
    }
}
/* BUG Content*/

/* Expert Reviews*/
.expert-reviews .carousel-item--review img, .expert-reviews .carousel-item--review svg {
    width: 10rem;
    height: 3.5rem;
    object-position: left;
    object-fit: contain;
    margin-bottom: .5rem;
}
.expert-reviews .carousel-item--review p {
    margin-bottom: 0;
}
@media screen and (max-width: 1399px) {
    .expert-reviews.dark .carousel-item--review {
        height: 27.5rem;
    }
}
@media screen and (max-width: 1199px) {
    .expert-reviews.dark .carousel-item--review {
        padding: 1rem;
        margin: 0 .5rem;
        width: calc(33.33333% - 1rem);
        height: 25.5rem;
    }
}
/* Expert Reviews*/

/* Plans */
.plans {
    background: #fff;
}
/* Plans */

/* Features Section*/

.features-section {
    padding: 3.75rem 0;
    background: #EBEBEB;
}
.features-section h2 {
    font-size: 3.25rem;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 4rem;
    text-align: center;
}
.features-section--image {
    width: calc(40% - 2rem);
    padding-right: 1.5rem;
}
.features-section--image img {
    border-radius: 2.5rem;
}
.features-section--items {
    width: calc(60% + 2rem);
    padding-left: 2rem;
    display: flex;
    flex-direction: column;
}
.features-section--wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}

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

.features-section--item h5 {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: .25rem;
}
.features-section--item p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
}
.features-section--item_icon {
    border-radius: .5rem;
    background: var(--black-text);
    padding: .75rem;
    margin-right: .75rem;
}

.features-section--item_icon svg {
    width: 1.5rem;
    height: 1.5rem;
}

.features-section--item_icon svg path {
    fill: white;
}
.features-section--item_desc {
    margin-bottom: 0;
}


.features-section--cta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 4rem;
}

.features-section--cta .cta-btn {
    font-size: 1rem;
    font-weight: 600;
    line-height: 160%;
    border-radius: 0.75rem;
    padding: 1rem 5.5rem;
}

@media screen and (max-width: 1199px) {
    .features-section--items {
        width: 50%;
        padding: 0;
    }
    .features-section--image {
        width: 50%;
        margin: 0 auto 2rem;
    }
    .features-section h2 {
        font-size: 2.5rem;
    }
}
@media screen and (max-width: 991px) {
    .features-section--items {
        width: 100%;
    }
    .features-section--image {
        width: 60%;
    }
    .features-section--cta {
        margin-top: 2rem;
    }
    .features-section--cta .cta-btn {
        padding: 1rem;
        width: 100%;
        text-align: center;
    }
}

/* Features Section*/

/* Prefooter Section*/
.prefooter {
    border-radius: 0 2.5rem 0 0;
    background: #EBEBEB;
}
.prefooter img {
    left: auto;
    right: 0;
    object-position: right;
    border-radius: 2.5rem 0 0 2.5rem;
}
.prefooter p {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 135%;
}
.prefooter p span {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 140%;
    display: block;
    margin-top: 1rem;
}
/* Prefooter Section*/

/* What is Usenet Section*/
.wiu-section {
    padding: 7.5rem 0;
    border-radius: 2.5rem;
    background: url("/images/v1/home/wiu-bg.jpg") no-repeat;
    background-size: cover;
}
.wiu-section--wrapper {
    border-radius: 2.5rem;
    background: #FFF;
    padding: 5rem;
    align-items: flex-end;
}
.wiu-section h5 {
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 1.5rem;
}
.wiu-section--wrapper .col-6 {
    padding-left: 0;
    padding-right: 2.5rem;
}
.wiu-section--wrapper .col-6.wiu-section--img-block {
    padding-left: 2.5rem;
    padding-right: 0;
}
.wiu-section--wrapper p {
    margin-bottom: 1.5rem;
    line-height: 150%;
}
.wiu-section--img-block img {
    border-radius: 2.5rem;
}
@media screen and (max-width: 1399px) {
    .wiu-section {
        padding: 5rem 0;
    }
    .wiu-section--wrapper {
        padding: 3rem;
    }
    .wiu-section--wrapper .col-6 {
        padding-right: 1.5rem;
    }
    .wiu-section--wrapper .col-6.wiu-section--img-block {
        padding-left: 1.5rem;
    }
}
@media screen and (max-width: 1199px) {
    .wiu-section--wrapper {
        align-items: center;
    }
    .wiu-section--wrapper .col-6 {
        width: 60%;
    }
    .wiu-section--wrapper .col-6.wiu-section--img-block {
        width: 40%;
        padding: 0;
    }
    .wiu-section h5 {
        margin-bottom: 1rem
    }
}
@media screen and (max-width: 991px) {
    .wiu-section {
        padding: 3rem .5rem;
        background: #0A223B;
    }
    .wiu-section--wrapper {
        padding: 3rem 1rem 1rem;
    }
    .wiu-section--wrapper .col-6,
    .wiu-section--wrapper .col-6.wiu-section--img-block {
        width: 100%;
        padding: 0;
    }
    .wiu-section--wrapper .col-6.wiu-section--img-block {
        margin-top: 1.5rem;
    }
    .wiu-section h2,
    .wiu-section h5 {
        text-align: center;
    }
    .wiu-section h5 {
        margin-bottom: 1.5rem
    }
}
/* What is Usenet Section*/
