﻿.twitter-header {
    width: 100%;
    height: 50px;
    display: flex;
}

    .twitter-header img {
        width: 30px;
        height: 30px;
        margin: 10px 5px;
    }

.twitter-title {
    color: #59595b;
    font-size: 24px;
    margin-left: 20px;
}

.BottomSection .Twitter-box {
    width: 50%;
    margin: 50px 2%;
    margin-top: 90px;
    height: 340px;
    overflow-y: scroll;
    padding: 5px;
    border: solid #d8a800;
    border-radius: 10px;
}

.Twitter-box:hover::-webkit-scrollbar {
    width: 12px;
}

.Twitter-box::-webkit-scrollbar {
    width: 0px;
    background-color: white;
}

.Twitter-box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #d8a800;
}

.Twitter-box::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: white;
}

.jobApplyBox {
    text-align: center;
    width: 100%;
    padding: 80px 10%;
    background: #EEE;
}

    .jobApplyBox .Description {
        font-size: 22px;
        font-weight: 500;
        direction: rtl;
        margin-bottom: 50px;
    }

    .jobApplyBox .Applying {
        font-size: 28px;
        display: inline-block;
        margin: 10px 40px;
    }

        .jobApplyBox .Applying .Title {
            position: relative;
            font-size: 24px;
            width: 20vw;
            margin: 0 60px;
            display: grid;
            display: -ms-grid;
            justify-items: center;
            justify-content: center;
            white-space: nowrap;
        }

        .jobApplyBox .Applying .Employer {
            float: left;
        }

        .jobApplyBox .Applying .Employee {
            float: right;
        }

        .jobApplyBox .Applying .kafobtn {
            position: relative;
            background-color: #d8a800;
            font-size: 20px;
            margin: 15px 0;
            padding: 10px 0;
            width: 100%;
        }

            .jobApplyBox .Applying .kafobtn:hover {
                background: #59595b;
            }


@media only screen and (max-width: 870px) {
    .jobApplyBox .Applying {
        display: inline-grid;
    }
}


.Applying .kafobtn a {
    color: white !important;
    text-decoration: none !important;
    padding: 5px 25px;
}


.BottomSection {
    display: flex;
}

    .BottomSection .SayingAboutUs {
        width: 50%;
        height: 370px;
        margin: 50px 1%;
    }

@media only screen and (max-width: 1000px) {
    .BottomSection {
        display: flex;
        align-items: center;
        flex-flow: column-reverse;
    }

        .BottomSection .SayingAboutUs {
            width: 90%;
            margin: 50px 5%;
        }

        .BottomSection .Twitter-box {
            width: 90%;
            margin: 50px 5%;
        }
}

/* loading animation */
#partnerCardLoading {
    width: 10vw;
    height: 10vw;
    margin: 10px;
}

#sayingLoading {
    display: grid;
}

    #sayingLoading .CardQuote {
        width: 25vw;
        margin: auto;
    }

    #sayingLoading .name, #sayingLoading .title, #sayingLoading .one, #sayingLoading .two {
        height: 1.5vw;
        margin: 5px auto;
    }

    #sayingLoading .two {
        width: 50%;
    }

    #sayingLoading .name {
        width: 80%;
    }

    #sayingLoading .title {
        width: 60%;
    }

    #sayingLoading .img {
        height: 5vw;
        width: 5vw;
        margin: 15px auto;
        margin-top: 30px;
    }

@media only screen and (max-width: 1000px) {
    #sayingLoading .CardQuote {
        width: 50vw;
    }
}

#newsLoading {
    display: flex;
}

    #newsLoading .title, #newsLoading .img, #newsLoading .paragraph .one, #newsLoading .paragraph .two, #newsLoading .footer {
        position: relative;
        height: 4vw;
    }

    #newsLoading .img {
        float: left;
        left: 10px;
        height: 10vw;
        width: 30%;
        margin: 15px 0;
    }

    #newsLoading .paragraph {
        display: grid;
        justify-items: right;
        float: right;
        right: 10px;
        width: 65%;
        margin: 15px 0;
        margin-left: 40px;
    }

        #newsLoading .paragraph .one {
            width: 90%;
            height: 2vw;
            margin: 5px;
        }

        #newsLoading .paragraph .two {
            width: 45%;
            height: 2vw;
            margin: 5px;
        }

    #newsLoading .content {
        display: flex;
    }

    #newsLoading .footer {
        bottom: 0px;
        position: absolute;
        width: 100%;
    }

#sliderLoading {
    position: relative;
    width: 100%;
    height: 28.5vw;
    -webkit-background-size: 1440px 410px;
}

.LoadingAnimation {
    background-color: #CCC;
    animation-name: animate;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
    background: -webkit-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
}

.LoadingAnimationSlow {
    background-color: #CCC;
    animation-name: animateSlow;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
    background: -webkit-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
}

@keyframes animate {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 1440px 0
    }
}

@keyframes animateSlow {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 440px 0
    }
}
.allnews{
    text-align:center;
}
    .allnews a {

        cursor:pointer;
    }




/*------------ Visitor Counter ---------------*/
.counter {
    color: #444;
    font-family: 'Muli', sans-serif;
    width: 180px;
    height: 180px;
    text-align: center;
    border-radius: 100%;
    padding: 77px 32px 40px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.counter:before,
.counter:after{
    content: "";
    background: #fff;
    width: 85%;
    height: 85%;
    border-radius: 100%;
    box-shadow: -5px 5px 5px rgba(0,0,0,0.3);
    transform: translateX(-50%)translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}
.counter:after{
    background: linear-gradient(45deg,#ad8807 49%, #d8a800 50%);
    width: 100%;
    height: 100%;
    box-shadow: none;
    transform: translate(0);
    top: 0;
    left: 0;
    z-index: -2;
    clip-path: polygon(50% 50%, 50% 0, 100% 0, 100% 100%, 0 100%, 0 50%);
}
.counter .counter-icon{
    color: #fff;
    background: linear-gradient(45deg,#ad8807 49%, #d8a800 50%);
    font-size: 33px;
    line-height: 69px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    top:  0;
    left: 0;
    z-index: 1;
    transition: all 0.3s;
}
.counter .counter-icon i.fa{
    transform: rotateX(0deg);
    transition: all 0.3s ease 0s;
}
.counter:hover .counter-icon i.fa{ transform: rotateX(360deg); }
.counter h3{
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 3px;
}
.counter .counter-value{
    font-size: 20px;
    font-weight: 700;
    top: 10px;
    position: relative;
}
.counter.orange{ color: #F38631; }
.counter.orange:after,
.counter.orange .counter-icon{
    background: linear-gradient(45deg,#F38631 49%,#F8A059 50%);
}
.counter.green{ color: #88BA1B; }
.counter.green:after,
.counter.green .counter-icon{
    background: linear-gradient(45deg,#88BA1B 49%,#ACD352 50%);
}
.counter.blue{ color: #5DB3E4; }
.counter.blue:after,
.counter.blue .counter-icon{
    background: linear-gradient(45deg,#5DB3E4 49%,#7EBEE1 50%);
}

@media screen and (max-width:969px) {
    .counter {
        margin-bottom: 40px;
        width: 140px !important;
        height: 140px !important;
    }
    .counter .counter-icon{
        width: 40px;
        height: 40px;
    }
    .counter-icon img {
        width: 25px !important;
        height: 20px !important;
        position: relative;
        bottom: 8px;
    }
    .counter h3 {
        bottom: 25px;
        position: relative;
    }
    .counter .counter-value {
        bottom: 16px;
        top: auto;
    }
    .mbm {
        padding-bottom: 0 !important;
    }
    .mbmb {
        padding-top: 0 !important;
    }
}

/* Gift Button */
.gift-button {
    position: fixed;
    right: 10px;
    top: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #d8a800;
    border-radius: 50%;
    cursor: pointer;
}

    .gift-button img {
        color: #FFFFFF;
        transition: all 0.5s;
    }

    .gift-button:hover img {
        transition: all 0.5s;
        transform: rotate(360deg);
    }

/* Donation Button */
.donation-button {
    position: fixed;
    left: 10px;
    top: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: fit-content;
    padding: 10px;
    background-color: #d8a800;
    border-radius: 25px;
    cursor: pointer;
}

    .donation-button span {
        font-size: 16px;
        color: #FFFFFF;
    }

    .donation-button a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        padding: 5px;
        background-color: #FFFFFF;
    }

    .donation-button img {
        color: #d8a800;
        transition: all 0.5s;
    }

    .donation-button:hover img {
        transition: all 0.5s;
        transform: rotate(360deg);
    }


/* Banks Page */
.banks-bg {
    min-height: 100vh;
    color: #6c6c62;
}

    .banks-bg .title-page {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 1rem 0;
    }

        .banks-bg .title-page p {
            margin: 0;
            font-size: 2rem;
            font-weight: 700;
            text-align: center;
        }

    .banks-bg .hero-img {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .banks-bg .hero-img img {
            width: 50%;
        }

    .banks-bg .banks-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 1rem 0;
    }

        .banks-bg .banks-content p {
            margin: 0;
            font-size: 1.5rem;
            font-weight: 500;
            text-align: center;
        }

        .banks-bg .banks-content .col-md-6 {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 2rem 1rem;
        }

            .banks-bg .banks-content .col-md-6 .item {
                display: contents;
                flex-direction: row;
                align-items: flex-start;
                justify-content: space-between;
            }

                .banks-bg .banks-content .col-md-6 .item img {
                    width: 80%;
                }

.custom-tooltip {
    position: relative;
    display: inline-block;
}

    .custom-tooltip button {
        background-color: #d8a800;
        padding: 5px 20px;
        border: none;
        outline: none;
        border-radius: 10px;
        color: #FFFFFF;
        font-size: 1rem;
        font-weight: 600;
    }

    .custom-tooltip .tooltiptext {
        visibility: hidden;
        width: 110px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px;
        position: absolute;
        z-index: 1;
        bottom: 130%;
        left: 85%;
        margin-left: -75px;
        opacity: 0;
        transition: opacity 0.3s;
        font-size: 14px;
    }

        .custom-tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .custom-tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

@media(max-width : 768px) {
    .banks-bg .container .row {
        margin: 0;
    }

    .banks-bg .hero-img img {
        width: 100%;
    }

    .banks-bg .banks-content .col-md-6 {
        padding: 1rem;
    }

        .banks-bg .banks-content .col-md-6 .item {
            align-items: flex-end;
        }

            .banks-bg .banks-content .col-md-6 .item img {
                width: 75%;
            }

    .custom-tooltip button {
        font-size: 14px;
    }

    .custom-tooltip .tooltiptext {
        width: 70px;
        font-size: 12px;
        left: 110%;
    }
}
