@font-face {
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/comfortaa/v45/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4WjMPrQ.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: #000;
  background: #f0c761;
}
::-moz-selection {
  color: #000;
  background: #f0c761;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #4c3830;
  font-family: 'Comfortaa', sans-serif;
  text-transform: uppercase;
}
h2::before {
  content: "\2500";
  display: inline-block;
  margin-right: 30px;
  background: linear-gradient(to left, #4c3830, #000);
  -webkit-background-clip: text;
  color: transparent;
  text-fill-color: transparent;
}
h2::after {
  content: "\2500";
  display: inline-block;
  margin-left: 30px;
  background: linear-gradient(to right, #4c3830, #000);
  -webkit-background-clip: text;
  color: transparent;
  text-fill-color: transparent;
}
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: transparent;
  box-shadow: none;
  text-transform: uppercase;
}
header nav {
  width: 100%;
  border-radius: 0px;
  transition: all 0.3s ease-in-out;
}
header nav #nav-wrapper {
  max-height: 60px;
}
header a {
  color: #eceaed;
}
header a:active {
  color: #eceaed;
}
header a:focus {
  color: #eceaed;
}
header a:visited {
  color: #eceaed;
}
header a:hover {
  color: #eceaed;
}
header .nav-link {
  color: #eceaed;
}
header .nav-link:hover {
  color: #eceaed !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;
  background-color: #2b2929;
}
header .active {
  background-color: #fff;
  color: #000 !important;
  border-radius: 3px;
}
header .active:hover {
  color: black !important;
}
header #logo {
  width: 60px;
  border-radius: 3px;
}
header #logo-text {
  color: white;
  font-size: 20px;
  margin: auto;
  padding-left: 25px;
}
@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 #hero {
  min-height: 105vh;
  padding-top: 110px;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url('../images/hero.webp');
  color: white;
  position: relative;
  top: -115px;
}
main #about {
  text-align: center;
}
main #about h1::before {
  content: "\2500";
  display: inline-block;
  margin-right: 30px;
  background: linear-gradient(to left, #4c3830, #efefef);
  -webkit-background-clip: text;
  color: transparent;
  text-fill-color: transparent;
}
main #about h1::after {
  content: "\2500";
  display: inline-block;
  margin-left: 30px;
  background: linear-gradient(to right, #4c3830, #efefef);
  -webkit-background-clip: text;
  color: transparent;
  text-fill-color: transparent;
}
main #offer {
  text-align: center;
  background-color: #000;
  padding-left: 10%;
  padding-right: 10%;
  color: white;
}
@media screen and (max-width: 992px) {
  main #offer {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 576px) {
  main #offer {
    padding-left: 10px;
    padding-right: 10px;
  }
}
main #offer h2,
main #offer h3 {
  color: white;
}
main #offer h2 span,
main #offer h3 span {
  display: block;
  font-size: 0.9em;
}
main #offer #device {
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  background-image: url('../images/left.webp');
  opacity: 0.6;
}
main #contact {
  min-height: 72vh;
}
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: #de6a21;
  border: 1px solid #de6a21;
  border-radius: 5px;
  transition: background-color 0.3s, color 0.3s;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.button-container .styled-button:hover {
  background-color: #fff;
  color: #de6a21;
}
/*.border-bottom{
    position: relative;
    border: none !important;
    &::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: linear-gradient(to right, #fffef4, #9d7a4a);
    }
}*/
/*# sourceMappingURL=style.css.map */