body{
    direction: rtl;
    font-family: 'Tajawal';
    font-size: 16px;
    background-color: #f0f0f0;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    font-family: 'Tajawal';
}

.nav-bar {
    background-color:#2fab99;
    z-index: 9999999;
}

.nav-bar .navbar-light .navbar-brand img {
    max-height: 80px;
    max-width: 70;
}

.navbar-light .navbar-nav .nav-link {
    color: white;
}

.navbar-light .navbar-nav .nav-item:hover, 
.navbar-light .navbar-nav, 
.navbar-light .navbar-nav .nav-item:hover .nav-link, 
.navbar-light .navbar-nav .nav-link {
    color: white;
    font-weight: bold;
}

.nav-item:hover {
    color: #15445A;
}

.navbar-toggler {
    background-color: white;
    border: 1px solid rgba(255, 255, 255, 0);
    
}

.footer {
    /* background: rgba(0,128,128,.7); */
    background: linear-gradient( 164deg, rgba(83, 83, 83, 1) 12%, rgba(128, 128, 128, 1) 100%);
}

.copyright{
    /* background: rgba(0,128,128,.7); */
    background: linear-gradient( 164deg, rgba(83, 83, 83, 1) 12%, rgba(128, 128, 128, 1) 100%);
}




@media (min-width: 992px) {
    .navbar {
        margin-top: 0px;
        padding: 0px 0;
       
    }
}

@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 90%;
    }
}

@media (min-width: 992px) {
    .navbar .navbar-nav {
        background:#2fab99;
        
    }
}

@media (max-width: 991px) {
    .navbar .navbar-nav .nav-item {
        flex-direction:row;
        padding: 10px;
       
    }
}

@media (max-width: 991px) {
    .navbar .navbar-nav .nav-item{
        color: #2fab99;
        padding: 10px;
        font-weight: normal;
        border-bottom: 1px solid rgba(100,100,100, .1);
    }
}

@media (max-width: 991px) {
    .navbar-light .navbar-nav .nav-item:hover, 
.navbar-light .navbar-nav, 
.navbar-light .navbar-nav .nav-item:hover .nav-link, 
.navbar-light .navbar-nav .nav-link :active{
    color: #2fab99;
    }
}

@media (max-width: 991px) {
    .navbar {
        padding: 0px 0;
    }
}

@media (max-width: 991px) {
    .navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .nav-link.active{
        color: #2fab99;
    }
}

@media (max-width: 991px) {
    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        border: 1px solid var(--bs-success);
        color: var(--bs-success);
    }
}
@media (max-width: 991px) {
    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        position: absolute;
        right: 0;
        top: 75%;
        z-index: 9999;
        width: 100%;
        border-radius: 0px;
        font-size: 14px;
    }
}


.intro-image {
    background-image: 
    linear-gradient(
      rgba(3, 186, 189, 0.45), 
      rgba(5, 126, 150, 0.45)
    ),
    url(../img/jedImg.png);
    
    background-repeat:no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-position:center;
}


.input-group-text {
    display: block; 
}

.input-group-text .form-control {
    border-top-left-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 10px;
}

.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu), 
.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4)
 {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0;
     border-bottom-left-radius: 0;
}

.input-group>.form-control, .input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.w-5{
    width:5%;
}

.w-10{
    width:10%;
}

.w-15{
    width:15%;
}

.w-20{
    width:20%;
}

.text-teal{
    color:#2fab99;
}


.fs-10{
    font-size: 10px;
}
.fs-11{
    font-size: 11px;
}
.fs-12{
    font-size: 12px;
}
.fs-13{
    font-size: 13px;
}
.fs-14{
    font-size: 14px;
}
/* .ribbon {
  width: 100px;
  font-size: 14px;
  font-weight: bold;
  padding: 8px;
  position: absolute;
  left: 05px;
  top: 12px;
  text-align: center;
  border-radius: 25px;
  transform: rotate(-20deg);
  background-color: #EFBF04;
  color: black;
} */

.box {
  display: inline-block;
  width: 250px;
  aspect-ratio: 1;
  margin: 20px;
  background: #EFBF04;
  position: relative;
  font-size: 8px;
  /* font-family: sans-serif; */
  z-index: 678;
}
.ribbon {
  --f: 3px; /* control the folded part */
  
  position: absolute;
  top:0px;
  color: #000;
  padding: .1em 1.8em;
  background: var(--c,#EFBF04);
  border-bottom :var(--f) solid #0007;
  clip-path: polygon(
    100% calc(100% - var(--f)), 
    100% 100%,calc(100% - var(--f)) calc(100% - var(--f)), 
    var(--f) calc(100% - var(--f)), 
    0 100%, 
    0 calc(100% - var(--f)), 
    999px calc(100% - var(--f) - 999px), 
    calc(100% - 999px) calc(100% - var(--f) - 999px));
    z-index: 500;
}
/* .right {
  right: 0;
  transform: translate(calc((1 - cos(45deg))*100%), -100%) rotate(45deg);
  transform-origin: 0% 100%;
} */
.left {
  left: 1px;
  transform: translate(calc((cos(45deg) - 1)*100%), -100%) rotate(-45deg);
  transform-origin: 100% 100%;
  z-index: 500;
}

/* a fix for firefox that show some strange lines*/
@supports (-moz-appearance:none) {
  .ribbon {
    background:
      linear-gradient(to top,#0000 1px,#0005 0 var(--f),#0000 0) border-box,
      linear-gradient(var(--c,#45ADA8) 0 0) 50%/
       calc(100% - 2px) calc(100% - 2px) no-repeat border-box;
    border-bottom-color: #0000;
   }
}


.bg-moeTeal{
    background-color: #2fab99;
}

.bg-orange{
    background-color: #ff9900;
}

.bg-yellow{
    background-color: #ffff00;
}

.bg-lightGreen{
    background-color: #00ff99;
}

.text-moeTeal{
    color: #2fab99;
}
.bg-darkGrey{
    background: rgb(10 10 10 / 65%);
}

.text-darkGrey{
    color: rgb(10 10 10 / 65%);
}

.feature{
    background-image: url('../img/jedImg.png'); 
    background-size:cover; 
    background-repeat:no-repeat;
    height: auto;
}

@media (max-width: 991px) {
    .feature{
        height: auto;
        padding-bottom: 50px;
    }
}

.feature .feature-item:hover {
    background: #2fab99;
}

.feature .feature-item .feature-icon {
    color: #2fab99;
}

.feature .feature-item .feature-icon::after {
    background: #787878;
}

.bgImgOverlay{
    /* border-width: 20px;
    border-style: solid; */
    border-image-source:linear-gradient(hsla(0, 0%, 2%, 0.7));
    border-image-slice: fill 1;
}

.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), 
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3)
 {
    border-top-right-radius: 5px; 
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0px; 
    border-bottom-left-radius: 0px;

}

.footer-item a:hover{
    font-weight: bold;
}

