.top-navbar {
    position: absolute !important;
}

/* Featured */
.featured-section {
    background-image: url('/images/backgrounds/islamic-galaxy-planets.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    max-height: 900px;
    min-height: 85vh;
    padding: var(--five-percent-padding);
}

@media (max-width: 991px) {
    .iframe-container {
        height: 30vh;
    }

    .featured-about-text {
        align-items: center;
    }
}

@media (min-width: 992px) {
    .iframe-container {
        max-width: 600px;
    }

    .featured-about-text {
        max-width: 860px;
    }
}

.about-section-header {
    font-size: 2rem;
    font-weight: bold;
}



.about-section-header {
    color: var(--orange);
    font-family: var(--robotoslab);
    font-size: 38px;
    font-weight: 350;
}


.section-header {
    font-family: var(--robotoslab);
    font-size: 32px;
    font-weight: 350;
}

.section-text {
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: 100;
    color: white;
}

.section-text-column {
    max-width: 600px;
    text-align: start;
}



/* Not Another */
.not-another-section {
    position: relative;
    background-image: url('/images/backgrounds/galaxy.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 55vh;
    min-height: 625px;
}

.not-another-section .content-wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
}



/* Our Story */
.our-story-section {
    background-color: var(--body);
}



/* Our Mission */
.our-mission-section {
    background-color: var(--primary);
}



/* Our Values */
.our-values-section {
    background-color: unset;
}



/* Why Choose Islamic Galaxy? */
.why-choose-islamic-galaxy-section {
    background-image: url('/images/backgrounds/galaxy2.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    height: 100%;
    z-index: 0;
}

.why-choose-islamic-galaxy-section .why-choose-content {
    padding: 6em 0 14em 0;
}

@media (max-width: 600px) {
    .why-choose-islamic-galaxy-section .why-choose-content {
        padding: 5em 0 6em 0;
    }
}

.why-choose-islamic-galaxy-section .why-choose-content .star-rating i {
    padding: 0 .5em 0 .5em;
}

.why-choose-islamic-galaxy-section .why-choose-content .star-rating:before,
.why-choose-islamic-galaxy-section .why-choose-content .star-rating:after {
    mask-image: url('/images/divider-mask.svg');
    -webkit-mask-image: url('/images/divider-mask.svg');
    mask-size: 20px 100%;
    -webkit-mask-size: 20px 100%;
    mask-repeat: repeat-x;
    -webkit-mask-repeat: repeat-x;
    background-color: white;
    min-height: 20px;
    width: 4.5em;
    content: "";
}

.why-choose-islamic-galaxy-section .overlay-bright {
    z-index: -1;
}

.why-choose-islamic-galaxy-section p {
    font-size: 16px;
}



/* Scrolling Catalog */
.scrolling-catalog-section {
    height: 100%;
    min-height: 650px;
    background-color: var(--primary);
}



/* Subscribe Today */
.subscribe-today-section {
    background-image: url('/images/backgrounds/islamic-galaxy-planets.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}