/*

Theme Name: Trajeto
Theme URI: https://www.trajeto.com.br/
Author: AKAU
Author URI: http://www.somosakau.com.br
Version: 1.0
Text Domain: trajeto

*/

body {
  font-family: "Space Grotesk", sans-serif;
  background-color: #0a0a0a;
  color: white;
}

main {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

:root {
  --h1: 3.35rem;
  --h2: 2.75rem;
  --h3: 2.35rem;
  --h4: 1.3rem;
  --h5: 1.15rem;
  --h6: 0.75rem;
  --p: 1.125rem;
  --a: 1rem;
  --yellow: #fac017;
  --olddark: #1e1e1ec7;
  --dark: rgba(17, 17, 17, 0.9);
  --border-radius: 3px;
  --black: #10243f;
  --blue: #93d5f7;
  --orange: #ec4d0c;
}

.loader-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
  width: 100vw;
  height: 100vh;
  background: #0a0a0a;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
}

.spinner-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}

.spinner-logo {
  width: 30px;
  height: 30px;
  background: url("assets/img/logo/logo-simbol-white.webp") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.spinner {
  width: 60px;
  height: 60px;
  border: 2px solid transparent;
  border-top-color: var(--orange);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 700;
  padding-bottom: 0;
  margin-bottom: 0.5em;
}

h1 {
  font-size: var(--h1);
}
h2 {
  font-size: var(--h2);
}
h3 {
  font-size: var(--h3);
}
h4 {
  font-size: var(--h4);
}
h5 {
  font-size: var(--h5);
}
h6 {
  font-size: var(--h6);
}
p {
  font-size: var(--p);
  font-weight: 400;
  line-height: 1.15;
}

a {
  font-size: var(--a);
  font-weight: 400;
  text-decoration: none;
  color: inherit;
}

.btn {
  font-size: var(--h5);
  padding: 0.5em 1.5em;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  border-radius: var(--border-radius);
  gap: 0.5em;
  border: none !important;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.btn-white {
  background: white;
  color: var(--black);
}

.btn-white:hover {
  background: var(--orange);
  color: var(--black);
}

.btn-blue {
  background: var(--blue);
  color: var(--black);
}

.btn-blue:hover {
  background: white;
  color: var(--black);
}

.btn-orange {
  background: var(--orange);
  color: var(--black);
}

.btn-orange:hover {
  background: var(--blue);
  color: var(--black);
}

.btn-black-outlined {
  background: transparent;
  color: #282828;
  border: 1px solid #282828 !important;
  border-radius: 7px;
  font-weight: 400;
}

.btn-black-outlined:hover {
  background: #282828;
  color: white;
  border: 1px solid #282828 !important;
}

.btn-white-outlined {
  background: transparent;
  color: white;
  border: 1px solid white !important;
  border-radius: 7px;
  font-weight: 400;
}

.btn-white-outlined:hover,
.btn-white-outlined.active {
  background: white;
  color: #282828;
  border: 1px solid white !important;
}

.btn-black {
  background: #282828;
  color: white;
}

.py-50 {
  padding-top: 3.125em;
  padding-bottom: 3.125em;
}

.pt-50 {
  padding-top: 3.125em;
}

.pb-50 {
  padding-bottom: 3.125em;
}

.py-100 {
  padding-top: 6.25em;
  padding-bottom: 6.25em;
}

.pt-100 {
  padding-top: 6.25em;
}

.pb-100 {
  padding-bottom: 6.25em;
}

.pt-150 {
  padding-top: 9.375em;
}

.pb-150 {
  padding-bottom: 9.375em;
}

.py-150 {
  padding-top: 9.375em;
  padding-bottom: 9.375em;
}

.pt-200 {
  padding-top: 12.5em;
}

.pb-200 {
  padding-bottom: 12.5em;
}

.pt-250 {
  padding-top: 15.625em;
}

.pt-300 {
  padding-top: 18.75em;
}

.pt-350 {
  padding-top: 21.875em;
}

.pt-400 {
  padding-top: 25em;
}

img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.el-grad {
  position: absolute;
  width: 40em;
  height: 40em;
  border-radius: 50%;
  filter: blur(100px);
  z-index: -1;
  background: radial-gradient(circle, #ec4d0c 0%, transparent 60%);
}

.icon {
  width: 2em;
  height: 2em;
  display: inline-flex;
  position: relative;
  background-size: contain;
}

.ic-search {
  background: url("assets/img/icons/ic-search.svg") no-repeat center;
}

.ic-language {
  background: url("assets/img/icons/ic-language.svg") no-repeat center;
}

.ic-transform {
  background: url("assets/img/icons/ic-transform.svg") no-repeat center;
}

.ic-relation {
  background: url("assets/img/icons/ic-relation.svg") no-repeat center;
}

.ic-book {
  background: url("assets/img/icons/ic-book.svg") no-repeat center;
}

/** Header & Nav **/

.header-container {
  position: relative;
  z-index: 1000;
}

.nav-container {
  display: flex;
  justify-content: baseline;
  align-items: center;
  gap: 6em;
  padding: 3em 4em;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.nav-logo {
  width: 12.5em;
}

.nav-container ul {
  display: flex;
  gap: 3em;
  list-style: none;
  align-items: center;
  margin: 0;
  padding: 0;
}

.nav-container ul li {
  position: relative;
  padding: 0.5em 0;
}

.nav-container ul a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: var(--a);
  transition: all 0.3s ease;
}

.nav-container ul li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: max-content;
  flex-flow: column;
  gap: 0.5em;
  padding: 15px;
  background: rgba(17, 17, 17, 0.9);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 2;
  border-radius: 0.25em;
  align-items: start;
}

.nav-container ul li.has-children:hover ul {
  display: flex;
}

.nav-container ul li ul li {
  padding: 0;
}
.nav-container ul a.transparent:not(.btn) {
  opacity: 0.5;
}

.nav-container ul a:hover:not(:hover) {
  color: var(--yellow);
}

.nav-container .btn {
  padding: 0.5em 1.25em;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  border-radius: var(--border-radius);
  gap: 0.5em;
  border: none !important;
  text-transform: uppercase;
}

/** BANNER **/

.banner-section {
  position: relative;
}

.banner-slider-container {
  position: relative;
}
.banner-section .el-grad.grad-1 {
  top: -10em;
  right: -10em;
}

.banner-section .el-grad.grad-2 {
  top: 50%;
  right: -10em;
  transform: translateY(-50%);
}

.banner-slider-container .swiper {
  width: 100%;
  height: auto;
}

.banner-slider-container .swiper-slide {
  padding-top: 14.5em;
  padding-bottom: 6.25em;
}

.banner-slider-container .banner-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 90vw;
  height: 100%;
  z-index: -1;
}

.banner-slider-container .banner-bg img {
  width: 120%;
  height: 100%;
  object-fit: cover;
  object-position: 3em -8em;
}

.banner-content img {
  padding: 2em 0;
}

.banner-content h2 {
  font-weight: 700;
  font-size: calc(var(--h1) * 1.2);
  text-transform: uppercase;
  padding-bottom: 0.5em;
}

.banner-content span {
  display: block;
  font-size: calc(var(--p) * 1.05);
  padding-bottom: 1.5em;
}

.banner-content p {
  font-size: calc(var(--p) * 1.1);
  padding-right: 45%;
  padding-bottom: 1.5em;
}

.internal-section .banner-content p {
  padding-right: 0;
  padding-bottom: 0;
}

.blog-banner h1 {
  font-size: calc(var(--h1) / 1.2);
}

.blog-banner .btn {
  font-size: calc(var(--p) / 1.15);
  line-height: 1.8;
}

.banner-slider-container .swiper-button-prev,
.banner-slider-container .swiper-button-next,
.mentors-slider-btns .swiper-button-prev,
.mentors-slider-btns .swiper-button-next,
.solutions-slider .swiper-button-prev,
.solutions-slider .swiper-button-next {
  width: 2.5em;
  height: 2.5em;
  background: url("assets/img/icons/ic-arrow-left.svg");
  background-repeat: no-repeat;
}

.banner-slider-container .swiper-button-prev,
.solutions-slider .swiper-button-prev {
  left: 2.5em;
}

.banner-slider-container .swiper-button-next,
.solutions-slider .swiper-button-next {
  transform: rotate(180deg);
  right: 2.5em;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  display: none;
}

/** SOBRE **/

.about-section {
  position: relative;
}

.about-flex {
  display: flex;
  gap: 0.5em;
  align-items: center;
  padding-bottom: 2em;
}

.about-flex .img-container {
  position: relative;
  width: 45%;
  min-width: 25em;
  height: auto;
  border-radius: var(--border-radius);
  align-self: stretch;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.el-light {
  background: url("assets/img/elements/el-light.svg") no-repeat center;
  width: 3em;
  height: 3em;
  position: absolute;
  top: -1.5em;
  right: -1.75em;
  background-size: contain;
  z-index: 1;
  transition: all 0.3s ease;
}

.el-light:hover {
  transform: scale(0.7) rotate(90deg);
}

.about-flex img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.about-flex .about-content {
  background: white;
  color: var(--black);
  padding: 5em;
  border-radius: var(--border-radius);
  width: 55%;
}

.about-flex .about-content p + h3 {
  margin-top: 1.5em;
}

.about-section .el-grad.grad-1 {
  top: -15%;
  right: 20%;
}

.about-section .el-grad.grad-2 {
  top: 50%;
  right: -5%;
  transform: translateY(-50%);
}

/** STATS SCROLL **/

.stats-section {
  position: relative;
  padding: 5em 0;
  height: 20em;
  overflow: hidden;
}

.scroll-container,
.scroll-container-shadow {
  width: 120%;
  min-height: 12em;
  background: var(--orange);
  padding: 2em;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-2deg);
  z-index: 1;
}

.scroll-container-shadow {
  transform: translate(-50%, -50%) rotate(2deg);
  z-index: 0;
  mask-image: linear-gradient(
    to right,
    transparent 10%,
    black 40%,
    black 60%,
    transparent 90%
  );
}

.scroll-flex {
  display: flex;
  gap: 5em;
  justify-content: center;
  color: var(--black);
}

.scroll-item {
  text-align: center;
}

.scroll-container h3 {
  font-size: calc(var(--h3) * 2);
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
}

.scroll-container p {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: calc(var(--p) * 1.25);
}

.stats-section .el-grad.grad-1 {
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 90%;
  height: 70%;
  filter: blur(25px);
  opacity: 0.6;
}

/** FORMAÇÃO **/

.formations-section {
  position: relative;
  overflow: hidden;
}

.formation-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  padding: 2em 4em;
  background: rgba(5, 10, 15, 0.85);
  border-radius: 20px;
  transition: all 0.3s ease;
}

.formation-item:hover {
  background: rgba(16, 36, 63, 0.72);
  transform: scale(1.02);
}

.formation-item + .formation-item {
  margin-top: 0.5em;
}

.formation-item img {
  width: 16em;
  height: 8em;
  object-fit: contain;
}

.formation-item .formation-txt {
  flex: 0.6;
}

.formation-item .formation-txt h4 {
  font-weight: 400;
  text-transform: none;
}

.formation-item .btn {
  background: var(--orange);
  color: var(--black);
}

.formation-item:hover .btn {
  background: var(--blue);
  color: var(--black);
}

.formations-section .el-grad.grad-1 {
  top: 10%;
  right: 10%;
}

/** DESTAQUES **/

.highlight-section {
  position: relative;
  overflow: hidden;
}

.highlight-container {
  position: relative;
  width: fit-content;
  height: fit-content;
  min-height: 150px;
  z-index: 2;
}

.highlight-flex {
  display: flex;
  gap: 6em;
  align-items: start;
  height: 100%;
  width: fit-content;
  padding-left: 8.3%;
  padding-right: 8.3%;
}

.highlight-item {
  flex: 1;
  width: 18em;
}

.highlight-flex .highlight-item .icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8em;
  height: 8em;
  background: url("assets/img/elements/el-icon-bg.webp") no-repeat center;
  background-size: contain;
  mask-image: linear-gradient(145deg, black 20%, transparent 80%);
  z-index: -1;
}

.highlight-item h3 {
  font-size: calc(var(--h3) / 1.5);
}

.highlight-flex .highlight-item p {
  font-size: calc(var(--p) / 1.15);
}

/** CAMINHÃO **/

.truck-section {
  position: relative;
  overflow: hidden;
}

.truck-section ul {
  width: 40%;
  list-style: none;
  padding: 0;
  margin-left: auto;
  margin-right: 7%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.15em 1em;
}

.truck-section ul li {
  position: relative;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 1.4vw;
  gap: 0.25em;
}

.truck-section ul li::before {
  content: "";
  width: 0.75em;
  height: 0.75em;
  background: url("assets/img/elements/el-light.svg") no-repeat center;
}

.el-truck {
  width: 90em;
  height: 21em;
  object-fit: contain;
  object-position: left;
}

.el-truck-container {
  position: relative;
}

.el-truck-container .grad-1 {
  top: 20%;
  left: 10%;
  width: 20em;
  height: 20em;
}

.el-truck-container:after {
  content: "";
  position: absolute;
  top: 25%;
  right: 55%;
  width: 24em;
  height: 24em;
  background: var(--orange);
  pointer-events: none;
  z-index: -1;
  border-radius: 0 0 0 100%;
}

/** MENTORES **/

.mentors-section {
  position: relative;
}

.mentors-btn-container {
  display: flex;
  gap: 0.5em;
}

.mentors-section h2 {
  font-size: calc(var(--h2) / 1.1);
  display: inline-block;
  margin-bottom: 0;
}

.mentors-slider .swiper-wrapper {
  padding-left: 10.5%;
}

.mentors-slider .swiper {
  padding: 1em 0;
  padding-right: 17%;
  display: none;
}

.mentors-slider .swiper.active {
  display: block;
}

.mentors-slider .mentor-item {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  perspective: 1000px;
  transition: 0.5s;
}

.mentors-slider .mentor-item.grayfilter {
  filter: grayscale(1);
}

.mentors-slider .mentor-item:hover {
  transform: rotate(-1deg) scale(1.02);
  z-index: 2;
}

.mentors-slider .mentor-item .img-container {
  position: relative;
  width: 100%;
  height: 30em;
}

.mentors-slider .mentor-item .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mentors-slider .mentor-item .slider-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  color: white;
  padding: 2em;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
}

.mentor-item .hide {
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 0.5em;
  position: relative;
  opacity: 0;
  z-index: 1;
}

.mentors-slider .mentor-item .slider-content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.4) 30%,
    rgba(0, 0, 0, 0.2) 70%,
    transparent 100%
  );
  z-index: 0;
  border-radius: var(--border-radius);
}

.mentors-slider .mentor-item .slider-content h4 {
  font-size: calc(var(--h4) / 1.05);
  margin-bottom: 0;
  padding-right: 50%;
  position: relative;
  z-index: 1;
}

.mentors-slider-btns {
  width: fit-content;
  height: 2.5em;
  margin-left: auto;
  display: inline-flex;
  gap: 1em;
}

.title-flex {
  display: flex;
  align-items: center;
  gap: 1em;
  justify-content: space-between;
  padding-bottom: 2em;
}

.mentors-slider-btns .swiper-button-prev,
.mentors-slider-btns .swiper-button-next {
  width: 2.5em;
  height: 2.5em;
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  margin-top: 0;
}

.mentors-slider-btns .swiper-button-next {
  transform: rotate(180deg);
}

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

.quote-section {
  position: relative;
}

.quote-section h2 {
  font-size: calc(var(--h2) / 1.1);
}

.quote-slider .swiper {
  padding-top: 2em;
}

.quote-item {
  background: white;
  padding: 2em;
  border-radius: 20px;
  display: flex;
  gap: 3em;
}

.quote-item .my-atropos {
  flex: 30%;
  height: 22em;
  object-fit: cover;
  border-radius: 1.25em;
  margin-top: -3em;
}

.quote-item img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.25em;
}

.quote-item .quote-content {
  flex: 70%;
}

.quote-item p,
.quote-item h4 {
  font-size: calc(var(--p) / 1.25);
  margin-bottom: 0;
}

.quote-item p + p {
  margin-top: 1em;
}

.quote-item h4 {
  margin-top: 2em;
  text-transform: none;
}

.quote-section .swiper-button-next,
.quote-section .swiper-button-prev {
  width: 2.5em;
  height: 2.5em;
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  margin-top: 0;
  background: url("assets/img/icons/ic-arrow-left-black.svg");
}

.quote-section .swiper-button-next {
  transform: rotate(180deg);
}

.quote-section .slider-btn-container,
.solutions-slider .slider-btn-container {
  width: fit-content;
  height: 2.5em;
  margin-left: auto;
  display: inline-flex;
  gap: 1em;
  padding-top: 2em;
}

.content-section {
  background: #f2f2f2;
  color: #282828;
}

.white-container {
  background: white;
  border-radius: 20px;
  padding: 1.5em 3em;
  display: flex;
  gap: 3em;
  align-items: center;
}

.white-container h3 {
  margin-bottom: 0;
  font-size: var(--h4);
}

.white-container .btn-container {
  display: flex;
  gap: 0.5em;
}

.tab-item {
  display: none;
}

.tab-item.active {
  display: block;
}

.tab-slider {
  position: relative;
}

.tab-slider .swiper {
  padding: 1em 0;
}

.tab-slider .swiper-slide {
  border-radius: 20px;
  overflow: hidden;
  background-color: black;
  transition: .5s;
      perspective: 1000px;
}

.tab-slider .swiper-slide:hover {
  transform: rotate(-1deg) scale(1.02);
  z-index: 2;
}

.tab-slider .slide-content {
  background: #282828;
  color: white;
  padding: 1.75em 2em;
}

.tab-slider .slide-content h4 {
  font-weight: 400;
  text-transform: none;
  font-size: calc(var(--h4) / 1.15);
}

.tab-slider img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.tab-slider .swiper-button-prev,
.tab-slider .swiper-button-next {
  background: url("assets/img/icons/ic-arrow-left-black.svg");
  top: 50%;
  transform: translateY(-50%);
}
.tab-slider .swiper-button-prev {
  left: -4em;
}

.tab-slider .swiper-button-next {
  transform: translateY(-50%) rotate(180deg);
  right: -4em;
}

.logos-container {
  justify-content: center;
  gap: 5em;
}

.logos-container a {
  width: 7em;
  transition: all 0.3s ease;
}

.logos-container a:hover {
  opacity: 0.4;
}

.news-slider {
  position: relative;
}

.news-item {
  display: flex;
  gap: 2em;
}

.mentors-slider .mentor-item {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  perspective: 1000px;
  transition: 0.5s;
}

.news-item .img-container {
  border-radius: 20px;
  overflow: hidden;
  width: 15em;
  height: 15em;
  display: block;
  position: relative;
  border: 0.5em solid white;
  flex: none;
  perspective: 1000px;
  transition: 0.5s;
}

.news-item:hover .img-container {
  transform: rotate(-3deg) scale(1.1) translateX(10%);
    z-index: 0;
}

.news-item .img-container:after {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--orange);
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: color;
  opacity: 0.4;
}

.news-item .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-item .news-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.25em;
}

.news-item .news-content h4 {
  margin-bottom: 0;
  font-size: calc(var(--h4) * 1.2);
}

.news-item .news-content p {
  font-size: calc(var(--p) / 1.25);
  margin-bottom: 0;
}

.news-item .btn {
  width: fit-content;
  font-size: calc(var(--p) / 1.25);
}

.news-slider .swiper-button-prev,
.news-slider .swiper-button-next {
  background: url("assets/img/icons/ic-arrow-left-black.svg");
  top: 50%;
  transform: translateY(-50%);
}
.news-slider .swiper-button-prev {
  left: -4em;
}

.news-slider .swiper-button-next {
  transform: translateY(-50%) rotate(180deg);
  right: -4em;
}

.newsletter-section {
  position: relative;
}

.news-title-flex {
  display: flex;
  gap: 4em;
  padding-bottom: 2em;
}

.news-title-flex img {
  width: 8em;
  height: fit-content;
  object-fit: contain;
  display: block;
}

.news-title-flex h2 {
  font-size: calc(var(--h2) * 1.3);
}

.news-title-flex h2 strong {
  color: var(--orange);
}

.newsletter-section .input-item,
.form-section .input-item {
  width: 100%;
  background: #282828;
  color: white;
  font-size: var(--p);
  padding: 0.75em 1.5em;
  margin-bottom: 0.5em;
  border: none;
  border-radius: var(--border-radius);
}

.newsletter-section .input-item::placeholder,
.form-section .input-item::placeholder {
  color: white;
}

.form-section select.input-item {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background-image: url("assets/img/icons/ic-down-arrow.svg");
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: calc(100% - 1.5em);
}

.newsletter-section .btn,
.form-section .btn {
  width: 100%;
  color: white;
  justify-content: center;
}

footer .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 2em;
  align-items: center;
  justify-content: end;
}

footer .footer-menu a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: var(--a);
  transition: all 0.3s ease;
}

footer .rights-container {
  background: #282828;
}

.footer-logo {
  width: 10em;
  height: auto;
  object-fit: contain;
  display: block;
}

.footer-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  flex-wrap: wrap;
}

.footer-flex p {
  margin-bottom: 0;
  font-size: calc(var(--p) / 1.3);
  line-height: 1;
}

.created-by {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
}

.created-by p {
  font-size: calc(var(--p) / 1.37);
  opacity: 0.4;
}

.created-by img {
  width: 6em;
}

.solutions-slider {
  position: relative;
}

.solutions-slider h3 {
  text-transform: none;
  font-weight: 300;
}
.service-logo {
  width: 100%;
  max-width: 28em;
  height: auto;
  object-fit: contain;
  display: block;
  margin-bottom: 2em;
}

.solutions-slider ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 1em;
}

.solutions-slider ul li {
  font-size: calc(var(--h3) / 1.4);
  padding: 0.5em 0;
  border-bottom: 1px solid var(--orange);
}

.solution-img {
  width: 100%;
  height: auto;
  max-height: 25em;
  object-fit: cover;
  display: block;
  margin-top: 2em;
  border-radius: 1.25em;
}

.banner-section.internal-section .banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  mask: linear-gradient(to bottom, black 50%, transparent 100%);
}

.banner-section.internal-section .banner-bg img {
  object-fit: cover;
  height: 100%;
  object-position: center top;
}

.banner-section.internal-section h3 {
  font-weight: 400;
  text-transform: none;
}

.about-section.internal-section .about-flex .img-container {
  min-width: 33vw;
}

.about-section.internal-section .about-flex .about-content {
  padding: 9%;
  background: #d9d9d9;
}

.about-section.internal-section .el-grad.grad-1 {
  top: 0;
  left: -20%;
}

.about-section.internal-section .el-grad.grad-2 {
  top: 40%;
  left: -15%;
  transform: none;
  background: radial-gradient(circle, #94bcd1 0%, transparent 60%);
}

.info-section {
  position: relative;
  padding-bottom: 60vh;
}

.info-section .el-grad.grad-1 {
  top: 10%;
  right: -20%;
}

.info-section .el-grad.grad-2 {
  top: 20%;
  right: -15%;
  transform: none;
  background: radial-gradient(circle, #94bcd1 0%, transparent 60%);
}

.el-info-bg {
  position: absolute;
  width: 100%;
  height: 60vh;
  bottom: 0;
  left: 0;
  z-index: -1;
  mask: linear-gradient(to top, black 30%, transparent 100%);
  opacity: 0.3;
}

.el-info-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.info-box {
  height: 100%;
  border: var(--orange) 1px solid;
  border-radius: 1.75em;
  padding: 3.75em;
  background: linear-gradient(
    145deg,
    rgba(21, 21, 21, 0.5),
    rgba(53, 53, 53, 0.4)
  );
}

.info-box h3 {
  margin-bottom: 0.75em;
  text-transform: none;
  font-size: calc(var(--h3) / 1.1);
}

.info-box ul {
  border-top: var(--orange) 1px solid;
  padding-top: 1.5em;
  padding-left: 2.5em;
  list-style: none;
  margin: 0;
}

.info-box li {
  padding-left: 0;
  font-size: var(--h5);
  margin-bottom: 1em;
  position: relative;
}

.info-box li::before {
  content: "";
  position: absolute;
  left: -2em;
  background: url("assets/img/elements/el-light.svg") no-repeat center;
  width: 1em;
  height: 1em;
  top: 50%;
  transform: translateY(-50%);
}

.info-box.title h3 {
  font-weight: 400;
  margin-bottom: 0;
}

.info-box.title h3 strong {
  font-weight: 700;
  color: var(--orange);
}

.el-line-orange {
  width: 100%;
  height: 1px;
  background: var(--orange);
}

.components-section {
  position: relative;
  background: #d9d9d9;
  color: black;
  margin-bottom: -9.375em;
}

.el-components {
  position: relative;
  width: 10em;
  height: 10em;
  margin-top: -11.2em;
  margin-left: -5em;
}

.el-simbol {
  position: absolute;
  width: 3em;
  height: 3em;
  left: 50%;
  top: 3em;
  transform: translateX(-50%);
}

.el-light-white {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.components-section span {
  display: block;
  margin-bottom: 1em;
  font-size: var(--h5);
}

.components-section ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  column-count: 2;
}

.components-section ul li {
  margin-left: 2.5em;
  padding-left: 0;
  font-size: var(--h5);
  margin-bottom: 1em;
  position: relative;
}

.components-section ul li::before {
  content: "";
  position: absolute;
  left: -2em;
  background: url("assets/img/elements/el-light.svg") no-repeat center;
  width: 1em;
  height: 1em;
  top: 0.25em;
}

.components-section ul li ul {
  padding-left: 1.5em;
  list-style: disc;
  margin-top: 0.5em;
}

.components-section ul li ul li {
  font-size: calc(var(--h5) / 1.2);
  margin-bottom: 0;
}

.components-section ul li ul li:before {
  content: none;
}

.components-p {
  padding-right: 3rem;
}

.el-components-img {
  border-radius: 1em;
  overflow: hidden;
  margin-top: -12em;
}

.stats-section.internal-section h3 {
  font-size: calc(var(--h2) * 1.2);
}

.stats-section.internal-section .scroll-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.stats-section.internal-section .scroll-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1em;
}

.stats-section.internal-section .scroll-item::before {
  content: "";
  position: relative;
  display: block;
  width: 4em;
  height: 4em;
  background: url("assets/img/elements/el-light-white.svg") no-repeat center;
}

.info-2-section h3 {
  font-weight: 400;
  margin-top: 1em;
}

.info-2-section img {
  width: 90%;
}

.bonus-list p {
  border: solid 1px var(--orange);
  border-radius: 0.5em;
  padding: 1.5em;
  font-size: var(--h4);
}

.el-banner-logo {
  max-width: 36em;
}

.info-section + .stats-section {
  margin-top: -6em;
}

.form-section h2 strong {
  color: var(--orange);
}

.el-simbol-white {
  width: 3.5em;
  margin-bottom: 1em;
}

.pagination {
  display: flex;
  gap: 0.5em;
  justify-content: center;
  margin-top: 2em;
}

.pagination span {
  background: #282828;
  color: white;
  padding: 0.5em 1em;
  border-radius: var(--border-radius);
}

.banner-section.internal-section.blog-banner .banner-bg {
  width: 60%;
  right: 0;
  left: inherit;
  mask: linear-gradient(to left, black 0%, transparent 100%);
  opacity: 0.4;
}

.dark-line {
  width: 100%;
  height: 1px;
  background: #282828;
  margin: 2em 0;
}

.wpcf7 {
  position: relative;
}

.wpcf7 p {
  margin-bottom: 0;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  background: #ffb900;
  margin: 0;
  margin-top: 0.5em;
}

.wpcf7-spinner {
  position: absolute;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
}

.wpcf7-not-valid-tip {
  color: var(--orange);
  font-size: 0.75em;
  font-weight: normal;
  display: block;
}

.header-btn {
  position: relative;
  width: 3em;
  height: 3em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  text-decoration: none;
  color: var(--dark-blue);
  background: white;
  border: 2px solid rgba(255, 255, 255, 0.171);
  cursor: pointer;
  display: none;
}

.header-btn img {
  width: 2em;
  height: 2em;
  transition: all 0.3s;
}
