/* #region default */
* {
  box-sizing: border-box;
  padding: 0%;
  margin: 0%;
  font-family: sans-serif;

  ::-webkit-scrollbar {
    width: 0px;
  }
}
::selection {
  background: #c1c1c1;
  color: black;
}
a {
  text-decoration: none;
}
html {
  margin: 0;
  padding: 0;
  font-size: 16px;
  scroll-behavior: smooth;
}
body {
  cursor: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="10" height="10"%3E%3Ccircle cx="5" cy="5" r="5" fill="white" /%3E%3C/svg%3E')
      5 5,
    auto;
  margin: 0;
  padding: 0;
  background-color: #1c1c1c;
  overflow-x: hidden;
  max-height: 100%;
  max-width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
body.fade-in {
  opacity: 1;
}

body.fade-out {
  opacity: 0;
}
a:hover,
li:hover,
p:hover {
  cursor: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="10" height="10"%3E%3Ccircle cx="5" cy="5" r="5" stroke-width="1" stroke="white" fill="none" /%3E%3C/svg%3E')
      5 5,
    pointer;
}

.content {
  opacity: 0;
  position: relative;
  z-index: 3;
  transition: opacity 0.5s ease, transform 0.5s ease;
  max-height: 100%;
  width: 100vw;
  overflow-y: auto;
  /* transform: scale(1); */
}

.bg {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("/assets/gfx/yubolovbubble.webp") no-repeat center center;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100vh;
  transform: scale(1);
  position: fixed;
  opacity: var(--bg-opacity, 1);
  z-index: -1;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
/* #endregion */

/* #region Vertical Scroll Indicato */

.vertical-scroll-indicator {
  position: fixed;
  top: 0;
  right: 1rem;
  height: 98%;
  width: 0.3rem;
  background: #e0e0e000;
  overflow: hidden;
  border-radius: 10rem;
  margin: 0.5rem 0 0.5rem 0;
  user-select: none;
  z-index: 1;
}

.vertical-scroll-indicator .scroll-progress {
  width: 100%;
  height: 0;
  background: #3b3b3b;
  transition: height 0.3s ease;
}
/* #endregion */

/* #region neg */
.neg {
  margin: 0 2rem 0 2rem;
  border-bottom: 1px solid #ffffff69;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 55rem;
  padding-top: 18rem;
  max-height: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.neg-title {
  font-variant-caps: all-petite-caps;
  white-space: normal;
}
.neg-title:hover {
  cursor: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="10" height="10"%3E%3Ccircle cx="5" cy="5" r="5"  fill="white" /%3E%3C/svg%3E')
      5 5,
    auto;
}

.neg-title span {
  display: inline-block;
}
.neg-title br {
  display: block;
}
ul.no-bullets {
  border-top: 1px solid #ffffff69;
  list-style-type: none;
  margin: 0;
  padding: 1.5rem 0 1.5rem 0;
  /* margin-left: 22rem; */
}
ul.no-bullets a {
  text-decoration: none;
  font-size: 1.5rem;
  transition: color 0.6s ease;
}

ul.no-bullets a:hover {
  color: #e7e7e7;
}

.neg ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  align-self: stretch;
}
.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

.column {
  display: flex;
  flex-direction: column;
  flex-basis: 66.2%;
  align-items: flex-start;
  justify-content: center;
}

.column:nth-child(2) {
  flex-basis: 32.6%;
  align-items: flex-end;
}

.column a {
  color: white;
  font-size: 3.46rem;
}
/* .neg li {
  color: white;
  font-size: 25px;
} */
.b-button {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 1.3rem;
  align-self: flex-end;
  margin: 5rem 0 0 0;
}
.b-button .button1 {
  border: 1px solid white;
  border-radius: 5rem;
  padding: 0.8rem 1.5rem;
  background-color: transparent;
  color: white;
  font-weight: bold;
  font-size: 1.5rem;
  text-decoration: none;
  transition: background-color 0.6s ease, color 0.6s ease;
}
.b-button .button2 {
  border: 1px solid white;
  border-radius: 5rem;
  padding: 0.8rem 1.5rem;
  background-color: white;
  color: black;
  font-weight: bold;
  font-size: 1.5rem;
  text-decoration: none;
  transition: background-color 0.6s ease, color 0.6s ease;
}
.button1:hover {
  background-color: white;
  color: black;
}
.button2:hover {
  background-color: black;
  color: white;
}
/* #endregion */

/* #region neg1 */
.c-cr {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;

  align-self: flex-end;

  padding: 0 0 9rem 0;
  border-top: 1px solid #ffffff69;
  max-width: 100%;
  box-sizing: border-box;
}
.c-column {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 1.3rem 0;
  /* border-bottom: 1px solid #ffffff69; */
}

.box {
  position: relative;

  border-bottom: 1px solid #ffffff69;
  cursor: pointer;
  transition: color 1.5s, border-bottom-color 1.5s;
}

.box:hover {
  border-bottom: 1px solid #fff;
}

.curmudgeon::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1px;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1s;
}

.box:hover::before {
  transform: scaleX(1);
}

.c-column-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  cursor: pointer;
}

.c-column-header:hover h3 {
  color: #ffffffb5;
  transition: color 0.3s ease;
}

.neg1 {
  margin: 0 2rem 0 2rem;
  /* text-align: center; */
  border-bottom: 1px solid #ffffff69;
  max-width: 100%;
  box-sizing: border-box;
}
.neg1 li {
  color: white;
  font-size: 2.5rem;
}
.neg1 h3 {
  color: white;
}
.row1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.column1 {
  display: flex;
  flex-direction: column;
  flex-basis: 50%;
  flex: 1;
  align-items: flex-start;
  justify-content: flex-start;
}
.column1:nth-child(2) {
  flex-basis: 32.6%;
}
.column1 a {
  color: white;
  font-size: 1.2rem;
  margin-top: 0.5rem;
}

.column1 ul {
  padding: 5rem 0 3rem 0;
  margin: 0;
  box-sizing: border-box;
  max-width: 100%;
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
  border-top: none;
}

.c-cr .active,
.c-plus:hover {
  cursor: pointer;
}

.c-plus {
  margin: 0;
  padding-right: 0.5rem;
  font-size: 2rem;
  font-weight: bold;
  color: white;
  content: "+";
}
.c-plus::selection {
  background: transparent;
  color: white;
}

.c-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  box-sizing: border-box;
  color: #fff6;
}

.c-content-inner {
  padding: 2rem 0 2rem 0;
}

.c-column-header.active + .c-content {
  max-height: 1000px;
  opacity: 1;
}
/* #endregion */

/* #region parallax */

.parallax-container {
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;

  overflow: hidden;
  color: white;
  text-align: center;
}

.parallax-text {
  font-size: 10rem;
  font-weight: bold;
  text-transform: uppercase;

  position: absolute;
  z-index: 1;
  pointer-events: none;
  transform: translateY(0);
  transition: transform 0.1s ease-out;
  white-space: normal;
  line-height: 0.8;
  max-width: 90%;
  word-wrap: break-word;
}

.buttons-container {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 1rem;
}

.btn {
  padding: 5rem 0 0 0;
  font-size: 1.5rem;
  /* height: 3.5rem;
  line-height: 3.5rem;  */
  border: none;
  cursor: pointer;
  transition: transform 0.5s ease;
  display: inline-block;
}

.btn-primary {
  border: 1px solid white;
  border-radius: 5rem;
  padding: 0.8rem 1.5rem;
  background-color: black;
  color: white;
  font-weight: bold;
  font-size: 1rem;
  text-decoration: none;
  transition: background-color 0.6s ease, color 0.6s ease, transform 0.5s ease;
}

.btn-secondary {
  border: 1px solid white;
  border-radius: 5rem;
  padding: 0.8rem 1.5rem;
  background-color: white;
  color: black;
  font-weight: bold;
  font-size: 1rem;
  text-decoration: none;
  transition: background-color 0.6s ease, color 0.6s ease, transform 0.5s ease;
}
.btn-primary:hover {
  background-color: white;
  color: black;
}
.btn-secondary:hover {
  background-color: black;
  color: white;
}

.btn:hover {
  transform: scale(1.1);
}
/* #endregion */

/* #region hover mask */

.hover-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #1c1c1c;
  display: none;
  z-index: 888;
}

.hover-overlay.active {
  display: block;
  animation: fadeIn 0.5s ease;
}
.image-container {
  position: relative;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.image-container img {
  position: absolute;
  transition: opacity 0.5s ease, transform 0.5s ease;
  opacity: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.hover-mask {
  position: fixed;
  bottom: 50px;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #9c9c9c;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: saturate(100%) blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transform: translateZ(0);
  cursor: pointer;
  user-select: none;
  transition: width 0.6s ease, background-color 0.6s ease;
  width: 3rem;
  height: 3rem;
  z-index: 900;
  margin-right: 2rem;
}
.hover-mask svg {
  width: 60%;
  height: 60%;
}
@keyframes eye-close {
  0% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(0.1);
  }
  100% {
    transform: scaleY(1);
  }
}

.hover-mask:hover .icon {
  animation: eye-close 1.5s ease-in-out infinite;
}
.hover-mask:hover {
  background-color: #fff;
}
/* #endregion */

/* #region work-p */
.work-p-container {
  margin: 0 2rem 0 2rem;
  /* text-align: center; */
  border-bottom: 1px solid #ffffff69;
  height: max-content;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 80vh;
  box-sizing: border-box;
  overflow: hidden;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.work-p-bot {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 1.39rem;
  max-width: 100%;
  min-height: 30rem;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  user-select: none;
  cursor: grab;
  margin: auto;
}
.work-p-bot:active {
  cursor: grabbing;
}

.work-i {
  flex: 0 0 auto;
  width: 37.7rem;
  height: 22.5rem;
  /* background: linear-gradient(#ff000000 20%, #e1e2e3 0%);
  border-radius: 10px;
  background-size: 100% 1%;
  background-position: bottom; */
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  user-select: none;
  opacity: 1;
  transition: transform 0.6s ease;
  overflow: hidden;
  background-color: #000;
  border-radius: 10px;
}
.work-i.hidden {
  opacity: 0;
  transition: opacity 0.6s ease;
}
.work-i:hover {
  transform: scale(1.05) translateY(-10px);
  transition: transform 0.6s ease;

  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.work-i .work-img {
  margin: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 1.2s ease, opacity 1.2s ease;
  user-select: none;
  pointer-events: none;

  object-fit: cover;
  opacity: 0;
  z-index: 0;
}

.work-img.active {
  opacity: 1;
  z-index: 2;
  transform: translateX(0);
}

.work-img.inactive {
  opacity: 1;
  z-index: 1;
  transform: translateX(-100%);
}

.work-img.leaving {
  opacity: 1;
  z-index: 1;
  transform: translateX(100%);
}

.work-text {
  position: absolute;
  /* top: 50%; */
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scale(0.9);
  color: #fff;
  font-size: 1rem;
  text-align: center;
  transition: transform 1.2s ease, opacity 1.2s ease;
  opacity: 0;
  z-index: 3;
  border-radius: 0 0 10px 10px;
  background: rgba(255, 255, 255, 0.207);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transform: translateZ(0);
  width: 100%;
  padding: 0.5rem 0 0.5rem 0;
}

.work-text.active {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.work-text.inactive {
  opacity: 0;
  transform: translateX(-50%) translateY(100%);
}

.work-title {
  margin: 3rem 0 0 0;
  color: #fff;
  font-size: 1.2rem;
  margin-top: 0.5rem;
  width: 100%;
}

.work-title p span {
  color: #808080;
  font-weight: 700;
}

.scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 10px;
  border-radius: 50%;
  z-index: 10;
}

.scroll-btn.left {
  left: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("/assets/gfx/box.webp");
  width: 3rem;
  height: 3rem;
  transform: rotate(0deg);
}
.scroll-btn.left:hover {
  transition: transform 0.6s ease;
  transform: scale(0.9);
  animation: rotate360-reverse 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}

.scroll-btn.right {
  right: 10px;
  background-image: url("/assets/gfx/box.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 3rem;
  height: 3rem;
  transform: rotate(0deg);
}

.scroll-btn.right:hover {
  transition: transform 0.6s ease;
  animation: rotate360 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}

/* .scroll-btn:hover {
  transform: translateY(-50%); 
  animation: rotate360 1.2s cubic-bezier(0.25, 1, 0.5, 1);
} */
@keyframes rotate360-reverse {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.scroll-indicator {
  position: absolute;
  bottom: 9rem;
  left: 0;
  width: 100%;
  height: 0.3rem;
  background: #e0e0e000;
  overflow: hidden;
  border-radius: 10rem;
}

.scroll-indicator .scroll-progress {
  height: 100%;
  width: 0;
  background: #502cef;
  transition: width 0.3s ease;
}
/* #endregion */

/* #region help-p*/
.help-p-container {
  margin: 0 2rem 0 2rem;
  border-bottom: 1px solid #ffffff69;
  min-height: 100vh;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  height: max-content;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.help-p-bot {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 9rem;
  max-width: 100%;
  height: 80vh;
  align-items: center;
  margin-top: 3rem;
  justify-content: center;
  user-select: none;
}
.help-i {
  flex: 0 0 auto;
  width: 20rem;
  height: 10rem;
  background: radial-gradient(ellipse, #ffffff34, #2f2f2f77);
  /* background-color: #2f2f2f; */
  /* background: linear-gradient(#ff000000 20%, #e1e2e3 0%); */
  border-radius: 10px;
  /* background-size: 100% 1%;  */
  background-position: bottom;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.help-i::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #ffffff44 transparent transparent #ffffff14;
  border-radius: 10px;
  pointer-events: none;
}
.help-i .img-parallax {
  margin: 0;

  width: 115%;
  height: auto;
  cursor: pointer;
  transition: transform 0.5s ease;
  display: inline-block;
  position: absolute;
  bottom: 25px;
  z-index: 1;
  cursor: default;
}
.img-parallax.hovered {
  transform: scale(1.5) translateY(55px) !important;
  z-index: 10;
}
.help-i:nth-child(2) .img-parallax.hovered {
  content: url("/assets/gfx/help/brandlogo2.webp");
  transform: scale(1.3) translateY(55px) !important;
  z-index: 10;
}

.help-i:hover .edit-book {
  content: url("/assets/gfx/help/book2.webp");
  transform: scale(1.5) translateY(-15px) !important;
  z-index: 10;
}
.help-i:hover .p-cup {
  transform: scale(1.5) translateY(35px) !important;
  z-index: 10;
}
.brand-parallax.hovered {
  transform: scale(1.5) translateY(10px) !important;
  z-index: 10;
}
.help-i:hover .i-phone {
  content: url("/assets/gfx/help/valu-2.webp");
  transform: scale(1.3) translateY(25px) !important;
  z-index: 10;
}

.i-phone {
  width: 80%;
  height: auto;
  cursor: pointer;
  transition: transform 0.5s ease;
  display: inline-block;
  position: absolute;
  bottom: 20px;
  pointer-events: none;
}

.help-title {
  /* margin: 3rem 0 0 3rem;
    color: #fff;
    font-size: 3rem; */
  margin: 3rem 0 0 0;
  color: #fff;
  font-size: 1.2rem;
  margin-top: 0.5rem;
  width: 100%;
}

.help-title p span {
  /* background-image: url("/assets/gfx/yu%20bolov%20buble%20%201_0010.png");
      background-size: cover;
      background-clip: text;
      -webkit-background-clip: text;
      color: transparent; */
  color: #808080;
  font-weight: 700;
}

.help-p-container .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: rgba(255, 255, 255, 0.207);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transform: translateZ(0);
  border-radius: 10px;
  z-index: 2;
  text-align: center;
}

.help-p-container .overlay p {
  margin: 0;
  font-size: 1rem;
  /* text-shadow: 0 0 0; */
  color: #fff;
}
.help-p-bot .help-i:nth-child(2) img {
  width: 125%;

  bottom: 75px;
}
.help-p-bot .help-i:nth-child(4) img {
  bottom: 15px;
}
.help-p-bot .help-i:nth-child(6) img {
  width: 90%;

  bottom: -5px;
}

.help-p-bot .help-i:nth-child(7) img {
  width: 100%;

  bottom: 55px;
}

.help-p-bot .help-i:first-child {
  transform: translateY(0);
}
.help-p-bot .help-i:nth-child(2) {
  transform: translateY(100px);
}
.help-p-bot .help-i:nth-child(3) {
  transform: translateY(0);
}

.help-p-bot .help-i:nth-child(4) {
  transform: translateY(150px);
}
.help-p-bot .help-i:nth-child(5) {
  transform: translateY(70px);
}
.help-p-bot .help-i:nth-child(6) {
  transform: translateY(-100px);
}
.help-p-bot .help-i:nth-child(7) {
  transform: translateY(0);
  margin-bottom: 3rem;
}
/* #endregion */
