@charset "UTF-8";
@import "../plugins/all.css";
@import "../plugins/animate.min.css";
@import "../plugins/slick.css";
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&family=Tajawal:wght@200;300;400;500;700;800;900&display=swap");

html *,
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: 400;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  font-size: 100%;
}

legend {
  color: #000;
}

body {
  font-size: small;
  font: x-small;
}

body.soon-page {
  background: url("../images/soon-bg-en.webp") no-repeat bottom;
  background-size: cover;
  height: 100vh;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  font-size: 108%;
  line-height: 100%;
}

body {
  width: 100%;
  height: auto;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  color: var(--bs-body-color-rgb);
  overflow-x: hidden;
}

.rtl {
  direction: rtl;
}

pre {
  margin: 2rem 0;
  font-family: Consolas, "Courier 10 Pitch", Courier, monospace;
  border: 1px #ddd solid;
  border-top: 20px #ddd solid;
}

.section {
  float: left;
  width: 100%;
  overflow: hidden;
}

.rtl body {
  direction: rtl;
  text-align: right;
}

@media only screen and (max-width: 1200px) {
  body {
    font-size: 0.875rem;
  }
}
#projects .card-project {
  width: 100%;
}
@media only screen and (max-width: 480px) {
  #info {
    min-height: 75vh !important;
    height: 75vh !important;
  }

  #projects {
    padding-top: 30px !important;
  }

  #projects .ss-nav-arrows-next {
    right: 1rem !important;
  }

  #projects .card-project {
    min-height: 320px !important;
  }

  .slick-arrow {
    position: absolute;
    top: auto !important;
    bottom: -2.8rem !important;
  }

  .slick-arrow.slick-next,
  .slick-arrow.slick-prev {
    background: transparent;
    border: solid 1px #3eb2b2;
    border-radius: 50%;
    color: #3eb2b2;
    font-size: 0;
    width: 50px;
    height: 50px;
  }

  .slick-arrow.slick-prev {
    left: calc(50% - 57px) !important;
    right: auto !important;
  }

  .slick-arrow.slick-next {
    right: calc(50% - 57px) !important;
    left: auto !important;
  }

  .slick-arrow.slick-next::before {
    font-size: 1rem;
    content: "\f054";
    font-family: "FontAwesome";
    line-height: 35px;
  }
  .slick-arrow.slick-prev::before {
    font-size: 1rem;
    content: "\f053";
    font-family: "FontAwesome";
    line-height: 35px;
  }

  .slick-arrow.slick-next:hover,
  .slick-arrow.slick-prev:hover {
    background: #3eb2b2;
    color: #fff;
  }
  /* .slider-content img {
    max-height: 290px !important;
  } */
  .files-22 video {
    height: 415px;
  }
}

@media only screen and (max-width: 320px) {
  /* .slider-content img {
    max-height: 235px !important;
  } */
}

a {
  text-decoration: none;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: bold;
}

.hm {
  font-size: 3.125rem;
}

h1 {
  font-size: 3.75rem;
}

h2 {
  font-size: 2.75rem;
}

h3 {
  font-size: 1.375rem;
}

h3.small {
  font-size: 80%;
  font-weight: 400;
}

h4 {
  font-size: 1.1rem;
  font-weight: 600;
}

h5,
h6 {
  font-size: 1rem;
  font-weight: 600;
}

p {
  font-size: 1.59rem;
  line-height: 1.5em;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 300;
}

.fs-lg {
  font-size: 1.1rem;
}

.fs-md {
  font-size: 0.9rem;
}

blockquote {
  background: #f9f9f9;
  border-right: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "“" "”" "‘" "’";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

.icon-32 {
  font-size: 32px;
}

.icon-24 {
  font-size: 24px;
}

.icon-16 {
  font-size: 16px;
}

.title {
  position: relative;
}
.title.primary {
  font-size: 1em;
  font-weight: 700;
}
.title.primary::before {
  content: "";
  width: 130px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #691abf;
  z-index: 0;
}
.title.primary span {
  font-size: 2.4em;
  line-height: 2.6em;
  color: #691abf;
  position: relative;
  z-index: 1;
}

.main-t-offer span {
  background-color: #fff;
  color: orangered;
  padding: 5px 5px;
  display: inline-block;
  border-radius: 5px;
}

@media only screen and (max-width: 1200px) {
  .title.primary span {
    position: relative;
    top: 2px;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    -moz-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    -ms-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    -o-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    -moz-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    -ms-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    -o-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes pulse-colored {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(251, 220, 101, 0.6);
    -moz-box-shadow: 0 0 0 0 rgba(251, 220, 101, 0.6);
    -ms-box-shadow: 0 0 0 0 rgba(251, 220, 101, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(251, 220, 101, 0.6);
    box-shadow: 0 0 0 0 rgba(251, 220, 101, 0.6);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(251, 220, 101, 0);
    -moz-box-shadow: 0 0 0 20px rgba(251, 220, 101, 0);
    -ms-box-shadow: 0 0 0 20px rgba(251, 220, 101, 0);
    -o-box-shadow: 0 0 0 20px rgba(251, 220, 101, 0);
    box-shadow: 0 0 0 20px rgba(251, 220, 101, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(251, 220, 101, 0);
    -moz-box-shadow: 0 0 0 0 rgba(251, 220, 101, 0);
    -ms-box-shadow: 0 0 0 0 rgba(251, 220, 101, 0);
    -o-box-shadow: 0 0 0 0 rgba(251, 220, 101, 0);
    box-shadow: 0 0 0 0 rgba(251, 220, 101, 0);
  }
}
@keyframes pulse-colored {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(251, 220, 101, 0.6);
    -moz-box-shadow: 0 0 0 0 rgba(251, 220, 101, 0.6);
    -ms-box-shadow: 0 0 0 0 rgba(251, 220, 101, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(251, 220, 101, 0.6);
    box-shadow: 0 0 0 0 rgba(251, 220, 101, 0.6);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(251, 220, 101, 0);
    -moz-box-shadow: 0 0 0 20px rgba(251, 220, 101, 0);
    -ms-box-shadow: 0 0 0 20px rgba(251, 220, 101, 0);
    -o-box-shadow: 0 0 0 20px rgba(251, 220, 101, 0);
    box-shadow: 0 0 0 20px rgba(251, 220, 101, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(251, 220, 101, 0);
    -moz-box-shadow: 0 0 0 0 rgba(251, 220, 101, 0);
    -ms-box-shadow: 0 0 0 0 rgba(251, 220, 101, 0);
    -o-box-shadow: 0 0 0 0 rgba(251, 220, 101, 0);
    box-shadow: 0 0 0 0 rgba(251, 220, 101, 0);
  }
}
.no-vertical-scroll {
  overflow-y: hidden;
}

.no-horizontal-scroll {
  overflow-x: hidden;
}

.no-scroll {
  overflow: hidden;
}

body {
  --bs-blue: #85b9a1;
  --bs-indigo: #6610f2;
  --bs-purple: #7862aa;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #0e344a;
  --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: #6bcac8;
  --bs-secondary: #ed3a79;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 63, 178, 178;
  --bs-secondary-rgb: 25, 71, 96;
  --bs-success-rgb: 115, 192, 64;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 191, 28;
  --bs-danger-rgb: 228, 60, 58;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 6, 30, 47;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 25, 71, 96;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "IBM Plex Sans Arabic", 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: "IBM Plex Sans Arabic", 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: #85b9a1;
  --bs-link-hover-color: #85b9a1;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
}
body .text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
body .text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
body .text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
body .text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
body .text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
body .text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
body .text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
body .text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
body .text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
body .text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
body .text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
body .text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}
body .text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
body .text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}
body .btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgba(var(--bs-primary-rgb));
  --bs-btn-border-color: rgba(var(--bs-primary));
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgba(var(--bs-primary));
  --bs-btn-hover-border-color: rgba(var(--bs-primary));
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgba(var(--bs-primary));
  --bs-btn-active-border-color: rgba(var(--bs-primary));
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: gba(var(--bs-primary-rgb), 0.1);
  --bs-btn-disabled-border-color: rgba(var(--bs-primary));
  border: solid 1px rgba(var(--bs-primary));
}
body .btn-primary:hover,
body .btn-primary.hover {
  color: rgba(var(--bs-primary));
  background: rgba(var(--bs-primary-rgb), 0.3);
  border: solid 1px rgba(var(--bs-primary-rgb), 0.3);
}
body .btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #fbb315;
  --bs-btn-border-color: #fbb315;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #fab725;
  --bs-btn-hover-border-color: #fab725;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #fbb315;
  --bs-btn-active-border-color: #fbb315;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #fbb315;
}
body .btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}
body .btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}
body .btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}
body .btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}
body .btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}
body .btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}
body .btn-outline-primary {
  --bs-btn-color: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--bs-primary);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--bs-primary);
  --bs-gradient: none;
}
body .btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}
body .btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}
body .btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}
body .btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}
body .btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}
body .btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}
body .btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}
body .btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
body .btn-link:focus-visible {
  color: var(--bs-btn-color);
}
body .btn-link:hover {
  color: var(--bs-btn-hover-color);
}
body .dropdown-menu {
  --bs-dropdown-color: #212529;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: #212529;
  --bs-dropdown-link-hover-color: #1e2125;
  --bs-dropdown-link-hover-bg: #e9ecef;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #6c757d;
}
body .dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}
body .nav-tabs {
  --bs-nav-tabs-border-color: #dee2e6;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
}
body .accordion {
  --bs-accordion-color: #212529;
  --bs-accordion-bg: #fff;
  --bs-accordion-btn-color: #212529;
  --bs-accordion-btn-focus-border-color: #86b7fe;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-active-color: #4d108c;
  --bs-accordion-active-bg: rgba(var(--bs-primary-rgb), 0.05);
}
body .pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #dee2e6;
  --bs-pagination-border-radius: 0.375rem;
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: #e9ecef;
  --bs-pagination-hover-border-color: #dee2e6;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #e9ecef;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #85b9a1;
  --bs-pagination-active-border-color: #85b9a1;
  --bs-pagination-disabled-color: #6c757d;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #dee2e6;
  display: flex;
  padding-left: 0;
  list-style: none;
}
body .page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid
    var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
body .page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
body .page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
body .page-link.active,
body .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
body .page-link.disabled,
body .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}
body .alert-primary {
  --bs-alert-color: var(--bs-primary);
  --bs-alert-bg: rgba(var(--bs-primary-rgb), 0.1);
  --bs-alert-border-color: rgba(var(--bs-primary-rgb), 0.1);
}
body .alert-primary .alert-link {
  color: var(--bs-primary);
}
body .alert-secondary {
  --bs-alert-color: #41464b;
  --bs-alert-bg: #e2e3e5;
  --bs-alert-border-color: #d3d6d8;
}
body .alert-secondary .alert-link {
  color: #34383c;
}
body .alert-success {
  --bs-alert-color: var(--bs-success);
  --bs-alert-bg: rgba(var(--bs-success-rgb), 0.1);
  --bs-alert-border-color: rgba(var(--bs-success-rgb), 0.1);
}
body .alert-success .alert-link {
  color: var(--bs-success);
}
body .alert-info {
  --bs-alert-color: var(--bs-info);
  --bs-alert-bg: rgba(var(--bs-info-rgb), 0.1);
  --bs-alert-border-color: rgba(var(--bs-info-rgb), 0.1);
}
body .alert-info .alert-link {
  color: var(--bs-info);
}
body .alert-warning {
  --bs-alert-color: var(--bs-warning);
  --bs-alert-bg: rgba(var(--bs-warning-rgb), 0.1);
  --bs-alert-border-color: rgba(var(--bs-warning-rgb), 0.1);
}
body .alert-warning .alert-link {
  color: var(--bs-warning);
}
body .alert-danger {
  --bs-alert-color: var(--bs-danger);
  --bs-alert-bg: rgba(var(--bs-danger-rgb), 0.1);
  --bs-alert-border-color: rgba(var(--bs-danger-rgb), 0.1);
}
body .alert-danger .alert-link {
  color: var(--bs-danger);
}
body .alert-light {
  --bs-alert-color: #636464;
  --bs-alert-bg: #fefefe;
  --bs-alert-border-color: #fdfdfe;
}
body .alert-light .alert-link {
  color: #4f5050;
}
body .alert-dark {
  --bs-alert-color: #141619;
  --bs-alert-bg: #d3d3d4;
  --bs-alert-border-color: #bcbebf;
}
body .alert-dark .alert-link {
  color: #101214;
}
body .nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
body .nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  body .nav-link {
    transition: none;
  }
}
body .nav-link:hover,
body .nav-link:focus,
body .nav-link.active {
  color: var(--bs-nav-link-hover-color);
}
body .nav-link.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}
body .nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #dee2e6;
  --bs-nav-tabs-border-radius: 0.375rem;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: var(--bs-nav-tabs-border-width) solid
    var(--bs-nav-tabs-border-color);
}
body .nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  background: none;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
body .nav-tabs .nav-link:hover,
body .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
body .nav-tabs .nav-link.disabled,
body .nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
body .nav-tabs .nav-link.active,
body .nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
@media only screen and (max-width: 480px) {
  #navbar .navbar-brand img {
    height: 70px;
  }
}
.max-height {
  max-height: 1020px;
  position: absolute;
  bottom: 0;
  width: 100%;
  right: 0;
  left: 0;
  height: 100vh;
}

/* @media screen and (max-height: 800px) {
  .max-height {
    max-height: 680px;
  }
} */

@media screen and (min-height: 800px) {
  .max-height {
    max-height: 770px;
  }
}

@media screen and (max-height: 800px) and (min-width: 1500px) and (max-width: 1600px) {
  .max-height {
    max-height: 700px;
  }
}

#siderbar {
  background-color: var(--bs-gray-dark);
}

#siderbar .btn-close {
  color: #fff !important;
}

#siderbar ul {
  margin: 2rem 0;
}

#siderbar ul li {
  margin-bottom: 1.8rem;
}

#siderbar ul li a {
  color: #fff;
}

header {
  float: left;
  width: 100%;
  background: var(--bs-primary);
}

.navbar-fixed-top {
  position: fixed !important;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
  right: 0;
  left: 0;
  z-index: 10;
}

#navbar {
  background: rgb(255 255 255 / 71%);
}

#navbar.sticky-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 99;
}

#navbar ul li a {
  font-family: "Tajawal", sans-serif;
  font-size: 0.9rem;
  color: #0e344a;
  padding: 1.55rem 0;
  transition: 0.5s ease;
}

#navbar ul li a:hover {
  color: #6bcac8;
}

#navbar .nav-link {
  font-family: "Tajawal", sans-serif;
  font-size: 1.125rem;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  color: #fff;
}

#navbar .main-menu .nav-link.active {
  background: var(--bs-secondary);
  border-radius: 24px;
}

#navbar .main-menu .nav-link:hover {
  -webkit-transform: translateY(-1px) scale(1.07);
  -ms-transform: translateY(-1px) scale(1.07);
  transform: translateY(-1px) scale(1.07);
}

#navbar .lang {
  padding-top: 1.7rem;
  color: #fff;
}

#slider {
  background: var(--bs-primary);
  height: 100vh;
  position: absolute;
}
#slider .word-cont {
  z-index: 4;
  position: absolute;
  width: 100%;
  top: 20%;
}

#slider .word-1-ar {
  background: url("../images/word-1.svg") center bottom no-repeat;
  background-size: contain;
  height: 100%;
  width: 60%;
}
#slider .word-1 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  direction: ltr;
  color: #fff;
  width: 100%;
  text-align: center;
}
#slider .word-2-ar {
  background: url("../images/word-2.svg") center bottom no-repeat;
  background-size: contain;
  height: 100%;
  width: 60%;
}
#slider .word-2 {
  z-index: 4;

  text-align: center;
  font-size: 30px;
  font-weight: bold;
  direction: ltr;
  color: #0f2b3e;
  width: 100%;
  text-align: center;
}

#slider .earth {
  background: url("../images/EARTH.webp") center bottom no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

#slider .road {
  background: url("../images/road.webp") no-repeat bottom;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 4%;
  width: 91%;
  height: 100%;
  z-index: 3;
}

#slider .ola {
  background: url("../images/Ola.webp") no-repeat bottom;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 22%;
  width: 60%;
  height: 100%;
}
#IdentityFiles a {
  padding: 0;
  overflow: hidden;
}
#slider .sea {
  background: url("../images/sea.webp") no-repeat bottom;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 13%;
  width: 70%;
  height: 100%;
  z-index: 1;
}

#slider .sindala {
  background: url("../images/Sindala.webp") no-repeat bottom;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 25.4%;
  width: 89%;
  height: 100%;
  z-index: 3;
}

#slider .diriyah-1 {
  background: url("../images/Diriyah-1.webp") no-repeat center bottom;
  background-size: contain;
  position: absolute;
  left: 6px;
  bottom: 20%;
  width: 69%;
  height: 100%;
  z-index: 1;
}

#slider .diriyah-2 {
  background: url("../images/Diriyah-2.webp") no-repeat center bottom;
  background-size: contain;
  position: absolute;
  right: 13%;
  bottom: 27.7%;
  width: 65%;
  height: 100%;
}

#slider .bicycle-1 {
  background: url("../images/bicycle-1.webp") no-repeat center bottom;
  background-size: contain;
  position: absolute;
  left: 23%;
  bottom: 20%;
  width: 18%;
  height: 100%;
  z-index: 11;
}

#slider .bicycle-2 {
  background: url("../images/bicycle-2.webp") no-repeat center bottom;
  background-size: contain;
  position: absolute;
  left: 39%;
  bottom: 15%;
  width: 14%;
  height: 100%;
  z-index: 11;
}

#slider .mokab {
  background: url("../images/mokab.webp") center bottom no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 18%;
  width: 156%;
  height: 100%;
  left: 0;
  z-index: 1;
  right: -29%;
  left: -25%;
}

#slider .horse {
  background: url("../images/horse.webp") center bottom no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 32%;
  width: 55%;
  height: 100%;
  left: 11%;
  z-index: 10;
}

#slider .smoke {
  background: url("../images/foge-rocet.webp") center bottom no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 38%;
  width: 53%;
  height: 100%;
  left: 25%;
  z-index: 3;
}

#slider .smokeline {
  background: url("../images/line-rocet.webp") center bottom no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 38%;
  width: 16%;
  height: 100%;
  left: 43%;
  z-index: 2;
}

#slider .roket {
  background: url("../images/ROKET.webp") center bottom no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 83%;
  width: 32%;
  height: 100%;
  left: 36%;
  z-index: 9;
}

#slider .woman {
  background: url("../images/women.webp") center bottom no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 20%;
  width: 65%;
  height: 100%;
  left: -22%;
  right: auto;
  z-index: 3;
}

#slider .man {
  background: url("../images/man.webp") center bottom no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 20%;
  width: 90%;
  height: 100%;
  left: auto;
  right: -45%;
  z-index: 2;
}

#slider .mountain-1 {
  background: url("../images/mountain-1.webp") center bottom no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 27%;
  width: 80%;
  height: 100%;
  right: -15%;
  z-index: 2;
}

#slider .mountain-2 {
  background: url("../images/mountain-2.webp") center bottom no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 48%;
  width: 50%;
  height: 100%;
  right: 30%;
  z-index: 1;
}

#slider .theline {
  background: url("../images/theline.webp") center bottom no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 20%;
  width: 94%;
  height: 100%;
  left: 0;
  z-index: 3;
}

#slider .garden {
  background: url("../images/Kings-garden.webp") center bottom no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 15%;
  width: 36%;
  height: 100%;
  right: 6%;
  z-index: 2;
}

#slider .solarenergy {
  background: url("../images/Solar-energy.webp") center bottom no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 30%;
  width: 80%;
  height: 100%;
  left: 0;
  z-index: 1;
}

#slider .aerial-lift {
  background: url("../images/Aerial-lift.webp") center bottom no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 50%;
  width: 55%;
  height: 100%;
  left: 0;
  z-index: 0;
}

#slider .sun {
  background: url("../images/sun.webp") center bottom no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 65%;
  width: 15%;
  height: 100%;
  right: 60%;
  z-index: 0;
}

#slider .palm {
  /* background: url('../images/palm.webp') center bottom no-repeat; */
  background-size: contain;
  position: absolute;
  bottom: 40%;
  width: 15%;
  height: 100%;
  left: 21%;
  z-index: 0;
}

#slider .seer {
  background: url("../images/seer.webp") center bottom no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 10%;
  width: 38%;
  height: 100%;
  left: 31%;
  z-index: 11;
}

#info {
  background-size: contain;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
  z-index: 1;
  position: relative;
  padding-top: 3rem;
  position: relative;
  z-index: 9;
  min-height: 100vh;
  height: 100vh;
}

#info .bg-1 {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: url("../images/info-bg.webp") bottom no-repeat;
  background-size: contain;
  z-index: 4;
}

#info .bg-2 {
  content: "";
  position: absolute;
  width: 72.6%;
  height: 100%;
  bottom: 5%;
  left: 0;
  background: url("../images/background-1.webp") bottom no-repeat;
  background-size: contain;
  z-index: 2;
}

#info .diriyah-3 {
  background: url("../images/Diriyah-3.webp") no-repeat center bottom;
  background-size: contain;
  position: absolute;
  left: 25%;
  bottom: 1.7%;
  width: 25%;
  height: 100%;
  z-index: 3;
}

#info .diriyah-4 {
  background: url("../images/Diriyah-2.webp") no-repeat center bottom;
  background-size: contain;
  position: absolute;
  right: 40.7%;
  bottom: 3.7%;
  width: 23.5%;
  height: 100%;
  z-index: 2;
}

#info .sun {
  background: url("../images/info-sun.webp") no-repeat center bottom;
  background-size: contain;
  position: absolute;
  right: 57%;
  bottom: 35%;
  width: 6%;
  height: 100%;
  z-index: 2;
}

@media screen and (max-width: 667px) and (min-height: 375px) {
  #info .sun {
    bottom: 27%;
  }
  #slider .theline {
    bottom: 16%;
  }
  #slider .mountain-1 {
    bottom: 18%;
  }
  #slider .mountain-2 {
    bottom: 36%;
  }
  #slider .roket {
    bottom: 63%;
  }
}
#info .palm-c {
  background: url("../images/palm-c.webp") no-repeat center bottom;
  background-size: contain;
  position: absolute;
  right: 53.3%;
  bottom: 20%;
  width: 3%;
  height: 100%;
  z-index: 2;
  display: none;
}

#info .palm-r {
  background: url("../images/palm-3.webp") no-repeat center bottom;
  background-size: contain;
  position: absolute;
  right: 38.3%;
  bottom: 25%;
  width: 5%;
  height: 100%;
  z-index: 2;
  display: none;
}

#info .palm-l {
  background: url("../images/palm-2.webp") no-repeat center bottom;
  background-size: contain;
  position: absolute;
  left: 24.4%;
  bottom: 21%;
  width: 5%;
  height: 100%;
  z-index: 3;
  display: none;
}

#info p {
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

#info .tree {
  background: url("../images/palm-2.webp") no-repeat center bottom;
  background-size: contain;
  position: absolute;
  left: 24%;
  bottom: 21%;
  width: 5%;
  height: 100%;
  z-index: 2;
}

#sounds {
  background: #f1f1f2;
  position: relative;
  z-index: 9;
}

#sounds .bg1 {
  background: url("../images/background-2.webp") bottom no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 17%;
  z-index: 1;
}

#sounds .bg1-mobile {
  display: none;
}

#sounds .bg2 {
  background: url("../images/songs-bg.webp") bottom no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
}

#sounds .card-soundcloud {
  /* background: url('../images/sound-item-bg.webp') no-repeat;
  background-size: contain;
  min-height: 275px;
  width: 380px; */
}

.ltr #sounds .card-soundcloud {
  /* background: url('../images/sound-item-bg-en.webp') no-repeat;
  background-size: contain; */
}

#sounds .card-soundcloud .image img {
  width: 100% !important;
}
#sounds .card-soundcloud iframe {
  border-radius: 0.5rem;
}

.slick-slide {
  margin-left: 10px;
  margin-right: 10px;
  overflow: hidden;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .slick-slide {
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
    margin-left: 6px;
  }
}
.slick-list {
  margin-left: -25px;
  margin-right: -25px;
  margin-bottom: 10px;
}

#sounds .mountain-3 {
  background: url("../images/mountain-1.webp") center bottom no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 19%;
  width: 17%;
  height: 100%;
  left: 38%;
  z-index: 1;
}

#sounds .mountain-4 {
  background: url("../images/mountain-2.webp") center bottom no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 6%;
  width: 37%;
  height: 100%;
  left: 11%;
  z-index: 2;
}

#sounds .aerial-lift {
  background: url("../images/Aeriallift-2.webp") center bottom no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 34%;
  width: 33%;
  height: 100%;
  left: 0;
  z-index: 1;
}

#sounds .sun {
  background: url("../images/sun-2.webp") center bottom no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 33%;
  width: 6%;
  height: 100%;
  right: 43%;
  z-index: 1;
}

#sounds .cloud-1 {
  background: url("../images/cloud-1.webp") center bottom no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 38%;
  width: 32%;
  height: 100%;
  right: -2%;
  z-index: 1;
}

#sounds .cloud-2 {
  background: url("../images/cloud-2.webp") center bottom no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 29%;
  width: 35%;
  height: 100%;
  left: 0;
  z-index: 2;
}

#sounds .cloud-3 {
  background: url("../images/cloud-3.webp") center bottom no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 38%;
  width: 39%;
  height: 100%;
  left: 13%;
  z-index: 1;
}

#sounds .trees {
  background: url("../images/trees.webp") center bottom no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 32.9%;
  width: 23%;
  height: 100%;
  right: 14%;
  z-index: 2;
}

#sounds .sounds {
  z-index: 10;
}

#sounds .sounds .slick-arrow {
  position: absolute;
  top: -4rem;
  right: 0rem;
  color: #fff;
}

#sounds .sounds .slick-arrow.slick-next,
#sounds .sounds .slick-arrow.slick-prev {
  background: transparent;
  border: solid 1px #3eb2b2;
  border-radius: 50%;
  color: #3eb2b2;
  font-size: 0;
  width: 50px;
  height: 50px;
}

#sounds .sounds .slick-arrow.slick-prev {
  right: 4rem;
}
#sounds .sounds .slick-arrow.slick-next::before {
  font-size: 1rem;
  content: "\f054";
  font-family: "FontAwesome";
  line-height: 35px;
}
#sounds .sounds .slick-arrow.slick-prev::before {
  font-size: 1rem;
  content: "\f053";
  font-family: "FontAwesome";
  line-height: 35px;
}

#sounds .sounds .slick-arrow.slick-next:hover,
#sounds .sounds .slick-arrow.slick-prev:hover {
  background: #3eb2b2;
  color: #fff;
}

#IdentityFiles {
  background: #a8b942 url("../images/ind-top-bg.webp") center top no-repeat;
  background-size: contain;
}

/* #IdentityFiles .top-bg {
  background-size: contain;
  position: absolute;
  bottom: 7%;
  width: 77%;
  height: 100%;
  left: 0;
  z-index: 1;
} */

#IdentityFiles .bg1 {
  background: url("../images/identify-bg1.webp") center bottom no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -1px;
  width: 76.5%;
  height: 100%;
  left: 0;
  z-index: 3;
}

#IdentityFiles .bg3 {
  background: url("../images/project-bg.webp") center bottom no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 1px;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 1;
}
#IdentityFiles .sun {
  background: url("../images/sun.webp") center bottom no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 25%;
  width: 8%;
  height: 100%;
  right: 31%;
  z-index: 0;
}

#IdentityFiles .sindala {
  background: url("../images/Sindala-2.webp") no-repeat bottom;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 8%;
  width: 32.5%;
  height: 100%;
  z-index: 3;
}

#IdentityFiles .trees {
  background: url("../images/plam 4.webp") no-repeat bottom;
  background-size: contain;
  position: absolute;
  right: 26.9%;
  bottom: 15%;
  width: 4%;
  height: 100%;
  z-index: 0;
  display: none;
}

#IdentityFiles .earth {
  background: url("../images/earth-2.webp") no-repeat bottom;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 10%;
  width: 17.3%;
  height: 100%;
  z-index: 0;
}

#IdentityFiles .sea {
  background: url("../images/sea2.webp") no-repeat bottom;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 29%;
  height: 100%;
  z-index: 2;
  /* display: none; */
}
#IdentityFiles .boat {
  background: url("../images/boat.webp") no-repeat bottom;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25%;
  height: 100%;
  z-index: 2;
}

#IdentityFiles a {
  font-weight: 600;
  color: #fff;
  font-size: 0.8rem;
  line-height: 23px;
  background: #dce3b3;
  color: #194760;
  opacity: 1;
  height: 65px;
  display: grid;
  text-align: center;
  align-items: center;
}

#IdentityFiles a:hover {
  background: #d2daa7;
}
#IdentityFiles a.small {
  /* font-weight: 800;
  font-size: .63rem !important; */
}

#IdentityFiles .file-item .download-wrapper {
  background: #6f7937;
  opacity: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#IdentityFiles .file-item img {
  /* width: 165px; */
  /* height: 199px; */
}

#IdentityFiles .file-item:hover .download-wrapper {
  opacity: 1;
  transition: 0.5s ease;
}

#IdentityFiles .file-item .download-wrapper span {
  background: url("../images/download-icon.webp") no-repeat center;
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: contain;
}

#IdentityFiles .disabled {
  pointer-events: none;
}

#IdentityFiles .file-item:hover .download-wrapper a {
  background: none !important;
}

#projects {
  background: #004863 url("../images/project-bg.webp") right top no-repeat;
  position: relative;
  background-size: contain;
  z-index: 9;
}
#projects h3 {
  text-shadow: 1px 1px 5px #000, 1px 1px 11px #000;
  font-weight: bold;
}
#projects h3 a {
  color: #fff;
}

#projects .btn-inner-close {
  display: inline-block;
  color: #fff;
  width: 50px;
  height: 50px;
  outline: none;
  box-shadow: none;
}

#projects .btn-inner-close:hover,
#projects .btn-inner-close:active {
  outline: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

#projects p.large {
  font-size: 1.6rem;
  text-align: justify;
  text-align-last: right;
}

.ltr #projects p.large {
  text-align-last: left;
}

#projects #effects {
  min-height: 70vh;
}

#projects .card-project {
  background: #000;
  max-height: 170px;
  border-radius: 50px;
  overflow: hidden;
  height: 120px;
}

/* #projects .bespoke-active .card-project:hover::before,
#projects .slick-slide .card-project:hover::before {
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(10px) saturate(70%);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  border-radius: 2rem;
} */

.card-project .title {
  top: 9%;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}

.card-project .title h3 a {
  display: inline-block;
  color: #fff;
}

.card-project .card-project-text {
  position: relative;
  top: 20%;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  padding: 1.5rem 1rem 2.5rem 1rem;
}

/* .card-project .card-project-text::before {
  background: rgba(255,255,255,0.5);
  backdrop-filter: blur(10px) saturate(70%);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 20px;
  z-index: 1;
} */

.card-project .card-project-text::after {
  content: "\f078";
  font-family: "FontAwesome";
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  color: red;
}

.first-text {
  position: relative;
  z-index: 99;
}

@media screen and (max-width: 768px) {
  .card-project .card-project-text::after {
    top: 0px;
  }
}
.card-project .card-project-text p {
  font-size: 1.1rem;
  line-height: 25px;
  z-index: 3;
  position: relative;
  text-align: center;
  color: #fff;
  margin-top: 10px;
}
/* For Webkit browsers (Chrome, Safari, newer versions of Opera) */
::-webkit-scrollbar {
  width: 8px; /* Width of the scrollbar */
}

::-webkit-scrollbar-track {
  background: transparent; /* Make the track transparent */
}

::-webkit-scrollbar-thumb {
  background-color: #216291; /* Semi-transparent thumb */
  border-radius: 5px; /* Rounded corners on the thumb */
}

/* For Firefox */
.card-project .card-project-text p {
  scrollbar-width: thin; /* "auto" or "thin" */
  scrollbar-color: #216291 transparent; /* thumb and track color */
}
.card-project .card-project-text p.small {
  /* font-size: 0.8rem; */
}

.card-project:hover .card-project-text {
  opacity: 1;
  font-size: large;
}
.card-project:hover .card-project-text p {
  opacity: 1;
  height: 136px;
  overflow: hidden;
}

.ss-holder
  .carousel
  section.bespoke-after-1
  .card-project:hover
  .card-project-text,
.ss-holder
  .carousel
  section.bespoke-before-1
  .card-project:hover
  .card-project-text {
  opacity: 0;
}
[dir="rtl"] {
  #sounds .sounds .slick-arrow {
    left: 4rem;
    right: initial;
  }
}
[dir="rtl"] {
  #sounds .sounds .slick-arrow.slick-prev {
    left: 0rem;
    right: initial;
  }
}

#sounds .sounds .slick-slide {
  padding: 5px;
}

#sounds .sounds .card {
  border: 0;
}

#sounds .sounds .card .card-header {
  border: 0;
  text-align: right;
  padding: 30px !important;
  background-color: #fff !important;
}

#sounds .sounds .card .card-body {
  text-align: right;
  padding: 20px 30px 30px 30px !important;
  padding-top: 0 !important;
}

#sounds .sounds .card .card-body h3 {
  color: #3fb2b2;
}

#sounds .sounds .card .card-body .list-unstyled li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

#sounds .sounds .card .card-body .list-unstyled li:last-child {
  margin-bottom: 0;
}

#sounds .sounds .card .card-body i {
  color: #3fb2b2;
  font-size: 25px;
  margin-left: 15px;
}

#sounds .sounds .card .btn {
  border: 0;
}

.card-project .images {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#IdentityFiles .slick-arrow.slick-next,
#IdentityFiles .slick-arrow.slick-prev {
  margin-bottom: 3px;
}
.z-index-100 {
  z-index: 9;
  position: relative;
}
#projects {
  padding-bottom: 100px;
  padding-top: 100px;
}
#projects .slick-arrow {
  position: absolute;
  top: -4rem;
  right: 1rem;
  color: #fff;
}

#projects .ss-nav-arrows-next,
#projects .ss-nav-arrows-prev {
  background: transparent;
  border: solid 1px #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 26px;
  line-height: 47px;
  width: 50px;
  height: 50px;
  top: 50%;
  font-weight: 100;
  font-size: 1.3rem;
}

#projects .ss-nav-arrows-next:hover,
#projects .ss-nav-arrows-prev:hover {
  background: #3eb2b2;
  border: solid 1px #3eb2b2;
  color: #fff !important;
}

#projects .ss-nav-arrows-next {
  right: 3rem;
}
/* #projects .ss-nav-arrows-next::before {
  font-size: 1rem;
  content: "\f054";
  font-family: 'FontAwesome';
  line-height: 35px;
}
#projects .ss-nav-arrows-prev::before {
  font-size: 1rem;
  content: "\f053";
  font-family: 'FontAwesome';
  line-height: 35px;
} */

#projects .ss-nav-arrows-prev:hover,
#projects .ss-nav-arrows-next:hover {
  color: #3eb2b2;
}

.animate__delay--5s {
  --animate-delay: 0.5s;
}

.animate__delay--7s {
  --animate-delay: 0.7s;
}

/* Footer */
footer {
  float: left;
  width: 100%;
  background: #0f2b3f;
  border: none;
  color: #fff;
  margin: 0;
  font-family: "Tajawal", sans-serif;
}

footer p {
  font-family: "Tajawal", sans-serif;
  font-size: 0.86rem;
}

footer p.small {
  font-size: 0.76rem;
  font-family: "Tajawal", sans-serif;
}

.modal-backdrop.show {
  background: none;
  display: none;
}

.ss-holder .carousel section.bespoke-after-1 {
  -webkit-transform: translateX(270px) rotateY(-73deg) scale(0.9);
  -moz-transform: translateX(270px) rotateY(-73deg) scale(0.9);
  -ms-transform: translateX(270px) rotateY(-73deg) scale(0.9);
  -o-transform: translateX(270px) rotateY(-73deg) scale(0.9);
  transform: translateX(270px) rotateY(-73deg) scale(0.9);
  margin-left: -75px;
}

.ss-holder .carousel section.bespoke-after-1::after {
  content: "";
  background: transparent
    linear-gradient(90deg, #19476000 0%, #194760 48%, #194760 70%, #194760 100%)
    0% 0% no-repeat padding-box;
  width: 150px;
  height: 100%;
  position: absolute;
  right: 80px;
  top: 0;
  bottom: 0;
}

.ss-holder .carousel section.bespoke-before-1 {
  -webkit-transform: translateX(-270px) rotateY(73deg) scale(0.7);
  -moz-transform: translateX(-270px) rotateY(73deg) scale(0.7);
  -ms-transform: translateX(-270px) rotateY(73deg) scale(0.7);
  -o-transform: translateX(-270px) rotateY(73deg) scale(0.7);
  transform: translateX(-270px) rotateY(73deg) scale(0.7);
  margin-left: -400px;
}

.ss-holder .carousel section.bespoke-before-1::after {
  content: "";
  background: transparent
    linear-gradient(
      270deg,
      #19476000 0%,
      #194760 48%,
      #194760 70%,
      #194760 100%
    )
    0% 0% no-repeat padding-box;
  width: 150px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

#projects .card-project:hover .text-secondary {
  color: #fff !important;
}

#project-slider img {
  max-width: 100%;
  max-height: 100px;
}

#project-slider .slick-slide {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  min-height: 145px;
}

.files .slick-arrow,
#project-slider .slick-arrow {
  display: none !important;
}

.slider-content img {
  max-height: 384px;
  border-radius: 15px;
  object-fit: cover;
  object-position: top;
  max-width: 100%;
}

.fixed-whatsapp {
  position: fixed;
  left: 30px;
  bottom: 30px;
  z-index: 999;
}
.fixed-whatsapp img {
  width: 60px;
  height: 60px;
}

@media screen and (max-width: 600px) {
  .max-height {
    max-height: 185px;
  }

  #slider .max-height {
    bottom: 10%;
  }

  .bg-bottom {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 11%;
    background: #fff;
    position: absolute;
    z-index: 9;
  }

  #info .bg-1 {
    background: url(../images/mobile/info-bg.webp) bottom no-repeat !important;
    background-size: 100% !important;
  }

  #info .bg-2 {
    background: url(../images/mobile/background-1.webp) top no-repeat !important;
    background-size: 100% !important;
    bottom: 33%;
    width: 100%;
  }

  #info .palm-l {
    background: url(../images/palm-2.webp) no-repeat center bottom;
    background-size: contain;
    position: absolute;
    left: 2.4%;
    bottom: 36%;
    width: 16%;
    height: 100%;
    z-index: 3;
  }

  #info .palm-r {
    background: url(../images/palm-3.webp) no-repeat center bottom;
    background-size: contain;
    position: absolute;
    right: 11.3%;
    bottom: 41%;
    width: 15%;
    height: 100%;
    z-index: 2;
  }

  #info .palm-c {
    background: url(../images/palm-c.webp) no-repeat center bottom;
    background-size: contain;
    position: absolute;
    right: 43.3%;
    bottom: 39%;
    width: 9%;
    height: 100%;
    z-index: 2;
  }

  #info .sun {
    background: url(../images/sun.webp) no-repeat center bottom;
    background-size: contain;
    position: absolute;
    right: 50%;
    bottom: 85%;
    width: 14%;
    height: 100%;
    z-index: 2;
  }

  #info .diriyah-4 {
    background: url(../images/Diriyah-4.webp) no-repeat center bottom;
    background-size: contain;
    position: absolute;
    right: 7.7%;
    bottom: 24.7%;
    width: 41.5%;
    height: 100%;
    z-index: 3;
  }

  #info .diriyah-3 {
    background: url(../images/Diriyah-3.webp) no-repeat center bottom;
    background-size: contain;
    position: absolute;
    left: 7%;
    bottom: 11.7%;
    width: 55%;
    height: 100%;
    z-index: 3;
  }

  #sounds .bg1 {
    display: none !important;
  }

  #sounds .bg1-mobile {
    background: url(../images/mobile/background-2.webp) bottom no-repeat;
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: 1;
    display: block;
  }

  #sounds .cloud-2 {
    background: url(../images/cloud-2.webp) center bottom no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 59%;
    width: 55%;
    height: 100%;
    left: 0;
    z-index: 2;
  }

  #sounds .cloud-1 {
    display: none;
  }

  #sounds .sun {
    background: url(../images/sun.webp) center bottom no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 35%;
    width: 9%;
    height: 100%;
    right: 43%;
    z-index: 1;
  }

  #sounds .card-soundcloud {
    min-height: 185px;
  }

  #IdentityFiles .bg1 {
    background: url(../images/mobile/identify-bg1.webp) center bottom no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 3;
  }

  #IdentityFiles .earth {
    background: url(../images/mobile/earth-2.webp) no-repeat bottom;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 48%;
    width: 34.3%;
    height: 100%;
    z-index: 0;
  }

  #IdentityFiles .sea {
    background: url(../images/mobile/sea2.webp) no-repeat bottom;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 30px;
    width: 70%;
    height: 100%;
    z-index: 2;
    /* display: none; */
  }

  #IdentityFiles .boat {
    background: url(../images/mobile/boat.webp) no-repeat bottom;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25%;
    height: 100%;
    z-index: 2;
  }

  #IdentityFiles .sindala {
    background: url(../images/mobile/Sindala-2.webp) no-repeat bottom;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 50%;
    width: 61.5%;
    height: 100%;
    z-index: 3;
  }

  #IdentityFiles .sun {
    background: url(../images/sun.webp) center bottom no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 85%;
    width: 11%;
    height: 100%;
    right: 59%;
    z-index: 0;
  }

  #IdentityFiles .slick-arrow.slick-next,
  #IdentityFiles .slick-arrow.slick-prev {
    background: transparent;
    border: solid 1px #3eb2b2;
    color: #fff;
  }

  #IdentityFiles .slick-arrow.slick-next:hover,
  #IdentityFiles .slick-arrow.slick-prev:hover {
    background: #3eb2b2;
    border: solid 1px #3eb2b2;
  }

  #IdentityFiles .trees {
    background: url("../images/plam 4.webp") no-repeat bottom;
    background-size: contain;
    position: absolute;
    right: 49.9%;
    bottom: 57%;
    width: 8%;
    height: 100%;
    z-index: 0;
  }

  h2 {
    font-size: 1.8rem;
  }
  p {
    font-size: 1.15rem;
  }

  h3 {
    font-size: 1.175rem;
  }

  footer p.small {
    font-size: 1rem;
  }

  #projects {
    background: #004863 !important;
  }

  #project-slider {
    position: relative;
    padding: 0;
  }

  .files .slick-arrow,
  #project-slider .slick-arrow {
    display: inline-block !important;
  }

  #project-slider::before {
    content: "";
    position: absolute;
    right: -12px;
    top: 0;
    bottom: 0;
    background: url("../images/mobile/cover-r.webp") repeat-y;
    height: 100%;
    width: 64px;
    z-index: 111;
  }

  #project-slider::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: url("../images/mobile/cover-l.webp") repeat-y;
    height: 100%;
    width: 64px;
    z-index: 111;
  }

  #project-slider .slick-slide {
    background: #fff;
    padding: 0 35px;
  }

  #IdentityFiles a {
    font-size: 1rem;
  }

  .card-project .card-project-text p {
    font-size: 1rem;
    line-height: 28px;
  }

  #projects .bespoke-active .card-project:hover h3.text-secondary,
  #projects .slick-slide .card-project:hover h3.text-secondary {
    color: #fff !important;
  }
}

@media screen and (max-height: 1200px) {
  .px-4 {
    padding-left: 0.7rem !important;
    padding-right: 0.7rem !important;
  }
}

@media screen and (max-height: 600px) {
  .max-height {
    max-height: 530px;
  }
}

@media screen and (max-height: 690px) and (max-width: 1500px) {
  .max-height {
    max-height: 578px;
  }

  #projects .card-project {
    min-height: 340px;
  }
}

@media screen and (max-height: 1368px) and (max-width: 1200px) {
  .max-height {
    max-height: 430px;
  }
}

@media screen and (min-width: 1280px) {
  [dir="ltr"] {
    #info .container {
      margin-top: -70px;
    }
  }
}
@media screen and (max-height: 800px) and (max-width: 1280px) {
  #info .container {
    margin-top: -50px;
  }
  [dir="ltr"] {
    #info .container {
      margin-top: -95px;
      max-width: 100%;
    }
  }
  .max-height {
    max-height: 600px;
  }

  #info h2 {
    margin-top: 0rem !important;
    font-size: 2rem;
  }

  #info p {
    font-size: 1.2rem;
  }
  [dir="ltr"] {
    #info p {
      font-size: 1rem;
    }
  }
  #IdentityFiles .row.mt-5 {
    margin-top: 1.3rem !important;
  }

  #IdentityFiles h2 {
    margin-top: 1.2rem !important;
    margin-bottom: 1rem !important;
  }
  #IdentityFiles h3 {
    margin-top: 0 !important;
    margin-bottom: 1rem !important;
  }

  #IdentityFiles .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  #IdentityFiles .col-md-3 {
    flex: 0 0 auto;
    width: 14%;
    margin-bottom: 0.3rem !important;
  }

  #IdentityFiles .col-md-3 .card {
    margin-bottom: 0.3rem !important;
  }
  #IdentityFiles a {
    line-height: 16px;
    height: 68px;
  }

  #projects h2 {
    padding-top: 1.3rem !important;
  }

  #projects h3 {
    margin-bottom: 0.2rem !important;
  }

  .ss-holder section {
    padding-top: 2.5rem;
  }

  .card-project .card-project-text p {
    font-size: 0.9rem;
  }

  #projects .card-project {
    min-height: 270px;
    width: 100%;
    margin: 6px auto !important;
  }

  #projects .ss-nav-arrows-next {
    right: 0;
  }

  #projects .ss-nav-arrows-prev {
    left: 0;
  }

  #sounds .sounds .slick-arrow {
    right: 1rem;
  }

  #sounds .sounds .slick-arrow.slick-prev {
    right: 5rem;
  }

  .card-project .card-project-text {
    padding: 1rem 1rem 2.5rem 1rem;
  }

  .card-project .card-project-text p.small {
    font-size: 0.75rem;
  }

  footer p.small {
    font-size: 0.7rem;
  }
}

@media screen and (max-height: 600px) and (max-width: 1024px) {
  .max-height {
    max-height: 530px;
  }
}

@media screen and (max-height: 1024px) and (max-width: 768px) {
  .max-height {
    max-height: 370px;
  }
}

@media screen and (max-height: 1180px) and (max-width: 820px) {
  .max-height {
    max-height: 390px;
  }
}

@media screen and (max-height: 720px) and (max-width: 540px) {
  .max-height {
    max-height: 250px;
  }
}

@media screen and (max-height: 960px) and (max-width: 440px) {
  .max-height {
    max-height: 185px;
  }
}

@media screen and (max-height: 653px) and (max-width: 280px) {
  .max-height {
    max-height: 135px;
  }
}

@media (min-width: 992px) {
  .col-lg-2-auto {
    width: auto;
    flex: auto;
  }
}

@media screen and (width: 1225px) and (height: 548px) {
  .max-height {
    max-height: 430px;
  }

  #info h2 {
    margin-top: 0rem !important;
  }

  #projects h2 {
    padding-top: 1.3rem !important;
  }

  #projects h3 {
    margin-bottom: 0.2rem !important;
  }

  .ss-holder section {
    padding-top: 2.5rem;
  }

  .card-project .card-project-text p {
    font-size: 0.9rem;
  }

  #projects .card-project {
    min-height: 270px;
    width: 360px;
    margin: 6px auto !important;
  }
}

@media screen and (max-height: 578px) and (max-width: 709px) {
  .max-height {
    max-height: 335px;
  }

  #info h2 {
    margin-top: 0rem !important;
    font-size: 2rem;
  }

  #info p {
    font-size: 1.2rem;
  }
  [dir="ltr"] {
    #info p {
      font-size: 1rem;
    }
  }
  #IdentityFiles .row.mt-5 {
    margin-top: 1.3rem !important;
  }

  #IdentityFiles h2 {
    margin-top: 1.2rem !important;
    margin-bottom: 1rem !important;
  }
  #IdentityFiles h3 {
    margin-top: 0 !important;
    margin-bottom: 1rem !important;
  }

  #IdentityFiles .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  #IdentityFiles .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
    margin-bottom: 0.3rem !important;
  }

  #IdentityFiles .col-md-3 .card {
    margin-bottom: 0.3rem !important;
  }
  #IdentityFiles a {
    overflow: hidden;
    line-height: 16px;
    height: 45px;
  }

  #projects h2 {
    padding-top: 1.3rem !important;
  }

  #projects h3 {
    margin-bottom: 0.2rem !important;
  }

  .ss-holder section {
    padding-top: 2.5rem;
  }

  .card-project .card-project-text p {
    font-size: 0.9rem;
  }

  #projects .card-project {
    min-height: 270px;
    width: 360px;
    margin: 6px auto !important;
  }

  #projects .ss-nav-arrows-next {
    right: 0;
  }

  #projects .ss-nav-arrows-prev {
    left: 0;
  }

  #sounds .sounds .slick-arrow {
    right: -2.7rem;
    top: calc(50% - 25px) !important;
  }

  #sounds .sounds .slick-arrow.slick-prev {
    left: -2.7rem;
    right: auto;
  }
}

/* @media screen and (max-width: 600px) {
  #info {
    padding-top: 0rem;
  }
} */
@media screen and (min-width: 600px) {
  #slider .word-1 {
    bottom: 60%;
  }
  #slider .word-2 {
    bottom: 54%;
  }
}
@media screen and (min-width: 1600px) {
  #slider .word-2,
  #slider .word-1 {
    opacity: 0;
  }
}

@media screen and (max-height: 560px) and (min-width: 600px) {
  .max-height {
    height: 900px;
  }

  #slider {
    height: 600px;
  }

  #sounds {
    padding-bottom: 95%;
  }
  #IdentityFiles {
    padding-bottom: 60%;
  }

  #projects #effects {
    min-height: 100vh;
  }
  #footer .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 1236px) {
  .cont-projects {
    max-width: 100%;
  }
  #projects .ss-nav-arrows-next {
    right: 1rem;
  }
  #projects .ss-nav-arrows-prev {
    left: 1rem;
  }
}

@media screen and (max-height: 578px) and (max-width: 1236px) {
  .max-height {
    max-height: 475px;
  }

  #info h2 {
    margin-top: 0rem !important;
    font-size: 2rem;
  }

  #info p {
    font-size: 1.2rem;
  }
  [dir="ltr"] {
    #info p {
      font-size: 1rem;
    }
  }
  #IdentityFiles .row.mt-5 {
    margin-top: 1.3rem !important;
  }

  #IdentityFiles h2 {
    margin-top: 1.2rem !important;
    margin-bottom: 1rem !important;
  }
  #IdentityFiles h3 {
    margin-top: 0 !important;
    margin-bottom: 1rem !important;
  }

  #IdentityFiles .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  #IdentityFiles .col-md-3 {
    flex: 0 0 auto;
    width: 14%;
    margin-bottom: 0.3rem !important;
  }

  #IdentityFiles .col-md-3 .card {
    margin-bottom: 0.3rem !important;
  }
  #IdentityFiles a {
    overflow: hidden;
    line-height: 16px;
    height: 45px;
  }

  #projects h2 {
    padding-top: 1.3rem !important;
  }

  #projects h3 {
    margin-bottom: 0.2rem !important;
  }

  .ss-holder section {
    padding-top: 2.5rem;
  }

  .card-project .card-project-text p {
    font-size: 0.9rem;
  }

  #projects .card-project {
    min-height: 270px;
    width: 360px;
    margin: 6px auto !important;
  }

  #projects .ss-nav-arrows-next {
    right: 0;
  }

  #projects .ss-nav-arrows-prev {
    left: 0;
  }

  #sounds .sounds .slick-arrow {
    right: 1rem;
  }

  #sounds .sounds .slick-arrow.slick-prev {
    right: 5rem;
  }

  footer p.small {
    font-size: 0.7rem;
  }
}

@media screen and (min-width: 1280px) {
  #projects {
    padding-bottom: 20%;
  }
}

@media screen and (max-width: 768px) {
  #projects {
    padding-bottom: 20%;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  #IdentityFiles a {
    line-height: normal;
    font-size: 11px;
  }
  #IdentityFiles .file-item .download-wrapper span {
    width: 30px;
    height: 30px;
    background-size: contain;
  }
}
.soon {
  position: absolute;
  left: 0px;
  width: 100%;
  text-align: center;
  z-index: 0;
  color: white;
  font-size: 25px;
  top: 38%;
  text-shadow: 0 0 3px black, 0 0 3px black;
}
[dir="ltr"] {
  .soon {
    top: 30%;
  }
}
@media screen and (max-width: 990px) {
  [dir="ltr"] {
    .soon {
      font-size: 15px;
    }
  }
}

@media screen and (max-width: 512px) {
  .soon {
    font-size: 40px;
    top: 40%;
  }
  [dir="ltr"] {
    .soon {
      font-size: 40px;
      top: 40%;
    }
  }
}
#IdentityFiles a span {
  height: 100%;
}
.raqmi {
  width: 200px;
}

@media screen and (max-width: 600px) {
  .raqmi {
    width: 190px;
  }
}
