/* Seciorns */
section {
    padding: 20px 0;
}
section .title {
    text-align: center;
    margin: 0 auto;
    padding: 20px;
}
section .title h2 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 8px;
}
section .title p {
    font-size: 14px;
    line-height: 1.4;
}
@media (min-width: 768px) {
    section {
        padding: 40px 0;
    }
    section .title {
        padding: 40px;
    }
    section .title h2 {
        font-size: 28px;
        line-height: 1.3;
    }
    section .title p {
        font-size: 18px;
        line-height: 1.55;
    }
}

.fans-header {
    border-bottom: 1px solid #eee;
    box-shadow: none;
    height: 85px;
}

.btn-link-fans {
    color: #757575;
}

a.btn.btn-link-fans:focus {
    color: #757575;
    text-decoration: none;
}

/* Buttons */
.btn-fans {
    font-size: 14px;
    line-height: 1.15;
    color: white;
    background-color: #2A90FE;
    transition: ease background-color .4s;
}
.btn-fans:hover {
    background-color: #5FACFE;
}
.btn-fans span {
    vertical-align: middle;
    margin-left: 8px;
}
.features .btn-fans, .podcasts .btn-fans {
    background-color: rgba(255, 255, 255, .25);
}
.features .btn-fans:hover, .podcasts .btn-fans:hover {
    background-color: rgba(255, 255, 255, .5);
}
@media (min-width: 768px) {
    .btn-fans {
        font-size: 16px;
        line-height: 1.25;
    }
}

.btn-podcasters {
    font-size: 14px;
    line-height: 1.15;
    color: white;
    background-color: #f36;
    transition: ease background-color .4s;
}
.btn-podcasters:hover {
    color: white;
    background-color: #e60039;
}
/* Backgrounds */
.bg-fans-dark {
    background: radial-gradient(50% 50% at 50% 50%, rgba(229, 242, 255, 0.25) 0%, rgba(229, 242, 255, 0) 100%), linear-gradient(141.9deg, #001C37 0%, #004080 100%);
}

/* Container */
.container-carousel {
    width: 100%;
}
@media (min-width: 960px) {
    .container-carousel {
        max-width: 1140px;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
}

/* Content */
.content-center {
    margin: 0 auto;
    text-align: center;
}

/* Hero */
.hero-fans {
    margin-top: 80px;
    text-align: center;
}
.hero-fans h1 {
    font-size: 28px;
    line-height: 1.3;
}
.hero-fans p {
    font-size: 14px;
    line-height: 1.4;
    color: #616466;
}
.hero-fans img {
    width: 100%;
}
.hero-fans .btn {
    margin-bottom: 24px;
}
@media (min-width: 768px) {
    .hero-fans {
        text-align: left;
    }
    .hero-fans h1 {
        font-size: 44px;
        line-height: 1.1;
    }
    .hero-fans p {
        font-size: 18px;
        line-height: 1.55;
    }
    .hero-fans img {
        width: auto;
    }
}

/* Highlights */
.highlights .carrusel-card .wrapper {
    padding: 30px 15px;
}
.highlights img {
    margin-bottom: 8px;
}
.highlights h3 {
    font-size: 18px;
    line-height: 1.35;
    margin-bottom: 8px;
}
.highlights p {
    font-size: 14px;
    line-height: 1.4;
    color: var(--gray-600);
    max-width: 80%;
    margin: 0 auto;
}
@media (min-width: 576px) {
    .highlights .carrusel-card .wrapper {
        padding: 60px 30px;
    }
    .highlights h3 {
        font-size: 24px;
    }
    .highlights p {
        font-size: 16px;
        line-height: 1.5;
    }
}

/* Model */
.model {
    padding-bottom: 80px;
}
.model .carrusel-card .wrapper {
    padding: 40px 24px;
    width: 70%;
    margin: 0 auto 24px;
}
.model img {
    margin-bottom: 8px;
}
.model h3 {
    font-size: 24px;
    line-height: 1.15;
    margin-bottom: 8px;
}
.model p {
    font-size: 14px;
    line-height: 1.4;
    color: var(--gray-600);
}
@media (min-width: 576px) {
    .model .carrusel-card .wrapper {
        padding: 48px 28px;
        width: 100%;
    }
    .model h3 {
        font-size: 28px;
        line-height: 1.3;
    }
    .model p {
        font-size: 16px;
        line-height: 1.5;
    }
}
/* Features */
.features {
    color: white;
}
.features img {
    width: 45%;
    transform: scale(1.25);
}
.features ul {
    min-width: 55%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 40px;
}
.features ul li {
    font-size: 14px;
    margin-bottom: 1.3px;
}
.features ul li span {
    margin-right: 8px;
    width: 24px;
    height: 24px;
    display: block;
    margin: 8px auto;
}
.features ul li strong {
    display: block;
}
.features, .podcasts {
    padding: 40px 0 80px;
}
@media (min-width: 768px) {
    .features ul {
        text-align: left;
    }
    .features ul li {
        font-size: 16px;
        margin-bottom: 32px;
    }
    .features ul li span {
        vertical-align: middle;
        width: 24px;
        height: 24px;
        display: inline-block;
        margin: 0 4px;
    }
    .features ul li strong {
        display: inline;
    }
}

/* Price */
.prices .carrusel-card .wrapper {
    padding: 48px 24px;
    width: 60%;
    margin: 16px auto;
}
.prices h3 {
    font-size: 40px;
    line-height: 1.2;
    display: block;
    text-align: center;
    font-weight: 700;
    background: -webkit-linear-gradient(90deg, #0066CC 0%, #33DDFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
p.month {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    color: var(--gray-600);
}
p.info {
    font-size: 12px;
    line-height: 1.35;
    max-width: 540px;
    margin: 24px auto 48px;
    color: var(--gray-600);
}
@media (min-width: 768px) {
    .prices .carrusel-card .wrapper {
        padding: 48px 24px;
        width: 100%;
        margin: 16px auto;
    }
    .prices h3 {
        font-size: 48px;
        line-height: 1;
    }
    p.month {
        font-size: 18px;
        line-height: 1.55;
    }
    p.info {
        font-size: 14px;
        line-height: 1.4;
    }
}

/* Fans */
.fans {
    padding-bottom: 80px;
}
.fans .carrusel-card .wrapper {
    padding: 24px;
    width: 75%;
    margin: 0 auto 24px;
}
.fans img {
    width: 72px;
    border-radius: 50%;
    margin-bottom: 24px;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 8px 32px -16px #003366;
}
.fans h3 {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 4px;
}
.fans p {
    font-size: 12px;
    line-height: 1.35;
    color: var(--gray-600);
}
@media (min-width: 576px) {
    .fans img {
        width: 88px;
    }
    .fans h3 {
        font-size: 18px;
        line-height: 1.35;
    }
    .fans p {
        font-size: 14px;
        line-height: 1.4;
    }
}
@media (min-width: 768px) {
    .fans .carrusel-card .wrapper {
        padding: 24px;
        width: 100%;
    }
}
/* Podcasts */
.podcasts {
    color: white;
}
.podcasts .carrusel-card .wrapper {
    width: 50%;
    margin: 16px auto;
}
.podcasts img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 4px 12px -12px #000000, 0 8px 24px -12px #000000, 0 12px 44px -12px #000000;
    transition: ease all .4s;
}
.podcasts img:hover {
    transform: scale(1.015);
    filter: brightness(1.15);
    box-shadow: 0 8px 24px -24px #000000, 0 16px 48px -24px #000000, 0 24px 88px -24px #000000;
}
.podcasts .bullets > div {
    background: rgba(255, 255, 255, .5);
  }
.podcasts .bullets > div.active {
    background: rgba(255, 255, 255, .75);
  }
@media (min-width: 576px) {
    .podcasts .carrusel-card .wrapper {
        width: 100%;
    }
}

/* Blog */
.blog .carrusel-card .wrapper {
    border-radius: 16px;
    width: 100%;
    margin: 16px auto;
}
.blog .carrusel-card .wrapper img {
    width: 100%;
    border-radius: 16px 16px 0 0;
}
.blog .carrusel-card .content {
    padding: 24px;
    text-align: left;
}
p.date, .blog p {
    font-size: 12px;
    line-height: 1.35;
    color: var(--gray-600);
    margin-bottom: 8px;
}
.blog .carrusel-card .content h3 {
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 8px;
}
.blog .carrusel-card .content a {
    font-size: 12px;
    line-height: 1.35;
    color: var(--gray-900);
    font-weight: 700;
}
@media (min-width: 576px) {
    .blog .carrusel-card .wrapper {
        width: 60%;
    }
    p.date, .blog p {
        font-size: 14px;
        line-height: 1.4;
    }
    .blog .carrusel-card .content h3 {
        font-size: 18px;
        line-height: 1.35;
    }
    .blog .carrusel-card .content a {
        font-size: 14px;
        line-height: 1.4;
    }
}
@media (min-width: 768px) {
    .blog .carrusel-card .wrapper {
        width: 100%;
    }
}

/* FAQs */
.faqs {
    padding-bottom: 80px;
}
.faqs ul {
    list-style: disc;
    padding: 8px 24px;
}