
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    font-family: "poppins", serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-style: normal;
    scroll-behavior: smooth;
}

ul {
    list-style: none;
}



a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

button {
    border: none;
}

:root {
    --max: 1400px;
    --colour1: #754E1A;
    --colour2: #CBA35C;
    --colour3: #F8E1B7;
    --colour4: #B6CBBD;
    --colour5: #ffffff;
    --colour6: #525B44;
    --colour7: #1A3636;
    --MAIN-COLOUR: rgb(11, 36, 11);
}

body {
    background-color: rgb(243, 243, 243);
}

.hdr-lg {
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 800px;
    ackground-image: url(/images/pexels-a-darmel-8164749.jpg);
    background-image: url(/images/pexels-beyzaa-yurtkuran-279977530-20594241.jpg);
    background-image: url(/Images/pexels-abdghat-2608353.jpg);
    background-size: cover;
    background-position: center;
}

.header-effect {
    width: 100%;
    height: inherit;
    background-color: rgba(0, 0, 0, 0.6);
}

.nav-lg {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    max-width: var(--max);
}


.logo {
    color: var(--colour5);
    font-size: 35px;
    font-weight: 100;
    width: 80px;
}

.list-lg {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--colour5);

}

.list-comp {
    margin-left: 20px;
    opacity: 0.9;
    letter-spacing: 1px;
    font-weight: 300;
}

.nav-btn {
    margin-left: 40px;
    background-color: var(--colour5);
    background-color: var(--MAIN-COLOUR);
    color: #fff;
    padding: 10px 30px;
    border-radius: 1px;
}

.nav-btn:hover {
    transform: scale(1.1);
    transition: 0.3s;
}

.hero {
    width: 100%;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.hero-effect {
    width: 100%;
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.hero-content {
    width: 100%;
    max-width: var(--max);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 50px;
}

.hero-title {
    color: var(--colour5);
    font-size: 40px;
    margin-bottom: 20px;
    padding: 10px 20px;
    font-weight: 400;
    opacity: 0.8;
    letter-spacing: 1px;
}

.hero-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.hero-btn-getfot {
    padding: 10px 30px;
    border-radius: 1px;
    margin-right: 10px;
    font-size: 17px;
    background-color: var(--colour5);
    background-color: var(--MAIN-COLOUR);
    color: #ffff;
    cursor: pointer;
}

.hero-btn-about {
    cursor: pointer;
    padding: 10px 30px;
    background: transparent;
    color: #fff;
    border: 0.1px solid #fff;
    font-size: 17px;
}

.hero-btn-getfot:hover {
    transform: scale(1.1);
    transition: 0.3s;
}

.hero-btn-about:hover {
    transform: scale(1.1);
    transition: 0.3s;
}

.text-img-owner {
    backgroun-color: #fff;
    text-align: left;
}


.image-owner-hero {
    color: #939393;
    opacity: 1;
    font-weight: 600;
}

.image-owner-hero:hover {
    text-decoration: underline;
    text-decoration-color: #939393;
}

.ayah {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    ackground-color: var(--MAIN-COLOUR);
    ox-shadow: rgba(0, 0, 0, 0.2) 10px 10px 40px 0px;
}

.ayah-content {
    width: 100%;
    max-width: var(--max);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 50px;
}

.ayah-surah {
    font-size: 25px;
    font-weight: 300;
    color: #000;
    letter-spacing: 1px;
    font-weight: 300;
    line-height: 30px;
    opacity: 0.9;
}

.subscribe {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 50px;
    padding-bottom: 150px;
}

.sub-content {
    width: 100%;
    max-width: var(--max);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    background-color: #f0f0f0;
    padding: 50px;
    border-radius: 5px;
}

.sub-title {
    font-size: 40px;
    font-weight: 600;
    padding: 20px;
}

.sub-text {
    font-size: 18px;
    font-weight: 00;
    padding: 30px 0;
    padding-top: 0;
}

.input-btn-sub {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.subscribe-input {
    width: 30%;
    padding: 10px;
    border: 2px solid #000;
    border-radius: 5px;
    outline: none;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.input-btn-sub .subscribe-input:focus {
    transition: 0.3s;
}

.subscribe-input:focus {
    width: 80%;
}

.subscribe-btn {
    padding: 10px 40px;
    margin-left: 15px;
    cursor: pointer;
    background-color: var(--MAIN-COLOUR);
    width: 100%;
    color: var(--colour5);
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.subscribe-btn:hover{
    transform: scale(1.1);
    transition: 0.3s;
}

.honest {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 50px;
    padding-bottom: 40px;
}

.honest-content {
    width: 100%;
    max-width: var(--max);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px;
}

.honest-title {
    font-size: 30px;
    font-weight: 600;
    opacity: 0.9;
    letter-spacing: 1px;
}

.honest-flex {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: top;
    padding: 80px 0px;
}

.flex-title {
    letter-spacing: 1px;
    text-align: left;
    line-height: 25px;
    opacity: 0.9;
}

.flex-text {
    font-size: 13px;
    letter-spacing: 1px;
    text-align: left;
    font-weight: 300;
    line-height: 25px;
    opacity: 0.9;
}



.flex-one {
    width: 30%;
    padding: 25px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    cursor: pointer;
}

.special {
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
}

.flex-one:hover {
    background-color: var(--MAIN-COLOUR);
    color: #fff;
    box-shadow: rgba(0, 0, 0, 1) 0px 5px 15px;
    transform: scale(1.1);
    transition: 0.3s;
}



.flex-image {
    margin-bottom: 10px;
}

.flex-title {
    margin-bottom: 40px;
}

.alsalam-white {
    color: #000;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    ox-shadow: rgba(0, 0, 0, 0.8) 10px -10px 100px 0px;
}


.alsalam {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--MAIN-COLOUR);
    ox-shadow: rgba(0, 0, 0, 0.8) 10px -10px 100px 0px;
}

.alsalam-content-white {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 80px;
    max-width: var(--max);
    text-align: center;
    color: #000;

}


.alsalam-effect {
    width: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.alsalam-content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 80px;
    max-width: var(--max);
    text-align: left;
}

.alsalam-title {
    font-size: 25px;
    padding: 10px 0 60px 0;
    padding-top: 0;
    font-family:Arial, Helvetica, sans-serif ;
    font-weight: 300;

}

.alsalam-text {
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    text-align: left;
    font-weight: 300;
    line-height: 30px;
    opacity: 0.9;
}

.app-show {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--MAIN-COLOUR);
    ackground: linear-gradient(to bottom, rgb(66, 78, 66) 1%, var(--MAIN-COLOUR) 99%);
    color: #fff;
    ackground-color: #06244711;
    background-color: #e1e1e1;
    background-color: #20381011;
    ox-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: rgb(243, 243, 243);
    background-color: var(--MAIN-COLOUR);

}

.app-show-white {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(243, 243, 243);
    ox-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.app-show-content {
    width: 100%;
    max-width: var(--max);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;    
}

.app-screen {
    width: 25%;
    ox-shadow: rgba(255, 255, 255, 0.35) 0px 5px 15px;
    margin-left: 150px;
}

.app-show-2 {
   width: 45%;
   margin-left: 150px;
}

.flex-app {
    padding: 30px;
    border-radius: 5px;
    ox-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-bottom: 30px;
}

.flex-title-app {
    font-size: 35px;
    margin-top: 10px;
    opacity: 0.9;
    line-height: 50px;
}

.flex-text-app {
    font-size: 16px;
}

.flex-btn-app {
    padding: 10px 50px;
    margin-top: 60px;
    cursor: pointer;
    font-weight: 600;
}

.flex-btn-app-green {
    padding: 10px 50px;
    margin-top: 60px;
    cursor: pointer;
    font-weight: 600;
    background-color: var(--MAIN-COLOUR);
    color: #fff;
}

.app-show-2-margin-right {
    margin-left: 50px;
    width: 45%;
}

.app-screen-margin-right {
    width: 25%;
    ox-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-left: 150px;
}

.about-full {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.about-full-content {
    width: 100%;
    max-width: var(--max);
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(/Images/pexels-a-darmel-8164428.jpg);
    background-image: url(/Images/pexels-a-darmel-8164749.jpg);
    background-image: url(/Images/pexels-oday-hazeem-4297-106606.jpg);
    background-position: bottom;
    background-size: cover;
}


.about-full-effect {
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    width: 100%;
    max-width: var(--max);
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 150px 80px;
    padding-top: 80px;
    padding-bottom: 60px;
}

.about-full-title {
    font-size: 30px;
    margin-bottom: 40px;
}

.about-full-boxes {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.join-title-center {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.join-title-center-two {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}

.face-two {
    width: 40px;
    margin-left: 0px;
    cursor: pointer;
}

.tick-flex-icon {
    text-align: left;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.1);
    margin-top: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    width: 47%;
    border-radius: 5px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
}

.social-icons {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.face {
    width: 30px;
    margin-left: 30px;
    cursor: pointer;
}

.face-one {
    margin-left: 0;
}

.about-full-box {
    width: 60%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 5px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
}

.about-full-box-title {
    margin-bottom: 5px;
}

.about-full-box-text {
    margin-bottom: 25px;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: left;
    font-weight: 300;
    line-height: 30px;
    opacity: 0.9;
}


.about-full-title-text {
    margin: 20px 0;
    font-size: 25px;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 30px;
    opacity: 0.9;
    text-align: left;
}

.about-full-text {
    font-weight: 00;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    text-align: left;
    font-weight: 300;
    line-height: 30px;
    opacity: 0.9;
}

.app-full-box-img {
    margin-bottom: 20px;
    width: 70px;
}

.about-full-btn-recite {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.about-full-btn {
    padding: 10px 40px;
    cursor: pointer;
}

.about-full-recite {
    font-weight: 600;
    cursor: pointer;
}


.join-gain-title {
    font-weight: 00;
    font-size: 25px;
    opacity: 0.9;
    letter-spacing: 1px;
    margin-bottom: 60px;
}



.tick-title {
    opacity: 0.9;
    letter-spacing: 1px;
    margin-top: 15px;
}

.join-gain-text {
    font-size: 16px;
    letter-spacing: 1px;
    text-align: left;
    font-weight: 300;
    line-height: 30px;
    opacity: 0.9;
    margin-top: 10px;
}

.tick-title-line-one {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: top;
}


footer {
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.footer-content {
    width: 100%;
    max-width: var(--max);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 100px 100px;
    text-align: left;
}

.flex-footer-links {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px;
    text-align: center;
}

.list-footer {
    padding: 20px;
    opacity: 0.9;
    padding-top: 120px;
}

.title-footer {
    width: 80px;
}

.footer-title {
    font-size: 18px;
    font-weight: 600;
    opacity: 0.9;
    letter-spacing: 1px;
}

.footer-list {
    margin-top: 20px;
}

.list-comp-footer {
    font-size: 15px;
    margin-top: 10px;
    color: #000;
    opacity: 0.9;
    letter-spacing: 1px;
}

.list-comp-footer:hover {
    text-decoration: underline;
    opacity: 1;
}

.footer-rights {
    padding: 10px;
    padding-top: 5px;
    width: 100%;
    border-top: 1px solid #000;
}

.huffad-footer-img-title {
    width: 40%;
}

.footer-title-subtext {
    font-size: 16px;
    opacity: 0.9;
    letter-spacing: 1px;
    line-height: 25px;
}









.news {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news-content {
    width: 100%;
    max-width: var(--max);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 80px;
    background-color: #06244711;
    background-color: #20381011;
    border-radius: 5px;
    background-color: rgb(243, 243, 243);

}

.news-hide {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 5px;
    background-color: rgb(243, 243, 243);
}

.news-title {
    font-size: 35px;
    opacity: 0.9;
    letter-spacing: 1px;
    font-weight: 600;
}

.news-text {
    opacity: 0.9;
    line-height: 25px;
    font-size: 16px;
    margin-top: 20px;
    text-align: center;
}

.news-sub-text {
    opacity: 0.9;
    line-height: 25px;
    font-size: 16px;
    margin-top: 30px;
    text-align: center;
    font-weight: 300;
}

.input-news {
    width: 80%;
    margin-top: 10px;
    opacity: 0.9;
    line-height: 25px;
    font-size: 16px;
    font-weight: 300;
    border-radius: 5px;
    padding: 5px 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    outline: none;
    border: none;
}

.input-news:focus {
    border: 1.5px solid var(--MAIN-COLOUR);
}


.news-btn {
    padding: 10px 40px;
    background-color: var(--MAIN-COLOUR);
    color: #fff;
    margin-top: 30px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 300;
}

.news-sub-text-2 {
    opacity: 0.9;
    line-height: 25px;
    font-size: 16px;
    margin-top: 40px;
    text-align: center;
}

.report {
    margin-top: 100px;
}




