.notLoaded {
  height: 100vh;
  overflow: hidden;
  position: fixed;
  margin: 0px;
}

#loader {
  position: absolute;
  background: white;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}

:root {
  --yellow: #feb60a;
  --red: #ff0062;
  --blue: #00dbf9;
  --violet: #da00f7;
}

.solution-container {
  display: none;
}
.quote-p {
  min-height: 10vh;
  font-size: 13px !important;
  text-align: center !important;
  width: 400px !important;
}

.yellow {
  background-color: var(--yellow);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin: 2em;
  animation: bounce 1.5s 0.5s linear infinite;
}
.nav-link {
  font-size: 1vw;
  color: #000;
}

.red {
  background-color: var(--red);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin: 2em;
  animation: bounce 1.5s 0.5s linear infinite;
  animation-delay: 0.1s;
}

.navbar-toggler {
  border: none !important;
}

.blue {
  background-color: var(--blue);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin: 2em;
  animation: bounce 1.5s 0.5s linear infinite;
  animation-delay: 0.2s;
}

.violet {
  background-color: var(--violet);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin: 2em;
  animation: bounce 1.5s 0.5s linear infinite;
  animation-delay: 0.3s;
}

@keyframes bounce {
  0%,
  50%,
  100% {
    transform: scale(1);
    filter: blur(0px);
  }

  25% {
    transform: scale(0.6);
    filter: blur(3px);
  }

  75% {
    filter: blur(3px);
    transform: scale(1.4);
  }
}

.navbar {
  background-color: #fff !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.challege-content p {
  text-align: justify;
}

.showcase {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 0 20px;
}

.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* background: var(--secondary-color) url('./https://traversymedia.com/downloads/cover.jpg') no-repeat center
		center/cover; */
  /* z-index: 1000; */
}

.video-container video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  /* z-index: 0; */
}

.video-container:after {
  content: "";
  z-index: 1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
}

.first-title h1 {
  font-size: 4vw;
  font-weight: 700;
  color: #fff;
  animation: 3.5s anim-lineUp ease-out forwards;
}

.heading {
  z-index: 20;
  background: linear-gradient(rgb(0, 0, 0, 0.3), rgb(0, 0, 0, 0.3));
  height: 100;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

:root {
  --secondary-color: #fff;
  --contrast-color: #0085ff;
}

#sub-title {
  display: none;
  /* animation: reveal 1.5s cubic-bezier(0.77, 0, 0.175, 1) 0.5s; */
}

#sub-title h2 {
  font-size: 4vw;
  font-weight: 700;
  color: #fff;
  animation: 3.5s anim-lineUp ease-out forwards;
  text-align: center;
  /* display: none; */
}

#sub-title h2 span {
  background: linear-gradient(163.34deg, #f58229 2.16%, #ed2d6d 97.97%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 4vw;
}

.logoColor {
  background: linear-gradient(
    163.34deg,
    #f58229 2.16%,
    #ed2d6d 97.97%
  ) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  text-fill-color: transparent !important;
  font-size: 4vw !important;
}

#first-title h1 span {
  background: linear-gradient(132.14deg, #0085ff 0%, #18d0fa 88.51%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

@keyframes anim-lineUp {
  0% {
    opacity: 0;
    transform: translateY(80%);
  }

  20% {
    opacity: 0;
  }

  50% {
    opacity: 1;
    transform: translateY(0%);
  }

  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: -10;
  background-color: var(--contrast-color);
}

.hero-page {
  display: flex;
  height: 100vh;
  justify-content: space-around;
  align-items: center;
  color: #fff;
  position: relative;
  z-index: 9;
  transition: all 0.8s ease;
}

@keyframes expand {
  0% {
    transform: translateX(1400px);
  }

  100% {
    transform: translateX(0px);
  }
}

.rule {
  position: absolute;
  bottom: 120px;
  width: 100%;
  height: 10px;
  background: #c40000;
  width: 100%;
  border: none;
  border-radius: 10px;
  transform: scale(9);
  transition: all 0.3s ease-in-out;
  background-color: #0084ff;
  animation-delay: 0.8s;
  animation: dash 5s ease-in-out infinite forwards !important;
  transition: all 0.6s ease-in-out;
}

.nav-link {
  display: inline-block;
  position: relative;
}

* {
  font-family: "Poppins", sans-serif;
}

.nav-link::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background: linear-gradient(132.14deg, #0085ff 0%, #18d0fa 88.51%);
  transform-origin: bottom right;
  transition: transform 1.8s ease-out;
}
.nav-link:hover {
  background: linear-gradient(132.14deg, #f8953a 0%, #ef3c69 88.51%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.nav-link:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.navbar .active {
  color: #007bff;
}

#float-img {
  transform: translate(30%, -10%);
  top: -120px;
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translate(30%, -10%);
  }

  50% {
    transform: translate(30%, 0%);
  }

  100% {
    transform: translate(3 0%, -10%);
  }
}

@keyframes slideInFromRight {
  from {
    transform: translate(95%, 10%);
  }

  to {
    transform: translate(45%, 10%);
  }
}

@keyframes floating {
  from {
    transform: translate(45%, 10%);
  }

  to {
    transform: translate(45%, 0%);
  }
}

.nav-link {
  color: #6c6c6c;
  font-weight: 500;
  padding: 12px 52px;
  margin-right: 2em;
  font-family: "Poppins", sans-serif;
  z-index: 100;
}

.nav-active {
  background-color: #fff;
  box-shadow: 5px -1px 12px -5px grey;
}

.nav-colored {
  background: #f3f3f3;
}

.nav-colored .nav-link {
  color: #000 !important;
}

.nav-colored #active {
  color: #0084ff !important;
}

.nav-transparent {
  background-color: #f3f3f3;
}

.challenge-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80vh;
}

.challege-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.challege-content p {
  width: 50%;
  font-size: 1vw;
  color: #6c6c6c;
  font-weight: 500;
  text-align: justify;
}

.challege-content h2 {
  font-size: 3vw;
  font-weight: 900;
  text-align: center;
}

p span {
  font-size: 18px;
  color: #0085ff;
  min-height: 17vh;
}
.component {
  width: 750px;
  margin: 0 auto;
  padding: 0rem;
}

.component blockquote.quote {
  position: relative;
  text-align: center;
  padding: 1rem 1rem;
  width: 100%;
  /* create space for the quotes */
  color: #000;
  font-weight: 600;
  margin: 1rem auto 1rem;
  font-size: 1.5vw;
}

.component blockquote.EN {
  background: linear-gradient(to right, #039be5 4px, transparent 4px) 0 100%,
    linear-gradient(to left, #039be5 4px, transparent 4px) 100% 0,
    linear-gradient(to bottom, #039be5 4px, transparent 4px) 100% 0,
    linear-gradient(to top, #039be5 4px, transparent 4px) 0 100%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.component blockquote.DE {
  background: linear-gradient(to right, #039be5 4px, transparent 4px) 0% 0%,
    linear-gradient(to bottom, #039be5 4px, transparent 4px) 0% 0%,
    linear-gradient(to left, #039be5 4px, transparent 4px) 100% 100%,
    linear-gradient(to top, #039be5 4px, transparent 4px) 100% 100%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.raidel-circle {
  position: absolute;
  width: 77px;
  height: 77px;
  left: 8px;
  top: 2px;
  border-radius: 50%;
  animation: floating 2s ease-in-out infinite, 1.7s ease-out 0s 1 ball-Left;
}

@keyframes floating {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(30px);
  }

  100% {
    transform: translateY(0px);
  }
}

.raidel-circle2 {
  position: absolute;
  width: 98px;
  height: 98px;
  left: 276px;
  top: 511px;
  animation: floating 2s ease-in-out infinite;
}

body {
  scroll-behavior: smooth;
  overflow-x: hidden;
  transition: all 0.6s;
  margin: auto 0;
  padding: 0;
}

.contenedor {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  /* background-color:#DFDFDE; */
}

/* .contenedor::before{
  filter: blur(90px);
  background-color: #FB37FF;
} */

.secciones {
  width: 750%;
  height: 70vh;
}

.titulos {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2em;
  color: #fff;
  padding: 20px;
}

.frame {
  border-radius: 10px;
  width: 90vw;
  height: 85vh;
  display: flex;
  align-items: center;
  /* background-color: #fff; */
  /* box-shadow: 0 3px 12px 0 rgba( 31, 38, 135, 0.37 ); */
  /* background: #fff; */
  /* background: linear-gradient(rgb(138,170,195),rgb(27,50,68) 60%); */
  justify-content: center;
}

.frame h1 {
  position: absolute;
  color: #d9d9d9;
  opacity: 0.2;
  top: 40px;
  left: 20px;
  z-index: -9;
  /* bottom: 30px; */
  right: 20px;
  font-size: 10vw;
  font-weight: bolder;
}

.frame-text {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  /* line-height: 2em; */
  /* width: 1900px ; */
}

.frame-text h3 {
  font-weight: 700;
  /* min-height: 15vh; */
  color: #000;
  font-size: 2vw;
  width: 600px;
}

.svg-txt {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.svg-txt p {
  color: #007bff;
  font-size: 1vw;
  font-weight: 500;
}

.space {
  width: 100px;
}

.frame-text h2 {
  font-size: 3vw;
  /* -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px; */
  font-weight: 700;
  /* color: #fff; */
  background: linear-gradient(132.14deg, #0085ff 0%, #18d0fa 88.51%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  min-height: 10vh;
  line-height: 3em;
  /* color: #0079FF; */
}

#frametxt-p {
  /* line-height: 3em; */
  min-height: 7vh;
}

.frame-text p {
  width: 600px;
  font-weight: 500;
  /* letter-spacing:0px; */
  color: #6c6c6c;
  font-size: 1vw;
  min-height: 7vh;
  /* text-align: justify; */
}

.empty-space {
  min-height: 20vh;
}

#what {
  text-align: center;
  font-size: 3vw;
  font-weight: 700;
  margin-top: 2em;
  /* min-height: 10vh; */
}

#section_counter {
  width: 100%;
  min-height: 50vh;
  background-color: #d9d9d9;
}

.section-counter .conatiner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.counter-number {
  display: flex;
  flex-direction: row;
}
.counter-txt {
  display: flex;
  align-items: center !important;
  justify-content: center !important;
}
.counter-txt p {
  font-size: 14px !important;
}

.section-heading {
  font-size: 3vw;
  font-weight: 700;
  padding: 50px;
  text-align: center;
}

.counter-item {
  /* width: 300px !important; */
  /* height: 400px; */
  /* padding: 10px; */
  display: flex;
  transform: translateX(-20px);
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.counter-item h1 {
  font-size: 2.5vw;
  font-weight: 900;
  /* background: linear-gradient(132.14deg, #0085FF 0%, #18D0FA 88.51%); */
  background: linear-gradient(163.34deg, #f58229 2.16%, #ed2d6d 97.97%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.counter-item p {
  text-align: center;
  font-size: 1.2vw;
  width: 250px;
}

.counter-grid {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: row;
}

.seccion {
  height: 100%;
  width: calc(100% / 7.4);
  float: left;
  position: relative;
  display: flex;
  background-size: cover;
  color: #fff;
  transition: all 0.5s ease 0s;
}

.button {
  position: relative;
  padding: 12px 82px;

  margin: 5px;
  border: 2px solid transparent;
  display: inline-block;
  font-size: 20px;
  border-radius: 10px;
  background: linear-gradient(to left, #fff 50%, #0085ff 25%, #18d0fa 25%) right;
  /* background: linear-gradient(132.14deg, #F8953A 0%, #EF3C69 88.51%); */
  background-size: 200%;
  transition: 0.5s ease-out;
  border: 0px;
  color: #000;
  font-weight: 500;
}

.button::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  padding: 2px;
  /* control the border thickness */
  background: linear-gradient(132.14deg, #0085ff 0%, #18d0fa 88.51%);
  /* background: linear-gradient(132.14deg, #F8953A 0%, #EF3C69 88.51%); */
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.button:hover {
  text-decoration: none;
  background-position: left;
  color: #fff;
  border: none;
  text-decoration: none !important;
}

.frame-img svg {
  position: absolute;
  /* top: 70px; */
  /* right: 0px; */
  left: 10px;
  z-index: -99;
  width: 600px !important;
  height: 500px !important;
}
.frame-img img {
  width: 450px !important;
}

.frame-img svg path {
  -webkit-animation: float 6s ease-in-out infinite;
  animation: float 6s ease-in-out infinite;
  transition: all 0.4s ease-in-out;
}

@-webkit-keyframes float {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }

  50% {
    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    transform: translatey(-20px);
  }

  100% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
}

@keyframes float {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }

  50% {
    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    transform: translatey(-20px);
  }

  100% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
}

.frame-img img {
  z-index: 100;
  width: 400px;
}
.frame-img svg {
  width: 500px;
}

.frame-img {
  display: flex;
  align-items: center;
  /* justify-items: center; */
  justify-content: center;
}

.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  /* background: url(https://designsupply-web.com/samplecontent/vender/codepen/20181014.png) no-repeat center center/cover; */
}

video {
  min-width: 100%;
  min-height: 100vh;
  z-index: 1;
}

.overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5));
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.overlay h1 {
  font-size: 4vw;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.overlay h1 span {
  font-size: 4vw;
}

/* expertice */
.expertice-container {
  min-height: 100vh;
  margin-top: 3em;
}

.expertice-container h2 {
  font-size: 3vw;
  font-weight: 700;
  text-align: center;
  min-height: 10vh;
}
.expertice-container p {
  font-size: 1vw;
  font-weight: 500;
  text-align: center;
  /* min-height: 10vh; */
  color: #656565;
}

.link-txt p {
  font-size: 18px;
  font-weight: 500;
  text-align: center !important;
  text-decoration: none;
  min-height: 10vh;
  color: #656565;
}

.link-txt p span {
  font-size: 18px;
  font-weight: 500;
  text-align: center !important;
  min-height: 10vh;
  color: #0085ff;
}

.link-txt {
  display: flex;
  align-items: center;
  justify-content: center;
}
.expertice-container .row {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.expertice-container .row .col-sm-12 {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
}
.expertice-card {
  width: 250px;
  height: 240px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border: 2px solid #d3eaff;
  border-radius: 70px;
  background: linear-gradient(#fff, #fff 50%, #0085ff 50%, #0085ff);
  background-size: 100% 200%;
  /*trasition effect for background*/
  transition: background 1s;
  border: 0px !important;
}

.expertice-container .row .col-sm-12:hover .expertice-card {
  background-position: 100% 100%;
}

.expertice-card:hover svg path {
  fill: white !important;
}

.expertice-card:hover img {
  filter: brightness(0) invert(1);
  /* animation: imgUp 0.7s ease-in-out both; */
}

.expertice-container .row .col-sm-12:hover p {
  animation: textUp 0.7s ease-in-out both;
}
@keyframes imgUp {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-20px);
    opacity: 1 !important;
    color: #fff;
  }
}

@keyframes textUp {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-90px);
    opacity: 1 !important;
    color: #fff;
  }
}

.expertice-card .row .col-sm-12 p {
  font-size: 90px;
  font-weight: 500;
  color: #6c6c6c;
}

.expertice-card svg {
  width: 100px !important;
}
/* slider */
.slider-contaier {
  width: 100%;
  min-height: 50vh;
}

.slider-contaier h2 {
  text-align: center;
  font-size: 48px;
  font-weight: 700;
}

.slider-contaier .row {
  margin-top: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-contaier .row .slider-img {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.slider-img {
}

.slider-img img {
  width: 200px !important;
}

/*-----Testimonial-------*/
iframe {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  border: none;
}

/* ------testimonial  close-------*/

/* ------testimonial  close-------*/

/* ------testimonial  close-------*/

/* footer */
footer {
  background-color: #333535;
}

.company {
  color: white;
  font-weight: 200;
  font-size: 1vw;
  margin-top: 1em;
}

.active {
  color: #0084ff;
}

.fa {
  padding: 10px;
  font-size: 20px;
  width: 40px;
  height: 40px;
  font-size: 20px !important;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  color: #fff;
  background-color: #0085ff;
}

.fa:hover {
  background: linear-gradient(132.14deg, #f8953a 0%, #ef3c69 88.51%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  animation: footerIcon 0.6s ease-in-out alternate forwards;
}

@keyframes footerIcon {
  from {
    transform: rotate(180deg);
  }

  to {
    transform: rotate(0deg);
  }
}

.fa-facebook {
  background: #0085ff;
  color: white;
}

.fa-twitter {
  background: #fff;
  color: #0085ff;
  font-size: 20px;
}
.mb-2 a {
  font-size: 0.8vw;
}
.fa-linkedin {
  background: #0085ff;
  color: white;
}

.fa-instagram {
  background-color: #0085ff;
  color: white;
}

.fa-whatsapp {
  background-color: #0085ff;
  color: white;
}

.py-2 .row .white {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.py-2 .row .white2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.py-2 .row .col-sm-12 a {
  font-size: 0.8vw;
  text-align: center;
  color: #fff;
  opacity: 0.7;
}
.py-2 .row .col-sm-12 a:hover {
  text-decoration: none;
}

.py-2 {
  background-color: #282828;
}

.center {
  margin-bottom: 5em;
}

h3 {
  color: black;
}

.cardName {
  line-height: 2.5em;
}

/* upper footer */

.sub-footer {
  background: url("../images/footer/footer-5.png");
  min-height: 20vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.sub-left h2 {
  color: #fff !important;
  font-size: 2vw;
  font-weight: 500;
}

.cen {
  color: #d3eaff;
}

.talk a {
  position: relative;
  padding: 12px 82px;

  margin: 5px;
  border: 2px solid #fff !important;
  display: inline-block;
  font-size: 1vw;
  border-radius: 30px;
  transition: 0.5s ease-out;
  border: 30px;
  color: #fff;
  font-weight: 500;
}

.talk a::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 30px;
  padding: 2px;
  /* control the border thickness */
  /* background:linear-gradient(132.14deg, #0085FF 0%, #18D0FA 88.51%); */
  background-color: inherit;
  /* background: linear-gradient(132.14deg, #F8953A 0%, #EF3C69 88.51%); */
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.talk a:hover {
  text-decoration: none;
  background-position: left;
  color: #007bff;
  border: none;
  text-decoration: none !important;
  background-color: white;
}

.mb-2 a {
  color: #d3d3d3;
  text-decoration: none;
}
.mb-2 {
  line-height: 1.5em;
}
#star {
  color: orange;
}
.others {
  line-height: 0.5em !important;
}

.footer-logo {
  transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
}

.footer-logo p {
  font-size: 1.5vw;
  color: #fff !important;
  font-weight: 200;
  align-items: flex-start;
  transform: translateX(-5px);
  transform: translateY(37px) !important;
  -webkit-transform: translateY(37px) !important;
  -moz-transform: translateY(37px) !important;
  -ms-transform: translateY(37px) !important;
  -o-transform: translateY(37px) !important;
}

.mb-2 .active {
  color: #007bff;
}

.text-address {
  transform: translateY(10px) !important;
  -webkit-transform: translateY(10px) !important;
  -moz-transform: translateY(10px) !important;
  -ms-transform: translateY(10px) !important;
  -o-transform: translateY(10px) !important;
}

.mb-4 {
  color: #d3d3d3;
  font-weight: 400;
  line-height: 2;
  font-size: 0.8vw;
  text-decoration: none;
}

.slideanim {
  visibility: hidden;
  visibility: visible\9;
  /*For old IE browsers IE6-8 */
}

.slideanim.slide {
  visibility: visible;
  animation: slide 1s;
}

.slideanim::after {
  /* useful when its child elements are float:left; */
  content: "";
  display: table;
  clear: both;
}

@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeOut {
  opacity: 0;
}

.fadeIn {
  opacity: 1;
}

.scrolled.slide-right {
  animation: slide-in-right 1s ease-in-out both;
}

.scrolled.slide-left {
  animation: slide-in-left 1s ease-in-out both;
}

.scrolled.fade-up {
  animation-delay: 8s;
  animation: fade-in-up 1s ease-in-out both;
}

.scrolled.fade-up1 {
  transition: all 0.6s;
  animation: fade-in-up1 2s ease-in-out both;
}

@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-up1 {
  0% {
    animation-delay: 1.5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.js-scroll {
  opacity: 1;
  transition: opacity 500ms;
}

.js-scroll.scrolled {
  opacity: 1;
}

.top-button {
  display: flex;
  align-items: flex-end !important;
  justify-content: flex-end !important;
}

/* js scroll element reavel */

.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}

.js-scroll.scrolled {
  opacity: 1;
}

.scrolled.fade-in {
  animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
  animation: fade-in-bottom 1s ease-in-out both;
}

.scrolled.fade-one-bottom {
  animation: fade-in-bottom 3s ease-in-out both;
}

.scrolled.fade-two-bottom {
  animation: fade-in-bottom 5s ease-in-out both;
}

.scrolled.fade-three-bottom {
  animation: fade-in-bottom 7s ease-in-out both;
}

.scrolled.slide-left {
  animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
  animation: slide-in-right 1s ease-in-out both;
}

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.scroll-btn label {
  font-size: 24px;
  color: #fff;
  font-size: 700;
}

.scroll-down {
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 75px;
  height: 80px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  bottom: 0;
  transform: translateX(-50%);
}

.card.shape {
  overflow: hidden;
}

.card.shape::before,
.card.shape::after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 50%;
  height: 100px;

  z-index: 2;
}

.quote-p {
  display: none;
}

.card.shape::before {
  left: 0;
  clip-path: polygon(0 50%, 0% 100%, 100% 100%);
}

.card.shape::after {
  left: 50%;
  clip-path: polygon(100% 50%, 0% 100%, 100% 100%);
}

.scroll-down.semicircle span {
  position: absolute;
  width: 100px;
  height: 100px;
  left: -10px;
  padding: 30px;
  border-radius: 50%;
  background-color: #f3f3f3;
  /* opacity: 0.5; */
  background: linear-gradient(rgb(255, 255, 255, 0.3), rgb(255, 255, 255, 0.7));
  bottom: -50px;
  display: inline-block;
  z-index: 1;
}

.scroll-down.semicircle span i {
  position: absolute;
  font-size: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 15px;
  animation: animateLargeArrow 1.25s infinite linear;
  opacity: 9;
  z-index: 1000;
  color: #000 !important;
}

.change-my-color {
  opacity: 9 !important;
}

@keyframes animateLargeArrow {
  0% {
    opacity: 0;
    top: 0;
  }

  25%,
  75% {
    opacity: 1;
  }

  50% {
    top: 15px;
  }

  100% {
    opacity: 0;
    top: 30px;
  }
}

@media screen and (max-width: 380px) {
  .component {
    width: 200px !important;
    margin: 0 auto;
    padding: 0;
  }
  .sub-title h2 span img {
    width: 150px !important;
  }
  .sub-title h2 span {
    font-size: small;
  }
  .sub-title{
    margin: 50% 0% 0 0;
  }
  .counter-number h1 {
    font-size: 22px;
  }

}

@media only screen and (min-width: 380px) and (max-width: 600px) {
  html,
  body {
    margin: 0;
    padding: 0;
    overflow-x: hidden !important;
  }
  /* .heading{
    height: 50vh !important;
  }
  .challenge-flex{
    height: 50vh !important;
  } */
  .nav-link {
    font-size: 3vw;
  }
  .challege-content p {
    width: 350px;
    text-align: center !important;
  }
  p {
    font-size: 16px !important;
  }
  .py-3 .col-sm-12 {
    /* flex-direction: column; */
    display: flex;
    align-items: center;
    justify-content: center !important;
  }
  h2 {
    font-size: 30px !important;
  }
  .mb-2 a {
    font-size: 12px !important;
    line-height: 1.5em !important;
  }
  a {
    font-size: 14px !important;
  }
  span {
    font-size: 14px !important;
  }

  .company {
    font-size: 11px;
  }
  .contenedor {
    display: none;
    visibility: hidden;
    height: 100px !important;
  }

  #first-title h1 {
    text-align: center;
    font-size: 20px !important;
  }

  .challege-content h2 {
    font-size: 24px !important;
  }

  .challege-content p {
    font-size: 16px;
    text-align: justify;
  }

  .challenge-container {
    height: 60vh !important;
  }

  .quote-p {
    display: block;
    font-size: 22px !important;
    color: #0084ff !important;
    font-weight: 700;
  }

  .component {
    display: none;
  }

  .solution-container {
    display: block;
  }

  .solution-content h2 {
    font-size: 24px !important;
    background: linear-gradient(132.14deg, #0085ff 0%, #18d0fa 88.51%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 700;
    text-align: center;
  }

  .solution-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 100vh;
  }

  .solution-content h4 {
    font-size: 20px;
    text-align: justify;
  }

  .solution-content p {
    font-size: 16px;
    color: #6c6c6c;
    text-align: justify;
  }

  .solution-content a {
    text-align: center !important;
  }

  .button {
    padding: 12px 42px;
    text-align: center;
  }

  .py-2 .row .col-sm-12 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .white {
    text-align: center;
  }
  .company {
    font-size: 16px !important;
  }
  .solution-content-image {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
    background-size: cover;
    background: url("../images/service/blob-1.png");
    width: 400px;
    height: 400px;
    background-position: 10%;
    background-repeat: no-repeat;
  }

  .solution-content-image img {
    width: 100%;
    max-width: 400px;
    height: auto;
  }

  .empty-space {
    display: none;
  }

  .section-heading {
    font-size: 24px;
  }

  .counter-number h1 {
    font-size: 26px;
  }

  .counter-item {
    font-size: 16px;
  }

  .counter-grid {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .expertice-txt h2 {
    font-size: 24px !important;
  }

  .expertice-txt p {
    font-size: 12px;
  }

  .expertice-txt a {
    font-size: 12px;
  }

  .slider-contaier {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 100vh;
  }

  .slider-contaier .row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .slider-contaier h2 {
    font-size: 24px;
    min-height: 10vh;
  }

  .sub-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 20vh;
  }

  .slider-img {
    min-height: 10vh;
  }

  .sub-left h2 {
    font-size: 20px !important;
    text-align: center;
    width: 300px;
    margin-top: 1em;
  }

  .talk a {
    font-size: 1vw;
    pad: 12px 42px !important;
    margin-bottom: 1em;
  }

  .py-5 .row .col-sm-12 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .footer p {
    text-align: center;
  }

  .list-unstyled {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }

  .list-unstyled li a {
    text-align: center;
  }

  .navbar {
    position: fixed !important;
    width: 100% !important;
  }

  .navbar-brand {
    height: 100% !important;
  }

  .navbar-toggler {
    border: none !important;
  }

  #loader {
    position: absolute;
    background: white;
    width: 100%;
    height: 100vh;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    max-width: 400px;
  }

  .yellow {
    background-color: var(--yellow);
    width: 150px;
    height: 60px;
    border-radius: 100%;
    margin: 1em;
    animation: bounce 1.5s 0.5s linear infinite;
  }

  .red {
    background-color: var(--red);
    width: 150px;
    height: 60px;
    border-radius: 100%;
    margin: 1em;
    animation: bounce 1.5s 0.5s linear infinite;
    animation-delay: 0.1s;
  }

  .navbar-toggler {
    border: none !important;
  }

  .blue {
    background-color: var(--blue);
    width: 150px;
    height: 60px;
    border-radius: 100%;
    margin: 1em;
    animation: bounce 1.5s 0.5s linear infinite;
    animation-delay: 0.2s;
  }

  .violet {
    background-color: var(--violet);
    width: 150px;
    height: 60px;
    border-radius: 100%;
    margin: 1em;
    animation: bounce 1.5s 0.5s linear infinite;
    animation-delay: 0.3s;
  }
  .counter-grid {
    min-height: 100vh;
  }

  .expertice-container .row {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .expertice-container .row .col-sm-12 {
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin: 2em; */
    flex-direction: column;
  }
  .expertice-container .row .col-sm-12 p {
    /* font-size: 8px; */
    width: 200px;
  }
  .top-button {
    display: flex;
    align-items: center !important;
    justify-content: center !important;
  }
  .sub-title h2 span img {
    width: 250px !important;
  }
  .sub-title h2 {
    margin-top: 20px;
    font-size: 18px!important;
  }
  .sub-title{
    margin: 50% 0% 0 0;
  }

  .sub-titls span img{
    width: 250px !important;
  }

  .sub-titls {
    font-size: 10px !important;
    color: #fff;
    font-weight: 700;
  }

  .sub-titls{
    margin: 50% 0% 0 0;
  }
  /* .video-container:after{
    height: 40vh !important;
  }
  .video-container{
    height: 40vh !;
  } */
}

@media only screen and (min-width: 900px) and (max-width: 1200px) {
  html,
  body {
    overflow-x: hidden;
  }
  iframe {
    min-height: 50vh;
  }
  .py-3 .col-md-12 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  p {
    font-size: 18px !important;
  }
  .mb-2 a {
    font-size: 16px;
  }

  .company {
    font-size: 18px;
  }

  .contenedor {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    /* background-color:#DFDFDE; */
  }

  /* .contenedor::before{
  filter: blur(90px);
  background-color: #FB37FF;
} */

  .secciones {
    width: 750%;
    height: 80vh;
  }

  .titulos {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2em;
    color: #fff;
    padding: 20px;
  }

  .frame {
    border-radius: 10px;
    width: 90vw;
    height: 100vhvh;
    display: flex;
    align-items: center;
    /* background-color: #fff; */
    /* box-shadow: 0 3px 12px 0 rgba( 31, 38, 135, 0.37 ); */
    /* background: #fff; */
    /* background: linear-gradient(rgb(138,170,195),rgb(27,50,68) 60%); */
    justify-content: center;
  }

  .frame h1 {
    position: absolute;
    color: #d9d9d9;
    opacity: 0.2;
    top: 40px;
    left: 20px;
    z-index: -9;
    /* bottom: 30px; */
    right: 20px;
    font-size: 130px;
    font-weight: bolder;
  }

  .frame-text {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    line-height: 2em;
    /* width: 1900px ; */
  }

  .frame-text h3 {
    font-weight: 700;
    /* min-height: 15vh; */
    color: #000;
  }

  .svg-txt {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .svg-txt p {
    color: #007bff;
    font-size: 20px;
    font-weight: 500;
  }

  .space {
    width: 100px;
  }

  .frame-text h2 {
    font-size: 48px;
    /* -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px; */
    font-weight: 700;
    /* color: #fff; */
    background: linear-gradient(132.14deg, #0085ff 0%, #18d0fa 88.51%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    min-height: 10vh;
    line-height: 3em;
    /* color: #0079FF; */
  }

  #frametxt-p {
    /* line-height: 3em; */
    min-height: 7vh;
  }

  .frame-text p {
    width: 600px;
    font-weight: 500;
    /* letter-spacing:0px; */
    color: #6c6c6c;
    font-size: 1.2vw;
    min-height: 7vh;
    /* text-align: justify; */
  }
  .slider-contaier {
    height: 40vh !important;
  }

  .slider-img {
    width: 200px;
  }
  .slider-img img {
    width: 130px;
  }
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='20' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

@media screen and (min-width: 600px) and (max-width: 900px) {
  html,
  body {
    overflow-x: hidden;
  }
  p {
    font-size: 18px !important;
  }
  .mb-2 a {
    font-size: 16px;
  }


  .company {
    font-size: 18px;
  }
  .slider-img {
    width: 150px;
  }
  .slider-img img {
    width: 100px;
  }
  .component blockquote.quote {
    position: relative;
    text-align: center;
    padding: 0.5em;
    width: 100%;
    /* create space for the quotes */
    color: #000;
    font-weight: 600;
    margin: 1rem auto 1rem;
    font-size: 30px;
  }

  .contenedor {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    /* background-color:#DFDFDE; */
  }

  /* .contenedor::before{
  filter: blur(90px);
  background-color: #FB37FF;
} */

  .secciones {
    width: 750%;
    height: 80vh;
  }

  .titulos {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2em;
    color: #fff;
    padding: 20px;
  }

  .frame {
    border-radius: 10px;
    width: 90vw;
    height: 85vh;
    display: flex;
    align-items: center;
    /* background-color: #fff; */
    /* box-shadow: 0 3px 12px 0 rgba( 31, 38, 135, 0.37 ); */
    /* background: #fff; */
    /* background: linear-gradient(rgb(138,170,195),rgb(27,50,68) 60%); */
    justify-content: center;
  }

  .frame h1 {
    position: absolute;
    color: #d9d9d9;
    opacity: 0.2;
    top: 40px;
    left: 20px;
    z-index: -9;
    /* bottom: 30px; */
    right: 20px;
    font-size: 130px;
    font-weight: bolder;
  }

  .frame-text {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    line-height: 2em;
    /* width: 1900px ; */
  }

  .frame-text h3 {
    font-weight: 700;
    /* min-height: 15vh; */
    color: #000;
  }

  .svg-txt {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .svg-txt p {
    color: #007bff;
    font-size: 20px;
    font-weight: 500;
  }

  .space {
    width: 100px;
  }

  .frame-text h2 {
    font-size: 48px;
    /* -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px; */
    font-weight: 700;
    /* color: #fff; */
    background: linear-gradient(132.14deg, #0085ff 0%, #18d0fa 88.51%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    min-height: 10vh;
    line-height: 3em;
    /* color: #0079FF; */
  }

  #frametxt-p {
    /* line-height: 3em; */
    min-height: 7vh;
  }

  .frame-text p {
    width: 600px;
    font-weight: 500;
    /* letter-spacing:0px; */
    color: #6c6c6c;
    font-size: 16px;
    min-height: 7vh;
    /* text-align: justify; */
  }

  .frame-img svg {
    position: absolute;
    /* top: 70px; */
    right: 0px;
    width: 600px;
    z-index: -99;
    /* width: 900px; */
  }

  .frame-img svg #circle-1 {
    -webkit-animation: float 6s ease-in-out infinite;
    animation: float 6s ease-in-out infinite;
    transition: all 0.4s ease-in-out;
  }

  .frame-img img {
    z-index: 100;
    width: 450px;
  }

  .frame-img {
    display: flex;
    align-items: center;
    /* justify-items: center; */
    justify-content: center;
  }
  .expertice-container .row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
  .row .col-sm-12 .expertice-card {
    width: 150px;
    height: 150px;
    margin: 1em;
  }
  .row .col-sm-12 .expertice-card svg {
    width: 50px !important;
  }
  .row .col-sm-12 .expertice-card img {
    width: 50px !important;
  }
  .expertice-container .row .col-sm-12 p {
    font-size: 8px;
    margin-top: 1em;
  }
  .py-3 .col-md-12 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .sub-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 20vh;
  }
  .sub-left {
    text-align: center;
  }
  .sub-title h2 {
    font-size: medium;
  }
  .first-title h1 {
    font-size: medium;
  }
  .head-img {
    width: 300px !important;
  }
}

.slider-contaier {
  margin-top: 8em;
}

.slider-contaier {
  min-height: 60vh;
}

#carecentra {
  width: 200px;
}
