/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

@font-face {
    font-family: 'Noto Sans';
    src:  url('font/NotoSansArabic-Light.ttf?') format('truetype');
}

@font-face {
    font-family: 'Mitra';
    src:  url('font/Far_Mitra.ttf') format('truetype');
}

* {
    font-family: 'Noto Sans';
}

body {   
    position: relative;
    padding-top: 3rem;
    /* padding-bottom: 3rem; */
    color: #5a5a5a;
}

.nav-link:hover {
    cursor: default;
}/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
    
    text-shadow: 2px 2px 4px #000011;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 32rem;
}
.carousel-item > img {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    height: 32rem;
    object-fit: cover;
    float:left;
    width:50%;
    height:100%
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}
.marketing h2 {
    font-weight: 400;
}
.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 2rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        /*font-size: 50px;*/
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon {
    outline: none;
    border: none;
    box-shadow: none;
}


.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }

    .hide-md {
        display: none;
    }
}

.featureImage {
    min-width: 100px;
    min-height: 100px;
    max-width: 100px;
    max-height: 100px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-shadow: 1px 1px 2px #BBBBFF;
}

.carousel-caption {
    top: 30px;
    bottom: auto;
    /* left:auto;
    right: 50px;                 */
}

.bg-gray{
    background-color: rgb(53, 57, 63) !important
}

@media (max-width:768px) {

    .d-md-down-inline {
        display: inline-block;
    }

    .col-md-down {
        flex: 1 0 0%
    }

    .col-md-down-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-down-6 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-md-down-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-down-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

.link-unstyled, .link-unstyled:link, .link-unstyled:hover {
    color: inherit;
    text-decoration: inherit;
  }

  .link-unstyled h6 {
    margin-top: .5em ;
  }