html,
body {
  position: relative;
  height: 100%;
  margin: 0;
  padding: 0;

}

body {
  background-color: #F3F3F1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow-x: hidden;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0.15;
}

.bg-video__content {
  height: 100%;
  width: 100%;
  object-fit: cover;

}

.typing-1{
  color: #666;
  white-space: nowrap;
}

.text-round {
  color: white;
  font-size: 20px;
  font-family: woff;
  border-radius: 40px;
  position: absolute;
  padding: 3px 15px 3px 15px;
  top: 305px;
  left: 180px;
  border: 2px solid #29375e;
  background-color: rgba(33, 38, 75, 0.8);
}

.swiper {
  width: 100%;
  height: 100%;
}


.swiper-slide {

  text-align: left;
  font-size: 18px;
  background: white;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  border-radius: 20px;
  margin-right: 2%;
  padding-left: 3dvb;
  padding-right: 3dvb;
  line-height: 1.2;
  color: #101729;
  width: 33.33% !important;
  height: auto !important;
}

.swiper-slide>div {
  display: flex;
  justify-content: center;
  padding-bottom: 2rem;
}

.swiper-slide>div img {
  width: 150px;
  height: 150px;
}

.bg-video__content {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#cat-image img {
  width: 200px;
  height: auto;
  opacity: 1;
  transition: opacity 1s ease, transform 1s ease;
}

.text-action {
  width: 100%;
  height: 110vh;

  background-image: url('../../../images/bg/text-background.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 5%;
  text-align: left;
  position: relative;
}

.text-action::after {
  content: "";
  background-color: #00000052;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
    backdrop-filter: blur(0px);
  /* animation: blur 2s infinite forwards; */
}

.text-action:hover::after{

  backdrop-filter: blur(0px);
}

/* @keyframes blur {
  0% {
    backdrop-filter: blur(0px);

  }

  50% {
    backdrop-filter: blur(5px);

  }

  100% {
    backdrop-filter: blur(0px);

  }
} */

.text-action h1 {
  position: relative;
  z-index: 99;
  margin: 0;
  text-align: left;
}

.sub-text {
  font-size: 18px;
  color: #333;
  margin-top: 10px;
  line-height: 1.1;
}

.sub-text .whitespace{
  margin: 0 9px;
}
.sub-text .word .char{
  transition: all 0.3s ease;
}
.sub-text .word:hover .char{
  transform: translateY(-10px);
}


.text-text {
  font-size: 23px;
  color: #ffffff;
  text-align: left;
  margin-top: 50px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1.5px;
  position: relative;
  z-index: 99;
}

.text-action h1 span {
  position: relative;
  top: 0;
  display: inline-block;
  font-family: 'Titan One', cursive;
  font-size: 50px;
  color: #fff;
  text-shadow: 0 1px 0 #8faaed,
    0 2px 0 #8faaed,
    0 3px 0 #8faaed,
    0 4px 0 #8faaed,
    0 5px 0 #8faaed,
    0 6px 0 transparent,
    0 7px 0 transparent,
    0 8px 0 transparent,
    0 9px 0 transparent,
    0 10px 10px rgba(0, 0, 0, .4);
}

.bounce {
  animation: bounce 0.3s ease infinite alternate;
}

@keyframes bounce {
  100% {
    top: -20px;
    text-shadow: 0 1px 0 #8faaed,
      0 2px 0 #8faaed,
      0 3px 0 #8faaed,
      0 4px 0 #8faaed,
      0 5px 0 #8faaed,
      0 6px 0 #8faaed,
      0 7px 0 #8faaed,
      0 8px 0 #8faaed,
      0 9px 0 #8faaed,
      0 50px 25px rgba(0, 0, 0, .2);
  }
}