:root {
  --blue: #2f7cc3;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #ff6d45;
  --yellow: #ffc107;
  --lighter-brown-text: #f2d1a0;
  --lighter-brown: #3e2b19;
  --light-brown: #2b1f1c;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --olive: #afbf40;
  --black: #141717;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #2f7cc3;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #88caeb;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
    monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial,
    "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

@font-face {
  font-family: WidescreenRegular;
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Widescreen_Rg.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: WidescreenLight;
  font-style: normal;
  src: url("../fonts/Widescreen_Lt.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: WidescreenBold;
  font-style: normal;
  src: url("../fonts/Widescreen_Bd.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  font-family: "WidescreenRegular", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  color: #514544;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}

.navbar-brand {
  max-width: 120px;
}

.navbar-brand > img {
  max-width: 100%;
  height: auto;
}

.global__wrapper {
  overflow-x: hidden;
  overflow-y: auto;
}

footer .navbar-nav {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding-top: 50px;
}

footer .navbar-nav li {
  display: inline-block;
  margin: 10px 20px;
}

footer .navbar-nav li a {
  color: var(--white);
}

@media (max-width: 767px) {
  footer .navbar-nav li {
    display: block;
    margin: 10px;
  }
}

a,
a:hover,
a:active {
  text-decoration: none !important;
}

.header-slider .container h2 {
  position: absolute;
  display: inline-block;
  font-size: 50px;
  bottom: 30%;
  color: #ffffff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
  opacity: 0;
}

.slick-slider .container h2 {
  opacity: 1;
}

.header-slider .containerText h2 {
  position: absolute;
  display: inline-block;
  font-size: 50px;
  bottom: 30%;
  color: #ffffff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
  opacity: 0;
}

.slick-slider .containerText h2 {
  opacity: 1;
}