/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "JUST Sans", sans-serif;
  background-color: #000;
  color: #fff;
}

section {
  padding: 60px 0;
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  transition: all 0.3s;
}

header .top-bar {
  width: var(--progress);
  height: 5px;
  background-color: #f82d78;
  transition: width 0.2s ease-out;
}

header .navbar {
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  --bs-navbar-toggler-border-color: #000;
  --bs-navbar-color: #000;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23000' class='bi bi-list' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

header .navbar .offcanvas {
  --bs-offcanvas-bg: #000;
  height: 100vh;
}

header .navbar .offcanvas .btn-close {
  color: #fff;
  opacity: 1;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-x-lg' viewBox='0 0 16 16'%3E%3Cpath d='M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8 2.146 2.854Z'/%3E%3C/svg%3E")
    center/1em no-repeat;
}

.header-scrolled {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(4px);
}

@media (max-width: 575px) {
  header .navbar .offcanvas-body {
    position: relative;
    background: radial-gradient(
        circle at 99% 0%,
        rgba(180, 0, 180, 0.2) 0%,
        rgba(180, 0, 180, 0.15) 15%,
        rgba(180, 0, 180, 0.15) 20%,
        rgba(0, 0, 0, 0) 40%,
        rgb(0, 0, 0, 0) 100%
      ),
      radial-gradient(
        circle at 0% 100%,
        rgba(180, 0, 180, 0.2) 0%,
        rgba(180, 0, 180, 0.15) 15%,
        rgba(180, 0, 180, 0.15) 20%,
        rgba(0, 0, 0, 0) 40%,
        rgb(0, 0, 0, 0) 100%
      );
    overflow: hidden;
  }

  header .navbar .offcanvas-body::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    left: -80px;
    bottom: 100px;
  }

  header .navbar .offcanvas-body::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    right: -70px;
    top: 100px;
  }
}

/*--------------------------------------------------------------
# Page Gradients
--------------------------------------------------------------*/

main {
  background: radial-gradient(
      circle at 100% 20%,
      rgba(180, 0, 180, 0.2) 0%,
      rgba(180, 0, 180, 0.15) 3%,
      rgba(180, 0, 180, 0.15) 6%,
      rgba(0, 0, 0, 0) 20%,
      rgb(0, 0, 0, 0) 100%
    ),
    radial-gradient(
      circle at 0% 45%,
      rgba(180, 0, 180, 0.15) 0%,
      rgba(180, 0, 180, 0.15) 2%,
      rgba(180, 0, 180, 0.15) 4%,
      rgba(0, 0, 0, 0) 10%,
      rgb(0, 0, 0, 0) 100%
    ),
    radial-gradient(
      circle at 100% 100%,
      rgba(180, 0, 180, 0.15) 0%,
      rgba(180, 0, 180, 0.15) 6%,
      rgba(180, 0, 180, 0.15) 8%,
      rgba(0, 0, 0, 1) 30%,
      rgb(0, 0, 0) 100%
    );
}

@media (min-width: 992px) {
  main {
    background: radial-gradient(
        circle at 100% 35%,
        rgba(180, 0, 180, 0.2) 0%,
        rgba(180, 0, 180, 0.15) 3%,
        rgba(180, 0, 180, 0.15) 6%,
        rgba(0, 0, 0, 0) 20%,
        rgb(0, 0, 0, 0) 100%
      ),
      radial-gradient(
        circle at 0% 45%,
        rgba(180, 0, 180, 0.15) 0%,
        rgba(180, 0, 180, 0.15) 2%,
        rgba(180, 0, 180, 0.15) 4%,
        rgba(0, 0, 0, 0) 10%,
        rgb(0, 0, 0, 0) 100%
      ),
      radial-gradient(
        circle at 100% 100%,
        rgba(180, 0, 180, 0.15) 0%,
        rgba(180, 0, 180, 0.15) 6%,
        rgba(180, 0, 180, 0.15) 8%,
        rgba(0, 0, 0, 1) 30%,
        rgb(0, 0, 0) 100%
      );
  }
}

/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/
#banner {
  background-image: url("../img/banner.png");
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 140px;
  padding-bottom: 0px;
}

/*--------------------------------------------------------------
# Benefits
--------------------------------------------------------------*/

#benefits .content {
  padding: 120px 0 60px 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
#about {
  position: relative;
}

#about .about-gradient {
  position: relative;
  height: 500px;
}

#about .about-gradient::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 95%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(to bottom, #00000000 50%, #000000ad);
}

#about .about-text {
  overflow-y: scroll;
  height: 100%;
}

#about .about-text .position-sticky {
  top: -1px;
}

#about .about-text::-webkit-scrollbar {
  width: 6px;
}

#about .about-text::-webkit-scrollbar-thumb {
  background-color: #f33679;
  border-radius: 5px;
}

#about .about-text::-webkit-scrollbar-track {
  background-color: #c9c9c9;
  border-radius: 5px;
}

#about .about-text::-webkit-scrollbar-corner {
  background-color: #000;
}

#about .about-photo {
  background-image: url("../img/imagem_joice.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 500px;
}

/*--------------------------------------------------------------
# Steps
--------------------------------------------------------------*/
#steps {
  padding: 0;
}

#steps .container-fluid .position-relative {
  height: 500px;
  position: relative;
}
#steps .line-1,
#steps .line-2 {
  width: 60%;
  height: 3px;
  position: relative;
  background-color: #f33679;
  transition: all 0.5s;
}

#steps .line-1 .item-1,
#steps .line-1 .item-2,
#steps .line-1 .item-3,
#steps .line-2 .item-1,
#steps .line-2 .item-2,
#steps .line-2 .item-3 {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: #f33679;
  border-radius: 50%;
  transition: all 0.7s;
}

#steps .line-1 .item-1 {
  left: 30%;
  transform: translate(0, -50%);
}
#steps .line-1 .item-2 {
  left: 55%;
  transform: translate(0, -50%);
}
#steps .line-1 .item-3 {
  left: 80%;
  transform: translate(0, -50%);
}

#steps .line-1 .item-text-1 {
  left: 30%;
  top: 30px;
  transition: all 0.7s;
}
#steps .line-1 .item-text-2 {
  left: 55%;
  top: 30px;
  transition: all 0.7s;
}
#steps .line-1 .item-text-3 {
  left: 80%;
  top: 30px;
  transition: all 0.7s;
}

#steps .line-2 .item-1 {
  right: 30%;
  transform: translate(0, -50%);
}
#steps .line-2 .item-2 {
  right: 55%;
  transform: translate(0, -50%);
}
#steps .line-2 .item-3 {
  right: 80%;
  transform: translate(0, -50%);
}

#steps .line-2 .item-text-3 {
  right: 30%;
  top: 30px;
  transform: translateX(50%);
  transition: all 0.7s;
}
#steps .line-2 .item-text-2 {
  right: 55%;
  top: 30px;
  transform: translateX(50%);
  transition: all 0.7s;
}
#steps .line-2 .item-text-1 {
  right: 80%;
  top: 30px;
  transform: translateX(60%);
  transition: all 0.7s;
}

@media (max-width: 992px) {
  #steps .line-1,
  #steps .line-2 {
    width: 80%;
  }
}

@media (max-width: 768px) {
  #steps .line-1,
  #steps .line-2 {
    width: 90%;
  }

  #steps .line-1 .item-1 {
    left: 10%;
    transform: translate(0, -50%);
  }
  #steps .line-1 .item-2 {
    left: 50%;
    transform: translate(0, -50%);
  }
  #steps .line-1 .item-3 {
    left: 85%;
    transform: translate(0, -50%);
  }

  #steps .line-1 .item-text-1 {
    left: 10%;
    top: 30px;
  }
  #steps .line-1 .item-text-2 {
    left: 50%;
    top: 30px;
  }
  #steps .line-1 .item-text-3 {
    left: 85%;
    top: 30px;
  }

  #steps .line-2 .item-1 {
    right: 10%;
    transform: translate(0, -50%);
  }
  #steps .line-2 .item-2 {
    right: 50%;
    transform: translate(0, -50%);
  }
  #steps .line-2 .item-3 {
    right: 85%;
    transform: translate(0, -50%);
  }

  #steps .line-2 .item-text-3 {
    right: 10%;
    top: 30px;
    transform: translateX(50%);
  }
  #steps .line-2 .item-text-2 {
    right: 50%;
    top: 30px;
    transform: translateX(50%);
  }
  #steps .line-2 .item-text-1 {
    right: 80%;
    top: 30px;
    transform: translateX(30%);
  }
}

@media (max-width: 556px) {
  #steps .line-1,
  #steps .line-2 {
    width: 100%;
  }

  #steps .line-1 .item-1 {
    left: 1%;
    transform: translate(0, -50%);
  }
  #steps .line-1 .item-2 {
    left: 40%;
    transform: translate(0, -50%);
  }
  #steps .line-1 .item-3 {
    left: 75%;
    transform: translate(0, -50%);
  }

  #steps .line-1 .item-text-1,
  #steps .line-1 .item-text-2,
  #steps .line-1 .item-text-3,
  #steps .line-2 .item-text-1,
  #steps .line-2 .item-text-2,
  #steps .line-2 .item-text-3 {
    font-size: 0.75rem;
  }

  #steps .line-1 .item-text-1 {
    left: 1%;
    top: 30px;
  }
  #steps .line-1 .item-text-2 {
    left: 40%;
    top: 30px;
  }
  #steps .line-1 .item-text-3 {
    left: 75%;
    top: 30px;
  }

  #steps .line-2 .item-1 {
    right: 6%;
    transform: translate(0, -50%);
  }
  #steps .line-2 .item-2 {
    right: 36%;
    transform: translate(0, -50%);
  }
  #steps .line-2 .item-3 {
    right: 67%;
    transform: translate(0, -50%);
  }

  #steps .line-2 .item-text-3 {
    right: 10%;
    top: 30px;
    transform: translateX(50%);
  }
  #steps .line-2 .item-text-2 {
    right: 40%;
    top: 30px;
    transform: translateX(50%);
  }
  #steps .line-2 .item-text-1 {
    right: 70%;
    top: 30px;
    transform: translateX(60%);
  }
}

/*--------------------------------------------------------------
# Guide
--------------------------------------------------------------*/
#guide {
  padding: 0;
}
#guide .container-fluid {
  background-image: url("../img/bg_pink_paralax.png");
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  background: #000;
  padding-top: 60px;
  font-size: 0.9375rem;
}

footer .container {
  background-color: #fff;
}

/*--------------------------------------------------------------
# Custom Bootstrap Classes
--------------------------------------------------------------*/

/**
* Padding and Margin
*/

.pb-10 {
  padding-bottom: 6rem;
}

/**
* Width and Heigth
*/

/**
* Text
*/

.text-pink {
  color: #ff2e7b;
}

.text-green {
  color: #00ed01;
}

.text-justify {
  text-align: justify;
  hyphens: auto;
}

.ls-1 {
  letter-spacing: 0.15rem;
}

/**
* Border
*/

.border-pink {
  --bs-border-opacity: 1;
  border-color: rgba(255, 46, 123, var(--bs-border-opacity)) !important;
}

/**
* Buttons
*/

.btn-green {
  --bs-btn-color: #fff;
  --bs-btn-bg: #00ff00;
  --bs-btn-border-color: #00ff00;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #00c800;
  --bs-btn-hover-border-color: #00c800;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #00c800;
  --bs-btn-active-border-color: #00c800;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #65c589;
  --bs-btn-disabled-border-color: #65c589;
}

.btn-outline-green {
  fill: #fff;
  --bs-btn-color: #00fe00;
  --bs-btn-border-color: #00fe00;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #00fe00;
  --bs-btn-hover-border-color: #00fe00;
  --bs-btn-focus-shadow-rgb: 253, 252, 1;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #00fe00;
  --bs-btn-active-border-color: #00fe00;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #e2e284;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #e2e284;
  --bs-gradient: none;
}

.btn-outline-green:hover {
  fill: #000;
}

/**
* Responsive Media Queries
*/

/* xxl */
@media (max-width: 1400px) {
}

/* xl */
@media (max-width: 1200px) {
}

/* lg */
@media (min-width: 992px) {
}

/* sm */
@media (min-width: 556px) {
  .fs-sm-5 {
    font-size: 1.25rem;
  }

  .offcanvas {
    height: auto;
  }
}

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
  font-family: "JUST Sans";
  font-style: normal;
  font-stretch: 100%;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/JUST-Sans-ExBold.woff") format("woff"),
    url("../fonts/JUST-Sans-ExBold.woff2") format("woff2");
}

@font-face {
  font-family: "JUST Sans";
  font-style: normal;
  font-stretch: 100%;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/JUST-Sans-Bold.woff") format("woff"),
    url("../fonts/JUST-Sans-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "JUST Sans";
  font-style: normal;
  font-stretch: 100%;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/JUST-Sans-SemiBold.woff") format("woff"),
    url("../fonts/JUST-Sans-SemiBold.woff2") format("woff2");
}

@font-face {
  font-family: "JUST Sans";
  font-style: normal;
  font-stretch: 100%;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/JUST-Sans-Medium.woff") format("woff"),
    url("../fonts/JUST-Sans-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "JUST Sans";
  font-style: normal;
  font-stretch: 100%;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/JUST-Sans-Regular.woff") format("woff"),
    url("../fonts/JUST-Sans-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "JUST Sans";
  font-style: normal;
  font-stretch: 100%;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/JUST-Sans-Light.woff") format("woff"),
    url("../fonts/JUST-Sans-Light.woff2") format("woff2");
}

@font-face {
  font-family: "JUST Sans";
  font-style: normal;
  font-stretch: 100%;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/JUST-Sans-ExLight.woff") format("woff"),
    url("../fonts/JUST-Sans-ExLight.woff2") format("woff2");
}
