@font-face {
    font-family: Yekan;
    src: url('../fonts/Yekan.eot');
    src: url('../fonts/Yekan.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Yekan.woff') format('woff'),
    url('../fonts/Yekan.ttf') format('truetype');
    font-weight: normal;
}

/* --------------------------------

Primary style

-------------------------------- */
*, *::after, *::before {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    font-family: 'Yekan', -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #000;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    direction: rtl;
}

body::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'mobile';
    display: none;
}

@media only screen and (min-width: 1050px) {
    body::before {
        /* never visible - this is used in jQuery to check the current MQ */
        content: 'desktop';
    }
}

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

a:hover {
    color: #ececec;
}

/* Add Styles */
* {
    outline: none;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.cd-section {
    height: 100vh;
}

.cd-section > div {
    background-size: cover;
    background: url('../images/background2.jpg') no-repeat 50% 50%;
    height: 100vh;
}

.menu-container {
    z-index: 5;
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin: 20px auto 0;
}

.custom-radius {
    border-radius: 0 30px 0 30px;
    -moz-border-radius: 0 30px 0 30px;
    -webkit-border-radius: 0 30px 0 30px;
}

.menu-bar {
    background: #ffb94b; /* Old browsers */
    background: -moz-linear-gradient(left, #ffca41 0%, #e97b18 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ffca41 0%, #e97b18 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ffca41 0%, #e97b18 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffca41', endColorstr='#e97b18', GradientType=1); /* IE6-9 */
    align-self: flex-end;
    width: 90%;
    margin-right: 20px;
    z-index: 5;
}

.menu-bar li {
    width: 20%;
    list-style-type: none;
    display: inline-block;
    text-align: center;
    padding: 10px;
}

.menu-bar a.active {
    color: #fff;
}

.navbar-toggler-icon {
    background-image: url("../images/menu.svg");
    cursor: pointer;
}

.navbar-toggler {
    margin: 5px;
    float: left;
}

.navbar-toggler:focus, .navbar-toggler:hover {
    outline: none;
}

.logo {
    max-width: 50px;
    height: auto;
    float: right;
    align-self: flex-end;
    z-index: 5;
}

.section-1 .page, .section-4 .page {
    margin-top: 150px;
}

/* Section 1 */
.col-content h2 {
    font-weight: bold !important;
}

.col-content p {
    margin: 30px 0;
}

.progress-container {
    position: relative;
    height: 100px;
    padding-top: 40px;
    font-weight: 100;
    margin-bottom: 30px;
}

.progress-container .max-value {
    position: absolute;
    right: 5px;
}

.progress-container .current-value {
    position: absolute;
    top: 0;
    display: block;
    text-align: center;
}

.progress-container .current-value span {
    color: #e77719;
    display: block;
    top: 19px;
    left: 50%;
    position: absolute;
    clear: both;
    font-size: 0.8em;
}

.progress-container .progress {
    direction: ltr;
    font-size: 1em;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    width: 90%;
    display: inline-block;
}

.progress-container .unit {
    width: 10%;
    text-align: left;
    left: 0;
    position: absolute;
    display: inline-block;
}

.progress-container .progress-bar {
    height: 25px;
    padding: 5px;
    background-color: #e77719;
}

.campaign-count {
    font-weight: bold;
    font-size: 1.5em;
}

.campaign-count span {
    color: #fff;
    background-color: #e77719;
    padding: 5px 10px;
    margin-left: 5px;
}

.campaign-count span:last-child {
    margin-right: 5px;
}

.col-donate {
    text-align: center;
}

.featured-pic {
    max-width: 100%;
    max-height: 350px;
    height: auto;
}

.my-btn {
    background-color: #d91c5c;
    font-size: 1.1em;
    padding: 10px 15px;
    margin-top: 15px;
    cursor: pointer;
}

/* Section 2 */
.section-2 > div, .section-3 > div {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.section-2 .page > * {
    margin-bottom: 30px;
}

.section-2 p {
    text-align: right;
}

/* Section 3 */
.section-3 {
    position: relative;
}

.section-3 .nav-items {
    position: relative;
    width: 30rem;
    height: 30rem;
    padding: 0;
    border-radius: 50%;
    list-style: none;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-3 .nav-items > * {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5rem;
    height: 5rem;
    margin: -4.5rem;
}

.section-3 .nav-items > .nav-item:nth-of-type(2) {
    transform: rotate(30deg) translate(15rem) rotate(-30deg);
}

.section-3 .nav-items > .nav-item:nth-of-type(3) {
    transform: rotate(90deg) translate(15rem) rotate(-90deg);
}

.section-3 .nav-items > .nav-item:nth-of-type(4) {
    transform: rotate(150deg) translate(15rem) rotate(-150deg);
}

.section-3 .nav-items > .nav-item:nth-of-type(5) {
    transform: rotate(210deg) translate(15rem) rotate(-210deg);
}

.section-3 .nav-items > .nav-item:nth-of-type(6) {
    transform: rotate(270deg) translate(15rem) rotate(-270deg);
}

.section-3 .nav-items > .nav-item:nth-of-type(7) {
    transform: rotate(330deg) translate(15rem) rotate(-330deg);
}

.section-3 .nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 9rem;
    width: 9rem;
    border-radius: 50%;
    font-size: 3rem;
}

.section-3 .nav-link {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    border: 3px solid #e77719;
    border-radius: 50%;
    background: #e77719;
    transition: all 0.3s ease-in-out;
}

.section-3 .nav-link i,.section-3 .nav-link img {
    transition: all 0.3s ease-in-out;
}
.section-3 .nav-link img{
/*    max-width: 100%;
*/    max-height: 100%;
    height: auto;
}
.section-3 .nav-link:hover {
    border-color: #e07318;
    box-shadow: inset 0em 0em 2rem rgba(0, 0, 0, 0.15);
    transform: scale(0.99);
}

.section-3 .nav-link:hover i ,.section-3 .nav-link:hover img{
    opacity: 0.9;
}



/* Section 4 */
.section-4 .row > div {
    margin-bottom: 20px;
}

.section-4 .item {
    background-size: cover;
    height: 180px;
    overflow: hidden;
}

.section-4 h3 {
    text-align: center;
    margin-bottom: 30px;
}

.more-btn {
    background-color: #d91c5c;
    border: none;
    cursor: pointer;
    font-size: 1em;
}

.section-4 h4 {
    font-weight: 400;
}

.section-4 .item {
    position: relative;
}

.section-4 .title-bg {
    position: absolute;
    height: 100px;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: center;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}

.section-4 .title-bg * {
    align-self: flex-end;
    margin: 13px;
}

.section-4 .item:hover {

}

/* Footer */
footer.footer {
    background-color: #7a7a7a;
    color: #fff;
    padding: 10px;
    text-align: center;
    display: none;
}

/* /Add Styles */

/* Bootstrap Fix */
.navbar-nav {
    width: 100%;
    margin: 0;
    padding: 0;
}

.nav-link {
    display: inline;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

.btn-danger.focus, .btn-danger:focus {
    box-shadow: none;
}

/* /Bootstrap Fix */

/* --------------------------------

Main Components 

-------------------------------- */
@media only screen and (min-width: 1050px) {
    body[data-hijacking="on"] {
        overflow: hidden;
    }
}

@media only screen and (min-width: 1050px) {
    .cd-section h2 {
        font-size: 4rem;
        font-weight: 300;
    }

    [data-hijacking="on"] .cd-section {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    [data-hijacking="on"] .cd-section > div {
        visibility: visible;
    }

    [data-hijacking="off"] .cd-section > div {
        opacity: 0;
    }

    [data-animation="rotate"] .cd-section {
        /* enable a 3D-space for children elements */
        -webkit-perspective: 1800px;
        -moz-perspective: 1800px;
        perspective: 1800px;
    }

    [data-hijacking="on"][data-animation="rotate"] .cd-section:not(:first-of-type) {
        -webkit-perspective-origin: center 0;
        -moz-perspective-origin: center 0;
        perspective-origin: center 0;
    }

    [data-animation="scaleDown"] .cd-section > div, [data-animation="gallery"] .cd-section > div, [data-animation="catch"] .cd-section > div {
        box-shadow: 0 0 0 rgba(25, 30, 46, 0.4);
    }

    [data-animation="opacity"] .cd-section.visible > div {
        z-index: 1;
    }
}

@media only screen and (min-width: 1050px) {
    .cd-section:first-of-type > div::before {
        display: none;
    }
}

@media only screen and (min-width: 1050px) {
    .cd-section > div {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        /* Force Hardware Acceleration */
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    [data-hijacking="on"] .cd-section > div {
        position: absolute;
    }

    [data-animation="rotate"] .cd-section > div {
        -webkit-transform-origin: center bottom;
        -moz-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        -o-transform-origin: center bottom;
        transform-origin: center bottom;
    }
}

.cd-vertical-nav {
    /* lateral navigation */
    display: none;
    position: fixed;
    z-index: 1;
    right: 3%;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cd-vertical-nav a {
    display: block;
    height: 40px;
    width: 40px;
    /* image replace */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(../images/cd-icon-arrow.svg) no-repeat center center;
}

.cd-vertical-nav a.cd-prev {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-bottom: 10px;
}

.cd-vertical-nav a.inactive {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
    -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
    transition: opacity 0.2s 0s, visibility 0s 0.2s;
}

@media only screen and (min-width: 1050px) {
    /*.cd-vertical-nav {
        display: block;
    }*/
}

@media only screen and (max-width: 1049px) {
    .cd-section .page {
        margin-top: 0;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .col-content {
        margin-bottom: 30px;
    }

    .cd-section, .cd-section > div {
        height: auto;
    }

    .campaign-count {
        font-size: 1.1em;
    }

    .campaign-count span {
        padding: 0 5px;
    }

    .section-3 .nav-items {
        width: 40rem;
        height: 50rem;
    }

    .cd-section > div {
        background: none;

    }

    .cd-section:nth-child(odd) > div {
        background-color: #e9ecef;
    }

    .menu-bar li {
        width: 100%;
        text-align: right;
    }

    .menu-container-2 {
        margin: 0;
    }

    .logo {
        align-self: flex-start;
    }

    footer.footer {
        display: block;
    }
}

@media only screen and (max-width: 540px) {
    .section-3 .nav-items {
        width: 100%;
    }

    .section-3 .nav-items > .nav-item:nth-of-type(2) {
        transform: rotate(30deg) translate(12rem) rotate(-30deg);
    }

    .section-3 .nav-items > .nav-item:nth-of-type(3) {
        transform: rotate(90deg) translate(12rem) rotate(-90deg);
    }

    .section-3 .nav-items > .nav-item:nth-of-type(4) {
        transform: rotate(150deg) translate(12rem) rotate(-150deg);
    }

    .section-3 .nav-items > .nav-item:nth-of-type(5) {
        transform: rotate(210deg) translate(12rem) rotate(-210deg);
    }

    .section-3 .nav-items > .nav-item:nth-of-type(6) {
        transform: rotate(270deg) translate(12rem) rotate(-270deg);
    }

    .section-3 .nav-items > .nav-item:nth-of-type(7) {
        transform: rotate(330deg) translate(12rem) rotate(-330deg);
    }
}
div.title-bg h4 {
    background-color: rgba(1,1,1,0.5);
    color: white;
    padding: 5px;
}
.focor {
position: absolute;
bottom: 0;
font-size: 12px;
width: 100%;
}
.focor a {
    text-align: center;
    display: block;
    font-size: 14px;
}
@media only screen and (max-width: 1149px) {
.focor {
position: absolute;
bottom: 0;
font-size: 12px;
display: none;
}}