/* body {
  background-color: #487eb0;
} */
#scroll-progress {
  position: fixed;
  top: 0;
  width: 0%;
  height: 4px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #f22),
    color-stop(0.15, #f2f),
    color-stop(0.3, #22f),
    color-stop(0.45, #2ff),
    color-stop(0.6, #2f2),
    color-stop(0.75, #2f2),
    color-stop(0.9, #ff2),
    color-stop(1, #f22)
  );

  background-image: gradient(
    linear,
    left top,
    right top,
    color-stop(0, #f22),
    color-stop(0.15, #f2f),
    color-stop(0.3, #22f),
    color-stop(0.45, #2ff),
    color-stop(0.6, #2f2),
    color-stop(0.75, #2f2),
    color-stop(0.9, #ff2),
    color-stop(1, #f22)
  );

  z-index: 10000;
}
.text-naest {
  color: #487eb0;
}
.btn-naest {
  color: #487eb0;
}

.bg-naest {
  background: #00b4db; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to bottom,
    #487eb0,
    #00b4db
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to bottom,
    #487eb0,
    #00b4db
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.border-naest {
  border-color: #487eb0 !important;
}

/* NAVIGATION */
.nav-wrapper {
  /* width: 100%; */
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}
.navbar {
  display: flex;
  grid-template-columns: 1fr 3fr;
  align-items: center;
  height: 50px;
  overflow: hidden;
}
.desk-pro {
  display: none;
}
.navbar img {
  height: 40px;
  width: auto;
  justify-self: start;
  margin-left: 20px;
}

.navbar ul {
  list-style: none;
  display: flex;
  width: 600px;
  /* background-color: aqua; */
  /* grid-template-columns: repeat(10, 2fr); */
  grid-template-columns: repeat(8, 1fr);
  /* justify-self: end; */
  justify-content: space-between;
}

.nav-item a {
  color: #d4d4d4;
  font-size: 0.9rem;
  font-weight: 400;
  padding: 3px;
  text-decoration: none;
  transition: color 0.3s ease-out;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
.nav-item a:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.nav-item a:hover:after {
  background-color: #ffffff;
  transform: scaleX(1);
  transform-origin: bottom left;
}
.nav-item a:hover {
  color: #ffffff;
}
/* SEARCH FUNCTION */

.no-search {
  transform: translate(0);
  transition: transform 0.7s ease-in-out;
}
/* MOBILE MENU & ANIMATION */

.menu-toggle .bar {
  width: 25px;
  height: 3px;
  background-color: #ffffff;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menu-toggle {
  justify-self: end;
  margin-right: 25px;
  display: none;
}

.menu-toggle:hover {
  cursor: pointer;
}

#mobile-menu.is-active .bar:nth-child(2) {
  opacity: 0;
}

#mobile-menu.is-active .bar:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

#mobile-menu.is-active .bar:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

/* KEYFRAME ANIMATIONS */

@-webkit-keyframes gradbar {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes gradbar {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradbar {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@media only screen and (max-width: 720px) {
  /* .m-pro {
    display: none;
  }
  .desk-pro {
    display: inline;
  } */
  .navbar ul {
    display: flex;
    flex-direction: column;
    position: fixed;
    justify-content: start;
    top: 55px;
    background-color: #fff;
    width: 100%;
    height: calc(100vh - 55px);
    transform: translate(-101%);
    text-align: center;
    overflow: hidden;
  }

  .navbar li {
    padding: 15px;
  }

  .navbar li:first-child {
    margin-top: 50px;
  }

  .navbar li a {
    font-size: 1rem;
    color: #487eb0;
  }

  .menu-toggle,
  .bar {
    display: block;
    cursor: pointer;
  }

  .mobile-nav {
    transform: translate(0%) !important;
  }
}
.bg-index{
  /* height: 100vh; */
  position:relative;
  background-image:url(../image/background.jpg);
  background-color: #ffe1e1e1;
  background-blend-mode: screen;
  background-position:center;
  background-repeat: no-repeat;
  background-size: cover;

}


.bg-triangle-top{
  background: linear-gradient(to bottom right, #8df4ff 0%, #D4F1F4 50%, #fff 50%, #fff 100%);
}
.bg-triangle-bottom {
  background: linear-gradient(to bottom right, #fff 0%, #fff 50%, #D4F1F4 50%, #8df4ff 100%);
}