@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo2/v21/7cH1v4okm5zmbvwkAx_sfcEuiD8jvvKcPg.ttf) format('truetype');
}
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v31/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkP8o18E.ttf) format('truetype');
}
::selection {
  color: #fff;
  background: #332216;
}
::-moz-selection {
  color: #fff;
  background: #332216;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #332216;
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
}
body {
  font-family: 'Quicksand', sans-serif;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
a:visited {
  color: inherit;
}
a:focus {
  color: white !important;
}
header {
  padding: 20px;
  transition: all 0.3s ease-in-out;
  border-bottom: none;
  background: #000;
  box-shadow: none;
}
header nav {
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  border-radius: 0px;
  min-height: 140px;
  transition: all 0.3s ease-in-out;
  padding: 0 !important;
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../images/nav.png');
}
header nav #nav-wrapper {
  max-height: 60px;
}
header a {
  color: white;
}
header a:active {
  color: white;
}
header a:focus {
  color: white;
}
header a:visited {
  color: white;
}
header a:hover {
  color: white;
}
header .nav-link {
  font-family: 'Exo 2', sans-serif;
  color: white;
}
header .nav-link:hover {
  color: white !important;
}
header .active {
  background-color: #ffbd6a55;
  color: #fff !important;
  border-radius: 3px;
}
header .active:hover {
  color: black !important;
}
header .move {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  transition: all 0.3s ease-in-out;
  min-height: 90px !important;
  background: url('../images/nav.png'), linear-gradient(to right, #bc5d36, #f9833f);
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
}
header #logo {
  width: 60px;
  border-radius: 3px;
}
header #logo-text {
  color: white;
  font-size: 20px;
  margin: auto;
  padding-left: 25px;
  font-family: 'Exo 2', sans-serif;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1200px) {
  header #logo-text {
    width: 250px;
  }
}
@media screen and (max-width: 992px) {
  header #logo-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 450px) {
  header #logo-text {
    font-size: 15px;
    width: 150px;
  }
}
header .navbar-toggler {
  position: fixed;
  top: 12px;
  right: 13px;
  border-radius: 50px;
  width: 60px;
  height: 60px;
}
header #navbarNav ul {
  width: 100%;
}
@media screen and (max-width: 992px) {
  header #navbarNav ul {
    padding-top: 20px;
  }
}
main {
  min-height: 100vh;
  background: #efefef;
  position: relative;
}
main #separator-1 {
  min-height: 20vh;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-image: url('../images/separator.webp');
}
main #separator-2 {
  min-height: 20vh;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-image: url('../images/separator.webp');
}
main #separator-3 {
  min-height: 20vh;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-image: url('../images/separator.webp');
}
main #separator-4 {
  min-height: 20vh;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-image: url('../images/separator.webp');
}
main #separator-5 {
  min-height: 20vh;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-image: url('../images/separator.webp');
}
main #map {
  min-height: 50vh;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-image: url('../images/map.webp');
}
main #hero {
  min-height: 105vh;
  padding-top: 110px;
  background-color: #feffff;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  background-image: url('../images/hero.webp');
  color: white;
}
main #hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 105vh;
  background: linear-gradient(to bottom right, #000000 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
main #hero .lead {
  font-size: 1.4em;
  position: relative;
  z-index: 20;
}
main #hero h1 {
  position: relative;
  z-index: 20;
  color: white !important;
}
main #hero h1 span {
  display: block;
  font-size: 30px;
}
main #hero .content {
  width: 58%;
  text-align: left !important;
  padding: 27px;
}
@media screen and (max-width: 900px) {
  main #hero .content {
    width: 100%;
  }
}
main #hero .content p {
  margin: 0;
  width: 70%;
}
@media screen and (max-width: 550px) {
  main #hero .content p {
    width: 90%;
    font-size: 1rem;
  }
}
main #product {
  padding-left: 10%;
  padding-right: 10%;
}
@media screen and (max-width: 992px) {
  main #product {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 576px) {
  main #product {
    padding-left: 10px;
    padding-right: 10px;
  }
}
main #product .image {
  min-height: 100%;
  background-position: center;
  background-size: cover;
  background-image: url('../images/image1.webp');
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
main #wtt-88 {
  padding-left: 10%;
  padding-right: 10%;
}
@media screen and (max-width: 992px) {
  main #wtt-88 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 576px) {
  main #wtt-88 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
main #wtt-88 .image {
  min-height: 100%;
  background-position: center;
  background-size: cover;
  background-image: url('../images/image2.webp');
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
main #models {
  background-color: #000;
  padding-left: 10%;
  padding-right: 10%;
  color: white;
}
@media screen and (max-width: 992px) {
  main #models {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 576px) {
  main #models {
    padding-left: 10px;
    padding-right: 10px;
  }
}
main #models h2,
main #models h3 {
  color: white;
}
main #models h2 span,
main #models h3 span {
  display: block;
  font-size: 0.9em;
}
main #models .items {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 10px;
}
@media (max-width: 650px) {
  main #models .items {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 50px;
  }
}
@media (max-width: 450px) {
  main #models .items {
    padding: 0 10px;
  }
}
main #models .items .item {
  place-content: center;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  border: 1px solid #cacaca;
  border-radius: 30px;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-gap: 10px;
  position: relative;
  min-height: 300px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 1300px) {
  main #models .items .item {
    grid-template-columns: repeat(1, 1fr);
  }
}
main #models .items .item:hover {
  transform: scale(1.02);
}
main #models .items .item .img {
  height: 100%;
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
@media (max-width: 1300px) {
  main #models .items .item .img {
    background-position: bottom;
    background-size: cover;
    min-height: 300px;
  }
}
main #models .items .item .content {
  min-height: 200px;
}
main #models .items .item h3 {
  margin: 15px 0;
  padding: 0 10px;
}
main #models .items .item p {
  padding: 0 10px;
}
main #support {
  padding-left: 10%;
  padding-right: 10%;
  font-size: 26px;
}
@media screen and (max-width: 992px) {
  main #support {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 576px) {
  main #support {
    padding-left: 10px;
    padding-right: 10px;
  }
}
main #support .image {
  min-height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../images/image3.webp');
  border-radius: 12px;
}
main #contact {
  padding-left: 10%;
  padding-right: 10%;
  color: white;
  background: linear-gradient(to right, #332216, #54331d);
}
@media screen and (max-width: 992px) {
  main #contact {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 576px) {
  main #contact {
    padding-left: 10px;
    padding-right: 10px;
  }
}
main #contact h1,
main #contact h2,
main #contact h3,
main #contact h4,
main #contact h5,
main #contact h6 {
  color: white;
  font-weight: 800;
}
main #contact .footer-cols {
  color: #d4cece;
  text-align: justify;
}
main #section-content {
  width: 0;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #0009;
  overflow: hidden;
  transition: width 0.5s;
  z-index: 10090;
}
main #section-content #close-content {
  position: absolute;
  top: 0;
  right: 0;
  height: 75px;
  width: 75px;
  color: white;
  cursor: pointer;
}
main #section-content #modal-content {
  padding: 0;
}
main #section-content .content-block {
  background-color: white;
  height: 80%;
  width: 80%;
  margin: auto;
  margin-top: auto;
  border-radius: 25px;
  margin-top: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 20px;
  padding: 30px;
}
@media (max-width: 1024px) {
  main #section-content .content-block {
    grid-template-columns: 1fr;
    font-size: 0.9em;
  }
}
@media (max-width: 1024px) {
  main #section-content .content-block p {
    padding: 30px;
  }
}
@media (max-width: 400px) {
  main #section-content .content-block p {
    font-size: 0.9em;
  }
}
main #section-content .content-block .image {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-border-top-left-radius: 25px;
  -webkit-border-bottom-left-radius: 25px;
  -moz-border-radius-topleft: 25px;
  -moz-border-radius-bottomleft: 25px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
@media (max-width: 1024px) {
  main #section-content .content-block .image {
    display: none;
  }
}
main #section-content .content-block .action {
  outline: 2px solid #f7b3cb;
  outline-offset: 2px;
  padding: 10px 20px;
  background-color: #f7b3cb;
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
@media (max-width: 1024px) {
  main #section-content .content-block .action {
    margin-left: 30px;
  }
}
main #section-content .content-block .action::hover {
  background-color: #e695b8;
}
main #section-content .content-block .metric {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
}
main #section-content .content-block .metric .box {
  padding: 2px;
  place-content: center;
  display: grid;
}
main #section-content .content-block .metric .box img {
  width: 110px;
  height: 110px;
  border-radius: 40px;
}
@media (max-width: 700px) {
  main #section-content .content-block .metric .box img {
    width: 60px;
    height: 60px;
  }
}
main #section-content .content-block .metric .box p {
  display: inline;
  padding: 0;
}
main #section-content .content-block .metric .box p span {
  display: inline;
}
main .section {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 992px) {
  main .section .second {
    order: 2;
  }
}
footer {
  font-size: 10px;
}
footer .company {
  font-weight: bold;
}
footer #support {
  color: var(--bs-secondary-color) !important;
}
footer #support a {
  color: var(--bs-secondary-color) !important;
  text-decoration: none;
  border: solid 1px #eff0f250;
  padding: 0 2px 0 0;
  transition: all 0.3s ease-in-out;
}
footer #support a:hover {
  border: solid 1px #14540450;
}
footer #support a:hover span {
  background-color: #145404;
}
footer #support a span {
  background-color: var(--bs-secondary-color);
  transition: all 0.3s ease-in-out;
  color: white;
  font-weight: bold;
  padding: 1px 2px;
}
.button-container {
  margin-top: 80px;
  margin-bottom: 20px;
  text-align: center;
}
.button-container .styled-button {
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #332216;
  border: 2px solid #332216;
  border-radius: 5px;
  transition: background-color 0.3s, color 0.3s;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.button-container .styled-button:hover {
  background-color: #fff;
  color: #332216;
}
.image-right {
  position: relative;
  z-index: 2;
}
.image-right::after {
  content: '';
  position: absolute;
  top: -35px;
  right: -35px;
  width: 70px;
  height: 70px;
  background-color: #ba5b35;
  z-index: 1;
}
.image-right::before {
  content: '';
  position: absolute;
  top: -55px;
  right: -55px;
  width: 80px;
  height: 80px;
  background-color: #a53914;
  z-index: 1;
}
.image-left {
  position: relative;
  z-index: 2;
}
.image-left::after {
  content: '';
  position: absolute;
  top: -35px;
  left: -35px;
  width: 70px;
  height: 70px;
  background-color: #ba5b35;
  z-index: 1;
}
.image-left::before {
  content: '';
  position: absolute;
  top: -55px;
  left: -55px;
  width: 80px;
  height: 80px;
  background-color: #a53914;
  z-index: 1;
}
/*# sourceMappingURL=style.css.map */