﻿@import url('https://fonts.googleapis.com/css2?family=Zilla+Slab:wght@300&display=swap');
/* === General === */
body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
}

a {
    color: #A3A3A3;
    text-decoration: none;
}

    a:hover {
        color: #86db9f;
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: "Zilla Slab", sans-serif;
}

h1 {
    font-size: 40px;
}
/* === Header === */
#header {
    background: #ffffff;
    height: 120px;
}

    #header .logo img {
        height: 80px;
    }

/* === Navbar === */
.navbar {
    padding: 0;
}

    .navbar ul {
        margin: 0;
        padding: 0;
        list-style: none;
        align-items: center;
    }

    .navbar li {
        position: relative;
    }

.nav-item .dropdown-toggle{
margin-left:20px;
}
.navbar-nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px 10px 30px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #716D6D;
    font-weight: 350;
}

.navbar a:hover, .navbar a:active {
    color: #1CABA7;
}

.navbar .btn-join {
    padding: 10px 20px;
    background: #C0CE0F;
    color: #ffffff;
    margin-left: 30px;
}
/* === Khaas Keta === */
#khaasketa {
    width: 100%;
    height: 80vh;
    background: url("../images/prayer-flag.jpg");
    background-size: cover;
    position: relative;
}

    #khaasketa .container {
        padding-top: 220px;
    }

    #khaasketa:before {
        content: "";
        background: rgba(0, 0, 0, 0.6);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    #khaasketa h1 {
        color: #ffffff;
        line-height: 60px;
        margin-bottom: 28px;
    }

@media (max-width:768px) {
    #khaasketa h1 {
        font-size: 28px;
        line-height: 40px;
    }
}

#khaasketa .btn-donate {
    background: #C0CE0F;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 36px;
    border-radius: 24px;
}

#shortomlas {
    background: #ffffff;
    padding: 90px 0px;
    align-content: center;
    text-align: center;
}

    #shortomlas h1 {
        font-size: 34px;
        padding-bottom: 12px;
        color: #EE8722;
    }

    #shortomlas p {
        margin-bottom: 40px;
    }

    #shortomlas .btn-join {
        background: #C0CE0F;
        color: #ffffff;
        font-size: 20px;
        padding: 10px 60px;
    }

#sfs {
    background: #d7e7e7;
}

    #sfs h1 {
        font-size: 34px;
        color: #ffffff;
        padding-top: 160px;
        padding-bottom: 12px;
    }

    #sfs p {
        line-height: 30px;
        color: #464646;
        padding-bottom: 160px;
        width: 650px;
    }

    #sfs .bground {
        background: url("../images/bg-logo1.png");
        background-position: right center;
        background-repeat: no-repeat;
    }

@media (max-width:900px) {
    #sfs p {
        width: 100%;
    }
}

#fdv {
    padding: 90px 0px;
}

    #fdv .icon-card {
        position: relative;
        display: flex;
        float: none;
    }

        #fdv .icon-card i {
            font-size: 70px;
            color: rgba(238, 180, 32, 0.6);
            transform: rotate(15deg);
            transition: ease .5s;
        }

        #fdv .icon-card:hover i {
            transform: rotate(0deg);
        }

    #fdv h1 {
        font-size: 30px;
        position: absolute;
        top: 32px;
        margin-left: 54px;
    }

#footer {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 70%, rgba(1,1,1,1) 99%);
    padding: 90px 0px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 300;
}
