/* =========================================================
   FONT FACES
========================================================= */

@font-face {
  font-family: 'normal_en';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/farfetch-light.ttf') format('truetype');
}

@font-face {
  font-family: 'bold_en';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/farfetch-medium.ttf') format('truetype');
}

@font-face {
  font-family: 'normal_ar';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/kaff-light.ttf') format('truetype');
}

@font-face {
  font-family: 'bold_ar';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/kaff-medium.ttf') format('truetype');
}


/* =========================================================
   TEXT SELECTION
========================================================= */

::-webkit-selection,
::-moz-selection,
::-ms-selection,
::-o-selection,
::selection {
  color: #000;
  background: #99d6dd;
  text-shadow: none;
}


/* =========================================================
   GLOBAL STYLES
========================================================= */

* {
  font-family: 'normal_ar', 'normal_en', sans-serif;
}

body {
  height: 100vh;
  overflow-x: hidden !important;
  font-family: 'normal_en', sans-serif;
}

[dir="rtl"] body {
  text-align: right;
  overflow-x: hidden !important;
  font-family: 'normal_ar', sans-serif;
}

img {
  max-width: 100%;
}

a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}

a:hover,
a:focus {
  color: #004e74;
  text-decoration: none;
  transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}


/* =========================================================
   HEADINGS
========================================================= */

h1,
h2 {
  font-family: 'bold_en', serif;
}

[dir="rtl"] h1,
[dir="rtl"] h2 {
  font-family: 'bold_ar', serif;
}

h3,
h4,
h5,
h6 {
  font-family: 'normal_en', serif;
}

[dir="rtl"] h3,
[dir="rtl"] h4,
[dir="rtl"] h5,
[dir="rtl"] h6 {
  font-family: 'normal_ar', serif;
}

p {
  color: #33c3fc;
  line-height: 25px;
  margin-bottom: 15px;
}


/* =========================================================
   PROFESSIONAL LOADING SCREEN
========================================================= */

.cbInit {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;

    display: flex;
    align-items: center;
    justify-content: center;

    background:
        radial-gradient(circle at center, #111 0%, #000 100%);

    z-index: 999999999999999999;

    overflow: hidden;

    transition:
        opacity 0.8s ease,
        visibility 0.8s ease;

    -webkit-transition:
        opacity 0.8s ease,
        visibility 0.8s ease;

    -moz-transition:
        opacity 0.8s ease,
        visibility 0.8s ease;

    -ms-transition:
        opacity 0.8s ease,
        visibility 0.8s ease;

    -o-transition:
        opacity 0.8s ease,
        visibility 0.8s ease;
}


/* =========================================================
   LOADING CONTAINER
========================================================= */

.cbInit .container {
    position: relative;
    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
}


/* =========================================================
   LOADING GIF
========================================================= */

.cbInit .container img {

    width: 280px;
    max-width: 80%;

    object-fit: contain;

    filter:
        drop-shadow(0 0 15px rgba(255,255,255,0.08));

    transform: translateZ(0);

    animation: smoothPulse 2.5s ease-in-out infinite;

    -webkit-animation: smoothPulse 2.5s ease-in-out infinite;

    will-change:
        transform,
        opacity;
}


/* =========================================================
   SMOOTH PULSE EFFECT
========================================================= */

@keyframes smoothPulse {

    0% {
        transform: scale(1);
        opacity: 0.92;
    }

    50% {
        transform: scale(1.03);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0.92;
    }
}


/* =========================================================
   HIDE LOADER EFFECT
========================================================= */

.cbInit.hideLoader {

    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}


/* =========================================================
   PROFESSIONAL TRANSPARENT NAVBAR
========================================================= */

.navbar {
  padding: 0 10px !important;
  height: 100px;

  /* شفافية للكمبيوتر */
  background: rgba(8, 12, 20, 0.55);

  /* تأثير الزجاج للويب فقط */
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  border-bottom: 1px solid rgba(51, 195, 252, 0.35);

  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);

  z-index: 9999;

  transition: all 0.4s ease;
}

/* =========================================================
   MOBILE VERSION
========================================================= */

@media (max-width: 991px) {

  /* النافبار شفافة تماما */
  .navbar {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;

    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;

    height: auto;
    min-height: 80px;
  }

  /* زر القائمة كنقطة سماوية */
  .navbar-toggler {
    position: fixed;
    top: 20px;
    right: 20px;

    width: 55px;
    height: 55px;

    border-radius: 50%;
    border: none !important;

    background: #33c3fc !important;

    display: flex;
    align-items: center;
    justify-content: center;

    z-index: 99999;

    box-shadow: 0 5px 25px rgba(51, 195, 252, 0.45);

    transition: 0.4s ease;
  }

  /* عند الضغط */
  .navbar-toggler:hover,
  .navbar-toggler:focus {
    transform: scale(1.08);
    background: #00aaff !important;
    outline: none !important;
  }

  /* أيقونة القائمة */
  .navbar-toggler-icon {
    filter: brightness(0) invert(1);
    width: 22px;
    height: 22px;
  }

  /* القائمة المنسدلة */
  .navbar-collapse {

    position: fixed;

    top: 90px;
    right: 20px;

    width: 260px;

    padding: 20px;

    border-radius: 18px;

    background: rgba(10, 18, 35, 0.96);

    border: 1px solid rgba(51, 195, 252, 0.25);

    box-shadow: 0 10px 40px rgba(0,0,0,0.35);

    z-index: 9999;
  }

  /* الروابط */
  .navbar .nav-item {
    margin: 10px 0;
  }

  .navbar .nav-item .nav-link {

    color: #ffffff !important;

    background: transparent;

    padding: 12px 16px;

    border-radius: 12px;

    transition: 0.3s ease;
  }

  /* Hover */
  .navbar .nav-item .nav-link:hover {

    background: #33c3fc;

    color: #fff !important;

    transform: translateX(-3px);
  }

  /* الرابط النشط */
  .navbar .nav-item .nav-link.active {

    background: #33c3fc;

    color: #fff !important;
  }

}

/* =========================================================
   LOGO
========================================================= */

.navbar-brand {
  display: inline-block;
  width: 150px;
  float: left;
  position: absolute;
  left: 30px;
}

[dir="ltr"] .navbar-brand {
  left: unset;
  right: 30px;
}

/* =========================================================
   NAV LINKS
========================================================= */

.navbar .nav-item {
  margin: 0 5px;
}

.navbar .nav-item .nav-link {
  color: #8ed2ff !important;
  font-size: 15px;
  font-family: 'bold_ar', 'bold_en', sans-serif;

  padding: 10px 18px;
  border-radius: 10px;

  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}

/* =========================================================
   HOVER EFFECT
========================================================= */

.navbar .nav-item .nav-link:hover {
  color: #d3d3d3 !important;

  background: linear-gradient(
    135deg,
    rgba(51, 195, 252, 0.95),
    rgba(0, 132, 255, 0.95)
  );

  box-shadow: 0 5px 20px rgba(51, 195, 252, 0.35);

  transform: translateY(-2px);
}

/* =========================================================
   ACTIVE LINK
========================================================= */

.navbar .nav-item .nav-link.active {
  background: linear-gradient(
    135deg,
    #33c3fc,
    #0084ff
  );

  color: #d3d3d3 !important;
}

/* =========================================================
   ON SCROLL NAVBAR
========================================================= */

.onscroll-nav {
  top: -300px;
}

.navbar.navbar-light.onscroll-nav {
  background: rgba(255, 255, 255, 0.92) !important;

  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  border-bottom: 1px solid rgba(51, 195, 252, 0.25);

  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
}

/* لون الروابط بعد النزول */
.navbar.navbar-light.onscroll-nav .nav-item .nav-link {
  color: #000 !important;
  font-weight: bolder;
  font-family: 'bold_ar', 'bold_en', sans-serif;
}

/* Hover أثناء النزول */
.navbar.navbar-light.onscroll-nav .nav-item .nav-link:hover {
  color: #fff !important;
}


/* =========================================================
   NAVIGATION ITEMS
========================================================= */

ul.navbar-nav {
  direction: rtl;
}

[dir="ltr"] ul.navbar-nav {
  direction: ltr;
}

ul.navbar-nav li .flagIcon {
  width: 50px;
}

.nav-item {
  margin-right: 10px;
  margin-left: 10px;
}

.nav-item .nav-link {
  color: #FFF;
  padding: 0 10px !important;
}

.navbar.default-nav .nav-item .nav-link.active,
.navbar.onscroll-nav .nav-item .nav-link.active {
  background-color: #33c3fc; !important;
  color: #FFF !important;
}


/* =========================================================
   HEADER
========================================================= */


.siteHeader {
  background-image: url('/layout/IMGS/NeW26.gif');
  background-size: 100% 100%;
  background-position: center;
  background-attachment: fixed;
}

/* للجوال فقط */
@media (max-width: 768px) {
  .siteHeader {
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
  }
}

/* =========================================================
   SITE CONTENT
========================================================= */

.siteContent {
  padding-top: 100px;
  padding-bottom: 100px;
}

[dir="ltr"] .siteContent {
  padding-bottom: 0;
}

body:not(.homeBody) .siteContent {
  padding-top: 150px;
}

.siteContent .h1 {
  font-size: 3rem;
  font-family: 'bold_ar', 'bold_en', sans-serif;
  font-weight: bolder;
}

.siteContent .h2 {
  font-size: 2.25rem;
  font-family: 'bold_ar', 'bold_en', sans-serif;
  font-weight: bolder;
}


/* =========================================================
   TEXT ROWS
========================================================= */

.rowText {
  margin-top: 50px;
  font-size: 0.9rem;
  text-align: justify;
  color: #000;
  font-weight: bold;
  font-family: "bold_ar", "bold_en", sans-serif;
}

.theRequests .rowText {
  margin-top: 25px;
  padding-right: 50px;
  text-align: justify;
  width: 35%;
  font-size: 1.1rem;
}

.singleProductDetails .rowText {
  width: 60%;
  margin: 50px auto;
}


/* =========================================================
   PAGE SECTIONS
========================================================= */

.pageSection {
  margin-top: 50px;
  margin-bottom: 150px;
}

.theRequests {
  margin-bottom: 0;
}

.productDetails {
  margin-top: 10px;
  margin-bottom: 20px;
}


/* =========================================================
   IMAGES ALIGNMENT
========================================================= */

.text-left .rowImage {
  text-align: left;
}

.text-right .rowImage {
  text-align: right;
}


/* =========================================================
   REQUEST BUTTONS
========================================================= */

.requestLinkContainer {
  padding-right: 5pc;
  margin-top: 25px;
}

.singleProductDetails .requestLinkContainer {
  padding: 0;
  width: 45%;
  margin: 20px auto;
}

.requestLinkContainer a {
  display: block;
  width: 25%;
  background-color: #49c858 !important;
  border: 0;
}

.singleProductDetails .requestLinkContainer a {
  width: 100%;
}

.requestLinkContainer a img {
  width: 50px;
  margin-right: 25px;
}

[dir="ltr"] .requestLinkContainer a img {
  margin-right: 0;
  margin-left: 25px;
}

.requestLinkContainer a span {
  padding-left: 25px;
}

[dir="ltr"] .requestLinkContainer a span {
  padding-left: 0;
  padding-right: 25px;
}


/* =========================================================
   FOOTER
========================================================= */

.footer {
  background-color: #26231e;
  padding-bottom: 50px;
}

.footer .siteLogo {
  width: 250px;
  margin: auto;
}


/* =========================================================
   SITE MAP & SOCIAL
========================================================= */

.siteMap,
.socialMap {
  text-align: center;
}

.siteMap {
  direction: rtl;
  margin-top: 25px;
}

.socialMap {
  direction: ltr;
  margin-top: 25px;
}

/* عناصر القوائم */

.siteMap .siteMapItem,
.socialMap .socialMapItem {
  display: inline-block;
  margin: 0 20px;
  vertical-align: middle;
}

/* روابط الـ Sitemap */

.siteMap .siteMapItem .siteMapItemLink {
  color: #FFF;
  transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

/* روابط السوشيال */

.socialMap .socialMapItem .socialMapItemLink {
  color: #FFF;
  font-size: 22px;
  transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

/* Hover Effect */

.socialMap .socialMapItem .socialMapItemLink:hover,
.socialMap .socialMapItem .socialMapItemLink:focus {
  color: #4980c8;

  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
}

/* =========================================================
   INTERNAL PAGES
========================================================= */

body:not(.homeBody) #navbar-stepney {
  background-color: #FFF;
}

body:not(.homeBody) #navbar-stepney .nav-item .nav-link {
  color: #000;
}


/* =========================================================
   DOWN BUTTON
========================================================= */

.downButton {
  display: block;
  color: #FFF;
  background-color: #333;
  width: 50px;
  height: 50px;
  padding: 1pc;
  border-radius: 50%;
  text-align: center;

  position: absolute;
  left: 0;
  right: 0;
  bottom: 0%;

  margin: auto;
  cursor: pointer;
}


/* =========================================================
   PAGE HALVES
========================================================= */

.pageHalf {
  background-repeat: no-repeat;
  background-position: 100% 0;
}

.firstHalf {
  background-image: url("/layout/IMGS/right.gif");
}

.secondHalf {
  background-image: url("/layout/IMGS/left.gif");
  background-position: 0 0;
}

[dir="ltr"] .firstHalf {
  background-position: 0 0;
  background-image: url('/layout/IMGS/left.gif');
}

[dir="ltr"] .secondHalf {
  padding-bottom: 100px;
  background-position: 100% 100%;
  background-image: url('/layout/IMGS/right.gif');
}

body:not(.homeBody) .pageHalf.firstHalf {
  min-height: 700px;
}


/* =========================================================
   PRODUCT IMAGE
========================================================= */

.pageHalf .singleProductImage {
  position: relative;
  right: -15%;
  top: 50px;
}

[dir="ltr"] .pageHalf .singleProductImage {
  right: 0;
  left: -15%;
  transform: rotateY(180deg);
}

