
@font-face {
    font-family: DroidKufiLight;
    src: url(../fonts/droidkufi-regular.eot);
    src: url(../fonts/droidkufi-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/droidkufi-regular.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

h1, h2, h3, h4, h5, h6, p, span, div {
    font-family: DroidKufiLight;
}

h1 {
    font-size: 2em;
}
h2 {
    font-size: 1.2em !important;
}
.menu, .intro-content h2, .experience-content h3, .experience-content p {
    direction: rtl;
}

.hidden-xs {float: right}
.intro-content h1 {font-weight: bold}
.experience-content h2{
    color: #232222;
    font-weight: bold;
    direction: rtl;
}


::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 12px;
}

::-webkit-scrollbar:horizontal {
    height: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}
.projectForText {
    padding: 15px;
    direction: rtl;
    text-align: justify;
    background: #262731;
}
.projectForText h3, .projectForText p {
    color: #fff;
    line-height: normal;
}

.fa-balance-scale:before {
    content: "\f24e";
}

.team {
    width: 100vw;
    height: 10vh;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2000;
    background: red;
}
@media screen and (max-width: 850px) {
    .heading h2 {
        font-size: 1em !important;
    }
    .intro-content h2 {
        height: 23vh;
        overflow-y: scroll;
        overflow-x: hidden;
        padding: 3vh;
        font-size: 0.9em !important;
        width: 90%;
    }
    .heading.col-md-6 {
        width: 25%;
        float: right;
    }
    .heading.col-md-6 .hidden-xs{
        display: none;
    }
}
@media screen and (max-width: 600px) {
    .heading.col-md-6 {
        width: 25%;
        float: right;
    }
}
@media screen and (max-width: 450px) {
    .menu > div:nth-child(1) {
        width: 49.5%;
        float: right;
    }
    .menu > div:nth-child(2) {
        width: 49.5%;
        float: left;
    }
    .menu > div:nth-child(3) {
        text-align: center;
    }
    .menu > div:nth-child(4) {
        height:50%;
    }
    .heading.col-md-6 {
        width: 50%;
    }
}
.fa-search:before {
    float: right;
    padding-right: 10px;
}
.portfolio p  {
    padding: 4%;
    direction: rtl;
    background: #333544;
    color: #fff;
    line-height: normal;
}

header {
    position: relative;
}
.leaderboard {
    display: block;
    height: 90px;
    width: 728px;
    margin: 0 calc((100% - 728px) / 2)
}

.showcase {
    display: none;
    height: 250px;
    width: 300px;
    margin: 0 calc((100% - 300px) / 2)
}

@media screen and (min-width:320px) and (max-width:767px) {
    .leaderboard {
        display: none
    }

    .showcase {
        display: block
    }
}