@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

@font-face {
    font-family: CBlack;
    src: url(font/CabinetGrotesk-Black.otf);
}
@font-face {
    font-family: CBold;
    src: url(font/CabinetGrotesk-Bold.otf);
}
@font-face {
    font-family: CEBold;
    src: url(font/CabinetGrotesk-Extrabold.otf);
}
@font-face {
    font-family: CELight;
    src: url(font/CabinetGrotesk-Extralight.otf);
}
@font-face {
    font-family: CLight;
    src: url(font/CabinetGrotesk-Light.otf);
}
@font-face {
    font-family: CMedium;
    src: url(font/CabinetGrotesk-Medium.otf);
}
@font-face {
    font-family: CRegular;
    src: url(font/CabinetGrotesk-Regular.otf);
}

body {
    background: linear-gradient(to bottom, #F8F2DC, #d8d3bf);
    font-family: CMedium, sans-serif; 
    overflow-x: hidden;  
}

.custom-nav {
    gap: 3rem !important;
    
}

.menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: none;
  padding: 0;
  z-index: 100000 !important;
}
.line {
  fill: none;
  stroke: black;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.custom-nav a{
    color: #232323;
    font-size: 20px;
}

.custom-nav a:hover{
    color: #b56262;
}

.image{
    width: 7%;
}


/* Ajusta ao teu ID */
#carouselExampleIndicators {
  position: relative;                /* referência para os controlos */
  max-width: 60%;                  /* opcional: se estiveres a limitar largura */
  margin-inline: auto;               /* centra na página */
}

#carouselExampleIndicators .carousel-control-prev,
#carouselExampleIndicators .carousel-control-next {
  top: 50%;
  transform: translateY(-50%);       /* centro vertical */
  width: 3rem;                        /* zona clicável mais compacta */
  opacity: 0.9;                       /* ligeiro destaque */
}

#carouselExampleIndicators .carousel-control-prev {
  left: 0.5rem;                       /* aproxima à imagem */
}
#carouselExampleIndicators .carousel-control-next {
  right: 0.5rem;
}

/* Se os ícones ficarem demasiado grandes/pequenos, ajusta aqui */
#carouselExampleIndicators .carousel-control-prev-icon,
#carouselExampleIndicators .carousel-control-next-icon {
  width: 2rem;
  height: 2rem;
}

.texto{
  margin-top: 4%;
  margin-left: 20% !important;
}

.texto h1{
  font-size: 20px !important;
}

#carouselExampleIndicators{
  margin-top: 5% !important;
}

/* Initial state: hidden and moved down */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.7s ease, transform 1.7s cubic-bezier(0.23, 1, 0.32, 1);
}

/* When revealed: visible and in place */
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.texto p{
  width: 40%;
}


.footer-20192::before {
  content: "";
  display: block;
  width: 90%;               /* 👈 line length */
  border-top: 1px solid #232323;
  margin: 0 auto 2rem auto;   /* 👈 centers the line */
}

.footer-20192 {
  
  position: relative;
  color: #232323;
  font-family: "CBold", sans-serif;
  padding: 7rem 0;
}
  .footer-20192 .container {
    position: relative; }
  .footer-20192 h3 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 1.5; }
  .footer-20192 .links li {
    margin-bottom: 10px;
    line-height: 1.5;
    display: block; }
    .footer-20192 .links li a {
      color: #232323; 
      font-family: "CELight", sans-serif;
    }
      .footer-20192 .links li a:hover {
        color: #232323; }
  .footer-20192 .social li {
    display: inline-block;
    position: relative; }
    .footer-20192 .social li a {
      position: relative;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: inline-block;
      margin: 0;
      padding: 0;
      background-color: #9c4646;
      color: #ffffff; }
      .footer-20192 .social li a > span {
        position: absolute;
        line-height: 1;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  .footer-20192 .footer-logo {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: .1rem; }
  .footer-20192 .copyright {
    color: #9d9d9d; }
  .footer-20192 .cta {
    -webkit-box-shadow: -20px -20px 0 0 rgba(52, 58, 64, 0.2);
    box-shadow: -20px -20px 0 0 rgba(52, 58, 64, 0.2);
    padding: 20px;
    background-color: #494949;
    top: -150px;
    position: relative; }
    .footer-20192 .cta h2, .footer-20192 .cta h3 {
      line-height: 1.5; }
    .footer-20192 .cta h3 {
      font-size: 20px; }

      @media only screen and (max-width: 600px) {
  .menu{
    display: flex;
  }

.navbar-collapse {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  background: #f8f2dc !important;
  z-index: 9999 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;  /* Vertically centers children */
  align-items: center !important;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  box-sizing: border-box !important;
  padding-top: 0 !important; /* optionally reset padding if needed */
}

  .navbar-collapse.show {
    opacity: 1;
    pointer-events: auto;
  }
  .navbar-collapse ul.custom-nav {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  justify-content: center !important;
  margin-top: 0 !important;
  height: 100%; /* Make ul full height so it centers vertically */
    gap: 2rem !important;
    width: 100vw !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    list-style: none;
  }

    .navbar-collapse ul.custom-nav > li {
    width: 100vw !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
.navbar-collapse ul.custom-nav a.nav-link {
    display: inline-block !important;  /* change from block to inline-block */
    width: auto !important;             /* undo full width */
    border-bottom: 2px solid #9c4646 !important;
    font-size: 2rem !important;
    text-align: center !important;
    background: none !important;
    color: #232323 !important;
}

.menu-open {
  overflow: hidden !important;
  height: 100vh !important;
}

.custom-nav a{
  border-bottom: 2px solid #9c4646 !important;
  display: inline-block;
  padding-bottom: 2px;
}

.image{
  width: 15%;
}

  .footer-20192 .footer-logo,
  .footer-20192 .footer-logo img,
  .footer-20192 .social li a.footer-logo {
    width: auto !important;
    max-width: 80px !important; /* change to desired size */
    height: auto !important;
    border: none !important;
    display: inline-block;
  }

  .texto{
    margin-left: 0 !important;
  }

  .texto p{
    width: 100%;
    margin-top: 5%;
  }

  .texto h1{
    margin-top: 9%;
  }

  #carouselExampleIndicators{
    margin-top: 20% !important;
  }

  /* Ajusta ao teu ID */
#carouselExampleIndicators {
  position: relative;                /* referência para os controlos */
  max-width: 80%;                  /* opcional: se estiveres a limitar largura */
  margin-inline: auto;               /* centra na página */
}
}