/** Fonts **/
@font-face {
    font-family: GE-Flow;
    src: url("../fonts/GE-Flow.ttf");
}

@font-face {
    font-family: Gothic-Bold;
    src: url("../fonts/GOTHICB.TTF");
}

@font-face {
    font-family: fontawesome;
    src: url(../fonts/fontawesome/webfonts/fa-solid-900.ttf);
}

:root {
    --primary: #13aeb4;
    --secondary: #FFF0E6;
    --light: #F8F8F9;
    --dark: #001D23;
    --orange: #13aeb4;
}
/** Font Size **/
body {
    direction: rtl;
    font-family: GE-Flow;
    font-size: 1.2rem;
    /* color: #777777; */
    line-height: 1.3;
    cursor: default;
    overflow-x: hidden;
}

.border-primary {
    border-color: #13aeb4 !important;
}

.btn-primary {
    color: #000;
    background-color: #001D23;
    border-color: white;
}

.bg-secondary {
    background-color: #13aeb4 !important;
}

.bg-primary {
    background-color: #13aeb4 !important;
}

.text-primary {
    color: white !important;
}

.btn-outline-primary {
    color: #13aeb4;
    border-color: #13aeb4;
}

    .btn-outline-primary:hover {
        color: #000;
        background-color: #13aeb4;
        border-color: #13aeb4;
    }

.btn-link {
    color: #13aeb4;
}

a, a:hover {
    color: #14aeb6;
    text-decoration: none;
}

.font-ar {
    font-family: GE-Flow !important;
}

.font-en {
    font-family: "Saira", sans-serif !important;
}

.vh-50 {
    height: 50vh;
}

.vh-80 {
    height: 80vh;
}

.vh-90 {
    height: 90vh;
}

.vh-100 {
    height: 100vh;
}

.max-vh-50 {
    max-height: 50vh;
}

.max-vh-80 {
    max-height: 80vh;
}

.max-vh-90 {
    max-height: 90vh;
}

.max-vh-100 {
    max-height: 100vh;
}

.max-vw-50 {
    max-width: 50%;
}

.max-vw-80 {
    max-width: 80%;
}

.max-vw-90 {
    max-width: 90%;
}

.max-vw-100 {
    max-width: 100%;
}

.dropdown-item {
    text-align: right;
}

.navbar .dropdown-toggle::after {
    margin-right: 8px;
}

.feadbackSwiper .user-feadback {
    /* border-color: #13aeb4 !important;
    border: 1px solid; */
    border-radius: 10px !important;
    padding: 5px;
}

.feadbackSwiper .user-text {
    border-color: #13aeb4 !important;
    /* border: 1px solid; */
    border-radius: 10px !important;
    border: none;
}

.user-feadback .user-image {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    top: -20px;
    z-index: 100;
}

.user-feadback img {
    width: 100%;
}

.user-feadback .user-image .user-image-container {
    position: relative;
}

.user-feadback .user-image .icon {
    color: #0778e9;
    background-color: white;
    height: 20px;
    border-radius: 50%;
    padding: 0px;
    position: fixed;
    top: 54px;
    right: 52%;
    font-size: 20px;
}

.testimonial-item .icon {
    color: #0778e9;
    background-color: white;
    height: 20px;
    border-radius: 50%;
    padding: 0px;
    position: fixed;
    top: 67px;
    right: 52%;
    font-size: 20px;
}

.user-feadback .user-text {
    border-radius: 5px;
}

.center-horizontal {
    margin: 0 auto;
}

.feadbackSwiper .user-feadback {
    background-color: white;
}

.navbar-nav {
    font-size: 1.4rem;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: var(--orange);
}

.about-content {
    font-size: 1.4rem;
}

.whatsapp {
    background: #25D366;
    border: none;
    color: #ffffff;
}

    .whatsapp:hover,
    .whatsapp:focus,
    .whatsapp:active {
        background: #25D366;
        border: none;
        color: #ffffff;
    }

.call {
    background: #128C7E;
    border: none;
    color: #ffffff;
}

    .call:hover,
    .call:active,
    .call:focus {
        background: #128C7E;
        border: none;
        color: #ffffff;
    }

.custom-tooltip-whatsapp .tooltip-inner {
    background: #25D366;
}

.custom-tooltip-whatsapp .tooltip-arrow::before {
    border-right-color: #25D366;
}

.custom-tooltip-call .tooltip-inner {
    background: #128C7E;
}

.custom-tooltip-call .tooltip-arrow::before {
    border-right-color: #128C7E;
}

.page-header {
    background: linear-gradient(rgba(0, 29, 35, .8), rgba(0, 29, 35, .8)), url(../img/page-header.jpeg) center center no-repeat;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: right;
    color: rgba(255, 255, 255, 0.5);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
    font-size: 1.2rem;
}

    .footer .btn.btn-link::before {
        position: relative;
        content: "\f104";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        color: rgba(255, 255, 255, 0.5);
        margin-left: 10px;
    }


.noData {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 70vh;
    text-align: center;
    padding: 1.875rem;
}
/************* Loading Page ***********/
.loading-page {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.9);
}

    .loading-page img {
        max-width: 200px;
    }

.carousel-caption {
    background: rgba(0, 29, 35, .6);
}

.progress-bar {
    background-color: #13aeb4;
}

.breadcrumb-item.active {
    color: var(--orange) !important;
}

@media (max-width: 768px) {
    .causes-item .causes-overlay {
        height: 100% !important;
        opacity: 1 !important;
    }
}
