@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kulim+Park&display=swap");

:root {
  --logos-barra: block;
}

body,
html {
  max-width: 100%;
  width: 100vw;
  height: 100%;
  scroll-behavior: smooth;
  font-size: 20px;
  font-family: "Manrope", sans-serif;
  overflow-x: hidden;
}
/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
  display: none;
}

@supports (user-select: none) {
  div {
    user-select: none;
  }
}

@supports (-moz-user-select: none) {
  div {
    -moz-user-select: none;
  }
}

/* Hide scrollbar for IE, Edge and Firefox */
.body {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

#logos_barra img {
  display: var(--logos-barra);
  width: 40vw;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

.bg-gray {
  background-color: #f2f2f2;
}
.bg-gray-light {
  background-color: #f6f6f6;
}

section {
  padding: 6rem 0;
  position: relative;
  overflow-x: hidden;
}

p {
  font-size: 1rem;
  font-weight: 400;
}

h1 {
  font-size: 3rem; /* 4px */
  margin-bottom: 4rem;
  font-weight: 600;
}

h2 {
  font-size: 1.9rem; /* 34px */
  margin-bottom: 1.2rem;
}

h3 {
  font-size: 1.8rem; /* 32px */
  margin-bottom: 1.2rem;
}

h4 {
  font-size: 1.56rem; /* 28px */
  margin-bottom: 1.2rem;
  font-weight: 600;
}

h5 {
  font-size: 1.333rem; /* 24px */
  margin-bottom: 1rem;
}

h6 {
  font-size: 1.222rem; /* 22px */
  margin-bottom: 0.8rem;
}

.caption {
  font-size: 1.111rem; /* 20px */
  font-weight: 400;
  text-transform: uppercase;
}

p {
  font-size: 1rem; /* 18px */
  font-family: "Manrope", sans-serif;
}

label {
  font-size: 0.89rem; /* 16px */
  line-height: 1.1rem;
}

@font-face {
  font-family: Textile;
  src: url(../fonts/Textile_LH_Pi_Two.ttf);
}

.fam53::before {
  content: "\53";
  font-family: "Textile";
  position: relative;
  font-size: 1.5rem;
}
.fam61::before {
  content: "\61";
  font-family: "Textile";
  position: relative;
  font-size: 1.5rem;
}
.fam66::before {
  content: "\66";
  font-family: "Textile";
  position: relative;
  font-size: 1.5rem;
}
.fam67::before {
  content: "\67";
  font-family: "Textile";
  position: relative;
  font-size: 1.5rem;
}
.fam69::before {
  content: "\69";
  font-family: "Textile";
  position: relative;
  font-size: 1.5rem;
}
.fam6e::before {
  content: "\6e";
  font-family: "Textile";
  position: relative;
  font-size: 1.5rem;
}
.fam73::before {
  content: "\73";
  font-family: "Textile";
  position: relative;
  font-size: 1.5rem;
}
.fam39::before {
  content: "\39";
  font-family: "Textile";
  position: relative;
  font-size: 1.5rem;
}
.fam2c::before {
  content: "\2c";
  font-family: "Textile";
  position: relative;
  font-size: 1.5rem;
}
.fam2d::before {
  content: "\2d";
  font-family: "Textile";
  position: relative;
  font-size: 1.5rem;
}
.fam34::before {
  content: "\34";
  font-family: "Textile";
  position: relative;
  font-size: 1.5rem;
}

/*----------------------------*/
/*          GENERAL           */
.scrolled-down {
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out;
}
.scrolled-up {
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}

section img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.link {
  display: inline-block;
  margin-bottom: 2rem;
  color: black;
  font-weight: 600;
  position: relative;
  padding-bottom: 4px;
  position: absolute;
  left: 19px;
  bottom: -36px;
}
.link:hover {
  color: black;
  cursor: pointer;
  text-decoration: none;
}

.link svg {
  display: inline-block;
  width: 10px;
}
.link:hover svg {
  fill: #ee8701;
}
.link span {
  padding-right: 18px;
}
.link span::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ee8701;
  transition: width 0.4s ease;
}

.link:hover span::after {
  width: 100px;
}

.text-center {
  justify-content: center;
}

.small-section {
  padding: 4rem 0;
}

.smaller-section {
  padding: 2rem 0;
}
.light {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semi-bold {
  font-weight: 600;
}

.bigger-row {
  margin-left: -4rem;
  margin-right: -4rem;
}

.uppercase {
  text-transform: uppercase;
}

/*----------------------------*/
/*          NAVBAR            */

#nav-icon {
  width: 50px;
  margin-top: 10px;
  height: 45px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;

  position: absolute;
  transform: scale(0.8);
  right: 60px;
  z-index: 1001;
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #f27910;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon.open span,
#nav-icon.open span.iconblack {
  z-index: 1001;
  background: white;
}

#nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(2) {
  top: 15px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(3) {
  top: 30px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 30px;
  left: 8px;
}

.navbar-custom {
  padding: 0.5rem 2rem 0.5rem 2rem;
  transition: all 0.4s ease-in-out;
  padding-right: 12vw;
  padding-left: 12vw;
  background-color: transparent;
}
.navbar-custom.navbar-custom-navigating {
  background-color: rgb(255, 255, 255);
}

.navbar-custom .navbar-brand {
  margin-left: -12%;
  font-size: 0;
}

.navbar-custom .navbar-brand.logo-image img {
  height: 2rem;
  -webkit-backface-visibility: hidden;
}

.navbar-custom .nav-item .nav-link {
  padding: 0.625rem 0.75rem 0.625rem 0.75rem;
  color: #000;
  text-decoration: none;
  transition: all 0.4s ease;
  font-size: 1rem;
}

.navbar-custom .nav-item:hover .nav-link,
.navbar-custom .nav-link2:hover {
  color: #ee8701 !important;
}

.navbar-custom .dropdown:hover > .dropdown-menu {
  display: block;
  min-width: auto;
  animation: fadeDropdown 0.4s;
}

@keyframes fadeDropdown {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.navbar-custom .dropdown-toggle:focus {
  outline: 0;
}

.navbar-custom .dropdown-menu {
  margin-top: 0;
  border: none;
  border-radius: 0.25rem;
  background-color: #113448;
}

.navbar-custom .dropdown-item {
  color: #fff;
  text-decoration: none;
}

.navbar-custom .dropdown-item:hover {
  background-color: #113448;
}

.navbar-custom .dropdown-item:hover .item-text {
  color: #14bf98;
}

.navbar-custom .dropdown-items-divide-hr {
  width: 100%;
  height: 1px;
  margin: 0.75rem auto 0.75rem auto;
  border: none;
  background-color: #b5bcc4;
  opacity: 0.2;
}

.navbar-custom .navbar-toggler {
  border: none;
  color: #000;
  font-size: 2rem;
}
* {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}

.navbar-custom .navbar-list {
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  position: fixed;
  z-index: 10;
  color: white;
  background-color: rgb(0 0 0 / 22%);
  top: 0;
  right: 0;
  height: 100vh;
  transform: translateX(0);
  transition: transform 0.5s ease, opacity ease 0.2s;
  opacity: 1;
  width: 350px;
  z-index: 1000;
  padding-top: 80px;

  padding: 15vh 32px 32px 32px;
  list-style-type: none;
  font-weight: 600;
  font-size: 2.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.navbar-custom .navbar-list.hidden {
  transform: translateX(100vw);
  opacity: 0;
}
.navbar-custom .navbar-list li {
  margin-bottom: 3vh;
}
.navbar-custom .navbar-list li a {
  color: white !important;
}

.container .head .title {
  color: #bababa;
  font-size: 1.1rem;
  letter-spacing: 1.5px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.container h4 {
  font-size: 1.5rem;
  color: #bababa;
  font-weight: 600;
  line-height: 1.5em;
}

.container p {
  font-weight: 500;
  color: white;
  margin-bottom: 2.5rem;
}

.btn-round-lg {
  border-color: #f1f1f1;
  border-radius: 30px;
  color: #f27910;
  font-size: 0.8rem;
  text-transform: uppercase;
  padding: 15px 24px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.text-orange {
  color: #f27910 !important;
}

.rich {
  font-size: 1.1rem !important;
  font-weight: 600 !important;
}

@property --num1 {
  syntax: "<integer>";
  initial-value: 12000;
  inherits: false;
}
@property --num2 {
  syntax: "<integer>";
  initial-value: 100;
  inherits: false;
}
@property --num3 {
  syntax: "<integer>";
  initial-value: 30;
  inherits: false;
}

span.nnn1.active {
  animation: counter1 10s;
  counter-set: num1 var(--num1);
}
span.nnn2.active {
  animation: counter2 8s;
  counter-set: num2 var(--num2);
}
span.nnn3.active {
  animation: counter3 5s;
  counter-set: num3 var(--num3);
}
span.nnn1.active::after {
  content: counter(num1);
}
span.nnn2.active::after {
  content: counter(num2);
}
span.nnn3.active::after {
  content: counter(num3);
}

@keyframes counter1 {
  from {
    --num1: 0;
  }
  to {
    --num1: 12000;
  }
}
@keyframes counter2 {
  from {
    --num2: 0;
  }
  to {
    --num2: 100;
  }
}
@keyframes counter3 {
  from {
    --num3: 0;
  }
  to {
    --num3: 30;
  }
}

#custom-search-input {
  margin: 0;
  margin-top: 10px;
  padding: 0;
}

#custom-search-input .search-query {
  padding-right: 3px;
  padding-right: 4px \9;
  padding-left: 3px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#custom-search-input button {
  border: 0;
  background: none;
  /** belows styles are working good */
  padding: 2px 5px;
  margin-top: 2px;
  position: relative;
  left: -38px;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.search-query:focus + button {
  z-index: 3;
}

.video-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%; /*16:9*/
  padding-top: 0; /* Use ZERO, not 25px or 30px and so on */
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ------------------------------------------------------------------------ */

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1250px;
  }
}
@media (min-width: 1600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1400px;
  }
}

@media (max-width: 1440px) {
  body,
  html {
    font-size: 18px;
  }
}

@media (max-width: 1225px) {
  body,
  html {
    font-size: 17px;
  }
}

@media (max-width: 1024px) {
  body,
  html {
    font-size: 17px;
  }
}
@media (max-width: 769px) {
  body,
  html {
    font-size: 16px;
  }
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .row {
    margin-left: -25px;
    margin-right: -25px;
  }

  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 480px) {
  body,
  html {
    font-size: 14px;
  }

  section {
    padding: 1rem 0;
  }

  h1 {
    font-size: 2.1rem !important;
    margin-bottom: 1rem;
  }

  h2 {
    font-size: 1.7rem !important;
    margin-bottom: 0.9rem;
  }

  h3 {
    font-size: 2.1rem !important;
    margin-bottom: 0rem !important;
    color: #bababa !important;
  }

  h4 {
    font-size: 1.6rem !important;
    margin-bottom: 0.7rem;
  }
  .navbar-custom .navbar-brand {
    margin-left: 0;
  }
  .navbar-custom {
    padding: 20px 1.6rem;
  }
  .navbar-custom .navbar-brand.logo-image img {
    height: 3rem;
  }
  #nav-icon {
    width: 45px;
    margin-top: 0;
    right: 0.5rem;
  }
  #nav-icon span:nth-child(2) {
    top: 15px;
  }
  #nav-icon span:nth-child(3) {
    top: 30px;
  }
  #nav-icon.open span:nth-child(3) {
    top: 30px;
  }
  .navbar-custom .nav-item .nav-link {
    font-size: 1.3rem;
  }
  .navbar-custom .navbar-list .nav-link2 {
    font-size: 1rem !important;
  }

  header .carousel-caption p {
    font-size: 1.2rem;
  }
  .container .head .title {
    font-size: 0.9rem;
  }

  .no_padd {
    padding: unset;
  }
}
@media (max-width: 320px) {
  body,
  html {
    font-size: 13px;
  }
}

@keyframes from-left {
  0% {
    transform: rotateX(50deg) translateX(-200vw) skewX(-50deg);
    opacity: 1;
  }
  100% {
    transform: rotateX(0deg) translateX(0) skewX(0deg);
    opacity: 1;
  }
}

@keyframes from-right {
  0% {
    transform: rotateX(-50deg) translateX(200vw) skewX(50deg);
    opacity: 1;
  }
  100% {
    transform: rotateX(0deg) translateX(0) skewX(0deg);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes rotate-in-center {
  0% {
    transform: rotate(-360deg);
    opacity: 0;
  }
  100% {
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-fwd-tr {
  0% {
    transform: translateZ(-1200px) translateY(-700px) translateX(500px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0) translateY(0) translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-elliptic-top-fwd {
  0% {
    transform: translateY(-600px) rotateX(-30deg) scale(0);
    transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    transform: translateY(0) rotateX(0) scale(1);
    transform-origin: 50% 1400px;
    opacity: 1;
  }
}
@keyframes roll-in-left {
  0% {
    transform: translateX(-800px) rotate(-540deg);
    opacity: 0;
  }
  100% {
    transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}
@keyframes roll-in-blurred-left {
  0% {
    transform: translateX(-1000px) rotate(-720deg);
    filter: blur(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0) rotate(0deg);
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes tilt-in-fwd-tr {
  0% {
    transform: rotateY(20deg) rotateX(35deg) translate(300px, -300px)
      skew(-35deg, 10deg);
    opacity: 0;
  }
  100% {
    transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1;
  }
}
@keyframes swing-in-top-fwd {
  0% {
    transform: rotateX(-100deg);
    transform-origin: top;
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    transform-origin: top;
    opacity: 1;
  }
}
@keyframes puff-in-center {
  0% {
    transform: scale(2);
    filter: blur(4px);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* EXITS */
@keyframes scale-out-center {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 1;
  }
}
@keyframes rotate-out-center {
  0% {
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform: rotate(-360deg);
    opacity: 0;
  }
}
@keyframes rotate-out-2-cw {
  0% {
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes swirl-out-bck {
  0% {
    transform: rotate(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: rotate(-540deg) scale(0);
    opacity: 0;
  }
}
@keyframes flip-out-hor-top {
  0% {
    transform: rotateX(0);
    opacity: 1;
  }
  100% {
    transform: rotateX(70deg);
    opacity: 0;
  }
}
@keyframes slide-out-top {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-1000px);
    opacity: 0;
  }
}
@keyframes slide-out-fwd-center {
  0% {
    transform: translateZ(1);
    opacity: 1;
  }
  100% {
    transform: translateZ(600px);
    opacity: 0;
  }
}
@keyframes slide-out-elliptic-top-bck {
  0% {
    transform: translateY(0) rotateX(0) scale(1);
    transform-origin: 50% 1400px;
    opacity: 1;
  }
  100% {
    transform: translateY(-600px) rotateX(-30deg) scale(0);
    transform-origin: 50% 100%;
    opacity: 1;
  }
}
