.font-sora {
  font-family: "Sora", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.font-inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.white {
  color: #fff !important;
}
.white img {
  filter: invert(1);
}

.mt-100 {
  margin-top: 100px !important;
}

body {
  min-height: 100vh;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}

.homepage {
  font-family: "Sora", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  color: #fff;
  background: url("images/bg.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.homepage .icon-list {
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
}
.homepage .icon-list li {
  display: inline-block;
  margin-right: 5px;
}
.homepage .icon-list li img {
  max-height: 50px;
}
.homepage h1 {
  font-size: 3.5rem;
  line-height: 3.5rem;
  font-style: normal;
}
@media only screen and (max-width: 786px) {
  .homepage h1 {
    font-size: 2.5rem;
    line-height: 2.8rem;
  }
}
.homepage .pointer {
  text-align: center;
  margin-bottom: 25px;
}
.homepage .pointer:last-child {
  margin-bottom: 0;
}
.homepage .pointer h2 {
  font-size: 3.2rem;
  line-height: 3rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 786px) {
  .homepage .pointer h2 {
    font-size: 2.2rem;
    line-height: 2rem;
  }
}
.homepage .pointer span {
  display: inline-block;
  font-size: 0.6rem;
  line-height: 0.7rem;
}
.homepage .wrapper {
  min-height: 100vh;
  justify-content: flex-end;
  margin-top: 0;
}

.navbar-brand {
  position: relative;
  z-index: 7;
}
.navbar-brand img {
  max-height: 65px;
}

body.menu-open .burgermenu line.top {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  stroke-linecap: round;
}
body.menu-open .burgermenu line.middle {
  transform: scaleX(0.1);
  -webkit-transform: scaleX(0.1);
  -moz-transform: scaleX(0.1);
  -ms-transform: scaleX(0.1);
  -o-transform: scaleX(0.1);
  opacity: 0;
}
body.menu-open .burgermenu line.bottom {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  stroke-linecap: round;
  stroke-dashoffset: 0%;
}

.bg-navbar {
  background: #fff;
}

.navigation {
  position: relative;
}

.burgermenu {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  transform: scaleX(-1);
  z-index: 9;
}
.burgermenu:hover line.bottom {
  stroke-dashoffset: 0%;
}
.burgermenu line {
  stroke: #000;
  stroke-dasharray: 100%;
  stroke-dashoffset: 0%;
  transition: transform 0.3s, stroke-dashoffset 0.4s;
  transform-origin: center;
  stroke-width: 3px;
}
.burgermenu line.top {
  transform: translateY(-35%);
  -webkit-transform: translateY(-35%);
  -moz-transform: translateY(35%);
  -ms-transform: translateY(35%);
  -o-transform: translateY(35%);
}
.burgermenu line.middle {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transition: opacity 0.3s, transform 0.3s;
  -moz-transition: opacity 0.3s, transform 0.3s;
  -ms-transition: opacity 0.3s, transform 0.3s;
  -o-transition: opacity 0.3s, transform 0.3s;
}
.burgermenu line.bottom {
  transform: translateY(33%);
  -webkit-transform: translateY(33%);
  -moz-transform: translateY(33%);
  -ms-transform: translateY(33%);
  -o-transform: translateY(33%);
  stroke-dasharray: 100%;
  stroke-dashoffset: 9px;
}

.main-nav {
  z-index: 8;
  background: #fff;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 320px;
  max-height: 0;
  overflow-y: hidden;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  transition: 0.2s all ease-in-out;
}
.main-nav.expand {
  max-height: 600px;
  visibility: visible;
}
.main-nav ul {
  padding: 80px 0 0;
  margin: 0;
  list-style: none;
  transition: 0.2s all ease-in-out;
}
.main-nav ul li {
  padding: 15px 30px;
}
.main-nav ul li:last-child {
  margin-top: 15px;
  padding: 25px 30px;
  background: #F50B00;
}
.main-nav ul li:last-child span {
  font-size: 0.7rem;
  color: #fff;
}
.main-nav ul li:last-child a {
  color: #fff;
  font-size: 0.9rem;
}
.main-nav ul li a {
  font-family: "Sora", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 1.1rem;
  display: block;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  transition: 0.2s all ease-in-out;
}
.main-nav ul li a:hover {
  opacity: 0.7;
}

.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

footer ul {
  padding: 0;
  margin: 20px 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer ul li {
  font-size: 0.7rem;
}
footer ul li img {
  max-height: 30px;
}/*# sourceMappingURL=style.css.map */