/*   
Theme Name: Default Theme
Description: Default Wordpress Theme.
Author: Lucas Porto
Version: 1.0
*/
@font-face {
  font-family: "Conthrax";
  src: url("../fonts/conthrax-sb.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
:root {
  --bs-primary: #5138BE;
  /* your main brand color */
  --bs-secondary: #181818;
  --bs-success: #28a745;
  --bs-info: #17a2b8;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #181818;
  --bs-dark-rgb: "24,24,24";
  --gap: 2%;
  --speed: 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --closed: 10%;
  --open: 52%;
  --accent: #ff6b35;
}

html,
body {
  font-size: 16px;
  color: white;
  background-color: #0C0B18 !important;
  font-weight: 400;
  line-height: 25px;
  overflow-x: hidden;
}

a {
  text-decoration: none !important;
}

p {
  margin: 0;
  padding: 0;
}

*,
::after,
::before {
  box-sizing: border-box;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin: 0;
}

*:focus {
  outline: 0 !important;
}

.ax {
  font-family: "Conthrax";
}

header {
  z-index: 9999;
}
header .container ul {
  list-style: none;
}
header .container ul li a {
  color: white;
}
header .container ul li:last-child {
  height: 100%;
  padding: 0 20px 0 20px;
  background-color: #5138BE;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-hero {
  width: 100%;
  height: 100vh;
  position: relative;
}
.main-hero .slider {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  height: 84vh;
  background: transparent;
  border-radius: 20px;
}
.main-hero .slider .slide {
  border-radius: 20px;
}
.main-hero .slider .slide .item {
  width: 200px;
  height: 250px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 20px;
  background-position: 50% 50%;
  background-size: cover;
  display: inline-block;
  transition: all 0.5s;
}
.main-hero .slider .slide .item .content {
  position: absolute;
  top: 50%;
  left: 100px;
  width: 450px;
  text-align: left;
  color: #eee;
  transform: translate(0, -50%);
  font-family: system-ui;
  display: none;
}
.main-hero .slider .slide .item .content .name {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 0;
  animation: animate 1s ease-in-out 1 forwards;
}
.main-hero .slider .slide .item .content .des {
  margin-top: 10px;
  margin-bottom: 20px;
  opacity: 0;
  animation: animate 1s ease-in-out 0.3s 1 forwards;
}
.main-hero .slider .slide .item .content button {
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  opacity: 0;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.673);
  transition: all 0.5s;
  animation: animate 1s ease-in-out 0.6s 1 forwards;
}
.main-hero .slider .slide .item .content button:hover {
  background-color: rgb(255, 255, 255);
}
.main-hero .slider .slide .item:nth-child(1), .main-hero .slider .slide .item:nth-child(2) {
  top: 0;
  left: 0;
  transform: translate(0, 0);
  border-radius: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  transition: all 0.5s;
}
.main-hero .slider .slide .item:nth-child(2) .content {
  display: block;
}
.main-hero .slider .slide .item:nth-child(3) {
  left: 50%;
}
.main-hero .slider .slide .item:nth-child(4) {
  left: calc(50% + 220px);
}
.main-hero .slider .slide .item:nth-child(5) {
  left: calc(50% + 440px);
}
.main-hero .slider .slide .item:nth-child(n+6) {
  left: calc(50% + 660px);
  opacity: 0;
}
.main-hero .slider .button {
  display: flex;
  flex-direction: row;
  gap: 20px;
  left: 45%;
  right: 50%;
  width: 100%;
  align-items: center;
  text-align: center;
  position: absolute;
  bottom: 20px;
}
.main-hero .slider .button button {
  width: 40px;
  height: 35px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  margin: 0 5px;
  border: 2px solid rgba(0, 0, 0, 0.7411764706);
  transition: 0.3s;
  background: rgba(255, 255, 255, 0.578);
}
.main-hero .slider .button button:hover {
  color: #000000;
  border: 2px solid rgba(255, 255, 255, 0.7411764706);
  transform: scale(1.1);
}
.main-hero .slider .button button:focus {
  transform: scale(1.1);
  background: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.7411764706);
}
.main-hero .slider .button button:active {
  transform: scale(1.02);
}
.main-hero .slider .button .next {
  padding: 0 0 0 3px;
}
.main-hero .slider .button .prev {
  padding: 0 3px 0 0;
}

@media (max-width: 1200px) and (min-width: 992px) {
  .main-hero .slider .slide .item:nth-child(2) .content {
    display: block;
  }
  .main-hero .slider .slide .item:nth-child(3) {
    left: 70%;
  }
  .main-hero .slider .slide .item:nth-child(4) {
    left: calc(70% + 220px);
  }
  .main-hero .slider .slide .item:nth-child(5) {
    left: calc(70% + 440px);
  }
  .main-hero .slider .slide .item:nth-child(n+6) {
    left: calc(70% + 660px);
    opacity: 0;
  }
}
@media (max-width: 992px) {
  .main-hero .slider {
    top: 0%;
    left: 50%;
  }
  .main-hero .slider .slide .item .content {
    top: 50%;
    left: 30px;
    width: 300px;
  }
  .main-hero .slider .slide .item .content .name {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    opacity: 0;
    animation: animate 1s ease-in-out 1 forwards;
  }
}
@media (max-width: 768px) {
  .main-hero .slider {
    position: absolute;
    top: 0%;
    left: 50%;
  }
  .main-hero .slider .slide {
    border-radius: 20px;
  }
  .main-hero .slider .slide .item {
    width: 200px;
    height: 30vh;
    top: 100%;
    transform: translate(0, -150%);
  }
  .main-hero .slider .slide .item .content {
    top: 150px;
    left: 20px;
    width: 250px;
  }
  .main-hero .slider .slide .item .content .name {
    font-size: 20px;
  }
  .main-hero .slider .slide .item:nth-child(3) {
    left: 30%;
  }
  .main-hero .slider .slide .item:nth-child(4) {
    left: calc(30% + 220px);
  }
  .main-hero .slider .slide .item:nth-child(5) {
    left: calc(30% + 440px);
  }
  .main-hero .slider .slide .item:nth-child(n+6) {
    left: calc(30% + 660px);
    opacity: 0;
  }
}
@keyframes animate {
  from {
    opacity: 0;
    transform: translate(0, 100px);
    filter: blur(33px);
  }
  to {
    opacity: 1;
    transform: translate(0);
    filter: blur(0);
  }
}
@media (min-width: 1024px) {
  .service-slider .head h2 {
    font-size: 2.25rem;
  }
}
.service-slider .head {
  max-width: 1400px;
  margin: auto;
  padding: 70px 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
}
.service-slider .head h2 {
  font: 400 1.5rem/1.2 Inter, sans-serif;
  color: #fff;
}
.service-slider .head .controls {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
.service-slider .head .controls .nav-btn {
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
.service-slider .head .controls .nav-btn:hover {
  background: var(--accent);
}
.service-slider .head .controls .nav-btn:disabled {
  opacity: 0.3;
  cursor: default;
}
.service-slider .slider {
  margin: auto;
}
.service-slider .slider .track {
  display: flex;
  gap: var(--gap);
  align-items: flex-start;
  justify-content: center;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  /*padding-bottom: 40px;*/
}
.service-slider .slider .track::-webkit-scrollbar {
  display: none;
}
.service-slider .slider .track .project-card {
  position: relative;
  flex: 0 0 var(--closed);
  height: 26rem;
  border-radius: 1rem;
  overflow: hidden;
  cursor: pointer;
  transition: flex-basis var(--speed), transform var(--speed);
}
.service-slider .slider .track .project-card .project-card__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.75) saturate(75%);
  transition: filter 0.3s, transform var(--speed);
}
.service-slider .slider .track .project-card:hover .project-card__bg {
  filter: brightness(0.9) saturate(100%);
  transform: scale(1.06);
}
.service-slider .slider .track .project-card .project-card__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.7rem;
  padding: 0;
  /* background: linear-gradient(transparent 40%, rgba(0, 0, 0, 0.85) 100%);*/
  z-index: 2;
}
.service-slider .slider .track .project-card .project-card__content .project-card__title {
  color: #fff;
  font-weight: 700;
  font-size: 1.35rem;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.service-slider .slider .track .project-card .project-card__content .project-card__thumb,
.service-slider .slider .track .project-card .project-card__content .project-card__desc,
.service-slider .slider .track .project-card .project-card__content .project-card__btn {
  display: none;
}
.service-slider .slider .track .project-card .project-card__content .project-card__thumb {
  width: 133px;
  height: 269px;
  border-radius: 0.45rem;
  -o-object-fit: cover;
     object-fit: cover;
  /*box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);*/
}
.service-slider .slider .track .project-card .project-card__content .project-card__desc {
  color: #ddd;
  font-size: 1rem;
  line-height: 1.4;
  max-width: 16rem;
}
.service-slider .slider .track .project-card .project-card__content .project-card__btn {
  padding: 0.55rem 1.3rem;
  border: none;
  border-radius: 9999px;
  background: var(--accent);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
}
.service-slider .slider .track .project-card .project-card__content .project-card__btn:hover {
  background: #ff824f;
}
.service-slider .slider .track .project-card[active] {
  flex-basis: var(--open);
  transform: translateY(0px);
  /*box-shadow: 0 18px 55px rgba(0, 0, 0, 0.45);*/
}
.service-slider .slider .track .project-card[active] .project-card__content {
  flex-direction: row;
  align-items: center;
  padding: 1.2rem 2rem;
  gap: 1.1rem;
}
.service-slider .slider .track .project-card[active] .project-card__title {
  writing-mode: horizontal-tb;
  transform: none;
  font-size: 2.4rem;
}
.service-slider .slider .track .project-card[active] .project-card__thumb,
.service-slider .slider .track .project-card[active] .project-card__desc,
.service-slider .slider .track .project-card[active] .project-card__btn {
  display: block;
}
.service-slider .dots {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  padding: 20px 0;
}
.service-slider .dots .dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: 0.3s;
}
.service-slider .dots .dot.active {
  background: var(--accent);
  transform: scale(1.2);
}

@media (max-width: 767px) {
  .head {
    padding: 50px 20px 30px;
  }
  .head .nav-btn {
    width: 2rem;
    height: 2rem;
    font-size: 1.2rem;
  }
  .track {
    flex-direction: column;
    scroll-snap-type: y mandatory;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 0;
  }
  .project-card {
    height: 20rem;
  }
  .project-card .project-card__title {
    font-size: 1.1rem;
    writing-mode: horizontal-tb !important;
    transform: none !important;
    text-align: center;
    padding-inline: 0.3rem;
  }
}
@media (max-width: 767px) {
  .head {
    padding: 30px 15px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .head .controls {
    width: 100%;
    justify-content: space-between;
    padding: 0 15px 20px;
  }
  .head .controls .nav-btn {
    position: static;
    transform: none;
  }
  .slider {
    padding: 0 15px;
  }
  .track {
    flex-direction: column;
    scroll-snap-type: y mandatory;
    gap: 0.8rem;
    padding-bottom: 20px;
  }
  .project-card {
    height: auto;
    min-height: 80px;
    flex: 0 0 auto;
    width: 100%;
    scroll-snap-align: start;
  }
  .project-card[active] {
    min-height: 300px;
    transform: none;
    /*box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);*/
  }
  .project-card[active] .project-card__content {
    align-items: flex-start;
    padding: 1.5rem;
  }
  .project-card[active] .project-card__title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
  .project-card[active] .project-card__thumb {
    width: 200px;
    height: 267px;
    border-radius: 0.35rem;
    margin-bottom: 1rem;
  }
  .project-card[active] .project-card__desc {
    font-size: 0.95rem;
    max-width: 100%;
    margin-bottom: 1rem;
  }
  .project-card[active] .project-card__btn {
    align-self: center;
    width: 100%;
    text-align: center;
    padding: 0.7rem;
  }
  .project-card__content {
    flex-direction: row;
    justify-content: flex-start;
    padding: 1rem;
    align-items: center;
    gap: 1rem;
  }
  .project-card__content .project-card__title {
    writing-mode: horizontal-tb;
    transform: none;
    font-size: 1.2rem;
    margin-right: auto;
  }
  .project-card__content .project-card__thumb,
  .project-card__content .project-card__desc,
  .project-card__content .project-card__btn {
    display: none;
  }
  .dots {
    display: none;
  }
}
.btn-wave {
  overflow: hidden;
  position: relative;
  z-index: 0;
  text-decoration: none;
  color: white !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 2em;
  min-width: 13ch;
  padding: 1em 1.15em;
  border-radius: 2em;
  background-color: #5138BE;
  transition: opacity 0.3s cubic-bezier(0.2, 0, 0.1, 1), transform 0.3s cubic-bezier(0.2, 0, 0.1, 1), box-shadow 0.5s ease, color 0.5s ease, background 0.5s ease;
  will-change: box-shadow, color, transform, opacity, background;
  background: #5138BE;
  box-shadow: inset 0 0 0 0.1em #5138BE, 0 0 0 rgba(103.3333333333, 56, 190, 0);
}
.btn-wave.outlined {
  display: inline-flex;
  background: none;
  color: rgb(13.8292682927, 9.5609756098, 32.4390243902);
}
.btn-wave:after, .btn-wave:before {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  top: 0;
  right: -50%;
  left: -50%;
  height: 0;
  padding-bottom: 200%;
  border-radius: 39%;
  border: unset;
  transition: transform 0s cubic-bezier(0.2, 0, 0.1, 1) 0.5s, opacity 0.5s cubic-bezier(0.2, 0, 0.1, 1);
  opacity: 0;
}
.btn-wave:before {
  transform: translate3d(-10%, 4.8em, 0) rotate(330deg);
  background: linear-gradient(25deg, rgb(125.7969308943, 56.0580487805, 190.1969512195), rgba(125.6666666667, 56, 190, 0));
}
.btn-wave:after {
  transform: translate3d(10%, 4.8em, 0) rotate(0deg);
  background: linear-gradient(70deg, rgba(125.6666666667, 56, 190, 0.5), rgba(103.3333333333, 56, 190, 0));
}
.btn-wave:hover, .btn-wave:focus {
  transition: opacity 0.3s cubic-bezier(0.2, 0, 0.1, 1), transform 0.3s cubic-bezier(0.2, 0, 0.1, 1), box-shadow 2s ease, color 1.5s ease, background 1s ease 0.75s;
  background: rgb(125.6666666667, 56, 190);
  box-shadow: inset 0 0 0 0.1em #5138BE, 0 0 1.75em rgba(125.6666666667, 56, 190, 0.5);
}
.btn-wave:hover.outlined, .btn-wave:focus.outlined {
  color: white;
}
.btn-wave:hover:before, .btn-wave:hover:after, .btn-wave:focus:before, .btn-wave:focus:after {
  transition: transform 2s ease 0s, opacity 0.2s ease;
  opacity: 1;
}
.btn-wave:hover:before, .btn-wave:focus:before {
  transform: translate3d(0%, -2em, 0) rotate(100deg);
}
.btn-wave:hover:after, .btn-wave:focus:after {
  transform: translate3d(20%, -2em, 0) rotate(180deg);
}/*# sourceMappingURL=style.css.map */