body{
    /* font-family: 'Tajawal', sans-serif; */
    font-family: PingARLT !important;
    direction: rtl;
    background: #F5F5F5;
   
    
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
}

/*.main-section {*/
    /* background: url(../images/main-section-img.png) center center no-repeat; */
    /* background-repeat: round; */
/*    height: 126vh;*/
    /* background-size: cover; */
    /* background-color: #84438f; */
/*    background: url(../images/main-section-img.png);*/
/*    background-repeat: no-repeat;*/
/*    object-fit: contain;*/
/*    background-size: 100%;*/
/*}*/
.main-section {
    background: url(../images/main-section-img.png) center center no-repeat;
    background-repeat: round;
    height: 100vh;
    /* background-size: cover; */
    /* background-color: #84438f; */
    /* background: url(../images/main-section-img.png); */
    /* background-repeat: no-repeat; */
    object-fit: contain;
    background-size: contain;
    background-position: inherit;
}
.main-section h1 {
    width: 35%;
    color: #fff;
    /* font-size: 40px; */
    transform: translate(0px, 140px);
}
/* .bounce {
    animation: bounce 4s infinite;
    margin-top: 1.5em;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
} */
.desc-section{
    margin: auto;
    text-align: center;
    margin-top: 1.5em;
    margin-bottom: 7em;
}
.desc-section p{
    /* font-size: 18px; */
    color: #4E4E4E;
    width: 550px;
    margin: auto;
    text-align: center;
    line-height: 1.6;
    font-weight: 500;
    line-height: 1.6;
    color: #7E7E7E;
    word-wrap: break-word;
}
.desc-section img{
    margin-top: 1em;
}
.details-section h3 {
    font-size: 29px;
    font-weight: bold;

}
.details-section span{
    /* font-size: 18px; */
    display: block;
    margin-bottom: 1em;
    font-weight: 500;
    line-height: 1.6;
    color: #7E7E7E;
    word-wrap: break-word;
}

.details-section a{
    font-size: 22px;
    font-weight: bold;
    background: #4E0161;
    width: 182px;
    height: 42px;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 1.9;
    border-radius: 5px;
    transition:0.5s;
    border:1px solid #4E0161;
}

.details-section a:hover{
    border:1px solid #4E0161;
    background: transparent;
    color:#4E0161;
}
footer{
    background: #fff;
    padding-top: 5em;
    margin-top: 10em;
    height: 370px;
}
footer span {
    font-size: 32px;
}
footer span:nth-of-type(1),
footer span:nth-of-type(3){
    color: #4E4E4E;
}
footer span:nth-of-type(2){
    font-weight: bold;
    color: #81428E;
}
.last-footer{
    height: 336px;
    padding-top: 3em;
    text-align: end;
}
.last-footer img{
    margin: 0 5px;
}
.details-img{
    text-align: end;
}
/* .first-mobile img , .second-mobile img{
    transition: 0.7s;
}
.first-mobile:hover img , .second-mobile:hover img{
    transform: rotateY(360deg);
} */
footer .details-img img{
    margin-top: 7em;
    width: 100%;
}
.footer-mob-img{
    transform: translate(0px, -130px);
}
.last-footer-phone{
    display: flex;
    justify-content: center; 
}
.second-btn-mobile{
    display: none;
}
.span-b{
    display: none !important;
}
.lang-btn{
    font-size: 20px;
    color: #fff !important;
    border: 1px solid #fff;
    /* padding: 0px; */
    width: 30px;
    height: 30px;
    border-radius: 5px;
    display: block;
    text-align: center;
    /* margin: auto; */
    /* line-height: 1.2;*/
}
.footer-apps{
    display: flex;
}
.last-footer a{
    color: #000;
}
.spans-en{
    display: none;
}
.logo img {
    width: 70%;
    transform: translate(-50px, 0px);
}
hr {
    color: #A3A3A3;
    margin: 7em 0;
}
@media (max-width:991px) {
    .desc-section p{
        width: unset;
        margin: 10px 0;
        height: unset;
        font-size: 26px;
    }
    footer img {
        width: 100%;
    }
    .details-section a{
        margin: auto;
    }
    .details-section{
        text-align: center;
    }
    .details-section img{
        text-align: center;
    }
    .details-img{ 
        text-align: center;
    }
    footer span {
        font-size: 20px;
    }
    footer .details-img img{
        margin-top: 2em;
        width: 100%;
    }
    footer{
  height: unset;
        padding: 3em 0;
    }
    .footer-mob-img{
        transform: unset;
    }
    .last-footer {
        height: unset;
        padding-top: 2em;
        text-align: start;
        padding-bottom: 5em;
    }
    .last-footer-phone{
        justify-content: start; 
    }
 
}
@media (max-width:767px){
    .second-mobile{
        display: none;
    }
    .first-mobile{
        margin: auto;
    }
    .last-footer-phone{
        justify-content: start; 
        margin: 1em 0;
    }
    .first-btn-web{
        display: none;
    }
    .second-btn-mobile{
        display: block;
    }
    .details-section h3{
        margin: 1em 0   ;
    }
    .details-section a{
        margin-bottom: 1em;
    }
    .span-b{
        display: block;
    }
    .span-a{
        display: none !important;
    }
  
    .logo {
        height: 40px;
    }
    .logo img {
        height: 70%;
        transform: unset;
        width: unset;
    }
    .lang-btn {
        font-size: 13.5px;
       
        width: 20px;
        height: 20px;
        /* line-height: 1.5; */
margin-top: -1em;
        
    }
    .details-img-footer{
        text-align: start;
    }
    footer .details-img img{
        margin-top: 2em;
        width: 70%;
    }
    .desc-section p{
        
        font-size: 15px;
    }
    .lang-btn {
        /* line-height: 1.1; */
      }
      .main-section h1 {
        width: 52%;
        color: #fff;
        font-size: 18px;
        transform: unset;
    }
    hr {
        
        margin: 3em 0;
    }
    .desc-section {
       
        margin-bottom: 3em;
    }
    footer {
      
        margin-top: 3em;
        
    }
    .last-footer {
     
        padding-bottom: 3em;
    }
}

/* @media (min-width :300px) and (max-width:400px){
    .main-section {
        height: 36vh;
    }
} */
@media (min-width :300px) and (max-width:500px){
    .main-section {
        height: 33vh;
    }
}

@media (min-width :501px) and (max-width:767px){
    .main-section {
        height: 68vh;
    }
}

@media (min-width :768px) and (max-width:991px){
    .main-section {
        height: 88vh;
    }
    .main-section h1 {
        width: 100%;
    }
}

@media (min-width :992px) and (max-width:1200px){
    .main-section {
        height: 110vh;
    }
}