body {
  font-family: 'Averta-Regular', sans-serif;
  font-weight: 300;
  line-height: 1.9rem;
  overflow-x: hidden; }

section {
  padding-top: 7.42857143em;
  padding-bottom: 7.42857143em; }
  @media (max-width: 425px) {
    section {
      padding-top: 4em;
      padding-bottom: 4em; } }

@media (min-width: 426px) and (max-width: 768px) {
  section {
    padding-top: 4em;
    padding-bottom: 4em; } }

.home-banner {
  padding-top: 0rem;
  padding-bottom: 0;
  position: relative; }
  @media (max-width: 425px) {
    .home-banner {
      padding-top: 4em; } }

.card-header .img-top {
  display: none;
  position: absolute;
  top: 45px;
  left: 31%;
  z-index: 99; }

.card-header:hover .img-top {
  display: inline; }

.half-circle {
  background-color: #e78542;
  margin: 0px;
  color: white;
  text-align: center;
  vertical-align: top;
  overflow: hidden !important;
  font-size: 15px; }

.half-circle.horizontal {
  width: 150%;
  height: 90vh;
  position: absolute;
  left: -25%; }

.half-circle.horizontal.bottom {
  border-radius: 0 0 50% 50%/0 0 100% 100%; }

.half-circle.footer {
  background-color: #262833;
  width: 150%;
  height: 50vh;
  position: absolute;
  left: -25%; }

.half-circle.footer.top {
  border-radius: 50% 50% 0 0/100% 100% 0 0; }

a {
  text-decoration: none; }
  a:hover {
    color: #e78542; }

p {
  color: #555555; }

h4 {
  line-height: 2rem; }

.container {
  /*z-index: 2;*/ }

@media (max-width: 425px) {
  .text-center-xs {
    text-align: center; } }

/*hover effects*/
/* Bounce To Bottom */
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #462d25;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
  color: white; }

.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }

.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.btn,
button {
  overflow: hidden;
  border-radius: 25px;
  padding: 0.9em;
  font-size: 15px;
  font-family: "Averta-Semibold", sans-serif;
  min-width: 180px; }
  .btn.btn-primary,
  button.btn-primary {
    background-color: #e78542;
    border: 0px; }
  .btn.btn-black,
  button.btn-black {
    background-color: #000;
    border: 0px;
    color: white;
    border-radius: 15px;
    padding: 1.5em 0.9em; }
  .btn.btn-outline,
  button.btn-outline {
    background: white;
    border: 2px solid black; }
  .btn-cart,
  button-cart {
    position: absolute;
    bottom: -20px; }
  .btn.btn-yellow,
  button.btn-yellow {
    background-color: #f8d048;
    border: 0px;
    color: black !important; }
  .btn.btn-sm,
  button.btn-sm {
    padding: 0.8em;
    font-size: 14px;
    min-width: 130px; }

hr.hr-orange {
  background-color: #e78542;
  border-color: #e78542;
  opacity: 1; }

hr.hr-short {
  background: #e78542;
  height: 2px;
  margin: 1.5em auto;
  opacity: 1;
  width: 60px;
  vertical-align: middle; }

.font-300 {
  font-weight: 300; }

.font-600 {
  font-weight: 600; }

.font-700 {
  font-weight: 700; }

.font-bold {
  font-family: "Averta-Bold", sans-serif; }

.font-semibold {
  font-family: "Averta-Semibold", sans-serif; }

.color-primary {
  color: #e78542 !important; }

.color-body {
  color: #555555 !important; }

.color-white {
  color: white; }

.color-secondary {
  color: #462d25 !important; }

.color-black {
  color: black; }

.color-blue {
  color: #041c76; }

.color-yellow {
  color: #f8d048; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Averta-ExtraBold', sans-serif;
  font-weight: 600; }

.text-large {
  font-size: 9rem !important;
  line-height: 90vh; }
  @media (max-width: 425px) {
    .text-large {
      font-size: 8rem !important;
      line-height: 15vh !important;
      text-align: center;
      color: white !important;
      margin-top: 130px; } }

.text-med {
  font-size: 5rem; }

.icon {
  font-size: 24px;
  margin-right: 10px; }

.bg-secondary {
  background: #fafafa !important; }

.bg-dark {
  background: black !important; }
  .bg-dark * {
    color: white; }

.bg-light {
  background: #FFF3EF !important; }

.bg-d-orange {
  background: #e25d33 !important; }

.bg-outdoor {
  background-image: url("https://nextdaysite.com/demo/oges-kitchen/web/assets/img/outdoor-home.png");
  background-size: cover;
  background-position: 50% 50%; }

.bg-primary {
  background-color: #e78542 !important; }

.bg-transparent {
  background-color: transparent; }

.bg-yellow {
  background-color: #f8d048; }

.img-round {
  border-radius: 20px; }

.button {
  --background: #275efe;
  --text: #fff;
  --font-size: 16px;
  --duration: .44s;
  --move-hover: -4px;
  --shadow: 0 2px 8px -1px rgba(39, 94, 254, 0.32);
  --shadow-hover: 0 4px 20px -2px rgba(39, 94, 254, 0.5);
  --font-shadow: var(--font-size);
  padding: 16px 32px;
  font-family: 'Roboto';
  font-weight: 500;
  line-height: var(--font-size);
  border-radius: 24px;
  display: block;
  outline: none;
  text-decoration: none;
  font-size: var(--font-size);
  letter-spacing: .5px;
  background: var(--background);
  color: var(--text);
  box-shadow: var(--shadow);
  transform: translateY(var(--y)) translateZ(0);
  transition: transform var(--duration) ease, box-shadow var(--duration) ease; }
  .button div {
    display: flex;
    overflow: hidden;
    text-shadow: 0 var(--font-shadow) 0 var(--text); }
    .button div span {
      display: block;
      backface-visibility: hidden;
      font-style: normal;
      transition: transform var(--duration) ease;
      transform: translateY(var(--m)) translateZ(0); }
      .button div span:nth-child(1) {
        transition-delay: 0.05s; }
      .button div span:nth-child(2) {
        transition-delay: 0.1s; }
      .button div span:nth-child(3) {
        transition-delay: 0.15s; }
      .button div span:nth-child(4) {
        transition-delay: 0.2s; }
      .button div span:nth-child(5) {
        transition-delay: 0.25s; }
      .button div span:nth-child(6) {
        transition-delay: 0.3s; }
      .button div span:nth-child(7) {
        transition-delay: 0.35s; }
      .button div span:nth-child(8) {
        transition-delay: 0.4s; }
      .button div span:nth-child(9) {
        transition-delay: 0.45s; }
      .button div span:nth-child(10) {
        transition-delay: 0.5s; }
      .button div span:nth-child(11) {
        transition-delay: 0.55s; }
  .button:hover {
    --y: var(--move-hover);
    --shadow: var(--shadow-hover); }
    .button:hover span {
      --m: calc(var(--font-size) * -1); }
  .button.reverse {
    --font-shadow: calc(var(--font-size) * -1); }
    .button.reverse:hover span {
      --m: calc(var(--font-size)); }

.space {
  padding: 5rem 0; }
  .space-footer {
    padding: 3rem 0;
    position: relative; }

.height-80 {
  height: 80vh; }

.height-70 {
  height: 70vh; }

.height-50 {
  height: 50vh; }

.hover {
  display: inline-block;
  transition-duration: .5s;
  transition-property: transform;
  transform: translateZ(0); }
  .hover:hover {
    transform: translateY(-6px);
    animation-name: hover;
    animation-duration: 1.5s;
    animation-delay: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate; }

@keyframes hover {
  50% {
    transform: translateY(-3px); }
  100% {
    transform: translateY(-6px); } }

#menu-bar {
  position: absolute;
  z-index: 2;
  width: 100%;
  padding-top: 1em; }
  #menu-bar .container {
    padding-bottom: 0.6em; }
  #menu-bar .navbar-brand .logo {
    max-height: 3.5em; }
    @media (max-width: 425px) {
      #menu-bar .navbar-brand .logo {
        height: 3em; } }
  #menu-bar .navbar-nav .nav-item {
    margin-right: 2em; }
    #menu-bar .navbar-nav .nav-item:last-child {
      margin-right: 0; }

@media (min-width: 991px) and (max-width: 1400px) {
  #menu-bar .navbar-nav .nav-item {
    margin-right: 0.5em; } }
  #menu-bar .navbar-nav .nav-link {
    color: white;
    opacity: 1;
    font-family: "Averta-Semibold", sans-serif;
    font-size: 15px;
    text-transform: uppercase; }
    #menu-bar .navbar-nav .nav-link.active,
    #menu-bar .navbar-nav .nav-link .show > .nav-link {
      color: #e78542 !important;
      opacity: 1; }
    #menu-bar .navbar-nav .nav-link:hover {
      color: #462d25; }
    @media (max-width: 425px) {
      #menu-bar .navbar-nav .nav-link {
        padding-top: 4em;
        padding-bottom: 4em; } }

@media (min-width: 991px) and (max-width: 1400px) {
  #menu-bar .navbar-nav .nav-link {
    font-size: 14px;
    padding: 0.5rem 0.7vh; } }
  #menu-bar .navbar-nav .nav-link-dark {
    color: #462d25; }
    #menu-bar .navbar-nav .nav-link-dark:hover {
      color: #e78542; }
  #menu-bar .navbar-nav .nav-icon {
    font-size: 21px !important; }
  #menu-bar .btn {
    border-radius: 4px;
    padding: 0.4em 1.5em;
    min-width: auto;
    font-size: initial;
    font-weight: 500; }
    #menu-bar .btn:hover {
      color: white !important; }

.navbar-toggler {
  border: 0px;
  color: white !important;
  min-width: 50px !important; }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important; }

.home-video {
  position: relative;
  background-color: black;
  height: 90vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden; }
  @media (max-width: 425px) {
    .home-video {
      height: 120vh; } }

@media (min-width: 426px) and (max-width: 768px) {
  .home-video {
    height: 100vh; } }
  .home-video:before {
    position: absolute;
    z-index: 1;
    content: '';
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(bottom right, rgba(0, 0, 0, 0) 0%, #252525 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #252525));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #252525 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #252525 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #252525 100%);
    /* IE10+ */
    background: linear-gradient(to bottom right, transparent 5%, black 100%);
    bottom: 0;
    top: 0;
    left: 0;
    z-index: 1;
    backface-visibility: hidden; }
  .home-video * {
    color: white !important; }
  .home-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
  .home-video .container {
    position: absolute;
    z-index: 1;
    vertical-align: middle;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .home-video .big-title {
    font-family: Helvetica, sans-serif;
    font-weight: 600;
    font-size: 3.5em; }
    @media (max-width: 425px) {
      .home-video .big-title {
        font-size: 2em; } }

@media (min-width: 426px) and (max-width: 768px) {
  .home-video .big-title {
    font-size: 2.5em; } }
  @media (max-width: 425px) {
    .home-video .header-mobile {
      text-align: center;
      padding-left: 1.5rem !important; } }

@media (min-width: 426px) and (max-width: 768px) {
  .home-video .header-mobile {
    padding-left: 0rem !important; } }
  .home-video .subtext {
    font-size: 1.4rem;
    line-height: 1.5; }
    @media (max-width: 425px) {
      .home-video .subtext {
        font-size: 1rem; } }
  .home-video .btn {
    font-weight: 600; }
  .home-video .carousel .slide {
    position: relative; }
  .home-video .carousel-inner {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 40px; }
  .home-video .carousel-item {
    transition: opacity 0s ease; }
    .home-video .carousel-item.active.carousel-item-start {
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      animation: none; }
    .home-video .carousel-item.active {
      animation: flipInX 1s linear 0s; }
    .home-video .carousel-item a {
      text-transform: uppercase;
      text-decoration: none;
      font-size: 14px;
      font-weight: 600; }
      .home-video .carousel-item a:hover {
        color: #e78542; }
  .home-video .carousel-indicators {
    position: absolute;
    top: 50% !important;
    bottom: initial;
    left: initial;
    right: -3em;
    margin: 0;
    display: initial;
    width: auto; }
    .home-video .carousel-indicators button {
      margin: 5px 0;
      width: 7px !important;
      height: 7px !important;
      border-radius: 50%;
      background: transparent !important;
      padding: 0 !important;
      border: 1px solid #fff;
      min-width: auto;
      display: block; }
      .home-video .carousel-indicators button.active {
        background-color: #e78542 !important;
        border-color: #e78542; }
    .home-video .carousel-indicators:after {
      position: absolute;
      top: -3em;
      right: 0.28em;
      content: "" !important;
      width: 2px !important;
      height: 40px !important;
      background: #e78542 !important; }
  .home-video .carousel-p {
    font-size: 18px;
    line-height: 1.7; }

@media (min-width: 426px) and (max-width: 768px) {
  .home-text {
    width: 200%; } }

.home-b {
  position: absolute;
  bottom: 0px;
  left: 25%; }
  @media (max-width: 425px) {
    .home-b {
      left: 0px;
      top: 310px; } }

@media (min-width: 426px) and (max-width: 768px) {
  .home-b {
    right: 300px;
    top: 400px;
    left: 0; } }
  .home-b .carousel-item {
    transition: opacity 0s ease; }
    .home-b .carousel-item.active.carousel-item-start {
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      animation: fade 1s ease; }
    .home-b .carousel-item.active .home-text {
      animation: flipInY 1s linear 0s; }
  .home-b .carousel-indicators {
    /*position: absolute;
		bottom: initial;
		left:initial;
		right: -3em;
		margin:0;
		display: initial;
		width: auto;*/
    display: flex;
    width: auto;
    margin-right: 0px !important; }
    .home-b .carousel-indicators button {
      margin: 3px;
      width: 7px !important;
      height: 7px !important;
      border-radius: 50%;
      background: #bababa;
      padding: 0 !important;
      border: 1px solid #bababa;
      min-width: auto; }
      .home-b .carousel-indicators button.active {
        background-color: black !important;
        border-color: black; }

.caption-style-4 {
  list-style-type: none;
  margin: 0px;
  padding: 0px; }
  .caption-style-4 li {
    float: left;
    padding: 0px;
    position: relative;
    overflow: hidden; }
    .caption-style-4 li:hover .caption {
      opacity: 1; }
    .caption-style-4 li:hover img {
      opacity: 1;
      transform: scale(1.15, 1.15);
      -webkit-transform: scale(1.15, 1.15);
      -moz-transform: scale(1.15, 1.15);
      -ms-transform: scale(1.15, 1.15);
      -o-transform: scale(1.15, 1.15); }
  .caption-style-4 img {
    margin: 0px;
    padding: 0px;
    float: left;
    z-index: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  .caption-style-4 .caption {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out; }
  .caption-style-4 .blur {
    background-color: rgba(0, 0, 0, 0.5);
    height: 500px;
    width: 500px;
    z-index: 5;
    position: absolute; }
  .caption-style-4 .caption-text {
    z-index: 10;
    color: #fff;
    position: absolute;
    width: fit-content;
    height: fit-content;
    padding: 120px 40px;
    text-align: center; }
    .caption-style-4 .caption-text h1 {
      text-transform: uppercase;
      font-size: 24px; }

.waiter {
  position: absolute;
  bottom: 0px;
  left: -60px; }

@media (min-width: 426px) and (max-width: 768px) {
  .waiter {
    left: -120px; } }

.social {
  padding-left: 120px; }

@media (min-width: 426px) and (max-width: 768px) {
  .social {
    padding-left: 0; } }

.card {
  border: 0px;
  border-radius: 0px; }
  .card-cta {
    border-radius: 0px !important;
    border: 0px; }
    @media (max-width: 425px) {
      .card-cta {
        height: 600px; } }
    .card-cta-text {
      margin-top: 6rem; }
      @media (max-width: 425px) {
        .card-cta-text {
          margin-top: 0; } }

@media (min-width: 426px) and (max-width: 768px) {
  .card-cta-text {
    margin-top: 1rem; } }
  .card-img {
    border-radius: 0px; }
    .card-img-overlay {
      padding: 30px 120px; }
      @media (max-width: 425px) {
        .card-img-overlay {
          padding: 50px 30px; } }

@media (min-width: 426px) and (max-width: 768px) {
  .card-img-overlay {
    padding: 30px; } }
  @media (max-width: 425px) {
    .card-banner {
      height: 80vh !important; } }

@media (min-width: 426px) and (max-width: 768px) {
  .card-banner {
    height: 80vh !important; } }
  @media (max-width: 425px) {
    .card-img {
      width: fit-content;
      height: inherit; } }

@media (min-width: 426px) and (max-width: 768px) {
  .card-img {
    width: fit-content;
    height: inherit; } }
  .card-header {
    background: #fff5eb;
    border-radius: 15px !important;
    padding: 30px 5px; }
    .card-header * {
      color: #e78542; }
    .card-header:hover {
      background-color: #e78542; }
      .card-header:hover * {
        color: white; }
  .card-menu {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 120px 40px 20px 40px;
    border-radius: 45px !important;
    margin-top: 180px;
    height: 230px;
    width: 300px; }

@media (min-width: 426px) and (max-width: 768px) {
  .card-menu {
    margin-top: 100px;
    padding-top: 70px;
    padding-bottom: 10px; } }
  .card-news {
    background-color: #FFF3EF;
    position: absolute;
    z-index: 9;
    top: -50px;
    left: 10%;
    width: 80%; }
    @media (max-width: 425px) {
      .card-news {
        position: relative; } }
  .card-white {
    background-color: white;
    border-radius: 30px;
    padding: 20px; }
  .card-yellow {
    background-color: #f8d048;
    border-radius: 30px;
    padding: 40px; }
  .card-orange {
    background-color: #e25d33;
    border-radius: 30px;
    padding: 40px; }

.plate {
  position: absolute;
  width: 70%; }
  .plate-header {
    height: 125vh;
    position: relative; }

@media (min-width: 426px) and (max-width: 768px) {
  .plate-header {
    height: 100vh; } }
  .plate-mobile {
    background-color: #e78542;
    height: 90vh;
    position: relative; }

@media (min-width: 426px) and (max-width: 768px) {
  .w-md-unset {
    width: unset !important; } }

.carousel-control-next, .carousel-control-prev {
  width: 5% !important; }

.client-img {
  width: 100%; }

.input-text {
  border: 1px solid #BABABA;
  background: white;
  padding: 10px;
  width: 100%; }
  .input-text::-webkit-input-placeholder {
    /* Edge */ }

.footer-nav {
  list-style: none;
  padding-left: 0px; }
  .footer-nav li a {
    font-family: "Averta-Semibold", sans-serif;
    text-transform: uppercase;
    color: white;
    padding-right: 20px; }
    .footer-nav li a:hover {
      color: #f8d048; }

@media (min-width: 426px) and (max-width: 768px) {
  .footer-nav li a {
    padding-right: 5px !important; } }

.footer-menu {
  padding-left: 50px !important; }
  @media (max-width: 425px) {
    .footer-menu {
      padding-left: 10px !important; } }

@media (min-width: 426px) and (max-width: 768px) {
  .footer-menu {
    padding-left: 10px !important; } }
  .footer-menu p {
    font-size: 13px !important;
    line-height: 21px; }
    .footer-menu p a:hover {
      color: #e78542 !important; }

.footer-container {
  padding-top: 150px; }
  .footer-container * {
    color: white; }

.footer-mobile {
  background-color: #262833; }

header {
  background: transparent;
  min-height: 8vh;
  display: flex;
  position: absolute;
  z-index: 2;
  width: 100%;
  padding-top: 1em; }
  header .container {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 0.6em; }

.navbar-mobile .brand .logo {
  height: 3em !important; }

.navbar-secondary li a {
  font-size: 14px;
  margin-left: 2rem !important;
  text-transform: uppercase;
  /*font-family: $font-semibold;*/
  opacity: 1;
  color: #e78542 !important; }
  .navbar-secondary li a:hover {
    color: #462d25 !important; }

/* Alining nav to the right and moving it off screen */
.nav-mobile-items {
  display: flex;
  flex-direction: column;
  position: absolute;
  color: white;
  background: black;
  justify-content: center;
  right: 0;
  top: 10vh;
  width: 30%;
  height: 100vh;
  transform: translateX(0);
  transition: transform cubic-bezier(0.1, 0.2, 0.8, 1) 250ms 0.2s;
  z-index: 9; }

/* Style individual items */
.nav-mobile-item {
  position: relative;
  list-style: none;
  margin-left: 1rem;
  cursor: pointer;
  align-self: center;
  font-size: 1.5rem;
  font-weight: 700;
  transition: transform cubic-bezier(0.1, 0.2, 0.8, 1) 250ms; }
  .nav-mobile-item a {
    color: white !important; }

/* Add spacing */
.nav-mobile-item:not(:last-child) {
  margin-bottom: 4rem; }

/* The Line animation */
.nav-mobile-item::after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0; }

.nav-mobile-item:hover::after {
  width: 100%;
  left: 0; }

/* ^line animation hover */
/* Burger Styles */
.burger {
  position: absolute;
  right: 1px;
  padding: 1.5rem 2rem;
  transition: all ease-in-out 500ms; }

.hamburger {
  width: 2.45rem;
  background: #fff;
  height: 3px;
  position: relative;
  transition: all ease-in-out 500ms;
  border-radius: 3px; }

.hamburger::before,
.hamburger::after {
  position: absolute;
  content: "";
  height: 3px;
  width: 2.45rem;
  border-radius: 3px;
  background: #fff;
  transition: all ease-in-out 500ms; }

.hamburger::before {
  transform: translateY(-9px); }

.hamburger::after {
  transform: translateY(9px); }

/* Main burger end */
/* Burger States */
.open .hamburger {
  transform: rotate(45deg); }

.open .hamburger::before {
  opacity: 0; }

.open .hamburger::after {
  transform: rotate(-90deg); }

.close {
  transform: translateX(100%);
  /*   pointer-events: none;
  user-select: none; */ }

/* End of burger states */
#div {
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem; }

@media screen and (max-width: 607px) {
  .nav-mobile-items {
    transition: transform cubic-bezier(0.1, 0.2, 0.8, 1) 500ms 0.2s;
    width: 100%; } }

@media screen and (min-width: 900px) {
  .burger {
    display: none; }
  header {
    justify-content: space-between; }
  .nav-mobile-items {
    transform: translate(0, 0);
    display: flex;
    flex-direction: row;
    position: relative;
    background: none;
    color: white;
    top: 0;
    width: 100%; }
  .nav-mobile-item {
    margin: 0 20px !important; } }
