.lazy-load-image-background.blur {
  filter: blur(15px);
}

.lazy-load-image-background.blur.lazy-load-image-loaded {
  filter: blur(0);
  transition: filter .3s;
}

.lazy-load-image-background.blur > img {
  opacity: 0;
}

.lazy-load-image-background.blur.lazy-load-image-loaded > img {
  opacity: 1;
  transition: opacity .3s;
}

.ar,
.rtl {
    direction: rtl;
}

html {

    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    scroll-behavior: smooth;
    word-wrap: break-word;
    font-family: des_des;
}

*,
:after,
:before {
    box-sizing: border-box;
    padding: 0rem;
    margin: 0rem;
    /* transform-style: preserve-3d;
    perspective: 500px; */
}


@font-face {
    font-family: Title;
    src: url(../4cbab4c9f26cf13014c6.ttf);
}

@font-face {
    font-family: description;
    src: url(../37301ddce94f4f474fe7.ttf);
}

@font-face {
    font-family: des_des;
    src: url(../e0eb75e1510eab4986d4.ttf);
}

.Pageheight{
    height: 80vh;
}
h1, h2,h3,h4,h5 {
    font-family: Title;
    font-size: 60px;
}

.Title_font_family {
    font-family: Title;
}

.des {

    font-size: 22px;
}

.width80 {
    width: 80%;
}

.des__{
    font-size: 18px;
}
.option{
    color: #00000099;
}
.padding {
    padding: 1rem
}
.margin___ {
    margin-right: 0.5rem;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
}
.paddinghlav {
    padding: 0.5rem
}

.twiter {
    color: #1d9bf0;
}
.box_shadow{
    box-shadow: 0.1rem 0.2rem 0.1rem 0.1rem #00000059;
}
/* start color  */
.whitecolor {
    color: white;
}

.none{
    display: none;
}

.blackbackground {
    background-color: black;
}
.backgroundwhite {
    background-color: white;
}
.back_{
    background-color: #dfdcdca6;
  
}
.colorblack{
    color: black;
}
.color {
    color: red;
}

.background___{
    /* background-color: rgba(255, 255, 255, 0.8); */
    background-color: antiquewhite;
    margin: 2rem auto;
    padding: 1rem;
    border: 1rem solid white;
    border-radius: 1rem;
}

.width50{
    width: 45%;
}

/* END color  */

.font{
    font-size: 30px;
}

/* start flex  */
.flex {
    display: flex;
}

.flex_column {
    flex-direction: column;
}

.align_items {
    align-items: center;
}

.space_between {
    justify-content: space-between;
}
.space_center {
    justify-content:center
}
.flex_wrap {
    flex-wrap: wrap;
}

/* END flex  */
.cursor {
    cursor: pointer;
}

.Lin{
    width: 60%;
    height: 6px;
    margin: 2rem 0rem 2rem 0rem;
}

li,a{
    text-decoration: none;
}
ul li {
    text-decoration: none;
    list-style-type: none;
    font-size: 19px;
    color: black;
}
.fixed {
    position: fixed;
    bottom: 5rem;
    right: 0.5rem;
    z-index: 100;
}


.li__{
transition: all 0.90s;
}
.li__:hover{
    background-color: #000000;

}

.changecolor:hover{
    color: white;
}

.text_align{
    text-align: center;
}


.animationcalling {
    width: 100px;
    border-radius: 10rem;
    transition: all 0.70s;
    background: #89898917;
}
.animationcalling:hover{
background: #ffffffad;
}
.appcolor {
    color: #00e676;
}
.width100 {
    width: 100px;
}

.backimage {
    margin-top: -11rem;
    display: block;
    position: sticky;
    z-index: 44;
}
/* start margin  */
.margin {
    margin: 0rem auto;
}
.marginTop {
    margin-top: 1rem;
}
.marginToptvo {
    margin-top: 2rem;
}
.margin_bottom {
    margin-bottom: 1rem;
}
.margin_bottom_ {
    margin-bottom: 5rem;
}
.margin_right {
    margin-right: 1rem;
}

/* END margin  */

.facebook{
    color: #0766ff;
}
.inst {
    color: #fa1f9f;
}

.opacity{
    opacity: 0.6;
    transition: all 0.60s;
}.opacity:hover{
    opacity: 1;
}



.animation {
    animation: Mahmoud 3s infinite;
}
@keyframes Mahmoud {
    0% {
        transform: scale(1.0);
    }
    10% {
        transform: scale(1.1);
    }
    
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1.0);
    }
}

.width {
    width: 30%;
    overflow: hidden;
}
.Imge{
    transition: transform .5s ease;
    width: 100%;
    height: 250px;

    /* filter: drop-shadow(71px 6px 21px #000000); */
   
}
.Imge:hover {
    transform: scale(1.5);
}
.border{
    border-radius: 1rem;
}
.borderhlav{
    border-radius: 50%;
}

.position {
    position: relative;
}


.cta {
    border: none;
    background: none;
  }
  
  .cta span {
    padding-right: 15px;
  }
  
  .cta svg {
    transform: translateX(-8px);
    transition: all 0.3s ease;
  }
  
  .cta:hover svg {
    transform: translateX(0);
  }
  
  .cta:active svg {
    transform: scale(0.9);
  }
  
  .hover-underline-animation {
    position: relative;
    color: black;
    padding-bottom: 20px;
  }
  
  .hover-underline-animation:after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #000000;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
  }
  
  .cta:hover .hover-underline-animation:after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }



  .loader {
    display: flex;
    align-items: center;
  }
  
  .bar {
    display: inline-block;
    width: 3px;
    height: 20px;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 10px;
    animation: scale-up4 1s linear infinite;
  }
  
  .bar:nth-child(2) {
    height: 35px;
    margin: 0 5px;
    animation-delay: .25s;
  }
  
  .bar:nth-child(3) {
    animation-delay: .5s;
  }
  
  @keyframes scale-up4 {
    20% {
      background-color: black;
      transform: scaleY(1.5);
    }
  
    40% {
      transform: scaleY(1);
    }
  }
  

@media only screen and (max-width: 1260px) {


}
@media only screen and (max-width: 760px){
    .text_align_h5{
       text-align: center;
    }
    .width80{
        width: 100%;
    }
    .Lin{
        width: 90%;
    }
    .width50{
        width: 100%;
    }
    .width{
        width: 45%;
    }
    .order {
        order: 1;
        background: #23232282;
        z-index: 33;
        color: white;
        position: sticky;
        margin-top: -11rem;
    }
    .order p, .order div svg {
        color: white;
    }

}
@media only screen and (max-width: 560px){

    h1, h2,h3,h4,h5 {
        font-family: Title;
        font-size: 30px;
    }

    .width{
        width: 100%;
    }
}
