@font-face {
  font-family: "AvertaPE";
  src: url(./fonts/AvertaPE-Regular.otf);
}

.navbar {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
  padding: 0;
  height: 100px;
  background-color: unset !important;
  display: flex;
  align-items: center;
  padding: 0 40px;
  /* display: none; */
}
.navbar-brand {
  display: flex !important;
  align-items: center;
}
.eskimi-logo {
  width: 200px;
}
.creative-txt {
  margin-bottom: 0 !important;
  margin-left: 20px;
  font-size: 30px;
  color: white;
}
.off-canvas {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  max-width: 300px;
  height: 100vh;
  border-left: 1px solid #000;
  background-color: white;
  align-items: flex-start !important;
  padding-top: 100px;
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.close-btn {
  position: absolute;
  top: 30px;
  right: 20px;
}

.hide-offcanvas {
  transform: translateX(300px);
}

.navbar-nav {
  flex-direction: column !important;
}
