@import url('https://fonts.googleapis.com/css2?family=Heebo&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

  body {
    font-size: 16px;
  }

  .header {
    position: relative;
    background-size: cover;
    background-position: 50%;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
    box-sizing: border-box;
    
    background-attachment: fixed;
  }

  .cover_background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: .9;
    background-color: #181818;
  }

  ul.menu li {
    list-style: none;
    float: left;

  }

  ul.menu li a {
    color: #fff;
    text-decoration: none;
    padding: 10px;
    font-size: .9rem;

  }

  .responsive-menu {
    position: fixed;
    width: 100%;
    padding: 0px;
    margin: 0px;
    top:0;
    left: 0;
    height: 100vh;
    z-index: 100;
    background-color: #000;
    text-align: center;
  }

  ul.responsive-menu {
    padding-top: 30vh;
  }

  ul.responsive-menu li {
    list-style: none;
  }

  ul.responsive-menu li a {
    color: #fff;
    text-decoration: none;
    padding: 10px;
    display: block;
    font-size: 1rem;

  }


  .btn {
    border-radius: 0px;
  }

  .btn-light {
    background-color: transparent;
    border: 1px solid #FFFFFF;
    font-family: 'Heebo';
    color: #FFFFFF;
  }

  .text-gold {
    color: #ad9271
  }

  .h1 {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.1em;

  }

  .h5,
  .h2 {
    letter-spacing: 2px;
  }

  h3,
  h4,
  h5 {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
  }

  .card {
    padding: 1rem;
    border-radius: 0px;
    padding: 1.25em 2.375em;
    box-shadow: 0px 3px 15px 0px rgba(15, 15, 15, 0.102);
    border: 0px;

  }

  p {
    font-style: normal;
    font-weight: 300;
  }

  .intrace-margin-top-n100 {
    position: relative;
    margin-top: -90px !important;
    z-index: 2;
  }

  a,
  a:hover {
    color: #161616;

  }

  .bg-back {
    background-color: #161616;
  }

  .btn {
    font-family: 'Lato', sans-serif;
  }

  .mb-5 {
    margin-bottom: 5rem !important;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }