@charset "UTF-8";
/*!
* Style Sheet for ""
* version: 1
* last modified:2023 By Applab
* author: Applab
* website: www.applab.qa
*/
/*b5 start -------------------------------------------------------------------------------------------------------------------*/
/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --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: #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: #0d6efd;
  --bs-secondary: #6c757d;
  --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-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --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-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --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-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  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);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

 h4, .h4, h3, .h3, h2, .h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul {
  padding-left: 2rem;
}


ul {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul ul {
  margin-bottom: 0;
}


strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}


code {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}


button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

button,
[type=button],
[type=reset] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

iframe {
  border: 0;
}

[hidden] {
  display: none !important;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.container,
.container-xl,
.container-lg {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container-xl, .container-lg, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.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-12 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 992px) {
  .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%;
  }
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  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;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
 :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
 :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.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: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.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;
  background: none;
  border: 0;
  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) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
 .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-lg,
.navbar > .container-xl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}

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

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

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

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

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

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

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

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

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

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

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

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

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

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

.mt-2 {
  margin-top: 0.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;
}

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

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

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

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

.ms-2 {
  margin-left: 0.5rem !important;
}

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

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

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

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

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
/*b5 end ---------------------------------------------------------------------------------------------------------------------*/
@font-face {
  font-family: "HelveticaNeueLT Arabic";
  src: url("../fonts/HelveticaNeueLTArabic-Bold_1.eot");
  src: url("../fonts/HelveticaNeueLTArabic-Bold_1.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTArabic-Bold_1.woff2") format("woff2"), url("../fonts/HelveticaNeueLTArabic-Bold_1.woff") format("woff"), url("../fonts/HelveticaNeueLTArabic-Bold_1.ttf") format("truetype"), url("../fonts/HelveticaNeueLTArabic-Bold_1.svg#HelveticaNeueLTArabic-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLT Arabic";
  src: url("../fonts/HelveticaNeueLTArabic-Roman_1.eot");
  src: url("../fonts/HelveticaNeueLTArabic-Roman_1.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTArabic-Roman_1.woff2") format("woff2"), url("../fonts/HelveticaNeueLTArabic-Roman_1.woff") format("woff"), url("../fonts/HelveticaNeueLTArabic-Roman_1.ttf") format("truetype"), url("../fonts/HelveticaNeueLTArabic-Roman_1.svg#HelveticaNeueLTArabic-Roman") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DMSans-BoldItalic.eot");
  src: url("../fonts/DMSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-BoldItalic.woff2") format("woff2"), url("../fonts/DMSans-BoldItalic.woff") format("woff"), url("../fonts/DMSans-BoldItalic.ttf") format("truetype"), url("../fonts/DMSans-BoldItalic.svg#DMSans-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DMSans-Bold.eot");
  src: url("../fonts/DMSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-Bold.woff2") format("woff2"), url("../fonts/DMSans-Bold.woff") format("woff"), url("../fonts/DMSans-Bold.ttf") format("truetype"), url("../fonts/DMSans-Bold.svg#DMSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DMSans-ExtraBold.eot");
  src: url("../fonts/DMSans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-ExtraBold.woff2") format("woff2"), url("../fonts/DMSans-ExtraBold.woff") format("woff"), url("../fonts/DMSans-ExtraBold.ttf") format("truetype"), url("../fonts/DMSans-ExtraBold.svg#DMSans-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DMSans-BlackItalic.eot");
  src: url("../fonts/DMSans-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-BlackItalic.woff2") format("woff2"), url("../fonts/DMSans-BlackItalic.woff") format("woff"), url("../fonts/DMSans-BlackItalic.ttf") format("truetype"), url("../fonts/DMSans-BlackItalic.svg#DMSans-BlackItalic") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DMSans-ExtraLightItalic.eot");
  src: url("../fonts/DMSans-ExtraLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-ExtraLightItalic.woff2") format("woff2"), url("../fonts/DMSans-ExtraLightItalic.woff") format("woff"), url("../fonts/DMSans-ExtraLightItalic.ttf") format("truetype"), url("../fonts/DMSans-ExtraLightItalic.svg#DMSans-ExtraLightItalic") format("svg");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DMSans-Black.eot");
  src: url("../fonts/DMSans-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-Black.woff2") format("woff2"), url("../fonts/DMSans-Black.woff") format("woff"), url("../fonts/DMSans-Black.ttf") format("truetype"), url("../fonts/DMSans-Black.svg#DMSans-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DMSans-ExtraBoldItalic.eot");
  src: url("../fonts/DMSans-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/DMSans-ExtraBoldItalic.woff") format("woff"), url("../fonts/DMSans-ExtraBoldItalic.ttf") format("truetype"), url("../fonts/DMSans-ExtraBoldItalic.svg#DMSans-ExtraBoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DMSans-ExtraLight.eot");
  src: url("../fonts/DMSans-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-ExtraLight.woff2") format("woff2"), url("../fonts/DMSans-ExtraLight.woff") format("woff"), url("../fonts/DMSans-ExtraLight.ttf") format("truetype"), url("../fonts/DMSans-ExtraLight.svg#DMSans-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DMSans-SemiBold.eot");
  src: url("../fonts/DMSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-SemiBold.woff2") format("woff2"), url("../fonts/DMSans-SemiBold.woff") format("woff"), url("../fonts/DMSans-SemiBold.ttf") format("truetype"), url("../fonts/DMSans-SemiBold.svg#DMSans-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DMSans-Medium.eot");
  src: url("../fonts/DMSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-Medium.woff2") format("woff2"), url("../fonts/DMSans-Medium.woff") format("woff"), url("../fonts/DMSans-Medium.ttf") format("truetype"), url("../fonts/DMSans-Medium.svg#DMSans-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DMSans-MediumItalic.eot");
  src: url("../fonts/DMSans-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-MediumItalic.woff2") format("woff2"), url("../fonts/DMSans-MediumItalic.woff") format("woff"), url("../fonts/DMSans-MediumItalic.ttf") format("truetype"), url("../fonts/DMSans-MediumItalic.svg#DMSans-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DMSans-Regular.eot");
  src: url("../fonts/DMSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-Regular.woff2") format("woff2"), url("../fonts/DMSans-Regular.woff") format("woff"), url("../fonts/DMSans-Regular.ttf") format("truetype"), url("../fonts/DMSans-Regular.svg#DMSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DMSans-LightItalic.eot");
  src: url("../fonts/DMSans-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-LightItalic.woff2") format("woff2"), url("../fonts/DMSans-LightItalic.woff") format("woff"), url("../fonts/DMSans-LightItalic.ttf") format("truetype"), url("../fonts/DMSans-LightItalic.svg#DMSans-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DMSans-Italic.eot");
  src: url("../fonts/DMSans-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-Italic.woff2") format("woff2"), url("../fonts/DMSans-Italic.woff") format("woff"), url("../fonts/DMSans-Italic.ttf") format("truetype"), url("../fonts/DMSans-Italic.svg#DMSans-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DMSans-ThinItalic.eot");
  src: url("../fonts/DMSans-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-ThinItalic.woff2") format("woff2"), url("../fonts/DMSans-ThinItalic.woff") format("woff"), url("../fonts/DMSans-ThinItalic.ttf") format("truetype"), url("../fonts/DMSans-ThinItalic.svg#DMSans-ThinItalic") format("svg");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DMSans-SemiBoldItalic.eot");
  src: url("../fonts/DMSans-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-SemiBoldItalic.woff2") format("woff2"), url("../fonts/DMSans-SemiBoldItalic.woff") format("woff"), url("../fonts/DMSans-SemiBoldItalic.ttf") format("truetype"), url("../fonts/DMSans-SemiBoldItalic.svg#DMSans-SemiBoldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DMSans-Thin.eot");
  src: url("../fonts/DMSans-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-Thin.woff2") format("woff2"), url("../fonts/DMSans-Thin.woff") format("woff"), url("../fonts/DMSans-Thin.ttf") format("truetype"), url("../fonts/DMSans-Thin.svg#DMSans-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DMSans-Light.eot");
  src: url("../fonts/DMSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-Light.woff2") format("woff2"), url("../fonts/DMSans-Light.woff") format("woff"), url("../fonts/DMSans-Light.ttf") format("truetype"), url("../fonts/DMSans-Light.svg#DMSans-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.text-white {
  color: #fff !important;
}

.bg-black {
  background: #000 !important;
}

body,
html {
  margin: 0;
  direction: ltr;
  min-height: 100%;
}
html[dir=ltr] body,
html[dir=ltr] html {
  direction: ltr;
  font-family: "DM Sans";
}
html[dir=rtl] body,
html[dir=rtl] html {
  direction: rtl;
  font-family: "HelveticaNeueLT Arabic";
}

body {
  font-size: 16px;
  font-family: var(--primary-font);
  font-weight: normal;
  background: #fff;
  overflow-x: hidden;
}

@media (min-width: 1600px) {
  .container-lg {
    max-width: 1524px;
  }
}

@media (min-width: 1600px) {
  .container-xl {
    max-width: 1746px;
  }
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  transition: all 300ms;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  transition: all 300ms;
}

p,
.btn,
button,
.navbar-brand {
  font-size: 16px;
}

h2, .h2 {
  font-size: calc(1.55rem + 3.6vw);
  font-weight: 900;
  line-height: 1;
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 4.25rem;
  }
}
@media (min-width: 1300px) and (max-width: 1399px) {
  h2, .h2 {
    font-size: 68px;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  h2, .h2 {
    font-size: 34px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  h2, .h2 {
    font-size: 34px;
  }
}
@media (max-width: 991.98px) {
  h2, .h2 {
    font-size: 28px;
  }
}
[dir=rtl] h2, [dir=rtl] .h2 {
  line-height: 1.2 !important;
}

.h3 {
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .h3 {
    font-size: calc(1.325rem + 0.9vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .h3 {
    font-size: 2rem;
  }
}
@media (max-width: 991.98px) {
  .h3 {
    font-size: calc(1.2625rem + 0.15vw);
  }
}
@media (max-width: 991.98px) and (min-width: 1200px) {
  .h3 {
    font-size: 1.375rem;
  }
}

.h4 {
  font-size: 1.25rem;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .h4 {
    font-size: 18px;
  }
}

section {
  overflow: hidden;
}

p {
  margin-bottom: 15px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-58 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 1200px) {
  .py-58 {
    padding-top: 57px;
    padding-bottom: 57px;
  }
}
@media (max-width: 991.98px) {
  .py-58 {
    padding-block: 24px;
  }
}
@media (max-width: 575.98px) {
  .py-58 {
    padding-bottom: 0;
    padding-top: 24px;
  }
}
.py-57 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 1200px) {
  .py-57 {
    padding-top: 57px;
    padding-bottom: 57px;
  }
}
@media (max-width: 991.98px) {
  .py-57 {
    padding-block: 24px;
  }
}
.py-86 {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 1200px) {
  .py-86 {
    padding-top: 86px;
    padding-bottom: 86px;
  }
}
.py-130 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 1200px) {
  .py-130 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
.pt-50 {
  padding-top: 50px;
}

.mt-100 {
  margin-top: 100px;
}
@media (max-width: 767.98px) {
  .mt-100 {
    margin-top: 35px;
  }
}

.mt-50 {
  margin-top: 50px;
}
@media (max-width: 767.98px) {
  .mt-50 {
    margin-top: 35px;
  }
}

.mt-20 {
  margin-top: 20px;
}

.mt-24 {
  margin-top: 20px;
}

.mt-78 {
  margin-top: 78px;
}
@media (max-width: 767.98px) {
  .mt-78 {
    margin-top: 20px;
  }
}
.mb-55 {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .mb-55 {
    margin-bottom: 55px;
  }
}

.fs-10 {
  font-size: 10px;
}
.fs-22 {
  font-size: 22px;
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .fs-22 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .fs-22 {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .fs-22 {
    font-size: 18px;
  }
}
.fs-24 {
  font-size: 24px;
  font-weight: 200;
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .fs-24 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .fs-24 {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .fs-24 {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .fs-24 {
    font-size: 20px;
  }
}
.fs-28 {
  font-size: 22px;
}
@media (min-width: 1200px) {
  .fs-28 {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .fs-28 {
    font-size: 1.125rem;
  }
}
.fs-32 {
  font-size: 1.125rem;
  line-height: 1.3;
}
@media (min-width: 1200px) {
  .fs-32 {
    font-size: calc(1.325rem + 0.9vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fs-32 {
    font-size: 2rem;
  }
}
@media (max-width: 991.98px) {
  .fs-32 {
    font-size: calc(1.2625rem + 0.15vw);
  }
}
@media (max-width: 991.98px) and (min-width: 1200px) {
  .fs-32 {
    font-size: 1.375rem;
  }
}
@media (max-width: 767.98px) {
  .fs-32 {
    font-size: 1.125rem;
  }
}
.fs-56 {
  font-size: calc(1.475rem + 2.7vw);
  line-height: 1.1;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .fs-56 {
    font-size: 3.5rem;
  }
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .fs-56 {
    font-size: 42px;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .fs-56 {
    font-size: 38px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .fs-56 {
    font-size: 26px;
  }
}
@media (max-width: 991.98px) {
  .fs-56 {
    font-size: 22px;
  }
}

.gap-3 {
  -moz-column-gap: 3px;
       column-gap: 3px;
  row-gap: 3px;
}

.border {
  border-bottom: 2px solid #50CBC7;
}

p a {
  color: #4ECBC7;
}
p a:hover {
  color: #4ECBC7;
  text-decoration: underline;
}

body {
  background-color: #fff;
}

.about {
  border: 1px solid #50CBC7;
  margin-top: 50px;
}
@media (max-width: 767.98px) {
  .about {
    border: 1px solid #50CBC7;
    margin-top: 10px;
  }
}

.description-p2p {
  font-weight: 500;
}

.time-p2p {
  font-weight: 200;
}

.visit-link {
  font-size: 24px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background-color: transparent !important;
  border: none !important;
  position: relative;
  color: #000;
}
.visit-link::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../images/p2p-side-arrow.svg") no-repeat center;
  background-size: contain;
  margin-bottom: 0;
  transform: rotate(0);
}
[dir=rtl] .visit-link::after {
  transform: rotate(270deg);
}
.visit-link:hover {
  color: #4ECBC7;
}
.visit-link:hover::after {
  filter: brightness(0) saturate(100%) invert(68%) sepia(15%) saturate(1321%) hue-rotate(126deg) brightness(94%) contrast(88%);
}
@media (max-width: 1199.98px) {
  .visit-link {
    font-size: 17px;
  }
}
@media (max-width: 767.98px) {
  .visit-link {
    gap: 6px;
  }
}

.btn-visit,
.btn-visit:focus,
.btn-visit:hover,
.btn-visit:active {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 24px;
  color: #fff !important;
  background-color: #000 !important;
  font-weight: 700;
  border-radius: 20px;
  border-color: #000 !important;
  padding: 8px 25px;
}
[dir=rtl] .btn-visit,
[dir=rtl] .btn-visit:focus,
[dir=rtl] .btn-visit:hover,
[dir=rtl] .btn-visit:active {
  padding: 8px 25px 13px;
  line-height: 1.3;
}
.btn-visit::after,
.btn-visit:focus::after,
.btn-visit:hover::after,
.btn-visit:active::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 28px;
  background-image: url("../images/p2p-direction.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: -7px;
}
[dir=rtl] .btn-visit::after,
[dir=rtl] .btn-visit:focus::after,
[dir=rtl] .btn-visit:hover::after,
[dir=rtl] .btn-visit:active::after {
  margin-bottom: -7px;
  position: relative;
  transform: scaleX(-1);
}

.plan-visit,
.plan-visit:focus,
.plan-visit:hover,
.plan-visit:active {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 24px;
  color: #fff !important;
  background-color: #4ECBC7 !important;
  font-weight: 700;
  border-radius: 25px;
  border-color: #4ECBC7 !important;
  padding: 8px 25px;
}
[dir=rtl] .plan-visit,
[dir=rtl] .plan-visit:focus,
[dir=rtl] .plan-visit:hover,
[dir=rtl] .plan-visit:active {
  padding: 8px 25px 13px;
  line-height: 1.3;
}
.plan-visit::after,
.plan-visit:focus::after,
.plan-visit:hover::after,
.plan-visit:active::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 28px;
  background-image: url("../images/p2p-direction.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: -3px;
}
[dir=rtl] .plan-visit::after,
[dir=rtl] .plan-visit:focus::after,
[dir=rtl] .plan-visit:hover::after,
[dir=rtl] .plan-visit:active::after {
  margin-bottom: -7px;
  position: relative;
  transform: scaleX(-1);
}

.plan-visit-mob,
.plan-visit-mob:focus,
.plan-visit-mob:hover,
.plan-visit-mob:active {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-size: 15px;
  color: #fff !important;
  background-color: #4ECBC7 !important;
  font-weight: 700;
  border-radius: 0;
  border-bottom: #4ECBC7 !important;
}

.btn-tour,
.btn-tour:focus,
.btn-tour:hover,
.btn-tour:active {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 24px;
  color: #fff !important;
  background-color: #4ECBC7 !important;
  font-weight: 700;
  border-radius: 25px;
  border-color: #4ECBC7 !important;
  padding: 8px 25px;
}
[dir=rtl] .btn-tour,
[dir=rtl] .btn-tour:focus,
[dir=rtl] .btn-tour:hover,
[dir=rtl] .btn-tour:active {
  padding: 8px 25px 13px;
  line-height: 1.3;
}
.btn-tour::after,
.btn-tour:focus::after,
.btn-tour:hover::after,
.btn-tour:active::after {
  content: "";
  width: 30px;
  height: 28px;
  background-image: url("../images/p2p-direction.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: -5px;
}
[dir=rtl] .btn-tour::after,
[dir=rtl] .btn-tour:focus::after,
[dir=rtl] .btn-tour:hover::after,
[dir=rtl] .btn-tour:active::after {
  margin-bottom: -7px;
  position: relative;
  transform: scaleX(-1);
}

.btn-tour-mob,
.btn-tour-mob:focus,
.btn-tour-mob:hover,
.btn-tour-mob:active {
  align-items: center;
  gap: 15px;
  font-size: 15px;
  color: #fff !important;
  background-color: #4ECBC7 !important;
  font-weight: 700;
  border-radius: 0;
  border-color: #4ECBC7 !important;
}

.book-ticket {
  position: relative;
  color: #fff;
  font-size: 62px;
  font-weight: 700;
  overflow: hidden;
  background-color: #50CBC7;
}
@media (max-width: 991.98px) {
  .book-ticket {
    margin-inline: 1px;
  }
}
.book-ticket::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/p2p-rectangle-pattern.svg") repeat;
  opacity: 0.2;
  background-size: auto;
  background-size: cover;
  background-position: center;
  z-index: 1;
  pointer-events: none;
  touch-action: none;
}
@media (max-width: 767.98px) {
  .book-ticket::before {
    display: none;
  }
}
.book-ticket > * {
  position: relative;
  z-index: 2;
}

.plan-ticket {
  position: relative;
  color: #fff;
  font-size: 62px;
  font-weight: 700;
  background-color: #111617;
  overflow: hidden;
  margin-inline: 1px;
}
.plan-ticket::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/left-inner-pattern.svg");
  background-size: cover;
  background-position: center;
  width: 26%;
}
[dir=rtl] .plan-ticket::after {
  transform: scaleX(-1);
}
.plan-ticket > * {
  position: relative;
  z-index: 3;
}

.tour-section {
  background-color: #000;
  position: relative;
  background: linear-gradient(180deg, #0b0e0f 0%, #111617 40%, #1a1f20 100%);
}
.tour-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-size: auto;
  background-size: cover;
  background-position: center;
  z-index: 0;
  pointer-events: none;
  touch-action: none;
}
.tour-section > * {
  position: relative;
}

.tour-ticket {
  overflow: hidden;
}
.tour-ticket figure {
  margin: 0;
}
.tour-ticket figure::after {
  content: "";
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  background: url("../images/p2p-tour-inner-image.jpg") no-repeat center center;
  background-size: cover;
}
.ticket-book {
  font-size: 72px;
  font-weight: 700;
  line-height: 1.3;
}

.virtual-tour {
  color: #4ECBC7;
  font-weight: 700;
}

.pathway-text {
  color: #fff;
}
@media (max-width: 767.98px) {
  .pathway-text {
    text-align: center;
  }
}

.welcome-section {
  position: relative;
  background-color: #0D1010;
}
.welcome-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/tour-pattern.svg");
  opacity: 0.03;
  background-size: cover;
  background-position: center;
  z-index: 0;
  pointer-events: none;
  touch-action: none;
}

.image-holder {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.image-holder figure {
  margin: 0;
}
.image-holder::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/get-ticket-inner-patterns.png);
  border-start-start-radius: 66px;
  border-end-start-radius: 66px;
  background-repeat: no-repeat;
  z-index: 1;
  inset-inline-end: 0;
  inset-inline-start: 67px;
  background-size: cover;
}
[dir=rtl] .image-holder::after {
  transform: scaleX(-1);
}
@media (max-width: 767.98px) {
  .image-holder::after {
    inset: auto;
    content: "";
    bottom: auto;
    background-size: contain;
    background-repeat: no-repeat;
    width: 180px;
    height: 180px;
    max-height: 100%;
    top: 0;
    inset-inline-end: -24px;
  }
}
.image-holder .main-images {
  border-start-start-radius: 66px;
  border-end-start-radius: 66px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 85%;
  height: 100%;
  display: block;
  position: absolute;
  inset-inline-end: 0px;
}
@media (max-width: 767.98px) {
  .image-holder .main-images {
    border-start-start-radius: 20px;
    border-end-start-radius: 20px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 96%;
    height: 100%;
    display: block;
    position: absolute;
  }
}

.book-ticket-content {
  margin-top: 80px;
  padding-inline-start: 100px;
  margin-bottom: 80px;
}
@media (max-width: 767.98px) {
  .book-ticket-content {
    padding-inline-start: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

.plan-contents-image {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.plan-contents-image figure {
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
}

.plan-visit-card {
  border: 2px solid #000;
  padding: 20px 20px;
}

.tickets-text {
  color: #fff;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 200;
}
@media (max-width: 991.98px) {
  .tickets-text {
    font-size: 18px;
  }
}

.exhibition-text {
  font-size: calc(1.475rem + 2.7vw);
  line-height: 1.1;
  font-weight: 700;
  max-width: 600px;
}
@media (min-width: 1200px) {
  .exhibition-text {
    font-size: 3.5rem;
  }
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .exhibition-text {
    font-size: 42px;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .exhibition-text {
    font-size: 38px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .exhibition-text {
    font-size: 26px;
  }
}
@media (max-width: 991.98px) {
  .exhibition-text {
    font-size: 22px;
  }
}

.header {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  width: 100vw;
  z-index: 99;
  position: fixed;
  top: 0;
}
@media (max-width: 767.98px) {
  .header {
    font-size: 18px;
  }
  .header.menu-open {
    background: #111617;
    height: 100vh;
  }
}
@media (max-width: 991.98px) {
  .header .mobile-offcanvas {
    width: 100%;
    height: 100vh;
    background: #111617;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    z-index: 98;
    padding: 24px 16px;
  }
  .header .mobile-offcanvas.collapsing {
    height: 100vh !important;
    transition: none !important;
  }
  .header .mobile-offcanvas.collapse {
    display: none !important;
  }
  .header .mobile-offcanvas.collapse.show {
    display: flex !important;
  }
}
.header .custom-item {
  color: #fff;
  font-weight: 400;
  font-size: 26px;
}
.header .custom-item:hover {
  color: #4ECBC7;
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .header .custom-item {
    font-size: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .header .custom-item {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header .custom-item {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  .header .custom-item {
    font-size: 24px;
    gap: 0;
    text-decoration: underline;
  }
}
.header .custom-toggler {
  border: none;
  box-shadow: none;
  width: 50px;
}
.header .custom-toggler.collapsed .navbar-toggler-icon {
  background-image: url("../images/hamburger.svg");
  width: 25px;
  height: 25px;
  filter: invert(1);
}
.header .custom-toggler:not(.collapsed) .navbar-toggler-icon {
  background-image: url("../images/p2p-close.svg");
  width: 25px;
  height: 25px;
  filter: invert(1);
}
.header .navbar-logo {
  max-width: 300px;
  display: inline-block;
  filter: invert(1);
}
@media (max-width: 991.98px) {
  .header .navbar-logo {
    max-width: 150px;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .header .navbar-logo {
    max-width: 250px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header .navbar-logo {
    max-width: 200px;
  }
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .header .navbar-logo {
    max-width: 250px;
  }
}
.header .custom-navbar {
  justify-content: start;
}
.header .custom-navbar .navbar-brand {
  flex-grow: 1;
}
.header .btn-ticket,
.header .btn-ticket:focus,
.header .btn-ticket:hover,
.header .btn-ticket:active {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 24px;
  padding-inline: 25px;
  color: #fff;
  background-color: #4ECBC7;
  font-weight: 700;
  border-radius: 25px;
  padding-block: 5px;
}
[dir=rtl] .header .btn-ticket,
[dir=rtl] .header .btn-ticket:focus,
[dir=rtl] .header .btn-ticket:hover,
[dir=rtl] .header .btn-ticket:active {
  padding: 8px 25px 13px;
  line-height: 1.3;
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .header .btn-ticket,
  .header .btn-ticket:focus,
  .header .btn-ticket:hover,
  .header .btn-ticket:active {
    font-size: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .header .btn-ticket,
  .header .btn-ticket:focus,
  .header .btn-ticket:hover,
  .header .btn-ticket:active {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header .btn-ticket,
  .header .btn-ticket:focus,
  .header .btn-ticket:hover,
  .header .btn-ticket:active {
    font-size: 18px;
  }
}
.header .btn-ticket::after,
.header .btn-ticket:focus::after,
.header .btn-ticket:hover::after,
.header .btn-ticket:active::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../images/p2p-direction.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: -3px;
}
[dir=rtl] .header .btn-ticket::after,
[dir=rtl] .header .btn-ticket:focus::after,
[dir=rtl] .header .btn-ticket:hover::after,
[dir=rtl] .header .btn-ticket:active::after {
  margin-bottom: -7px;
  position: relative;
  transform: scaleX(-1);
}
.header .btn-ticket-mob,
.header .btn-ticket-mob:focus,
.header .btn-ticket-mob:hover,
.header .btn-ticket-mob:active {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-size: 18px;
  color: #fff;
  background-color: #4ECBC7;
  font-weight: 700;
  padding-block: 1px;
  border-radius: 0;
}
.header .about-footer {
  border-bottom: 1px solid #4ECBC7;
  max-width: calc(100% - 8px);
  margin-inline: 2px;
}
.header .translators img {
  filter: invert(1);
}
@media (max-width: 991.98px) {
  .header .curated {
    font-size: 10px;
    text-align: center;
    color: #fff;
    font-weight: 700;
  }
}
.header .mobile-footer .translator-picture {
  filter: invert(1);
}
.header .mobile-footer .footer-cpyrights {
  color: rgba(255, 255, 255, 0.5);
}
.header .footer-logo img {
  max-width: 200px;
}
.header .translator {
  font-weight: 700;
}
.header .translator-border {
  border-right: 2px solid #4ECBC7;
  height: 20px;
}
.header .navbar-nav .nav-link.active {
  border-bottom: 3px solid #4ECBC7;
  padding-bottom: 2px;
}
.header .h-gap {
  gap: 30px;
}
.header .header-gap {
  gap: 16px;
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .header .header-gap {
    gap: 10px;
  }
}
@media (max-width: 991.98px) {
  .header .header-gap {
    gap: 0;
  }
}

.virtualtour .header {
  background: black;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  position: static;
}
.virtualtour .container-lg {
  height: auto !important;
}
.virtualtour nav.navbar {
  height: auto !important;
}
@media (max-width: 991.98px) {
  .virtualtour .mobile-offcanvas {
    width: 100%;
    height: 100vh;
    background: black;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    z-index: 98;
    padding: 24px 16px;
  }
}

.footer {
  background-color: #000;
}
.footer .footer-image img {
  filter: invert(1);
}
.footer .time-details ul li {
  margin-bottom: 10px;
}
.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer ul li {
  margin-bottom: 35px;
}
@media (max-width: 991.98px) {
  .footer ul li {
    margin-bottom: 10px;
  }
}
.footer ul li:last-child {
  margin-bottom: 0;
}
.footer ul li a.footer-list {
  color: #fff;
  text-decoration: underline;
  display: inline-block;
  font-size: 28px;
  font-weight: 200;
}
@media (max-width: 991.98px) {
  .footer ul li a.footer-list {
    font-size: 20px;
  }
}
.footer .footer-text {
  font-size: 28px;
  font-weight: 200;
}
@media (max-width: 991.98px) {
  .footer .footer-text {
    font-size: 20px;
  }
}
.footer .footer-logo {
  display: flex;
  flex-direction: column;
  align-items: end;
  margin-top: auto;
}
@media (max-width: 991.98px) {
  .footer .footer-logo {
    align-items: center;
    margin-top: 20px;
  }
}
.footer .footer-logo figure {
  margin-top: 0;
}
.footer .footer-cpyrights {
  font-size: 20px;
  color: #fff;
  text-align: right;
}
[dir=rtl] .footer .footer-cpyrights {
  text-align: left;
}
.footer .footer-cpyrights .copyright-text {
  font-weight: 600;
}
@media (min-width: 992px) {
  .footer .footer-cpyrights .copyright-text {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .footer .footer-cpyrights .copyright-text {
    display: inline;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.5);
  }
}
.footer .footer-cpyrights .copyright-light {
  font-weight: 300;
}
@media (min-width: 992px) {
  .footer .footer-cpyrights .copyright-light {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .footer .footer-cpyrights .copyright-light {
    display: inline;
    margin-left: 4px;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.5);
  }
}
@media (max-width: 767.98px) {
  .footer .footer-cpyrights {
    font-size: 14px;
    text-align: center;
  }
}
.footer .curated {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .footer .curated {
    font-size: 10px;
  }
}
.footer .footer-logo1 {
  max-width: 350px;
  display: inline-block;
}
@media (max-width: 991.98px) {
  .footer .footer-logo1 {
    max-width: 250px;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .footer .footer-logo1 {
    max-width: 350px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer .footer-logo1 {
    max-width: 300px;
  }
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .footer .footer-logo1 {
    max-width: 350px;
  }
}
.footer .time-details {
  max-width: 365px;
}
[dir=rtl] .footer .time-details {
  max-width: 500px;
}
.footer .email-text {
  font-size: 22px;
  text-decoration: none;
  color: #fff;
  padding-top: 12px;
  font-weight: 200;
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  .footer .email-text {
    margin-top: 10px;
    padding-top: 0;
    max-width: 300px;
    font-size: 18px;
  }
}
.footer .hotel-visit {
  font-size: 22px;
  text-decoration: none;
  color: #fff;
  font-weight: 200;
  margin-top: 56px;
}
.footer .email-link {
  font-size: 18px;
  text-decoration: underline;
  color: #fff;
}
.footer .visit-text {
  max-width: 365px;
}
.footer .about-footer {
  border-bottom: 1px solid #4ECBC7;
  max-width: calc(100% - 20px);
  margin-inline: 10px;
}

.conference-banner {
  position: relative;
  border-radius: 12px;
  color: #fff;
  font-size: 62px;
  font-weight: 700;
  background-color: #0D1010;
}
.conference-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/p2p-rectangle-pattern.svg") repeat;
  opacity: 0.03;
  background-size: auto;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.conference-banner .conference-contents {
  position: relative;
  z-index: 1;
  width: 100%;
  height: calc(100% - 140px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

header {
  position: relative;
  z-index: 1000000;
}

footer {
  position: relative;
  z-index: 1000000;
}

.conference-update {
  font-size: 32px;
  color: #000;
  text-align: center;
  font-weight: 100;
}
@media (max-width: 991.98px) {
  .conference-update {
    font-size: calc(1.2625rem + 0.15vw);
  }
}
@media (max-width: 991.98px) and (min-width: 1200px) {
  .conference-update {
    font-size: 1.375rem;
  }
}
@media (max-width: 767.98px) {
  .conference-update {
    font-size: 1.125rem;
  }
}

.strong {
  font-weight: 900;
}

.banner {
  width: 100%;
  height: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.video-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgb(0, 0, 0), transparent);
  z-index: 1;
  pointer-events: none;
}
.video-wrapper video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 575.98px) {
  .video-wrapper video {
    height: 100vh;
  }
}
.video-wrapper img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 0;
}
@media (max-width: 575.98px) {
  .video-wrapper img {
    height: 100vh;
  }
}
.video-wrapper .video-text {
  bottom: 0;
  position: absolute;
  color: #fff;
  max-width: 1098px;
  z-index: 2;
  padding-bottom: 50px;
}
@media (max-width: 991.98px) {
  .video-wrapper .video-text {
    max-width: 300px;
    padding-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  .video-wrapper .video-text {
    max-width: 300px;
  }
}
.video-wrapper .home-banner-text {
  bottom: 0;
  position: absolute;
  color: #fff;
  max-width: 700px;
  z-index: 2;
  padding-bottom: 50px;
}
@media (max-width: 991.98px) {
  .video-wrapper .home-banner-text {
    max-width: 300px;
    padding-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  .video-wrapper .home-banner-text {
    max-width: 300px;
  }
}
.video-wrapper .paragraph-text {
  font-size: 26px;
  line-height: 1.3;
  font-weight: 200;
}
@media (max-width: 575.98px) {
  .video-wrapper .paragraph-text {
    font-size: 18px;
  }
}

.paragraph-text strong {
  font-weight: 700;
}

.about-us {
  position: relative;
  background-color: #0D1010;
  padding-top: 20px;
  padding-bottom: 40px;
}
.about-us::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/tour-pattern.svg");
  opacity: 0.03;
  background-size: cover;
  background-position: center;
  z-index: 0;
  pointer-events: none;
  touch-action: none;
}
.about-us .about-visit {
  background-color: #4ECBC7;
  padding: 50px 20px;
}
@media (max-width: 767.98px) {
  .about-us .about-visit {
    padding: 25px 20px;
  }
}
.about-us .peace {
  display: flex;
  flex-direction: column;
  padding-inline: 50px;
  align-items: center;
  text-align: center;
}
@media (max-width: 991.98px) {
  .about-us .peace {
    flex-direction: row;
    padding-inline: 0;
    margin-top: 10px;
  }
  .about-us .peace figure {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline-end: 15px;
    flex-shrink: 0;
  }
  .about-us .peace figure img {
    max-width: 40px;
    height: auto;
    filter: grayscale(18%) sepia(100%) brightness(55%) hue-rotate(167deg) saturate(788%) contrast(988%) invert(18%);
  }
  .about-us .peace .h4 {
    font-size: 16px;
    flex-grow: 1;
  }
}

.p2p-peace-text {
  font-size: 22px;
  color: #fff;
  font-weight: 200;
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .p2p-peace-text {
    font-size: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .p2p-peace-text {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .p2p-peace-text {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .p2p-peace-text {
    text-align: left;
    font-size: 18px;
  }
}

.virtual-tour-section {
  height: calc(100vh - 140px);
}

.pathway-text {
  font-size: calc(1.55rem + 3.6vw);
  font-weight: 900;
  line-height: 1;
}
@media (min-width: 1200px) {
  .pathway-text {
    font-size: 4.25rem;
  }
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .pathway-text {
    font-size: 68px;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .pathway-text {
    font-size: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pathway-text {
    font-size: 40px;
  }
}
@media (max-width: 991.98px) {
  .pathway-text {
    font-size: 36px;
  }
}
[dir=rtl] .pathway-text {
  line-height: 1.2 !important;
}

.about-banner-text {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 200;
}
@media (max-width: 991.98px) {
  .about-banner-text {
    font-size: 18px;
  }
}

.slider-section {
  overflow: visible;
}
.slider-section .slider-heading {
  font-size: 54px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .slider-section .slider-heading {
    font-size: 68px;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .slider-section .slider-heading {
    font-size: 34px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .slider-section .slider-heading {
    font-size: 34px;
  }
}
@media (max-width: 991.98px) {
  .slider-section .slider-heading {
    font-size: 28px;
  }
}
[dir=rtl] .slider-section .slider-heading {
  line-height: 1.2 !important;
}
.slider-section .arrows {
  display: flex;
  gap: 12px;
}
.slider-section .arrows .swiper-button-prev,
.slider-section .arrows .swiper-button-next {
  position: static;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #0D1010;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 2px solid #4ECBC7;
  margin-top: 0;
}
.slider-section .arrows .swiper-button-prev::after,
.slider-section .arrows .swiper-button-next::after {
  content: none !important;
}
.slider-section .arrows .swiper-button-prev::before,
.slider-section .arrows .swiper-button-next::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.slider-section .arrows .swiper-button-prev:hover,
.slider-section .arrows .swiper-button-next:hover {
  background-color: #4ECBC7;
  border: none;
}
.slider-section .arrows .swiper-button-prev::before {
  background-image: url("../images/Arrow_left.svg");
}
[dir=rtl] .slider-section .arrows .swiper-button-prev::before {
  transform: scale(-1);
}
.slider-section .arrows .swiper-button-next::before {
  background-image: url("../images/Arrow_right.svg");
}
[dir=rtl] .slider-section .arrows .swiper-button-next::before {
  transform: scale(-1);
}
.slider-section .swiper {
  width: 100%;
  height: auto;
  overflow: visible;
}
.slider-section .swiper .custom-wrapper {
  width: 100%;
  height: auto;
  z-index: 1;
  display: flex;
}
.slider-section .swiper .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slide-item {
  position: relative;
  overflow: hidden;
}
.slide-item img {
  width: 100%;
  display: block;
  transition: filter 0.5s ease;
}
.slide-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.slide-item .slide-text {
  position: absolute;
  bottom: 30px;
  inset-inline: 25px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  max-width: 400px;
  z-index: 2;
  line-height: 1.1;
}
@media (max-width: 991.98px) {
  .slide-item .slide-text {
    font-size: 18px;
  }
}
.slide-item .slide-year {
  color: #4ECBC7;
  font-size: 26px;
  font-weight: 200;
}
@media (max-width: 991.98px) {
  .slide-item .slide-year {
    font-size: 18px;
  }
}
.slide-item:hover img {
  filter: blur(2px);
}
.slide-item:hover::after {
  opacity: 1;
  background: linear-gradient(to top, rgb(0, 0, 0), transparent);
}
.slide-item:hover .slide-text {
  opacity: 1;
}
