html {
  scroll-behavior: smooth; }

body {
  font-family: 'Tajawal', sans-serif;
  background: #121212;
  color: #fff; 
    direction: rtl;
    text-align: right;
}

img {
  max-width: 100%; }

/*[class*="col-"] {*/
/*  padding: 0 7.5px; }*/

.title {
  /*font-family: 'Oleo Script Swash Caps', cursive;*/
  font-family: 'Tajawal', sans-serif;
  font-size: 4em; }

nav {
  z-index: 9999999999; }
    nav .social a {
      text-decoration: none;
      color: #fff;
      padding: 5px 10px; }

.slider {
  margin-top: -50px; }
  .slider .owl-carousel .owl-dots .owl-dot {
    transition: .5s;
    outline: none; }
    .slider .owl-carousel .owl-dots .owl-dot span {
      margin: 5px 2px; }
    .slider .owl-carousel .owl-dots .owl-dot.active span {
      width: 30px;
      transition: .5s;
      background: #528711;
      opacity: 1; }

.products {
  padding: 50px 0; }
  .products .product-item {
    margin-bottom: 30px; }
    .products .product-item .img {
      border-radius: 10px;
      overflow: hidden;
      margin-bottom: 20px;
      height: 280px; }

.about {
  padding: 30px 0 50px; }
  .about .about-title {
    position: relative; }
    .about .about-title img {
      position: absolute;
      top: -50%;
      left: -30%;
      z-index: -1;
      width: 90%; }
    .about .about-title h1 {
      font-weight: 600;
      margin-top: -10px; }
  .about .about-section {
    background: #ACE9B0;
    margin-top: 30px;
    border-radius: 12px;
    color: #121212;
    text-align: justify;
    min-height: 220px;
    transition: .5s; }
    .about .about-section .title {
      font-size: 2em; }
    .about .about-section.mission {
      background: #FBBCC0; }
    .about .about-section.message {
      background: #FFF7B2; }
    .about .about-section:hover {
      background: #000;
      color: #fff; }
      .about .about-section:hover .title {
        color: #ACE9B0; }
      .about .about-section:hover.mission .title {
        color: #FBBCC0; }
      .about .about-section:hover.message .title {
        color: #FFF7B2; }

.offer {
  padding: 50px 0; }
  .offer .title {
    font-size: 24px;
    color: #fff7b2; }
  .offer .offer-item {
    padding: 10px; }
    .offer .offer-item .image {
      height: 90px;
      overflow: hidden; }

footer {
  padding: 30px 0 0; }
  footer .contact .title {
    color: #121212; }
    footer .social a {
      text-decoration: none;
      color: #fff;
      padding: 5px 10px; }

/*# sourceMappingURL=style.css.map */
