/* in the name of Allah */

.mobile-header .open-menu,
.desktop-header .menu-items .item:not(.logo) {
    color: var(--tdc);
}

.mobile-header,
.desktop-header {
    -webkit-box-shadow: var(--bsh);
    box-shadow: var(--bsh);
    background: white;
}

main {
    padding-top: 76px;
}

#banner {
    background-image: repeating-conic-gradient(from 30deg, #ffffff 0% 60deg, #fff2f8 0% 120deg);
    background-color: #fff2f8;
    background-size: 100px 173px;
    background-position: center;
    background-attachment: fixed;
    text-align: center;
    padding: 3rem 0;
    color: var(--mc);
    -webkit-clip-path: ellipse(100% 100% at 50% 0%);
    clip-path: ellipse(100% 100% at 50% 0%);
}

#banner h1 {
    font-family: "Mikhak";
    font-weight: 900;
    margin-bottom: 1rem;
}

.brow h3 {
    font-family: "Mikhak";
    font-weight: bold;
}

.brow .img {
    width: 100%;
    height: 100%;
    min-height: 250px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}