@font-face {
    font-family: 'Lastica';
    src: url('../fonts/Lastica.woff2') format('woff2'),
        url('../fonts/Lastica.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {
    font-family: "Outfit", sans-serif;
    background-color: #0a0118;
    color: #fff;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Lastica";
}

p {
    font-weight: 300;
}

.navbar {
    font-weight: 200;
    padding: 2rem;
    background-color: #060118;
}

.navbar-brand {
    font-family: "Lastica";
}

.navbar .nav-item {
    padding: 0 .8rem;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 200;
}

.nav-item .nav-link {
    color: #E6E6E6;
}

.header-btn .nav-link {
    --bs-navbar-nav-link-padding-x: 1.2rem;
}

#main-menu .nav-link.active {
    font-weight: 400;
}

#main-menu .btn-buy.nav-link.active {
    background-color: #00A2E8;
    font-weight: 500;
}

.btn-buy {
    background-color: #00A2E8;
    padding: 0.875rem 1.25rem;
    font-size: 0.875rem;
    font-weight: 400;
    color: #fff;
}

.hero-section {
    padding: 200px 0 130px;
    background-image: url('../img/hero-bg.png');
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    z-index: 10;
}

.hero-section::before {
    background: url(../img/pattern-right.svg);
    content: '';
    position: absolute;
    left: 0;
    width: 158px;
    height: 288px;
    background-repeat: no-repeat;
    background-size: 160px;
    top: 64%;
}    

.hero-title {
    font-size: 3.5rem;
    font-weight: 400;
    line-height: normal;
}

.hero-subtitle {
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

.hero-img {
    max-width: 500px;
    max-height: 469px;
    margin-top: 3rem;
    object-fit: cover;
}

.small-title,
.small-text {
    font-size: 1.5rem;
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    line-height: 150%; 
}

.btn-group {
    margin-top: 3rem;
}

.btn {
    border-radius: 0px;
    padding: .8rem 2rem .8rem 1.4rem;
    transition: 0.3s;
}

.btn:hover {
    color: #fff;
    background: transparent;
    transform: scale(1.04);
}

.btn img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.section-title {
    font-size: 3rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 1.5rem;
}

.media-section .section-title {
    margin-bottom: .5rem;
}

.podcast-thumb {
    transition: 0.4s;
}

.podcast-thumb.image-card {
    position: relative;
    display: inline-block;
}

.podcast-thumb.image-card img{
    width: 100%;
    height: 221px;
    object-fit: cover;
    border-radius: 0.625rem;
    border: 1px solid #38353F;
}

.podcast-thumb.image-card .image-overlay {
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    pointer-events: none;
}

.podcast-thumb.image-card .text-overlay {
    width: 52%;
    margin: 0px auto;
    color: #fff; 
    font-size: 21px; 
    font-family: "Lastica";
    font-weight: bold; 
}

.podcast-thumb iframe {
    border-radius: 0.625rem;
    border: 1px solid #38353F;
}

.podcast-thumb:hover {
    transform: scale(1.05);
}

.story-section .section-title {
    margin-bottom: 3rem;
}

.story-section p,
.author-section p {
    margin-bottom: 3rem;
}

.story-section::before {
    background: url(../img/story-pattern.svg);
    content: '';
    position: absolute;
    left: 0;
    width: 10%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 103px;
    top: 28%;
}

.story-section::after {
    background: url(../img/story-pattern-right.svg);
    content: '';
    position: absolute;
    right: 0;
    width: 173px;
    height: 300px;
    background-repeat: no-repeat;
    top: 50%;
}

.author-section::before {
    background: url(../img/pattern-right.svg);
    content: '';
    position: absolute;
    left: 0;
    width: 160px;
    height: 312px;
    background-repeat: no-repeat;
    top: 72%;
}

.author-section::after {
    background: url(../img/author-pattern-right.svg);
    content: '';
    position: absolute;
    right: 0;
    width: 147px;
    height: 300px;
    background-repeat: no-repeat;
    top: 5%;
}

.eyebrow {
    font-size: 1.5rem;
}

.media-section {
    position: relative;
}

.media-section:before {
    background: url(../img/lines-bg.svg);
    content: '';
    position: absolute;
    top: -50%;
    right: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.media-section,
.story-section,
.author-section {
    padding: 60px 0;
    position: relative;
    z-index: 1;
}

.author-section {
    padding: 60px 0 120px;
}

.story-section img,
.author-section img {
    width: 100%;
}

.author-section .author-img { 
    max-height: 600px;
    object-fit: cover;
    max-width: 450px;
}

.author-section .author-image {
    position: relative;
}

.author-image::after {
    background-image: url('../img/author-bg.svg');
    content: "";
    position: absolute;
    top: -8.5%;
    left: -1.5%;
    height: 100%;
    width: 100%;
    background-position: top left;
    background-size: 250px;
    background-repeat: no-repeat;
    z-index: -1;
}

.story-section p,
.author-section p {
    font-size: 2rem;
    font-weight: 300;
    line-height: 150%
}


.btn-buy:hover {
    background-color: #00A2E8;
    color: #fff;
}

.social-icons a {
    width: 64px;
    margin-left: 1.5rem;
    transition: 0.3s;
}

.social-icons a:hover {
    transform: scale(1.07);
}

.social-icons a:first-child {
    margin-left: 0;
}    

.footer {
    text-align: center;
    padding: 6rem 0 0;
    font-size: 1.25rem;
}

.footer .btn-group {
    margin-top: 20px;
}

.footer .large-text {
    text-align: center;
    font-family: Lastica;
    font-size: 4.5rem;
    font-weight: 400;
    line-height: normal;
}

.footer .inner-footer {
    background-image: url('../img/lines-bg-bottom.svg');
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    min-height: 220px;
}

/* Media Queries */

@media (min-width: 1800px) {
    .footer .inner-footer {
        background-size: cover;
        background-position: center;
    }
}

@media (min-width: 768px) {
    .hero-title {
        font-size: 7.5rem;
        font-weight: 400;
        line-height: normal;
    }
    .footer .large-text {
        font-size: 9.9375rem;

    }
}

@media (min-width: 1024px) {
    .media-section .row {
        --bs-gutter-x: 2.5rem;
    }
}

@media (min-width: 1024px) and (max-width: 1300px) {
    .hero-title {
        font-size: 5.5rem;
    }
    .hero-section::before {
        top: 81%;
    }
    .author-image::after {
        top: -10.5%;
        left: -22.5%;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .author-image::after {
        top: -15.5%;
        left: -32.5%;
    }
}    


@media (max-width: 767px) {
    .hero-img {
        max-width: 300px;
    }
    .hero-section::before {
        background-size: 100px;
        top: 89%;
    }
    .hero-section .btn,
    .footer .btn  {
        padding: .8rem .5rem;
    }
    .hero-section .btn img {
        width: 25px;
        height: 25px;
        margin-right: 4px;
    }
    .hero-section {
        padding: 150px 0 130px;
    }
    .hero-title {
        font-size: 3rem;
    }
    .section-title {
        font-size: 2rem;
    }
    .media-section:before {
        background-position: center;
        background-size: inherit;
    }
    .story-section p, .author-section p {
        font-size: 1.5rem;
    }
    .author-section .author-img {
        max-width: 300px;
    }
    .story-section::after {
        width: 100px;
        height: 172px;
        top: 91%;
        z-index: -1;
        background-size: contain;
    }
    .story-section::before {
        width: 30%;
    }
    .author-section::after {
        z-index: -1;
    }
    .author-section::before {
        top: 92%;
        background-size: 100px;
    }
    .author-image::after {
        top: -8.5%;
        left: -11%;
        background-size: 144px;
    }
    .social-icons {
        justify-content: center;
    }
    .social-icons a {
        margin-left: 1rem;
    }
    .podcast-thumb {
        margin-bottom: 2.5rem;
    }
    .footer .inner-footer {
        background-size: cover;
        background-position: center;
        min-height: 150px;
    }

}       


@media (max-width: 1023px) {
    .hero-img {
        margin-top: 1rem;
        margin-bottom: 2.5rem;
    }
    .header-btn .nav-link {
        max-width: max-content;
        text-align: center;
        padding: .8rem 1.78rem;
        font-size: 1rem;
    }
    .navbar-nav {
        margin: .8rem 0 2rem;
    }
    .navbar-brand {
        font-size: 1.8rem;
    }
    .navbar {
        padding: 2rem 0 1rem;
    }
    .navbar .nav-item {
        padding: .4rem .5rem 1rem;
    }
    .container {
        padding-right: 25px;
        padding-left: 25px;
    }
    .media-section .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 375px) {
    .navbar-brand {
        font-size: 1.6rem;
    }
    .hero-section .btn, .footer .btn {
        font-size: 14px;
    }
}      