@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);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

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

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

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;
  }
}

h6, .h6 {
  font-size: 1rem;
}

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;
}

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;
}

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

button {
  text-transform: none;
}

button,
[type=button] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]: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;
}

[hidden] {
  display: none !important;
}

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

.figure {
  display: inline-block;
}

.container,
.container-fluid,
.container-xxl,
.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-lg, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .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 {
  flex: 1 0 0%;
}
@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@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-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
}

.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, .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);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --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: #6c757d;
}

.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;
  }
}


.dropdown {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.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;
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-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, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

@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);
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-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;
  }
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

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

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

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-4 {
  gap: 1.5rem !important;
}

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

/* rtl:begin:remove */

/* rtl:end:remove */
@media (min-width: 992px) {
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
}
/*b5 end ---------------------------------------------------------------------------------------------------------------------*/
:root {
  --primary-font: "PP Neue Montreal", sans-serif;
}

.btn-primary {
  background: #EDE5C6;
  border-color: #EDE5C6;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: rgba(237, 229, 198, 0.8);
  border-color: #EDE5C6;
}

.btn-secondary {
  background: #3A3B3C;
  border-color: #3A3B3C;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background: rgba(58, 59, 60, 0.8);
  border-color: #3A3B3C;
}

body, html {
  margin: 0;
  direction: ltr;
  min-height: 100%;
}

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

.container-lg {
  max-width: 1484px;
}

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

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, input,
.dropdown-menu {
  font-size: 16px;
}

p, .h6 {
  margin-bottom: 15px;
}

[class*=" icon-"]:before {
  margin: 0;
}

h1, .h1 {
  font-size: calc(1.4375rem + 2.25vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 3.125rem;
  }
}

* {
  --header-height:137px;
}

.page-main {
  padding-top: var(--header-height);
}

section {
  overflow: hidden;
}

.sub-ttl {
  font-size: 32px;
  color: #3A3B3C;
}

h1.main-ttl, .main-ttl.h1, h2.main-ttl, .main-ttl.h2, h3.main-ttl, .main-ttl.h3, h4.main-ttl, .main-ttl.h4, h6.main-ttl, .main-ttl.h6 {
  font-size: 40px;
  color: #3A3B3C;
}

.pt-48 {
  padding-top: 20px;
}
@media (min-width: 992px) {
  .pt-48 {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .pt-48 {
    padding-top: 48px;
  }
}

.pb-48 {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .pb-48 {
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .pb-48 {
    padding-bottom: 48px;
  }
}

.mb-56 {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .mb-56 {
    margin-bottom: 56px;
  }
}
.mb-32 {
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .mb-32 {
    margin-bottom: 32px;
  }
}

.radius-16 {
  border-radius: 16px;
}

p a, h6 a, .h6 a {
  color: #EDE5C6;
}
p a:hover, h6 a:hover, .h6 a:hover {
  color: #EDE5C6;
  text-decoration: underline;
}

body {
  background-color: #EDE5C6;
}
body .h2, body .h3, body .h4, body .h6 {
  font-weight: 500;
}

.about {
  border: 1px solid red;
}
.about p {
  font-size: 20px;
}

.chat-count {
  justify-content: flex-end;
  margin-bottom: 20px;
  color: #EDE5C6;
}
@media (min-width: 1200px) {
  .chat-count {
    margin-bottom: 33px;
  }
}
.chat-count .info-img {
  max-width: 24px;
  margin-inline-end: 8px;
  display: flex;
}
.chat-count .info-img img {
  vertical-align: middle;
}
.chat-count .info-text {
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .chat-count .info-text {
    font-size: 20px;
  }
}

.header {
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: 10;
  padding: 20px 0;
  overflow: hidden;
}
.header .logo {
  font-size: 24px;
  color: #3A3B3C;
  text-decoration: none;
}
@media (max-width: 575.98px) {
  .header .logo {
    max-width: 150px;
  }
}
.header a {
  display: block;
}
.header a img {
  width: 100%;
}

.header-wrap {
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media (min-width: 576px) {
  .header-wrap {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (min-width: 1200px) {
  .header-wrap {
    -moz-column-gap: 96px;
         column-gap: 96px;
  }
}
.header-wrap .nav a {
  color: #3A3B3C;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .header-wrap .nav a {
    font-size: 18px;
  }
}
.header-wrap .nav a.active {
  font-weight: 700;
}
.header-wrap .nav ul {
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media (min-width: 1200px) {
  .header-wrap .nav ul {
    -moz-column-gap: 96px;
         column-gap: 96px;
  }
}

.footer {
  overflow: hidden;
}
.footer a {
  display: block;
}
.footer nav {
  max-width: 100%;
}
.footer nav a {
  color: #EDE5C6;
  font-size: 18px;
}
@media (min-width: 1200px) {
  .footer nav a {
    font-size: 20px;
  }
}
.footer .layer-image {
  width: 100%;
  max-height: 62px;
}

.footer-outer-wrap {
  background-color: #4B4427;
  padding-bottom: 40px;
}
@media (min-width: 1200px) {
  .footer-outer-wrap {
    padding-bottom: 86px;
  }
}

.footer-logo {
  margin: 0 -34px;
}
.footer-logo li {
  padding: 0 34px;
  position: relative;
}
.footer-logo li:first-child::after {
  content: "";
  position: absolute;
  height: 57px;
  width: 1px;
  background-color: #fff;
  inset-inline-end: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer-logo li:first-child a {
  max-width: 168px;
  width: 100%;
}
.footer-logo li:nth-child(2) a {
  max-width: 218px;
  width: 100%;
}

.footer-wrap {
  padding: 30px 0 50px 0;
  border-bottom: 1px solid #fff;
}
@media (min-width: 1200px) {
  .footer-wrap {
    padding: 45px 0 70px 0;
  }
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.full-screen {
}
.full-screen .heading-text {
  margin-top: 111px;
  margin-left: 157px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.full-screen .heading-text h1, .full-screen .heading-text .h1 {
  font-family: var(--primary-font);
  font-weight: 500;
  font-size: clamp(40px, 10vw, 120px);
  white-space: nowrap;
}
.full-screen .heading-text .heading-line {
  display: block;
  margin-inline-start: 38px;
  margin-inline-end: 26px;
  width: 50vw;
  height: 1px;
  background-color: rgba(58, 59, 60, 0.26);
}
.full-screen .slick-slider img {
  width: 100%;
  height: auto;
  border-radius: 27px;
}
.full-screen .slick-slider .slick-item {
  margin: 0 10px;
}
.full-screen .stats-section {
  display: flex;
  align-items: flex-start;
  margin-bottom: 111px;
  position: relative;
  opacity: 0;
  transform: translateY(-50px);
  animation: slideDown 1s ease forwards;
}
.full-screen .stats-section h2, .full-screen .stats-section .h2, .full-screen .stats-section p {
  opacity: 0;
  transform: translateY(-30px);
  animation: fadeIn 1s ease forwards;
}
.full-screen .stats-section .line {
  width: 100%;
  height: 1px;
  background-color: rgba(58, 59, 60, 0.26);
  margin-bottom: 10px;
  margin-top: 60px;
  margin-inline-end: 50px;
}
.full-screen .stats-section h2, .full-screen .stats-section .h2 {
  font-size: clamp(40px, 10vw, 100px);
  font-weight: 100 !important;
  animation-delay: 0.3s;
}
.full-screen .stats-section p {
  margin-top: 16px;
  color: #3A3B3C;
  animation-delay: 0.6s;
  line-height: 28px;
}
.full-screen .stats-section .learn-btn {
  display: inline-block;
  background-color: #3A3B3C;
  color: #fff;
  border-radius: 63px;
  padding: 16px;
  font-size: 14px;
  font-weight: 500;
}
.full-screen .stats-section .learn-btn span {
  margin-inline-start: 8px;
}

@media (max-width: 768px) {
  .heading-text {
    margin-left: 20px !important;
    margin-top: 50px !important;
  }
  .heading-text .heading-line {
    width: 100%;
  }
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero {
  position: relative;
  height: 100vh;
  background-color: #EDE5C6;
  display: flex;
  align-items: center;
  padding: 0;
}
.hero .hero-text {
  padding: 20px;
}
.hero .hero-text h1, .hero .hero-text .h1 {
  font-size: 56px;
  font-weight: 700;
  color: #3A3B3C;
}
.hero .hero-text h1 .palestinian-color, .hero .hero-text .h1 .palestinian-color {
  color: #8B0000;
}
.hero .hero-text h1 .ai-color, .hero .hero-text .h1 .ai-color {
  color: #00682C;
}
.hero .hero-text p {
  font-size: 20px;
  font-weight: 400;
  margin-top: 16px;
  margin-bottom: 46px;
  color: rgba(58, 59, 60, 0.8);
}
.hero .hero-text .speak-btn {
  display: inline-block;
  background-color: #3A3B3C;
  color: #fff;
  border-radius: 63px;
  padding: 16px 32px;
}
.hero .hero-text .speak-btn span {
  margin-inline-start: 8px;
}
.hero .hero-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
}
.hero .hero-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.speak-handala-content {
  background-color: #4B4427;
  position: relative;
  margin-top: -40px;
  padding-bottom: 40px;
}
.speak-handala-content .chat-box-outer {
  max-width: 1100px;
  margin: auto;
}
.speak-handala-content .chat-box {
  border: 1px solid #868686;
  border-radius: 16px;
  min-height: 550px;
  padding: 32px 8px 32px 32px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .speak-handala-content {
    margin-top: -20px;
  }
}
.speak-handala-content h2, .speak-handala-content .h2 {
  font-size: 54px;
  font-weight: 700;
  color: #fff;
  padding: 24px 0;
}
@media (max-width: 768px) {
  .speak-handala-content h2, .speak-handala-content .h2 {
    font-size: 34px;
    padding: 14px 0;
  }
}
.speak-handala-content p {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
}
@media (max-width: 768px) {
  .speak-handala-content p {
    font-size: 16px;
  }
}

.box-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 0 auto;
}
.box-container .box {
  width: 340px;
  border: 1px solid #7e7e7e;
  border-radius: 24px;
  padding: 24px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 400;
}
.box-container .box p {
  font-size: 16px;
  margin: 0;
}
@media (max-width: 768px) {
  .box-container {
    flex-direction: column;
    align-items: center;
  }
  .box-container .box {
    width: 100%;
    max-width: 340px;
  }
}

.building {
  position: absolute;
  left: -200px;
  bottom: 0;
  width: 100%;
  pointer-events: none;
}

.input-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.input-content .input-container {
  width: calc(100% - 40px);
  max-width: 1100px;
  display: flex;
  align-items: center;
  border-radius: 65px;
  background-color: #EDE5C6;
  padding: 16px;
  border: 1px solid #7e7e7e;
  box-sizing: border-box;
}
.input-content .input-container .styled-input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 16px;
  padding-inline-start: 24px;
  border-radius: 65px;
  background-color: transparent;
  min-width: 0;
  z-index: 111;
}
.input-content .input-container .styled-input::-moz-placeholder {
  color: #888;
}
.input-content .input-container .styled-input::placeholder {
  color: #888;
}
@media (max-width: 768px) {
  .input-content .input-container .styled-input::-moz-placeholder {
    font-size: 14px;
  }
  .input-content .input-container .styled-input::placeholder {
    font-size: 14px;
  }
}
.input-content .input-container .send-icon-container {
  position: relative;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #3A3B3C;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.input-content .input-container .send-icon-container .bi-send {
  color: #fff;
  font-size: 16px;
}
@media (max-width: 992px) {
  .input-content .input-container {
    width: calc(100% - 20px);
    padding: 12px;
    bottom: 32px;
    flex-wrap: wrap;
  }
  .input-content .input-container .styled-input {
    width: 100%;
    padding-inline-start: 16px;
    margin-bottom: 8px;
  }
  .input-content .input-container .send-icon-container {
    right: 0;
  }
}

@media (max-width: 768px) {
  .hero {
    flex-direction: column;
    min-height: 100vh;
  }
  .hero .hero-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 20px;
    z-index: 1;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .hero .hero-text h1, .hero .hero-text .h1 {
    font-size: 2rem;
  }
  .hero .hero-text p {
    font-size: 14px;
  }
  .hero .hero-image {
    width: 100%;
  }
  .hero .hero-image img {
    height: 100vh;
  }
}
div.chat-conversation::-webkit-scrollbar {
  width: 8px !important;
}

div.chat-conversation::-webkit-scrollbar-track {
  background: transparent !important;
  border-radius: 31px !important;
}

div.chat-conversation::-webkit-scrollbar-thumb {
  background-color: #8B8360 !important;
  border-radius: 31px !important;
  min-height: 86px !important;
}

div.chat-conversation::-webkit-scrollbar-thumb:hover {
  background-color: #6F6A50 !important;
}

div.chat-conversation::-webkit-scrollbar-button {
  display: none !important;
}

.chat-conversation {
  display: flex;
  flex-direction: column;
  max-height: 500px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #8B8360 transparent;
}
.chat-conversation .user-details {
  display: flex;
}
.chat-conversation .user-details img {
  width: 25px;
  height: 55px;
}
.chat-conversation .user-text {
  color: white;
  font-size: 16px;
  font-weight: 500;
  padding: 15px;
  border-radius: 12px;
  margin-bottom: 20px;
  align-self: flex-start;
  position: relative;
  margin-inline-start: 25px;
}
.chat-conversation .user-text ul {
  padding-left: 20px;
  margin-top: 20px;
}
.chat-conversation .user-text ul li {
  list-style-type: disc !important;
  margin-bottom: 20px;
}
.chat-conversation .user-text h6, .chat-conversation .user-text .h6 {
  margin-top: 10px;
  font-weight: 600;
}
.chat-conversation .user-text .source {
  background-color: #3D3721;
  border-radius: 8px;
  padding: 10px;
}
.chat-conversation .user-text .source p {
  margin-bottom: 0;
  font-size: 16px;
}
.chat-conversation .speaker-text {
  color: white;
  background-color: #3D3721;
  border: 1px solid #3D3721;
  padding: 15px;
  padding-inline-end: 20px;
  border-radius: 40px;
  margin-bottom: 20px;
  align-self: flex-end;
  position: relative;
  margin-inline-end: 16px;
}
.chat-conversation .speaker-text .water-melon-icon {
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  padding: 7px;
  margin-inline-start: 16px;
}

.send-icon-container.disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}

.chat-conversation .user-text button {
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: none;
  padding: 0;
}
.chat-conversation .user-text button img {
  display: inline-block;
  width: 24px;
  height: 24px;
}

.about-us {
  display: flex;
  padding-top: 20px;
}
@media (min-width: 992px) {
  .about-us {
    min-height: calc(100vh - var(--header-height));
    align-items: end;
  }
}

.motivation-description p {
  font-size: 20px;
  color: rgba(58, 59, 60, 0.8);
  line-height: 1.5;
}

.figure-wrap {
  max-width: 100%;
  overflow: hidden;
  border-radius: 16px;
}

.motivation-figure {
  --bs-aspect-ratio:77%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.2);
}
.motivation-figure img {
  border-radius: 16px;
}

.swiper-area .membersSwiper {
  overflow: visible;
}
.swiper-area figure {
  overflow: hidden;
  --bs-aspect-ratio:116.4%;
}
.swiper-area .swiper-ttl {
  font-size: 24px;
  color: #3A3B3C;
  font-weight: 500;
}
.swiper-area .swiper-detail {
  font-size: 20px;
  margin-bottom: 0;
}

.members-section {
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .members-section {
    padding-bottom: 70px;
  }
}
@media (min-width: 1400px) {
  .members-section {
    padding-bottom: 110px;
  }
}

.reveal-anim {
  overflow: hidden;
  border-radius: 16px;
}

.windowloaded .reveal-anim img {
  animation: revealanim 1.5s ease-in-out forwards;
}
.windowloaded .sub-ttl, .windowloaded .motivation-description {
  animation: fadeup 0.5s ease-in-out forwards;
}

@keyframes revealanim {
  0% {
    transform: translateX(-100%) scale(1.3);
    opacity: 0;
  }
  100% {
    transform: translateX(0) scale(1);
    opacity: 1;
  }
}
@keyframes fadeup {
  0% {
    transform: translateY(24px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
