
.Noto-sans-tc-medium{
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-optical-sizing: auto;
}

.Noto-sans-tc-bold{
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 700;
  font-optical-sizing: auto;
}

.noto-serif-tc-extralight {
  font-family: "Noto Serif TC", serif;
  font-weight: 200;
  font-style: normal;
}

.noto-serif-tc-light {
  font-family: "Noto Serif TC", serif;
  font-weight: 300;
  font-style: normal;
}

.noto-serif-tc-regular {
  font-family: "Noto Serif TC", serif;
  font-weight: 400;
  font-style: normal;
}

.noto-serif-tc-medium {
  font-family: "Noto Serif TC", serif;
  font-weight: 500;
  font-style: normal;
}

.noto-serif-tc-semibold {
  font-family: "Noto Serif TC", serif;
  font-weight: 600;
  font-style: normal;
}

.noto-serif-tc-bold {
  font-family: "Noto Serif TC", serif;
  font-weight: 700;
  font-style: normal;
}

.noto-serif-tc-black {
  font-family: "Noto Serif TC", serif;
  font-weight: 900;
  font-style: normal;
}


.dm-serif-display-regular {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: normal;
}

.dm-serif-display-regular-italic {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: italic;
}

.multiply{
  mix-blend-mode: multiply; /* 使用 multiply 混合模式 */
}

ol, ul, dl {
  /* margin-top: 0; */
  /* margin-bottom: 1rem; */
  list-style: none;
  padding: 0;
}

a.text-dark:hover {
  color: #ff0000 !important;
}

.blue{
  color:#3D8AD0;
}

body{
  padding-top: 0px !important;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.2px;
  line-height: 32px;
}

body {
  margin: 0;
  color: #212529;
  text-align: left;
}

.disable-scroll{
  overflow: hidden !important;
}

.open{
  display: block !important;
}

#opening{
  transition:1.15s ease;
  z-index: 3;
  background-color: #efefef;
  position: fixed;
  overflow: hidden !important;
}
.mypic {
  font-weight: bold;
  text-align: right;
  color: #181a1a;
  width: 125px; 
  height:64px; 
  margin-bottom: 10px; 
  margin-right:10px;
  margin-left: 24px;
    border-radius: 10px;
  background-image: url(../img/my_photo.png);
  background-size: cover;
  overflow: hidden;
  position: relative;
  transition-duration: 300ms;
  transition-property: transform, box-shadow;
  transition-timing-function: ease-out;
  transform: rotate3d(0);
}

/* 數字排序列表 */
ol.numbered {
  list-style-type: decimal; /* 使用數字編號 */
}

/* 字母排序列表 */
ol.letters {
  padding-left: 60px; /* 預設的縮排 */
  list-style-type: lower-alpha; /* 使用小寫字母編號 */
}

.mypic:hover {
  transition-duration: 150ms;
}

.mypic .glow {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: radial-gradient(circle at 50% -20%, #ffffff22, #0000000f);
}

.hide-cursor {
  cursor: none !important;
}

.myflower{
  width: 64px;
  height: 100%;
  margin-top: 48px;
  margin-left: 48px;
  transform: translate(-50%, -50%);
}
p{
  margin:0 !important;
}

.header_-logo{
  height: 100%;
  width: 94px;
}

.nav-link {
  font-size: 16px;
    padding-left: 28px !important;
    padding-right: 28px !important;
    padding-bottom: 16px !important;
    padding-top: 16px !important;
    text-align: center;
    border-radius: 12px;
    display: inline-block !important;
    line-height: normal;
    min-width: 140px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    width: fit-content;
}

.fadeIn{
  animation: fadeInAnimation 1s ease forwards; /* 应用动画 */
}

.fadeInblob{
  animation: fadeInblob 1s ease forwards; /* 应用动画 */
}

.fadeInblobwhite{
  animation: fadeInblob 3s ease forwards; /* 应用动画 */
}

.fadeOut{
  animation: fadeOutAnimation 1s ease forwards; /* 应用动画 */
}

.visibility-hidden{
  visibility: hidden;
}

@keyframes fadeInblob {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.8;
  }
}

@keyframes fadeInAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeOutAnimation {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.display-none{
  display: none !important;
}

.navbar{
  box-shadow: none !important;
}

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


.nav-item{
  display: flex;
  align-items: center;
}

.home-title {
  color: black;
  letter-spacing: calc(72px * 0.04);
  font-size: 72px;
  line-height: normal;
  margin: 0 auto;
  width: fit-content;
}

.home-title span {
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  transition: 1s;
  will-change: transform;
}

i {
  position: relative;
  display: inline-block;
  font-style: inherit;
  transform: translate3d(0, 200px, 0);
  will-change: transform;
}

.swift-up{
  animation: 1.2s swift-up cubic-bezier(0.6, 0, 0.2, 1) forwards;
  
}

.loading-text{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

@keyframes swift-up {
  from {
    transform: translateY(100%); /* 初始位置在底部 */
  }
  to {
    transform: translateY(0); /* 结束位置在顶部 */
  }
}


span:nth-of-type(1) i{
  animation-delay: 0s;
}

span:nth-of-type(2) i {
  animation-delay: .1s;
}

span:nth-of-type(3) i {
  animation-delay: .2s;
}

span:nth-of-type(4) i {
  animation-delay: .3s;
}

span:nth-of-type(5) i {
  animation-delay: .4s;
}

span:nth-of-type(6) i {
  animation-delay: .5s;
}

span:nth-of-type(1) {
  animation-delay: 0s;
}

span:nth-of-type(2) {
  animation-delay: .1s;
}

span:nth-of-type(3) {
  animation-delay: .2s;
}

span:nth-of-type(4) {
  animation-delay: .3s;
}

span:nth-of-type(5) {
  animation-delay: .4s;
}

span:nth-of-type(6) {
  animation-delay: .5s;
}
.second-title{
  padding-top:42px;
  width: 60%;
}

.display-flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-end{
  justify-content: flex-end !important;
}

.home-card{
  border-radius: 16px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 14px 34px 0px rgba(94, 129, 243, 0.20);
  transition: all 0.3s ease;
  cursor: pointer;
}

.home-card:hover {
  transform: scale(0.98);
  box-shadow: 0px 12px 32px 0px rgba(94, 129, 243, 0.226);
}

.img-skymirror{
  background-image: url('../img/Skymirror.png');
}

.img-wave-subscription{
  background-image: url('../img/Wave_subscription.png');
}

.img-bbar{
  background-image: url('../img/Bbar.png');
}

.img-o2{
  background-image: url('../img/O2.png?v20241223');
}

.img-wave{
  background-image: url('../img/wave02-12.png');
}

.img-onestone{
  background-image: url('../img/Onestone.png');
}

.img-fm{
  background-image: url('../img/fm.png');
}

.home-card-text{
  padding-top:136px;
  padding-bottom:136px;
  padding-left:60px !important;
}

.home-card-pic{
  background-size:cover;
  background-position: center;
  border-radius: 40px 0 0 0;
}

.other-card{
  border-radius: 40px;
  overflow: hidden;
  background-color: none;
}

.other-card-text{
  padding-top:120px;
  padding-bottom:120px;
  padding-left:15px !important;
  padding-right:15px !important;
  text-align: center;
}

.card{
  background-color: #ffffff00 !important;
}

.sections-padding-top{
  padding-top:155px;
}

.scroll_down {
  width: 40px;
  margin-right:164px;
  margin-left:164px
}

.padding-for-title{
  padding-left: 140px;
}

.padding-0{
  padding:0 !important;
}

.padding-top-5px{
  padding-top:5px;
}

.padding-top-12px{
  padding-top:12px;
}

.padding-top-30px{
  padding-top:30px;
}

.padding-top-40px{
  padding-top:40px;
}

.padding-top-105px{
  padding-top:105px;
}

.padding-top-100px{
  padding-top:100px;
}

.padding-top-155px{
  padding-top:155px;
}

.padding-bottom-5px{
  padding-bottom: 5px;
}

.padding-bottom-7px{
  padding-bottom: 7px;
}

.padding-bottom-10px{
  padding-bottom:10px;
}

.padding-bottom-15px{
  padding-bottom: 15px;
}

.padding-bottom-20px{
  padding-bottom:20px;
}

.padding-bottom-25px{
  padding-bottom:25px;
}

.padding-bottom-30px{
  padding-bottom:30px;
}

.padding-bottom-40px{
  padding-bottom:40px;
}

.padding-bottom-64px{
  padding-bottom: 64px;
}

.padding-bottom-100px{
  padding-bottom:100px;
}

.padding-bottom-155px{
  padding-bottom:155px;
}

.paddingbt-14px{
  padding-top: 14px;
  padding-bottom:14px;
}

.paddingbt-40px{
  padding-top: 40px;
  padding-bottom:40px;
}

.padding-left-150px{
  padding-left: 150px;
}

.paddinglr-24px{
  padding-left: 24px;
  padding-right:24px;
}

.paddinglr-100px{
  padding-left: 100px;
  padding-right:100px;
}

.paddinglr-120px{
  padding-left: 120px;
  padding-right:120px;
}

.paddinglr-82px{
  padding-left: 82px;
  padding-right:82px;
}

.paddinglr-164px{
  padding-left: 164px;
  padding-right:164px;
}

.padding-left-140px{
  padding-left: 140px;
}

.margin-0{
  margin:0 auto;
}

.margin-top-100px{
  margin-top:100px;
}

.margin-top-200px{
  margin-top: 200px;
}

.margin-lr-16px{
  margin-left: 16px;
  margin-right: 16px;
}

.marginbt-40px{
  margin-top: 40px;
  margin-bottom: 40px;  
}

.card-title{
  color: black;
  letter-spacing: 1.6px;
  font-size: 40px;
  line-height: 58px;
  margin:0 !important;
}

.cart-text{
  font-size: 18px;
  letter-spacing: 0px;
}

.textMaxLine {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.btn{
  display: flex !important;
  font-size: 16px !important;
  line-height: 26px !important;
  position: relative !important;
  border-radius: 12px!important;
  width: 168px;
  height: 56px;
  align-items: center;
  justify-content: center;
  vertical-align: middle !important;
  color:white;
}

a.btn:hover{
  opacity: 1;
  color:white;
  box-shadow: none;
  border: 0;
  border-radius: 36px!important;
}

a.nav-link:hover{
  border-radius: 36px!important;
  opacity: 1;
  color:white;
  box-shadow: none;
}

button.nav-link:hover{
  border-radius: 36px!important;
  opacity: 1;
  color:white;
  box-shadow: none;
}

button, button:hover {
  transition: all .2s;
}

.small-card-title{
color: black;
font-size: 22px;
line-height: 32px;
margin:0;
}



spline-viwer{
  width: 175px;
}
video{
  max-width: 100%;
}

.dot{
  padding-left: 20px;
}

.dot-text .dot::before {
  content: '•'; /* 使用 ● 或者其他想要的字符 */
  color: black; /* 设置点的颜色 */
  display: inline-block; /* 使点在文本行内 */
  text-indent: -24px;
}

.desc{
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #8E8E8E;
}

.text-btn{
  font-size: 16px;
  line-height: 23px;
  position: relative;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: start;
  vertical-align: middle;
  color: black;
}

.small-desc{
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #8E8E8E;
}

.button_arrow_right {
  height: 26px;
  width: 27px;
  margin-left:8px;
}

.section-title{
  font-size: 50px;
  line-height: 69px;
  letter-spacing: 0em;
  text-align: left;

}

.social-text{
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;

}

.footer-text{
  font-size: 18px;
}

.font-size-16px{
  font-size: 16px;
}

.font-size-18px{
  font-size: 18px;
}

.font-size-22px{
  font-size:22px;
}

.font-size-36px{
  font-size: 36px;
}

.project-pic{
  width: 100%;
  height:100%;
  background-size: cover, cover; 
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  border-radius:40px;
}

.article-title{
  font-size: 50px;
    line-height: 72px;
  letter-spacing: 0em;
  padding-bottom: 60px;
}

.paragraph-title{
  font-size: 24px;
  padding-top:100px;
}

.project-desc{
  width: 50%;
}

.attribute {
  width: fit-content;
  flex: 0 0 auto;
  margin-right: 10px;
  color:#676767;
}

.attribute-answer{
  width: auto;
  color:#676767;
}

.card-body{
  padding-left: 82px !important;
  padding-right: 82px !important;
  padding-top: 82px !important;
}

.card-pic{
  width:100%;
  height:315.37px;
  background-size:cover;
  background-image:url(../img/bbar_small.png);
}

.max-width-996px{
  max-width:996px;
}

.project-card{
  border-radius: 20px;
    overflow: hidden;
}

a .project-card:hover{
  border: 1px solid gray !important;
  text-decoration: none ;
}

a:hover{
  text-decoration: none !important;
}

@media (min-width: 1400px){
  .container {
    max-width: 1440px;
  }
  .custom-max-width {
    max-width: 100% !important;
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
}

@media (min-width: 1300px){
  .container {
    max-width: 1300px;
  }
}

@media (max-width: 1200px){
  .home-card-pic{
    background-position: left;
  }
  .home-title {
    font-size: 55px;
    padding-left: 90px;
  }
  .home-card-text{
    padding-top:106px;
    padding-bottom:106px;
  }
  .card-title{
    font-size:30px;
    line-height: 38px;
  }
}

@media (max-width: 992px){
 
  .card-pic{
    height:245.48px;
  }

  .project-card{
    margin-bottom: 50px;
  }

  .project-info{
    padding-top: 50px !important;
  }

  .card-body{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .max-992px-pdlr-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 992px){
  .card-pic {
    height: 245.48px;
  }
}

@media (max-width: 768px){
 
  .home-card-pic {
    height: 60vw;
  }
  .max-768px-flex-direction-column-reverse{
    flex-direction: column-reverse;
  }

  .home-card-text {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .cart-text{
    font-size:16px;
  }

  .btn{
    font-size: 16px;
  }

  .card-body{
    padding-left:0 !important;
    padding-right:0 !important;
  }

  .card-pic {
    height: 420px;
  }
}

@media (max-width: 576px){
  body{
    font-size:18px;
  }
  .text-animation__container span {
    width: 50px;
  }
  .home-title {
    letter-spacing: normal;
    font-size: 30px;
    line-height:normal;
    padding-left: 0;
  }

  .home-card-text {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .scroll_down {
    width: 30px;
    margin-right:124px;
    margin-left:124px
  }

  .mypic{
    width: 60px;
    height: 31px;
    margin-left:12px;
    margin-bottom: 10px;
    border-radius: 4px;
  }

  .myflower {
    width: 36px;
    height: 100%;
    margin-top: 26px;
    margin-left: 24px;
  }

  .bouncing-blob {
    width: 200px !important;
    height: 200px !important;
  }

  .padding-for-title{
    padding-left: 0;;
  }

  .sections-padding-top {
    padding-top: 80px;
  }
  .mobile-dislay-none{
    display: none !important;
  }

  .desc {
    font-size: 16px;
  }

  .card-title {
    letter-spacing: 0.6px;
    font-size: 30px;
    line-height: 47px;
}

  .max-576px-margin-0{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .max-576px-pdlr-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .project-pic {
    max-height: 300px;
  }

  .container {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }

  .navbar{
    padding: 0 !important;
  }

  .card-body {
    padding-top: 40px !important;
  }

  .article-title {
    font-size: 35px;
    padding-bottom: 30px;
    line-height: 50px;
  }

  .project-info .row{
    flex-flow: wrap !important;
  }

  .attribute-answer{
    width: 100%;
  }

  .paragraph-title{
    font-size: 30px;
    padding-top:50px;
  }
  .header_-logo {
    width: 65px;
  }
  .nav-link {
    font-size: 14px;
    min-width: 60px;
    padding-bottom: 12px !important;
    padding-top: 12px !important;
  }

  .footer-text{
    font-size: 16px;
  }

  .card-pic {
    height: 72vw;
  }
}

.bouncing-blob {
  width: 400px;
  height: 400px;
  border-radius: 70%;
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0 !important;
  left: 40% !important;
  transform-origin: left top;
  mix-blend-mode: plus-lighter;
  border-radius: 60% 40% 40% 60% / 60% 30% 70% 40%;
  transition: all 0.3s ease-in-out ;
}

.morph{
  animation: morph 6s ease-in-out infinite;

}





@keyframes morph {
  0% {
			border-radius:  60% 40% 40% 60% / 60% 40% 60% 40%;
	} 
	
	50% {
			border-radius:  40% 60% 60% 40% / 40% 60% 40% 60%;
	}
  
	100% {
		border-radius:  60% 40% 40% 60% / 60% 40% 60% 40%;
	}
}



.bouncing-blob--blue {
  background: #A8F6FF;
  opacity: 0.8;
  left:30% !important;
}

.bouncing-blob--white {
  background: #efefef;
  z-index: 2;
  width: 15vw !important;
  height: 15vw !important;
  opacity: 0.8;
}

.bouncing-blob--ultra {
  background: #212AFF;
  opacity: 0.8;
}

.bouncing-blob--pink {
  background: #e289cd50;
  opacity: 0.3;
  filter: blur(120px);

}

.bouncing-blobs-container {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bouncing-blobs-glass {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(90px);
  /*-webkit-backdrop-filter: blur(90px);*/
  pointer-events: none;
}

.bouncing-blobs {
  position: absolute;
  z-index: 1;
  top: 400px;
  left: 0;
  width: 100%;
  height: 100%;
}


@media (max-width: 1200px) {
  .bouncing-blobs-glass {
    backdrop-filter: blur(120px);
    -webkit-backdrop-filter: blur(120px);
  }
}

@media (max-width: 500px) {
  .bouncing-blob {
    width: 60vw;
  }
  .bouncing-blob--white {
    width: 30vw;
  }
  .bouncing-blobs-glass {
    backdrop-filter: blur(90px);
    -webkit-backdrop-filter: blur(90px);
  }
}

.pops {
  position: absolute;
  background: white;
  mix-blend-mode: overlay;
  filter: brightness(2);
  overflow: hidden;
  pointer-events: none;
  top:0;
  left:0;
  width:100%;
  height: 100%;
}

/* h1 span:nth-of-type(2)::before {
  content: "";
  position: absolute;
  width: 200%;
  aspect-ratio: 1;
  left: 0%;
  translate: -50% 0;
  background: radial-gradient(circle at center, hotpink, yellow) 50% 50% / 400% 400% no-repeat;
  mix-blend-mode: color-dodge;
  animation: pop 3.25s infinite ease-in-out;
} */

@keyframes pop {
  50% {
    background-size: 100% 100%;
  }
}

.pop {
  height: var(--size, 100%);
  aspect-ratio: 1;
  background: radial-gradient(hsl(var(--h) 100% 70%) 25%, transparent 50%);
  position: absolute;
  display: inline-block;
  animation: scale var(--s, 2s) var(--d, 0s) infinite alternate;
  left: var(--x, 0);
  top: var(--y, 0);
  scale: 0;
  translate: -50% -50%;
  mix-blend-mode: multiply;
  filter: blur(2px);
}

.pop:nth-of-type(1) {
  --x: 10%;
  --y: 25%;
  --h: 277;
  --s2: 6;
  --d: -0.25s;
  --s: 6s;
}

.pop:nth-of-type(2) {
  --x: 50%;
  --y: 45%;
  --h: 140;
  --s2: 5;
  --d: -0.75s;
  --s: 5s;
}
.pop:nth-of-type(3) {
  --x: 65%;
  --y: 75%;
  --h: 210;
  --s2: 3;
  --d: -0.5s;
  --s: 3s;
}
.pop:nth-of-type(4) {
  --x: 85%;
  --y: 15%;
  --h: 320;
  --s2: 5;
  --d: -1s;
  --s: 2s;
}
.pop:nth-of-type(5) {
  --x: 15%;
  --y: 100%;
  --h: 40;
  --s2: 3;
  --d: -1s;
  --s: 2s;
}

@keyframes scale {
  to {
    scale: var(--s2);
  }
}

.cursor {
  position: absolute;
    width: 58px;
    height: 58px;
    top: 50%;
    left: 50%;
    margin: -24px 0 0 -24px;
    border-radius: 100px;
    backface-visibility: hidden;
    transition: transform 0.3s ease-out;
    background: #c23e3e;
    filter: blur(23px);
    mix-blend-mode: screen;
    pointer-events: none;

  &.is-moving {
    transform: scale(0.7);
  }
}


canvas {
  position: absolute;
  height: 100%;
  width: 100%;
}

@import url("https://fonts.googleapis.com/css?family=Staatliches&display=swap");


main section {
  font-family: "Staatliches", cursive;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 4;
  pointer-events: none;
}

main .progress-bar {
  position: fixed;
  top: 0;
  height: 3px;
  width: 0;
  background-image: linear-gradient(90deg, #b8c1e5 0%, #ff2e38 100%);
  z-index: 11;
  transition: width 0.2s;
  will-change: width;
}

.text-animation {
  position: absolute;
  z-index: 3;
}

.text-animation__container {
  font-size: 0;
  padding: 0 1.2vw;
  overflow: hidden;
}
.text-animation__container span {
  color: black;
  display: inline-block;
  letter-spacing: -5px;
  transform: translate3d(0, 200px, 0);
  will-change: transform;
  
}
.text-animation__container span:nth-child(1) {
  transition-delay: 0ms;
}
.text-animation__container span:nth-child(2) {
  transition-delay: 50ms;
}
.text-animation__container span:nth-child(3) {
  transition-delay: 100ms;
}
.text-animation__container span:nth-child(4) {
  transition-delay: 150ms;
}
.text-animation__container span:nth-child(5) {
  transition-delay: 200ms;
}
.text-animation__container span:nth-child(6) {
  transition-delay: 250ms;
}
.text-animation__container span:nth-child(7) {
  transition-delay: 300ms;
}
.text-animation__container span:nth-child(8) {
  transition-delay: 350ms;
}
.text-animation__container span:nth-child(9) {
  transition-delay: 400ms;
}
.text-animation__container span:nth-child(10) {
  transition-delay: 450ms;
}
.text-animation__container span:nth-child(11) {
  transition-delay: 500ms;
}
.text-animation__container span:nth-child(12) {
  transition-delay: 550ms;
}
.text-animation__container span:nth-child(13) {
  transition-delay: 600ms;
}
.text-animation__container span:nth-child(14) {
  transition-delay: 650ms;
}
.text-animation__container span:nth-child(15) {
  transition-delay: 700ms;
}
.text-animation__container span:nth-child(16) {
  transition-delay: 750ms;
}
.text-animation__container span:nth-child(17) {
  transition-delay: 800ms;
}
.text-animation__container span:nth-child(18) {
  transition-delay: 850ms;
}
.text-animation__container span:nth-child(19) {
  transition-delay: 900ms;
}
.text-animation__container span:nth-child(20) {
  transition-delay: 950ms;
}
.text-animation--up span {
  transform: translate3d(0, -200px, 0);
  transition: transform 1.15s cubic-bezier(0.6, 0, 0.2, 1);
}
.text-animation--middle span {
  transform: translate3d(0, 0, 0);
  transition: transform 1.15s cubic-bezier(0.6, 0, 0.2, 1);
}



.ball {
  position: fixed;
  z-index: 3;
  width: 200px; 
  height: 200px;
  display:none;
  align-items: center;
  text-align: center;
  background-image: url('../img/shower.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100%;
  pointer-events: none;
  will-change: transform, opacity;
  color:white;
  justify-content: center;
  scale:0;
}

.blobb{
  position: absolute;
    bottom: 4261px;
    width: 100%;
    z-index: 1;
    opacity: 0.5;
    right: -490px;
}

.js-scroll {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  will-change: transform;
}




