@import url("https://fonts.googleapis.com/css2?family=Exo+2:wght@300;900&display=swap");
body {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  background-color: #161819;
  background-repeat: repeat-x;
  color: #fff;
}
a {
  text-decoration: none !important;
  cursor: pointer;
}

::selection {
  background: #99e3f1;
  color: #161819;
}
::-moz-selection {
  background: #99e3f1;
  color: #161819;
}

h1 {
  font-family: "Exo 2", sans-serif;
  font-size: 4rem;
  font-weight: 900;
  text-transform: uppercase;
  animation: colorFlow 50s ease infinite;
  background: -webkit-linear-gradient(
    45deg,
    #f522ee,
    #0af785,
    #f522ee,
    #0af785
  );
  background-size: 350% 100%;
  background-position: 0% 50%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h1.small {
  font-size: 2rem;
  font-weight: 300;
  background: -webkit-linear-gradient(#fff, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h2 {
  font-family: "Exo 2", sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
  text-transform: uppercase;
  background: -webkit-linear-gradient(-45deg, #81f1aa, #99e3f1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h3 {
  font-size: 2rem;
  font-weight: 600;
}
h4 {
  font-size: 17pt;
  font-style: italic;
  font-weight: 400;
}
h4 span {
  font-size: 12pt;
  font-style: normal;
  line-height: 15pt;
}
h5 {
  font-size: 20pt;
  text-transform: uppercase;
  font-weight: 400;
}
h5 span {
  font-size: 13pt;
  text-transform: uppercase;
  font-weight: 400;
}
h6 {
  font-size: 11pt;
  text-transform: uppercase;
  font-weight: 800;
}

.wow {
  visibility: hidden;
}
.no-bor {
  border: 0 !important;
}
.no-rad {
  border-radius: 0 !important;
}
.sep {
  height: 5px;
  border-radius: 3px;
}
.sepxl {
  height: 5px;
}
.sepxl div {
  height: 100%;
}
.sepv {
  width: 1px;
  display: inline-flex;
}
.anim {
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.anim2 {
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
}
.valign-cont {
  display: table;
}
.valign {
  vertical-align: middle;
  display: table-cell;
}
.valign-bot {
  vertical-align: bottom;
  display: table-cell;
}
.offsetter {
  position: relative;
  top: -140px;
  display: block;
}
@keyframes defade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.bl,
.hover-bl:hover,
.hover-bl:focus {
  color: #fff !important;
}
.bgbl,
.hover-bgbl:hover,
.hover-bgbl:focus {
  background-color: #fff !important;
}
.borderbl,
.hover-borderbl:hover,
.hover-borderbl:focus {
  border-color: #fff !important;
}

.ng,
.hover-ng:hover,
.hover-ng:focus {
  color: #161819 !important;
}
.bgng,
.hover-bgng:hover,
.hover-bgng:focus {
  background-color: #161819 !important;
}
.borderng,
.hover-borderng:hover,
.hover-borderng:focus {
  border-color: #161819 !important;
}

.c1,
.hover-c1:hover,
.hover-c1:focus {
  color: #fddd89 !important;
}
.bgc1,
.hover-bgc1:hover,
.hover-bgc1:focus {
  background-color: #fddd89 !important;
}
.borderc1,
.hover-borderc1:hover,
.hover-borderc1:focus {
  border-color: #fddd89 !important;
}

.c2,
.hover-c2:hover,
.hover-c2:focus {
  color: #81f1aa !important;
}
.bgc2,
.hover-bgc2:hover,
.hover-bgc2:focus {
  background-color: #81f1aa !important;
}
.borderc2,
.hover-borderc2:hover,
.hover-borderc2:focus {
  border-color: #81f1aa !important;
}

.c3,
.hover-c3:hover,
.hover-c3:focus {
  color: #99e3f1 !important;
}
.bgc3,
.hover-bgc3:hover,
.hover-bgc3:focus {
  background-color: #99e3f1 !important;
}
.borderc3,
.hover-borderc3:hover,
.hover-borderc3:focus {
  border-color: #99e3f1 !important;
}

.c4,
.hover-c4:hover,
.hover-c4:focus {
  color: #c2a4e9 !important;
}
.bgc4,
.hover-bgc4:hover,
.hover-bgc4:focus {
  background-color: #c2a4e9 !important;
}
.borderc4,
.hover-borderc4:hover,
.hover-borderc4:focus {
  border-color: #c2a4e9 !important;
}

.c5,
.hover-c5:hover,
.hover-c5:focus {
  color: #f5bcbc !important;
}
.bgc5,
.hover-bgc5:hover,
.hover-bgc5:focus {
  background-color: #f5bcbc !important;
}
.borderc5,
.hover-borderc5:hover,
.hover-borderc5:focus {
  border-color: #f5bcbc !important;
}

.bgdeg {
  background: linear-gradient(45deg, #81f1aa, #fddd89);
}
.go-up {
  position: fixed;
  z-index: 1;
  right: 20px;
  bottom: 20px;
}
.fill-bl {
  fill: #fff;
}
.arrow-down {
  transform: rotate(45deg);
}
.arrow-up {
  transform: rotate(-45deg);
}
.highlight {
  font-size: 1.5rem;
}
.subtitle {
  font-size: 1.2rem;
  line-height: 1rem;
  text-transform: uppercase;
}
.rj {
  color: #dc3545;
}
.qr {
  position: fixed;
  z-index: 1;
  right: 0px;
  top: 200px;
  height: 150px;
  width: 150px;
  border-radius: 15px 0 0 0px;
  background: #fff;
}
.qr.qr-smaller {
  top: 50px;
}
.qr-text {
  width: 150px;
  position: fixed;
  z-index: 2;
  right: 0px;
  top: 350px;
  text-align: center;
  padding: 5px 10px;
  border-radius: 0px 0px 0px 10px;
  background: linear-gradient(
    45deg,
    #fff,
    #fff,
    #99e3f1,
    #c2a4e9,
    #f5bcbc,
    #fddd89,
    #81f1aa,
    #99e3f1
  );
  animation: colorFlow 5s ease infinite;
  background-size: 1000% 100%;
  background-position: 0% 50%;
  font-weight: 800;
  color: #161819;
}
.qr-text.qr-smaller {
  top: 200px;
}

section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@keyframes colorFlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.btn-sm {
  font-size: 10pt;
  border-radius: 15px;
  height: 30px;
  padding: 6px 20px;
  background: linear-gradient(
    45deg,
    #fff,
    #fff,
    #99e3f1,
    #c2a4e9,
    #f5bcbc,
    #fddd89,
    #81f1aa,
    #99e3f1
  );
  background-size: 1000% 100%;
  background-position: 0% 50%;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
}
.btn-sm:hover {
  animation: colorFlow 5s ease infinite;
  background-position: 0% 50%;
}
.btn-md {
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 5px;
  color: #fff;
  background: linear-gradient(
    45deg,
    #fff,
    #fff,
    #99e3f1,
    #c2a4e9,
    #f5bcbc,
    #fddd89,
    #81f1aa,
    #99e3f1
  );
  background-size: 1000% 100%;
  background-position: 0% 50%;
  display: inline-block;
  font-weight: 700;
}
.btn-md span {
  background-color: #161819;
  width: 100%;
  height: 100%;
  padding: 10px 30px 10px 40px;
  border-radius: 30px;
  display: block;
}
/* .btn-md { font-size: 1.3rem; text-transform: uppercase; border-radius: 30px; padding: 10px 30px 10px 40px; color: #161819; background: linear-gradient(45deg,  #FDDD89, #FDDD89, #81F1AA, #FDDD89, #FDDD89); background-size: 700% 700%; background-position: 0% 50%; display: inline-block; font-weight: 700} */
.btn-md i {
  font-size: 1.5rem;
}
.btn-md:hover {
  animation: colorFlow 5s ease infinite;
  color: #fff;
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  box-shadow: 2px 6px 30px -10px rgba(0, 0, 0, 0.4);
}
/* .btn-md:hover { animation: colorFlow 5s ease infinite;-webkit-transform: scale(1.1,1.1) ; transform: scale(1.1,1.1); box-shadow: 2px 6px 30px -10px rgba(0,0,0,.4); } */
.btn-sm {
  background: transparent;
  border: #fff 2px solid;
  color: #fff !important;
  padding: 3px 10px;
}
.btn-contact {
  font-size: 10pt;
  border-radius: 15px;
  height: 30px;
  font-weight: 700 !important;
  padding: 5px 20px !important;
  background: linear-gradient(
    45deg,
    #fff,
    #fff,
    #99e3f1,
    #c2a4e9,
    #f5bcbc,
    #fddd89,
    #81f1aa,
    #99e3f1
  );
  animation: colorFlow 5s ease infinite;
  background-size: 1000% 100%;
  background-position: 0% 50%;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
}

.navbar-custom {
  padding: 0 50px;
  top: 50px;
}
.navbar-custom.smaller {
  padding: 0 20px;
  top: 20px;
}
.navbar-custom .navbar-inner {
  animation-name: defade;
  animation-duration: 2s;
  height: 120px;
  z-index: 9;
  box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.2);
  border-radius: 35px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.navbar-custom.smaller .navbar-inner {
  height: 70px;
  top: 20px;
  background-color: rgba(255, 255, 255, 0.1);
}

.navbar-custom .navbar-collapse > .row {
  width: 100%;
}

.navbar-custom .navbar-brand {
  height: 100%;
  width: 200px;
}
.navbar-custom .navbar-brand img {
  height: 100%;
  padding: 1rem;
}
.navbar-custom.smaller .navbar-brand img {
  height: 100%;
  padding: 0.5rem;
}
.navbar-custom .navbar-link {
  width: 200px;
  text-align: right;
  padding: 1rem;
  margin-left: 1rem;
}
.navbar-custom.smaller .navbar-link {
  padding: 0.5rem;
}

.navbar-custom .navbar-nav {
  display: inline-block;
}
.navbar-custom .navbar-nav .nav-item {
  display: inline-block;
}
.navbar-custom .navbar-nav .nav-item .nav-link {
  font-family: "Exo 2", sans-serif;
  font-size: 11pt;
  font-weight: 300;
  text-transform: uppercase;
  text-transform: uppercase;
  padding: 10px 12px;
  color: #fff;
}
.navbar-custom.smaller .navbar-nav .nav-item .nav-link {
  color: #fff;
}
.navbar-custom .navbar-nav .nav-item .nav-link:hover {
  opacity: 0.8;
}

.navbar-custom .menu-sep {
  height: 1px;
  opacity: 0.15;
}
.navbar-custom .menu-drop {
  padding: 0px;
  text-align: right;
}
.navbar-custom .menu-drop > ul {
  margin: 0;
}
.navbar-custom .menu-drop > ul:after,
.navbar-custom .menu-drop:after {
  clear: both;
  visibility: hidden;
}
.navbar-custom .menu-drop > ul > li {
  position: relative;
  list-style: none;
  display: inline-block;
}
.navbar-custom .menu-drop > ul > li:after {
  background: #ffffff;
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  z-index: 0;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -ms-transition: height 0.2s;
  -o-transition: height 0.2s;
  transition: height 0.2s;
}
.navbar-custom .menu-drop > ul > li > a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.navbar-custom .menu-drop > ul > li > ul {
  border-top: 0px solid rgba(0, 0, 0, 0);
  overflow: hidden;
  min-width: 250px;
  margin-left: 0;
  padding: 0;
  z-index: 9999;
  position: absolute;
  left: -9999px;
  width: auto;
  display: block;
  box-shadow: 0px 15px 30px -12px rgba(0, 0, 0, 0.15);
}
.navbar-custom .menu-drop > ul > li > ul > li {
  font-size: 9pt;
  letter-spacing: 0pt;
  text-transform: uppercase;
  padding: 0;
  background-color: #fff;
  display: block;
  position: absolute;
  max-height: 0;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -ms-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
}
.navbar-custom .menu-drop > ul > li > ul > li > a {
  color: #555;
  display: block;
  font-weight: 800;
  text-transform: initial;
  padding: 10px 15px;
  margin: 0;
  line-height: 9pt;
  border-left: 0px solid #1e5adf;
}
.navbar-custom .menu-drop > ul > li:hover > ul {
  left: 0;
}
.navbar-custom .menu-drop > ul > li:hover:after {
  height: 100%;
}
.navbar-custom .menu-drop > ul > li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
.navbar-custom .menu-drop > ul > li > ul > li:hover > a {
  padding: 10px 5px 10px 15px;
  border-left: 10px solid #1e5adf;
}

.navbar-custom.smaller .menu-drop {
  padding: 10px 0px;
}
.navbar-custom.smaller .menu-drop > ul > li > ul {
  border-top: 0px solid rgba(0, 0, 0, 0);
  box-shadow: 0px 15px 30px -12px rgba(0, 0, 0, 0.15);
}

.background01 .bg01 {
  position: absolute;
  width: 700px;
  height: 985px;
  background-image: url(../imgs/bg01_01.png);
  background-repeat: no-repeat;
  margin-left: -1000px;
  left: 50%;
  margin-top: 10dvh;
}
.background01 .bg02 {
  position: absolute;
  width: 750px;
  height: 1100px;
  background-image: url(../imgs/bg01_02.png);
  background-repeat: no-repeat;
  margin-left: -1100px;
  left: 50%;
  margin-top: 28dvh;
}
.background02 {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 2100px;
}
.background02 .bg01 {
  position: absolute;
  width: 1010px;
  height: 1010px;
  background-image: url(../imgs/bg02_01.png);
  background-repeat: no-repeat;
  margin-right: -1300px;
  right: 50%;
  margin-top: 500px;
}
.background02 .bg02 {
  position: absolute;
  width: 1610px;
  height: 1600px;
  background-image: url(../imgs/bg02_02.png);
  background-repeat: no-repeat;
  margin-right: -2000px;
  right: 50%;
  margin-top: 350px;
}
.background03 {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 2100px;
}
@keyframes colorFlowBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes moveBG {
  0% {
    margin-right: -1150px;
  }
  50% {
    margin-right: -1080px;
  }
  100% {
    margin-right: -1150px;
  }
}

@keyframes moveBG02 {
  0% {
    margin-left: -1100px;  }
  50% {
    margin-left: -1030px;  }
  100% {
    margin-left: -1100px;  }
}

.background03 .circle01 {
  position: absolute;
  width: 1100px;
  height: 1100px;
  background: rgb(9, 9, 121);
  background: radial-gradient(
    farthest-side at 40% 80%,
    #1ed282 0%,
    rgb(9, 9, 121) 100%
  );
  background-size: 140%;
  margin-right: -1150px;
  right: 50%;
  top: -550px;
  filter: blur(10px);
  opacity: 0.3;
  animation: colorFlowBG 10s ease infinite, moveBG 20s ease infinite;
}
.background03 .circle02 {
  position: absolute;
  width: 1100px;
  height: 1100px;
  background: rgb(9, 9, 121);
  background: radial-gradient(
    farthest-side at 80% 20%,
    #1ed282 0%,
    rgb(9, 9, 121) 100%
  );
  background-size: 140%;
  margin-left: -1050px;
  left: 50%;
  top: -100px;
  filter: blur(10px);
  opacity: 0.3;
  animation: colorFlowBG 7s ease infinite, moveBG02 14s ease infinite;;
}
.background03 .bg02 {
  position: absolute;
  width: 1700px;
  height: 1700px;
  margin-left: -1650px;
  left: 50%;
  margin-top: 50px;
}
.background03 .bg02 .in {
  width: 100%;
  height: 100%;
  background-image: url(../imgs/bg03_02.png);
  background-repeat: no-repeat;
  transform: rotate(-45deg);
  animation: rotate-planets 80s linear infinite;
}
.background04 {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 2100px;
  margin-top: -300px;
}
.background03.background03-top .bg01 {
  margin-top: 0px;
}
.background03.background03-top .bg02 {
  margin-top: -100px;
}

.background04 .bg01 {
  position: absolute;
  width: 650px;
  height: 650px;
  background-image: url(../imgs/bg04_01.png);
  background-repeat: no-repeat;
  margin-right: -550px;
  right: 50%;
  margin-top: -200px;
}
.background04 .bg02 {
  position: absolute;
  width: 1100px;
  height: 1100px;
  background-image: url(../imgs/bg04_02.png);
  background-repeat: no-repeat;
  margin-right: -1150px;
  right: 50%;
  margin-top: -50px;
}
@keyframes rotate-planets {
  0% {
    transform: rotate(-45deg);
  }
  100% {
    transform: rotate(315deg);
  }
}

header.section-header {
  min-height: 85dvh;
  padding-top: 220px;
}
header.section-header .head-text {
  height: 55dvh;
}
header.section-header .head-logos .head-logos-cont {
  height: 13dvh;
  background: linear-gradient(45deg, #fddd89, #81f1aa, #99e3f1);
  background-size: 500% 500%;
  background-position: 0% 50%;
  animation: colorFlow 10s ease infinite;
}
header.section-header .head-logos .head-logos-cont .container-fluid {
  max-width: 1400px;
}
header.section-header .head-logos p {
  text-transform: uppercase;
  font-size: 0.9rem;
}
header.section-header .head-logos img {
  max-height: 70px;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
header.section-header .head-logos .head-logos-item {
  flex: 0 0 14.2%;
  max-width: 14.2%;
}
header.section-header .carousel-indicators {
  bottom: 40px;
}
.carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 4px;
  margin-right: 10px;
  margin-left: 10px;
}
.carousel-indicators .active {
  background-color: #fddd89;
  transform: scale(1.5);
}

@keyframes jump {
  0% {
    margin-top: -30px;
  }
  40% {
    margin-top: -30px;
  }
  50% {
    margin-top: -40px;
  }
  58% {
    margin-top: -27px;
  }
  62% {
    margin-top: -32px;
  }
  66% {
    margin-top: -30px;
  }
  100% {
    margin-top: -30px;
  }
}
.goDown {
  animation: jump 5s ease infinite;
  position: absolute;
  cursor: pointer;
  left: 50%;
  margin-left: -32px;
}
.goDown img:hover {
  margin-top: 5px;
}

section#section-01 .dots {
  font-size: 1.6rem;
}
section#section-01 .arrow {
  color: #161819;
  font-size: 7rem;
  -webkit-text-fill-color: #161819;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}
section#section-01 .card-cont .card-item {
  position: relative;
  padding: 10px;
}
section#section-01 .card-cont .card-item .card {
  position: relative;
  z-index: 2;
  height: 360px;
  border: 0;
  border-radius: 40px;
}
section#section-01 .card-cont .card-item .card-bg {
  border-radius: 45px;
  position: absolute;
  z-index: 1;
  height: 80%;
  width: 80%;
  background: #81f1aa;
}
section#section-01 .card-cont:nth-child(1) .card-item .card-bg {
  top: 0px;
  right: 0px;
}
section#section-01 .card-cont:nth-child(2) .card-item .card-bg {
  bottom: 0px;
  left: 0px;
}
section#section-01 .card-cont:nth-child(4) .card-item .card-bg {
  bottom: 0px;
  left: 0px;
}
section#section-01 .card-cont:nth-child(5) .card-item .card-bg {
  top: 0px;
  left: 0px;
}
section#section-01 .card-cont:nth-child(6) .card-item .card-bg {
  bottom: 0px;
  right: 0px;
}
section#section-01 .card-cont .card-item .card .number {
  position: absolute;
  font-size: 18rem;
  line-height: 15rem;
  font-weight: 800;
  top: 0;
  right: 20px;
  text-align: right;
  z-index: 1;
  opacity: 0.1;
}
section#section-01 .card-cont .card-item .card .img-logo {
  height: 130px;
  max-width: 180px;
  object-fit: contain;
  object-position: left;
}

.kpis .number {
  font-family: "Exo 2", sans-serif;
  font-size: 6rem;
  line-height: 8rem;
  font-weight: 800;
  text-align: center;
  z-index: 1;
  opacity: 0.7;
  width: calc(100% - 50px);
  padding-left: 50px;
}
.kpis .number span {
  font-size: 2rem;
  line-height: 2rem;
}
.kpis .icon {
  position: absolute;
  top: -20px;
  left: 20px;
  color: #161819;
  font-size: 7rem;
  -webkit-text-fill-color: #161819;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #99e3f1;
}
.kpis:nth-child(2) .icon {
  -webkit-text-stroke-color: #81f1aa;
}
.kpis:nth-child(3) .icon {
  -webkit-text-stroke-color: #99e3f1;
}
.kpis:nth-child(4) .icon {
  -webkit-text-stroke-color: #81f1aa;
}
.kpis .icon.down {
  transform: rotate(45deg);
}
.kpis .icon.up {
  transform: rotate(-45deg);
}
.kpis p {
  font-size: 1.2rem;
  line-height: 1.3rem;
  opacity: 0.7;
}

section.concepts {
  overflow: hidden;
  height: 700px;
  position: relative;
}
section.concepts .text {
  white-space: nowrap;
  position: absolute;
}
section.concepts .text:nth-child(1) {
  left: 0px;
  top: 0;
  animation: move-right 300s linear infinite;
}
section.concepts .text:nth-child(2) {
  right: 0px;
  top: 300px;
  animation: move-left 300s linear infinite;
}
section.concepts .text span {
  font-size: 20rem;
  line-height: 19rem;
  font-weight: 800;
  white-space: nowrap;
  opacity: 0.2;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #fff;
}
section.concepts .text span:nth-child(odd) {
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-width: 0px;
}
@keyframes move-right {
  0% {
    left: 0;
  }
  50% {
    left: calc(-12590px + 100%);
  }
  100% {
    left: 0;
  }
}
@keyframes move-left {
  0% {
    right: 0;
  }
  50% {
    right: calc(-12590px + 100%);
  }
  100% {
    right: 0;
  }
}

section#section-02 .service-item .service-img-cont {
  position: relative;
  padding: 10px;
}
section#section-02 .service-item .service-img-cont .service-img {
  position: relative;
  z-index: 2;
  height: 460px;
  overflow: hidden;
  border: 0;
  border-radius: 40px;
  background-color: #212425;
}
section#section-02 .service-item .service-img-cont .service-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
section#section-02 .service-item .service-img-cont .service-img-bg {
  border-radius: 45px;
  position: absolute;
  z-index: 1;
  height: 80%;
  width: 80%;
  background: #81f1aa;
}
section#section-02 .service-item:nth-child(2) .service-img-cont .service-img-bg,
section#section-02
  .service-item:nth-child(4)
  .service-img-cont
  .service-img-bg {
  bottom: 0px;
  left: 0px;
}
section#section-02
  .service-item:nth-child(3)
  .service-img-cont
  .service-img-bg {
  bottom: 0px;
  right: 0px;
}
section#section-02 .service-item .subtitle {
  font-size: 0.8rem;
  line-height: 0.8rem;
  text-transform: uppercase;
}
section#section-02 .service-item .service-kpi {
  font-size: 0.8rem;
  line-height: 1rem;
}
section#section-02 .service-item .service-kpi i {
  font-size: 2.2rem;
  line-height: 2rem;
  float: left;
}
section#section-02 .service-item .service-kpi span {
  opacity: 0.7;
}

section#section-03 .service-item .service-img-cont {
  position: relative;
  padding: 10px;
}
section#section-03 .service-item .service-img-cont .service-img {
  position: relative;
  z-index: 2;
  height: 460px;
  border: 0;
  border-radius: 40px;
  background-color: #212425;
}
section#section-03 .service-item .service-img-cont .service-img-bg {
  border-radius: 45px;
  position: absolute;
  z-index: 1;
  height: 80%;
  width: 80%;
  background: #81f1aa;
}
section#section-03 .service-item .service-img-cont .service-img-bg {
  top: 0px;
  left: 0px;
}
section#section-03 .service-item .subtitle {
  font-size: 0.8rem;
  line-height: 0.8rem;
  text-transform: uppercase;
}
section#section-03 .service-item .service-kpi {
  font-size: 0.8rem;
  line-height: 1rem;
}
section#section-03 .service-item .service-kpi i {
  font-size: 2.2rem;
  line-height: 2rem;
  float: left;
}
section#section-03 .service-item .service-kpi span {
  opacity: 0.7;
}
section#section-03 .carousel-indicators {
  width: 100%;
  bottom: 20px;
  margin-left: 155px;
  margin-right: 0px;
}

section.clients-logos .logo-item {
  height: 100px;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.05);
}
section.clients-logos .logo-item img.img-logo {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
  display: inline;
}

.color-card {
  border-radius: 40px;
  padding-bottom: 80px;
}
.color-card a {
  position: absolute;
  bottom: 4rem;
}
.color-card a i {
  margin-left: 0.6rem;
}
.color-card a:hover i {
  margin-left: 1rem;
}

#privacy {
  margin-top: 150px;
}
#privacy .text {
  border-radius: 40px;
}

footer {
  position: relative;
  height: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

footer .copyright {
  padding: 30px 50px;
  height: 90px;
  border-top: 1px solid rgba(247, 247, 247, 0.05);
}
footer .copyright p {
  font-size: 7pt;
  letter-spacing: 2pt;
  text-transform: uppercase;
  opacity: 0.5;
  padding: 12px 0;
}

.fade {
  transition: opacity 0.4s ease;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, 0%);
  transform: translate(0, 0%);
}
.modal-content {
  border-radius: 40px;
  background-image: url("../imgs/bg-top.png");
  background-repeat: repeat-x;
  border: 15px solid rgba(0, 0, 0, 0.2);
}
.modal-body {
  min-height: 400px;
}
.modal-lg {
  max-width: 1140px;
}
.contact-container {
  padding: 30px 15px;
  background-color: #121212;
  border-radius: 20px;
  animation-name: defade;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-fill-mode: both;
}
#contactForm {
  width: 100%;
  height: 350px;
  border: 0;
}
@keyframes metalColorFlow {
  0% {
    background-position: 0% 50%;
  }
  15% {
    background-position: 10% 50%;
  }
  35% {
    background-position: 90% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  65% {
    background-position: 90% 50%;
  }
  85% {
    background-position: 10% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.prize {
  animation: metalColorFlow 5s ease infinite;
  background: -webkit-linear-gradient(25deg, #545353, #fff, #545353);
  background-size: 350% 100%;
  background-position: 0% 50%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.prize.gold {
  animation: metalColorFlow 5s ease infinite;
  background: -webkit-linear-gradient(25deg, #ae7c2b, #f2de7a, #ae7c2b);
  background-size: 350% 100%;
  background-position: 0% 50%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.prizeStroke {
  animation: metalColorFlow 5s ease infinite;
  color: #545353;
  background: -webkit-linear-gradient(25deg, #fff, #545353, #fff);
  background-size: 350% 100%;
  background-position: 0% 50%;
  -webkit-background-clip: text;
  -webkit-text-stroke: 3px transparent;
}
.prizeStroke.gold {
  animation: metalColorFlow 5s ease infinite;
  color: #ae7c2b;
  background: -webkit-linear-gradient(25deg, #f2de7a, #ae7c2b, #f2de7a);
  background-size: 350% 100%;
  background-position: 0% 50%;
  -webkit-background-clip: text;
  -webkit-text-stroke: 3px transparent;
}

@media (min-width: 1921px) {
  body {
  }
}

@media (max-width: 1600px) {
  h1 {
    font-size: 3rem;
  }
  h1.small {
    font-size: 1.5rem;
  }
  .navbar-custom {
    padding: 0 40px;
    top: 40px;
  }
  .navbar-custom .navbar-inner {
    height: 80px;
  }
  .navbar-custom.smaller .navbar-inner {
    height: 60px;
  }
  .navbar-custom .navbar-brand {
    height: 100%;
    width: 200px;
  }
  .navbar-custom .navbar-brand img {
    padding: 0.6rem;
  }

  .background01 .bg01 {
    width: 700px;
    height: 900px;
    margin-left: -800px;
    margin-top: 5dvh;
    background-size: contain;
  }
  .background01 .bg02 {
    width: 750px;
    height: 900px;
    margin-left: -800px;
    margin-top: 25dvh;
    background-size: contain;
  }
  .background02 {
    height: 2100px;
  }
  .background02 .bg01 {
    width: 1010px;
    height: 1010px;
    margin-right: -1200px;
    margin-top: 200px;
    background-size: contain;
  }
  .background02 .bg02 {
    width: 1310px;
    height: 1300px;
    margin-right: -1650px;
    margin-top: 250px;
    background-size: contain;
  }
  .background03 {
    height: 2100px;
  }
  .background03 .bg01 {
    width: 1100px;
    height: 1100px;
    background-image: url(../imgs/bg03_01.png);
    background-repeat: no-repeat;
    margin-left: -1050px;
    left: 50%;
    margin-top: 200px;
  }
  .background03 .bg02 {
    width: 1700px;
    height: 1700px;
    margin-left: -1650px;
    left: 50%;
    margin-top: 50px;
  }
  .background03 .bg02 .in {
    width: 100%;
    height: 100%;
    background-image: url(../imgs/bg03_02.png);
    background-repeat: no-repeat;
    transform: rotate(-45deg);
    animation: rotate-planets 150s linear infinite;
  }
  .background04 {
    height: 2100px;
  }
  .background04 .bg01 {
    width: 650px;
    height: 650px;
    background-image: url(../imgs/bg04_01.png);
    background-repeat: no-repeat;
    margin-right: -550px;
    right: 50%;
    margin-top: -200px;
  }
  .background04 .bg02 {
    width: 900px;
    height: 900px;
    margin-right: -950px;
    margin-top: -50px;
    background-size: contain;
  }

  header.section-header {
    padding-top: 200px;
  }
  header.section-header .head-logos p {
    font-size: 0.8rem;
  }
  header.section-header .head-logos img {
    max-height: 60px;
    width: 100%;
    object-fit: contain;
    object-position: center;
  }
  header.section-header .carousel-indicators {
    bottom: 40px;
  }
  footer {
    background-size: contain;
  }
}

@media (max-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
  .background02 .bg02 {
    width: 1310px;
    height: 1300px;
    margin-right: -1550px;
    margin-top: 250px;
    background-size: contain;
  }
  .offsetter {
    top: -100px;
  }
  .navbar-custom .navbar-brand {
    width: 170px;
  }
  .navbar-custom .navbar-link {
    width: 170px;
  }
  .navbar-custom .navbar-nav .nav-item .nav-link {
    font-size: 10pt;
    padding: 9px;
  }
  .btn-contact {
    padding: 6px 20px !important;
  }
  footer .address-foot {
    width: 330px;
  }
}

@media (max-width: 992px) {
  h1 {
    font-size: 2.5rem;
  }
  h1.small {
    font-size: 1.2rem;
  }
  h3 {
    font-size: 1.8rem;
  }
  .btn-md {
    animation: colorFlow 5s ease infinite;
  }
  .background01 .bg01 {
    margin-left: -700px;
    margin-top: 5dvh;
    background-size: contain;
  }
  .background01 .bg02 {
    margin-left: -700px;
    margin-top: 25dvh;
    background-size: contain;
  }
  .navbar-custom .navbar-inner {
    height: 70px;
  }
  .navbar-custom .navbar-brand {
    padding-left: 15px;
  }
  .navbar-custom .navbar-link {
    position: absolute;
    left: auto;
    right: 0;
    margin-right: 55px;
    text-align: right;
  }
  .navbar-toggler {
    margin-right: 10px;
  }
  .navbar-custom .navbar-nav {
    padding: 0 30px;
    box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 35px 35px;
    background: rgba(255, 255, 255, 0.95);
  }
  .navbar-custom .navbar-nav {
    padding: 0 30px;
    box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 35px 35px;
    background: rgba(255, 255, 255, 0.95);
  }
  .navbar-custom .navbar-nav .nav-item .nav-link {
    font-family: "Titillium Web", sans-serif;
    color: #161819;
    font-weight: 600;
  }
  .navbar-custom.smaller .navbar-nav .nav-item .nav-link {
    color: #161819;
    font-weight: 600;
  }
  .navbar-custom.smaller .menu-drop {
    padding: 0;
  }
  .btn-sm {
    background: transparent;
    border: #fff 2px solid;
    color: #fff !important;
    padding: 3px 10px;
  }
  section#section-01 .card-cont:nth-child(1) .card-item .card-bg {
    top: 0px;
    right: 0px;
  }
  section#section-01 .card-cont:nth-child(2) .card-item .card-bg {
    bottom: auto;
    top: 0;
    left: 0px;
  }
  section#section-01 .card-cont:nth-child(4) .card-item .card-bg {
    bottom: 0px;
    left: 0px;
  }
  section#section-01 .card-cont:nth-child(5) .card-item .card-bg {
    top: 0px;
    left: 0px;
  }
  section#section-01 .card-cont:nth-child(6) .card-item .card-bg {
    bottom: 0px;
    right: 0px;
  }
  .kpis p {
    font-size: 1rem;
    line-height: 1.2rem;
  }
  .kpis .number {
    font-size: 5.5rem;
    line-height: 6rem;
    width: calc(100% - 40px);
    padding-left: 40px;
  }
  .kpis .icon {
    font-size: 5rem;
  }
  section#section-02 .service-item .service-img-cont .service-img {
    height: auto;
    aspect-ratio: 1;
  }
  section#section-03 .service-item .service-img-cont .service-img {
    height: auto;
    aspect-ratio: 1;
  }
  section.clients-logos .logo-item {
    height: 80px;
  }
  footer .address-foot {
    width: 280px;
    font-size: 0.9rem;
  }
  .qr {
    display: none;
  }
  .qr-text {
    display: none;
  }
  .contact-container {
    padding: 15px 5px;
  }
  #contactForm {
    height: 590px;
  }
}

@media (max-width: 768px) {
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.6rem;
  }

  body {
    font-size: 0.9rem;
  }
  section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .highlight {
    font-size: 1.3rem;
  }
  .subtitle {
    font-size: 1rem;
  }
  .navbar-custom .navbar-collapse > .row {
    margin: 0 !important;
  }
  .navbar-custom .menu-drop {
    padding: 20px 0;
    text-align: right !important;
  }
  .navbar-custom.smaller .menu-drop {
    padding: 20px 0;
  }
  .navbar-custom .navbar-nav {
    padding: 30px 20px;
    box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.2);
    border-radius: 35px;
    text-align: right;
  }
  .navbar-custom .navbar-nav .nav-item {
    display: block;
  }
  .navbar-custom .navbar-nav .nav-item .nav-link {
    padding: 5px 10px;
  }
  .btn-md {
    font-size: 0.9rem;
    padding: 4px;
    white-space: nowrap;
  }
  .btn-md span {
    padding: 8px 20px 8px 30px;
  }
  .btn-md i {
    font-size: 1.2rem;
  }

  .background01 .bg01 {
    width: 700px;
    height: 900px;
    margin-left: -500px;
    margin-top: 5dvh;
  }
  .background01 .bg02 {
    width: 550px;
    height: 900px;
    margin-left: -500px;
    margin-top: 20dvh;
  }
  .background02 {
    height: 3100px;
  }
  .background02 .bg01 {
    width: 1010px;
    height: 1010px;
    margin-right: -900px;
    margin-top: 1000px;
  }
  .background02 .bg02 {
    width: 1310px;
    height: 1300px;
    margin-right: -1350px;
    margin-top: 1050px;
  }
  .background03 {
    height: 2100px;
  }
  .background03 .bg01 {
    width: 1100px;
    height: 1100px;
    margin-left: -850px;
    left: 50%;
    margin-top: 200px;
  }
  .background03 .bg02 {
    width: 1700px;
    height: 1700px;
    margin-left: -1450px;
    left: 50%;
    margin-top: 50px;
  }
  .background04 {
    height: 2100px;
    margin-top: -250px;
  }
  .background04 .bg01 {
    width: 1000px;
    height: 1000px;
    margin-right: -950px;
    margin-top: -300px;
    background-size: contain;
  }
  .background04 .bg02 {
    width: 700px;
    height: 700px;
    margin-right: -610px;
    margin-top: 0px;
  }

  section#section-01 .card-cont .card-item .card {
    height: auto;
  }
  section#section-01 .arrow {
    font-size: 4rem;
    transform: rotate(-90deg);
  }
  section#section-01 .card-cont .card-item .card .img-logo {
    height: 100px;
    max-width: 130px;
  }
  section#section-03 .carousel-indicators {
    width: 100%;
    bottom: -40px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .logos-bot-cont {
    margin: 0 !important;
  }
  section.clients-logos .logo-item {
    height: 70px;
    border-radius: 20px;
    text-align: center;
  }
  section.clients-logos .logo-item img {
    max-width: 90px;
  }
  footer:before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    height: 450px;
    z-index: -1;
    display: block;
    background-image: url("../imgs/bgFooter-dots.png");
    filter: blur(60px);
    background-position: bottom center;
    background-repeat: no-repeat;
  }
  footer {
    height: auto;
  }
  footer .logo-foot {
    width: 150px;
  }
  footer .address-foot {
    width: calc(100% - 150px);
    font-size: 0.9rem;
  }
  footer .address-foot:nth-child(3) {
    padding-left: 175px !important;
  }
  footer .copyright {
    position: relative;
  }
  .qr {
    display: none;
  }
  .qr-text {
    display: none;
  }

  #privacy {
    margin-top: 100px;
  }
  #privacy .text {
    border-radius: 30px;
  }
}

@media (max-width: 575.98px) {
  h1 {
    font-size: 2rem;
  }
  h1.small {
    font-size: 1.1rem;
  }
  h3 {
    font-size: 1.4rem;
  }
  section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .highlight {
    font-size: 1rem;
  }
  .navbar-custom {
    padding: 0px;
    top: 0;
  }
  .navbar-custom.smaller {
    padding: 0px;
    top: 0;
  }
  .navbar-custom .navbar-inner {
    border-radius: 0;
  }
  header.section-header {
    padding-top: 100px;
  }
  header.section-header .carousel-indicators {
    bottom: 20px;
  }
  header.section-header .head-logos .head-logos-cont {
    height: auto;
  }
  header.section-header .head-logos .head-logos-cont .col-2 {
    min-width: 80px;
  }
  header.section-header .head-logos img {
    max-height: 60px;
  }
  header.section-header .head-logos .head-logos-item {
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 15px;
  }
  header.section-header .head-logos .head-logos-item:nth-child(5) {
    margin-left: auto;
  }

  section#section-01 .arrow {
    font-size: 2.5rem;
    opacity: 0.5;
  }
  .kpis .number {
    font-size: 5rem;
    line-height: 5.5rem;
    width: calc(100% - 40px);
    padding-left: 40px;
  }
  .kpis .icon {
    font-size: 4rem;
  }
  section#section-02 .service-item > .row {
    margin: 0;
  }
  section.clients-logos .logo-item {
    height: 60px;
  }
  footer {
    background-size: 400%;
  }
  footer .logo-foot {
    width: 100%;
    text-align: center;
  }
  footer .logo-foot img {
    max-width: 160px;
  }
  footer .address-foot {
    width: 100%;
    font-size: 0.8rem;
  }
  footer .address-foot:nth-child(3) {
    padding-left: 1.5rem !important;
  }
  footer .copyright {
    position: relative;
  }

  #privacy {
    margin-top: 70px;
  }
  #privacy .text {
    border-radius: 20px;
  }
}
