:root {
  --bs-primary: #e0c2a1 !important;
  --bs-primary-rgb: 224, 194, 161;
  --bs-secondary-rgb: 187, 188, 174;
  --bs-secondary: #bbbcae !important;
  --bs-tertiary: #b6c2c4 !important;
  --fancybox-accent-color: var(--bs-primary);
  --swiper-theme-color: var(--bs-primary);
}

.btn-primary {
  --bs-btn-active-bg: #c9ad8f !important;
  --bs-btn-active-border-color: #c9ad8f !important;
}

.btn-outline-primary {
  --bs-btn-color: #e0c2a1;
  --bs-btn-border-color: #e0c2a1;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #e0c2a1;
  --bs-btn-hover-border-color: #e0c2a1;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #e0c2a1;
  --bs-btn-active-border-color: #e0c2a1;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #e0c2a1;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #e0c2a1;
  --bs-gradient: none;
}

html.lenis,
html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-smooth iframe {
  pointer-events: none;
}

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

/*Fonts*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

body {
  color: #111111;
  background-color: #f0ece6;
  overflow-x: hidden;
  font-family: "Helvetica", sans-serif;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

img {
  width: 100%;
}

#languageMenu .dropdown-menu{
    min-width: unset;
}

.offcanvas .nav-link {
    font-size: 1.125rem;
    color: #fff;
}

.nav-link {
  color: #111111;
  font-weight: 400;
  font-size: 14px;
  position: relative;
  overflow: hidden;
}
.nav-link:before {
  content: "●";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-5vw, 25%);
  opacity: 0;
  color: grey;
  font-size: 5px;
  transition: all 0.3s ease-in-out;
}
.nav-link:hover:before {
  transform: translate(-50%, 25%);
  opacity: 1;
}
nav.bg-tertiary .nav-link {
  color: var(--bs-primary);
}
nav.bg-tertiary .dropdown-toggle {
  border: none;
  color: var(--bs-primary);
}

.nav-link:focus,
.nav-link:hover {
  color: var(--bs-primary);
}

.nav-item a {
  transition: all 0.2s ease-in-out;
}
.nav-item a {
  transition: all 0.2s ease-in-out;
}

a {
  color: var(--bs-primary);
  text-decoration: none;
}

a.btn,
.hover-primary {
  transition: all 0.3s ease-in-out;
}

.hover-primary:hover {
  color: var(--bs-primary) !important;
}

.footer-brand {
  max-width: 60px;
}
.navbar-brand img {
  width: 170px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 3rem !important;
  }
  .fs-2 {
    font-size: 2.725rem !important;
  }
  .fs-3 {
    font-size: 2.235rem !important;
  }
  .fs-4 {
    font-size: 2rem !important;
  }
  .fs-5 {
    font-size: 1.5rem !important;
  }
  .fs-6 {
    font-size: 1.125rem !important;
  }
}

.py-mid {
  padding-top: 10%;
  padding-bottom: 10%;
}
.py-small {
  padding-top: 5%;
  padding-bottom: 5%;
}

.btn:focus,
.btn:active {
  outline: none;
  box-shadow: none;
}

.bg-primary {
  background-color: var(--bs-primary) !important;
}

.text-primary {
  color: var(--bs-primary) !important;
}

.text-secondary {
  color: var(--bs-secondary) !important;
}

.text-tertiary {
  color: #1a1a1a !important;
}

.text-alt {
  color: #e6e6e6;
}

.bg-secondary {
  background-color: var(--bs-secondary) !important;
}

.bg-tertiary {
  background-color: var(--bs-tertiary);
}

.bg-alt {
  background-color: #151721;
}

.btn {
  font-weight: 400;
  border-radius: var(--bs-border-radius-xxl);
  font-size: 16px;
}

.btn-primary {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: #fff;
}

.btn > span {
  height: 21px;
  overflow: hidden;
}
.btn:hover span span {
  transform: translateY(-21px);
}
.btn span span {
  transition: all 0.2s ease-in-out;
}

.btn-primary:hover {
  background-color: var(--bs-secondary);
  border-color: var(--bs-secondary);
  color: #fff;
}

.btn-secondary {
  background-color: var(--bs-secondary);
  border-color: var(--bs-secondary);
  color: var(--bs-primary);
}

.btn-secondary:hover {
  background-color: transparent;
  border-color: var(--bs-primary);
  color: var(--bs-secondary);
}

.btn-outline-dark:hover {
  background: transparent;
  color: initial;
}
.btn svg {
  width: 21px;
}

.btn-light {
  color: var(--bs-primary);
}
.btn-light:hover {
  color: var(--bs-primary);
}

nav {
  z-index: 9;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.contain {
  max-width: 720px;
}

/*Navbar*/
#navbar,
#navbarInner {
  transition: all 0.3s ease;
}

#navbar {
  background-color: transparent;
  box-shadow: none;
}

#navbarInner {
  border-radius: 0;
}

#navbarLogo {
  max-width: 79px;
}

/*Footer*/
.footer-logo {
  max-width: 130px;
}
.drible-foot {
  max-width: 60px;
}
footer a,
footer p {
  color: #1a1a1a;
}
footer a:hover {
  color: var(--bs-secondary);
}
footer svg:hover circle {
  fill: var(--bs-primary);
}
footer svg:hover g path {
  fill: #fff;
}
footer svg * {
  transition: all 0.3s ease-in-out;
}
.footer-premios img {
  height: 100px;
  width: auto;
}

/*Video Hero*/
.video-background-holder {
  position: relative;
  background-color: black;
  height: 567px;
  min-height: 75vh;
  width: 100%;
  overflow: hidden;
}

.video-background-holder video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.video-background-content {
  position: relative;
  z-index: 2;
}

.video-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.2;
  z-index: 1;
}
.hero-content,
.contain {
  max-width: 515px;
}

.contain-lg {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.contain-md {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.radial-ball {
  display: block;
  pointer-events: none;
  width: 50vw;
  height: 50vw;
  overflow: hidden;
  border-radius: 50%;
  filter: blur(20px);
  z-index: -1;
  animation: floatingMotion 30s ease-in-out infinite;
}
.radial-ball.ball-primary {
  background: radial-gradient(circle, var(--bs-primary) 20%, transparent 60%);
}
.radial-ball.ball-secondary {
  background: radial-gradient(circle, var(--bs-secondary) 20%, transparent 60%);
}
section:has(.ball-container) .container {
  position: relative;
  z-index: 2;
}
.ball-container {
  z-index: -1;
}

@keyframes floatingMotion {
  0% {
    transform: translate(0, 0) scale(1);
  }
  20% {
    transform: translate(10%, -12%) scale(1.05);
  }
  40% {
    transform: translate(-8%, -18%) scale(1.02);
  }
  60% {
    transform: translate(12%, -8%) scale(1.07);
  }
  80% {
    transform: translate(-10%, -12%) scale(1.03);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}

/*Sobre Section*/
#sobre .addornament {
  max-height: 57px;
}

/*Instalações Section*/
#textDecor {
  max-width: 605px;
}
.instSwiper img {
  aspect-ratio: 5 / 7;
  object-fit: cover;
  object-position: center;
}
#pingosImg {
  max-width: 115px;
  margin-top: -5%;
  margin-right: 5%;
}

/*Benji Section*/
#benji {
  background-image: url(/assets/img/benji-bg.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
#benji:after {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, color(srgb 0 0 0 / 0.65) 10%, transparent 60%);
    position: absolute;
    left: 0;
    top: 0;
}
#benjiImg {
  max-width: 408px;
}

/*App Section*/
#acompanheImg {
  max-width: 142px;
}

/*Equipa Section*/
/*
.equipaSwiper .swiper-slide:hover .main-img {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.equipaSwiper .swiper-slide .main-img {
  visibility: visible;
  opacity: 1;
}
*/
.equipaSwiper .swiper-slide .secondary-img,
.equipaSwiper .swiper-slide .name-tag {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.equipaSwiper .swiper-slide:hover .secondary-img,
.equipaSwiper .swiper-slide:hover .name-tag {
  visibility: visible;
  opacity: 1;
}

/*Avaliações Section*/
.avalSwiper img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
}

/*Form section*/
.wf-Company-1 {
  display: none;
}
textarea.form-control {
  min-height: 150px;
}
.wf-label {
  text-transform: uppercase;
}
#wf-Consent-6 {
  text-transform: none;
}
.wf-group:has(:required) .wf-label:after {
  content: "*";
  color: red;
  margin-left: 0.25rem;
}

/*Faqs Section*/
#faqs {
  background-image: url(/assets/img/faq-bg.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.accordion-button:not(.collapsed) {
  color: #000;
}
.accordion-button:focus {
  box-shadow: none;
  background-color: initial;
  border-color: initial;
}

/*Contactos Section*/
#contactos iframe {
  height: 550px;
}

.grecaptcha-badge {
  visibility: hidden;
}

/*Footer Section*/
.footer-logo {
  max-width: 90px;
}

/*Mobile*/
@media only screen and (max-width: 765px) {
  .py-small {
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .fs-3 {
    font-size: calc(1.5rem + 0.6vw) !important;
  }
  #newsTitle {
    font-size: calc(1.725rem + 0.9vw) !important;
  }
  #navbarLogo{
    max-width: 50px;
  }
  .navbar-scrolled #navbarInner {
    max-width: 100%;
  }
  .page-header {
    min-height: 250px;
  }
  #chanceVid {
    max-height: 250px;
  }
  .logo-slide {
    width: 120px;
  }
  .floating-icon {
    width: 100px;
  }
  #navbar {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  #heroImg {
    min-height: 350px;
    background-position: 70% 0;
  }
  #quoteSec {
    min-height: 300px;
    align-content: center;
  }
  .quotes-right {
    width: 100px;
    bottom: 100%;
    right: 5%;
  }
  .quotes-left {
    width: 100px;
  }
  #quoteSec2 .quotes-right {
    top: -20%;
    right: -5%;
  }
  #quoteSec2 .quotes-left {
    top: 97%;
    left: -5%;
  }
  #metaHolder {
    font-size: 12px;
  }
  .floating-container .float-element {
    max-width: unset;
  }
  .navbar-scrolled #navbarInner {
    background-color: rgb(244 244 244 / 80%);
  }
  .feature-card p {
    font-size: 14px;
  }
  .footer-premios img {
    height: 70px;
  }
  .equipaSwiper .swiper-slide .name-tag{
      opacity: 1;
      visibility: visible;
  }
  #benjiImg{
      max-width: 200px;
  }
  #benji:after{
      background: #000;
      opacity: 0.4;
  }
}
