.rise-shake {
  animation: jump-shaking 0.83s infinite;
}

@keyframes jump-shaking {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateY(-9px);
  }
  35% {
    transform: translateY(-9px) rotate(17deg);
  }
  55% {
    transform: translateY(-9px) rotate(-17deg);
  }
  65% {
    transform: translateY(-9px) rotate(17deg);
  }
  75% {
    transform: translateY(-9px) rotate(-17deg);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.home {
  flex-direction: column;
  position: relative;
  width: 100%;
}
.home .header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 85vh;
  align-items: center;
  gap: 147px;
  padding: 0;
  width: 100%;
  background-color: black;
}
@media (max-width: 991.98px) {
  .home .header {
    height: 60vh;
  }
}
.home .header .blue-filter {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 900;
  background: linear-gradient(to bottom, #00427f 30%, #a6e3f1 100%);
}
.home .header #video-container {
  position: absolute;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  opacity: 0.6;
  background: url(../img/home/video-fallback.webp);
  background-size: cover;
}
.home .header #video-container #player {
  position: absolute;
  top: -20%;
  left: -20%;
  width: 140%;
  height: 140%;
  pointer-events: none;
}
@media (min-width: 1920px) {
  .home .header #video-container #player {
    top: -20%;
    left: -20%;
    width: 140%;
    height: 140%;
  }
}
.home .header #video-container #player {
  top: -20%;
  left: -20%;
  width: 140%;
  height: 140%;
}
@media (max-width: 1919.98px) {
  .home .header #video-container #player {
    top: -20%;
    left: -20%;
    width: 140%;
    height: 140%;
  }
}
@media (max-width: 1439.98px) {
  .home .header #video-container #player {
    top: 56%;
    left: 50%;
    height: 140%;
    width: auto;
    min-width: 300vh;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 991.98px) {
  .home .header #video-container #player {
    top: 56%;
    left: 50%;
    height: 140%;
    width: auto;
    min-width: 300vh;
    transform: translate(-50%, -50%);
  }
}
.home .header .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  z-index: 1000;
}
.home .header .title h1 {
  font-size: 1em;
}
.home .header .title h1 .we-provide {
  position: relative;
  align-self: stretch;
  text-shadow: 2.5px 2.5px 2.5px rgba(0, 0, 0, 0.2509803922);
  font-weight: 400;
  color: #ffffff;
  font-size: 2.3em;
  text-align: center;
  letter-spacing: 0;
  line-height: 1em;
  display: block;
}
@media (max-width: 991.98px) {
  .home .header .title h1 .we-provide {
    font-size: 1.8em;
    font-weight: 300;
  }
}
.home .header .title h1 .authentic-box {
  padding: 9px 38px;
  background-color: #ff8e1c;
  border-radius: 5px;
  display: block;
}
@media (max-width: 991.98px) {
  .home .header .title h1 .authentic-box {
    width: 100%;
    border-radius: 0px;
    padding: 1.5em 0em;
    font-weight: 800;
  }
}
.home .header .title h1 .authentic-box .text {
  font-weight: 500;
  color: #ffffff;
  font-size: 57.2px;
  font-size: 3.6em;
  letter-spacing: 0;
  line-height: 1.1em;
}
@media (max-width: 991.98px) {
  .home .header .title h1 .authentic-box .text {
    font-size: 2em;
    line-height: 0.9em;
    font-weight: 400;
  }
}
.home .header .title h1 .that-makes-a {
  text-shadow: 2.5px 2.5px 2.5px rgba(0, 0, 0, 0.2509803922);
  font-weight: 400;
  color: #ffffff;
  font-size: 3.5em;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.1em;
  display: block;
}
@media (max-width: 991.98px) {
  .home .header .title h1 .that-makes-a {
    font-size: 2.2em;
    font-weight: 300;
    line-height: 1em;
    padding: 0.5em 0em;
    background-color: rgba(255, 255, 255, 0.2901960784);
  }
}
.home .header .mouse-scroll {
  position: absolute;
  width: calc(27px * var(--scale));
  height: calc(48px * var(--scale));
  bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 900;
}
.home .header .mouse-scroll .mouse {
  width: calc(24px * var(--scale));
  height: calc(40px * var(--scale));
  border: 2px solid white;
  border-radius: 14px;
  position: relative;
}
.home .header .mouse-scroll .mouse .wheel {
  width: calc(4px * var(--scale));
  height: calc(4px * var(--scale));
  background: white;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  animation: scroll-wheel 1.5s infinite;
}
@keyframes scroll-wheel {
  0% {
    opacity: 1;
    top: 8px;
  }
  50% {
    opacity: 0.5;
    top: 16px;
  }
  100% {
    opacity: 1;
    top: 8px;
  }
}
.home .intro {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 100vh;
  background: linear-gradient(180deg, rgb(250, 255, 255) 0%, rgb(240, 254, 253) 100%);
  padding-top: 20vh;
}
@media (max-width: 991.98px) {
  .home .intro {
    padding-top: 10vh;
    height: initial;
  }
}
.home .intro .header-arrow-down {
  position: absolute;
  width: 100%;
  height: 22px;
  top: 0;
  margin: 0 auto;
  background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 12" xmlns="http://www.w3.org/2000/svg"><path d="M0,0 L12,12 L24,0" fill="%2386a3ae"/></svg>') no-repeat center;
  background-size: contain;
}
.home .intro .container {
  position: relative;
  width: 100%;
  height: 905px;
  background: linear-gradient(180deg, rgb(250, 255, 255) 0%, rgb(240, 254, 253) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 991.98px) {
  .home .intro .container {
    height: initial;
  }
}
.home .intro .container .bridge-left {
  text-align: right;
  align-self: flex-start;
  position: relative;
}
@media (max-width: 991.98px) {
  .home .intro .container .bridge-left {
    text-align: center;
  }
}
.home .intro .container .bridge-left .bt-logo {
  margin-bottom: 25px;
}
.home .intro .container .bridge-left .bt-logo img {
  max-width: 110px;
  height: auto;
}
.home .intro .container .bridge-left .bridge-title {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  text-transform: uppercase;
  line-height: 1.15;
}
@media (max-width: 991.98px) {
  .home .intro .container .bridge-left .bridge-title {
    align-items: center;
  }
}
.home .intro .container .bridge-left .bridge-title .line {
  font-weight: 500;
}
.home .intro .container .bridge-left .bridge-title .line-1 {
  color: #6dade7;
  font-size: 1.5rem;
  letter-spacing: 1px;
}
.home .intro .container .bridge-left .bridge-title .line-2 {
  color: #538ec4;
  font-size: 2rem;
  font-weight: 600;
}
.home .intro .container .bridge-left .bridge-title .line-3 {
  color: #748ea5;
  font-size: 1.2rem;
  margin: 6px 0;
}
.home .intro .container .bridge-left .bridge-title .line-4 {
  color: #ff944a;
  font-size: 2.2em;
  font-weight: 600;
  text-align: right;
  position: absolute;
  bottom: -1em;
  width: 50vw;
}
@media (max-width: 991.98px) {
  .home .intro .container .bridge-left .bridge-title .line-4 {
    text-align: center;
    bottom: 0 !important;
    line-height: 1;
    position: relative;
    width: 100%;
  }
}
.home .intro .container .bridge-right {
  position: relative;
}
.home .intro .container .bridge-right .bridge-intro {
  text-transform: uppercase;
  color: #739197;
  font-size: 1.6rem;
  line-height: 1.1;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .home .intro .container .bridge-right .bridge-intro {
    text-align: center;
    margin-bottom: 10vh;
  }
}
.home .intro .container .bridge-right .bridge-box {
  background: linear-gradient(to bottom, #e9fbfe 0%, rgba(255, 255, 255, 0) 100%);
  padding: 28px 30px;
}
@media (max-width: 991.98px) {
  .home .intro .container .bridge-right .bridge-box {
    display: none;
  }
}
.home .intro .container .bridge-right .bridge-box p {
  color: #739197;
  font-size: 1.3rem;
  line-height: 1.3;
}
.home .intro .container .bridge-right .bridge-box p:last-child {
  margin-bottom: 0;
}
.home .full-highlight {
  display: flex;
  padding-left: 53%;
  justify-content: flex-start;
  height: 110px;
  overflow: hidden;
  position: relative;
  margin-bottom: 1em;
}
@media (max-width: 991.98px) {
  .home .full-highlight {
    display: none;
  }
}
.home .full-highlight .deadline {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  background-color: #569cda;
  color: white;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.2;
  text-transform: uppercase;
  width: 70%;
  height: max-content;
  padding: 1em 1.5em;
  border-radius: 0.8em;
  position: relative;
  z-index: 1000;
}
.home .full-highlight .deadline .fa-solid {
  color: #9ad8ff;
  font-size: 2.5em;
  float: left;
  margin-right: 0.2em;
}
.home .quickers {
  min-height: 82vh;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  background-color: #f2fffe;
  display: flex;
  flex-wrap: nowrap;
}
.home .quickers:hover .quick:nth-child(1):not(:hover) {
  flex: 0 0 51%;
}
.home .quickers:hover .quick:nth-child(2):not(:hover) {
  flex: 0 0 24%;
}
.home .quickers:hover .quick:nth-child(3):not(:hover) {
  flex: 0 0 22%;
}
@media (max-width: 991.98px) {
  .home .quickers {
    height: initial;
    flex-direction: column;
  }
}
.home .quickers .quick {
  padding: 10vh 3vw 4em;
  display: flex;
  gap: 4vh;
  flex-direction: column;
  align-self: stretch;
  align-items: center;
  z-index: 0;
  position: relative;
}
@media (max-width: 991.98px) {
  .home .quickers .quick {
    padding: 10vh 5vw 4em;
    gap: 0vh;
    flex-basis: 100% !important;
  }
}
.home .quickers .quick:hover {
  z-index: 10;
}
.home .quickers .quick:hover::after {
  opacity: 0.5;
}
.home .quickers .quick:hover .content .transparent-button {
  padding: 17px 35px;
  font-size: 0.8em;
}
.home .quickers .quick::after {
  opacity: 0.3;
}
.home .quickers .quick:nth-child(1) {
  flex: 0 0 52%;
}
.home .quickers .quick:nth-child(1):hover {
  flex: 0 0 54%;
}
.home .quickers .quick:nth-child(2) {
  flex: 0 0 25%;
}
.home .quickers .quick:nth-child(2):hover {
  flex: 0 0 27%;
}
.home .quickers .quick:nth-child(3) {
  flex: 0 0 23%;
}
.home .quickers .quick:nth-child(3):hover {
  flex: 0 0 25%;
}
.home .quickers .quick {
  transition: all 0.3s ease-out;
}
.home .quickers .quick .title {
  font-size: 1.8em;
  line-height: 1em;
}
@media (max-width: 991.98px) {
  .home .quickers .quick .title {
    font-size: 2em;
  }
}
.home .quickers .quick .title h2 {
  font-size: 0.8em;
}
.home .quickers .quick .title h2 .small-text {
  line-height: 1em;
  font-weight: 300;
}
.home .quickers .quick .title h2 .big-text {
  font-weight: 500;
  font-size: 1.6em;
  line-height: 1em;
}
.home .quickers .quick .content {
  display: flex;
  gap: 4vh;
  flex-direction: column;
  font-weight: 300;
  font-size: 1.2em;
  line-height: 1.4em;
  text-align: center;
  flex: auto;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991.98px) {
  .home .quickers .quick .content {
    font-size: 1.4em;
  }
}
.home .quickers .quick .content .transparent-button {
  display: inline-flex;
  height: calc(52px * var(--scale));
  align-items: center;
  padding: calc(17px * var(--scale)) calc(26px * var(--scale));
  border-radius: 4px;
  font-weight: 400;
  color: #ffffff;
  font-size: 0.8em;
  transition: all 0.1s ease-out;
}
@media (max-width: 991.98px) {
  .home .quickers .quick .content .transparent-button {
    height: calc(82px * var(--scale));
  }
}
.home .quickers .quick .content .transparent-button:hover {
  background-color: white;
}
.home .quickers .quick-lexdomains {
  align-items: flex-end;
  background: linear-gradient(160deg, #64bfd4 0%, #2d5159 100%);
  border-right: 2px solid white;
  z-index: 1100;
}
@media (max-width: 991.98px) {
  .home .quickers .quick-lexdomains {
    border-right: none;
    gap: 0vh;
    padding: 10vh 8vw 8em;
    align-items: center;
  }
}
.home .quickers .quick-lexdomains .title .small-text {
  font-size: 1.2em !important;
}
.home .quickers .quick-lexdomains .title .big-text {
  font-size: 2em !important;
}
.home .quickers .quick-lexdomains .content .subtitle {
  font-size: 1.4em;
  line-height: 1.1em;
  font-weight: 300;
  width: 90%;
}
@media (max-width: 991.98px) {
  .home .quickers .quick-lexdomains .content .subtitle {
    width: 100%;
    font-size: 1.2em;
  }
}
.home .quickers .quick-lexdomains .content .domains .list-title {
  background: white;
  color: #60c9e0;
  padding: 0.15em 3vw 0.15em 1em;
  text-align: right;
  font-size: 0.9em;
  font-weight: 500;
  display: inline-flex;
  align-content: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  position: relative;
  left: 3vw;
  margin-bottom: 1em;
}
@media (max-width: 991.98px) {
  .home .quickers .quick-lexdomains .content .domains .list-title {
    padding: 0.15em 8vw 0.15em 1em;
    left: 8vw;
  }
}
.home .quickers .quick-lexdomains .content .domains .service-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.home .quickers .quick-lexdomains .content .domains .service-list li {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  color: #77e6ee;
  margin-bottom: 0px;
}
.home .quickers .quick-lexdomains .content .domains .service-list li i {
  font-size: 0.8rem;
  color: #bff2ff;
}
.home .quickers .quick-lexdomains .content .transparent-button {
  background-color: #53cae3;
}
.home .quickers .quick-lexdomains .content .transparent-button:hover {
  color: #60adbd;
}
.home .quickers .quick-lexdomains .deadline-mobile {
  display: none;
  align-items: center;
  gap: 0.5em;
  background-color: #569cda;
  color: white;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.2;
  text-transform: uppercase;
  width: 90%;
  margin: auto;
  position: absolute;
  bottom: -10vh;
  padding: 1em 1.5em;
  border-radius: 0.8em;
  z-index: 1000;
}
@media (max-width: 991.98px) {
  .home .quickers .quick-lexdomains .deadline-mobile {
    display: inline-flex;
  }
}
.home .quickers .quick-lexdomains .deadline-mobile .fa-solid {
  color: #9ad8ff;
  font-size: 2.5em;
  float: left;
  margin-right: 0.2em;
}
.home .quickers .quick-lexdomains::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://www.baquerotranslations.com/web2025/wp-content/themes/bt2026/img/home/home-lexdomains-webp.webp");
  background-size: cover;
  background-position: center;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: -1;
  transition: all 0.2s ease-out;
}
.home .quickers .quick-services {
  background: linear-gradient(179deg, rgb(73, 125, 192) 0%, rgb(37, 83, 142) 100%);
  border-right: 2px solid white;
  padding-top: 11vh;
}
@media (max-width: 991.98px) {
  .home .quickers .quick-services {
    border-right: none;
    padding-top: 16vh;
  }
}
.home .quickers .quick-services .services-list {
  font-size: 0.9em;
}
.home .quickers .quick-services .content .transparent-button {
  background-color: #3083e5;
}
.home .quickers .quick-services .content .transparent-button:hover {
  color: #255084;
}
.home .quickers .quick-services::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://www.baquerotranslations.com/web2025/wp-content/themes/bt2026/img/home/home-services-webp.webp");
  background-size: cover;
  background-position: center;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: -1;
  font-size: 1.4em;
  transition: all 0.2s ease-out;
}
.home .quickers .quick-AI {
  padding-top: 11vh;
  background: linear-gradient(198deg, rgb(255, 169, 71) 0%, rgb(189, 89, 20) 100%);
}
.home .quickers .quick-AI .ai-list {
  font-size: 0.9em;
}
.home .quickers .quick-AI .content {
  flex: auto;
}
.home .quickers .quick-AI .content .subtitle {
  font-size: 1.4em;
  line-height: 1.2;
}
@media (max-width: 991.98px) {
  .home .quickers .quick-AI .content .subtitle {
    font-size: 1.2em;
    line-height: 1.1;
  }
}
.home .quickers .quick-AI .content .transparent-button {
  background-color: #ff9600;
}
.home .quickers .quick-AI .content .transparent-button:hover {
  color: #d16a2b;
}
.home .quickers .quick-AI::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://www.baquerotranslations.com/web2025/wp-content/themes/bt2026/img/home/home-levels-webp.webp");
  background-size: cover;
  background-position: center;
  mix-blend-mode: soft-light;
  pointer-events: none;
  z-index: -1;
  transition: all 0.2s ease-out;
}
.home .mid-logos {
  background: linear-gradient(to bottom, #3a506b, #56748d);
  border-top: 2px solid #617b9b;
  background: linear-gradient(to bottom, #163d5f, #275581);
  border-top: 2px solid #3f79c1;
  background: linear-gradient(to bottom, #954413, #b1671f);
  border-top: 2px solid #ea9848;
  background: linear-gradient(to bottom, #305d67, #3b7b89);
  border-top: 2px solid #62b1c1;
}
.home .clients {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10em 0em;
  width: 100%;
  flex: 0 0 auto;
  background-color: #dcfdff;
  position: relative;
}
@media (max-width: 991.98px) {
  .home .clients {
    padding: 7em 0em;
  }
}
.home .clients .radial-BG {
  position: absolute;
  width: 100%;
  height: 80%;
  bottom: 0px;
  left: 0;
  background: radial-gradient(50% 50% at 2% 98%, rgb(238, 254, 255) 0%, rgb(220, 253, 255) 100%);
}
.home .clients .content {
  display: flex;
  gap: 50px;
  flex-direction: column;
  z-index: 1;
}
.home .clients .content .title {
  font-weight: 500;
  color: #4196e6;
  font-size: 4em;
  line-height: 1em;
}
@media (max-width: 991.98px) {
  .home .clients .content .title {
    font-size: 3.5em;
  }
}
.home .clients .content .subtitle {
  text-shadow: 2px 2px 0px rgba(255, 255, 255, 0.4784313725);
  font-weight: 300;
  color: #5fa2da;
  font-size: 2.6em;
  line-height: 1.1em;
}
@media (max-width: 991.98px) {
  .home .clients .content .subtitle {
    font-size: 2.2em;
  }
}
.home .clients .client-grid {
  z-index: 800;
}
.home .clients .client-grid .clients-logos-container {
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden; /* prevent overflow */
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.home .clients .client-grid .mySwiper {
  width: 100%;
  height: 130px; /* adjust as needed */
}
.home .clients .client-grid .mySwiper .swiper-wrapper {
  transition-timing-function: ease-in-out !important;
}
.home .clients .client-grid .mySwiper .swiper-wrapper .swiper-slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.home .clients .client-grid .mySwiper .swiper-wrapper .swiper-slide img {
  max-width: 140%;
  object-fit: contain;
  display: block;
}
.home .call-to-action {
  padding: 10em 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background: linear-gradient(to bottom, #367cbd 0%, #4e93d3 100%);
}
@media (max-width: 991.98px) {
  .home .call-to-action {
    padding: 7em 0px;
  }
}
.home .call-to-action .arrow-down {
  margin-left: 8vw;
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-left: calc(40px * var(--scale)) solid transparent;
  border-right: calc(40px * var(--scale)) solid transparent;
  border-top: calc(40px * var(--scale)) solid #e5fdff;
}
@media (max-width: 991.98px) {
  .home .call-to-action .arrow-down {
    left: 20vw;
  }
}
@media (max-width: 1439.98px) {
  .home .call-to-action .arrow-down {
    margin-left: 10vw;
  }
}
@media (max-width: 1919.98px) {
  .home .call-to-action .arrow-down {
    margin-left: 10vw;
  }
}
.home .call-to-action .arrow-down {
  margin-left: 10vw;
}
.home .call-to-action .left {
  display: flex;
  flex-direction: column;
}
.home .call-to-action .left .title {
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
  font-weight: 400;
  color: #ffffff;
  font-size: 4em;
  letter-spacing: 0;
  line-height: 1em;
}
@media (max-width: 991.98px) {
  .home .call-to-action .left .title {
    font-size: 3em;
  }
}
.home .call-to-action .left .subtitle {
  font-weight: 300;
  color: #c4e2fb;
  font-size: 2.2em;
  letter-spacing: 0;
  line-height: 1.1em;
}
@media (max-width: 991.98px) {
  .home .call-to-action .left .subtitle {
    font-size: 2em;
  }
}