/* Begin::Fonts */

/* IranYekan */

@font-face {
  font-family: "iranyekan";
  font-style: normal;
  font-weight: 300;
  src: url("../font/iran-yekan/IRANYekanXFaNum-Light.woff2") format("woff2");
}

@font-face {
  font-family: "iranyekan";
  font-style: normal;
  font-weight: 400;
  src: url("../font/iran-yekan/IRANYekanXFaNum-Regular.woff") format("woff"),
    url("../font/iran-yekan/IRANYekanXFaNum-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "iranyekan";
  font-style: normal;
  font-weight: 500;
  src: url("../font/iran-yekan/IRANYekanXFaNum-DemiBold.woff2") format("woff2");
}

@font-face {
  font-family: "iranyekan";
  font-style: normal;
  font-weight: 600;
  src: url("../font/iran-yekan/IRANYekanXFaNum-Bold.woff"), format("woff"),
    url("../font/iran-yekan/IRANYekanXFaNum-Regular.woff2") format("woff2");
}

/* end::Fonts */

/* begin::Bootstrap */

:root,
[data-bs-theme="light"] {
  --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: #eeeef5;
  --bs-gray-200: #eff2f5;
  --bs-gray-300: #e4e6ef;
  --bs-gray-400: #b5b5c3;
  --bs-gray-500: #a1a5b7;
  --bs-gray-600: #898a8e;
  --bs-gray-700: #4e4e52;
  --bs-gray-800: #333336;
  --bs-gray-900: #1b1b1c;
  --bs-primary: #e0162b;
  --bs-secondary: #6c757d;
  --bs-success: #28f3aa;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #ff3b30;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 224, 22, 43;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 40, 243, 170;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 255, 59, 48;
  --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: "iranyekan";
  --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: var(--bs-gray-100);
  --bs-body-color-rgb: 238, 238, 245;
  --bs-body-bg: var(--bs-gray-900);
  --bs-body-bg-rgb: 27, 27, 28;
  --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: #eff2f5;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.475rem;
  --bs-border-radius-lg: 0.625rem;
  --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;
}

[data-bs-theme="dark"] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

.badge {
  --bs-badge-padding-x: 0.625rem;
  --bs-badge-padding-y: 0.375rem;
  --bs-badge-font-size: 0.625rem;
  --bs-badge-font-weight: 400;
  --bs-badge-color: var(--bs-gray-100);
  --bs-badge-border-radius: var(--bs-border-radius);
}

.btn-primary {
  --bs-btn-color: var(--bs-gray-100);
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: var(--bs-gray-100);
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-focus-shadow-rgb: none;
  --bs-btn-active-color: var(--bs-gray-100);
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: var(--bs-primary);
  --bs-btn-disabled-bg: var(--bs-primary);
  --bs-btn-disabled-border-color: var(--bs-primary);
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.45rem;
  --bs-btn-font-size: 1rem;
  --bs-btn-border-radius: var(--bs-border-radius);
  display: flex;
  align-items: center;
  gap: 0.375rem;
}

.btn-light {
  --bs-btn-color: var(--bs-gray-100);
  --bs-btn-bg: var(--bs-gray-700);
  --bs-btn-border-color: var(--bs-gray-700);
  --bs-btn-hover-color: var(--bs-gray-100);
  --bs-btn-hover-bg: var(--bs-gray-700);
  --bs-btn-hover-border-color: var(--bs-gray-700);
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: var(--bs-gray-100);
  --bs-btn-active-bg: var(--bs-gray-700);
  --bs-btn-active-border-color: var(--bs-gray-700);
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: var(--bs-gray-100);
  --bs-btn-disabled-bg: var(--bs-gray-700);
  --bs-btn-disabled-border-color: var(--bs-gray-700);
}

.btn-outline-light {
  --bs-btn-color: var(--bs-gray-100);
  --bs-btn-border-color: var(--bs-gray-100);
  --bs-btn-hover-color: var(--bs-gray-100);
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-focus-shadow-rgb: none;
  --bs-btn-active-color: var(--bs-gray-100);
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: var(--bs-gray-100);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--bs-gray-100);
  --bs-gradient: none;
}

.btn-sm {
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius);
}

.btn-icon {
  padding-left: calc(var(--bs-btn-padding-x) - 0.25rem);
}

.card {
  --bs-card-spacer-y: 0.75rem;
  --bs-card-spacer-x: 0.75rem;
  --bs-card-border-width: 0;
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-bg: var(--bs-gray-800);
}

.card-img-top {
  object-fit: cover;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type="number"] {
  -moz-appearance: textfield;
}

.form-label {
  font-size: 0.75rem;
  margin-bottom: 0.375rem;
}

.form-control {
  box-shadow: none !important;
  padding: 0.5rem 1rem;
  background: var(--bs-gray-700);
  border-color: var(--bs-gray-700);
  border-width: 2px;
}

.form-control:focus {
  border-color: var(--bs-gray-600);
  background-color: var(--bs-gray-900);
}

.form-control::placeholder {
  text-align: right;
}

.form-control-sm {
  min-height: calc(1.5em + 1.1rem + 2px);
  padding: 0.55rem 0.75rem;
  font-size: 0.8rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-control-solid {
  background-color: transparent;
  border-width: 1px;
  border-color: var(--bs-gray-600) !important;
  color: var(--bs-gray-100);
}

.form-control-solid:focus {
  border-color: var(--bs-primary) !important;
  background-color: transparent !important;
}

.floated-label {
  position: relative;
}

.floated-label label {
  margin-bottom: 0;
  padding: 0 0.25rem;
  position: absolute;
  top: -8px;
  right: 14px;
  background-color: inherit;
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.375rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
  margin-bottom: 2rem;
}

.breadcrumb-item {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
}

.breadcrumb-item a {
  color: var(--bs-gray-100);
}

.breadcrumb-item + .breadcrumb-item {
  padding-right: var(--bs-breadcrumb-item-padding-x);
}

.breadcrumb-item + .breadcrumb-item::before {
  float: right;
  margin-left: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: "";
  width: 1rem;
  height: 1rem;
  background-image: url("../media/svg/chevron-left.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

@media (width < 768px) {
  .breadcrumb {
    margin-bottom: 1rem;
  }
}

.pagination {
  --bs-pagination-padding-x: 0rem;
  --bs-pagination-padding-y: 0rem;
  --bs-pagination-color: var(--bs-gray-100);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-gray-100);
  --bs-pagination-focus-color: var(--bs-gray-100);
  --bs-pagination-focus-box-shadow: none;
  --bs-pagination-active-color: var(--bs-gray-100);
  --bs-pagination-active-bg: var(--bs-primary);
  --bs-pagination-active-border-color: var(--bs-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  margin-bottom: 0;
  margin-top: 2rem;
}

.page-link {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--bs-border-radius);
  border: none;
  background-color: var(--bs-gray-800);
}

.page-link.disabled,
.disabled > .page-link {
  color: var(--bs-gray-600);
  background-color: var(--bs-gray-800);
}

.page-link.disabled,
.disabled > .page-link path {
  fill: var(--bs-gray-600);
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 0;
}

@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1240px;
  }
}

.row {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 558px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-gray-800);
  --bs-modal-border-color: var(--bs-gray-700);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(
    var(--bs-border-radius) - (var(--bs-border-width))
  );
  --bs-modal-header-padding-x: 0;
  --bs-modal-header-padding-y: 0;
  --bs-modal-header-padding: 0 0 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-content {
  padding: 1.5rem;
  border: 0;
}

.modal-header {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-title {
  font-size: 1rem;
  font-weight: 500;
}

.modal-body {
  padding: 2rem 0 1.5rem;
}

.modal-footer {
  padding: 0;
  justify-content: flex-start;
}

.tooltip {
  --bs-tooltip-color: var(--bs-gray-100);
  --bs-tooltip-bg: var(--bs-gray-700);
  --bs-tooltip-font-size: 0.75rem;
}

.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: var(--bs-gray-800);
  margin-bottom: 2rem;
}

.nav-tabs .nav-link {
  padding: 0.563rem 1rem;
  border: none !important;
  color: var(--bs-gray-100) !important;
}

.nav-tabs .nav-link.active {
  border: none !important;
  border-bottom: 2px solid red !important;
}

.tab-box {
  margin-top: 2.625rem;
}

.table {
  --bs-table-color: var(--bs-gray-100);
  --bs-table-border-color: var(--bs-gray-700);
}

.table tbody tr:last-child td {
  border-bottom: none;
}

.table tbody tr td {
  background-color: var(--bs-gray-800);
  font-size: 0.875rem;
  font-size: 500;
  padding: 1rem 1rem;
}

.table tbody tr td:not(:last-child) {
  border-left: 1px solid var(--bs-table-border-color);
  width: 170px;
  color: #cbcbd1;
}

.table tbody tr:first-child td:first-child {
  border-top-right-radius: var(--bs-border-radius);
}

.table tbody tr:first-child td:last-child {
  border-top-left-radius: var(--bs-border-radius);
}

.table tbody tr:last-child td:first-child {
  border-bottom-right-radius: var(--bs-border-radius);
}

.table tbody tr:last-child td:last-child {
  border-bottom-left-radius: var(--bs-border-radius);
}

@media (width < 768px) {
  .table tbody tr td {
    font-size: 0.813rem;
  }

  .table tbody tr td:not(:last-child) {
    width: 100px;
  }
}

.dropdown-menu {
  --bs-dropdown-box-shadow: none;
  --bs-dropdown-border-width: 0;
  --bs-dropdown-bg: var(--bs-gray-700);
  --bs-dropdown-font-size: 0.75rem;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 1rem;
  width: 100%;
  padding: 0;
}

.dropdown .dropdown-item:hover,
.dropdown-item:focus {
  background-color: var(--bs-gray-800);
  cursor: pointer;
}

.dropdown .form-control-solid::placeholder {
  font-size: 0.75rem;
  color: var(--bs-gray-100);
}

.dropdown .form-control-solid:focus {
  border-color: initial !important;
}

.dropdown .not-show-input {
  opacity: 0;
  width: 0;
  height: 0;
  padding: 0;
}

.dropdown .dropdown-toggle.show {
  border-color: var(--bs-primary) !important;
}

.dropdown .dropdown-toggle::after {
  all: initial;
  content: "";
  background: url(../media/svg/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.375rem;
}

.dropdown .dropdown-toggle.form-control {
  padding-left: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.75rem;
}

.dropdown.curve .dropdown-item:first-child {
  border-top-right-radius: var(--bs-border-radius);
  border-top-left-radius: var(--bs-border-radius);
}

.dropdown.curve .dropdown-item:last-child {
  border-bottom-right-radius: var(--bs-border-radius);
  border-bottom-left-radius: var(--bs-border-radius);
}

/* end::Bootstrap */

/* begin::General */

body {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}

.flex-root {
  flex: 1;
}

.description-ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: var(--line-camp);
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

a {
  text-decoration: none !important;
}

.no-resize {
  resize: none;
}

.title-text {
  display: flex;
}

.title-text h1 {
  border-bottom: 1px solid var(--bs-primary);
  padding-bottom: 0.375rem;
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  font-weight: 400;
}
.title-text h2 {
  border-bottom: 1px solid var(--bs-primary);
  padding-bottom: 0.375rem;
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  font-weight: 400;
}
.long-title {
  padding: 0 10%;
}

.long-title h1 {
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  text-align: center;
  border-bottom: 1px solid var(--bs-primary);
  font-size: 1.5rem;
}

@media (width < 576px) {
  .title-text h1 {
    font-size: 1rem;
  }
  .long-title h1 {
    font-size: 1.125rem;
  }
}

.before-title {
  margin-bottom: 1.5rem;
  display: flex;
  gap: 0.375rem;
  font-size: 1.125rem;
  line-height: 31px;
}

.before-title::before {
  content: "";
  width: 4px;
  display: flex;
  background: var(--bs-primary);
  margin: 3.5px 0;
  border-radius: 0.75rem;
}

.page-space {
  padding: 1.5rem 0 7.375rem;
}

@media (width < 768px) {
  .page-space {
    padding-top: 1rem;
  }
}

.product-card {
  position: relative;
  height: 100%;
}

.product-card .card-body {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: space-between;
}

.product-card .card-img-top {
  height: 225px;
}

.product-card .card-title {
  font-size: 0.813rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
}

.product-card .tag {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}

.product-card .btn {
  font-size: 0.75rem;
}

.article-card {
  height: 100%;
}

.article-card .card-body {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: space-between;
}

.article-card .card-img-top {
  height: 180px;
}

.article-card .card-title {
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.article-card .card-text {
  margin-bottom: 0;
  font-size: 0.75rem;
  line-height: 1.8;
}

.article-card .btn {
  margin-top: 1.25rem;
}

.catalogue-card {
  position: relative;
  height: 100%;
}

.catalogue-card .card-body {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: space-between;
}

.catalogue-card .card-img-top {
  height: 355px;
}

.catalogue-card .card-title {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
  text-align: center;
}

.catalogue-card .btn {
  font-size: 0.75rem;
}

.big-card .card-body {
  padding: 1.5rem 1rem;
}

.big-card .card-img-top {
  height: 266px;
}

/* end::General */

/* begin::header */

.navbar {
  --bs-navbar-padding-y: 0;
  --bs-navbar-brand-margin-end: 4.75rem;
  --bs-navbar-nav-link-padding-x: 0.75rem;
  --bs-navbar-active-color: var(--bs-gray-100);
  --bs-navbar-color: var(--bs-gray-100);
  --bs-navbar-hover-color: var(--bs-gray-100);
  --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='%23EEEEF5' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  background-color: inherit;
}

.navbar-toggler {
  padding: 0;
  margin: 0;
  border: 0;
  box-shadow: none !important;
}

.navbar-toggler-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.navbar-brand img {
  height: 46px;
}

#header {
  background-color: var(--bs-gray-800);
}

#header .spacer {
  width: 1px;
  height: 1.5rem;
  background: var(--bs-gray-100);
  align-self: center;
  margin: 0 var(--bs-navbar-nav-link-padding-x);
}

#header .nav-item .nav-link {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875rem;
}

#header .dropdown-toggle::after {
  all: initial;
  content: "";
  background: url("../media/svg/red-arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.375rem;
}

#header .dropdown-menu {
  --bs-dropdown-item-padding-x: 0.75rem;
  --bs-dropdown-item-padding-y: 0.5rem;
  --bs-dropdown-link-hover-bg: var(--bs-gray-800);
  --bs-dropdown-link-active-color: var(--bs-gray-100);
  --bs-dropdown-link-active-bg: var(--bs-gray-800);
  background-color: var(--bs-gray-900);
  padding: 1rem 0 1.5rem;
  top: initial !important;
}

#header .dropdown-menu .dropdown-item {
  font-weight: 500;
  display: flex;
  gap: 0.5rem;
  line-height: 1.75em;
}

#header .dropdown-menu .dropdown-item::before {
  content: "";
  width: 2px;
  display: flex;
  background: var(--bs-primary);
  margin: 2.5px 0;
  border-radius: 0.75rem;
}

#header .search-input {
  width: 250px;
}

#header .search-input .form-control {
  box-shadow: none !important;
  padding: 0.5rem 1rem;
  background: var(--bs-gray-800);
  border-color: var(--bs-gray-700);
  border-width: 1px;
  padding: 0.6rem 1rem;
  padding-left: 2.5rem;
  font-size: 0.688rem;
  border-radius: 0.75rem;
}

#header .search-input .form-control::placeholder {
  color: var(--bs-gray-100);
}

#header .search-input .form-control:focus {
  border-color: var(--bs-gray-700);
  background-color: var(--bs-gray-100);
  color: var(--bs-gray-900);
}

#header .search-input .icon {
  position: absolute;
  left: 0.75rem;
}

#header .search-input .form-control:focus ~ .icon path {
  stroke: var(--bs-gray-900);
}

#header .search-input .dropdown-menu {
  width: 100%;
  border-radius: var(--bs-border-radius);
  top: 0.75rem !important;
  padding: 0;
}

#header .search-input .dropdown-menu li:first-child .dropdown-item {
  border-top-right-radius: var(--bs-border-radius);
  border-top-left-radius: var(--bs-border-radius);
}

#header .search-input .dropdown-menu li:last-child .dropdown-item {
  border-bottom-right-radius: var(--bs-border-radius);
  border-bottom-left-radius: var(--bs-border-radius);
}

#header .search-input .dropdown-menu .dropdown-item div {
  width: 100%;
  padding-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.375rem;
}

#header .search-input .dropdown-menu .dropdown-item .search {
  min-width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  background-image: url("../media/svg/search.svg");
}

#header .search-input .dropdown-menu .dropdown-item .text {
  flex-grow: 1;
}

#header .search-input .dropdown-menu .dropdown-item .chevron {
  min-width: 19px;
  height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  background-image: url("../media/svg/chevron-left.svg");
  background-repeat: no-repeat;
  background-position: center;
}

#header .search-input .dropdown-menu li:not(:last-child) .dropdown-item div {
  border-bottom: 1px solid var(--bs-gray-700);
}

#header .search-input .dropdown-menu .dropdown-item {
  padding: 1rem 0.75rem 0;
}

#header .search-input .dropdown-menu .dropdown-item::before {
  display: none;
}

#header .search-input .dropdown-menu .dropdown-item:hover {
  background-color: var(--bs-primary);
}

#header
  .search-input
  .dropdown-menu
  li:not(:last-child)
  .dropdown-item:hover
  div {
  border-color: var(--bs-primary);
}

.input-holder {
  display: flex;
  align-items: center;
  position: relative;
}

@media (width > 992px) {
  #header .nav-item .nav-link {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  #header .dropdown-menu {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
}

@media (width < 992px) {
  .navbar-brand {
    padding-top: 0.688rem;
    padding-bottom: 0.688rem;
    margin: 0;
  }
  .navbar-brand img {
    height: 42px;
  }

  #header .spacer {
    display: none;
  }

  .search-input {
    position: absolute;
    left: 0;
    right: 0;
    width: 100% !important;
    top: 13px;
    display: none;
    z-index: 100;
  }

  .search-input.active {
    display: block;
  }
}

/* end::header */

/* begin::Main Swiper */

.mainSwiper .swiper-slide {
  height: auto;
}

.mainSwiper .text-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}

.mainSwiper .title {
  font-size: 1.625rem;
  font-weight: 700;
  margin-bottom: 0;
}

.mainSwiper .subject {
  margin-top: 1rem;
  margin-bottom: 0;
}

.mainSwiper .btn {
  margin-top: 1.5rem;
  gap: 1rem;
}

.mainSwiper .swiper-modules-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 56px;
  display: flex;
}

.mainSwiper .swiper-modules-container .holder {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.mainSwiper .swiper-modules-container .holder .space {
  width: 100%;
  display: flex;
  height: 1px;
  background-color: var(--bs-gray-600);
  margin: 0.5rem 0;
  z-index: 1;
  position: relative;
}

.mainSwiper .swiper-modules-container .swiper-pagination {
  position: relative;
  top: 0;
  left: 0;
}

.mainSwiper
  .swiper-modules-container
  .swiper-pagination
  .swiper-pagination-bullet {
  background: var(--bs-gray-600);
  opacity: 1;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50px;
  transition: all ease 0.3s;
  margin: 0 2px;
}

.mainSwiper
  .swiper-modules-container
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background: var(--bs-gray-100);
}

.mainSwiper .swiper-modules-container .swiper-button-next,
.mainSwiper .swiper-modules-container .swiper-button-prev {
  position: relative;
  left: 0;
  right: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  margin: 0;
}

.mainSwiper .swiper-modules-container .swiper-button-next::after,
.mainSwiper .swiper-modules-container .swiper-button-prev::after {
  font-size: 0.75rem;
  color: var(--bs-gray-100);
}

@media (width < 768px) {
  .mainSwiper .text-container {
    top: initial;
    bottom: 56px;
    transform: translateY(-56px);
    align-items: center;
  }

  .mainSwiper .title {
    font-size: 1.125rem;
    text-align: center;
  }

  .mainSwiper .subject {
    margin-top: 0.75rem;
    font-size: 0.875rem;
    text-align: center;
  }

  .mainSwiper .btn {
    width: 141px;
    justify-content: center;
  }

  .mainSwiper .swiper-modules-container {
    justify-content: center;
    bottom: 24px;
  }
}

/* end::Main Swiper */

/* begin::Category Banner */
.category-banner {
  padding: 2.125rem 0 2.875rem;
}

.category-banner .item {
  border-radius: var(--bs-border-radius);
  width: 100%;
  height: 220px;
  position: relative;
  display: inline-block;
}

.category-banner .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.category-banner .item .text-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: inherit;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding: 0.75rem;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(2px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all ease 0.3s;
}

.category-banner .item .text-box p {
  color: var(--bs-gray-100);
  margin: 0;
  font-size: 0.938rem;
  font-weight: 500;
}

.category-banner .item:hover .text-box {
  background: rgba(var(--bs-primary-rgb), 0.7);
}

/* end::Category Banner */

/* begin::About Notrika */

.about-box {
  background-color: var(--bs-gray-800);
  padding: 2.25rem 0 2rem;
}

.about-box .content {
  text-align: justify;
  font-size: 14px;
  line-height: 2.19em;
  letter-spacing: 0.28px;
  margin-bottom: 2.625rem;
}

.info-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}

.about-box .img-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.about-box .title-text h1 {
  margin-bottom: 0.75rem;
}

@media (width < 768px) {
  .about-box .title-text {
    justify-content: center;
  }
  .about-box .title-text h1 {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 1.125rem;
    padding-left: 2.188rem;
    padding-right: 2.188rem;
  }
  .about-box .img-box {
    justify-content: center;
    margin-bottom: 2rem;
  }
}

@media (width < 576px) {
  .info-box {
    justify-content: space-around;
  }
}

.info-box .item {
  background-image: url("../media/svg/circle.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  height: 104px;
  width: 104px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-end;
}

.info-box .item p {
  margin-bottom: 0.813rem;
  margin-top: 0.563rem;
  font-size: 0.75rem;
}

@media (width < 576px) {
  .info-box .item {
    width: 120px;
    height: 120px;
  }
}

/* end::About Notrika */

/* begin::Projects */

.swiper-module-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
}

.swiper-module-box .holder {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.swiper-module-box .swiper-pagination {
  position: relative;
  top: 0;
  left: 0;
}

.swiper-module-box .swiper-pagination .swiper-pagination-bullet {
  background: var(--bs-gray-800);
  opacity: 1;
  width: 0.375rem;
  height: 0.25rem;
  border-radius: 1.25rem;
  transition: all ease 0.3s;
  margin: 0 2px;
}

.swiper-module-box .swiper-pagination .swiper-pagination-bullet-active {
  width: 2rem;
  background: var(--bs-gray-100);
}

.swiper-module-box .swiper-button-next,
.swiper-module-box .swiper-button-prev {
  position: relative;
  left: 0;
  right: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bs-gray-100);
  border-radius: 50px;
  top: 0;
  margin: 0;
}

.swiper-module-box .swiper-button-next::after,
.swiper-module-box .swiper-button-prev::after {
  font-size: 0.75rem;
  color: var(--bs-gray-100);
}

.projects {
  padding-top: 2.625rem;
}

.project-item {
  padding-top: 88%;
  position: relative;
  cursor: pointer;
  display: flex;
  border-radius: var(--bs-border-radius);
  overflow: hidden;
}

.project-item img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.project-item .info {
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  padding: 1.25rem 0.75rem 1.5rem;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(2.5px);
  border-radius: inherit;
  transition: all ease 0.3s;
}

.project-item .info .title {
  font-size: 0.875rem;
  margin: 0;
  color: var(--bs-gray-100);
}

.project-item .info .content {
  margin: 0;
  margin-top: 0.375rem;
  color: #cacaca;
  font-size: 0.688rem;
}

.project-item:hover .info {
  bottom: 0;
}

/* end::Projects */

/* begin::Last Articles */

.last-articles {
  padding: 2.625rem 0 5.438rem;
}

@media (width < 768px) {
  .last-articles {
    padding-bottom: 3.188rem;
  }
}

/* end::Last Articles */

/* begin::Category Products */

.category-card-holder {
  position: sticky;
  top: 1rem;
}

@media (width < 992px) {
  .category-card-holder {
    display: none;
  }
}

.category-card {
  width: 249px;
}

.category-card .card-body {
  padding-top: 1.063rem;
  padding-bottom: 1.75rem;
}

.category-card .title {
  font-size: 1rem;
  padding-bottom: 0.875rem;
  border-bottom: 1px solid var(--bs-primary);
  margin-bottom: 0.625rem;
  display: flex;
  align-items: center;
  gap: 0.375rem;
}

.category-card ul {
  display: flex;
  flex-flow: column;
  gap: 0.5rem;
  padding: 0;
  list-style: none;
  margin: 0;
}

.category-card ul li {
  padding: 0.5rem 0.75rem;
}

.category-card ul li a {
  color: var(--bs-gray-100);
  font-weight: 500;
  font-size: 0.75rem;
  display: flex;
  width: 100%;
  line-height: 21px;
  gap: 0.5rem;
}

.category-card ul li a::before {
  content: "";
  width: 2px;
  display: flex;
  background: var(--bs-primary);
  margin: 2.5px 0;
  border-radius: 0.75rem;
}

/* end::Category Products */

/* begin::Blog */

.blogSwiper {
  margin-bottom: 2rem;
  border-radius: var(--bs-border-radius);
}

.blogSwiper .swiper-button-prev,
.blogSwiper .swiper-rtl .swiper-button-next,
.blogSwiper .swiper-button-next,
.blogSwiper .swiper-rtl .swiper-button-prev {
  width: 36px;
  height: 36px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--bs-body-bg-rgb), 0.5);
}

.blogSwiper .swiper-button-prev:after,
.blogSwiper .swiper-rtl .swiper-button-next:after,
.blogSwiper .swiper-button-next:after,
.blogSwiper .swiper-rtl .swiper-button-prev:after {
  color: var(--bs-gray-100);
  font-size: 1rem;
}

.blogSwiper .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 1.5rem;
}

.blogSwiper .swiper-pagination .swiper-pagination-bullet {
  background: var(--bs-gray-600);
  opacity: 1;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50px;
  transition: all ease 0.3s;
  margin: 0 2px;
}

.blogSwiper .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--bs-gray-100);
}

/* end::Blog */

/* begin::Single Blog */

.single-blog .main-banner {
  margin-bottom: 1.5rem;
}

.single-blog .article-holder p {
  margin-bottom: 2rem;
  font-size: 0.813rem;
  line-height: 2.1em;
}

.single-blog .article-holder h1,
.single-blog .article-holder h2,
.single-blog .article-holder h3,
.single-blog .article-holder h4,
.single-blog .article-holder h5,
.single-blog .article-holder h6 {
  margin-bottom: 0.75rem;
  display: flex;
  gap: 0.375rem;
}

.single-blog .article-holder h1::before,
.single-blog .article-holder h2::before,
.single-blog .article-holder h3::before,
.single-blog .article-holder h4::before,
.single-blog .article-holder h5::before,
.single-blog .article-holder h6::before {
  content: "";
  width: 4px;
  display: flex;
  background: var(--bs-primary);
  margin: 2.5px 0;
  border-radius: 0.75rem;
}

.single-blog .article-holder img {
  border-radius: var(--bs-border-radius);
}

.single-blog .info-card .card-body {
  padding: 0.688rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.063rem;
}

.single-blog .info-card {
  font-size: 0.813rem;
}

.single-blog .info-card .info {
  display: flex;
  row-gap: 1.063rem;
}

.single-blog .info-card .info .item {
  display: flex;
}

.single-blog .info-card .info .item img {
  margin-left: 0.375rem;
}

.single-blog .info-card .info .item:not(:last-child):after {
  content: "";
  width: 1px;
  display: flex;
  background: var(--bs-gray-100);
  margin: 0 1rem;
}

@media (width < 768px) {
  .single-blog .info-card .card-body {
    flex-flow: column;
    align-items: flex-start;
  }
}

@media (width < 576px) {
  .single-blog .info-card .info {
    flex-flow: column;
  }
  .single-blog .info-card .info .item:not(:last-child):after {
    display: none;
  }
}

.relative-articles {
  margin-top: 2.875rem;
}

/* end::Single Blog */

/* begin::Single Project */
.single-product .tag {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
}

.single-project .main-info {
  margin-bottom: 2rem;
}

.single-project .main-info .row {
  --bs-gutter-x: 2.625rem;
  align-items: flex-end;
}

.single-project .main-info .main-image {
  height: 294px;
  width: 100%;
  object-fit: cover;
  border-radius: var(--bs-border-radius);
}

.single-project .main-info .title {
  font-size: 1.625rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--bs-primary);
}

.single-project .main-info .project-info {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  gap: 1rem;
}

.single-project .main-info .project-info p {
  color: #b5b5b5;
  font-size: 0.875rem;
  margin: 0;
}

.single-project .main-info .project-info span {
  color: var(--bs-gray-100);
}

.single-project .info-card .card-body {
  padding: 0.688rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.single-project .info-card {
  margin-top: 2rem;
  font-size: 0.813rem;
}

.single-project .info-card .info {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.single-project .info-card .info .item {
  display: flex;
  align-items: center;
}

.single-project .info-card .info .item img {
  margin-left: 0.375rem;
}

.single-project .info-card .info .item span {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.single-project .article-holder p {
  margin-bottom: 2rem;
  font-size: 0.813rem;
  line-height: 2.1em;
}

.single-project .article-holder h1,
.single-project .article-holder h2,
.single-project .article-holder h3,
.single-project .article-holder h4,
.single-project .article-holder h5,
.single-project .article-holder h6 {
  margin-bottom: 0.75rem;
  display: flex;
  gap: 0.375rem;
}

.single-project .article-holder h1::before,
.single-project .article-holder h2::before,
.single-project .article-holder h3::before,
.single-project .article-holder h4::before,
.single-project .article-holder h5::before,
.single-project .article-holder h6::before {
  content: "";
  width: 4px;
  display: flex;
  background: var(--bs-primary);
  margin: 2.5px 0;
  border-radius: 0.75rem;
}

.single-project .article-holder img {
  border-radius: var(--bs-border-radius);
}

.project-image-gallery {
  margin-bottom: 2.625rem;
}

.project-image-gallery .item {
  padding-top: 76%;
  position: relative;
  display: flex;
  border-radius: var(--bs-border-radius);
  overflow: hidden;
}

.project-image-gallery .item img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.single-project .swiper-slide {
  height: auto;
}

.single-project .request-card {
  margin: 2.625rem 0 4rem;
}

.single-project .request-card .card-body {
  padding: 1.24rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.single-project .request-card .card-body p {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0;
}

.single-project .request-card .card-body .btn {
  justify-content: center;
  width: 201px;
}

#orderModal .action {
  width: 176px;
  justify-content: center;
}

@media (width < 1200px) {
  .single-project .info-card .card-body {
    flex-flow: column;
    align-items: flex-start;
  }
}

@media (width < 992px) {
  .single-project .main-info .title {
    text-align: center;
  }
}

@media (width < 768px) {
  .single-project .request-card .card-body {
    flex-flow: column;
  }
  .single-project .request-card .card-body p {
    font-size: 1rem;
    text-align: center;
  }
  .single-project .request-card .card-body .btn {
    width: 100%;
  }
}

@media (width < 576px) {
  .single-project .main-info .main-image {
    height: 158px;
  }
}

@media (width > 576px) {
  #productOrderModal .modal-dialog {
    max-width: 610px;
  }
}

#productOrderModal .modal-body {
  padding-top: 1.063rem;
}

#productOrderModal .choosed-product {
  background-color: var(--bs-gray-700);
  margin-bottom: 2.188rem;
}

#productOrderModal .choosed-product .card-body {
  padding: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#productOrderModal .choosed-product .product-info {
  display: flex;
  align-items: center;
  gap: 0.813rem;
}

#productOrderModal .choosed-product .product-info .img-box {
  width: 60px;
  height: 60px;
}

#productOrderModal .choosed-product .product-info .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--bs-border-radius);
}

#productOrderModal .choosed-product .product-info .name {
  max-width: 173px;
  width: 100%;
  margin: 0;
  font-weight: 500;
  font-size: 0.75rem;
}

#productOrderModal .choosed-product .extra-text {
  color: #6fe016;
  font-size: 0.688rem;
  margin-bottom: 0;
}

#productOrderModal .floated-label {
  background-color: var(--bs-gray-800);
}

#productOrderModal .input-rows:not(:last-child) {
  margin-bottom: 2rem;
}

#productOrderModal .row {
  --bs-gutter-y: 2rem;
}

/* end::Single Project */

/* begin::single Product */
.single-product .main-info-card .card-body {
  padding: 2rem 1.5rem 1.5rem;
}

.single-product .main-info-card .title-box {
  padding-bottom: 0.75rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--bs-gray-700);
}

.single-product .main-info-card .title-box .title {
  font-size: 1.625rem;
  line-height: 41px;
  margin-bottom: 0;
}

.single-product .main-info-card .title-box .english-title {
  margin-top: 0.75rem;
  margin-bottom: 0;
}

.single-product .main-info-card .before-title {
  font-size: 0.938rem;
  margin-bottom: 0.25rem;
}

.single-product .main-info-card .before-title::before {
  margin: 7.5px 0;
  width: 2px;
}

.single-product .main-info-card .info-holder {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  gap: 1rem;
  font-size: 0.813rem;
}

.single-product .main-info-card .info-holder .item {
  width: 100%;
}

.single-product .main-info-card .infos {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-flow: column;
  gap: 0.625rem;
}

.single-product .main-info-card .infos li {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.5rem;
  line-height: 28px;
}

.single-product .main-info-card .infos li::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 20px;
  background-color: var(--bs-gray-600);
}

.single-product .main-info-card .infos li span.title {
  color: var(--bs-gray-600);
}

.single-product .main-info-card .colors {
  display: flex;
  gap: 0.25rem;
}

.single-product .main-info-card .colors .item {
  cursor: pointer;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: var(--bs-border-radius);
  background: var(--color-background);
}

.single-product .request-card {
  margin-top: 2.563rem;
  background-color: var(--bs-gray-900);
}

.single-product .request-card .card-body {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.single-product .request-card .card-body p {
  font-size: 0.813rem;
  margin-bottom: 0;
}

.single-product .request-card .card-body .btn {
  justify-content: center;
  width: 173px;
}

.single-product .productSwiper {
  margin-bottom: 0.75rem;
}

.single-product .swiper-slide .img-holder {
  position: relative;
  padding-top: 100%;
}

.single-product .swiper-slide .img-holder img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--bs-border-radius);
}

.single-product .thumbProductSwiper .swiper-slide:nth-child(n + 5) {
  display: none;
}

.single-product
  .thumbProductSwiper.has-more
  .swiper-slide:nth-child(4)::before {
  content: "";
  width: 100%;
  display: flex;
  position: absolute;
  height: 100%;
  z-index: 2;
  border-radius: 6px;
  background: rgba(51, 51, 54, 0.5);
  backdrop-filter: blur(3px);
  align-items: center;
  justify-content: center;
}

.single-product .thumbProductSwiper.has-more .swiper-slide:nth-child(4)::after {
  content: "...";
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 50%;
  display: block;
  text-align: center;
  transform: translateY(-60%);
  font-size: 50px;
}

.single-product .article-holder p {
  margin-bottom: 2rem;
  font-size: 0.813rem;
  line-height: 2.1em;
}

.single-product .article-holder h1,
.single-product .article-holder h2,
.single-product .article-holder h3,
.single-product .article-holder h4,
.single-product .article-holder h5,
.single-product .article-holder h6 {
  margin-bottom: 0.75rem;
  display: flex;
  gap: 0.375rem;
}

.single-product .article-holder img {
  border-radius: var(--bs-border-radius);
}

.single-product .similars {
  margin-top: 2.875rem;
}

.single-product .specifications {
  display: flex;
  flex-flow: column;
  gap: 2.875rem;
}

.single-product .specifications .before-title {
  font-size: 0.938rem;
  margin-bottom: 0.5rem;
}

.single-product .specifications .before-title::before {
  margin: 7.5px 0;
  width: 2px;
}

@media (width < 768px) {
  .single-product .request-card .card-body {
    flex-flow: column;
  }
  .single-product .request-card .card-body p {
    font-size: 0.75rem;
    text-align: center;
  }
  .single-product .request-card .card-body .btn {
    width: 100%;
  }
}
/* end::single Product */

/* begin::About Us */

.about-us .big-card .card-body {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.about-us .before-title {
  margin-bottom: 0.75rem;
}

.about-us p {
  font-size: 0.813rem;
  line-height: 2.1em;
  margin-bottom: 0;
}

.about-us .approach p {
  margin-bottom: 2rem;
}

.about-us .production-line p {
  margin-bottom: 1.5rem;
}

.about-us-image-gallery {
  margin-bottom: 2.563rem;
}

.about-us-image-gallery .item {
  padding-top: 76%;
  position: relative;
  display: flex;
  border-radius: var(--bs-border-radius);
  overflow: hidden;
}

.about-us-image-gallery .item img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.about-us .info-box {
  margin: 2.875rem 0;
}

@media (width>576px) {
  .about-us .info-box .item {
    height: 150px;
    width: 147.5px;
  }
  .about-us .info-box .item img {
    width: 51px;
  }
  .about-us .info-box .item p {
    font-size: 0.875rem;
    margin-bottom: 1.125rem;
    margin-top: 0.75rem;
  }
}

@media (width < 576px) {
  .about-us .info-box {
    margin: 2rem 0 1.563rem;
  }
}

/* end::About Us */

/* begin::Contact Us */

.contact-us .big-card .card-body {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.contact-us .title {
  line-height: 2.1rem;
  margin-bottom: 1.5rem;
  text-align: center;
}

.contact-us .info-card {
  padding: 1rem 0.75rem;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  gap: 1rem;
  font-size: 0.813rem;
  background-color: var(--bs-gray-900);
  border-radius: var(--bs-border-radius);
}

.contact-us .info-card .info {
  display: flex;
  row-gap: 1.063rem;
}

.contact-us .info-card .item {
  display: flex;
  align-items: flex-start;
}

.contact-us .info-card .item p {
  font-size: 0.875rem;
  margin: 0;
}

.contact-us .info-card .item p span:not(:last-child):after {
  content: "/";
  margin: 0 0.75rem;
}

.contact-us .info-card .item img {
  margin-left: 0.375rem;
}

/* end::Contact Us */

/* begin::Order To Delivery */

.single-page-content .card-body {
  display: flex;
  flex-flow: column;
  gap: 1.5rem;
}

.single-page-content .before-title {
  margin-bottom: 1rem;
}

.single-page-content ol {
  counter-reset: item 0;
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-flow: column;
  gap: 1rem;
}

.single-page-content ol li {
  font-size: 0.875rem;
  line-height: 2.1em;
}

.single-page-content ol li::before {
  content: counter(item) "-";
  counter-increment: item 1;
  font-size: 1rem;
  margin-left: 0.375rem;
}

/* end::Order To Delivery */

/* begin::Footer */

#footer {
  background-color: var(--bs-gray-800);
  border-radius: 1.25rem 1.25rem 0 0;
}

#footer .footer-content {
  padding-top: 2rem;
  padding-bottom: 3.438rem;
}

#footer .footer-content .row {
  --bs-gutter-y: 2rem;
}

#footer .footer-content .right-side {
  display: flex;
  align-items: flex-end;
  column-gap: 4rem;
  row-gap: 2rem;
}

#footer .footer-content .link-holder {
  display: flex;
  align-items: flex-start;
  column-gap: 2.625rem;
  row-gap: 1.5rem;
}

#footer .footer-content .link-holder .links {
  min-width: 110px;
  width: 100%;
}

#footer .footer-content .link-holder .links .title {
  border-bottom: 1px solid var(--bs-primary);
  font-size: 0.875rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0.75rem;
}

#footer .footer-content .link-holder .links ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: column;
  gap: 0.5rem;
  margin: 0;
}

#footer .footer-content .link-holder .links ul li a {
  font-size: 0.75rem;
  color: var(--bs-gray-100);
}

#footer .footer-content .link-holder .links ul li a:hover {
  color: var(--bs-primary);
}

#footer .footer-content .info-card {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.875rem;
}

#footer .footer-content .info-card .item {
  display: flex;
  align-items: flex-start;
}

#footer .footer-content .info-card .item p {
  font-size: 0.875rem;
  margin: 0;
}

#footer .footer-content .info-card .item img {
  margin-left: 0.375rem;
}

#footer .footer-content .info-card .item p span:not(:last-child) {
  margin-left: 1.25rem;
}

#footer .footer-content .left-side {
  display: flex;
  align-self: flex-end;
  justify-content: flex-end;
  column-gap: 4.25rem;
  row-gap: 2rem;
}

#footer .footer-content .socials {
  background-color: var(--bs-gray-900);
  width: 175px;
  position: relative;
}

#footer .footer-content .socials::before {
  content: "";
  background: var(--bs-primary);
  position: absolute;
  top: -4px;
  height: 4px;
  width: 78%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 1.25rem 1.25rem 0 0;
}

#footer .footer-content .socials .card-body {
  padding: 1.5rem;
  display: flex;
  flex-flow: column;
}

#footer .footer-content .socials .card-body .title {
  font-size: 0.813rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1.438rem;
}

#footer .footer-content .socials .card-body ul {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
  justify-content: space-between;
}

#footer .footer-content .socials .card-body ul li a {
  display: flex;
}

#footer .footer-content .namad-box {
  display: flex;
  gap: 1rem;
}

#footer .footer-content .namad-box .item {
  display: flex;
  align-items: center;
  width: 93px;
  border-radius: var(--bs-border-radius);
  background: var(--bs-gray-700);
  justify-content: center;
  min-height: 100px;
}

#footer .footer-line {
  background-color: var(--bs-primary);
  border-radius: inherit;
  height: 0.75rem;
}

@media (992px < width < 1200px) {
  #footer .footer-content .left-side {
    column-gap: 1.25rem;
  }
}

@media (576px < width < 992px) {
  #footer .footer-content .left-side {
    justify-content: space-between;
  }
}

@media (width < 576px) {
  #footer .footer-content .right-side {
    flex-flow: column;
    align-items: flex-start;
  }

  #footer .footer-content .link-holder {
    width: 100%;
    flex-flow: column;
  }

  #footer .footer-content .info-card {
    width: 100%;
  }

  #footer .footer-content .left-side {
    flex-flow: column;
    align-items: flex-end;
  }

  #footer .footer-content .socials {
    width: 100%;
  }

  #footer .footer-content .socials .card-body {
    flex-flow: row-reverse;
    gap: 1.5rem;
    align-items: center;
  }

  #footer .footer-content .socials .card-body .title {
    margin: 0;
    min-width: max-content;
  }

  #footer .footer-content .socials .card-body ul {
    width: 100%;
  }
}
/* end::Footer */

/*Additional CSS*/
.pagination span , .pagination a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--bs-border-radius);
  border: none;
  background-color: var(--bs-gray-800);
  color : white
}
.pagination span{
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.single-page-content h1, .single-page-content h2 , .single-page-content h3 , .single-page-content h4 , .single-page-content h5 , .single-page-content h6{
  display: flex;
  gap: 0.375rem;
  font-size: 1.125rem;
  line-height: 31px;
  margin-top: 20px;
}
.single-page-content h1::before, .single-page-content h2::before , .single-page-content h3::before , .single-page-content h4::before , .single-page-content h5::before , .single-page-content h6::before{
  content: "";
  width: 4px;
  display: flex;
  background: var(--bs-primary);
  margin: 3.5px 0;
  border-radius: 0.75rem;
}
.custom-color {
  --color-background: linear-gradient(
          139deg,
          #f00 -0.27%,
          #f4b000 48.14%,
          #00a0fa 95.97%
  );
}