*,
*:before,
*:after {
  box-sizing: border-box;
  letter-spacing: 0.04em;
  -webkit-scroll-behavior: smooth;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */

/* Handle */
::-webkit-scrollbar-thumb {
  background: #0d39a9;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #0d39a9;
}

body {
  background-color: #111111;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}
canvas {
  width: 100%;
  height: 100%;
  display: block;
}

header {
  z-index: 1000;
  width: 100vw;
  height: 100px;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #222;
  display: flex;
  align-items: center;
  justify-content: space-around;
  transition: transform 1s;
  transform: translateY(0);
}
h1,
h2,
h3,
h4,
h5,
h6,
span,
a,
p {
  color: rgb(250, 250, 250);
  font-family: "Poppins", sans-serif;
  margin: 0;
}
p {
  font-weight: 100;
}
h1 {
  font-size: 4rem;
}
h2 {
  font-size: 3rem;
}
h3 {
  font-size: 2rem;
}
@media (max-width: 480px) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.5rem;
  }
}

ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  list-style: none;
}

li {
  font-family: "Poppins", sans-serif;
  color: white;
}

section {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.intro-text {
  font-size: 30px !important;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 60vh;
  bottom: 0;
  right: 0;
  width: 0ch;
  overflow: hidden;
  white-space: nowrap;
  background-color: #eaf0ff;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}
.intro-text.active {
  animation: typeIn 1s steps(20) forwards;
  animation-delay: 3s;
}
@keyframes typeIn {
  to {
    width: 20ch;
  }
}

@media (max-width: 500px) {
  .intro-text {
    font-size: 18px !important;
    top: 55vh;
  }
  .consulting {
    font-size: 18px !important;
    top: 58vh;
  }
}

.box {
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: left;
  transition: transform 0.5s, opacity 0.5s;
  margin-inline: 10%;
}

.box.bottom {
  transform: translateY(200px);
  opacity: 0;
}
.box.from-top-to-bottom {
  transform: translateY(-200px);
  opacity: 0;
}
.box.active {
  transform: translateX(0);
  opacity: 1;
}

p {
  color: white;
  margin: 5px;
  font-size: 1.25em;

  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
}

.hidden {
  transition: transform 1s !important;
  transform: translateY(-200px) !important;
}

footer {
  background-color: #323232;
  width: 100vw;
}

@media (max-width: 480px) {
  footer {
    height: 100%;
  }
  p {
    font-size: 1em;
  }
}

.slide-container {
  max-width: 1120px;
  width: 100%;
  padding-bottom: 40px;
}
.slide-content {
  margin: 0 40px;
  overflow: hidden;
  border-radius: 25px;
  padding-bottom: 20px;
}

.slide-image {
  margin: 0 40px;
  overflow: hidden;
}
.card {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  background-color: #fff;
}
.image-content,
.card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;
}
.image-content {
  position: relative;
  row-gap: 5px;
  padding: 25px 0;
}
.overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #1f4ece;
  border-radius: 20px 20px 0 20px;
}
.overlay::before,
.overlay::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  background-color: #1f4ece;
}
.overlay::after {
  border-radius: 0 25px 0 0;
  background-color: #fff;
  width: 50px;
}
.card-image {
  position: relative;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background: #fff;
  padding: 3px;
}
.card-image .card-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #1f4ece;
}

.name {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  z-index: 5;
}
.description {
  font-size: 14px;
  color: #707070;
  text-align: center;
}
.button {
  border: none;
  font-size: 16px;
  color: #fff;
  padding: 8px 16px;
  background-color: #1f4ece;
  border-radius: 6px;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button:hover {
  background: #265df2;
}

.swiper-navBtn {
  color: #6e93f7;
  transition: color 0.3s ease;
}
.swiper-navBtn:hover {
  color: #4070f4;
}
.swiper-navBtn::before,
.swiper-navBtn::after {
  font-size: 35px;
}
.swiper-button-next {
  right: 0;
}
.swiper-button-prev {
  left: 0;
}
.swiper-pagination-bullet {
  background-color: #1f4ece;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: #1f4ece;
}

@media screen and (max-width: 768px) {
  .slide-content {
    margin: 0 10px;
  }
  .slide-image {
    margin: 0 10px;
  }
  .swiper-navBtn {
    display: none;
  }
}

.project {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  padding: 10px !important;
  margin: 0px !important;
  min-width: 280px;
  cursor: pointer;
}
.work {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 270px;
  width: 100%;
  display: table;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .work {
    height: 400px;
  }
}
@media screen and (max-width: 480px) {
  .work {
    height: 270px;
  }
}
.work .desc {
  display: table-cell;
  vertical-align: middle;
  height: 270px;
  background: #fff;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.work .desc h3 {
  color: black;
  font-size: 20px;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
}
.work .desc span {
  display: block;
  color: #999999;
  font-size: 14px;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
}
@media screen and (max-width: 768px) {
  .work .desc {
    opacity: 1;
    background: rgba(255, 255, 255, 0.6);
  }
  .work .desc h3 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .work .desc span {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.work:hover .desc {
  opacity: 1;
}
.work:hover .desc h3 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.work:hover .desc span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.js .animate-box {
  opacity: 0;
}

a {
  text-decoration: none;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.row {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}
.modal-swiper {
  height: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.project-caption {
  padding-inline: 20%;
}
@media (max-width: 480px) {
  .projectCaption {
    padding-inline: 10%;
  }
}

/* Add Animation - Zoom in the Modal */
.modal-content,
#caption,
.zoom {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

/* ARROW */
.center-con {
  transform: translate(10px, 0) rotate(90deg);
  position: absolute;
  top: 80vh;
  right: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeIn 2s forwards;
  animation-delay: 4s;
  opacity: 0;
}

.round {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 2px solid rgb(179, 179, 179);
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

#cta {
  width: 100%;
  cursor: pointer;
  position: absolute;
}

#cta .arrow {
  left: 30%;
}
.arrow {
  position: absolute;
  bottom: 0;
  margin-left: 0px;
  width: 12px;
  height: 12px;
  background-size: contain;
  top: 12px;
}
.segunda {
  margin-left: 8px;
}
.next {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTMxOS4xIDIxN2MyMC4yIDIwLjIgMTkuOSA1My4yLS42IDczLjdzLTUzLjUgMjAuOC03My43LjZsLTE5MC0xOTBjLTIwLjEtMjAuMi0xOS44LTUzLjIuNy03My43UzEwOSA2LjggMTI5LjEgMjdsMTkwIDE5MHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzE5LjEgMjkwLjVjMjAuMi0yMC4yIDE5LjktNTMuMi0uNi03My43cy01My41LTIwLjgtNzMuNy0uNmwtMTkwIDE5MGMtMjAuMiAyMC4yLTE5LjkgNTMuMi42IDczLjdzNTMuNSAyMC44IDczLjcuNmwxOTAtMTkweiIvPjwvc3ZnPg==);
}

@keyframes bounceAlpha {
  0% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
  25% {
    opacity: 0;
    transform: translateX(10px) scale(0.9);
  }
  26% {
    opacity: 0;
    transform: translateX(-10px) scale(0.9);
  }
  55% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
}

.bounceAlpha {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.arrow.primera.bounceAlpha {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-delay: 0.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.round:hover .arrow {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.round:hover .arrow.primera {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-delay: 0.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes translate {
  from {
    opacity: 0;
    transform: translateX(1300px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.services {
  padding-bottom: 100px;
  gap: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.service {
  gap: 0.5rem;
  opacity: 0;
  width: 300px;
  border-radius: 25px;
  min-height: 100px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  animation: fadeIn 2s forwards;
  background-color: rgba(9, 0, 192, 0.5);
}

.background-image {
  position: absolute;
  bottom: 200px;
  opacity: 0.3;
  z-index: -1;
}

@media (max-width: 1200px) {
  .background-image {
    display: none;
  }
}

/*SERVICES*/
#fh5co-features .feature-left {
  margin: 20px;
  transition: transform 0.25s ease-in-out;
  max-width: 290px;
}
.feature-left:hover {
  transform: scale(1.1);
}

.tooltip {
  position: relative;
  font-size: 0.9rem;
  padding: 0.5em;
  border-radius: 0.2em;
  box-sizing: border-box;
  z-index: 50;
}

.tooltip::before,
.tooltip::after {
  position: absolute;
  transform: translateX(-50%) translateY(var(--translate-y, 0))
    scale(var(--scale));
  transition: 200ms transform;
  transform-origin: bottom center;
  top: -0.25rem;
  left: 50%;
  z-index: 50;
}

.tooltip::before {
  --translate-y: calc(
    -100% - var(--arrow)
  ); /* Para controlar la flecha del tooltip */
  background-color: var(--plz-color-black-2);
  color: var(--plz-color-white);
  text-align: center;
  border-radius: var(--plz-border-radius-default);
  content: attr(data-tool);
  padding: 0.5rem;
  /* Esto hará que el texto se distribuya mejor dentro del espacio */
  width: 25rem;
  max-width: calc(100vw - 50px);
}

.tooltip:hover::before,
.tooltip:hover::after {
  --scale: 1;
}

.tooltip::after {
  --translate-y: calc(-1 * var(--arrow));
  transform-origin: top center;
  content: "";
  border: var(--arrow) solid transparent;
  border-top-color: var(--plz-color-black-2);
  border-top-width: 5px;
}

.feature {
  --plz-color-black-2: #212529;
  --plz-color-white: white;
  --plz-border-radius-default: 0.25rem;
  --scale: 0;
  --arrow: 5px;
  position: relative;
}

@media screen and (max-width: 992px) {
  #fh5co-features .feature-left {
    margin-bottom: 30px;
  }
}
#fh5co-features .feature-left .icon {
  display: table;
  text-align: center;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
#fh5co-features .feature-left h3 {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
}
#fh5co-features .feature-left p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
}
.text-center {
  text-align: center;
}
.modal-swiper-image {
  width: 100%;
  object-fit: contain;
}

.text-container {
  margin-left: 10px;
  position: relative;
  animation: change-text 2s ease-in-out forwards;
}

@keyframes change-text {
  0% {
    transform: rotate3d(1, 0, 0, -90deg);
    opacity: 0;
    top: 20px;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate3d(1, 0, 0, 90deg);
    opacity: 0;
    top: -20px;
  }
}

.techs {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20vh;
  justify-content: center;
  min-height: 20vh;
}
.techs h2 {
  font-size: 6vw !important;
}
.techs-logo {
  height: 6vw;
}
#container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
}

#text1,
#text2 {
  display: flex;
  justify-self: center;
  align-items: center;
  gap: 0.25rem;
  margin-left: 10px;
  position: absolute;
  font-size: 6vw;
  user-select: none;
}
@media (max-width: 480px) {
  .techs {
    gap: 10vh;
  }
  .techs h2 {
    font-size: 8vw !important;
  }

  .techs-logo {
    height: 10vw;
  }
  #text1,
  #text2 {
    font-size: 10vw;
  }
}

.page-header {
  position: fixed;
  width: 100vw;
  height: 100px;
  z-index: 5;
  background-color: #222;
  padding: 1.3rem;
  display: flex;
  justify-content: space-between;
  transition: transform 1s;
  transform: translateY(0);
}
.logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-bar {
  margin-right: 5%;
  display: flex;
}

.nav-bar a {
  color: #999;
  padding: 0.5rem;
  margin: 1rem;
  cursor: pointer;
  text-decoration: none;
  font-size: 1rem;
  transition: transform 0.25s ease-in-out;
}

.menu-icon {
  color: white;
  cursor: pointer;
  display: none;
  padding-right: 20px;
}

@media screen and (max-width: 800px) {
  .nav-bar {
    position: absolute;
    top: 100px;
    transform: translateX(100%);
    transition: transform 0.25s ease-in-out;
  }

  .nav-bar.responsive {
    position: absolute;
    text-align: center;
    top: 100px;
    left: 0;
    z-index: 5;
    display: block;
    height: fit-content;
    background-color: #0f0f10;
    width: 100%;
    transform: translateX(0);
    transition: transform 0.25s ease-in-out;
  }

  .nav-bar a {
    display: none;
  }
  .nav-bar.responsive a {
    display: block;
    color: white;
  }

  .menu-icon {
    display: flex;
    align-items: center;
    z-index: 1;
  }

  button {
    padding: 0.4rem;
  }
}
.service-icon {
  height: 10rem;
  padding: 1em;
}
.nav-bar a:hover {
  transform: scale(1.2);
  color: white;
}
.contact-us {
  position: relative;
  animation-name: zoom;
  animation-duration: 0.6s;
  max-width: 1000px;
  width: 100vw;
  height: 80%;
  max-height: 550px;
  background-color: white;
  border-radius: 0.5rem;
  display: flex;
  padding: 2rem;
  overflow-y: auto;
}
.contact-us-container {
  display: none;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
}
.info {
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 30%;
  flex-direction: column;
}
.form {
  height: 100%;
  width: 70%;
}
.info-text {
  color: #0f0f10;
  font-weight: bold;
}
.info-div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 740px) {
  .info {
    display: none;
  }
  .form {
    width: 100%;
  }
}

/*
=====
HELPERS
=====
*/

.ha-screen-reader {
  width: var(--ha-screen-reader-width, 1px);
  height: var(--ha-screen-reader-height, 1px);
  padding: var(--ha-screen-reader-padding, 0);
  border: var(--ha-screen-reader-border, none);

  position: var(--ha-screen-reader-position, absolute);
  clip: var(--ha-screen-reader-clip, rect(1px, 1px, 1px, 1px));
  overflow: var(--ha-screen-reader-overflow, hidden);
}

/*
=====
RESET STYLES
=====
*/

.field__input {
  --uiFieldPlaceholderColor: var(--fieldPlaceholderColor, #767676);

  background-color: transparent;
  border-radius: 0;
  border: none;

  -webkit-appearance: none;
  -moz-appearance: none;

  font-family: inherit;
  font-size: inherit;
}

.field__input:focus::-webkit-input-placeholder {
  color: var(--uiFieldPlaceholderColor);
}

.field__input:focus::-moz-placeholder {
  color: var(--uiFieldPlaceholderColor);
}

/*
=====
CORE STYLES
=====
*/

.field {
  --uiFieldBorderWidth: var(--fieldBorderWidth, 2px);
  --uiFieldPaddingRight: var(--fieldPaddingRight, 1rem);
  --uiFieldPaddingLeft: var(--fieldPaddingLeft, 1rem);
  --uiFieldBorderColorActive: var(
    --fieldBorderColorActive,
    rgba(22, 22, 22, 1)
  );

  display: var(--fieldDisplay, inline-flex);
  position: relative;
  font-size: var(--fieldFontSize, 1rem);
}

.field__input {
  box-sizing: border-box;
  width: var(--fieldWidth, 100%);
  height: var(--fieldHeight, 3rem);
  padding: var(--fieldPaddingTop, 1.25rem) var(--uiFieldPaddingRight)
    var(--fieldPaddingBottom, 0.5rem) var(--uiFieldPaddingLeft);
  border-bottom: var(--uiFieldBorderWidth) solid
    var(--fieldBorderColor, rgba(0, 0, 0, 0.25));
}

.field__input:focus {
  outline: none;
}

.field__input::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.2s ease-out;
}

.field__input::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.2s ease-out;
}

.field__input:focus::-webkit-input-placeholder {
  opacity: 1;
  transition-delay: 0.2s;
}

.field__input:focus::-moz-placeholder {
  opacity: 1;
  transition-delay: 0.2s;
}

.field__label-wrap {
  box-sizing: border-box;
  pointer-events: none;
  cursor: text;

  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.field__label-wrap::after {
  content: "";
  box-sizing: border-box;
  width: 100%;
  height: 0;
  opacity: 0;

  position: absolute;
  bottom: 0;
  left: 0;
}

.field__input:focus ~ .field__label-wrap::after {
  opacity: 1;
}

.field__label {
  color: #0f0f10;
  position: absolute;
  left: var(--uiFieldPaddingLeft);
  top: calc(50% - 0.5em);

  line-height: 1;
  font-size: var(--fieldHintFontSize, inherit);

  transition: top 0.2s cubic-bezier(0.9, -0.15, 0.1, 1.15),
    opacity 0.2s ease-out, font-size 0.2s ease-out;
}

.field__input:focus ~ .field__label-wrap .field__label,
.field__input:not(:placeholder-shown) ~ .field__label-wrap .field__label {
  --fieldHintFontSize: var(--fieldHintFontSizeFocused, 0.75rem);

  top: var(--fieldHintTopHover, 0.25rem);
}

/* 
effect 1
*/

.field_v1 .field__label-wrap::after {
  border-bottom: var(--uiFieldBorderWidth) solid var(--uiFieldBorderColorActive);
  transition: opacity 0.2s ease-out;
}

/* 
effect 2
*/

.field_v2 .field__label-wrap {
  overflow: hidden;
}

.field_v2 .field__label-wrap::after {
  border-bottom: var(--uiFieldBorderWidth) solid var(--uiFieldBorderColorActive);
  transform: translate3d(-105%, 0, 0);
  transition: transform 0.285s ease-out 0.2s, opacity 0.2s ease-out 0.2s;
}

.field_v2 .field__input:focus ~ .field__label-wrap::after {
  transform: translate3d(0, 0, 0);
  transition-delay: 0;
}

/*
effect 3
*/

.field_v3 .field__label-wrap::after {
  border-bottom: var(--uiFieldBorderWidth) solid var(--uiFieldBorderColorActive);
  transition: height 0.2s ease-out, opacity 0.2s ease-out;
}

.field_v3 .field__input:focus ~ .field__label-wrap::after {
  height: 100%;
}

/*
=====
LEVEL 4. SETTINGS
=====
*/

.field {
  --fieldBorderColor: #d1c4e9;
  --fieldBorderColorActive: #673ab7;
}

.page {
  box-sizing: border-box;
  width: 100%;
  padding: 1rem;

  display: grid;
  grid-gap: 30px;
}

.btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  border: 5px solid #1f4ece;
  padding: 15px;
  border-radius: 50px;
  cursor: pointer;
  overflow: hidden;
}

/* Style the p tag */
.btn p {
  text-transform: uppercase;
  text-align: center;
  color: black;
  font-weight: 900;
  font-size: 20px;
  margin-left: 30px;
  transition: all 0.5s ease;
}

/* Style the first icon with class send */
.send {
  position: absolute;
  top: 15px;
  left: 30px;
  color: black;
  transition: all 0.5s ease;
}

/* Style the second icon with class send2 */
.send2 {
  position: absolute;
  top: 80px;
  left: 30px;
  color: white;
  transition: all 0.5s ease;
}

/* Hover effects */
.btn:hover {
  background: #1f4ece;
  transition: all 0.5s ease;
}

.btn:hover p {
  color: white;
  transition: all 0.5s ease;
  animation: move 1s linear 1s forwards;
}

.btn:hover .send {
  top: -50px;
  transition: all 0.5s ease;
}

.btn:hover .send2 {
  top: 15px;
  transition: all 0.5s ease;
  animation: sending 1s linear 1s forwards;
}

/* CSS3 animation keyframes */
@keyframes sending {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translate(40px, -60px);
  }
}

@keyframes move {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-18px);
  }
}

.contact-us-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #9c9a9a;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.contact-us-close:hover,
.contact-us-close:focus {
  color: rgb(143, 141, 141);
  text-decoration: none;
  cursor: pointer;
}
.popup-active {
  display: flex;
}

.contactBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  position: fixed;
  right: 30px;
  bottom: 30px;
  outline: 0;
  cursor: pointer;
  border: none;
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  background-color: #1f4ece;
  color: white;
  font-weight: 400;
  font-size: 16px;
  box-shadow: 0 4px 14px 0 rgb(0 118 255 / 39%);
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.contactBtn:hover {
  background: rgba(0, 118, 255, 0.9);
  box-shadow: 0 6px 20px rgb(0 118 255 / 23%);
}
.center {
  text-align: center;
  margin-bottom: 4rem;
}

textarea {
  resize: none;
}
.footer-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.footer-links a {
  font-size: 1.25rem;
}
.footer-nav {
  min-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}
.our-team {
  display: flex;
}
.team-left {
  width: 50%;
}
.team-right {
  padding: 2rem;
  width: 50%;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1000px) {
  .our-team {
    flex-direction: column;
  }
  .team-left {
    width: 100%;
  }
  .team-right {
    width: 100%;
  }
}
.team-image {
  height: 150px;
  width: 120px;
  object-fit: cover;
}
.team-card {
  width: 120px;
  height: 150px;
  perspective: 500px;
}

.content {
  width: 100%;
  height: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);

  transition: transform 1s;
  transform-style: preserve-3d;
}

.team-card:hover .content {
  transform: rotateY(180deg);
  transition: transform 0.5s;
}

.front,
.back {
  position: absolute;
  height: 100%;
  width: 100%;
  background: white;
  color: #03446a;
  text-align: center;
  font-size: 60px;
  border-radius: 5px;
  backface-visibility: hidden;
}

.back {
  padding: 5px;
  background: #03446a;
  color: white;
  transform: rotateY(180deg);
}

/* css code */
.container-tab {
  width: 100%;
  overflow: hidden;
  z-index: 3;
  transition: all 0.5s ease-in-out;
}
.wrapper-tab {
  display: flex;
  position: relative;
  width: 80%;
  height: fit-content;
  overflow: hidden;
}
nav {
  width: 35%;
  height: fit-content;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  background-color: #0f0f10;
  gap: 0.3rem;
  padding-block: 30px;
  border-radius: 10px;
}
.nav-text {
  width: 75%;
  text-align: initial;
}
.content-tab {
  display: flex;
  width: 100%;
  height: 100%;
}
.item-tab {
  position: absolute;
  left: 0;
  display: flex;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  color: #0f0f10;
  flex-direction: row;
  align-items: center;
  opacity: 0;
}
.item-tab.active {
  opacity: 1;
  transition: opacity 0.5s ease-in;
}

.link {
  transition: all 0.3s;
  font-size: 0.8rem;
  background-color: #0f0f10;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.link:hover:not(.tabone) {
  background-color: #5a5a5a;
}
.tabone {
  color: #0f0f10;
  background-color: white;
}
i {
  color: white;
}
.tabone i {
  color: black;
}
.tabone p {
  color: #0f0f10 !important;
}
.service-right p {
  text-align: justify;
}
@media (max-width: 780px) {
  .service-arrow {
    display: none;
  }
  #service-arrow {
    display: none;
  }
  nav {
    flex-direction: row;
    height: fit-content;
    flex-wrap: wrap;
    margin-bottom: 3rem;
    padding: 5px;
    width: 100%;
    justify-content: center;
  }
  .nav-text {
    display: none;
  }
  .wrapper-tab {
    flex-direction: column;
    height: max-content;
  }
  .item-tab {
    flex-direction: column;
  }
  .fa-2x {
    font-size: 1.5rem !important;
  }
  .service-right {
    width: 100% !important;
  }
  .service-right p {
    text-align: left;
  }
  .service-right h3 {
    text-align: center;
  }
}

.service-left {
  align-items: center;
  display: flex;
  justify-content: space-around;
  width: 35%;
  flex-direction: column;
}
.service-right {
  width: 65%;
}
.icon-service {
  width: 25%;
}

.anchor {
  display: block;
  height: 100px; /*same height as header*/
  margin-top: -100px; /*same height as header*/
  visibility: hidden;
}
@media (min-width: 480px) {
  .about-anchor {
    height: 0 !important;
    margin-top: 0 !important;
  }
}

.cp-text {
  padding: 10px;
  text-shadow: 0 1px rgba(255, 255, 255, 0.1);
  font-size: small;
}
.footer {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  gap: 3rem;
  padding: 2rem;
}
.fa-angle-right {
  margin-right: 5px;
}

/*TOAST START*/

:root {
  --success: #3fbd63c4;
  --success-md: #3fbd637c;
  --success-l: #3fbd6391;


  --danger: #ea4e2cc4;
  --danger-md: #ea4e2c7c;
  --danger-l: #ea4e2c94;
}

.toast-container {
  position: absolute;
  top: 0;
  right: 50px;
  padding: 10px;
  border-radius: 10px;
  width: 420px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.notification {
  opacity: 0;
  position: fixed !important;
  top: 30px;
  right: 0;
  background-color: #fff;
  color: white;
  padding: 15px;
  max-width: 100%;
  width: fit-content;
  height: fit-content;
  border-radius: 20px;
  box-shadow: 0 2px 5px #00000033;
  cursor: pointer;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  position: relative;
  overflow: hidden;
  transition: opacity 0.5s ease-in-out;
}

.toast-icon {
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  width: 37px;
  height: 37px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.notification span {
  font-size: 18px;
  color: #e4e4e4 !important;
  line-height: 1.6;
  white-space: nowrap;
}
.notification.success {
  border: 1px solid var(--success-md);
  background-color: var(--success-l);
}
.notification.success i {
  background-color: var(--success);
}

/********/
.notification.danger {
  border: 1px solid var(--danger-md);
  background-color: var(--danger-l);
}
.notification.danger i {
  background-color: var(--danger);
}

/*TOAST END*/
