@import url('../vars.css');

.bible-hero{
    width: 100%;
    height: 400px;
    background-image: url('/wp-content/themes/neve/assets/img/bible/desktop\ \(2\).png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-radius: 16px;
    margin-bottom: 100px;
    box-shadow: var(--drop-shadow-200);
}
.bible-hero-cont{
    height: 100%;
    width: 740px;
    padding-right: 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 32px;
}
.bible-hero-title{
    font-family: var(--desktop-h2-font);
    font-size: var(--desktop-h2-size);
    font-weight: var(--desktop-h2-weight);
    color: #fff;
}
.bible-hero-desc{
    width: 70%;
    font-family: var(--desktop-body-font);
    font-size: var(--desktop-body-size);
    font-weight: var(--desktop-body-weight);
    color: #fff;
}
.bible-hero-time{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    gap: 48px;
}
.bible-hero-time-title{
    font-family: var(--desktop-h5-font);
    font-size: var(--desktop-h5-size);
    font-weight: var(--desktop-h5-weight);
    color: #fff;
}
.bible-hero-time-val{
    font-family: var(--desktop-body2-font);
    font-size: var(--desktop-body2-size);
    font-weight: var(--desktop-body2-weight);
    color: #fff;
}
.bible-hero-time-desc{
    font-family: var(--desktop-subtitle-font);
    font-size: var(--desktop-subtitle-size);
    font-weight: var(--desktop-subtitle-weight);
    color: hsla(0, 0%, 100%, 0.5);
}
.bible-hero-halls{
    display: flex;
    gap: 20px;
    align-items: center;
}
.bible-hero-hall{
    border: 1px solid #fff;
    border-radius: 12px;
    padding: 8px 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.bible-hero-hall-name{
    font-family: var(--desktop-body2-font);
    font-size: var(--desktop-body2-size);
    font-weight: var(--desktop-body2-weight);
    color: #fff;
}
.bible-hero-hall-num{
    font-family: var(--desktop-body-font);
    font-size: var(--desktop-body-size);
    font-weight: var(--desktop-body-weight);
    color: #fff;
}

.bible-links{
    margin-bottom: 100px;
    display: flex;
    gap: 20px;
}
.bible-links-blue-cont{
    width: 33%;
    background-image: url('/wp-content/themes/neve/assets/img/bible/frame.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 16px;
    box-shadow: var(--drop-shadow-200);
    padding: 20px 24px 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.bible-links-blue-cont-title{
    font-family: var(--desktop-h5-font);
    font-size: var(--desktop-h5-size);
    font-weight: var(--desktop-h5-weight);
    color: #fff;
}
.bible-blue-cont-cont{
    border-radius: 12px;
    padding: 8px 16px;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.bible-links-cont{
    width: 33%;
    border-radius: 16px;
    box-shadow: var(--drop-shadow-200);
    padding: 20px 24px 24px;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.bible-links-cont-title{
    font-family: var(--desktop-h5-font);
    font-size: var(--desktop-h5-size);
    font-weight: var(--desktop-h5-weight);
    color: var(--primary-brand-2);
}
.bible-links-cont-links{}

@media screen and (max-width: 1400px) {
    .bible-hero{
        background-position: 35% center;
    }
    .bible-links{
        flex-direction: column;
    }
    .bible-links-blue-cont{
        width: 100%;
    }
    .bible-links-cont{
        width: 100%;
    }
}
@media screen and (max-width: 1280px) {
    .bible-hero{
        background-position: left;
        background-image: url('/wp-content/themes/neve/assets/img/bible/tablet\ 854\ \(2\).png');
        height: 500px;
    }
    .bible-hero-cont{
        padding-right: 48px;
        width: 480px;
        gap: 24px;
    }
    .bible-hero-desc{
        width: 100%;
    }
    .bible-hero-halls{
        flex-wrap: wrap;
    }
    .bible-hero-time{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-areas: "title title" "time desc";
        gap: 12px;
    }
    .bible-hero-time-title{
        grid-area: title;
    }
    .bible-hero-time-val{
        grid-area: time;
    }
    .bible-hero-time-desc{
        grid-area: desc;
    }
}
@media screen and (max-width: 1280px) {
    .bible-hero{
        height: 550px;
        background-position: 20% center;
    }
}
@media screen and (max-width: 768px) {
    .bible-blue-cont-cont{
        padding: 20px;
    }
    .bible-hero{
        margin-bottom: 32px;
    }
    .bible-links{
        margin-bottom: 32px;
    }
    .bible-links-blue-cont{
        padding: 12px;
    }
    .bible-links-cont{
        padding: 12px;
    }
    .bible-hero-halls{
        gap: 4px;
    }
    .bible-hero-time{
        gap: 4px;
    }
}
@media screen and (max-width: 700px) {
    .bible-hero{
        background-position: top center;
        background-image: url('/wp-content/themes/neve/assets/img/bible/Frame\ 37751.png');
        height: 750px;
        padding: 20px;
    }
    .bible-hero-cont{
        width: 100%;
        justify-content: flex-end;
    }
    .bible-hero-time{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
}
