:root{
  --color-one:#fcf9f9;
  --color-tow:#303;
  --img-height:200px;
  --dir:right;
  --dir2:center;
  --bg-color:#f66;
  --bg-color2:#fff;
--font-color:rgb(255, 241, 239);
--lady:rgba(177, 68, 177, 0.5);
--border-r:0.5em;
--boder: 20px 20px 20px 20px;
}
 
    
    .bg {
      /* The image used */
      background-image: url("../img/iwmg2.jpg");
    
      /* Full height */
      height: 100%; 
    
      /* Center and scale the image nicely */
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
    }
   
    .loader {
        border: 16px solid #f3f3f3; /* Light grey */
        border-top: 16px solid #3498db; /* Blue */
        border-radius: 50%;
        width: 60px;
        height: 60px;
        animation: spin 2s linear infinite;
      }
      
      @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
      }
  .fakeimg {
    height: 200px;
    background: #ffffff;
    border-top:1px solid red;border-radius: 13px;
  }

  .img{border-radius: 13px; height: var(--img-height);
  }
  .text1{ text-align: var(--dir);  border: var(--boder);
    color: var(--font-color);
      background-color: var(--lady);
      border: blue 2px solid;
      padding: 22px;
    
      border-radius: var(--border-r);
  }
  .active{background-color: var(--bg-color); color: var(--color-one);}
  .active2{background-color: var(--bg-color2); color: var(--color-one);}
.f1{color:var(--font-color);}
 
    .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;
      }
    }

    .b-example-divider {
      height: 3rem;
      background-color: rgba(0, 0, 0, .1);
      border: solid rgba(0, 0, 0, .15);
      border-width: 1px 0;
      box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
    }

    .b-example-vr {
      flex-shrink: 0;
      width: 1.5rem;
      height: 100vh;
    }

    .bi {
      vertical-align: -.125em;
      fill: currentColor;
    }

    .nav-scroller {
      position: relative;
      z-index: 2;
      height: 2.75rem;
      overflow-y: hidden;
    }

    .nav-scroller .nav {
      display: flex;
      flex-wrap: nowrap;
      padding-bottom: 1rem;
      margin-top: -1px;
      overflow-x: auto;
      text-align: center;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
    }
  
    body, html {
      height: 100%;
      margin: 0;
      font-family: "Cairo", sans-serif;
      background-color: #f1f1f1;
      direction: rtl;
      text-align: right;
      margin: 20px;
  }
  .section-title {
      font-weight: bold;
      margin-top: 20px;
  }
    
    .hero-image {
      background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("img/sand.png");
      height: 70%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
      width: 100%;
    }
    
    .hero-text {
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: white;
    }
    
    .hero-text button {
      border: none;
      outline: 0;
      display: inline-block;
      padding: 10px 25px;
      color: black;
      background-color: #ddd;
      text-align: center;
      cursor: pointer;
    }
    
    .hero-text button {
      background-color: #555;
      color: white;
    }
    h1{
      color: var(--color-one);
    }
    p{
    
      text-align: var(--dir2);  border: var(--boder);
      color: var(--font-color);
        background-color: var(--lady);
        border: blue 2px solid;
        padding: 12px 12px 12px 12px;
        border-radius: var(--border-r);
    }