@font-face {
    font-family:'two-Light';
    src: url('../Fonts/qatar.ttf');
}

body {
  overflow-x: hidden;
  font-family: 'two-Light', sans-serif;

}

p {
  line-height: 1.75; }

a {
  color: #fd8605; }
  a:hover {
    color: #fec503; }

.text-primary {
  color: #fd8605 !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
.row {
  flex-direction: row-reverse;
}
section {
  padding: 50px 0;
}
  section h2.section-heading {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px; }
  section h3.section-subheading {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 75px;
    text-transform: none;
    font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; }


.btn {
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700; }

.btn-xl {
  font-size: 18px;
  padding: 20px 40px; }

.btn-primary {
  background-color: #fd8605;
  border-color: #fd8605; }
  .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    background-color: #fec810 !important;
    border-color: #fec810 !important;
    color: white; }
  .btn-primary:active, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important; }

::-moz-selection {
  background: #fd8605;
  text-shadow: none; }

::selection {
  background: #fd8605;
  text-shadow: none; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

body {
  -webkit-tap-highlight-color: #fd8605; }

/*==========================
  navbar section
=========================*/

#mainNav {
  background-color: #212529;
}
.navbar-nav {
  display: flex;
  flex-direction: row-reverse !important;
}
@media (max-width: 991px)
{
  .navbar-nav {
    display: block;
  }
  ul.navbar-nav li {
    text-align: center;
  }
}
  #mainNav .navbar-toggler {
    font-size: 12px;
    right: 0;
    padding: 13px;
    text-transform: uppercase;
    color: white;
    border: 0;
    background-color: #fd8605;
    }
  #mainNav .navbar-brand {
    color: #fd8605;
     }
    #mainNav .navbar-brand img {
    width: 50px;
    height: 50px;
    }
    #mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
      color: #fec503; }
  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 90%;
    font-weight: 400;
    padding: 0.75em 0;
    letter-spacing: 1px;
    color: white; }
    #mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
      color: white; }

@media (min-width: 992px) {
  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: transparent;
}

    #mainNav .navbar-brand {
      font-size: 1.75em;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
    #mainNav .navbar-nav .nav-item .nav-link {
      padding: 1.1em 1em !important; }
    #mainNav.navbar-shrink {
      padding-top: 0;
      padding-bottom: 0;
      background-color: #212529; }
      #mainNav.navbar-shrink .navbar-brand {
        font-size: 1.25em;
        padding: 12px 0; } }

/*=========================
  header section
=======================*/

header.masthead {
  text-align: center;
  position: relative;
  background-image: url("../img/zabaeh.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #FFF;
  display: block;
}

  header.masthead .intro-text {
    padding-top: 150px;
    padding-bottom: 100px;
    z-index: 20; }
    header.masthead .intro-text .intro-lead-in {
      font-size: 22px;
      font-style: italic;
      line-height: 22px;
      margin-bottom: 25px; }
    header.masthead .intro-text .intro-heading {
      font-size: 50px;
      font-weight: 700;
      line-height: 50px;
      margin-bottom: 25px;
 }

@media (min-width: 768px) {
  header.masthead .intro-text {
    padding-top: 300px;
    padding-bottom: 200px; }
    header.masthead .intro-text .intro-lead-in {
      font-size: 40px;
      font-style: italic;
      line-height: 40px;
      margin-bottom: 25px;
       }
    header.masthead .intro-text .intro-heading {
      font-size: 75px;
      font-weight: 700;
      line-height: 75px;
      margin-bottom: 50px;
 } }



/* =======================
   categories section
=========================*/
#categories {
  background-image: url("../img/b3.png");
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#categories .single-cat {
  max-width: 342px;
  margin: 0 auto 40px;
}

#categories .single-cat img{
  /*width: 342px;*/
  /*height: 342px;*/
}
#categories .text {
  background-color: #fd8605;
  padding: 10px 0 5px;
  height: 175px;
  overflow: hidden;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  #categories .text {
    font-size: 10px;
  }
}

#categories .text p.price {
  margin-bottom: 5px;
}

section.download {
  position: relative;
  padding: 85px 0;
  background: #f9a25a;
}
  section.download h2 {
    font-size: 50px;
    margin-top: 0; }
  section.download .badges .badge-link {
    display: block;
    margin-bottom: 25px; }
    section.download .badges .badge-link:last-child {
      margin-bottom: 0; }
    section.download .badges .badge-link img {
      height: 60px; }
    @media (min-width: 768px) {
      section.download .badges .badge-link {
        display: inline-block;
        margin: 0 10px; } }
  @media (min-width: 768px) {
    section.download h2 {
      font-size: 70px; } }
/*=====================
contact section
=====================*/

.contact-icon {
  background: url(../img/zabaeh.jpg) fixed;
  background-position: 50% -210px;
  position: relative;
  padding: 30px 0;
  background-size: cover;
}
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=90);
}
.contact-icon .box-icon {
  color: #fff;
  text-align: center;
  padding: 20px;
}
.contact-icon .box-icon .icon {
  font-size: 44px;
  margin-bottom: 10px;
}
.contact-icon .box-icon p {
  font-size: 16px;
  margin-bottom: 20px;
}
.contact-icon .box-icon .icon-primary {
  color: #df2626;
}
.contact-icon .box-icon .icon-secondary {
  color: #3498db;
}
.contact-icon .box-icon .icon-tertiary {
  color: #39a151;
}

/* ======================
footer section
===================== */

footer {
  padding: 40px 0 20px;
  background-color: #fec576;
  text-align: right;
}
footer .copyright {
  text-align: center;
}
footer .social {
  text-align: center;
}
footer .row > div {
  padding: 0 60px;
  margin-bottom: 20px;
}
  footer ul.quicklinks {
    font-size: 90%;
    line-height: 40px;
    margin-bottom: 0;
    text-transform: none;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }

ul.social-buttons {
  margin-top: 30px;
}
  ul.social-buttons li {
    margin-left: 30px;
  }
  ul.social-buttons li a {
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: white;
    border-radius: 100%;
    outline: none;
    background-color: #212529; }
    ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
      background-color: #fd8605; }

/* new styles */
.gallery-item .gallery-thumb .gallery-zoom, .gallery-item .gallery-thumb .gallery-link {
    background-color: #fd8605;
}

.shadow-1 {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.shadow-2 {
  /*box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);*/
}

.shadow-3 {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.gallery-item .gallery-details {
  padding: 20px 0;
}

.owl-dots {
  text-align: center;
  margin-top: 18px;
}

.owl-dots .owl-dot {
  display: inline-block;
}

.owl-dots .owl-dot span {
  width: 16px;
  height: 9px;
  margin: 5px 5px;
  background: #000000;
  border: 0px solid #000000;
  display: block;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
  border-radius: 0px;
}

.owl-dots .owl-dot:hover span {
  background-color: #fd8605;
}

.owl-dots .owl-dot.active span {
  background-color: #fd8605;
  width: 35px;
}

.owl-carousel .owl-stage-outer {
  padding-bottom: 10px;
}

.gallery-item .gallery-thumb img {
  height: 300px;
  overflow: hidden;
}

section.order {
  background: #f9a25a;
}

.order-link {
  margin-top: 50px;
  margin-bottom: 20px
}

.order-link a {
    background: #000;
    padding: 15px 25px;
    margin: 15px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    font-size: 22px;
    display: inline-block;
}

.visits {
  margin-top: 50px;
}

.visits h3 {
  margin-bottom: 25px;
}

.visits span {
    background: #000;
    color: #FFF;
    font-size: 24px;
    padding: 10px 20px;
    border-radius: 10px;
}


.fixed-div {
   position: fixed;
   right: 0;
   bottom: 10%;
   z-index: 999;
}

.fixed-div a {
   background: #fd8605;
    width: 46px;
    color: #FFF;
    font-size: 32px;
    padding: 5px 13px 4px 16px;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.fixed-div a:hover {
   -webkit-transform: scaleX(1.2);
   -moz-transform: scaleX(1.2);
   -ms-transform: scaleX(1.2);
   -o-transform: scaleX(1.2);
   transform: scaleX(1.2);
}

.h-link {
   margin: 15px 15px 0px;
}
