@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;700&display=swap');
:root {
    --bs-blue: #cba75b;
    --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: #18130d;
    --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: #18130d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #cba75b;
    --bs-secondary: #18130d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 203, 167, 91;
    --bs-secondary-rgb: 33,37,41;
    --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, #efb946, rgba(0, 117, 74, 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: #cba75b;
    --bs-link-color-rgb: 203, 167, 91;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #222;
    --bs-link-hover-color-rgb: 203, 167, 91;
    --bs-code-color: #d63384;
    --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;
}

html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}
body {
    background-color: #18130d;
	width: 100%;
	height: 100%;
 	overflow-x: hidden;
 	font-family: "Playfair Display", serif;
 	color: #fffaf1;
}

h1, h2, h3, h4 {
    font-weight: 700;
}

a {
    text-decoration: none;
}

.text-handy {
    font-family: "Allura", cursive;
}

.text-playfair {
    font-family: "Playfair Display", serif;
}

.text-playfair-sc {
    font-family: "Playfair Display SC", serif;
}

.slick-prev {
    background: #cba75b;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    left: 20px !important;
    z-index: 2;
}
.slick-prev:before {
    content: "\f104";
    font-family: "Font Awesome 6 Free";
    font-size: 22px;
}
.slick-next {
    background: #cba75b;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    right: 20px !important;
    z-index: 2;
}
.slick-next:before {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-size: 22px;
}

.stock-1 {
    position: absolute;
    top: 25%;
    left: 10px;
    opacity: 0.4;
    z-index: 1;
}
.stock-2 {
    position: absolute;
    top: 45%;
    right: 10px;
    opacity: 0.4;
}
.stock-3 {
    position: absolute;
    top: 45%;
    left: 40px;
    opacity: 0.4;
}
.stock-4 {
    position: absolute;
    top: 10%;
    left: 10px;
    opacity: 0.4;
}

.section-title {
  margin-bottom: 60px;
}
.section-title h5{
  font-size: 24px;
  color: #ffffff;
}
.section-title h2{
  font-size: 42px;
  color: #cba75b;
  text-transform: uppercase;
}


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

.btn-secondary {
    --bs-btn-color: #cba75b;
    --bs-btn-bg: #18130d;
    --bs-btn-border-color: #18130d;
    --bs-btn-hover-color: #cba75b;
    --bs-btn-hover-bg: #0e0b07;
    --bs-btn-hover-border-color: #0e0b07;
    --bs-btn-focus-shadow-rgb: 130,138,145;
    --bs-btn-active-color: #cba75b;
    --bs-btn-active-bg: #0e0b07;
    --bs-btn-active-border-color: #0e0b07;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #cba75b;
    --bs-btn-disabled-bg: #18130d;
    --bs-btn-disabled-border-color: #18130d;
}

/*-------------------------------------------*\
    1.14. Custom-forms
\*-------------------------------------------*/
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.813rem;
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(41, 124, 187, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ebf0f7;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #aad0ec;
  border-color: #aad0ec;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #8c98a4;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #f8fafd;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.0935rem;
  left: -1.813rem;
  display: block;
  width: 1.313rem;
  height: 1.313rem;
  pointer-events: none;
  content: "";
  background-color: transparent;
  border: #ebf0f7 solid 2px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.0935rem;
  left: -1.813rem;
  display: block;
  width: 1.313rem;
  height: 1.313rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.3125rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(41, 124, 187, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(41, 124, 187, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(41, 124, 187, 0.5);
}

.custom-switch {
  padding-left: 4.5rem;
}

.custom-switch .custom-control-label::before {
  left: -4.5rem;
  width: 4rem;
  pointer-events: all;
  border-radius: 0.6565rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.0935rem + 4px);
  left: calc(-4.5rem + 4px);
  width: 1.25rem;
  height: 1.25rem;
  background-color: #ebf0f7;
  border-radius: 0.6565rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 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;
  transition: transform 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, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(2.687rem);
          transform: translateX(2.687rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(41, 124, 187, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.8rem + 4px);
  padding: 0.9rem 2rem 0.9rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3b444f;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px;
  background-color: #fff;
  border: 2px solid #d5dae2;
  border-radius: 0.3125rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: rgba(41, 124, 187, 0.5);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(41, 124, 187, 0.25);
}

.custom-select:focus::-ms-value {
  color: #3b444f;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1rem;
  background-image: none;
}

.custom-select:disabled {
  color: #8c98a4;
  background-color: #f8fafd;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 1.25rem + 4px);
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.125rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 2.25rem + 4px);
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  padding-left: 1.125rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.8rem + 4px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1.8rem + 4px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #ebf0f7;
  box-shadow: 0 0 0 0.2rem rgba(41, 124, 187, 0.25);
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #f8fafd;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 1.8rem + 4px);
  padding: 0.9rem 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3b444f;
  background-color: #fff;
  border: 2px solid #ebf0f7;
  border-radius: 0.3125rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1.8rem);
  padding: 0.9rem 1rem;
  line-height: 1.5;
  color: #3b444f;
  content: "Browse";
  background-color: #fff;
  border-left: inherit;
  border-radius: 0 0.3125rem 0.3125rem 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(41, 124, 187, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(41, 124, 187, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(41, 124, 187, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: var(--primary-color);
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #aad0ec;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e7eaf3;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: var(--primary-color);
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #aad0ec;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e7eaf3;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: var(--primary-color);
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #aad0ec;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #e7eaf3;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #e7eaf3;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #97a4af;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #97a4af;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #97a4af;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: 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) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.payment-method .custom-control-label:after, .payment-method .custom-control-label:before {
    left: 10px;
    top: 10px;
}


.section-heading {b
    text-align: center;
    margin-bottom: 30px;
}
.bg-primary .section-heading p {
    color: #b3d5c7 !important;
}

.icon-boxes {
    position: relative;
    background: #18130d;
    width: 100%;
    overflow: hidden;
}

.custom-rounded-divider-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-rounded-divider-bottom svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
}

.custom-rounded-divider-bottom .shape-fill {
    fill: #18130d;
}
.custom-rounded-reverse-divider-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-rounded-reverse-divider-bottom svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
}

.custom-rounded-reverse-divider-bottom .shape-fill {
    fill: #18130d;
}

.custom-wave-divider-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-wave-divider-top svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
}

.custom-wave-divider-top .shape-fill {
    fill: #18130d;
}

.triangle-shape-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.triangle-shape-divider svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
}

.triangle-shape-divider .shape-fill {
    fill: #18130D;
}

.wave-shape-divider-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.wave-shape-divider-bottom svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
}

.wave-shape-divider-bottom .shape-fill {
    fill: #18130D;
}

.page-banner {
    background-image: url('../images/footer-bg.jpg');
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto;
    background-blend-mode: soft-light;
}

.home-banner {
	width: 100%;
    height: 100vh;
    background: #cba75b;
    position: relative;
}
.home-banner:not(.demo-1):not(.demo-3) {
    background: #cba75b url(../images/pyramid-banner-svg.svg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.banner-content {
    color: #fff;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    height: 80%;
    text-align: left;
    flex-direction: column;
}
.banner-content-wrapper {
    margin-bottom: 30px;
    width: 38%;
    margin-right: 1%;
}
.banner-content h1 {
    font-size: 2.5em;
	margin: 0;
    animation-name: blureIn;
    animation-duration: 3s;
}
.banner-content h1 span {
    color: rgb(255, 222, 67);
}
.banner-content h2 {
	font-size: 1.2em;
    margin: 0;
    font-weight: 300;
    animation-name: fadeInUp;
    animation-duration: 3s;
}
.banner-content .btn {
    animation-name: fadeInUp;
    animation-duration: 4s;
}


.frame {
	padding: 3rem 5vw;
	text-align: center;
	position: relative;
	z-index: 1000;
	color: var(--color-frame);
}

.frame a {
	color: var(--color-frame);
}

.frame__title {
	font-size: 1.25rem;
	margin: 0 0 1rem;
}

.frame__title span {
	position: absolute;
	pointer-events: none;
	opacity: 0;
}

.frame__links {
	display: inline;
}

.frame__links a:not(:last-child),
.frame__demos a:not(:last-child) {
	margin-right: 1rem;
}

.frame__demos {
	margin: 1rem 0;
}

a.frame__demo--current,
a.frame__demo--current:hover {
	color: var(--color-text);
}

.slideshow {
	width: 100vw;
	height: calc(100vh - 13rem);
	position: relative;
	overflow: hidden;
}

.slide {
	margin: 0;
}

.slide,
.slide__img-wrap,
.slide__img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.slide {
	display: flex;
	align-items: center;
	justify-content: center;
}

.js .slide {
	opacity: 0;
	pointer-events: none;
}

.js .slide--current {
	opacity: 1;
	pointer-events: auto;
}

.slide--current .slide__img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(203,167,91,0.5))
}

.slide__img-wrap {
	will-change: transform;
	overflow: hidden;
}

.slide__img {
	background-size: cover;
	will-change: transform;
	-webkit-backspace-visibility: hidden;
}

.slide__caption {
	position: relative;
	padding: 0 10vw;
	cursor: default;
	width: 100%;
}

.slide--current .slide__caption {
	background: linear-gradient(45deg, #cba75b, transparent);
}

.slides__caption-headline {
	font-size: 4vw;
	font-size: clamp(2rem,4vw,3.5rem);
	line-height: 0.9;
	margin: 0;
	/*text-transform: uppercase;*/
	font-weight: normal;
	color: #fff;
}

.slide__caption p {
	font-size: 2.5vw;
	font-size: clamp(1.5rem,2.5vw,2rem);
	line-height: 1;
	color: #18130d;
}

.text-row {
	position: relative;
	overflow: hidden;
	display: block;
	white-space: nowrap;
}

.text-row > span {
	display: block;
	position: relative;
	padding: 0.5rem 0;
}

.text-row > span span {
    text-shadow: 2px 2px 4px rgb(0 0 0 / 50%);
}

.text-row > span small {
    text-transform: none;
    display: block;
    font-size: 26px;
    color: #42160a;
    padding-top: 20px;
    white-space: normal;
    line-height: 1.5;
}

.slides__caption-headline {
	font-weight: 300;
}

.slides__caption-headline em,
.slides__caption-headline strong {
	font-family: freight-big-pro, serif;
	font-size: 6.75vw;
	font-size: clamp(2rem,7vw,6rem);
}

.slides__caption-headline em {
	font-weight: 400;
	font-style: italic;
}

.slides__caption-headline strong {
	font-weight: 400;
}

.slides__caption-link {
	display: inline-block;
	margin-top: 1rem;
	text-indent: 0.2vw;
	font-size: 1.75rem;
	font-weight: 300;
	font-size: clamp(1rem, 5vw, 1.75rem);
	color: #fff;
	text-decoration: underline;
}

.slides-nav {
	display: flex;
	align-items: center;
	justify-content: center;
}

.slides-nav__button {
	display: block;
	cursor: pointer;
	background: none;
	border: 0;
	width: 55px;
	height: 24px;
	padding: 0;
	margin: 0 0.75rem;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.slides-nav__button:focus {
	outline: none;
}

.slides-nav svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: #fff;
}

.slides-nav__index {
	margin-left: 2rem;
	white-space: nowrap;
	color: var(--color-text);
	border: 1px solid var(--color-text);
	border-radius: 50%;
	padding: 1rem 1.5rem;
	text-align: center;
	display: flex;
	align-items: center;
}

.slides-nav__index > span {
	width: 2rem;
}

.slides-nav__index-current {
	position: relative;
	overflow: hidden;
}

.slides-nav__index-current span {
	display: inline-block;
}

@media screen and (min-width: 53em) {
	.frame {
		position: absolute;
		text-align: left;
		z-index: 100;
		top: 0;
		left: 0;
		display: grid;
		align-content: space-between;
		width: 100%;
		max-width: none;
		height: 100vh;
		padding: 2rem 3.5rem;
		pointer-events: none;
		grid-template-columns: 25% 50% 25%;
		grid-template-rows: auto auto auto;
		grid-template-areas: 'title links info'
							'... ... ...'
							'demos demos nav';
	}
	.frame__title {
		margin: 0;
		grid-area: title;
	}
	.frame__demos {
		margin: 0;
		grid-area: demos;
		justify-self: start;
		align-self: end;
	}
	.frame__links {
		grid-area: links;
		padding: 0;
		justify-self: center;
	}
	.frame__info {
		grid-area: info;
		justify-self: end;
   		align-self: start;
	}
	.slides-nav {
		grid-area: nav;
		justify-self: end;
		align-self: end;
	}
	.frame a,
	.frame button {
		pointer-events: auto;
	}
	.slideshow {
		height: 100vh;
	}
	.slides-nav {
		margin-bottom: -1rem;
	}
	.slides-nav__index {
		margin-right: -2rem;
	}
	.slideshow {
		background: var(--color-bg);
	}

}


/* The animation code */
@keyframes blureIn {
  from {opacity: 0; filter: blur(20px);}
  to {opacity: 1; filter: blur(0);}
}
@-webkit-keyframes blureIn {
  from {opacity: 0; filter: blur(20px);}
  to {opacity: 1; filter: blur(0);}
}
@-o-keyframes blureIn {
  from {opacity: 0; filter: blur(20px);}
  to {opacity: 1; filter: blur(0);}
}
@keyframes fadeInUp {
  from {opacity: 0; transform: translateY(70px);}
  to {opacity: 1; transform: translateY(0);}
}
@-webkit-keyframes fadeInUp {
  from {opacity: 0; transform: translateY(70px);}
  to {opacity: 1; transform: translateY(0);}
}
@-o-keyframes fadeInUp {
  from {opacity: 0; transform: translateY(70px);}
  to {opacity: 1; transform: translateY(0);}
}

/**
 * Header
 */
#main-nav {
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    border-bottom: 1px solid rgb(255 222 67 / 30%);
}
#main-nav.transparency {
    background: rgb(0 0 0 / 0.4);
}
#main-nav.sticky {
    background: #cba75b !important;
    box-shadow: 4px 4px 15px rgb(2 2 2 / 20%);
}
.navbar.fixed-top {
    background: #18130d !important;
    box-shadow: 4px 4px 15px rgb(2 2 2 / 20%);
}
.navbar .nav-item.active .nav-link {
    color: #cba75b !important;
}
.navbar-brand img, .offcanvas-title img {
    max-height: 40px;
}
.offcanvas {
    background: #18130d;
}
.elementor-element-de8aaa.sticky .dark-logo {
    margin-right: auto;
}
.elementor-element-de8aaa.sticky .elementor-nav-menu__align-center {
    margin-right: auto;
}
.elementor-element-de8aaa:not(.sticky) .dark-logo {
    display: none;
}

.elementor-element-de8aaa.sticky #white-logo {
    display: none;
}

.elementor-element-de8aaa.sticky {
    position: fixed;
    top: 0;
    background: #ffffff !important;
    box-shadow: 4px 4px 15px rgb(2 2 2 / 20%);
}

.elementor-185 :not(.sticky) .elementor-element.elementor-element-7d502b89 .elementor-nav-menu--main .elementor-item:hover, .elementor-185 :not(.sticky) .elementor-element.elementor-element-7d502b89 .elementor-nav-menu--main .elementor-item.elementor-item-active, .elementor-185 :not(.sticky) .elementor-element.elementor-element-7d502b89 .elementor-nav-menu--main .elementor-item.highlighted, .elementor-185 :not(.sticky) .elementor-element.elementor-element-7d502b89 .elementor-nav-menu--main .elementor-item:focus {
    color: rgb(255, 222, 67) !important;
}
.elementor-element-de8aaa.sticky a {
    color: #4b9e80 !important;
}

.elementor-element-de8aaa.sticky svg path {
    fill: #4b9e80 !important;
}

.elementor-element-de8aaa.sticky a:hover {
    color: #cba75b !important;
}

.navbar-nav > .nav-item > .nav-link {
    color: #cba75b;
}

.navbar-nav > .nav-item:hover > .nav-link {
    color: #fff;
}

.dropdown-item:hover {
  color: #fff;
}
.dropdown .dropdown-menu {
  display: none;
}
.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
  display: block;
  margin-top: 0.125em;
  margin-left: 0.125em;
}
@media screen and (min-width: 769px) {
  .dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .dropend .dropdown-toggle {
    margin-left: 0.5em;
  }
}


/**
 * Company Branches Map
 */
.mapcontainer {
    position: relative;
    height: 700px;
    overflow: hidden;
}
.mapael .map {
    position: relative;
    top: -250px;
}

.map-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    color: #cba75b;
    font-size: 16px;
    font-weight: 500;
    z-index: 100;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.map-content .map-content-wrapper {
    max-width: 60%;
}

.map-content-wrapper h2 {
    font-size: 4rem;
    color: rgb(203, 167, 91, 1.0) !important;
}

.elementor-edit-mode .map-content {
    position: relative !important;
}

.mapael .plot {
    cursor: pointer;
}

.mapael .mapTooltip {
    position: absolute;
    moz-opacity: 0.70;
    opacity: 0.70;
    filter: alpha(opacity=70);
    border-radius: 10px;
    padding: 10px;
    z-index: 1000;
    max-width: 200px;
    display: none;
    width: 350px;
    background: #fff;
    border:1px solid #cba75b;
    color: #cba75b;
}
.mapTooltip img {
    float: left;
    width: 48px;
    margin-right: 10px;
    border-radius: 10px;
}
.mapTooltip h4 {
    font-size: 18px;
    margin: 0;
    display: inline-block;
}
.mapTooltip span {
    font-size: 14px;
    margin: 0;
}
span.place-city {
    display: block;
    margin-top: 0;
}

.feature, .trip-box, .category-box {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.category-box {
  transition: all 0.1s ease;
}

/* When active (after load), fade and slide up */
.feature.show, .trip-box.show, .category-box.show {
  opacity: 1;
  transform: translateY(0);
}


.feature h3, .feature h4 {
    font-size: 1.3em !important;
    color: #cba75b !important;
}

.feature p {
    color: #fff;
}

.feature-icon {
  width: 4rem;
  height: 4rem;
  border-radius: .75rem;
}

.feature-icon svg {
    width: 28px;
}

.feature-icon svg path {
    fill: #fff;
}

.icon-square {
  width: 3rem;
  height: 3rem;
  border-radius: .75rem;
}

.text-shadow-1 { text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25); }
.text-shadow-2 { text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25); }
.text-shadow-3 { text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25); }

.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.feature-icon-small {
  width: 3rem;
  height: 3rem;
}



/**
 * blockquote
 */
/* center the blockquote in the page */
.blockquote-wrapper {
   display: flex;
   height: 100vh;
   padding: 0 20px;
}

.quote-icon {
    color: #e5f1ed;
    right: 100px;
    bottom: 80px;
    font-size: 180px;
    transform: rotate(18deg);
}

.blockquote-image {
    border-radius: 50% !important;
    margin-top: 15px;
    margin-left: -35px !important;
    display: inline-block;
    float: left;
    width: 150px;
}

.quote-icon-reverse {
    color: #e5f1ed;
    left: 100px;
    top: 80px;
    font-size: 180px;
    transform: rotate(18deg);
}

/* Blockquote main style */
.blockquote {
    position: relative;
    font-family: 'Barlow Condensed', sans-serif;
    max-width: 80%;
    margin: 80px auto;
    align-self: center;
}

/* Blockquote header */
.blockquote h3 {
    position: relative; /* for pseudos */
    color: #222222;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
    border: 2px solid #cba75b !important;
    border-radius:20px;
    padding: 25px;
}

/* Blockquote right double quotes */
.blockquote h3:after {
    content:"";
    position: absolute;
    border: 2px solid #cba75b;
    border-radius: 0 50px 0 0;
    width: 60px;
    height: 60px;
    bottom: -60px;
    left: 50px;
    border-bottom: none;
    border-left: none;
    z-index: 3; 
}

.blockquote h3:before {
    content:"";
    position: absolute;
    width: 80px;
    border: 6px solid #ffffff;
    bottom: -3px;
    left: 50px;
    z-index: 2;
}

/* increase header size after 600px */
@media all and (min-width: 767px) {
    .blockquote h3 {
        font-size: 1.5rem;
        line-height: 1.5;
   }

}

/* Blockquote subheader */
.blockquote h4 {
    position: relative;
    color: #cba75b;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    padding-top: 40px;
    z-index: 1;
    margin-left:30px;
    padding-left:10px;
    display: inline-block;
}

 
.blockquote h4:first-letter {
  margin-left:-12px;
}

.blockquote h4 span {
    display: block;
    margin-left: -10px;
    clear: both;
}

.slick-track {
    padding-bottom: 15px;
    padding-top: 15px;
}

.customer {
    height: 150px;
    margin: 0 10px;
    width: calc(100% - 20px);
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    background: #cba75b;
    border-radius: 6px;
    transition: all ease-in-out 0.4s;
    border: 1px solid transparent;
}
.bg-primary .customer {
    background: #e5f1ed;
}
.customer:hover {
    border: 1px solid #cba75b;
    box-shadow: 8px 8px 35px rgb(0 0 0 / 35%);
}
.customer img {
    max-width: 100% !important;
    max-height: 100% !important;
    transition: all ease-in-out 0.4s;
}

.row:has(.customer:hover) .customer:not(:hover) img {
    filter: grayscale(1) blur(1px);
}

.brand {
    height: 150px;
    margin: 0 10px;
    width: calc(100% - 20px);
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    background: #cba75b;
    border-radius: 6px;
}
.bg-primary .brand {
    background: #e5f1ed;
}
.brand img {
    max-width: 100% !important;
    max-height: 100% !important;
}

.slick-next {
    right: 0;
}

.slick-prev {
    left: 0;
}

@media screen and (max-width: 667px) {
    .home-banner {
        height: 70vh;
        background-size: cover !important;
    }
    .home-banner .banner-content {
        align-items: center;
        justify-items: center;
    }
    .home-banner .banner-content .banner-content-wrapper {
        width: 85%;
        text-align: center;
    }
    .wave-shape-divider-bottom svg {
        height: 30px;
    }

    .home-banner h1 {
        font-size: 1.3em;
    }
    .custom-wave-divider-top svg {
        height: 50px;
    }
    
    .blockquote-wrapper {
        height: auto;
    }
    .blockquote {
        width: 100%;
        max-width: 100%;
    }
    .blockquote h3 {
        font-size: 1rem;
    }

    .mapcontainer {
        height: auto !important;
    }
    
    .mapcontainer .map-content {
        width: unset;
        display: block;
        padding: 0 15px;
    }
    
    .mapcontainer .map {
        width: 100%;
        margin: auto;
    }
    .map-content .map-content-wrapper {
        max-width: 100%;
    }
    .category-box {
        width: 100% !important;
    }
}

/************************
* 04. Categories Section
************************/
section.categories {
  background: url('../images/section-bg.jpg') no-repeat scroll 0% 0%;
}

section.categories .section-title h2{
  color: #fff;
}
section.categories:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(36, 38, 0, 0.7);
  z-index: 0
}
section.categories * {
  z-index: 1
}
.category-box {
    width: 25%;
  margin-bottom: 30px;
}
[class*="col-"]:last-child > .category-box {
  margin-bottom: 0;
}
.category-box .category-img {
  border-radius: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}
.category-box .category-content h3 {
  color: #cba75b;
  font-size: 22px;
}
.category-box .category-content p {
  color: #fff;
}

/************************
* 05. Excursions Section
************************/
section.excursions {
  padding-bottom: 80px;
}
.trip-img img {
    width: 100%;
}
ul.fontstar {
    padding: 0;
}
.card-title {
    font-size: 18px;
}
.trip-box.style1 {
  border-radius: 12px;
  overflow: hidden;
  background: #261f18;
  position: relative;
/*  border: 1px solid #dddddd;*/
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
  -webkit-transition: all ease-in-out 0.8s;
     -moz-transition: all ease-in-out 0.8s;
          transition: all ease-in-out 0.8s;
}
[class*="col-"]:last-child > .trip-box.style1 {
  margin-bottom: 0;
}
.trip-box.style1:hover {
  box-shadow: 0 12px 60px rgba(0, 0, 0, 0.3);
}
.trip-box.style1 .trip-img {
  overflow: hidden;
}
.trip-box.style1 .trip-img img {
  -webkit-transition: all ease-in-out 0.8s;
     -moz-transition: all ease-in-out 0.8s;
          transition: all ease-in-out 0.8s;
}
.trip-box.style1:hover .trip-img img {
  transform: scale(1.3);
}
.trip-box.style1 .trip-content {
  padding: 15px;
}
.card-body {
    color: #fffaf1;
}

.trip-box.style1 .trip-content h3 {
  font-size: 18px;
  line-height: 22px;
  max-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
  padding-top: 0;
  margin-top: 0;
  color: #cba75b;
}
.trip-box.style1 .trip-content p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-height: 22px;        /* fallback */
  max-height: 44px;       /* fallback */
  height: 44px;
  color: #fff;
}
.trip-footer {
  height: 52px;
}
.trip-box.style1 .trip-footer {
  display: block;
  overflow: hidden;
  padding: 15px 10px;
  margin: 0 5px;
  border-top: 1px solid #18130d;
  font-size: 13px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}
.trip-box.style1 .trip-footer .trip-ratings span {
  color: #fff;  
}
.trip-box.style1 .trip-footer .trip-ratings .fa-star {
  color: var(--primary-color, #F5C910);
}
.trip-box.style1 .trip-footer .trip-ratings .fa-star.empty {
  color: #555555;
}
.trip-box.style1 .trip-footer .trip-price {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.trip-box.style1 .trip-footer .trip-price small {
  font-size: 13px;
  font-weight: 500;
  color: #555555
}

.trip-box.style2 {
  position: relative;
/*  border: 1px solid #dddddd;*/
  /*box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);*/
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all ease-in-out 0.3s;
     -moz-transition: all ease-in-out 0.3s;
          transition: all ease-in-out 0.3s;
}
[class*="col-"]:last-child > .trip-box.style2 {
  margin-bottom: 0;
}
.trip-box.style2:hover {
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
}
.trip-box.style2 .trip-img {
  overflow: hidden;
  position: relative;
}
.trip-box.style2 .trip-img .trip-offer {
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    position: absolute;
    top: 15px;
    right: 0;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    color: #fff;
    background-color: var(--secondary-color, #333);
    font-size: 16px;
    font-weight: 500;
}
.trip-box.style2 .trip-img .trip-offer span {
    font-weight: 700;
    color: var(--primary-color, #F5C910);
}
.trip-box.style2 .trip-img .trip-price {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    position: absolute;
    top: 15px;
    right: 0;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    background-color: var(--primary-color, #F5C910);
    color: var(--secondary-color, #333);
    font-size: 18px;
    font-weight: 700;
}
.trip-box.style2 .trip-img .trip-offer + .trip-price {
    top: 50px
}
.trip-box.style2 .trip-img .trip-price small {
  font-size: 14px;
  font-weight: 500;
  color: #555555
}

.trip-box.style2 .trip-img img {
  -webkit-transition: all ease-in-out 0.3s;
     -moz-transition: all ease-in-out 0.3s;
          transition: all ease-in-out 0.3s;
}
.trip-box.style2:hover .trip-img img {
    -webkit-filter: grayscale(65%);
    filter: grayscale(65%);
}
.trip-box.style2 .trip-content {
  padding: 15px;
  background: #fff;
}
.trip-box.style2 .trip-content h3 {
  font-size: 18px;
  line-height: 22px;
  max-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
  padding-top: 0;
  margin-top: 0;
  color: #cba75b;
}
.trip-box.style2 .trip-content p.trip-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-height: 22px;        /* fallback */
  max-height: 44px;       /* fallback */
  height: 44px;
  color: #fff;
}

.trip-box.style2 .trip-content .trip-ratings {
  color: #fff;  
}
.trip-box.style2 .trip-content .trip-ratings .fa-star {
  color: var(--primary-color, #F5C910);
}
.trip-box.style2 .trip-content .trip-ratings .fa-star.empty {
  color: #555555;
}
.site-footer .container {
    position: relative;
    z-index: 1;
}
.site-footer:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: ;*/
    background: #cba75b url(../images/kaitlin-suggs-temple-room-artstation-lowcompress.webp) no-repeat center top;
    background-size: cover;
    opacity: 1;
    z-index: 0;
}

.site-footer .nav-item:hover .nav-link {
    color: #fff;
}
/*-----------------------------------------*/
/* Animations
/*-----------------------------------------*/

.has-animation {  
    -webkit-animation-play-state: paused;   
    -moz-animation-play-state: paused;
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.animated[class*="in-view"] {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    
    
}

.animated {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;

    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -ms-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

.animated[class*="in-view"].fade-in-up {
    animation-name: fade-in-up;
    -webkit-animation-name: fade-in-up;
    -moz-animation-name: fade-in-up;
    -o-animation-name: fade-in-up;

    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -ms-animation-delay: .3s;
    -o-animation-delay: .3s;
    animation-delay: .3s;

    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

.animated[class*="in-view"].fade-in-down {
    animation-name: fade-in-down;
    -webkit-animation-name: fade-in-down;
    -moz-animation-name: fade-in-down;
    -o-animation-name: fade-in-down;

    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -ms-animation-delay: .3s;
    -o-animation-delay: .3s;
    animation-delay: .3s;

    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

@keyframes fade-in-up {
    0% { 
      opacity: 0; 
      transform: translateY(20px); } 
    100% { 
      opacity: 1; 
      transform: translateY(0); }
}

@-webkit-keyframes fade-in-up {
    0% { 
      opacity: 0; 
      -webkit-transform: translateY(20px); }
    100% { 
      opacity: 1; 
      -webkit-transform: translateY(0); }
}

@-moz-keyframes fade-in-up {
    0% { 
      opacity: 0; 
      -moz-transform: translateY(20px); }
    100% { 
      opacity: 1; 
      -moz-transform: translateY(0); }
}

@-o-keyframes fade-in-up {
    0% { 
      opacity: 0; 
      -o-transform: translateY(20px); }
    100% { 
      opacity: 1; 
      -o-transform: translateY(0); }
}
@keyframes fade-in-down {
    0% { 
      opacity: 0; 
      transform: translateY(-20px); } 
    100% { 
      opacity: 1; 
      transform: translateY(0); }
}

@-webkit-keyframes fade-in-down {
    0% { 
      opacity: 0; 
      -webkit-transform: translateY(-20px); }
    100% { 
      opacity: 1; 
      -webkit-transform: translateY(0); }
}

@-moz-keyframes fade-in-down {
    0% { 
      opacity: 0; 
      -moz-transform: translateY(-20px); }
    100% { 
      opacity: 1; 
      -moz-transform: translateY(0); }
}

@-o-keyframes fade-in-down {
    0% { 
      opacity: 0; 
      -o-transform: translateY(-20px); }
    100% { 
      opacity: 1; 
      -o-transform: translateY(0); }
}




/************************
 *     Inside page      *
 ***********************/
.page-banner, .title-banner {
  padding-bottom: 0;
  position: relative;
  /*background: #28231c url('../images/footer-bg.jpg') repeat;*/
  background: #28231c url('../images/kaitlin-suggs-temple-room-artstation-lowcompress.webp') repeat bottom center;
  text-align: center;
  padding: 160px 0 0;
}
.title-banner:before {
    position: absolute;
    content: '';
    background: rgb(0 0 0 / 25%);
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.title-banner .container {
    z-index: 2;
}
.page-banner.left, .title-banner.left {
  text-align: left;
}
.main-menu.transparent + .page-banner, .main-menu.transparent + .title-banner {
  padding: 150px 0 0;
}
.page-banner h1, .title-banner h1 {
  color: #fff;
  margin-top: 0;
  font-weight: 400;
}
.page-banner p, .title-banner p {
  color: #fff;
  font-weight: 400;
  line-height: 1.7;
}
.page-banner p span, .title-banner p span {
  color: var(--primary-color);
  margin-left: 30px;
}
.page-banner p span:first-child, .title-banner p span:first-child {
  margin-left: 0;
}

.page-banner .page-info, .title-banner .title-info {
  background-color: #18130d;
  display: block;
  overflow: hidden;
  margin-top: 100px;
  padding: 15px;
}
.page-banner .page-info .breadcrumb, .title-banner .title-info .breadcrumb {
  margin-bottom: 0;
  background-color: transparent;
}
.page-banner .page-info .breadcrumb li a, .title-banner .title-info .breadcrumb li a {
  color: #cba75b;
}
.page-banner .page-info .breadcrumb li.active, .title-banner .title-info .breadcrumb li.active {
  color: var(--primary-color);
}
.page-banner .page-info .social-share, .title-banner .title-info .social-share {
  margin-bottom: 0;
  background-color: transparent;
  padding: 0 15px;
  list-style: none;
}
.page-banner .page-info .social-share li, .title-banner .title-info .social-share li {
  display: inline-block;
}
.page-banner .page-info .social-share li a, .title-banner .title-info .social-share li a {
  display: block;
  padding: 8px;
  color: #222F3E;
}
.page-banner .page-info .social-share li:hover a, .title-banner .title-info .social-share li:hover a {
  display: block;
  padding: 8px;
  color: var(--primary-color);
}
.inner-page {
  z-index: 999;
  /*background: url(../images/stock/egypt-01.svg) no-repeat bottom left,url(../images/stock/egypt-04.svg) no-repeat right 80px;*/
  /*background-size: 7% auto, 5% auto;  */
  /*border-top: 1px solid #ddd;*/
}
.no-border {
  border: none !important;
}
.inner-page .page-content {
  padding: 0;
}

.page-tool {
  background-color: var(--light-color);
  display: block;
  position: relative;
  display: table;
  width: 100%;
  margin-bottom: 15px;
}
.page-tool span.tool-title {
  color: #222f3e;
  display: inline-block;
  margin: 0;
  padding: 10px;
  float: left;
  font-size: 13px;
}
.page-tool ul {
  display: inline-block;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.page-tool ul.layout-options {
  float: left
}
.page-tool ul li {
  float: left;
  list-style: none;
}
.page-tool ul li a {
  padding: 10px 5px;
  display: block;
  color: #afafaf;
}
.page-tool ul li.active a, .page-tool ul li:hover a {
  color: #222f3e;
}
.page-tool select {
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin-top: 5px;
  margin-right: 10px;
}
.btn.show-sidebar {
  margin-bottom: 10px;
}
#sidebar-container.in {
  margin-bottom: 10px;
}
.page-sidebar {
  box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.10);
  border-radius: 5px;
  border: 1px solid #f0f0f0;
  padding: 10px;
}
.sidebar-widget {
  margin-bottom: 15px;
}
.sidebar-widget:last-child {
  margin-bottom: 0px;
}
.sidebar-widget .widget-title {
  color: var(--primary-color);
  padding: 0 0 10px;
  margin-top: 0;
  border-bottom: 1px solid var(--primary-color);
}

.sidebar-widget .widget-body {
  padding-bottom: 10px;
}
.sidebar-widget .widget-body ul {
  margin: 0;
  padding: 0;
}
.sidebar-widget .widget-body ul li {
  display: block;
  list-style: none;
  border-bottom: 1px solid #f0f0f0;
}
.sidebar-widget .widget-body ul li a {
  display: block;
  position: relative;
  padding: 5px 0 5px 15px;
  color: #222F3E;
}
.sidebar-widget .widget-body ul li:hover a {
  background-color: var(--light-color);
  color: var(--primary-color)
}
.sidebar-widget .widget-body ul li a:before {
  position: absolute;
  top: 5px;
  left: 5px;
  content: '\f105';
  font-family: 'FontAwesome';
}

/* Widget */
.sidebar .widget {
    padding: 20px;
    border: 2px solid #eaeaea;
    border-radius: 2px;
    margin-bottom: 30px;
}

.widget .widget-title {
	position: relative;
	margin: 0 0 25px 0;
}

.widget .widget-title h5 {
	color: #000;
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
}

.widget .widget-title:after {
	content: "";
	height: 2px;
	width: 20px;
	position: absolute;
	display: inline-block;
	background-color: var(--primary-color);
}

.block-title {
  position: relative;
  margin: 40px 0 25px 0;
}

.block-title h4 {
  color: #cba75b;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}

.block-title:after {
  content: "";
  height: 2px;
  width: 20px;
  position: absolute;
  display: inline-block;
  background-color: var(--primary-color);
}

/* posts Widegt */
.widget-posts .item {
	position: relative;
	display: flex;
	margin-bottom: 10px;
	border-bottom: 1px solid #eaeaea;
}

.widget-posts .item:last-of-type {
	margin-bottom: 0
}

.widget-posts .item img {
	position: absolute;
	left: 0;
	top: 0
}

.rtl .widget-posts .item img {
	left: auto;
	right: 0;
}

.widget-posts .item .item-desc {
	position: relative;
	margin-left: 90px;
}

.rtl .widget-posts .item .item-desc {
	margin-left: 0px;
	margin-right: 90px;
}

.widget-posts .item .item-desc .item-title {
	margin-bottom: 5px;
	line-height: 22px;
	max-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.widget-posts .item .item-desc .item-title a {
	color: var(--secondary-color, #333);
	font-size: 15px;
	font-weight: 700;
}

.widget-posts .item .item-desc .item-title a:hover {
	color: #000;
}

.widget-posts .item .item-desc .item-meta {
	padding-bottom: 10px;
}

.widget-posts .item:last-child {
	border-bottom: none;
}

.widget-posts .item:last-child .item-meta {
	padding-bottom: 0
}

.widget-posts .item .item-desc .item-meta {
	font-family: 'Ubuntu', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	color: #a9a9ab;
	text-transform: capitalize
}

.widget-posts .item .item-desc .item-meta .item-price {
	color: var(--secondary-color, #333);
	font-weight: 700;
	margin-bottom: 0px;
}

.widget-posts .item .item-desc .item-meta .item-ratings {
  position: relative;
  animation-delay: 1.4s !important;
  color: var(--secondary-color, #333);
  margin-bottom: 5px;
  font-size: 13px;
}
.widget-posts .item .item-desc .item-meta .item-ratings .fa-star {
  color: var(--primary-color, #F5C910);
  
}
.widget-posts .item .item-desc .item-meta .item-ratings .fa-star.empty {
  color: #aaa;
}

.widget-posts .item .item-desc .item-meta .slash {
	color: #414141;
}

/* Category Widget */
.widget-categories ul li a {
	color: var(--secondary-color, #333);
	font-size: 13px;
	font-weight: 400;
	line-height: 36px;
}

.widget-categories ul li a:hover {
	color: #000;
}

.widget-categories ul li a i {
	color: #aaaaaa;
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
	margin-right: 10px;
}

.widget-categories ul li a:hover i {
	color: #46a1f0;
}

.widget-categories ul li a span {
	margin-left: 5px;
	color: #46a1f0
}

/* Category Widget */
.widget-form .form-control{
    border-radius: 0;
}

label {
    display: block;
}

.sticky-element {
    position: sticky;
    top: 10px;
}

.total-price {
    font-size: 26px;
}

.btn-link {
  font-weight: 400;
  /*color: var(--primary-color);*/
  text-decoration: none;
}

.btn-link:hover {
  color: #1b527c;
  text-decoration: none;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: none;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #8c98a4;
  pointer-events: none;
}

/*-------------------------------------------*\
    1.14. Custom-forms
\*-------------------------------------------*/
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.813rem;
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(41, 124, 187, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ebf0f7;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #aad0ec;
  border-color: #aad0ec;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #8c98a4;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #f8fafd;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.0935rem;
  left: -1.813rem;
  display: block;
  width: 1.313rem;
  height: 1.313rem;
  pointer-events: none;
  content: "";
  background-color: transparent;
  border: #ebf0f7 solid 2px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.0935rem;
  left: -1.813rem;
  display: block;
  width: 1.313rem;
  height: 1.313rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.3125rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(41, 124, 187, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(41, 124, 187, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(41, 124, 187, 0.5);
}

.custom-switch {
  padding-left: 4.5rem;
}

.custom-switch .custom-control-label::before {
  left: -4.5rem;
  width: 4rem;
  pointer-events: all;
  border-radius: 0.6565rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.0935rem + 4px);
  left: calc(-4.5rem + 4px);
  width: 1.25rem;
  height: 1.25rem;
  background-color: #ebf0f7;
  border-radius: 0.6565rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 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;
  transition: transform 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, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(2.687rem);
          transform: translateX(2.687rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(41, 124, 187, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.8rem + 4px);
  padding: 0.9rem 2rem 0.9rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3b444f;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px;
  background-color: #fff;
  border: 2px solid #d5dae2;
  border-radius: 0.3125rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: rgba(41, 124, 187, 0.5);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(41, 124, 187, 0.25);
}

.custom-select:focus::-ms-value {
  color: #3b444f;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1rem;
  background-image: none;
}

.custom-select:disabled {
  color: #8c98a4;
  background-color: #f8fafd;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 1.25rem + 4px);
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.125rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 2.25rem + 4px);
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  padding-left: 1.125rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.8rem + 4px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1.8rem + 4px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #ebf0f7;
  box-shadow: 0 0 0 0.2rem rgba(41, 124, 187, 0.25);
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #f8fafd;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 1.8rem + 4px);
  padding: 0.9rem 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3b444f;
  background-color: #fff;
  border: 2px solid #ebf0f7;
  border-radius: 0.3125rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1.8rem);
  padding: 0.9rem 1rem;
  line-height: 1.5;
  color: #3b444f;
  content: "Browse";
  background-color: #fff;
  border-left: inherit;
  border-radius: 0 0.3125rem 0.3125rem 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(41, 124, 187, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(41, 124, 187, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(41, 124, 187, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: var(--primary-color);
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #aad0ec;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e7eaf3;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: var(--primary-color);
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #aad0ec;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e7eaf3;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: var(--primary-color);
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #aad0ec;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #e7eaf3;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #e7eaf3;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #97a4af;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #97a4af;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #97a4af;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: 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) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.order-status-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.order-status-icon i, .order-status-icon i:after, .order-status-icon i:before {
    line-height: 40px;
}

.form-control {
    background-color: transparent;
    color: var(--bs-primary);
    border: var(--bs-border-width) solid var(--bs-primary);
    border-radius: var(--bs-border-radius);
}

.form-select {
    color: var(--bs-primary);
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-primary);
}

.form-control:focus, .form-select:focus {
    color: var(--bs-body-color);
    background-color: #e1d3ac;
    border-color: #fef586;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(253 201 13 / 25%);
}

/* Standard (modern browsers) */
::placeholder {
  color: var(--primary-color);
  opacity: 1; /* optional: ensures full opacity */
}

/* For older versions of Safari, Chrome, Edge */
::-webkit-input-placeholder {
  color: var(--primary-color);
}

/* For Firefox */
::-moz-placeholder {
  color: var(--primary-color);
}

/* For Internet Explorer 10-11 */
:-ms-input-placeholder {
  color: var(--primary-color);
}

/* For Microsoft Edge (old versions) */
::-ms-input-placeholder {
  color: var(--primary-color);
}