:root {
    --max: 1400px;
    --colour1: #754E1A;
    --colour2: #CBA35C;
    --colour3: #F8E1B7;
    --colour4: #B6CBBD;
    --colour5: #ffffff;
    --colour6: #525B44;
    --colour7: #1A3636;
    --MAIN-COLOUR: rgb(11, 36, 11);
}




.small-nav {
    position: absolute;
    width: 100%;
    height: 500px;
    background-color: var(--MAIN-COLOUR);
    top: 0;
    right: 0;
    z-index: 99;
    color: #fff;
    display: flex;
    justify-content: center;
    padding: 30px;
}

.hidden {
    display: none;
    transition: 1s;
}

.list-sm {
    display: flex;
    flex-direction: column;
    padding: 30px;
    text-align: center;
    align-items: center;
}

.face-three {
    width: 25px;
    display: none;
    color: #fff;
    cursor: pointer;
}

.face-four {
    width: 25px;
    color: #fff;
    cursor: pointer;
}

.list-comp-sm {
    margin-bottom: 20px;
}

.nav-btn-sm {
    background-color: #fff;
    padding: 10px 30px;
    color: #000;
    margin-top: 30px;
}

@media (max-width:1000px) {
    .list-lg {
        display: none;
    }

    .face-three {
        display: block;
    }

    .honest-flex {
        flex-direction: column;
    }

    .flex-one {
        width: 100%;
        margin-bottom: 30px;
    }

    .tick-title-line-one {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .tick-flex-icon {
        width: 100%;
    }

}

@media (max-width:1000px) {
    .app-show-content {
        flex-direction: column;
    }


    .app-screen {
        margin: 0;
    }

    .app-screen-margin-right {
        margin: 0;
    }

    .flex-app {
        text-align: center;
    }

    .flex-title-app {
        text-align: center;
        font-size: 30px;
    }

    .flex-text-app {
        text-align: center;
    }

    .app-show-2-margin-right {
        margin-left: 0;
        width: 100%;
    }

    .app-show-2 {
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
    }

    .footer-content {
        flex-direction: column;
        padding: 100px 60px;
    }

    .huffad-footer-img-title {
        width: 100%;
    }

    .title-footer {
        width: 80px;
    }

    .list-footer {
        padding-left: 0;
        padding-top: 40px;
    }

    
}

@media (max-width:800px) {
    .hero-title {
        font-size: 25px;
        margin-bottom: 10px;
        padding: 0;

    }

    .hero-btn-getfot, .hero-btn-about {
        font-size: 12px;
    }

    .hero-effect {
        padding: 0 20px;
        text-align: left;
        align-items: flex-start;
    }

    .hero-content {
        align-items: flex-start;
        margin-bottom: 20px;
    }

    .hdr-lg {
        height: 600px;
    }

    .hero {
        height: 400px;
    }

    .image-owner-hero {
        font-size: 12px;
    }

    .logo {
        width: 70px;
    }

    .ayah-content {
        padding: 30px 0;
    }

    .ayah {
        padding: 30px 15px;
    }

    .ayah-surah {
        font-size: 18px;
        font-weight: 300;
    }

    .news-content {
        padding: 50px 15px;
    }

    .news-title {
        font-size: 25px;
        text-align: center;
    }

    .input-news {
        width: 100%;
    }

    .honest {
        padding: 50px 10px;
        padding-bottom: 0px;
    }

    .honest-flex {
        padding-bottom: 40px;
    }

    .honest-content {
        padding: 20px 5px;
    }

    .honest-title {
        text-align: center;
        font-size: 25px;
    }

    .alsalam-content-white {
        padding: 50px 15px;
    } 

    .join-title-center {
        text-align: center;
    }

    .about-full-effect {
        padding: 60px 15px;
    }

    .app-screen-margin-right {
        width: 40%;
    }

    .app-screen {
        width: 40%;
    }

}