@font-face {
  font-family: 'BahijTheSansArabic';
  font-style: normal;
  font-weight: 100;
  src: url("fonts/Bahij_TheSansArabic-ExtraLight.woff") format("woff");
}

@font-face {
  font-family: 'BahijTheSansArabic';
  font-style: normal;
  font-weight: 200;
  src: url("fonts/Bahij_TheSansArabic-Light.woff") format("woff");
}

@font-face {
  font-family: 'BahijTheSansArabic';
  font-style: normal;
  font-weight: 300;
  src: url("fonts/Bahij_TheSansArabic-SemiLight.woff") format("woff");
}

@font-face {
  font-family: 'BahijTheSansArabic';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/Bahij_TheSansArabic-Plain.woff") format("woff");
}

@font-face {
  font-family: 'BahijTheSansArabic';
  font-style: normal;
  font-weight: 500;
  src: url("fonts/Bahij_TheSansArabic-SemiBold.woff") format("woff");
}

@font-face {
  font-family: 'BahijTheSansArabic';
  font-style: normal;
  font-weight: 600;
  src: url("fonts/Bahij_TheSansArabic-Bold.woff") format("woff");
}

@font-face {
  font-family: 'BahijTheSansArabic';
  font-style: normal;
  font-weight: 700;
  src: url("fonts/Bahij_TheSansArabic-ExtraBold.woff") format("woff");
}

@font-face {
  font-family: 'BahijTheSansArabic';
  font-style: normal;
  font-weight: 800;
  src: url("fonts/Bahij_TheSansArabic-Black.woff") format("woff");
}

body {
  font-family: 'BahijTheSansArabic';
  min-width: 358px;
}

.carousel-controls {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 50px;
}

.carousel-controls button {
  z-index: 1;
  background-color: transparent;
  border: none;
  width: 40px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .carousel-controls {
    display: none;
  }
}

section.sec-carousel {
  position: relative;
}

section.sec-carousel .tns-outer {
  position: relative;
  z-index: 1;
}

section.sec-carousel .tns-outer .tns-nav {
  position: absolute;
  bottom: 80px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}

section.sec-carousel .tns-outer .tns-nav button {
  background-color: #fff;
  border: none;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  margin: 0 4px;
  padding: 0;
}

section.sec-carousel .tns-outer .tns-nav button.tns-nav-active {
  background-color: #42C59A;
  -webkit-box-shadow: inset 0 0 0 2px white;
          box-shadow: inset 0 0 0 2px white;
}

section.sec-carousel .tns-outer .tns-nav button:focus {
  outline: none;
}

section.sec-carousel .banner-slider .tns-item .slide-item {
  width: 100%;
  height: 544px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

section.sec-carousel .banner-slider .tns-item .slide-item .container {
  height: 100%;
}

section.sec-carousel .banner-slider .tns-item .slide-item .slide-content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 50px;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 768px) {
  section.sec-carousel .banner-slider .tns-item .slide-item .slide-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

section.sec-carousel .banner-slider .tns-item .slide-item .slide-content h1 {
  font-size: 3.5rem;
  font-weight: 100;
}

@media screen and (max-width: 768px) {
  section.sec-carousel .banner-slider .tns-item .slide-item .slide-content h1 {
    font-size: 2.5rem;
    text-align: center;
  }
}

section.sec-carousel .banner-slider .tns-item .slide-item .slide-content h1 strong {
  font-weight: 500;
}

section.sec-carousel .banner-slider .tns-item .slide-item .slide-content .btn {
  margin-top: 15px;
  height: 68px;
  font-size: 22px;
  color: #707070;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  padding: 0 60px;
}

section.sec-carousel .banner-slider .tns-item .slide-item .slide-content .btn:hover {
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  section.sec-carousel .banner-slider .tns-item .slide-item .slide-content .btn {
    height: 60px;
    padding: 0 50px;
  }
}

section.sec-carousel .banner-slider .tns-item img {
  display: block;
  height: 544px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section.sec-carousel2 {
  padding: 80px 0;
  position: relative;
  background-image: url(../img/LOGO_symbol.png);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
  background-color: #fafafa;
}

section.sec-carousel2 .tns-outer {
  position: relative;
  z-index: 1;
}

section.sec-carousel2 .tns-outer .tns-nav {
  margin-top: 50px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}

section.sec-carousel2 .tns-outer .tns-nav button {
  background-color: #42C59A;
  -webkit-box-shadow: inset 0 0 0 2px white;
          box-shadow: inset 0 0 0 2px white;
  border: none;
  border-radius: 50%;
  height: 23px;
  width: 23px;
  margin: 0 4px;
  padding: 0;
}

section.sec-carousel2 .tns-outer .tns-nav button.tns-nav-active {
  background-color: #4E5B5B;
}

section.sec-carousel2 .tns-outer .tns-nav button:focus {
  outline: none;
}

section.sec-carousel2 .listing-slider .tns-item img {
  display: block;
  height: 340px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section.sec-carousel2 .listing-slider .tns-item .list-item {
  width: 100%;
  height: 340px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  border: 4px solid #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

section.sec-carousel2 .listing-slider .tns-item .list-item .item-bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section.sec-carousel2 .listing-slider .tns-item .list-item .item-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

section.sec-carousel2 .listing-slider .tns-item .list-item .item-content .item-content-bottom {
  width: 100%;
  height: 85px;
  background-color: rgba(228, 228, 228, 0.78);
  padding: 17px;
  padding-bottom: 10px;
  color: #4e5b5b;
}

section.sec-carousel2 .listing-slider .tns-item .list-item .item-content .item-content-bottom > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

section.sec-carousel2 .listing-slider .tns-item .list-item .item-content .item-content-bottom > div:first-child {
  padding-bottom: 10px;
}

section.sec-carousel2 .listing-slider .tns-item .list-item .item-content .item-content-bottom .item-title {
  font-weight: 600;
  font-size: 18px;
}

section.sec-carousel2 .listing-slider .tns-item .list-item .item-content .item-content-bottom .item-size {
  direction: rtl;
}

section.sec-carousel2 .listing-slider .tns-item .list-item .item-content .item-content-bottom .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.1;
}

section.sec-carousel2 .listing-slider .tns-item .list-item .item-content .item-content-bottom .rating div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
}

section.sec-carousel2 .listing-slider .tns-item .list-item .item-content .item-content-bottom .rating div i {
  font-size: 20px;
  color: #f00;
}

section.sec-carousel2 .listing-slider .tns-item .list-item .item-content .item-content-bottom .rating span {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
}

section.sec-carousel2 .listing-slider .tns-item .list-item .item-content .item-content-bottom .item-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

section.sec-carousel2 .listing-slider .tns-item .list-item .item-content .item-content-bottom .item-icons img {
  display: block;
  width: auto;
  height: 18px;
  margin-left: 10px;
}

section.sec-carousel2 .listing-slider .tns-item .list-item .item-content .price-tag {
  background-color: rgba(51, 184, 145, 0.8);
  color: #fff;
  padding: 18px;
  width: 165px;
  height: 65px;
  border-top-left-radius: 15px;
  font-weight: 100;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

section.sec-carousel2 .listing-slider .tns-item .list-item .item-content .price-tag span {
  display: block;
}

section.sec-carousel2 .listing-slider .tns-item .list-item .item-content .price-tag .price {
  font-size: 25px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}

section.sec-carousel2 .listing-slider .tns-item .list-item .hover-content {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.sec-carousel2 .listing-slider .tns-item .list-item .hover-content .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

section.sec-carousel2 .listing-slider .tns-item .list-item .hover-content .logos .divider-line {
  display: block;
  width: 2px;
  height: 45px;
  background-color: #fff;
  margin: 0 10px;
}

section.sec-carousel2 .listing-slider .tns-item .list-item .hover-content .logos img {
  width: auto;
  height: 45px;
}

section.sec-carousel2 .listing-slider .tns-item .list-item .hover-content button {
  background-color: #39a37f;
  color: #fff;
  padding: 10px 35px;
}

section.sec-carousel2 .listing-slider .tns-item .list-item:hover {
  border-color: #39a37f;
}

section.sec-carousel2 .listing-slider .tns-item .list-item:hover .item-content {
  opacity: 0;
}

section.sec-carousel2 .listing-slider .tns-item .list-item:hover .hover-content {
  opacity: 1;
}

section.sec-carousel2 .carousel-controls {
  top: 80px;
  height: 340px;
}

section.sec-carousel2 .bottom-contact {
  margin-top: 80px;
}

section.sec-carousel2 .bottom-contact .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.sec-carousel2 .bottom-contact .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  font-size: 26px;
  font-weight: 500;
  color: #4e5b5b;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 991px) {
  section.sec-carousel2 .bottom-contact .phone {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  section.sec-carousel2 .bottom-contact .phone {
    font-size: 18px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
  }
}

section.sec-carousel2 .bottom-contact .phone .phone_ic {
  width: 60px;
  margin-left: 24px;
}

@media screen and (max-width: 991px) {
  section.sec-carousel2 .bottom-contact .phone .phone_ic {
    width: 50px;
  }
}

@media screen and (max-width: 767px) {
  section.sec-carousel2 .bottom-contact .phone .phone_ic {
    width: 45px;
  }
}

section.sec-carousel2 .bottom-contact .phone .phone-no {
  font-family: 'Open Sans', sans-serif;
  font-size: 80px;
  color: #33b891;
  font-weight: 700;
  margin-right: 10px;
  letter-spacing: 2px;
}

@media screen and (max-width: 991px) {
  section.sec-carousel2 .bottom-contact .phone .phone-no {
    font-size: 55px;
  }
}

@media screen and (max-width: 767px) {
  section.sec-carousel2 .bottom-contact .phone .phone-no {
    font-size: 45px;
  }
}

@media screen and (max-width: 519px) {
  section.sec-carousel2 .bottom-contact .phone .phone-no {
    margin-right: 0;
  }
}

@media screen and (max-width: 396px) {
  section.sec-carousel2 .bottom-contact .phone .phone-no {
    font-size: 40px;
  }
}

section.sec-carousel2 .bottom-contact .download_app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  font-size: 39px;
  color: #4E5B5B;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  section.sec-carousel2 .bottom-contact .download_app {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  section.sec-carousel2 .bottom-contact .download_app {
    font-size: 25px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

section.sec-carousel2 .bottom-contact .download_app img {
  width: 144px;
  margin-bottom: 10px;
}

section.sec-carousel2 .bottom-contact .download_app img:last-child {
  margin-right: 20px;
}

@media screen and (max-width: 991px) {
  section.sec-carousel2 .bottom-contact .download_app img {
    width: 130px;
  }
}

@media screen and (max-width: 767px) {
  section.sec-carousel2 .bottom-contact .download_app img:last-child {
    margin-right: 15px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 519px) {
  section.sec-carousel2 .bottom-contact .download_app img:nth-child(5) {
    margin-top: 10px;
  }
}

section.sec-carousel2 .bottom-contact .download_app .download_text {
  position: relative;
}

section.sec-carousel2 .bottom-contact .download_app .download_text::after {
  content: "";
  position: absolute;
  width: 21px;
  height: 6px;
  background-color: #42C95A;
  bottom: 2px;
  right: 0;
}

section.sec-carousel2 .bottom-contact .download_app .grintafy_logo {
  width: 190px;
}

@media screen and (max-width: 991px) {
  section.sec-carousel2 .bottom-contact .download_app .grintafy_logo {
    width: 150px;
  }
}

@media screen and (max-width: 991px) {
  section.sec-carousel2 .bottom-contact .download_app .grintafy_logo {
    width: 130px;
  }
}

section.sec-carousel2 .bottom-contact .download_app .divider-line {
  display: block;
  width: 3px;
  background-color: #4E5B5B;
  margin: 0 20px;
}

@media screen and (max-width: 991px) {
  section.sec-carousel2 .bottom-contact .download_app .divider-line {
    margin: 0 15px;
    height: 40px;
  }
}

@media screen and (max-width: 519px) {
  section.sec-carousel2 .bottom-contact .download_app .divider-line:last-of-type {
    height: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
/*# sourceMappingURL=style.css.map */