/*--------------------------------------------------------------
# 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;
  padding: 0;
  background-color: rgba(0, 0, 0, 1);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease-in-out;
}

header .top-bar {
  width: var(--progress);
  height: 5px;
  background-color: #e70e58;
  transition: width 0.2s ease-out;
}

header .navbar {
  padding-top: 0;
  --bs-navbar-toggler-border-color: #fff;
  --bs-navbar-color: #fff;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' 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 .navbar .offcanvas .btn-close:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

.header-scrolled {
  -moz-backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.75);
}

.navbar .navbar-brand img {
  max-height: 80px;
}

@media (min-width: 992px) {
  header .navbar .navlink-wrapper.active {
    padding: 0 0.5rem;
    border-bottom: 2px solid #e70e58;
  }
}

/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/
#banner {
  margin-top: 97px;
  padding-top: 0;
  padding-bottom: 0;
  background-image: url(../img/banner.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#banner .container {
  position: relative;
  padding-top: 120px;
  padding-bottom: 100px;
}

#banner .banner-btns {
  max-width: 550px;
}

#banner .banner-socials {
  width: fit-content;
}

#banner .strip {
  background-color: #ffffff;
  height: 13px;
  width: 100%;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
}

@media (min-width: 992px) {
  #banner .container {
    padding-top: 120px;
    padding-bottom: 160px;
  }
}

@media (min-width: 576px) {
  #banner {
    background-size: contain;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
#about {
  padding-bottom: 40px;
}

/*--------------------------------------------------------------
# Differentials
--------------------------------------------------------------*/
#differentials {
  padding-bottom: 0;
}

#differentials .container {
  background-color: #ffffff;
  border-radius: 1.2rem;
  padding: 3rem 1rem;
}

@media (min-width: 576px) {
  #differentials .container {
    padding: 3rem 4rem;
  }
}

@media (min-width: 1400px) {
  #differentials .container {
    padding: 3rem 8rem;
  }
}

#differentials .swiper-slide .text {
  color: #000000;
  line-height: 18px;
  font-size: 90%;
  margin-top: 1rem;
}

#differentials .progressive {
  border-radius: 50rem;
  width: 180px;
  height: 180px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  #differentials .fs {
    font-size: 1.15rem;
  }
}

/*--------------------------------------------------------------
# Steps
--------------------------------------------------------------*/
#steps h1 {
  margin-bottom: 5rem;
}

#steps .step-divider {
  width: 50px;
  height: 3px;
  background-color: #f13577;
  margin: 0 auto;
  border-radius: 50rem;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
#contact {
  position: relative;
}

#contact::after {
  content: "";
  width: 100%;
  height: 200px;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 0;
  background-image: linear-gradient(to top, #000000, #00000000);
}

#contact .container {
  background-image: url(../img/bg_grafico_rosa.jpg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}

#contact .form-col {
  z-index: 1;
  position: relative;
}

#contact form input {
  background-color: #0a0a0a;
  color: #ffffff;
}

#contact form input:focus {
  border-color: #000000;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(241, 53, 119, 0.1);
}

#contact form label {
  color: #989898;
}

/*--------------------------------------------------------------
# Info
--------------------------------------------------------------*/
#info {
  padding-bottom: 0;
}

#info .container {
  border: 1px solid #f13577;
  border-radius: 1rem;
  padding: 2rem 1rem;
  text-align: center;
  position: relative;
}

@media (min-width: 576px) {
  #info .container {
    padding: 2rem 6rem;
  }
}

#info .container .fw-lighter {
  font-size: 1.1rem;
}

#info .container::after {
  content: "!";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: bolder;
  position: absolute;
  right: 5%;
  top: 0;
  height: 38px;
  width: 35px;
  transform: translateY(-100%);
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  background-color: #f13577;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
#testimonials {
  background-color: #000000;
  position: relative;
}

#testimonials h1 {
  margin-bottom: 4rem;
}

#testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
  margin: 0 50px 0 50px;
}

#testimonials .container-fluid {
  padding: 100px 0 40px 0;
}

#testimonials .testimonial-item h2 {
  font-size: 1.25rem;
  font-weight: bold;
}

#testimonials .testimonial-item h3 {
  font-size: 1rem;
  color: #ffffff;
  font-weight: 100;
}

.testimonial-text {
  font-weight: 200;
  font-size: 1rem;
  height: 150px;
  overflow-y: scroll;
  color: #ffffff;
}

.testimonial-text::-webkit-scrollbar {
  width: 5px;
}

.testimonial-text::-webkit-scrollbar-thumb {
  background-color: #7f7f7f;
  border-radius: 5px;
}

.testimonial-text::-webkit-scrollbar-track {
  background-color: #e5e5e5;
}

#testimonials .swiper-button-next,
#testimonials .swiper-button-prev {
  position: absolute;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #f4f4f4;
  top: 50%;
  --swiper-navigation-size: 16px;
  --swiper-navigation-color: #e70e58;
}

#testimonials .swiper-button-next {
  right: -10px;
}
#testimonials .swiper-button-prev {
  left: -10px;
}

@media (max-width: 350px) {
  #testimonials .swiper-button-next {
    right: 0px;
  }
  #testimonials .swiper-button-prev {
    left: 0px;
  }
}

#testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background-color: #fefefe;
  border: 2px solid #fefefe;
  opacity: 1;
}

#testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fefefe;
  border: 3px solid #fefefe;
  opacity: 1;
}

/*--------------------------------------------------------------
# Cookies PopUp
--------------------------------------------------------------*/

#cookies-popup {
  position: fixed;
  bottom: 5%;
  left: 5%;
  z-index: 1030;
  width: 100%;
  max-width: 430px;
}

#cookies-popup .content {
  border-radius: 10px;
  padding: 20px;
  box-shadow: 13px 10px 8px -3px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  color: #000;
  font-family: "Gilroy";
}

#cookies-popup .privacy-link {
  text-decoration: underline;
}

#cookies-popup .privacy-link:hover {
  color: #880835;
  text-decoration: underline;
}

#cookies-popup p {
  font-size: 90%;
}

.showCookiePopup {
  animation: showCookiePopup 1.5s ease forwards;
}

.hideCookiePopup {
  animation: hideCookiePopup 1.5s ease forwards;
}

@media (max-width: 576px) {
  #cookies-popup {
    bottom: 70px;
    left: 0;
  }
}

@keyframes hideCookiePopup {
  0% {
    transform: scale(1);
  }

  20% {
    transform: scale(0.9);
  }

  to {
    transform: translateY(1200px) scale(0.9);
  }
}

@keyframes showCookiePopup {
  0% {
    transform: translateY(1200px) scale(0.9);
  }

  80% {
    transform: translateY(0) scale(0.9);
  }

  to {
    transform: scale(1);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  background: #000000;
  color: #ffffff;
  font-size: 0.9375rem;
}

footer .footer .container {
  border-top: 1px solid #ffffff;
}

footer .footer .container {
  padding-top: 50px;
  padding-bottom: 50px;
}

footer .footer-brand {
  max-width: 250px;
}

footer .footer-link {
  font-weight: 100;
  display: flex;
  align-items: center;
  gap: 5px;
}

footer .footer-link img {
  transition: transform 0.5s;
}

footer .footer-link:hover img {
  transform: translateX(-5px);
}

footer .copy {
  padding: 15px 0;
  background-color: #e70e58;
}

/*--------------------------------------------------------------
# Custom Bootstrap Classes
--------------------------------------------------------------*/

/**
* Width and Heigth
*/

/**
* Margin and Padding
*/

.py-2-50 {
  padding-top: 0.7rem !important;
  padding-bottom: 0.7rem !important;
}

.px-4-50 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

/**
* Text
*/

.text-pink {
  color: #e70e58;
}

.ff-gilroy {
  font-family: "Gilroy";
}

.fs-90 {
  font-size: 90%;
}

.lts-1 {
  letter-spacing: -1px;
}

/**
* Background
*/

/**
* Borders
*/

/**
* Buttons
*/

.btn-green {
  --bs-btn-color: #fff;
  --bs-btn-bg: #008a00;
  --bs-btn-border-color: #008a00;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #007a00;
  --bs-btn-hover-border-color: #007a00;
  --bs-btn-focus-shadow-rgb: 0, 138, 0;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #007a00;
  --bs-btn-active-border-color: #007a00;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #008a00;
  --bs-btn-disabled-border-color: #008a00;
}

.btn-pink {
  --bs-btn-color: #fff;
  --bs-btn-bg: #e70e58;
  --bs-btn-border-color: #e70e58;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #c50e4b;
  --bs-btn-hover-border-color: #c50e4b;
  --bs-btn-focus-shadow-rgb: 231, 14, 88;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #c50e4b;
  --bs-btn-active-border-color: #c50e4b;
  --bs-btn-active-shadow: 0;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #e70e58;
  --bs-btn-disabled-border-color: #e70e58;
}

/**
* Responsive Media Queries
*/

/* sm */
@media (min-width: 576px) {
  .fs-sm-5 {
    font-size: 1.25rem !important;
  }

  .text-sm-nowrap {
    white-space: nowrap !important;
  }
}

/* md */
@media (min-width: 768px) {
  .fs-md-5 {
    font-size: 1.25rem !important;
  }
}

/* lg */
@media (min-width: 992px) {
  .w-lg-auto {
    width: auto !important;
  }
}

/* xl */
@media (min-width: 1200px) {
}

/* xxl */
@media (min-width: 1400px) {
}

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/

/**
* JUST Sans
*/

@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: 400;
  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: 300;
  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: 200;
  font-display: swap;
  src: url("../fonts/JUST-Sans-ExLight.woff") format("woff"),
    url("../fonts/JUST-Sans-ExLight.woff2") format("woff2");
}

/**
* Gilroy
*/

@font-face {
  font-family: "Gilroy";
  src: url(../fonts/Gilroy-ExtraBold.otf) format("opentype");
  font-style: normal;
  font-stretch: 100%;
  font-display: swap;
  font-weight: 700;
}

@font-face {
  font-family: "Gilroy";
  src: url(../fonts/Gilroy-Light.otf) format("opentype");
  font-style: normal;
  font-stretch: 100%;
  font-display: swap;
  font-weight: 300;
}
