.navigation-links2-nav {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.navigation-links2-text1,
.navigation-links2-text2,
.navigation-links2-text3,
.navigation-links2-text4 {
  margin-left: var(--dl-space-space-twounits);
}

/* =========================
   MAIN LAYOUT
========================= */

.home-container {
  width: 100%;
  min-height: 100vh;

  display: flex;
  flex-direction: column;
  align-items: center;

  overflow-x: hidden;
}

.home-container1 {
  width: 100%;

  display: flex;
  justify-content: center;

  background-color: rgba(249, 249, 249, 0.18);

  box-shadow: 5px 5px 10px 0px #d4d4d4;
}

.home-header {
  width: 100%;
  max-width: var(--dl-size-size-maxwidth);

  height: 104px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  padding:
    var(--dl-space-space-twounits) var(--dl-space-space-threeunits);
}

/* =========================
   LOGO
========================= */

.home-image,
.home-image2 {
  width: 64px;
  height: 70px;
}

.home-image1 {
  height: 5rem;
}

/* =========================
   NAVIGATION
========================= */

.home-nav {
  display: flex;
}

.home-btn-group {
  display: flex;
  align-items: center;
}

.home-icon {
  width: 24px;
  height: 24px;

  margin-left: 70px;
}

.home-burger-menu {
  display: none;
}

.home-icon02,
.home-icon04,
.home-icon06,
.home-icon08,
.home-icon10,
.home-icon12 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}

.home-icon06,
.home-icon08,
.home-icon12,
.home-icon14 {
  margin-right: var(--dl-space-space-twounits);
}

/* =========================
   MOBILE MENU
========================= */

.home-mobile-menu {
  position: absolute;

  top: 0;
  left: 0;

  width: 100%;
  height: 100vh;

  display: none;
  flex-direction: column;
  justify-content: space-between;

  background-color: #fff;

  z-index: 100;

  overflow-x: hidden;

  padding: 32px;
}

.home-nav1 {
  display: flex;
  flex-direction: column;
}

.home-container2 {
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: space-between;

  margin-bottom: var(--dl-space-space-threeunits);
}

/* =========================
   HERO
========================= */

.home-container3 {
  width: 100%;

  display: flex;
  justify-content: center;
  align-items: center;

  padding: 0;
  margin: 0;

  text-align: center;
}

.home-hero {
  width: 100vw;
  max-width: 100%;
  min-height: 100vh;

  margin: 0;


  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  padding: var(--dl-space-space-threeunits);

  border-radius: 0;

  background-image: url('/static/images/14.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  text-align: center;

  overflow: hidden;

  box-shadow: 5px 5px 10px 0px #d4d4d4;
}

.home-text {
  color: #ffffff;

  font-size: 0.75rem;

  letter-spacing: 2px;

  max-width: 90%;
}

.home-text1 {
  text-transform: uppercase;
}

.home-text2 {
  color: var(--dl-color-gray-white);

  font-size: 3rem;

  max-width: 450px;

  text-align: center;

  margin-top: var(--dl-space-space-twounits);
  margin-bottom: var(--dl-space-space-twounits);

  line-height: 1.2;
}

.home-button {
  color: var(--dl-color-gray-white);

  background-color: rgba(0, 0, 0, 0.29);

  padding:
    var(--dl-space-space-unit) var(--dl-space-space-twounits);

  transition: 0.3s;
}

.home-button:hover {
  transform: scale(1.02);
}

/* =========================
   FOOTER
========================= */

.home-container4 {
  width: 100%;

  display: flex;
  justify-content: center;

  margin-top: 40px;
}

.home-footer {
  width: 100%;
  max-width: var(--dl-size-size-maxwidth);

  display: flex;
  align-items: center;
  justify-content: space-between;

  padding:
    20px var(--dl-space-space-threeunits);
}

.home-container5 {
  display: flex;
  align-items: center;
}

.home-icon-group1 {
  display: flex;
  align-items: center;
}

.home-icon-group1 svg {
  width: 20px;
  height: 20px;

  fill: #000;

  transition: 0.3s;
}

.home-icon-group1 a {
  display: flex;
  align-items: center;
  justify-content: center;

  margin-left: 20px;
}

.home-icon-group1 svg:hover {
  opacity: 0.7;
  transform: scale(1.1);
}

/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {

  .navigation-links2-nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .navigation-links2-text1,
  .navigation-links2-text2,
  .navigation-links2-text3,
  .navigation-links2-text4 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }

  .home-nav,
  .home-btn-group {
    display: none;
  }

  .home-burger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .home-header,
  .home-footer {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }

  .home-hero {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }

  .home-text3 {
    text-align: center;
  }
}

@media (max-width: 479px) {

  .home-header {
    padding: var(--dl-space-space-unit);
  }

  .home-mobile-menu {
    padding: 16px;
  }

  .home-mobile-menu.active {
    display: flex;

    position: fixed;
    top: 0;
    left: 0;

    width: 100%;
    height: 100vh;

    background: white;

    z-index: 9999;

    flex-direction: column;

    padding: 40px 30px;
  }

  .home-mobile-menu a {
    font-size: 24px;

    margin-bottom: 25px;

    color: black;

    text-decoration: none;
  }

  .home-hero {
    padding:
      var(--dl-space-space-twounits) var(--dl-space-space-unit);
  }

  .home-text2 {
    width: 100%;
    max-width: 320px;

    font-size: 2.4rem;

    margin-left: auto;
    margin-right: auto;
  }

  .home-footer {
    flex-direction: column;
  }

  .home-container5 {
    margin-top: 20px;
  }

  .home-text3 {
    margin-bottom: var(--dl-space-space-unit);
  }
}

.mb-5 {
  margin-top: 3rem;
  margin-bottom: 3rem !important;

  text-align: center;
}