@import url('https://fonts.googleapis.com/css?family=Almarai&display=swap');
html, body, h1, h2, h3, h4, h5, h6 {
    font-family: "Almarai","Comic Sans MS", cursive, sans-serif !important;
}
input::placeholder{
    text-align:right;
}
/*scrollbar style*/
/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
/*scrollbar style*/
.bolder{
    font-weight: bolder;
}
.inline-block{
    display: inline-block;
}
.list-style-none{
    list-style: none;
}
.font-size-12{
    font-size: 12px !important;
}
.font-size-13{
    font-size: 13px !important;
}
.font-size-14{
    font-size: 14px !important;
}
.font-size-15{
    font-size: 15px !important;
}

a{
    text-decoration: none;
}
.right-shadow {
    box-shadow: 3px 0 3px 0 rgba(0,0,0,.7);
}
.index{
    background: rgba(0,0,0,.8);
}
.w3-table td, .w3-table th, .w3-table-all td, .w3-table-all th {
     text-align: right!important;
    direction: rtl;
}
.vh-center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.relative{
    position: relative;
}
.sidebar .w3-bar-item{
    float: right!important;
}

.portfolio-column {
    float: right;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 15px;
}

/* Remove extra left and right margins, due to padding */
.portfolio-row {margin: 0 -5px;}

/* Clear floats after the columns */
.portfolio-row:after {
    content: "";
    display: table;
    clear: both;
}
.portfolio-card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 16px;
    text-align: center;
    background-color: #f1f1f1;
}
.portfolio-card-item{
    width: 48%;
    height: auto;
    display: inline-block;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .half-height{
        height: 50vw;
    }
    .index .font-size{
        font-size: 2rem!important;
    }
    .index .font-size-icon{
        font-size: 5rem!important;
    }
    .portfolio-column {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
    .portfolio-card-item{
        width: 100%;
        height: auto;
        display: block;
    }
    .portfolio-card-item ul{
        padding: 0!important;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .half-height{
        height: 28vw;
    }
    .index .font-size{
        font-size: 1.7rem!important;
    }
    .index .font-size-icon{
        font-size: 4.5rem!important;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .half-height{
        height: 50vh;
    }
    .index .font-size{
        font-size: 2.5rem!important;
    }
    .index .font-size-icon{
        font-size: 6rem!important;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .index .font-size{
        font-size: 2.5rem!important;
    }
    .index .font-size-icon{
        font-size: 7rem!important;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}

