:root {
  --bs-primary: #805137;
  --bs-primary-dark: #d52600;
  --bs-primary-light: #fff9f7;
  --bs-primary-shadow: rgb(128 81 55 / 0.5);
  --bs-secondary: #29272e;
  --bs-secondary-dark: #222222;
  --bs-black: #000000;
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #ed1c24;
  --bs-orange: #fd7e14;
  --bs-orange-dark: #ee4a34;
  --bs-orange-dark-light: #fae4df;
  --bs-yellow: #fdc50e;
  --bs-green: #28a745;
  --bs-teal: #20c997;
  --bs-cyan: #17a2b8;
  --bs-white: #ffffff;
  --bs-gray: #dedede;
  --bs-gray-light: #ebebeb;
  --bs-gray-dark: #343a40;
  --bs-gray-500: #f2f2f2;
  --bs-gray-500-thumb: #c2c2c2;
  --bs-success: #28a745;
  --bs-info: #17a2b8;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #343a40;
  --bs-font-sans-serif: 'Lato', sans-serif;
  --bs-font-title: 'Satisfy', cursive;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    'Liberation Mono', 'Courier New', monospace;
  --bs-font-awesome: 'FontAwesome';
  --bs-font-awesome-brand: 'Font Awesome 5 Brands';
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-gradient-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-shadow: 2px 5px 20px rgba(0, 0, 0, 0.2);
  --bs-transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  --bs-transition-slow: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  --bs-transition-very-slow: all 0.75s cubic-bezier(0.645, 0.045, 0.355, 1);
}

a:hover {
  box-shadow: none !important;
}

.slider-section {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  color: #fff;
  background-color: var(--bs-secondary);
  z-index: 0;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  display: block;
}
