/* font-family: 'Almarai', sans-serif;
font-family: 'Tajawal', sans-serif; */
/* main color 5d5d5d
second color b1976b
*/
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;800&family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Aref+Ruqaa:wght@700&display=swap');

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");

@font-face {
  font-family: splart-h-mawaddah;
  src: url(../fonts/splart-h-mawaddah.ttf);
}

* {
    font-family: 'Tajawal', sans-serif ;
}


body,html{
    max-width: 100%;
    overflow-x: hidden;
    position: relative;
}

h1 , h2 , h3 , h4 , h5 , h6 , p {
    font-family: 'Tajawal', sans-serif !important;
}

.mainTitle h1 {
    font-family: 'Aref Ruqaa', serif !important;
}
:hover {
    transition-duration: 1s;
}

.custom-p p {
    font-family: splart-h-mawaddah !important ;
}

img.custom-logo {
    max-width: 130px;
}

/* header*/
.topbar {
   /* background-color: #322a3f; */
    color: #5d5d5d;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
    line-height: 25px;
}
span.license {
    background-color: #b1976b;
    padding: 11px 20px;
    color: #fff;
    margin-left: 20px ;
}


.contacticon i {
    color: #b1976b !important;
  }

header {
   /* background-color: #322a3f; */
    position: relative;
    z-index: 15;
}

body.single header {
/*    background: #333; */
}
/* navbar style*/



.navbar  li {
    text-align: center;
    padding: 10px 10px;
}

a.nav-link {
    font-weight: bold;
    color: #5d5d5d !important ;
    border-bottom: 1px solid rgba(255, 255, 255, 0) !important; 
    transition-duration: 0.5s;
    position: relative;
}


a.nav-link::after {

    border: 1px solid #b1976b;
    content: " ";
    display: none;
    width: 40px;
    margin-top: 11px;
    margin: 0px auto;
    position: absolute;
    bottom: -10px;
    right: 30%;
}

a.nav-link:hover:after {
display: block;
}
                   /* End navbar style*/ 

                    /* Header socialmedia*/
    .socialmedia a i {
        font-size: 18px;
        color: #b1976b;
    }
    .socialmedia a i:hover {
        color: #000;
    }

                /*Start  Img Slider */
    img.swiper-slide-image {
    width: auto !important;
    height: 300px !important;
    object-fit: cover !important;
}

/*End Img Slider */

.line-v::after {
    border: 2px solid #b1976b;
    content: " ";
    display: block;
    width: 40px;
    margin-top: 11px;
    margin: 10px auto;
}

.line-h::after {
    border: 2px solid #b1976b;
    content: " ";
    display: block;
    width: 40px;
    margin-right: 8%;
    margin-top: 11px;
}

/* Footer*/
    #footer .copyright {
        background-color: #222;
        padding-top: 10px;

    }

    .copyright a , .copyright p{
        color: #fff !important;
        text-align: center;
        line-height: 50px;
        padding-bottom: 15px;
        text-decoration: none;

    }

    .copyright img {
        max-width: 100px;
    }
.wady a{
    display: block;
}
/* End Footer*/

/* Start Inner Page */

.innerHeader {
    background: #fff;
   /* padding-bottom: 15px; */
}

.innerPage {
    background-color: #333;
}
.post, .page , #footer .copyright p {
    margin: 0 !important;
}

.post-thumbnail img {
    margin: auto;
    display: block;
}

input {
    text-align: right;
}
/* End Inner Page */

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::focus-visible {

    border: none;
}

input.wpcf7-form-control.wpcf7-submit {
    color: #fff;
    background: #b1976b;
    padding: 16px 50px;
    border: none;
}
input.wpcf7-form-control.wpcf7-submit:hover {
    box-shadow: 1px 2px 9px #b1976b;
}
.form-control:focus {
    border-color: none !important;
    height: 44px !important;
    border: 1px solid #aaa !important;
    box-shadow: none !important;
}
.select2-container--default .select2-selection--multiple , input{
    height: 44px;
}

.whatsapp-icon {
    position: fixed;
    bottom: 10px;
    left: 3%;
    background: #29a71a;
    padding: 20px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
}

a.whatsapp-icon  {
    text-decoration: none;
    color: #fff !important;    
    font-size: 40px;
}

/**************************************Responsive  *********************************/

@media only screen and (max-width: 600px) { 
body.home {
 /*   background: #322a3f !important; */
}
    nav.navbar {
    background: none;
    height: 100%;
}

.navbar-light .navbar-toggler {
    background-color: #fff;
}

.socialmedia {
    display: inline-flex;
}
.topbar {
    color: #b1976b;
    font-weight: 500;
}

.topbarEmailIcon {
    display: none;
}

.contacticon {
    line-height: 20px;
  }

  .socialmedia a i {
    font-size: 17px;
    
}
nav.navbar.navbar-expand-lg.navbar-light {
    background-color: transparent;
}
.navbar .show {
   /* background-color: #322a3f; */
}
a.nav-link {
}

span.license {
    background: none;
    color: #b1976b;
}

}
  /* */