
@import url('https://fonts.googleapis.com/css2?family=Lalezar&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Reem+Kufi&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Katibeh&display=swap');
/*my font*/

@font-face {
    font-family: "29ltbukrabold";
    src: url("../fonts/29ltbukrabold.otf");
    font-weight: bold;
}

@font-face {
    font-family: "29ltbukralight";
    src: url("../fonts/29ltbukralight.otf");
    font-weight: light;
}

@font-face {
    font-family: "29ltbukrabolditalic";
    src: url("../fonts/29ltbukrabolditalic.otf");
    font-weight: bolditalic;
}

/*-------*/

.logo img {
     float: inline-end;}

/* .header .top-contact {
    float: inline-end;
}
.header .language-picker{
	float: inline-start;
} */
/*===========================
	Start Hero Area CSS reset
=============================*/

@media only screen and (max-width: 767px){
.slider .single-slider {
    
    background-position: left;
    
}}
@media only screen and (max-width: 450px){
    .slider .single-slider {
        
        background-position: left;
        
        
    }
}


/*=============================
	Start Schedule CSS
===============================*/


/*=============================
	Start Feautes CSS reset
===============================*/
.Feautes .single-features {
    position: relative;
}
.Feautes .single-features::before {
    right: auto;
    left: -72px;
}



/*=======================
	Start counter Fun Facts CSS
=========================*/


/*===================
	Why choose CSS reset
=====================*/

.why-choose .choose-left h3:before {
    left: auto;
    right: 0;
    
}

/*=========================
	Srart service CSS reset
===========================*/

.services .single-service i{
	
	left:auto;
    right: 0;
	
}
/*=========================
	contact us page reset
===========================*/
.contact-us .contact-us-form h2:before {
    
    right: 0;
    left: unset;
}

.contact-us .contact-us-form h2{
    text-align: right;
}
.contact-us .contact-us-form p{
    text-align: right;
}
/*=========================
	footer
===========================*/

.footer .single-footer h2::before {
    
    right: 0;
    
}

.footer .single-footer .social li {
    display: inline-block;
    margin-right: 0;
    margin-left: 10px;
}

.footer .single-footer.f-link li a i {
    margin-right: auto;
    margin-left: 10px;
}

.footer .single-footer.f-link li a:hover {
    padding-right: 8px;
}





/* القائمة الجانبية على الشاشات الصغيرة */
.sidebar_mobile_button h5{
    margin-inline-start: 50px;
    float: inline-start;
  }