/* Loading the web font */
@font-face {
  font-family: 'Almarai';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/font-400.woff2) format('woff2');
}
@font-face {
  font-family: 'Almarai';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/font-700.woff2) format('woff2');
}
@font-face {
  font-family: 'Almarai';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(fonts/font-800.woff2) format('woff2');
}
/*! * Bootstrap Grid v5.2.1 */
:root {
  --bs-blue: #014B7A;
  --bs-MetallicGold: #003757;
  --bs-purple: #4A2F82;
  --bs-pink: #7b235d;
  --bs-bleulight: #1680a4;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #006235;
  --bs-greenlight: #CCCF51;
  --bs-teal: #556238;
  --bs-cyan: #0dcaf0;
  --bs-neon-orange: #ff6201;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #c70000; /* تغيير من الأزرق الفاتح إلى الأخضر الزيتوني */
  --bs-secondary: #fc2828; /* تغيير من الرمادي إلى الأصفر المائل للبرتقالي */
  --bs-special: #0086da;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  box-sizing: border-box;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-left: calc(var(--bs-gutter-x) * .5);
  padding-right: calc(var(--bs-gutter-x) * .5);
  margin-left: auto;
  margin-right: auto
}

@media (min-width:576px) {

  .container,
  .container-sm {
    max-width: 540px
  }
}

@media (min-width:768px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 720px
  }
}

@media (min-width:992px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px
  }
}

@media (min-width:1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px
  }
}

@media (min-width:1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-left: calc(-.5 * var(--bs-gutter-x));
  margin-right: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x) * .5);
  padding-right: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y)
}

.col {
  flex: 1 0 0%
}

.row-cols-auto>* {
  flex: 0 0 auto;
  width: auto
}

.row-cols-1>* {
  flex: 0 0 auto;
  width: 100%
}

.row-cols-2>* {
  flex: 0 0 auto;
  width: 50%
}

.row-cols-3>* {
  flex: 0 0 auto;
  width: 33.3333333333%
}

.row-cols-4>* {
  flex: 0 0 auto;
  width: 25%
}

.row-cols-5>* {
  flex: 0 0 auto;
  width: 20%
}

.row-cols-6>* {
  flex: 0 0 auto;
  width: 16.6666666667%
}

.col-auto {
  flex: 0 0 auto;
  width: auto
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%
}

.col-3 {
  flex: 0 0 auto;
  width: 25%
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%
}

.col-6 {
  flex: 0 0 auto;
  width: 50%
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%
}

.col-9 {
  flex: 0 0 auto;
  width: 75%
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%
}

.col-12 {
  flex: 0 0 auto;
  width: 100%
}

.offset-1 {
  margin-right: 8.33333333%
}

.offset-2 {
  margin-right: 16.66666667%
}

.offset-3 {
  margin-right: 25%
}

.offset-4 {
  margin-right: 33.33333333%
}

.offset-5 {
  margin-right: 41.66666667%
}

.offset-6 {
  margin-right: 50%
}

.offset-7 {
  margin-right: 58.33333333%
}

.offset-8 {
  margin-right: 66.66666667%
}

.offset-9 {
  margin-right: 75%
}

.offset-10 {
  margin-right: 83.33333333%
}

.offset-11 {
  margin-right: 91.66666667%
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem
}

@media (min-width:576px) {
  .col-sm {
    flex: 1 0 0%
  }

  .row-cols-sm-auto>* {
    flex: 0 0 auto;
    width: auto
  }

  .row-cols-sm-1>* {
    flex: 0 0 auto;
    width: 100%
  }

  .row-cols-sm-2>* {
    flex: 0 0 auto;
    width: 50%
  }

  .row-cols-sm-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%
  }

  .row-cols-sm-4>* {
    flex: 0 0 auto;
    width: 25%
  }

  .row-cols-sm-5>* {
    flex: 0 0 auto;
    width: 20%
  }

  .row-cols-sm-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%
  }

  .offset-sm-0 {
    margin-right: 0
  }

  .offset-sm-1 {
    margin-right: 8.33333333%
  }

  .offset-sm-2 {
    margin-right: 16.66666667%
  }

  .offset-sm-3 {
    margin-right: 25%
  }

  .offset-sm-4 {
    margin-right: 33.33333333%
  }

  .offset-sm-5 {
    margin-right: 41.66666667%
  }

  .offset-sm-6 {
    margin-right: 50%
  }

  .offset-sm-7 {
    margin-right: 58.33333333%
  }

  .offset-sm-8 {
    margin-right: 66.66666667%
  }

  .offset-sm-9 {
    margin-right: 75%
  }

  .offset-sm-10 {
    margin-right: 83.33333333%
  }

  .offset-sm-11 {
    margin-right: 91.66666667%
  }

  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0
  }

  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0
  }

  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem
  }

  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem
  }

  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem
  }

  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem
  }

  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem
  }

  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem
  }

  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem
  }

  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem
  }

  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem
  }

  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem
  }
}

@media (min-width:768px) {
  .col-md {
    flex: 1 0 0%
  }

  .row-cols-md-auto>* {
    flex: 0 0 auto;
    width: auto
  }

  .row-cols-md-1>* {
    flex: 0 0 auto;
    width: 100%
  }

  .row-cols-md-2>* {
    flex: 0 0 auto;
    width: 50%
  }

  .row-cols-md-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%
  }

  .row-cols-md-4>* {
    flex: 0 0 auto;
    width: 25%
  }

  .row-cols-md-5>* {
    flex: 0 0 auto;
    width: 20%
  }

  .row-cols-md-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%
  }

  .offset-md-0 {
    margin-right: 0
  }

  .offset-md-1 {
    margin-right: 8.33333333%
  }

  .offset-md-2 {
    margin-right: 16.66666667%
  }

  .offset-md-3 {
    margin-right: 25%
  }

  .offset-md-4 {
    margin-right: 33.33333333%
  }

  .offset-md-5 {
    margin-right: 41.66666667%
  }

  .offset-md-6 {
    margin-right: 50%
  }

  .offset-md-7 {
    margin-right: 58.33333333%
  }

  .offset-md-8 {
    margin-right: 66.66666667%
  }

  .offset-md-9 {
    margin-right: 75%
  }

  .offset-md-10 {
    margin-right: 83.33333333%
  }

  .offset-md-11 {
    margin-right: 91.66666667%
  }

  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0
  }

  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0
  }

  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem
  }

  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem
  }

  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem
  }

  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem
  }

  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem
  }

  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem
  }

  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem
  }

  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem
  }

  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem
  }

  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem
  }
}

@media (min-width:992px) {
  .col-lg {
    flex: 1 0 0%
  }

  .row-cols-lg-auto>* {
    flex: 0 0 auto;
    width: auto
  }

  .row-cols-lg-1>* {
    flex: 0 0 auto;
    width: 100%
  }

  .row-cols-lg-2>* {
    flex: 0 0 auto;
    width: 50%
  }

  .row-cols-lg-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%
  }

  .row-cols-lg-4>* {
    flex: 0 0 auto;
    width: 25%
  }

  .row-cols-lg-5>* {
    flex: 0 0 auto;
    width: 20%
  }

  .row-cols-lg-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%
  }

  .offset-lg-0 {
    margin-right: 0
  }

  .offset-lg-1 {
    margin-right: 8.33333333%
  }

  .offset-lg-2 {
    margin-right: 16.66666667%
  }

  .offset-lg-3 {
    margin-right: 25%
  }

  .offset-lg-4 {
    margin-right: 33.33333333%
  }

  .offset-lg-5 {
    margin-right: 41.66666667%
  }

  .offset-lg-6 {
    margin-right: 50%
  }

  .offset-lg-7 {
    margin-right: 58.33333333%
  }

  .offset-lg-8 {
    margin-right: 66.66666667%
  }

  .offset-lg-9 {
    margin-right: 75%
  }

  .offset-lg-10 {
    margin-right: 83.33333333%
  }

  .offset-lg-11 {
    margin-right: 91.66666667%
  }

  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0
  }

  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0
  }

  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem
  }

  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem
  }

  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem
  }

  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem
  }

  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem
  }

  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem
  }

  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem
  }

  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem
  }

  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem
  }

  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem
  }
}

@media (min-width:1200px) {
  .col-xl {
    flex: 1 0 0%
  }

  .row-cols-xl-auto>* {
    flex: 0 0 auto;
    width: auto
  }

  .row-cols-xl-1>* {
    flex: 0 0 auto;
    width: 100%
  }

  .row-cols-xl-2>* {
    flex: 0 0 auto;
    width: 50%
  }

  .row-cols-xl-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%
  }

  .row-cols-xl-4>* {
    flex: 0 0 auto;
    width: 25%
  }

  .row-cols-xl-5>* {
    flex: 0 0 auto;
    width: 20%
  }

  .row-cols-xl-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%
  }

  .offset-xl-0 {
    margin-right: 0
  }

  .offset-xl-1 {
    margin-right: 8.33333333%
  }

  .offset-xl-2 {
    margin-right: 16.66666667%
  }

  .offset-xl-3 {
    margin-right: 25%
  }

  .offset-xl-4 {
    margin-right: 33.33333333%
  }

  .offset-xl-5 {
    margin-right: 41.66666667%
  }

  .offset-xl-6 {
    margin-right: 50%
  }

  .offset-xl-7 {
    margin-right: 58.33333333%
  }

  .offset-xl-8 {
    margin-right: 66.66666667%
  }

  .offset-xl-9 {
    margin-right: 75%
  }

  .offset-xl-10 {
    margin-right: 83.33333333%
  }

  .offset-xl-11 {
    margin-right: 91.66666667%
  }

  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0
  }

  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0
  }

  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem
  }

  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem
  }

  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem
  }

  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem
  }

  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem
  }

  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem
  }

  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem
  }

  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem
  }

  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem
  }

  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem
  }
}

@media (min-width:1400px) {
  .col-xxl {
    flex: 1 0 0%
  }

  .row-cols-xxl-auto>* {
    flex: 0 0 auto;
    width: auto
  }

  .row-cols-xxl-1>* {
    flex: 0 0 auto;
    width: 100%
  }

  .row-cols-xxl-2>* {
    flex: 0 0 auto;
    width: 50%
  }

  .row-cols-xxl-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%
  }

  .row-cols-xxl-4>* {
    flex: 0 0 auto;
    width: 25%
  }

  .row-cols-xxl-5>* {
    flex: 0 0 auto;
    width: 20%
  }

  .row-cols-xxl-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%
  }

  .offset-xxl-0 {
    margin-right: 0
  }

  .offset-xxl-1 {
    margin-right: 8.33333333%
  }

  .offset-xxl-2 {
    margin-right: 16.66666667%
  }

  .offset-xxl-3 {
    margin-right: 25%
  }

  .offset-xxl-4 {
    margin-right: 33.33333333%
  }

  .offset-xxl-5 {
    margin-right: 41.66666667%
  }

  .offset-xxl-6 {
    margin-right: 50%
  }

  .offset-xxl-7 {
    margin-right: 58.33333333%
  }

  .offset-xxl-8 {
    margin-right: 66.66666667%
  }

  .offset-xxl-9 {
    margin-right: 75%
  }

  .offset-xxl-10 {
    margin-right: 83.33333333%
  }

  .offset-xxl-11 {
    margin-right: 91.66666667%
  }

  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0
  }

  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0
  }

  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem
  }

  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem
  }

  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem
  }

  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem
  }

  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem
  }

  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem
  }

  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem
  }

  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem
  }

  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem
  }

  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem
  }
}

.d-inline {
  display: inline !important
}

.d-inline-block {
  display: inline-block !important
}

.d-block {
  display: block !important
}

.d-grid {
  display: grid !important
}

.d-table {
  display: table !important
}

.d-table-row {
  display: table-row !important
}

.d-table-cell {
  display: table-cell !important
}

.d-flex {
  display: flex !important
}

.d-inline-flex {
  display: inline-flex !important
}

.d-none {
  display: none !important
}

.flex-fill {
  flex: 1 1 auto !important
}

.flex-row {
  flex-direction: row !important
}

.flex-column {
  flex-direction: column !important
}

.flex-row-reverse {
  flex-direction: row-reverse !important
}

.flex-column-reverse {
  flex-direction: column-reverse !important
}

.flex-grow-0 {
  flex-grow: 0 !important
}

.flex-grow-1 {
  flex-grow: 1 !important
}

.flex-shrink-0 {
  flex-shrink: 0 !important
}

.flex-shrink-1 {
  flex-shrink: 1 !important
}

.flex-wrap {
  flex-wrap: wrap !important
}

.flex-nowrap {
  flex-wrap: nowrap !important
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important
}

.justify-content-start {
  justify-content: flex-start !important
}

.justify-content-end {
  justify-content: flex-end !important
}

.justify-content-center {
  justify-content: center !important
}

.justify-content-between {
  justify-content: space-between !important
}

.justify-content-around {
  justify-content: space-around !important
}

.justify-content-evenly {
  justify-content: space-evenly !important
}

.align-items-start {
  align-items: flex-start !important
}

.align-items-end {
  align-items: flex-end !important
}

.align-items-center {
  align-items: center !important
}

.align-items-baseline {
  align-items: baseline !important
}

.align-items-stretch {
  align-items: stretch !important
}

.align-content-start {
  align-content: flex-start !important
}

.align-content-end {
  align-content: flex-end !important
}

.align-content-center {
  align-content: center !important
}

.align-content-between {
  align-content: space-between !important
}

.align-content-around {
  align-content: space-around !important
}

.align-content-stretch {
  align-content: stretch !important
}

.align-self-auto {
  align-self: auto !important
}

.align-self-start {
  align-self: flex-start !important
}

.align-self-end {
  align-self: flex-end !important
}

.align-self-center {
  align-self: center !important
}

.align-self-baseline {
  align-self: baseline !important
}

.align-self-stretch {
  align-self: stretch !important
}

.order-first {
  order: -1 !important
}

.order-0 {
  order: 0 !important
}

.order-1 {
  order: 1 !important
}

.order-2 {
  order: 2 !important
}

.order-3 {
  order: 3 !important
}

.order-4 {
  order: 4 !important
}

.order-5 {
  order: 5 !important
}

.order-last {
  order: 6 !important
}

.m-0 {
  margin: 0 !important
}

.m-1 {
  margin: .25rem !important
}

.m-2 {
  margin: .5rem !important
}

.m-3 {
  margin: 1rem !important
}

.m-4 {
  margin: 1.5rem !important
}

.m-5 {
  margin: 3rem !important
}

.m-auto {
  margin: auto !important
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important
}

.mx-1 {
  margin-left: .25rem !important;
  margin-right: .25rem !important
}

.mx-2 {
  margin-left: .5rem !important;
  margin-right: .5rem !important
}

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important
}

.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important
}

.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important
}

.my-1 {
  margin-top: .25rem !important;
  margin-bottom: .25rem !important
}

.my-2 {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important
}

.mt-0 {
  margin-top: 0 !important
}

.mt-1 {
  margin-top: .25rem !important
}

.mt-2 {
  margin-top: .5rem !important
}

.mt-3 {
  margin-top: 1rem !important
}

.mt-4 {
  margin-top: 1.5rem !important
}

.mt-5 {
  margin-top: 3rem !important
}

.mt-auto {
  margin-top: auto !important
}

.me-0 {
  margin-left: 0 !important
}

.me-1 {
  margin-left: .25rem !important
}

.me-2 {
  margin-left: .5rem !important
}

.me-3 {
  margin-left: 1rem !important
}

.me-4 {
  margin-left: 1.5rem !important
}

.me-5 {
  margin-left: 3rem !important
}

.me-auto {
  margin-left: auto !important
}

.mb-0 {
  margin-bottom: 0 !important
}

.mb-1 {
  margin-bottom: .25rem !important
}

.mb-2 {
  margin-bottom: .5rem !important
}

.mb-3 {
  margin-bottom: 1rem !important
}

.mb-4 {
  margin-bottom: 1.5rem !important
}

.mb-5 {
  margin-bottom: 3rem !important
}

.mb-auto {
  margin-bottom: auto !important
}

.ms-0 {
  margin-right: 0 !important
}

.ms-1 {
  margin-right: .25rem !important
}

.ms-2 {
  margin-right: .5rem !important
}

.ms-3 {
  margin-right: 1rem !important
}

.ms-4 {
  margin-right: 1.5rem !important
}

.ms-5 {
  margin-right: 3rem !important
}

.ms-auto {
  margin-right: auto !important
}

.p-0 {
  padding: 0 !important
}

.p-1 {
  padding: .25rem !important
}

.p-2 {
  padding: .5rem !important
}

.p-3 {
  padding: 1rem !important
}

.p-4 {
  padding: 1.5rem !important
}

.p-5 {
  padding: 3rem !important
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important
}

.px-1 {
  padding-left: .25rem !important;
  padding-right: .25rem !important
}

.px-2 {
  padding-left: .5rem !important;
  padding-right: .5rem !important
}

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important
}

.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important
}

.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important
}

.py-1 {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important
}

.py-2 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important
}

.pt-0 {
  padding-top: 0 !important
}

.pt-1 {
  padding-top: .25rem !important
}

.pt-2 {
  padding-top: .5rem !important
}

.pt-3 {
  padding-top: 1rem !important
}

.pt-4 {
  padding-top: 1.5rem !important
}

.pt-5 {
  padding-top: 3rem !important
}

.pe-0 {
  padding-left: 0 !important
}

.pe-1 {
  padding-left: .25rem !important
}

.pe-2 {
  padding-left: .5rem !important
}

.pe-3 {
  padding-left: 1rem !important
}

.pe-4 {
  padding-left: 1.5rem !important
}

.pe-5 {
  padding-left: 3rem !important
}

.pb-0 {
  padding-bottom: 0 !important
}

.pb-1 {
  padding-bottom: .25rem !important
}

.pb-2 {
  padding-bottom: .5rem !important
}

.pb-3 {
  padding-bottom: 1rem !important
}

.pb-4 {
  padding-bottom: 1.5rem !important
}

.pb-5 {
  padding-bottom: 3rem !important
}

.ps-0 {
  padding-right: 0 !important
}

.ps-1 {
  padding-right: .25rem !important
}

.ps-2 {
  padding-right: .5rem !important
}

.ps-3 {
  padding-right: 1rem !important
}

.ps-4 {
  padding-right: 1.5rem !important
}

.ps-5 {
  padding-right: 3rem !important
}

@media (min-width:576px) {
  .d-sm-inline {
    display: inline !important
  }

  .d-sm-inline-block {
    display: inline-block !important
  }

  .d-sm-block {
    display: block !important
  }

  .d-sm-grid {
    display: grid !important
  }

  .d-sm-table {
    display: table !important
  }

  .d-sm-table-row {
    display: table-row !important
  }

  .d-sm-table-cell {
    display: table-cell !important
  }

  .d-sm-flex {
    display: flex !important
  }

  .d-sm-inline-flex {
    display: inline-flex !important
  }

  .d-sm-none {
    display: none !important
  }

  .flex-sm-fill {
    flex: 1 1 auto !important
  }

  .flex-sm-row {
    flex-direction: row !important
  }

  .flex-sm-column {
    flex-direction: column !important
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .justify-content-sm-start {
    justify-content: flex-start !important
  }

  .justify-content-sm-end {
    justify-content: flex-end !important
  }

  .justify-content-sm-center {
    justify-content: center !important
  }

  .justify-content-sm-between {
    justify-content: space-between !important
  }

  .justify-content-sm-around {
    justify-content: space-around !important
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important
  }

  .align-items-sm-start {
    align-items: flex-start !important
  }

  .align-items-sm-end {
    align-items: flex-end !important
  }

  .align-items-sm-center {
    align-items: center !important
  }

  .align-items-sm-baseline {
    align-items: baseline !important
  }

  .align-items-sm-stretch {
    align-items: stretch !important
  }

  .align-content-sm-start {
    align-content: flex-start !important
  }

  .align-content-sm-end {
    align-content: flex-end !important
  }

  .align-content-sm-center {
    align-content: center !important
  }

  .align-content-sm-between {
    align-content: space-between !important
  }

  .align-content-sm-around {
    align-content: space-around !important
  }

  .align-content-sm-stretch {
    align-content: stretch !important
  }

  .align-self-sm-auto {
    align-self: auto !important
  }

  .align-self-sm-start {
    align-self: flex-start !important
  }

  .align-self-sm-end {
    align-self: flex-end !important
  }

  .align-self-sm-center {
    align-self: center !important
  }

  .align-self-sm-baseline {
    align-self: baseline !important
  }

  .align-self-sm-stretch {
    align-self: stretch !important
  }

  .order-sm-first {
    order: -1 !important
  }

  .order-sm-0 {
    order: 0 !important
  }

  .order-sm-1 {
    order: 1 !important
  }

  .order-sm-2 {
    order: 2 !important
  }

  .order-sm-3 {
    order: 3 !important
  }

  .order-sm-4 {
    order: 4 !important
  }

  .order-sm-5 {
    order: 5 !important
  }

  .order-sm-last {
    order: 6 !important
  }

  .m-sm-0 {
    margin: 0 !important
  }

  .m-sm-1 {
    margin: .25rem !important
  }

  .m-sm-2 {
    margin: .5rem !important
  }

  .m-sm-3 {
    margin: 1rem !important
  }

  .m-sm-4 {
    margin: 1.5rem !important
  }

  .m-sm-5 {
    margin: 3rem !important
  }

  .m-sm-auto {
    margin: auto !important
  }

  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
  }

  .mx-sm-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important
  }

  .mx-sm-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
  }

  .mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
  }

  .mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
  }

  .mx-sm-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
  }

  .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }

  .my-sm-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
  }

  .my-sm-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
  }

  .mt-sm-0 {
    margin-top: 0 !important
  }

  .mt-sm-1 {
    margin-top: .25rem !important
  }

  .mt-sm-2 {
    margin-top: .5rem !important
  }

  .mt-sm-3 {
    margin-top: 1rem !important
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important
  }

  .mt-sm-5 {
    margin-top: 3rem !important
  }

  .mt-sm-auto {
    margin-top: auto !important
  }

  .me-sm-0 {
    margin-left: 0 !important
  }

  .me-sm-1 {
    margin-left: .25rem !important
  }

  .me-sm-2 {
    margin-left: .5rem !important
  }

  .me-sm-3 {
    margin-left: 1rem !important
  }

  .me-sm-4 {
    margin-left: 1.5rem !important
  }

  .me-sm-5 {
    margin-left: 3rem !important
  }

  .me-sm-auto {
    margin-left: auto !important
  }

  .mb-sm-0 {
    margin-bottom: 0 !important
  }

  .mb-sm-1 {
    margin-bottom: .25rem !important
  }

  .mb-sm-2 {
    margin-bottom: .5rem !important
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important
  }

  .mb-sm-auto {
    margin-bottom: auto !important
  }

  .ms-sm-0 {
    margin-right: 0 !important
  }

  .ms-sm-1 {
    margin-right: .25rem !important
  }

  .ms-sm-2 {
    margin-right: .5rem !important
  }

  .ms-sm-3 {
    margin-right: 1rem !important
  }

  .ms-sm-4 {
    margin-right: 1.5rem !important
  }

  .ms-sm-5 {
    margin-right: 3rem !important
  }

  .ms-sm-auto {
    margin-right: auto !important
  }

  .p-sm-0 {
    padding: 0 !important
  }

  .p-sm-1 {
    padding: .25rem !important
  }

  .p-sm-2 {
    padding: .5rem !important
  }

  .p-sm-3 {
    padding: 1rem !important
  }

  .p-sm-4 {
    padding: 1.5rem !important
  }

  .p-sm-5 {
    padding: 3rem !important
  }

  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .px-sm-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important
  }

  .px-sm-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
  }

  .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
  }

  .px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
  }

  .px-sm-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }

  .py-sm-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
  }

  .py-sm-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
  }

  .pt-sm-0 {
    padding-top: 0 !important
  }

  .pt-sm-1 {
    padding-top: .25rem !important
  }

  .pt-sm-2 {
    padding-top: .5rem !important
  }

  .pt-sm-3 {
    padding-top: 1rem !important
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important
  }

  .pt-sm-5 {
    padding-top: 3rem !important
  }

  .pe-sm-0 {
    padding-left: 0 !important
  }

  .pe-sm-1 {
    padding-left: .25rem !important
  }

  .pe-sm-2 {
    padding-left: .5rem !important
  }

  .pe-sm-3 {
    padding-left: 1rem !important
  }

  .pe-sm-4 {
    padding-left: 1.5rem !important
  }

  .pe-sm-5 {
    padding-left: 3rem !important
  }

  .pb-sm-0 {
    padding-bottom: 0 !important
  }

  .pb-sm-1 {
    padding-bottom: .25rem !important
  }

  .pb-sm-2 {
    padding-bottom: .5rem !important
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important
  }

  .ps-sm-0 {
    padding-right: 0 !important
  }

  .ps-sm-1 {
    padding-right: .25rem !important
  }

  .ps-sm-2 {
    padding-right: .5rem !important
  }

  .ps-sm-3 {
    padding-right: 1rem !important
  }

  .ps-sm-4 {
    padding-right: 1.5rem !important
  }

  .ps-sm-5 {
    padding-right: 3rem !important
  }
}

@media (min-width:768px) {
  .d-md-inline {
    display: inline !important
  }

  .d-md-inline-block {
    display: inline-block !important
  }

  .d-md-block {
    display: block !important
  }

  .d-md-grid {
    display: grid !important
  }

  .d-md-table {
    display: table !important
  }

  .d-md-table-row {
    display: table-row !important
  }

  .d-md-table-cell {
    display: table-cell !important
  }

  .d-md-flex {
    display: flex !important
  }

  .d-md-inline-flex {
    display: inline-flex !important
  }

  .d-md-none {
    display: none !important
  }

  .flex-md-fill {
    flex: 1 1 auto !important
  }

  .flex-md-row {
    flex-direction: row !important
  }

  .flex-md-column {
    flex-direction: column !important
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important
  }

  .flex-md-wrap {
    flex-wrap: wrap !important
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .justify-content-md-start {
    justify-content: flex-start !important
  }

  .justify-content-md-end {
    justify-content: flex-end !important
  }

  .justify-content-md-center {
    justify-content: center !important
  }

  .justify-content-md-between {
    justify-content: space-between !important
  }

  .justify-content-md-around {
    justify-content: space-around !important
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important
  }

  .align-items-md-start {
    align-items: flex-start !important
  }

  .align-items-md-end {
    align-items: flex-end !important
  }

  .align-items-md-center {
    align-items: center !important
  }

  .align-items-md-baseline {
    align-items: baseline !important
  }

  .align-items-md-stretch {
    align-items: stretch !important
  }

  .align-content-md-start {
    align-content: flex-start !important
  }

  .align-content-md-end {
    align-content: flex-end !important
  }

  .align-content-md-center {
    align-content: center !important
  }

  .align-content-md-between {
    align-content: space-between !important
  }

  .align-content-md-around {
    align-content: space-around !important
  }

  .align-content-md-stretch {
    align-content: stretch !important
  }

  .align-self-md-auto {
    align-self: auto !important
  }

  .align-self-md-start {
    align-self: flex-start !important
  }

  .align-self-md-end {
    align-self: flex-end !important
  }

  .align-self-md-center {
    align-self: center !important
  }

  .align-self-md-baseline {
    align-self: baseline !important
  }

  .align-self-md-stretch {
    align-self: stretch !important
  }

  .order-md-first {
    order: -1 !important
  }

  .order-md-0 {
    order: 0 !important
  }

  .order-md-1 {
    order: 1 !important
  }

  .order-md-2 {
    order: 2 !important
  }

  .order-md-3 {
    order: 3 !important
  }

  .order-md-4 {
    order: 4 !important
  }

  .order-md-5 {
    order: 5 !important
  }

  .order-md-last {
    order: 6 !important
  }

  .m-md-0 {
    margin: 0 !important
  }

  .m-md-1 {
    margin: .25rem !important
  }

  .m-md-2 {
    margin: .5rem !important
  }

  .m-md-3 {
    margin: 1rem !important
  }

  .m-md-4 {
    margin: 1.5rem !important
  }

  .m-md-5 {
    margin: 3rem !important
  }

  .m-md-auto {
    margin: auto !important
  }

  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
  }

  .mx-md-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important
  }

  .mx-md-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
  }

  .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
  }

  .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
  }

  .mx-md-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
  }

  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }

  .my-md-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
  }

  .my-md-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
  }

  .mt-md-0 {
    margin-top: 0 !important
  }

  .mt-md-1 {
    margin-top: .25rem !important
  }

  .mt-md-2 {
    margin-top: .5rem !important
  }

  .mt-md-3 {
    margin-top: 1rem !important
  }

  .mt-md-4 {
    margin-top: 1.5rem !important
  }

  .mt-md-5 {
    margin-top: 3rem !important
  }

  .mt-md-auto {
    margin-top: auto !important
  }

  .me-md-0 {
    margin-left: 0 !important
  }

  .me-md-1 {
    margin-left: .25rem !important
  }

  .me-md-2 {
    margin-left: .5rem !important
  }

  .me-md-3 {
    margin-left: 1rem !important
  }

  .me-md-4 {
    margin-left: 1.5rem !important
  }

  .me-md-5 {
    margin-left: 3rem !important
  }

  .me-md-auto {
    margin-left: auto !important
  }

  .mb-md-0 {
    margin-bottom: 0 !important
  }

  .mb-md-1 {
    margin-bottom: .25rem !important
  }

  .mb-md-2 {
    margin-bottom: .5rem !important
  }

  .mb-md-3 {
    margin-bottom: 1rem !important
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important
  }

  .mb-md-5 {
    margin-bottom: 3rem !important
  }

  .mb-md-auto {
    margin-bottom: auto !important
  }

  .ms-md-0 {
    margin-right: 0 !important
  }

  .ms-md-1 {
    margin-right: .25rem !important
  }

  .ms-md-2 {
    margin-right: .5rem !important
  }

  .ms-md-3 {
    margin-right: 1rem !important
  }

  .ms-md-4 {
    margin-right: 1.5rem !important
  }

  .ms-md-5 {
    margin-right: 3rem !important
  }

  .ms-md-auto {
    margin-right: auto !important
  }

  .p-md-0 {
    padding: 0 !important
  }

  .p-md-1 {
    padding: .25rem !important
  }

  .p-md-2 {
    padding: .5rem !important
  }

  .p-md-3 {
    padding: 1rem !important
  }

  .p-md-4 {
    padding: 1.5rem !important
  }

  .p-md-5 {
    padding: 3rem !important
  }

  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .px-md-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important
  }

  .px-md-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
  }

  .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
  }

  .px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
  }

  .px-md-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }

  .py-md-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
  }

  .py-md-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
  }

  .pt-md-0 {
    padding-top: 0 !important
  }

  .pt-md-1 {
    padding-top: .25rem !important
  }

  .pt-md-2 {
    padding-top: .5rem !important
  }

  .pt-md-3 {
    padding-top: 1rem !important
  }

  .pt-md-4 {
    padding-top: 1.5rem !important
  }

  .pt-md-5 {
    padding-top: 3rem !important
  }

  .pe-md-0 {
    padding-left: 0 !important
  }

  .pe-md-1 {
    padding-left: .25rem !important
  }

  .pe-md-2 {
    padding-left: .5rem !important
  }

  .pe-md-3 {
    padding-left: 1rem !important
  }

  .pe-md-4 {
    padding-left: 1.5rem !important
  }

  .pe-md-5 {
    padding-left: 3rem !important
  }

  .pb-md-0 {
    padding-bottom: 0 !important
  }

  .pb-md-1 {
    padding-bottom: .25rem !important
  }

  .pb-md-2 {
    padding-bottom: .5rem !important
  }

  .pb-md-3 {
    padding-bottom: 1rem !important
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important
  }

  .pb-md-5 {
    padding-bottom: 3rem !important
  }

  .ps-md-0 {
    padding-right: 0 !important
  }

  .ps-md-1 {
    padding-right: .25rem !important
  }

  .ps-md-2 {
    padding-right: .5rem !important
  }

  .ps-md-3 {
    padding-right: 1rem !important
  }

  .ps-md-4 {
    padding-right: 1.5rem !important
  }

  .ps-md-5 {
    padding-right: 3rem !important
  }
}

@media (min-width:992px) {
  .d-lg-inline {
    display: inline !important
  }

  .d-lg-inline-block {
    display: inline-block !important
  }

  .d-lg-block {
    display: block !important
  }

  .d-lg-grid {
    display: grid !important
  }

  .d-lg-table {
    display: table !important
  }

  .d-lg-table-row {
    display: table-row !important
  }

  .d-lg-table-cell {
    display: table-cell !important
  }

  .d-lg-flex {
    display: flex !important
  }

  .d-lg-inline-flex {
    display: inline-flex !important
  }

  .d-lg-none {
    display: none !important
  }

  .flex-lg-fill {
    flex: 1 1 auto !important
  }

  .flex-lg-row {
    flex-direction: row !important
  }

  .flex-lg-column {
    flex-direction: column !important
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .justify-content-lg-start {
    justify-content: flex-start !important
  }

  .justify-content-lg-end {
    justify-content: flex-end !important
  }

  .justify-content-lg-center {
    justify-content: center !important
  }

  .justify-content-lg-between {
    justify-content: space-between !important
  }

  .justify-content-lg-around {
    justify-content: space-around !important
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important
  }

  .align-items-lg-start {
    align-items: flex-start !important
  }

  .align-items-lg-end {
    align-items: flex-end !important
  }

  .align-items-lg-center {
    align-items: center !important
  }

  .align-items-lg-baseline {
    align-items: baseline !important
  }

  .align-items-lg-stretch {
    align-items: stretch !important
  }

  .align-content-lg-start {
    align-content: flex-start !important
  }

  .align-content-lg-end {
    align-content: flex-end !important
  }

  .align-content-lg-center {
    align-content: center !important
  }

  .align-content-lg-between {
    align-content: space-between !important
  }

  .align-content-lg-around {
    align-content: space-around !important
  }

  .align-content-lg-stretch {
    align-content: stretch !important
  }

  .align-self-lg-auto {
    align-self: auto !important
  }

  .align-self-lg-start {
    align-self: flex-start !important
  }

  .align-self-lg-end {
    align-self: flex-end !important
  }

  .align-self-lg-center {
    align-self: center !important
  }

  .align-self-lg-baseline {
    align-self: baseline !important
  }

  .align-self-lg-stretch {
    align-self: stretch !important
  }

  .order-lg-first {
    order: -1 !important
  }

  .order-lg-0 {
    order: 0 !important
  }

  .order-lg-1 {
    order: 1 !important
  }

  .order-lg-2 {
    order: 2 !important
  }

  .order-lg-3 {
    order: 3 !important
  }

  .order-lg-4 {
    order: 4 !important
  }

  .order-lg-5 {
    order: 5 !important
  }

  .order-lg-last {
    order: 6 !important
  }

  .m-lg-0 {
    margin: 0 !important
  }

  .m-lg-1 {
    margin: .25rem !important
  }

  .m-lg-2 {
    margin: .5rem !important
  }

  .m-lg-3 {
    margin: 1rem !important
  }

  .m-lg-4 {
    margin: 1.5rem !important
  }

  .m-lg-5 {
    margin: 3rem !important
  }

  .m-lg-auto {
    margin: auto !important
  }

  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
  }

  .mx-lg-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important
  }

  .mx-lg-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
  }

  .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
  }

  .mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
  }

  .mx-lg-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
  }

  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }

  .my-lg-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
  }

  .my-lg-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
  }

  .mt-lg-0 {
    margin-top: 0 !important
  }

  .mt-lg-1 {
    margin-top: .25rem !important
  }

  .mt-lg-2 {
    margin-top: .5rem !important
  }

  .mt-lg-3 {
    margin-top: 1rem !important
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important
  }

  .mt-lg-5 {
    margin-top: 3rem !important
  }

  .mt-lg-auto {
    margin-top: auto !important
  }

  .me-lg-0 {
    margin-left: 0 !important
  }

  .me-lg-1 {
    margin-left: .25rem !important
  }

  .me-lg-2 {
    margin-left: .5rem !important
  }

  .me-lg-3 {
    margin-left: 1rem !important
  }

  .me-lg-4 {
    margin-left: 1.5rem !important
  }

  .me-lg-5 {
    margin-left: 3rem !important
  }

  .me-lg-auto {
    margin-left: auto !important
  }

  .mb-lg-0 {
    margin-bottom: 0 !important
  }

  .mb-lg-1 {
    margin-bottom: .25rem !important
  }

  .mb-lg-2 {
    margin-bottom: .5rem !important
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important
  }

  .mb-lg-auto {
    margin-bottom: auto !important
  }

  .ms-lg-0 {
    margin-right: 0 !important
  }

  .ms-lg-1 {
    margin-right: .25rem !important
  }

  .ms-lg-2 {
    margin-right: .5rem !important
  }

  .ms-lg-3 {
    margin-right: 1rem !important
  }

  .ms-lg-4 {
    margin-right: 1.5rem !important
  }

  .ms-lg-5 {
    margin-right: 3rem !important
  }

  .ms-lg-auto {
    margin-right: auto !important
  }

  .p-lg-0 {
    padding: 0 !important
  }

  .p-lg-1 {
    padding: .25rem !important
  }

  .p-lg-2 {
    padding: .5rem !important
  }

  .p-lg-3 {
    padding: 1rem !important
  }

  .p-lg-4 {
    padding: 1.5rem !important
  }

  .p-lg-5 {
    padding: 3rem !important
  }

  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .px-lg-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important
  }

  .px-lg-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
  }

  .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
  }

  .px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
  }

  .px-lg-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }

  .py-lg-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
  }

  .py-lg-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
  }

  .pt-lg-0 {
    padding-top: 0 !important
  }

  .pt-lg-1 {
    padding-top: .25rem !important
  }

  .pt-lg-2 {
    padding-top: .5rem !important
  }

  .pt-lg-3 {
    padding-top: 1rem !important
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important
  }

  .pt-lg-5 {
    padding-top: 3rem !important
  }

  .pe-lg-0 {
    padding-left: 0 !important
  }

  .pe-lg-1 {
    padding-left: .25rem !important
  }

  .pe-lg-2 {
    padding-left: .5rem !important
  }

  .pe-lg-3 {
    padding-left: 1rem !important
  }

  .pe-lg-4 {
    padding-left: 1.5rem !important
  }

  .pe-lg-5 {
    padding-left: 3rem !important
  }

  .pb-lg-0 {
    padding-bottom: 0 !important
  }

  .pb-lg-1 {
    padding-bottom: .25rem !important
  }

  .pb-lg-2 {
    padding-bottom: .5rem !important
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important
  }

  .ps-lg-0 {
    padding-right: 0 !important
  }

  .ps-lg-1 {
    padding-right: .25rem !important
  }

  .ps-lg-2 {
    padding-right: .5rem !important
  }

  .ps-lg-3 {
    padding-right: 1rem !important
  }

  .ps-lg-4 {
    padding-right: 1.5rem !important
  }

  .ps-lg-5 {
    padding-right: 3rem !important
  }
}

@media (min-width:1200px) {
  .d-xl-inline {
    display: inline !important
  }

  .d-xl-inline-block {
    display: inline-block !important
  }

  .d-xl-block {
    display: block !important
  }

  .d-xl-grid {
    display: grid !important
  }

  .d-xl-table {
    display: table !important
  }

  .d-xl-table-row {
    display: table-row !important
  }

  .d-xl-table-cell {
    display: table-cell !important
  }

  .d-xl-flex {
    display: flex !important
  }

  .d-xl-inline-flex {
    display: inline-flex !important
  }

  .d-xl-none {
    display: none !important
  }

  .flex-xl-fill {
    flex: 1 1 auto !important
  }

  .flex-xl-row {
    flex-direction: row !important
  }

  .flex-xl-column {
    flex-direction: column !important
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .justify-content-xl-start {
    justify-content: flex-start !important
  }

  .justify-content-xl-end {
    justify-content: flex-end !important
  }

  .justify-content-xl-center {
    justify-content: center !important
  }

  .justify-content-xl-between {
    justify-content: space-between !important
  }

  .justify-content-xl-around {
    justify-content: space-around !important
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important
  }

  .align-items-xl-start {
    align-items: flex-start !important
  }

  .align-items-xl-end {
    align-items: flex-end !important
  }

  .align-items-xl-center {
    align-items: center !important
  }

  .align-items-xl-baseline {
    align-items: baseline !important
  }

  .align-items-xl-stretch {
    align-items: stretch !important
  }

  .align-content-xl-start {
    align-content: flex-start !important
  }

  .align-content-xl-end {
    align-content: flex-end !important
  }

  .align-content-xl-center {
    align-content: center !important
  }

  .align-content-xl-between {
    align-content: space-between !important
  }

  .align-content-xl-around {
    align-content: space-around !important
  }

  .align-content-xl-stretch {
    align-content: stretch !important
  }

  .align-self-xl-auto {
    align-self: auto !important
  }

  .align-self-xl-start {
    align-self: flex-start !important
  }

  .align-self-xl-end {
    align-self: flex-end !important
  }

  .align-self-xl-center {
    align-self: center !important
  }

  .align-self-xl-baseline {
    align-self: baseline !important
  }

  .align-self-xl-stretch {
    align-self: stretch !important
  }

  .order-xl-first {
    order: -1 !important
  }

  .order-xl-0 {
    order: 0 !important
  }

  .order-xl-1 {
    order: 1 !important
  }

  .order-xl-2 {
    order: 2 !important
  }

  .order-xl-3 {
    order: 3 !important
  }

  .order-xl-4 {
    order: 4 !important
  }

  .order-xl-5 {
    order: 5 !important
  }

  .order-xl-last {
    order: 6 !important
  }

  .m-xl-0 {
    margin: 0 !important
  }

  .m-xl-1 {
    margin: .25rem !important
  }

  .m-xl-2 {
    margin: .5rem !important
  }

  .m-xl-3 {
    margin: 1rem !important
  }

  .m-xl-4 {
    margin: 1.5rem !important
  }

  .m-xl-5 {
    margin: 3rem !important
  }

  .m-xl-auto {
    margin: auto !important
  }

  .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
  }

  .mx-xl-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important
  }

  .mx-xl-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
  }

  .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
  }

  .mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
  }

  .mx-xl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
  }

  .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }

  .my-xl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
  }

  .my-xl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
  }

  .mt-xl-0 {
    margin-top: 0 !important
  }

  .mt-xl-1 {
    margin-top: .25rem !important
  }

  .mt-xl-2 {
    margin-top: .5rem !important
  }

  .mt-xl-3 {
    margin-top: 1rem !important
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important
  }

  .mt-xl-5 {
    margin-top: 3rem !important
  }

  .mt-xl-auto {
    margin-top: auto !important
  }

  .me-xl-0 {
    margin-left: 0 !important
  }

  .me-xl-1 {
    margin-left: .25rem !important
  }

  .me-xl-2 {
    margin-left: .5rem !important
  }

  .me-xl-3 {
    margin-left: 1rem !important
  }

  .me-xl-4 {
    margin-left: 1.5rem !important
  }

  .me-xl-5 {
    margin-left: 3rem !important
  }

  .me-xl-auto {
    margin-left: auto !important
  }

  .mb-xl-0 {
    margin-bottom: 0 !important
  }

  .mb-xl-1 {
    margin-bottom: .25rem !important
  }

  .mb-xl-2 {
    margin-bottom: .5rem !important
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important
  }

  .mb-xl-auto {
    margin-bottom: auto !important
  }

  .ms-xl-0 {
    margin-right: 0 !important
  }

  .ms-xl-1 {
    margin-right: .25rem !important
  }

  .ms-xl-2 {
    margin-right: .5rem !important
  }

  .ms-xl-3 {
    margin-right: 1rem !important
  }

  .ms-xl-4 {
    margin-right: 1.5rem !important
  }

  .ms-xl-5 {
    margin-right: 3rem !important
  }

  .ms-xl-auto {
    margin-right: auto !important
  }

  .p-xl-0 {
    padding: 0 !important
  }

  .p-xl-1 {
    padding: .25rem !important
  }

  .p-xl-2 {
    padding: .5rem !important
  }

  .p-xl-3 {
    padding: 1rem !important
  }

  .p-xl-4 {
    padding: 1.5rem !important
  }

  .p-xl-5 {
    padding: 3rem !important
  }

  .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .px-xl-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important
  }

  .px-xl-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
  }

  .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
  }

  .px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
  }

  .px-xl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }

  .py-xl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
  }

  .py-xl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
  }

  .pt-xl-0 {
    padding-top: 0 !important
  }

  .pt-xl-1 {
    padding-top: .25rem !important
  }

  .pt-xl-2 {
    padding-top: .5rem !important
  }

  .pt-xl-3 {
    padding-top: 1rem !important
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important
  }

  .pt-xl-5 {
    padding-top: 3rem !important
  }

  .pe-xl-0 {
    padding-left: 0 !important
  }

  .pe-xl-1 {
    padding-left: .25rem !important
  }

  .pe-xl-2 {
    padding-left: .5rem !important
  }

  .pe-xl-3 {
    padding-left: 1rem !important
  }

  .pe-xl-4 {
    padding-left: 1.5rem !important
  }

  .pe-xl-5 {
    padding-left: 3rem !important
  }

  .pb-xl-0 {
    padding-bottom: 0 !important
  }

  .pb-xl-1 {
    padding-bottom: .25rem !important
  }

  .pb-xl-2 {
    padding-bottom: .5rem !important
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important
  }

  .ps-xl-0 {
    padding-right: 0 !important
  }

  .ps-xl-1 {
    padding-right: .25rem !important
  }

  .ps-xl-2 {
    padding-right: .5rem !important
  }

  .ps-xl-3 {
    padding-right: 1rem !important
  }

  .ps-xl-4 {
    padding-right: 1.5rem !important
  }

  .ps-xl-5 {
    padding-right: 3rem !important
  }
}

@media (min-width:1400px) {
  .d-xxl-inline {
    display: inline !important
  }

  .d-xxl-inline-block {
    display: inline-block !important
  }

  .d-xxl-block {
    display: block !important
  }

  .d-xxl-grid {
    display: grid !important
  }

  .d-xxl-table {
    display: table !important
  }

  .d-xxl-table-row {
    display: table-row !important
  }

  .d-xxl-table-cell {
    display: table-cell !important
  }

  .d-xxl-flex {
    display: flex !important
  }

  .d-xxl-inline-flex {
    display: inline-flex !important
  }

  .d-xxl-none {
    display: none !important
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important
  }

  .flex-xxl-row {
    flex-direction: row !important
  }

  .flex-xxl-column {
    flex-direction: column !important
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important
  }

  .justify-content-xxl-center {
    justify-content: center !important
  }

  .justify-content-xxl-between {
    justify-content: space-between !important
  }

  .justify-content-xxl-around {
    justify-content: space-around !important
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important
  }

  .align-items-xxl-start {
    align-items: flex-start !important
  }

  .align-items-xxl-end {
    align-items: flex-end !important
  }

  .align-items-xxl-center {
    align-items: center !important
  }

  .align-items-xxl-baseline {
    align-items: baseline !important
  }

  .align-items-xxl-stretch {
    align-items: stretch !important
  }

  .align-content-xxl-start {
    align-content: flex-start !important
  }

  .align-content-xxl-end {
    align-content: flex-end !important
  }

  .align-content-xxl-center {
    align-content: center !important
  }

  .align-content-xxl-between {
    align-content: space-between !important
  }

  .align-content-xxl-around {
    align-content: space-around !important
  }

  .align-content-xxl-stretch {
    align-content: stretch !important
  }

  .align-self-xxl-auto {
    align-self: auto !important
  }

  .align-self-xxl-start {
    align-self: flex-start !important
  }

  .align-self-xxl-end {
    align-self: flex-end !important
  }

  .align-self-xxl-center {
    align-self: center !important
  }

  .align-self-xxl-baseline {
    align-self: baseline !important
  }

  .align-self-xxl-stretch {
    align-self: stretch !important
  }

  .order-xxl-first {
    order: -1 !important
  }

  .order-xxl-0 {
    order: 0 !important
  }

  .order-xxl-1 {
    order: 1 !important
  }

  .order-xxl-2 {
    order: 2 !important
  }

  .order-xxl-3 {
    order: 3 !important
  }

  .order-xxl-4 {
    order: 4 !important
  }

  .order-xxl-5 {
    order: 5 !important
  }

  .order-xxl-last {
    order: 6 !important
  }

  .m-xxl-0 {
    margin: 0 !important
  }

  .m-xxl-1 {
    margin: .25rem !important
  }

  .m-xxl-2 {
    margin: .5rem !important
  }

  .m-xxl-3 {
    margin: 1rem !important
  }

  .m-xxl-4 {
    margin: 1.5rem !important
  }

  .m-xxl-5 {
    margin: 3rem !important
  }

  .m-xxl-auto {
    margin: auto !important
  }

  .mx-xxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
  }

  .mx-xxl-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important
  }

  .mx-xxl-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
  }

  .mx-xxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
  }

  .mx-xxl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
  }

  .mx-xxl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
  }

  .mx-xxl-auto {
    margin-left: auto !important;
    margin-right: auto !important
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }

  .my-xxl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
  }

  .my-xxl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
  }

  .mt-xxl-0 {
    margin-top: 0 !important
  }

  .mt-xxl-1 {
    margin-top: .25rem !important
  }

  .mt-xxl-2 {
    margin-top: .5rem !important
  }

  .mt-xxl-3 {
    margin-top: 1rem !important
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important
  }

  .mt-xxl-5 {
    margin-top: 3rem !important
  }

  .mt-xxl-auto {
    margin-top: auto !important
  }

  .me-xxl-0 {
    margin-left: 0 !important
  }

  .me-xxl-1 {
    margin-left: .25rem !important
  }

  .me-xxl-2 {
    margin-left: .5rem !important
  }

  .me-xxl-3 {
    margin-left: 1rem !important
  }

  .me-xxl-4 {
    margin-left: 1.5rem !important
  }

  .me-xxl-5 {
    margin-left: 3rem !important
  }

  .me-xxl-auto {
    margin-left: auto !important
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important
  }

  .mb-xxl-1 {
    margin-bottom: .25rem !important
  }

  .mb-xxl-2 {
    margin-bottom: .5rem !important
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important
  }

  .mb-xxl-auto {
    margin-bottom: auto !important
  }

  .ms-xxl-0 {
    margin-right: 0 !important
  }

  .ms-xxl-1 {
    margin-right: .25rem !important
  }

  .ms-xxl-2 {
    margin-right: .5rem !important
  }

  .ms-xxl-3 {
    margin-right: 1rem !important
  }

  .ms-xxl-4 {
    margin-right: 1.5rem !important
  }

  .ms-xxl-5 {
    margin-right: 3rem !important
  }

  .ms-xxl-auto {
    margin-right: auto !important
  }

  .p-xxl-0 {
    padding: 0 !important
  }

  .p-xxl-1 {
    padding: .25rem !important
  }

  .p-xxl-2 {
    padding: .5rem !important
  }

  .p-xxl-3 {
    padding: 1rem !important
  }

  .p-xxl-4 {
    padding: 1.5rem !important
  }

  .p-xxl-5 {
    padding: 3rem !important
  }

  .px-xxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .px-xxl-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important
  }

  .px-xxl-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
  }

  .px-xxl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
  }

  .px-xxl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
  }

  .px-xxl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }

  .py-xxl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
  }

  .py-xxl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
  }

  .pt-xxl-0 {
    padding-top: 0 !important
  }

  .pt-xxl-1 {
    padding-top: .25rem !important
  }

  .pt-xxl-2 {
    padding-top: .5rem !important
  }

  .pt-xxl-3 {
    padding-top: 1rem !important
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important
  }

  .pt-xxl-5 {
    padding-top: 3rem !important
  }

  .pe-xxl-0 {
    padding-left: 0 !important
  }

  .pe-xxl-1 {
    padding-left: .25rem !important
  }

  .pe-xxl-2 {
    padding-left: .5rem !important
  }

  .pe-xxl-3 {
    padding-left: 1rem !important
  }

  .pe-xxl-4 {
    padding-left: 1.5rem !important
  }

  .pe-xxl-5 {
    padding-left: 3rem !important
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important
  }

  .pb-xxl-1 {
    padding-bottom: .25rem !important
  }

  .pb-xxl-2 {
    padding-bottom: .5rem !important
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important
  }

  .ps-xxl-0 {
    padding-right: 0 !important
  }

  .ps-xxl-1 {
    padding-right: .25rem !important
  }

  .ps-xxl-2 {
    padding-right: .5rem !important
  }

  .ps-xxl-3 {
    padding-right: 1rem !important
  }

  .ps-xxl-4 {
    padding-right: 1.5rem !important
  }

  .ps-xxl-5 {
    padding-right: 3rem !important
  }
}

@media print {
  .d-print-inline {
    display: inline !important
  }

  .d-print-inline-block {
    display: inline-block !important
  }

  .d-print-block {
    display: block !important
  }

  .d-print-grid {
    display: grid !important
  }

  .d-print-table {
    display: table !important
  }

  .d-print-table-row {
    display: table-row !important
  }

  .d-print-table-cell {
    display: table-cell !important
  }

  .d-print-flex {
    display: flex !important
  }

  .d-print-inline-flex {
    display: inline-flex !important
  }

  .d-print-none {
    display: none !important
  }
}

/*! * Defaults */
html {
  font-size: 9px;
  direction: rtl;
}

body {
  margin: 0;
  font-size: 14px;
  line-height: 2.2;
  font-family: 'Almarai', sans-serif;
  background: #eef0f2;
  color: #404041;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Almarai', sans-serif;
  font-weight: 700;
  line-height: 1.4;
}

a {
  text-decoration: none;
  transition: all .5s ease;
}

svg {
  width: 25px;
  height: 25px;
}

br {
  line-height: 1;
}

.form-control,
.form-line input,
.form-line textarea,
.form-line select {
  border: solid 1px #d1cdcd;
  width: 100%;
  box-sizing: border-box;
  padding: .6em;
  font-size: .9em;
  font-family: 'Readex Pro';
  line-height: 2;
  font-weight: 300;
  color: #333;
  border-radius: 2px;
  outline: 0;
  display: block;
}

.captcha-box-img img {
  height: 3.05em !important;
  width: auto !important;
  box-sizing: border-box;
  background: #fdfdfd;
  padding: 4px;
  border: solid 1px #f0ecec;
}

.btn-primary {
  display: inline-block;
  background: var(--bs-primary);
  padding: 1em 3em !important;
  font-size: 1.1em;
  line-height: 1;
  font-weight: 400;
  color: #fff !important;
  border-radius: 2em;
  margin-top: 1em;
  border: 0 !important;
  width: auto !important;
}

.btn-primary:hover {
  background-color: var(--bs-primary);
}

.contact-tabs a {
  display: inline-block;
  background: var(--bs-primary);
  padding: 1em 2em;
  font-size: 1.1em;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  border-radius: 3px;
  margin-top: 1em;
  border: 0;
  width: 100%;
  box-sizing: border-box;
}

.contact-tabs a:hover,
.contact-tabs .active a,
.contact-tabs a.active {
  background-color: var(--bs-special);
}

.title,
.Title {
  display: block;
  font-weight: 700;
  font-size: 1.2em;
  color: var(--bs-primary);
  margin-bottom: .5em;
  margin-top: .5em;
}

.title+br,
.title+br+br,
.title+br+br+br,
.Title+br,
.Title+br+br,
.Title+br+br+br {
  display: none;
}

.form-control::placeholder {
  color: #b9b9b9;
}

.text-center {
  text-align: center;
}

.text-start {
  text-align: right;
}

.form-line label {
  font-family: 'Almarai';
  font-size: .85em;
  font-weight: 700;
  line-height: 3em;
  padding-top: .3em;
  color: #333;
}

.f-star {
  color: #dc3545;
}

.comment-alert {
  float: right;
  width: 100%;
  padding: 3px 8px;
  box-sizing: border-box;
  font-size: .7em;
  border-top: solid 1px #dc3545;
  color: #dc3545;
  margin-top: -1px;
}


@media (min-width:992px) {
  html {
    font-size: 14px;
  }

  body {
    font-size: 14px;
  }
}

@media (min-width:1200px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 15px;
  }
}

@media (min-width:1400px) {
  html {
    font-size: 16px;
  }

  body {
    font-size: 16px;
  }
}

.btn-more {
  display: inline-block;
  background: var(--bs-primary);
  padding: .6em 3em;
  font-size: 1.1em;
  line-height: 1;
  font-weight: 400;
  font-family: 'Almarai', sans-serif;
  color: #fff;
  border-radius: 2em;
  margin-top: 1em;
}

.btn-more:hover {
  background-color: var(--bs-special);
}

/*! * Header Main-menu */
header {
  position: relative;
  background: #fff;
  border-bottom: solid 1px #d4d5d6;
}

.site-logo svg {
  display: block;
  width: 9.2rem;
  height: 7.36rem;
  fill: var(--bs-primary);
}

.color-blue-navy .site-logo svg,
.color-blue .site-logo svg {
  fill: var(--bs-blue);
}

.color-teal .site-logo svg,
.color-greenl .site-logo svg {
  fill: var(--bs-teal);
}

.color-greenlight .site-logo svg {
  fill: var(--bs-greenlight);
}

.color-orange .site-logo svg,
.color-moutarde .site-logo svg {
  fill: var(--bs-orange);
}

.color-green .site-logo svg,
.color-green2 .site-logo svg {
  fill: var(--bs-green);
}

.color-purple .site-logo svg,
.color-violet .site-logo svg {
  fill: var(--bs-purple);
}

.color-neon-orange .site-logo svg {
  fill: var(--bs-neon-orange);
}

.color-bleulight .site-logo svg {
  fill: var(--bs-bleulight);
}

.color-pink .site-logo svg {
  fill: var(--bs-pink);
}

.color-pink .site-logo svg {
  fill: var(--bs-MetallicGold);
}

.main-menu {
  overflow: auto;
  border-top: solid 1px #d4d5d6;
  border-bottom: solid 1px #d4d5d6;
}

.main-menu>ul> li:hover> a,
.main-menu>ul>  li> a:hover {
  background: var(--bs-primary);
  color: #fff;
}

.main-menu li li.active a {
  text-decoration: underline;
}

.color-blue-navy .main-menu>ul> li.color-blue> a:hover,
.main-menu>ul> li.color-blue:hover> a,
.main-menu>ul> li.color-blue-navy> a:hover,
.main-menu>ul> li.color-blue-navy:hover> a {
  background: var(--bs-blue);
  color: #fff;
}

.main-menu>ul> li.color-teal> a:hover,
.main-menu>ul> li.color-teal:hover> a,
.main-menu>ul> li.color-greenl> a:hover,
.main-menu>ul> li.color-greenl:hover> a {
  background: var(--bs-teal);
  color: #fff;
}


.main-menu>ul> li.color-greenlight> a:hover,
.main-menu>ul> li.color-greenlight:hover> a {
  background: var(--bs-greenlight);
  color: #fff;
}

.main-menu>ul> li.color-orange> a:hover,
.main-menu>ul> li.color-orange:hover> a,
.main-menu>ul> li.color-moutarde> a:hover,
.main-menu>ul> li.color-moutarde:hover> a {
  background: var(--bs-orange);
  color: #fff;
}

.main-menu>ul> li.color-green> a:hover,
.main-menu>ul> li.color-green:hover> a,
.main-menu>ul> li.color-green2> a:hover,
.main-menu>ul> li.color-green2:hover> a {
  background: var(--bs-green);
  color: #fff;
}

.main-menu>ul> li.color-purple> a:hover,
.main-menu>ul> li.color-purple:hover> a,
.main-menu>ul> li.color-violet> a:hover,
.main-menu>ul> li.color-violet:hover> a {
  background: var(--bs-purple);
  color: #fff;
}

.main-menu>ul> li.color-neon-orange> a:hover,
.main-menu>ul> li.color-neon-orange:hover> a {
  background: var(--bs-neon-orange);
  color: #fff;
}

.main-menu>ul> li.color-bleulight> a:hover,
.main-menu>ul> li.color-bleulight:hover> a {
  background: var(--bs-bleulight);
  color: #fff;
}

.main-menu>ul> li.color-pink> a:hover,
.main-menu>ul> li.color-pink:hover> a {
  background: var(--bs-pink);
  color: #fff;
}

.main-menu>ul> li.color-MetallicGold> a:hover,
.main-menu>ul> li.color-MetallicGold:hover> a {
  background: var(--bs-MetallicGold);
  color: #fff;
}

.main-menu ul {
  list-style: none;
  font-size: 1em;
  font-family: 'Almarai', sans-serif;
  font-weight: 700;
}

.main-menu a {
  display: block;
  line-height: 2.45;
  color: #404041;
  padding: 0 1rem;
  white-space: nowrap;
}

.main-menu a:hover {
  color: #fff;
}

.main-menu ul ul {
  display: none;
}

/*
.menu-button {
display: block;
position: relative;
padding: 0;
margin: 0;
border: 0;
background: transparent;
width: 28px;
height: 28px;
margin-top: 2px;
}

.menu-button span {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 28px;
height: 3px;
border-radius: 2px;
margin: auto;
background: var(--bs-secondary);
color: #222;
transition: .3s
}

.menu-button span:first-child {
top: -24px;
}

.menu-button span:nth-child(2) {
top: 50%;
margin-top: -1px;
}

.menu-button span:nth-child(3) {
top: auto;
bottom: 0;
}

.toggler-menu.active .menu-button span:first-child {
top: 0px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg)
}

.toggler-menu.active .menu-button span:nth-child(2) {
left: 50%;
width: 0
}

.toggler-menu.active .menu-button span:nth-child(3) {
top: 0px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg)
}
*/





@media (max-width:991px) {
  .main-menu>ul {
    position: relative;
  }
  .main-menu>ul>li.active.has-child {
    margin-bottom: 32px;
  }
  .main-menu>ul>li.active a {
    position: relative;
  }
  .main-menu>ul>li.active a:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    height: 3px;
    margin-top: -3px;
    background: var(--bs-primary);
    z-index: 40;
  }
  .main-menu>ul>li.active ul {
    display: flex;
    position: absolute;
    width: 100%;
    border-top: solid 1px #f5f5f5;
    padding: 4px 5px 5px;
    box-sizing: border-box;
    right: 0;
    height: 31px;
    font-weight: 400;
    font-size: 11px;
  }
  .main-menu>ul>li.active ul li {
    display: inline-block;
    padding-left: 3px;
  }
  .main-menu>ul>li.active ul li a {
    border: solid 1px transparent;
    border-radius: 2px;
    color: #444;
    line-height: 21px;
  }
  .main-menu>ul>li.active ul li a:after {
    display: none;
  }
  .main-menu>ul>li.active ul li a:hover {
    border: solid 1px #ccc;
    color: #333;
  }
  .main-menu>ul>li.active ul li.active a {
    background: var(--bs-primary);
    color: #fff;
    text-decoration: none;
  }

  .main-menu>ul>li.active.color-blue ul li.active a,
  .main-menu>ul>li.active.color-blue-navy ul li.active a,
  .main-menu>ul>li.active.color-blue a:after,
  .main-menu>ul>li.active.color-blue-navy a:after {
    background: var(--bs-blue);
  }

  .main-menu>ul>li.active.color-teal ul li.active a,
  .main-menu>ul>li.active.color-greenl ul li.active a,
  .main-menu>ul>li.active.color-teal a:after,
  .main-menu>ul>li.active.color-greenl a:after {
    background: var(--bs-teal);
  }

  .main-menu>ul>li.active.color-greenlight ul li.active a,
  .main-menu>ul>li.active.color-greenlight a:after {
    background: var(--bs-greenlight);
  }

  .main-menu>ul>li.active.color-orange ul li.active a,
  .main-menu>ul>li.active.color-moutarde ul li.active a,
  .main-menu>ul>li.active.color-orange a:after,
  .main-menu>ul>li.active.color-moutarde a:after {
    background: var(--bs-orange);
  }

  .main-menu>ul>li.active.color-green ul li.active a,
  .main-menu>ul>li.active.color-green2 ul li.active a,
  .main-menu>ul>li.active.color-green a:after,
  .main-menu>ul>li.active.color-green2 a:after {
    background: var(--bs-green);
  }

  .main-menu>ul>li.active.color-purple ul li.active a,
  .main-menu>ul>li.active.color-violet ul li.active a,
  .main-menu>ul>li.active.color-purple a:after,
  .main-menu>ul>li.active.color-violet a:after {
    background: var(--bs-purple);
  }

  .main-menu>ul>li.active.color-neon-orange ul li.active a,
  .main-menu>ul>li.active.color-neon-orange a:after {
    background: var(--bs-neon-orange);
  }

  .main-menu>ul>li.active.color-bleulight ul li.active a,
  .main-menu>ul>li.active.color-bleulight a:after {
    background: var(--bs-bleulight);
  }

  .main-menu>ul>li.active.color-pink ul li.active a,
  .main-menu>ul>li.active.color-pink a:after {
    background: var(--bs-pink);
  }

  .main-menu>ul>li.active.color-MetallicGold ul li.active a,
  .main-menu>ul>li.active.color-MetallicGold a:after {
    background: var(--bs-MetallicGold);
  }
}

@media (min-width:768) {
  /*
*/
}

@media (min-width:992px) {
  header {
    margin-bottom: 7rem;
  }
 
.main-menu {
  display: inline-block;
}

  .main-menu li {
    position: relative;
  }

  .main-menu>ul {
    position: relative;
  }

  .main-menu>ul>li>a {
    padding: 0 .6rem;
    position: relative;
  }

  .main-menu>ul>li.has-child>a {
    padding: 0 .5rem 0 1.4rem;
  }

  .main-menu li.has-child>a:after,
  .main-menu li.has-child>a:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: var(--bs-primary);
    transform: rotate(45deg);
    left: .5rem;
    top: 50%;
    margin-top: -2px;
    z-index: 10;
    transition: all .5s ease;
  }

  .main-menu li.has-child>a:before {
    z-index: 20;
    background: #fff;
    margin-top: -4.5px;
  }

  .main-menu li.has-child.color-blue>a:after,
  .main-menu li.has-child.color-blue-navy>a:after {
    background: var(--bs-blue);
  }

  .main-menu li.has-child.color-teal>a:after,
  .main-menu li.has-child.color-greenl>a:after {
    background: var(--bs-teal);
  }

  .main-menu li.has-child.color-greenlight>a:after {
    background: var(--bs-greenlight);
  }

  .main-menu li.has-child.color-orange>a:after,
  .main-menu li.has-child.color-moutarde>a:after {
    background: var(--bs-orange);
  }

  .main-menu li.has-child.color-green>a:after,
  .main-menu li.has-child.color-green2>a:after {
    background: var(--bs-green);
  }

  .main-menu li.has-child.color-purple>a:after,
  .main-menu li.has-child.color-violet>a:after {
    background: var(--bs-purple);
  }

  .main-menu li.has-child.color-neon-orange>a:after {
    background: var(--bs-neon-orange);
  }

  .main-menu li.has-child.color-bleulight>a:after {
    background: var(--bs-bleulight);
  }

  .main-menu li.has-child.color-pink>a:after {
    background: var(--bs-pink);
  }

  .main-menu li.has-child.color-MetallicGold>a:after {
    background: var(--bs-MetallicGold);
  }

  .main-menu ul li.has-child:hover>a:after {
    background: #fff;
  }

  /*
.color-blue .main-menu li.color-blue>a:after,
.color-blue-navy .main-menu li.color-blue-navy>a:after,
.color-teal .main-menu li.color-teal>a:after,
.color-greenl .main-menu li.color-greenl>a:after,
.color-greenlight .main-menu li.color-greenlight>a:after,
.color-orange .main-menu li.color-orange>a:after,
.color-moutarde .main-menu li.color-moutarde>a:after,
.color-green .main-menu li.color-green>a:after,
.color-green2 .main-menu li.color-green2>a:after,
.color-purple .main-menu li.color-purple>a:after,
.color-violet .main-menu li.color-violet>a:after,
.color-neon-orange .main-menu li.color-neon-orange>a:after,
.color-bleulight .main-menu li.color-bleulight>a:after,
.color-pink .main-menu li.color-pink>a:after,
.color-MetallicGold .main-menu li.color-MetallicGold>a:after {
  background: #fff;
}
*/
  .main-menu ul li.has-child:hover>a:before {
    background: var(--bs-primary);
  }

  .main-menu li.has-child.color-blue:hover>a:before,
  .main-menu li.has-child.color-blue-navy:hover>a:before {
    background: var(--bs-blue);
  }

  .main-menu li.has-child.color-teal:hover>a:before,
  .main-menu li.has-child.color-greenl:hover>a:before {
    background: var(--bs-teal);
  }

  .main-menu li.has-child.color-greenlight:hover>a:before {
    background: var(--bs-greenlight);
  }

  .main-menu li.has-child.color-orange:hover>a:before,
  .main-menu li.has-child.color-moutarde:hover>a:before {
    background: var(--bs-orange);
  }

  .main-menu li.has-child.color-green:hover>a:before,
  .main-menu li.has-child.color-green2:hover>a:before {
    background: var(--bs-green);
  }

  .main-menu li.has-child.color-purple:hover>a:before,
  .main-menu li.has-child.color-violet:hover>a:before {
    background: var(--bs-purple);
  }

  .main-menu li.has-child.color-neon-orange:hover>a:before {
    background: var(--bs-neon-orange);
  }

  .main-menu li.has-child.color-bleulight:hover>a:before {
    background: var(--bs-bleulight);
  }

  .main-menu li.has-child.color-pink:hover>a:before {
    background: var(--bs-pink);
  }

  .main-menu li.has-child.color-MetallicGold:hover>a:before {
    background: var(--bs-MetallicGold);
  }

  .main-menu li.active {
    z-index: 80;
  }

  .main-menu li:hover {
    z-index: 90;
  }

  .main-menu li:hover ul {
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    width: 170px;
    background: #fff;
    z-index: 30;
    padding: 6px 0 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  }

  .main-menu>ul>li.active:after,
  .main-menu>ul>li:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    height: 6px;
    background: var(--bs-primary);
    z-index: 40;
  }

  .main-menu>ul>li.color-blue.active:after,
  .main-menu>ul>li.color-blue:hover:after,
  .main-menu>ul>li.color-blue-navy.active:after,
  .main-menu>ul>li.color-blue-navy:hover:after {
    background: var(--bs-blue);
  }

  .main-menu>ul>li.color-teal.active:after,
  .main-menu>ul>li.color-teal:hover:after,
  .main-menu>ul>li.color-greenl.active:after,
  .main-menu>ul>li.color-greenl:hover:after {
    background: var(--bs-teal);
  }

  .main-menu>ul>li.color-greenlight.active:after,
  .main-menu>ul>li.color-greenlight:hover:after {
    background: var(--bs-greenlight);
  }

  .main-menu>ul>li.color-orange.active:after,
  .main-menu>ul>li.color-orange:hover:after,
  .main-menu>ul>li.color-moutarde.active:after,
  .main-menu>ul>li.color-moutarde:hover:after {
    background: var(--bs-orange);
  }

  .main-menu>ul>li.color-green.active:after,
  .main-menu>ul>li.color-green:hover:after,
  .main-menu>ul>li.color-green2.active:after,
  .main-menu>ul>li.color-green2:hover:after {
    background: var(--bs-green);
  }

  .main-menu>ul>li.color-purple.active:after,
  .main-menu>ul>li.color-purple:hover:after,
  .main-menu>ul>li.color-violet.active:after,
  .main-menu>ul>li.color-violet:hover:after {
    background: var(--bs-purple);
  }

  .main-menu>ul>li.color-neon-orange.active:after,
  .main-menu>ul>li.color-neon-orange:hover:after {
    background: var(--bs-neon-orange);
  }

  .main-menu>ul>li.color-bleulight.active:after,
  .main-menu>ul>li.color-bleulight:hover:after {
    background: var(--bs-bleulight);
  }

  .main-menu>ul>li.color-pink.active:after,
  .main-menu>ul>li.color-pink:hover:after {
    background: var(--bs-pink);
  }

  .main-menu>ul>li.color-MetallicGold.active:after,
  .main-menu>ul>li.color-MetallicGold:hover:after {
    background: var(--bs-MetallicGold);
  }

  .main-menu li ul a {
    line-height: 3rem;
    padding: 0 .8rem;
    font-size: .9rem;
    white-space: nowrap;
    color: #404041 !important;
    background: #fff !important;
  }

  .main-menu li ul a:hover {
    background: rgb(240, 240, 240) !important;
  }

  .main-menu li ul a:hover,
  .main-menu li ul li.active a:hover {
    color: var(-rgb(22, 22, 22)primary);
  }
}

@media (min-width:1200px) {

  .site-logo svg {
    margin-bottom: -1.5rem;
  }
}

@media (min-width:1400px) {
  .main-menu>ul>li>a {
    padding: 0 .9rem;
    font-size: 1em;
  }

  .main-menu>ul>li.has-child>a {
    padding: 0 .7rem 0 1.5rem;
  }
}

/*! * Header Secondary-bar

.header-bar {
width: 240px;
height: 100vh;
position: fixed;
top: 0;
right: 0;
color: var(--bs-secondary);
background-color: #fff;
box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
z-index: 98;
transition: all .5s ease;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}

.header-bar.menu-open {
-webkit-transform: translateX(0);
transform: translateX(0)
}

.header-date {
padding: 0 2em;
line-height: 3em;
border-top: solid 1px #DAE4EB;
border-bottom: solid 1px #DAE4EB;
}

@media (min-width:992px) {
.header-bar {
  position: absolute;
  width: 100%;
  height: 3rem;
  top: 100%;
  z-index: 10;
  box-sizing: border-box;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 0 0 0;
}

.category .header-bar,
.article .header-bar,
.gallery .header-bar,
.bodcast .header-bar {
  color: #fff;
  background: #b5c0c7;
}

.category.color-blue .header-bar,
.article.color-blue .header-bar,
.gallery.color-blue .header-bar,
.bodcast.color-blue .header-bar,
.category.color-blue-navy .header-bar,
.article.color-blue-navy .header-bar,
.gallery.color-blue-navy .header-bar,
.bodcast.color-blue-navy .header-bar {
  background-color: var(--bs-blue);
}

.category.color-teal .header-bar,
.article.color-teal .header-bar,
.gallery.color-teal .header-bar,
.bodcast.color-teal .header-bar,
.category.color-greenl .header-bar,
.article.color-greenl .header-bar,
.gallery.color-greenl .header-bar,
.bodcast.color-greenl .header-bar {
  background-color: var(--bs-teal);
}
.category.color-greenlight .header-bar,
.article.color-greenlight .header-bar,
.gallery.color-greenlight .header-bar,
.bodcast.color-greenlight .header-bar{
  background-color: var(--bs-greenlight);
}

.category.color-orange .header-bar,
.article.color-orange .header-bar,
.gallery.color-orange .header-bar,
.bodcast.color-orange .header-bar,
.category.color-moutarde .header-bar,
.article.color-moutarde .header-bar,
.gallery.color-moutarde .header-bar,
.bodcast.color-moutarde .header-bar {
  background-color: var(--bs-orange);
}

.category.color-green .header-bar,
.article.color-green .header-bar,
.gallery.color-green .header-bar,
.bodcast.color-green .header-bar,
.category.color-green2 .header-bar,
.article.color-green2 .header-bar,
.gallery.color-green2 .header-bar,
.bodcast.color-green2 .header-bar {
  background-color: var(--bs-green);
}

.category.color-purple .header-bar,
.article.color-purple .header-bar,
.gallery.color-purple .header-bar,
.bodcast.color-purple .header-bar,
.category.color-violet .header-bar,
.article.color-violet .header-bar,
.gallery.color-violet .header-bar,
.bodcast.color-violet .header-bar {
  background-color: var(--bs-purple);
}

.category.color-neon-orange .header-bar,
.article.color-neon-orange .header-bar,
.gallery.color-neon-orange .header-bar,
.bodcast.color-neon-orange .header-bar {
  background-color: var(--bs-neon-orange);
}


.category .header-bar a,
.article .header-bar a {
  color: #fff;
}

.category .header-bar a svg,
.article .header-bar a svg {
  fill: #fff;
}

.header-date {
  padding: 0 1.5rem;
  font-size: .8rem;
  line-height: 3rem;
  border-top: 0;
  border-bottom: 0;
  border-right: solid 1px rgba(0, 0, 0, .1);
  border-left: solid 1px rgba(0, 0, 0, .1);
}
}
*/



/*! * Header Tools Section */

/* //Togle Night Mode */
.toggle-mode-checkbox {
  display: none;
}

.toggle-mode-checkbox:checked {}

.toggle-mode-checkbox:checked+.toggle-mode-label {
  background: #4C5270;
}

.toggle-mode-checkbox:checked+.toggle-mode-label .toggle-mode-label-background {
  left: -30px;
  width: 1px;
  height: 1px;
}

.toggle-mode-checkbox:checked+.toggle-mode-label .toggle-mode-label-background:before {
  width: 1px;
  height: 1px;
  top: -4px;
}

.toggle-mode-checkbox:checked+.toggle-mode-label .toggle-mode-label-background:after {
  width: 1px;
  height: 1px;
  left: -7px;
  top: 4px;
}

.toggle-mode-checkbox:checked+.toggle-mode-label:before {
  background: #fff;
  animation-name: switch;
  animation-duration: 350ms;
  animation-fill-mode: forwards;
}

.toggle-mode-checkbox:checked+.toggle-mode-label:after {
  transition-delay: 350ms;
  opacity: 1;
}

.toggle-mode-label {
  width: 50px;
  height: 25px;
  background: var(--bs-primary);
  border-radius: 25px;
  display: flex;
  position: relative;
  transition: all 350ms ease-in;
}

.toggle-mode-label-background {
  width: 4px;
  height: 2px;
  border-radius: 1px;
  position: relative;
  background: #fff;
  left: -13px;
  top: 12px;
  transition: all 150ms ease-in;
}

.toggle-mode-label-background:before {
  content: "";
  position: absolute;
  top: -2px;
  width: 10px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  left: -5px;
  transition: all 150ms ease-in;
}

.toggle-mode-label-background:after {
  content: "";
  position: absolute;
  top: 2px;
  width: 10px;
  height: 2px;
  border-radius: 5px;
  background: #fff;
  left: -2px;
  transition: all 150ms ease-in;
}

.toggle-mode-label:before {
  /*animation-name: reverse;
  animation-duration: 350ms;
  animation-fill-mode: forwards;
  transition: all 350ms ease-in;*/
  content: "";
  width: 21px;
  height: 21px;
  top: 2px;
  left: 2px;
  position: absolute;
  border-radius: 21px;
  background: #fff;
}

.toggle-mode-label:after {
  transition-delay: 0ms;
  transition: all 250ms ease-in;
  position: absolute;
  content: "";
  box-shadow: rgba(0, 0, 0, .1) -2px 0 0 2px, rgba(0, 0, 0, .1) -5px 6px 0 1px;
  left: 35px;
  top: 8px;
  width: 1px;
  height: 1px;
  background: transparent;
  border-radius: 2px;
  opacity: 0;
}

@keyframes switch {
  0% {
    left: 2px;
  }

  60% {
    left: 2px;
    width: 33px;
  }

  100% {
    left: 27px;
    width: 21px;
  }
}

@keyframes reverse {
  0% {
    left: 27px;
    width: 21px;
  }

  60% {
    left: 18px;
    width: 30px;
  }

  100% {
    left: 2px;
  }
}

/* //Trendy Slider */
@keyframes fadeIn {
  0% {
    display: block;
    opacity: 0;
  }

  60% {
    opacity: 40%;
  }

  100% {
    opacity: 100%;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 100%;
  }

  60% {
    opacity: 40%;
  }

  100% {
    display: none;
    opacity: 0;
  }
}

@keyframes slideRight {
  0% {
    left: -100%;
  }

  6% {
    left: 0;
  }

  95% {
    left: 0;
  }

  100% {
    left: 100%;
  }
}

@keyframes slideLeft {
  0% {
    right: -100%;
  }

  6% {
    right: -100%;
  }

  10% {
    right: 0;
  }

  92% {
    right: 0;
  }

  96% {
    right: 100%;
  }

  100% {
    right: 100%;
  }
}

.header-trendy {
  background: #e7e7e8;
}

.header-trendy h2 {
  background: #fff;
  position: relative;
  overflow: hidden;
  font-size: .95em;
  padding: 0.65em 0;
  margin: 0;
}

.header-trendy h2:after {
  content: '';
  background: var(--bs-primary);
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /*animation-name: slideRight;
  animation-duration: 7000ms;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;*/
}

.header-trendy h2 span {
  position: relative;
  z-index: 20;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: #fff;
  padding: 0 0.65em;
  /*animation-name: slideLeft;
  animation-duration: 7000ms;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;*/
}

.header-trendy h2 .header-trendy ul {
  list-style: none;
  white-space: nowrap;
  overflow: hidden;
}

.header-trendy li {
  display: none;
  background: transparent;
  animation-name: fadeOut;
  animation-duration: 350ms;
  animation-fill-mode: forwards;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 170px;
  overflow: hidden;
}

.header-trendy li.active {
  display: block;
  animation-name: fadeIn;
  animation-duration: 350ms;
  animation-fill-mode: forwards;
}

.header-trendy a {
  color: var(--bs-primary);
  font-family: 'Almarai', sans-serif;
  font-size: .9em;
  line-height: 2.8em;
  padding: 0 1em;
  font-weight: 400;
  background: transparent;
}

.header-trendy a:hover {
  color: var(--bs-special);
}

/* //Header Social */
.header-socials {
  padding: 0 .6rem;
  margin-bottom: -1px;
}

.header-socials a {
  padding: 3px;
  margin-left: 2px;
  width: 25px;
  height: 28px;
  line-height: 27px;
  box-sizing: border-box;
  color: #8a939a;
  border-radius: 15px;
  text-align: center;
}

.header-socials a:last-child {
  margin-left: 0;
}

.header-socials a svg {
  width: 18px;
  height: 18px;
  fill: #8a939a;
  transition: all .5s ease;
}

.header-socials a:hover svg {
  fill: var(--bs-primary);
}

@media (min-width:992px) {
  .header-trendy li {
    max-width: 180px;
  }
}

/* //Header Search */
.header-tools {
  position: relative;
  display: block!important;
}

.search-open {
  display: block;
  width: 28px;
  height: 28px;
  text-align: center;
  border: solid 1px #c9ccd0;
}

.search-open svg {
  width: 15px;
  height: 28px;
  fill: #8a939a;
}

.search-form {
  display: none;
  position: absolute;
  background: #f1f3f5;
  width: 100%;
  height: 100%;
  z-index: 100;
  left: 0;
  top: 0;
  animation-name: fadeOut;
  animation-duration: 350ms;
  animation-fill-mode: forwards;
}

.search-form.open {
  display: flex;
  align-items: center;
  animation-name: fadeIn;
  animation-duration: 350ms;
  animation-fill-mode: forwards;
}

.search-form.open .container {
  display: flex;
  align-items: center;
}

.search-txt {
  line-height: 2.4em;
  padding: 0;
  border: 0;
  margin: 0;
  background: transparent;
  color: #404041;
}

.search-btn {
  margin: 0 .5em;
  line-height: 2.4em;
  width: 4em;
  color: #fff;
  background: var(--bs-primary);
  text-align: center;
}

.search-btn:hover {
  background: var(--bs-special);
}

.search-btn svg {
  width: .9em;
  height: .9em;
  fill: #fff;
}

.search-close {
  line-height: 2.4em;
  width: 2.4em;
  text-align: center;
}

.search-close svg {
  width: .9em;
  height: .9em;
  stroke: var(--bs-secondary);
}

.search-close:hover svg {
  stroke: var(--bs-primary);
}

/*! * Section */
.section-dark {
  position: relative;
  overflow: hidden;
}

.section-light {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.section-dark>.container,
.section-light>.container {
  position: relative;
  z-index: 20;
}

.section-dark:after,
.section-light:after {
  position: absolute;
  content: '';
  z-index: 5;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--bs-primary);
  opacity: 0.2;
}

.section-dark:after {
  opacity: 1.0;
}

.section-light:after {
  background: #d2e8f6;
  opacity: 1;
}

.section-dark:before {}

.section-dark .container {
  position: relative;
  z-index: 20;
}

.section-dark.color-blue:after,
.section-dark.color-blue-navy:after {
  background: var(--bs-blue);
}

.section-light.color-blue:after,
.section-light.color-blue-navy:after {
  background: var(--bs-blue);
}

.section-dark.color-teal:after,
.section-dark.color-greenl:after {
  background: var(--bs-teal);
}

.section-light.color-teal:after,
.section-light.color-greenl:after {
  background: #f7f8e5;
}

.section-dark.color-greenlight:after {
  background: var(--bs-greenlight);
}

.section-light.color-greenlight:after {
  background: #f7f8e5;
}

.section-dark.color-orange:after,
.section-dark.color-moutarde:after {
  background: var(--bs-orange);
}

.section-light.color-orange:after,
.section-light.color-moutarde:after {
  background: var(--bs-orange);
}

.section-dark.color-green:after,
.section-dark.color-green2:after {
  background: var(--bs-green);
}

.section-light.color-green:after,
.section-light.color-green2:after {
  background: #e0ece7;
}

.section-dark.color-purple:after,
.section-dark.color-violet:after {
  background: #ded8f1;
}

.section-light.color-purple:after,
.section-light.color-violet:after {
  background: #ded8f1;
}

.section-dark.color-neon-orange:after {
  background: var(--bs-neon-orange);
}

.section-light.color-neon-orange:after {
  background: var(--bs-neon-orange);
}

.section-dark.color-bleulight:after {
  background: var(--bs-bleulight);
}

.section-light.color-bleulight:after {
  background: var(--bs-bleulight);
}

.section-dark.color-pink:after {
  background: var(--bs-pink);
}

.section-light.color-pink:after {
  background: var(--bs-pink);
}

.section-dark.color-MetallicGold:after {
  background: var(--bs-MetallicGold);
}

.section-light.color-MetallicGold:after {
  background: var(--bs-MetallicGold);
}

.section-title {
  font-size: 1.4em;
  line-height: 1;
  color: #404041;
  position: relative;
  margin-top: 0;
  padding-right: 14px;
}

.section-title a {
  color: #404041;
}

.section-title a:hover {
  color: var(--bs-primary);
}


.section-title.no-dots::before,
.section-title.no-dots::after {
  display: none;
}

.section-title::after {
  margin-top: 1px;
  background-color: var(--bs-secondary);
}

.section-title.section-title-primary {
  padding: 10px 20px 10px 11px;
  background: var(--bs-primary);
  display: inline-block;
  COLOR: #fff;
  font-weight: 400;
  font-size: 1.3em;
}
.section-title.section-title-primary::before,
.section-title.section-title-primary::after {
  background: #fff;
  right: 6px;
}

.color-blue-navy .section-title::before,
body .section-title.color-blue-navy::before,
.color-blue .section-title::before,
body .section-title.color-blue::before {
  background-color: var(--bs-blue);
}

.color-teal .section-title::before,
body .section-title.color-teal::before,
.color-greenl .section-title::before,
body .section-title.color-greenl::before {
  background-color: var(--bs-teal);
}

.color-greenlight .section-title::before,
body .section-title.color-greenlight::before {
  background-color: var(--bs-greenlight);
}

.color-orange .section-title::before,
body .section-title.color-orange::before,
.color-moutarde .section-title::before,
body .section-title.color-moutarde::before {
  background-color: var(--bs-orange);
}

.color-green .section-title::before,
body .section-title.color-green::before,
.color-green2 .section-title::before,
body .section-title.color-green2::before {
  background-color: var(--bs-green);
}

.color-purple .section-title::before,
body .section-title.color-purple::before,
.color-violet .section-title::before,
body .section-title.color-violet::before {
  background-color: var(--bs-purple);
}

.color-neon-orange .section-title::before,
body .section-title.color-neon-orange::before {
  background-color: var(--bs-neon-orange);
}

.color-bleulight .section-title::before,
body .section-title.color-bleulight::before {
  background-color: var(--bs-bleulight);
}

.color-pink .section-title::before,
body .section-title.color-pink::before {
  background-color: var(--bs-pink);
}

.color-MetallicGold .section-title::before,
body .section-title.color-MetallicGold::before {
  background-color: var(--bs-MetallicGold);
}


.section-dark .section-title {
  color: #fff;
}

.section-dark .section-title::before,
.section-dark .section-title::after {
  background-color: #fff !important;
}

.section-dark .section-title svg,
.section-light .section-title svg {
  height: 20px;
  display: inline-block;
  margin-right: 0;
  fill: #fff;
  margin-bottom: -5px;
}

.section-light .section-title svg {
  fill: #404041;
}

.ad-placeholer {
  background: #ccc;
  color: #666;
  text-align: center;
  line-height: 20px;
  padding: 40px 0;
}

@media (min-width:425px) {

  .section-dark:before,
  .section-light:before {
    left: -30%;
  }
}

@media (min-width:756px) {

  .section-dark:before,
  .section-light:before {
    left: 50%;
  }
}

@media (min-width:1200px) {

  .section-dark:before,
  .section-light:before {
    left: 80%;
  }
}

/*! * News Lists */
.article-overlay {
  position: relative;
  overflow: hidden;
}
article.article-overlay .post-img:before {
  position: relative;
  content: '';
  display: block;
  padding-bottom: 57.3%;
  left: 0;
  top: 0;
}

article.article-overlay.gallerybox-overlay .post-img:before {
  padding-bottom: 54%;
}
@media (min-width:1200px) {
  .col-6.col-lg-6.col-xl-4 article.article-overlay .post-img:before {
    padding-bottom: 119.44%;
  }
}
.article-bg,
.article-bg2 {
  background: #fff;
}

.article-wrap .post-img {
  margin-bottom: 1em;
}

.article-wrap .post-img {
  margin-bottom: 1em;
  margin-right: -.75rem;
  margin-left: -.75rem;
}

.meta-alt {
  font-size: .9em;
  margin-top: -1em;
  min-height: 2em;
  direction: rtl;
  text-align: right;
  padding-left: 2em;
}

.post-img>a {
  display: block;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
article.article-overlay .post-img>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.col-6.col-lg-6.col-xl-4 article.article-overlay .post-img>a {
  
}
.post-img img {
  display: block;
  width: 100%;
  height: auto;
}

.article-wrap .post-img img {
  margin-bottom: 1em;
}

.post-img.video {
  position: relative;
}

.post-img.video img {
  position: relative;
  z-index: 10;
}

.post-img.video a:after,
.article-overlay .post-img.video a:after {
  content: '';
  position: absolute;
  z-index: 20;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
  background-image: url(../imgs/sprite.svg?v=1#playblue);
  width: 60px;
  height: 60px;
  opacity: .4;
}
.post-img.video:hover a:after,
.article-overlay:hover .post-img.video a:after {
  opacity: .8;
}

article>.post-img.video {
  position: relative;
  height: 0;
  padding-bottom: 125%;
  overflow: hidden;
}

.category article>.post-img.video {
  padding-bottom: 73.5294%;
}

.category .section-dark article>.post-img.video {
  padding-bottom: 56.207%;
}

article>.post-img.video a img {
  transform-origin: 50% 65%;
  transition: transform 2s, filter .1s ease-in-out;
}

article>.post-img.video a:hover img {
  filter: brightness(120%);
  transform: scale(1.2);
}

/* --- الكود الجديد - بعد التعديل --- */

.article-overlay .post-img>a:before,
.article-overlay .post-img>a:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 20;
  width: 100%;
  left: 0;
  height: 60%;
  transition: all .5s ease;
}

/* هذه الطبقة هي التي كانت تظهر باللون الأسود، سنقوم بإخفائها بشكل دائم */
.article-overlay .post-img>a:before {
    display: none; /* أو يمكنك استخدام bottom: -60%; */
}

/* هذه هي الطبقة اللونية التي نريد تثبيتها وتغيير لونها */
.article-overlay .post-img>a:after {
  
  /* الخطوة 1: تثبيت الطبقة بجعلها ظاهرة دائماً */
  bottom: 0; 
  
  /* 
    الخطوة 2: تغيير اللون المطلوب. 
    غير الأرقام (200, 50, 50) إلى اللون الذي تريده بنظام RGB.
    الرقم الأخير (0.75) هو درجة الشفافية.
  */
  background: linear-gradient(to top, rgba(200, 50, 50, 0.75) 0%, rgba(200, 50, 50, 0) 100%);
  
  /* مثال للون الأخضر */
  /* background: linear-gradient(to top, rgba(10, 138, 59, 0.75) 0%, rgba(10, 138, 59, 0) 100%); */
  
  /* مثال للون الأسود (لجعل الصورة أغمق) */
  /* background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); */
}


/* لم نعد بحاجة لهذه القواعد لأن التأثير أصبح ثابتاً، لذا يمكن حذفها أو تركها فلن تؤثر */
.article-overlay:hover.post-img>a:before {
  /* No effect needed */
}

.article-overlay:hover .post-img>a:after {
  /* No effect needed */
}

header+.container .article-overlay .post-img>a:after {
  bottom: 0;
}

.post-details {
  padding-top: 1.2rem;
}
.article-verticale-exc .post-details {
  padding-top: 0;
  line-height: 1.7;
}
.article-verticale-exc p {
  font-size: .9em;
}

.article-verticale .post-img {
  position: relative;
}

.article-verticale .post-img:before {
  display: block;
  content: '';
  position: relative;
  padding-bottom: 57.3%;
}

.article-verticale.infograph-verticale .post-img:before {
  padding-bottom: 128.8%;
}

.article-verticale.gallerybox-verticale .post-img:before {
  padding-bottom: 54%;
}
.article-bg2 .post-img:before {
  display: none;
}

.article-verticale .post-img a {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.article-verticale .post-img a img {
  display: block;
  min-width: 100%;
    height: 100%;
    width: auto;
}

.row .col-lg-4 .row .post-details {
  padding-top: .8rem;
}

.article-overlay .post-details {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 30;
  padding: 1.2rem;
  transition: all .5s ease;
}

.article-overlay:hover .post-details {
  padding-bottom: 1rem;
}

.article-overlay.hero:hover .post-details {
  padding-bottom: 1.5rem;
}

.post-details h2,
.post-details h3 {
  margin: 0;
  line-height: 1.4em;
  font-size: 1.1em;
}

.row .col-lg-4 .row .post-details h2,
.row .col-lg-4 .row .post-details h3 {
  font-size: .8em;
}

.row .col-lg-4 .row .infograph-verticale .post-details,
.row .col-lg-4 .row .infograph-verticale .post-details {
  padding-top: 1.2rem;
}

.row .col-lg-4 .row .infograph-verticale .post-details h2,
.row .col-lg-4 .row .infograph-verticale .post-details h3 {
  font-size: 1em;
}

.post-details h2 a,
.post-details h3 a {
  display: inline-block;
  color: #322f2f;
}

.post-details h2 a:hover,
.post-details h3 a:hover {
  color: var(--bs-primary);
}

.article-overlay .post-details h2 a,
.article-overlay .post-details h3 a,
.section-dark .post-details h2 a,
.section-dark .post-details h3 a {
  color: #fff;
}

.section-dark .post-details h2 a:hover,
.section-dark .post-details h3 a:hover {
  color: var(--bs-primary);
}

.article-overlay .post-details h2 a:before,
.article-overlay .post-details h3 a:before {
  content: '';
  display: inline-block;
  margin-left: 8px;
  
  width: 6px;
  height: 14.5px;
}
.article-overlay .post-details h2.no-dots a:before, .article-overlay .post-details h3.no-dots a:before {
  display: none;
}

.article-bg:after,
.article-bg2:after {
  content: '';
  display: block;
  clear: both;
}

.article-bg .post-img {
  float: right;
  width: 40%;
  max-width: 150px;
}

.article-bg2 .post-img {
  float: right;
  width: 32%;
  max-width: 150px;
  position: relative;
}

.article-bg2 .post-img>a {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 80%;
}

.article-bg2 .post-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.article-bg .post-details {
  padding: 1.2rem;
  float: right;
  width: 60%;
  box-sizing: border-box;
  padding-bottom: 0;
}

.article-bg2 .post-details {
  padding-top: 0;
  padding-right: 1.2rem;
  float: right;
  width: 67%;
  box-sizing: border-box;
  padding-bottom: 0;
}

.article-bg .post-details h2,
.article-bg2 .post-details h2 {
  padding: .5em;
  padding-right: 0;
}

.section-dark .article-bg .post-details h2 a,
.section-dark .article-bg .post-details h3 a,
.section-dark .article-bg2 .post-details h2 a,
.section-dark .article-bg2 .post-details h3 a {
  color: #202021;
}

.section-dark .article-bg .post-details h2 a:hover,
.section-dark .article-bg .post-details h3 a:hover,
.section-dark .article-bg2 .post-details h2 a:hover,
.section-dark .article-bg2 .post-details h3 a:hover {
  color: var(--bs-primary);
}

.category-hero h2,
.category-hero h3 {
  font-size: 1.8em;
  font-weight: 400;
}

.category-hero .post-details {
  background: #fff;
  border: solid 1px #a2aab0;
  font-size: 1.1em;
}

.post-img-rights {
  display: block;
  margin-top: -.5em;
  margin-bottom: 1em;
  font-size: .8em;
}

.post-section-title {
  font-size: 1.1em;
  line-height: 1;
  color: #404041;
  position: relative;
  margin-top: 0;
  padding-right: 14px;
  position: relative;
}

.post-section-title a {
  color: #404041;
}

.post-section-title a:hover {
  color: var(--bs-primary);
}

.post-section-title::before,
.post-section-title::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: var(--bs-primary);
}

.post-section-title::after {
  margin-top: 1px;
  background-color: var(--bs-secondary);
}

.color-blue-navy .post-section-title::before,
body .post-section-title.color-blue-navy::before,
.color-blue .post-section-title::before,
body .post-section-title.color-blue::before {
  background-color: var(--bs-blue);
}

.color-teal .post-section-title::before,
body .post-section-title.color-teal::before {
  background-color: var(--bs-teal);
}

.color-greenlight .post-section-title::before,
body .post-section-title.color-greenlight::before {
  background-color: var(--bs-greenlight);
}

.color-orange .post-section-title::before,
body .post-section-title.color-orange::before,
.color-moutarde .post-section-title::before,
body .post-section-title.color-moutarde::before {
  background-color: var(--bs-orange);
}

.color-green .post-section-title::before,
body .post-section-title.color-green::before,
.color-green2 .post-section-title::before,
body .post-section-title.color-green2::before {
  background-color: var(--bs-green);
}

.color-purple .post-section-title::before,
body .post-section-title.color-purple::before,
.color-violet .post-section-title::before,
body .post-section-title.color-violet::before {
  background-color: var(--bs-purple);
}

.color-neon-orange .post-section-title::before,
body .post-section-title.color-neon-orange::before {
  background-color: var(--bs-neon-orange);
}

.color-bleulight .post-section-title::before,
body .post-section-title.color-bleulight::before {
  background-color: var(--bs-bleulight);
}

.color-pink .post-section-title::before,
body .post-section-title.color-pink::before {
  background-color: var(--bs-pink);
}

.color-MetallicGold .post-section-title::before,
body .post-section-title.color-MetallicGold::before {
  background-color: var(--bs-MetallicGold);
}

.meta-above {
  border-bottom: solid 1px #939598;
}

.meta-tags {}

.meta-tags a {
  display: inline-block;
  padding: 0 1em;
  border-radius: 1.3em;
  margin-left: 0.4em;
  line-height: 2.4em;
  font-size: .9em;
  background: #dcdee1;
  color: #231f20;
}

.meta-tags a:hover {
  color: var(--bs-primary);
}
.articlecontentt {
  border-bottom: solid 6px #939598;

}
.section-related .post-img, .section-related .post-img img {
  margin: 0;
}

/*
.post-section-title:before {
content: '';
display: inline-block;
margin-left: 8px;
background-image: url(../imgs/sprite.svg#sectiondots);
width: 6px;
height: 14.5px;
}
*/
.article-bg2 .post-details>a {
  display: block;
  line-height: 1;
  margin-bottom: .3em;
  font-size: .8em;
  font-weight: bold;
  color: var(--bs-primary);
}

.article-bg2 .post-details>a:hover {
  color: var(--bs-special);
}

#morearticles>div {
  margin-top: 12rem;
}

@media (min-width: 768px) {
  .article-wrap .post-img {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (min-width:992px) {
  .hero .post-details {
    padding: 1.4rem;
  }

  .article-bg .post-img {
    float: none;
    width: 100%;
    max-width: none;
  }

  .article-bg .post-details {
    padding: 1rem;
    float: none;
    width: 100%;
  }

  .article-bg2 .post-details {
    padding-right: .7rem;
  }
}

@media (min-width:1200px) {

  .hero .post-img img {
    min-width: 100%;
    width: auto;
    height: 100%;
    position: relative;
    left: -50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  .post-details h2,
  .post-details h3 {
    font-size: 1em;
  }

  .article-bg .post-details h2,
  .article-bg .post-details h3 {
    font-size: 1em;
  }

  .article-bg2 .post-details h2,
  .article-bg2 .post-details h3 {
    line-height: 1.6;
    font-weight: normal;
    font-size: .9em;
  }

  .hero .post-details h2 {
    font-size: 1.2em;
  }

  .category-hero h2,
  .category-hero h3 {
    font-size: 2em;
  }
}

/*! * Side boxes */
.sidebox {
  background: #fff;
  padding: 1rem 1rem .2rem;
}

.article .sidebox,
.category .sidebox {
  border: solid 1px #a2aab0
}

.sidebox-title {
  display: inline-block;
  font-size: 1.4em;
  line-height: 1;
  padding-bottom: .5rem;
  color: #404041;
  position: relative;
  margin-top: 0;
  margin-bottom: 1rem;
}

.sidebox-title:before {
  content: '';
  display: inline-block;
  margin-left: 8px;
  width: 6px;
  height: 14.5px;
}

/*
.sidebox-title:after {
content: '';
height: 3px;
position: absolute;
right: 0;
bottom: 0;
width: 100%;
width: calc(100% + 1rem);
margin-right: -1rem;
background: #EDEFF1;
}
*/
.article .sidebox-title:after {
  background: #fff;
}

.sidebox.box-ad {
  padding: 0;
  background: transparent;
}

.box-ad img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
}

/*! * sidebox News list * */
.list-news article {
  padding-bottom: .9rem;
  padding-top: .8rem;
  border-top: solid 1px #cecfd0;
}

.list-news .chef-writer+article {
  border-top: 0;
}

.list-news article h3 {
  margin: 0;
  line-height: 1.4;
  font-size: 1.3em;
}

.list-news article:last-child {
  margin-bottom: 0.2rem;
}

.list-news article a {
  color: #202021;
}

.article-writers article.chef-writer {
  background: var(--bs-primary);
  color: #fff;
  margin: -1rem -1rem .7rem;
  padding-right: 1rem;
  padding-left: 1rem;
}

article.chef-writer a {
  color: #fff;
}

.list-news article a:hover {
  color: var(--bs-special);
}


.list-news article.article-overlay {
  padding: 0;
}

.list-news article.article-overlay .post-details {
  height: 100%;
}

.list-news article.article-overlay .post-title {
  position: absolute;
  bottom: 1em;
}

.list-news article.article-overlay .post-category {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1.6em;
  font-size: .9em;
  padding: 0 1em;
  background-color: var(--bs-primary);
  color: #fff;
}

.list-news article.article-overlay .post-category:hover {
  text-decoration: underline;
}

.article-writers article:after {
  content: '';
  display: block;
  clear: both;
}

.article-writers article img {
  float: left;
  margin-right: 1rem;
  width: 110px;
  height: auto;
  max-width: 30%;
}

.article-writers article.chef-writer img {
  float: right;
  margin-right: 0;
  margin-left: 1rem;
  margin-top: .5em;
}

.article-writers .writer-name {
  margin-top: 0;
  margin-bottom: .6rem;
  font-size: .9em;
}

.article-writers .writer-name a {
  color: var(--bs-primary);
}

.article-writers .chef-writer .writer-name a {
  color: #fff;
}

.article-writers .writer-name a:hover {
  text-decoration: underline;
}

@media (min-width:992px) {
  .list-news article h3 {
    font-size: .9em;
    line-height: 1.3em;
    display: block;
  }
}

/*! * Footer * */
footer {
  font-family: 'Almarai', sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.4;
}
footer .footer-top-line {
  color:  var(--bs-secondary);
}
footer .footer-boxes {
  background: var(--bs-primary);
  color: #fff;
}

footer .footer-boxes a {
  color: #fff;
}

footer .footer-boxes a:hover {
  color: var(--bs-special);
}

footer a svg {
  fill: #fff;
}

footer a:hover svg {
  fill: var(--bs-special);
}

footer svg {
  fill: #fff;
}

.footer-logo svg {
  display: block;
  width: 100%;
  height: auto;
  max-height: 130px;
  margin: 0 auto;
  max-width: 130px;
}
.footer-socials {
  text-align: center;
}
.footer-socials a {
  display: inline-block;
  padding: 3px;
  margin-left: 6px;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 36px;
  height: 36px;
  line-height: 42px;
  box-sizing: border-box;
  background: #959da3;
  border-radius: 20px;
  text-align: center;
}

.footer-socials a svg {
  width: 22px;
  height: 30px;
  fill: #fff;
  transition: all .5s ease;
  display: block;
  margin: 0 auto;
}
.footer-socials a:hover {
  background-color: var(--bs-secondary);
}
.footer-socials a:hover svg {
  fill: #fff;
}

.footer-socials a.footer-socials-big {
  padding: 0;
  background: transparent;
  border-radius: 0;
  width: 36px;
}
.footer-socials a.footer-socials-big svg {
  width: 36px;
  height: 36px;
  fill: #959da3;
}
.footer-socials a.footer-socials-big:hover {
  background-color: transparent;
}
.footer-socials a.footer-socials-big:hover svg {
  fill: var(--bs-secondary);
}

.footer-socials a:last-child {
  margin-left: 0;
}

.footer_links {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 2em;
  font-weight: 600;
}

.footer-rights {
  padding: 1rem 0;
  text-align: center;
  font-size: .9em;
}

.rights-links a {
  padding: 0 .8rem;
}

.rights-links a:last-child {
  padding-left: 0;
}
.mobile-apps-links > * {
  width: 190px;
  max-width: 33.333%;
  line-height: 3em;
  padding: 0 calc(var(--bs-gutter-x) * .5);
}
.mobile-apps-links svg {
  width: 100%;
  height: 3em;
  fill: #939ca3;
}
.mobile-apps-links a:hover svg {
  fill: var(--bs-secondary);
}
.ad_app img {
  max-width: 100%;
}

@media (min-width:992px) {

  footer .br-md {
    border-right: solid 1px #fff;
  }
  .footer-socials {
    text-align: left;
  }
}

footer .sib-form {
  padding: 0;
  font-family: 'Almarai', sans-serif;
  color: #231f20;
  margin-top: -10px;
  margin-bottom: -10px;
}
footer #sib-form {
  text-align: center;
}
footer .sib-form-block h4 {
  margin: 0 0 4px;
}
footer .sib-form-block button {
  display: block;
  width: 100%;
  background: var(--bs-primary);
  color: #fff;
  font-family: 'Almarai', sans-serif;
  font-weight: 700;
  font-size: 1em;
}
footer #sib-container {padding: 15px;}
footer .sib-form  .sib-form-message-panel {
  padding: 1px;
  border-radius: 3px;
  font-size: .8em;
  margin-bottom: .8em;
}

footer .sib-form  .sib-form-message-panel svg {
  margin-right: 0;
  margin-left: .8em;
}

.sib-form-message-panel#error-message {
  background-color: #fdf4f4;
  border-color: #f8b6b6;
  color: #be3a3a;
}
.sib-form-message-panel#success-message {
  background-color: #f6faf0;
  border-color: #aee0b2;
  color: #74b55b;
}

footer .sib-form .entry__error {background-color: #fdf4f4;color: #be3a3a;line-height: 1.6em;}


/*! * Article page */
.article h1 {
  font-size: 2em;
  margin-top: 0;
  margin-bottom: 1em;
}

.meta-date {
  font-size: .9em;
  line-height: 2em;
  margin-bottom: 0.4em;
  color: #686A71;
  font-weight: 300;
  text-align: start;
}

.meta-blow {
  font-size: .9em;
  line-height: 2em;
  margin-top: .4em;
  color: #686A71;
  font-weight: 300;
}

.meta-blow .article-source a {
  color: #686A71;
  font-weight: bold;
}

.meta-blow .article-source a:hover {
  color: var(--bs-primary);
}

.article-content {
  font-size: 1.1em;
  line-height: 2.3em;
  text-align: justify;
}

.article-content h2, h3 {
  color: var(--bs-primary);
  margin-bottom: .5em;
  margin-top: .5em;
}
.article-content h2 {
  font-size: 1.6em;
}
.article-content h3 {
  font-size: 1.2em;
}
.article-content h4 {
  font-size: 1.1em;
}

.article-content a {
  color: var(--bs-primary);
}

.article-content a:hover {
  text-decoration: underline;
}

.article-content br+br {
  height: 0.5em;
  display: block;
  content: "";
}

.article-content:after {
  content: '';
  display: block;
  clear: both;
}

.article-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1rem auto;
}

.meta-share {
  position: relative;
}

.meta-share a {
  display: inline-block;
  padding: 1.4em;
  line-height: 1em;
  font-size: .4em;
  background: #dcdee1;
  height: 18px;
  width: 18px;
  text-align: center;
  margin-right: 4px;
  border-radius: 50%;
}

.meta-share a:hover {
  background: var(--bs-primary);
}

.meta-share a svg {
  fill: #404041;
  width: 18px;
  height: 18px;
}

.meta-share a:hover svg {
  fill: #fff;
}

.social-msg {
  position: absolute;
  right: 0;
  top: 110%;
  min-width: 100%;
  box-sizing: border-box;
  padding: 0.8em;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 2em;
  border-radius: 3px;
  text-align: right;
  box-shadow: 0 1px 3px rgb(0, 0, 0, 0.2);
  display: none;
}

.writer-box img {
  display: block;
  max-width: 100%;
  margin-bottom: 1em;
}

.writer-name {
  margin-top: 0;
  margin-bottom: .5em;
}

.writer-name a {
  color: var(--bs-primary);
}

.writer-name a:hover {
  color: var(--bs-special);
}

.writer-box p {
  margin-top: 0;
  margin-bottom: .5em;
}

.article-intro {
  font-weight: bold;
}

.article-highlights {
  float: left;
  width: 320px;
  max-width: 40%;
  margin-right: 1em;
  font-size: .9em;
  font-weight: bold;
  line-height: 1.7;
}

.article-highlight1,
.article-highlight2 {
  background: #ffffff;
  border: solid 1px #88909a;
  border-bottom-width: 4px;
  padding: 1em 1em 2em;
  margin-bottom: 1rem;
}

.article-content blockquote {
  display: block;
  clear: both;
  background: #fff;
  padding: 1.5rem;
  border-radius: 10px;
  border: solid 1px rgba(0, 0, 0, .2);
  color: #333;
  line-height: 1.6;
  font-size: .9em;
}

.article-content blockquote.twitter-tweet a {
  color: rgb(29, 155, 240);
}

.article-content blockquote.twitter-tweet p {
  margin-top: .5rem;
  color: rgb(83, 100, 113);
  font-size: 1.15em;
}

.article-content .twitter-tweet,
.article-content .instagram-media {
  margin-right: auto!important;
  margin-left: auto!important;
}

.article-content iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 1rem auto;
  border: 0;
}
/*
.article-content .LeftImage {
  border-width: 0px;
  border-style: solid;
  float: left;
  margin: 0px 1em 1em 0px;
  max-width: 60%;
}

.article-content .RightImage {
  border-width: 0px;
  border-style: solid;
  float: right;
  margin: 0px 0px 1em 1em;
  max-width: 60%;
}
*/
.post-img.media span {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  display: block;
}

.post-img.media .meta-date {
  margin-top: 0;
}

.post-img.media video,
.post-img.media iframe,
.post-img.media embed,
.post-img.media .video-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1em;
}

.splide {
  direction: ltr;
}

.splide__arrow {
  font-size: 1.5em;
}

.video-js .vjs-big-play-button {
  background: rgba(18, 122, 185, .8) !important;
  border: 0 !important;
  left: 50% !important;
  top: 50% !important;
  border-radius: 1em !important;
  width: 2em !important;
  height: 2em !important;
  line-height: 2em !important;
  text-align: center !important;
  color: #f3f3f3 !important;
  margin-left: -1em !important;
  margin-top: -1em !important;
  box-shadow: 0 0 3px rgba(0, 0, 0, .7)
}

.video-js .vjs-big-play-button:hover {
  background: #127ab9 !important
}

.article-aboutus .article-content iframe {
  width: 100%;
  max-width: none;
  height: 450px;
}


@media (min-width:768px) {
  .meta-date {
    margin-top: -2em;
    text-align: end;
  }
}


/*! * Files page */
.files-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.files-list li {
  margin-bottom: .5em;
}

.files-list h2 {
  font-size: 1em;
  color: var(--bs-secondary);
}

.files-list h2 a {
  display: block;
  font-size: 1.4em;
  color: var(--bs-primary);
}

.files-list h2 a:hover {
  color: var(--bs-special);
}


/*! * Writers page */
.writer-list-item {
  background: #fff;
  padding: 2em 1em;
  text-align: center;
}

.writer-list-item img {
  display: block;
  max-width: 80%;
  margin: 0 auto 1em;
}

.writer-list-item h3 {
  margin-top: 0;
  margin-bottom: .5em;
}

.writer-list-item h3 a {
  color: var(--bs-primary);
}

.writer-list-item h3 a:hover {
  color: var(--bs-special);
}

.writer-list-item p {
  margin-top: 0;
  margin-bottom: .5em;
}

.line-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.line-list li {
  margin-bottom: 1em;
}

.line-list h3 {
  font-size: .9em;
  font-weight: 500;
  color: var(--bs-secondary);
  margin: 1.2em 0;
  padding-right: 1em;
}

.line-list h3 a {
  display: block;
  font-size: 1.4em;
  color: var(--bs-primary);
}

.line-list h3 a:hover {
  color: var(--bs-special);
}


/*! * 404 not found */
.page-nfound {
  background: #fff;
  margin-bottom: -3rem;
}

.nfound-img img {
  display: block;
  margin: 0 auto;
  max-width: 65%;
}

.nfound-message {
  width: 90%;
  max-width: 830px;
  margin: 0 auto;
}

.nfound-message h1 {
  color: var(--bs-primary);
  font-size: 1.5em;
}

.nfound-message p {
  font-size: 1.1em;
}

.nfound-action-home a {
  display: block;
  line-height: 2.6em;
  font-size: 1.2em;
  text-align: center;
  color: #fff;
  background: #879199;
  border: solid 1px #889199;
}

.nfound-action-home a:hover {
  background: var(--bs-primary);
}

.nfound-search-form {
  display: block;
  height: 2.6em;
  font-size: 1.2em;
  background: #879199;
  position: relative;
  border: solid 1px #889199;
}

.nfound-search-form .search-txt {
  position: absolute;
  right: 0;
  left: 2.6em;
  left: 2.6em;
  line-height: 2.6em;
  border: 0;
  padding: 0 1em;
  font-size: 1em;
  background: transparent;
  color: #fff;
}

.nfound-search-form .search-btn {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1em;
  height: 2.6em;
  width: 2.6em;
  padding: 0;
  margin: 0;
  background: #fff;
  border-radius: 0;
}

.nfound-search-form .search-btn svg {
  fill: #889199;
  top: -0.4em;
  position: relative;
}


/*! * Bodcast */
.section-gray {
  background: #eef0f2;
  border: solid 1px #ccd7de;
}

.section-bodcast {
  position: relative;
  font-size: .9em;
  line-height: 2;
}

.bodcast-img {
  position: relative;
}

.section-bodcast .bodcast-img {
  width: 100%;
  margin: 0;
}

.bodcast-img img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 10;
}

.bodcast-img:after {
  content: '';
  display: block;
  background-image: url(../imgs/sprite.svg#podcast);
  width: 53px;
  height: 47px;
  position: absolute;
  z-index: 20;
  left: 1em;
  bottom: 1em;
}

.bodcast-item-min .bodcast-img:after {
  display: none;
}

.section-bodcast h2 {
  background: var(--bs-neon-orange);
  font-size: 1.2em;
}

.section-bodcast a {
  color: #fff;
}

.section-bodcast a:hover {
  text-decoration: underline;
}

.bodcast-item {
  background: #fff url(../imgs/bodcast_itembg.png) no-repeat left center;
  border: solid 1px #ccd7de;
  padding: 1em;
}

.bodcast-item-min {
  padding: 0;
}

.bodcast-img {
  width: 140px;
  margin-left: 1em;
}

.bodcast-item-min .bodcast-img {
  width: 90px;
}

.bodcast-item h4 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1em;
}

.bodcast-item h4 a {
  color: var(--bs-neon-orange);
}

.bodcast-item h4 a:hover {
  color: var(--bs-primary);
}

.bodcast-item h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1em;
  max-width: 250px;
}

.bodcast-item-min h3 {
  padding: .8em 0;
  font-size: 1.1em;
  max-width: none;
}

.bodcast-item h3 a {
  color: #404041;
}

.bodcast-item h3 a:hover {
  color: #000;
}

.podcast-post h1 {
  font-size: 2em;
  margin-top: .5em;
  margin-bottom: .5em;
}

.pod-category-title {
  background: var(--bs-neon-orange);
  font-size: 1.2em;
  line-height: 2;
  color: #fff;
  text-align: center;
}

.bodcast-socials {
  column-gap: 10px;
}
.bodcast-socials img {
  display: block;
  max-width: 96%;
  margin: 0 auto;
}

.breadcrumb {
  font-family: 'Almarai', sans-serif;
  list-style: none;
  font-size: .8em;
  color: #888;
}

.breadcrumb svg {
  width: .9em;
  height: .9em;
  margin-left: .3em;
  color: #222;
  fill: #222;
}

.breadcrumb li {
  display: inline-block;
  padding-left: 10px;
  margin-left: 10px;
  line-height: .8;
  border-left: solid 1px #ccc;
  font-weight: normal;
}

.breadcrumb li:last-child {
  border: 0;
  padding: 0;
  margin: 0;
}

.breadcrumb a {
  color: #444;
}

.writerlist-item .post-img a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 84.26%;
}

.writerlist-item .post-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.writerlist-item .post-details {
  padding-top: .8rem;
}


/* Night Mode */
body.night-mode {
  background: #28475e;
  color: #fff;
}

.night-mode header {
  background: #2e3a47;
  border-color: #272e35;
}

.night-mode .main-menu {
  border-color: #8d9093;
}

.night-mode .main-menu a {
  color: #fff;
}

.night-mode .header-socials a svg {
  fill: #848c94;
}

.night-mode .header-socials a:hover svg {
  fill: var(--bs-special);
}

.night-mode .search-open {
  border-color: #7c858c;
}

.night-mode .search-open svg {
  fill: #848c94;
}

.night-mode .search-form {
  background: #2e3a47;
}

.night-mode .search-txt {
  background: #2e3a47;
  border-color: #7c858c;
  color: #fff;
}

.night-mode .search-close svg {
  stroke: #7c858c;
}

.night-mode .search-close:hover svg {
  stroke: #fff;
}

.night-mode .sidebox {
  background: #235272;
  border-color: #6b7680;
}

.night-mode .sidebox-title {
  color: #fff;
}

.night-mode .list-news article {
  border-color: #939598;
}

.night-mode .list-news article a {
  color: #ffffff;
}

.night-mode .list-news article a:hover {
  color: var(--bs-primary);
}



.night-mode .section-title a {
  color: #fff;
}

.night-mode .section-title a:hover {
  color: var(--bs-primary);
}

.night-mode .section-title.mb-4 {
  color: #fff;
}

.night-mode .section-light .section-title svg {
  fill: #fff;
}

.night-mode .post-details h2 a,
.night-mode .post-details h3 a {
  color: #fff;
}

.night-mode .post-details h2 a:hover,
.night-mode .post-details h3 a:hover {
  color: var(--bs-primary);
}

.night-mode .sidebox.article-writers {
  background: transparent;
}

.night-mode .article-writers article.chef-writer {
  background: #235272;
  border-top: 0;
}

.night-mode .article-writers .writer-name a {
  color: var(--bs-primary);
}

.night-mode .article-writers .writer-name a:hover {
  color: #fff;
}

.night-mode .section-dark:after,
.night-mode .section-light:after {
  background: #2e3a47;
  opacity: 2;
}

.night-mode footer {
  background: #2e3a47;
}

.night-mode footer a:hover {
  color: var(--bs-primary);
}

.night-mode .post-section-title {
  color: #fff;
}

.night-mode .category-hero .post-details {
  background: transparent;
  color: #fff;
  border: 0;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.night-mode.category .section-dark:after {
  background: #2e3a47;
}

.night-mode .article-bg,
.night-mode .article-bg2 {
  background: #235272;
}

.night-mode .title,
.night-mode .Title {
  color: var(--bs-special);
}

.night-mode .article-highlight1,
.night-mode .article-highlight2 {
  background: #2e3a47;
}

.night-mode .meta-blow {
  color: #fff;
}

.night-mode .meta-date {
  color: #fff;
}

.night-mode .meta-tags {
  border-color: #727d86;
}

.night-mode .section-gray {
  background: #235272;
  border-color: #6b7680;
}

.night-mode .bodcast-item {
  background-color: #235272;
  border-color: #6b7680;
}

.night-mode .bodcast-item h3 a {
  color: #fff;
}

.night-mode .bodcast-item h3 a:hover {
  color: var(--bs-primary);
}

.night-mode .breadcrumb {
  color: #ddd;
}

.night-mode .breadcrumb a {
  color: #fff;
}

.night-mode .breadcrumb a:hover {
  color: var(--bs-primary);
}

.night-mode .breadcrumb svg {
  fill: #fff;
}

.night-mode h1.section-title {
  color: #fff;
}

.night-mode .article-content a {
  color: var(--bs-primary);
}

.night-mode .article-content a:hover {
  color: #fff;
}

.night-mode .meta-blow .article-source a {
  color: #fff;
}

.night-mode .meta-blow .article-source a:hover {
  color: var(--bs-primary);
}

.night-mode .post-section-title a {
  color: #fff;
}

.night-mode .post-section-title a:hover {
  color: var(--bs-primary);
}
@media (max-width:991px) {
  .night-mode .main-menu>ul>li.active ul {
    border-top: solid 1px #454545;
  }
  .night-mode .main-menu>ul>li.active ul li a {
    color: #cfcfcf;
  }
}
@media (min-width: 992px) {
  .night-mode .main-menu li.has-child>a:before {
    background: #2e3a47;
  }

  .night-mode .color-blue .main-menu li.color-blue>a:after,
  .night-mode .color-blue-navy .main-menu li.color-blue-navy>a:after,
  .night-mode .color-teal .main-menu li.color-teal>a:after,
  .night-mode .color-greenl .main-menu li.color-greenl>a:after,
  .night-mode .color-greenlight .main-menu li.color-greenlight>a:after,
  .night-mode .color-orange .main-menu li.color-orange>a:after,
  .night-mode .color-moutarde .main-menu li.color-moutarde>a:after,
  .night-mode .color-green .main-menu li.color-green>a:after,
  .night-mode .color-green2 .main-menu li.color-green2>a:after,
  .night-mode .color-purple .main-menu li.color-purple>a:after,
  .night-mode .color-violet .main-menu li.color-violet>a:after,
  .night-mode .color-neon-orange .main-menu li.color-neon-orange>a:after,
  .night-mode .color-bleulight .main-menu li.color-bleulight>a:after,
  .night-mode .color-pink .main-menu li.color-pink>a:after,
  .night-mode .color-MetallicGold .main-menu li.color-MetallicGold>a:after {
    background: #2e3a47;
  }
}
/** * **/

.contbox {
  font-size: .95em;
  line-height: 2;
  color: #555;
}

.contbox.contbox-2 {
  background: #fff;
  padding: 1.8em 1.8em 1px;
  border-radius: 10px;
  box-shadow: 0 0 6px rgba(0,0,0,0.03);
  margin-bottom: 1.8em;
}

.contbox.contbox-2 h3 {
  font-size: 1em;
  color: #000;
  margin-top: 0;
  margin-bottom: 1em;
  padding-bottom: .5em;
  position: relative;
  display: inline-block;
}

.contbox.contbox-2 h3:after {
  content: '';
  width: 1em;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 2px;
  border-radius: 2px;
  background: var(--bs-primary);
}

.contbox.contbox-2 h3:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 1.2em;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background: var(--bs-gray-200);
}

.contbox.contbox-2 h4 {
  font-size: .9em;
  color: #333;
  margin-top: 0.5em;
  margin-bottom: .5em;
  padding-bottom: .5em;
  position: relative;
}

.contbox.contbox-2 h4:after {
  content: '';
  width: 2em;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 2px;
  border-radius: 2px;
  background: var(--bs-gray-300);
}

.contbox.contbox-2 ul {
  padding: 0;
  margin: 0 0 1.6em;
  list-style: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.contbox.contbox-2 li {
  width: 50%;
  flex: 50%;
  line-height: 1.4em;
  padding: 0.8em 1.8em 0.6em 0;
  position: relative;
  box-sizing: border-box;
  text-align: right;
}

.contbox.contbox-2 li:before {
  content: '';
  background: #ccc url(../imgs/team-profile.webp) no-repeat center center /contain;
  width: 1.2em;
  height: 1.2em;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -.6em;
  border-radius: .6em;
}
/** * **/

.contbox.contbox-3 {
  background: #fff;
  padding: 1.8em 1.8em 1px;
  border-radius: 10px;
  box-shadow: 0 0 6px rgba(0,0,0,0.03);
  margin-bottom: 1.8em;
}

.contbox.contbox-3 h3 {
  font-size: 1em;
  color: #000;
  margin-top: 0;
  margin-bottom: 1em;
  padding-bottom: .5em;
  position: relative;
  display: inline-block;
}

.contbox.contbox-3 h3:after {
  content: '';
  width: 1em;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 2px;
  border-radius: 2px;
  background: var(--bs-primary);
}

.contbox.contbox-3 h3:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 1.2em;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background: var(--bs-gray-200);
}

.contbox.contbox-3 h4 {
  font-size: .9em;
  color: #333;
  margin-top: 0.5em;
  margin-bottom: .5em;
  padding-bottom: .5em;
  position: relative;
}

.contbox.contbox-3 h4:after {
  content: '';
  width: 2em;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 2px;
  border-radius: 2px;
  background: var(--bs-gray-300);
}

.contbox.contbox-3 ul {
  padding: 0;
  margin: 0 0 1.6em;
  list-style: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.contbox.contbox-3 li {
  line-height: 1.4em;
  padding: 0.8em 1.8em 0.6em 0;
  position: relative;
  box-sizing: border-box;
  text-align: right;
}

.contbox.contbox-3 li:before {
  content: '';
  background: #ccc url(../imgs/team-profile.webp) no-repeat center center /contain;
  width: 1.2em;
  height: 1.2em;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -.6em;
  border-radius: .6em;
}

/* */
.add-to-home {
  position: fixed;
  z-index: 999;
  bottom: 0;
  width: 100%;
  background: rgb(124 137 145 / 95%);
  box-shadow: 0 -1px 6px rgba(47, 58, 72, 0.1);
  color: #fff;
  padding: 1.4em 2.2em 1.2em;
  box-sizing: border-box;
  font-size: 1.1em;
}

.add-to-home p {
  margin-top: 0;
  margin-bottom: .8em;
  font-weight: 600;
}

.add-to-home a {
  font-size: .85em;
  line-height: 1;
  padding: .6em 1.2em;
  border: solid 1px var(--bs-gray-500);
  color: var(--bs-gray-400);
  border-radius: 2em;
  margin-left: 1em;
}

.add-to-home a:hover {
  background: var(--bs-gray-300);
  color: var(--bs-secondary);
  border-color: var(--bs-secondary);
}

.add-to-home a.primary {
  background: var(--bs-primary);
  border-color: var(--bs-primary);
  color: #fff;
}

.add-to-home a.primary:hover {
  background: #fff;
  color: var(--bs-primary);
}
@media (min-width:576px) {
  .add-to-home p {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 1em;
  }
}
@media (min-width:992px) {
  .add-to-home {
    display: none;
  }
}

/* Url-embed in news Page*/
.embed-summary-card {
    border: 1px solid #AAA;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    padding: 10px;
    overflow: hidden;
    margin-bottom: 1em;
    text-align: right;
    width: 80%;
    max-width: 600px;
    margin: 0 auto;
}
.embed-summary-card a {
    text-decoration: none;
    color: inherit;
}
.embed-summary-card a:visited {
    color: inherit;
}
span.embed-summary-card-title {
    font-size: 1em;
    display: block;
    font-weight: 700;
    line-height: 1.5;
}
img.embed-summary-card-img {
    max-width: 180px;
    max-height: 180px;
    margin: 0 2em 0 0;
    float: left;
}
span.embed-summary-card-desc {
    margin-top: 0.5em;
    display: block;
    font-size: .8em;
    line-height: 1.7;
}
.embed-summary-card:after {
    content: '';
    display: block;
    clear: both;
}
@media (max-width:576px) {
  img.embed-summary-card-img {
    width: 100%;
    max-width: none;
    margin: 0 0 1em 0;
  }
  span.embed-summary-card-title {
      font-size: .9em;
  }
  span.embed-summary-card-desc {
      font-size: .7em;
  }
}
.post-img.video {
    position: relative;
    overflow: hidden;
}

.post-img.video .video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    transition: transform 0.3s ease, background-color 0.3s ease;
    opacity: 0.8;
}

.post-img.video .video-play-icon svg {
    width: 24px;
    height: 24px;
    fill: white;
}

.post-img.video a:hover .video-play-icon {
    transform: translate(-50%, -50%) scale(1.2);
    background-color: rgba(255, 0, 0, 0.8); /* لون أحمر عند المرور */
    opacity: 1;
}

.post-img.video a:hover img {
    transform: scale(1.05); /* تأثير تكبير بسيط على الصورة */
    transition: transform 0.3s ease;
}
img.custom-logo {
    max-width: 130px;
    max-height: 150px;
}
.col-12 img {
    max-width: 100%;
}
/* --- Styling for Full-Screen Search Overlay (IMPROVED) --- */

/* أيقونة فتح البحث في الهيدر */
.header-search .search-open-trigger svg {
    width: 24px;
    height: 24px;
    cursor: pointer;
    stroke: #333; /* غير اللون حسب تصميمك */
}

/* حاوية شاشة البحث الكاملة (Overlay) - مخفية افتراضياً */
body .search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.98);
    z-index: 99999; /* رقم Z-index عالي جداً لضمان بقائه في الأعلى */
    display: flex;
    justify-content: center;
    align-items: center;
    
    /* الإخفاء الأولي مع تأثير حركة */
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px); /* يبدأ من الأعلى قليلاً */
    transition: opacity 0.3s ease, visibility 0s linear 0.3s, transform 0.3s ease;
}

/* الحالة النشطة عند فتح البحث */
body .search-overlay.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.3s ease, visibility 0s, transform 0.3s ease;
}

/* محتوى شاشة البحث (النموذج) */
body .search-overlay-content {
    width: 90%;
    max-width: 700px;
}

body .search-overlay .search-form {
    display: flex;
    border-bottom: 2px solid #333;
    padding-bottom: 15px;
}

/* حقل إدخال البحث */
body .search-overlay .search-field {
    border: none;
    background: transparent;
    flex-grow: 1;
    font-size: 2rem;
    padding: 10px;
    color: #333;
    outline: none;
    text-align: right; /* محاذاة النص لليمين للغة العربية */
}

body .search-overlay .search-field::placeholder {
    color: #999;
}

/* زر إرسال البحث وزر الإغلاق */
body .search-overlay .search-submit,
body .search-overlay .search-close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
}

body .search-overlay .search-submit svg,
body .search-overlay .search-close svg {
    width: 32px;
    height: 32px;
    stroke: #555;
}

/* زر الإغلاق في الزاوية العلوية */
body .search-overlay .search-close {
    position: absolute;
    top: 30px;
    right: 30px;
}

/* لإخفاء النصوص المخصصة لقارئ الشاشة */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

/* لمنع سكرول الصفحة الرئيسية عند فتح البحث */
body.search-overlay-active {
    overflow: hidden;
}
.site-logo .custom-logo {
    max-width: 100%; /* الأهم: يضمن أن لا يتجاوز عرض اللوغو عرض الحاوية الخاصة به */
    height: auto;     /* يحافظ على نسبة أبعاد الصورة الأصلية عند تغيير العرض */
    width: auto;      /* اختياري، لكنه يساعد على تجاوز العرض المحدد مسبقًا */
}
img.custom-logo {
    display: block;
    width: 9.2rem!important;
    height: 7.36rem;
    fill: var(--bs-primary);
}
/* إخفاء طبقة البحث بشكل افتراضي */
.search-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.98);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

/* إظهار طبقة البحث عندما يكون الـ body يحتوي على كلاس معين */
body.search-is-active .search-overlay {
    display: flex;
} 
/* إصلاح بسيط لمحاذاة عناصر نموذج البحث */
.search-form .search-form-inner {
    display: flex;
    flex-grow: 1; /* لجعل النموذج يملأ المساحة المتاحة */
    align-items: center;
}
/* ============================================== */
/* === تنسيقات نافذة البحث الأنيقة === */
/* ============================================== */

/* 1. النافذة الرئيسية: شفافة ومرتفعة قليلاً */
.search-form.open {
    /* تغيير الخلفية إلى بيضاء مع 95% شفافية */
    background-color: rgba(255, 255, 255, 0.95); 
    
    /* رفع المحتوى للأعلى بدلاً من الوسط */
    align-items: flex-start; 
    
    /* إضافة فراغ علوي (15% من ارتفاع الشاشة) */
    padding-top: 15vh; 
}

/* 2. حاوية البحث: لتحديد عرض خانة البحث */
.search-form .container {
    max-width: 700px; /* يمكنك تعديل هذا الرقم حسب رغبتك */
    width: 90%;
}

/* 3. زر الإغلاق: في الأعلى، واضح، وبدون شكل زر */
.search-form .search-close {
    position: absolute;
    top: 2rem;
    left: 2rem; /* لوضعه في اليسار العلوي */
    background: transparent !important;
    border: none !important;
    padding: 0;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.search-form .search-close:hover {
    opacity: 1;
}

.search-form .search-close svg {
    width: 28px;
    height: 28px;
    stroke: #333; /* تغيير لون أيقونة الإغلاق */
}

/* 4. خانة البحث: متميزة ومتصلة بالزر */
.search-form .search-txt {
    font-size: 1.5rem; /* تكبير الخط داخل الخانة */
    height: 60px; /* زيادة ارتفاع الخانة */
    border: 1px solid #ccc;
    border-left: none; /* إزالة الحد الأيسر ليلتصق بالزر */
    border-radius: 0 5px 5px 0; /* استدارة الزوايا اليمنى فقط */
    background-color: #f9f9f9; /* خلفية مميزة قليلاً */
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
.search-form .search-txt:focus {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 3px rgba(30, 100, 34, 0.1);
    outline: none;
}

/* 5. زر البحث: متصل بالخانة */
.search-form .search-btn {
    height: 60px; /* نفس ارتفاع خانة البحث */
    width: 70px;
    border: 1px solid #ccc;
    border-right: none; /* إزالة الحد الأيمن */
    border-radius: 5px 0 0 5px; /* استدارة الزوايا اليسرى فقط */
    background: var(--bs-primary);
}

.search-form .search-btn svg {
    width: 24px;
    height: 24px;
}
.col-12.col-lg-3.text-center.mb-4.mb-lg-0 img {
	max-width: 130px!important;
}
.search-form
 { display:none }

h3.post-title a {
    max-width: 100%;
    overflow: hidden;
}

/* ========================================================= */
/* ======        تنسيقات صندوق المؤلف المخصص         ====== */
/* ========================================================= */

.custom-writer-box {
    background-color: #f8f9fa; /* خلفية رمادية فاتحة */
    border: 1px solid #e9ecef;  /* حد رمادي أفتح */
    border-right: 4px solid var(--bs-primary); /* شريط ملون على اليمين */
    padding: 15px;
    border-radius: 5px;
}

.custom-writer-box .writer-image img.rounded-circle {
    width: 80px;  /* حجم الصورة */
    height: 80px; /* حجم الصورة */
    object-fit: cover;
    border: 3px solid #fff; /* حد أبيض حول الصورة */
    box-shadow: 0 2px 4px rgba(0,0,0,0.1); /* ظل خفيف */
}

.custom-writer-box .writer-name a {
    color: #212529; /* لون اسم الكاتب */
    font-weight: 700;
    text-decoration: none;
}

.custom-writer-box .writer-name a:hover {
    color: var(--bs-primary);
}

.custom-writer-box .writer-bio {
    font-size: 0.9em;
    line-height: 1.5;
}

.site-logo.d-block.me-4 img {
    max-width: 140px;
}

}

/*
--- ------------------------- ---
--- أكواد التنسيق المخصصة (نسخة محدثة بالارتفاع التلقائي) ---
--- ------------------------- ---
*/

/* 1. تنسيق إعلانات الهيدر (بعرض الشاشة الكامل وارتفاع تلقائي) */
.theme-ad-header-area {
    padding-top: 20px;
    padding-bottom: 5px;
}

.theme-ad-header-wrapper {
    display: flex;
    flex-wrap: wrap; 
    width: 100%;
    line-height: 0;
    /* هذا الكود يضمن محاذاة الإعلانات للأعلى إذا كانت ارتفاعاتها مختلفة */
    align-items: flex-start;
}

.theme-ad-header-item {
    flex-grow: 1;
    flex-basis: 50%;
    max-width: 50%;
}

.theme-ad-header-item a,
.theme-ad-header-item img {
    display: block;
    width: 100%;
    /* ----- هذا هو التغيير الرئيسي ----- */
    height: auto; /* السماح للارتفاع بأن يكون تلقائياً */
}

/* 2. تنسيق صندوق الكاتب المخصص (يبقى كما هو) */
.post-writer-box {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 15px;
}
.post-writer-box__avatar img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
}
.post-writer-box__name a {
    text-decoration: none;
    color: #222;
    font-weight: 700;
    font-size: 1.1rem;
    transition: color 0.2s;
}
.post-writer-box__name a:hover {
    color: #810505;
}
.post-writer-box__bio {
    font-size: 0.9em;
    color: #6c757d;
}

/* 3. تنسيق إعلانات أسفل المقال (يبقى كما هو) */
.theme-ad-single-area {}
.theme-ad-single-item img {
    display: block;
    width: 100%;
    height: auto;
}

/* 4. الاستجابة للشاشات (لإعلانات الهيدر) */
@media (max-width: 991.98px) {
    .theme-ad-header-item {
        flex-basis: 100%;
        max-width: 100%;
    }
}
/* تنسيقات صندوق المحرر في صفحة المقال */
.meta-blow .author-avatar img {
    border-radius: 50%!important; /* لجعل الصورة دائرية */
    height: 40px;
    width: 40px;
}

.meta-blow .author-details {
    line-height: 1.3;
}

.meta-blow .author-name a {
    font-weight: bold;
    color: #333;
    text-decoration: none;
}
.meta-blow .author-name a:hover {
    color: #000;
}

.meta-blow .author-bio {
    font-size: 0.85em; /* تصغير حجم خط الوصف */
}