/*! locomotive-scroll v3.5.4 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100vh;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}

.c-scrollbar:hover {
  transform: scaleX(1.45);
}

.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
  opacity: 1;
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}



.txt_gradient_top {
  /* background: linear-gradient(to right, #00dbd9, #4284ff 50%, #fff 50%); */
  background: linear-gradient(to right, #db0000, #4284ff 50%, #fff 50%);
  position: relative;
  background-size: 200% 100%;
  background-position: 100%;
  /* color: transparent; */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: .5s ease-in
}

.txt_gradient_top2 {
  /* background: linear-gradient(to right, #00dbd9, #4284ff 50%, #fff 50%); */
  background: linear-gradient(to right, #db0000, #4284ff 50%, #fff 50%);
  position: relative;
  background-size: 200% 100%;
  background-position: 100%;
  /* color: transparent; */
  -webkit-text-fill-color: #000000;
  -webkit-background-clip: text;
  background-clip: text;
  transition: .5s ease-in
}

.txt_gradient_top.active {
  background-position: 0
}

.txt_gradient_top2.active {
  -webkit-text-fill-color: transparent;
  background-position: 0
}


.top_head_wrap .heading1 {
  font-size: 4.8vw;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0
}

.portfolio_top_head .heading1 {
  /* margin: 25px 50px; */
  justify-content: center;
  line-height: 1;
}



.portfolio_top_head .app__subhead {
  padding-top: 20px;
  font-size: 20px;
  max-width: 838px;
  margin: 0 auto;
  line-height: 30px;
}