@font-face {
    font-family: 'IndivisibleRegular';
    src: url("../fonts/IndivisibleRegular.ttf");
}

@font-face {
    font-family: 'IndivisibleLight';
    src: url("../fonts/IndivisibleLight.ttf");
}

@font-face {
    font-family: 'IndivisibleBold';
    src: url("../fonts/IndivisibleBold.ttf");
}



body {
    font-family: 'IndivisibleRegular', sans-serif !important;
}

html {
    scroll-behavior: smooth;
}

.navbar-brand {
    position: relative;
    z-index: 10;
}

.navbar-brand .logo {
    background-color: #FFD700;
    padding: 5px;
    position: absolute;
    top: -20px;
    left: 20px;
}

/* Navbar Items Styling */
.navbar-nav {
    margin-left: auto;
}

.navbar-collapse {
    justify-content: flex-end;
}

.navbar-nav .nav-item .nav-link {
    color: #FFF !important;
    padding-right: 15px;
}

.navbar-toggler-icon {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg viewBox%3D%220 0 30 30%22 xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath stroke%3D%22rgba%28255,255,255,1%29%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-miterlimit%3D%2210%22 d%3D%22M4 7h22M4 15h22M4 23h22%22/%3E%3C/svg%3E'); /* White toggle icon */
}

/* General Styles */

/*.hero-section {
    height: 80vh;
    position: relative;
    overflow: hidden; 
}

.hero-section h1 {
    font-size: 48px;
    font-weight: bold;
    text-align: center;
}

.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%; 
    max-height: 100%; 
    object-fit: cover; 
    clip-path: inset(0% 0% 0% 0%); 
    z-index: -1;
    pointer-events: none;
}*/

.hero-section {
    height: 40vh; /*80vh*/
    position: relative;
    overflow: hidden;
  }

  .hero-section h1 {
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    color: white;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .video-bg, .image-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
  }

.image-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Mantém a altura completa do container */
    overflow: hidden; /* Garante que as imagens não saiam do container */
}

.image-slider .carousel-inner {
    width: 100%;
    height: 100%; /* Faz com que todas as imagens usem a altura completa */
}

.image-slider .carousel-inner img {
    width: 100%;
    height: 80vh;
    object-fit: cover;
    object-position: center; /* Garante o posicionamento central da imagem */
  }

  .image-slider .carousel-control-prev,
  .image-slider .carousel-control-next {
      position: absolute;
      top: 50%; /* Centraliza verticalmente */
      transform: translateY(-50%);
      z-index: 10 !important;
      width: 40px; /* Ajuste conforme o tamanho desejado */
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: rgba(0, 0, 0, 0.5); /* Fundo semitransparente */
      border-radius: 50%;
      cursor: pointer;
  }
  
  .image-slider .carousel-control-prev {
      left: 15px; /* Distância da borda esquerda */
  }
  
  .image-slider .carousel-control-next {
      right: 15px; /* Distância da borda direita */
  }
  
  .image-slider .carousel-control-prev img,
  .image-slider .carousel-control-next img {
      width: 20px; /* Ajuste o tamanho do ícone */
      height: 20px;
  }


/* About Section */

.about-section {
    background-color: #000;
    color: #fff;
}

.about-section h2 {
    color: #FFF;
    font-size: 48px;
    font-weight: bold;
    font-family: 'IndivisibleBold', sans-serif;
}

.about-section p {
    color: #FFF;
}

/* Team Section */
.team-section .team-member {
    margin-bottom: 20px;
}

.team-member h5 {
    font-weight: bold;
    font-family: 'IndivisibleBold', sans-serif;
}

.team-section .photo-placeholder {
    width: 100%;
    height: 350px;
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
}

.photo-placeholder img {
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    object-position: center; /* Centraliza a imagem */
}

/* Services Section */
.services-section {
    background-color: #fff;
    color: #000;
}

.services-section .list-unstyled li {
    margin-bottom: 10px;
    font-size: 18px;
    margin: 0 0;
    padding: 0 0;
}

.services-section .list-unstyled li span {
    margin-right: 10px;
}

.services-section h1 {
    font-size: 5.2rem;
    line-height: 1.2;
    font-weight: bold;
    font-family: 'IndivisibleBold', sans-serif;
}

.services-section h2 {
    font-size: 48px;
    font-weight: bold;
    font-family: 'IndivisibleBold', sans-serif;
}

.services-section h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

/* Contact Section Styles */
.contact-section {
    background-color: #000;
    color: #fff;
    padding: 60px 0;
}

.contact-section h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 30px;
    font-family: 'IndivisibleBold', sans-serif;
}

.contact-section p {
    font-size: 1.1rem;
    line-height: 1.6;
}

.contact-section .form-group label {
    font-weight: bold;
    font-size: 1rem;
}

.contact-section .form-control {
    background-color: #FFF;
    color: #000;
    border: 1px solid #444;
    padding: 10px;
    margin-bottom: 20px;
}

.contact-section .form-control::placeholder {
    color: #999;
}

.contact-section .btn-light {
    background-color: #FFD700;
    color: #000;
    font-weight: bold;
    padding: 10px 20px;
    border: none;
    transition: background-color 0.3s ease;
}

.contact-section .btn-light:hover {
    background-color: #e6c200;
}

.contact-section .form-control:focus {
    border-color: #FFD700;
    box-shadow: 0 0 5px rgba(255, 215, 0, 0.5);
}

.social-networks {
    display: flex;
}

.social-networks img {
    filter: invert(1);
    width: 2rem;
    margin-right: 1rem;
}

.logos {
    display: flex;
        align-items: flex-end; /* Alinha os itens na parte inferior */
        justify-content: start; /* Ajusta o alinhamento horizontal para a esquerda */
        gap: 10px; /* Espaçamento entre as imagens (opcional) */
}

/* Clients */

.clients-section {
    background-color: #FFD700; /* Cor amarela */
    padding: 40px 0;
  }

  .clients-section h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #000;
    font-weight: bold;
    font-family: 'IndivisibleBold', sans-serif;
}

  .clients-carousel {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
  }

  .clients-carousel.carousel-animated .carousel-track {
    animation: scroll-left 60s linear infinite;
}

.clients-carousel:not(.carousel-animated) .carousel-track {
    justify-content: center; /* Centraliza as imagens quando não há animação */
}


  .clients-carousel .carousel-track {
    display: flex;
    align-items: center;
  }

  .clients-carousel img {
    max-height: 60px;
    margin: 0 15px;
    opacity: 0.8;
    transition: transform 0s ease, opacity 0s ease;
  }

  .clients-carousel img:hover {
    opacity: 1;
    transform: scale(1.1);
  }

  @keyframes scroll-left {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }

/* Footer Styles */
.footer {
    background-color: #FFF;
    color: #000;
    padding: 20px 0;
    font-size: 0.9rem;
}

.footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-info {
    align-items: center;
    gap: 15px; /* Espaço entre os textos */
}

/*.footer-links {
    display: flex;
    gap: 10px; 
    white-space: nowrap;
}*/

.footer-links {
    display: flex;
    flex-wrap: wrap; /* Permite que os links quebrem para a linha de baixo */
    gap: 10px; /* Espaço entre os links */
    white-space: nowrap; /* Impede que os links quebrem individualmente */
    justify-content: center; /* Centraliza os links quando quebra */
}

.footer p {
    margin: 0;
    padding: 5px 0;
}

.footer p:first-of-type {
    font-weight: bold;
}

.footer a {
    color: #000;
    text-decoration: none;
    outline: none;
}

.footer a:hover {
    color: #000;
}

.footer a:visited {
    color: #000;
}

.footer a:active {
    color: #000;
}

.footer-links a {
    color: #000;
    text-decoration: underline;
}


.row-services {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

/* Media query para telas com largura máxima de 767px (mobile) */
@media (max-width: 767px) {
    .row-services {
        display: block;  /* Muda para block no mobile */
    }
    
    .services-section h1 {
        font-size: 3.5rem;
    }
    
}



/* Galeria */
.galeria-section {
    background-color: #f8f9fa;
    padding: 60px 0;
}

.galeria-section h2 {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    font-family: 'IndivisibleBold', sans-serif;
    color: #000;
}

.gallery-item {
    cursor: pointer;
    border-radius: 5px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);

    width: 100%; /* Garante que as imagens ocupem a largura total do container */
    height: 150px; /* Altura fixa para todas as imagens */
    object-fit: cover; /* Garante que as imagens sejam ajustadas sem distorção */
    object-position: center; /* Centraliza o foco da imagem */

}   

.gallery-item:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

/* Modal */
.modal-content {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.modal-body img {
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    max-width: 100%;
    height: auto;
}

.modal-header {
    border-bottom: none;
}

.modal-title {
    font-size: 1.5rem;
    font-weight: bold;
    font-family: 'IndivisibleBold', sans-serif;
}

.modal-header .close {
    font-size: 1.5rem;
    color: #000;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.modal-header .close:hover {
    opacity: 1;
}





.popup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 250px; /* Define um tamanho fixo para o popup */
    max-width: 90%; /* Evita que fique muito grande em telas pequenas */
    display: none; /* Oculto inicialmente */
    text-align: center;
    cursor: pointer;
}

.popup img {
    width: 100%; /* Faz com que a imagem se ajuste ao tamanho do popup */
    height: auto; /* Mantém a proporção da imagem */
    max-height: 200px; /* Limita a altura para evitar que fique gigante */
}

.close-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    color: black;
    border: none;
    cursor: pointer;
    padding: 2px 5px;
    border-radius: 50%;
    font-size: 14px;
}


/* Loader Wrapper */
#loader-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(8px); /* Aplica o desfoque */
    background: rgba(0, 0, 0, 0.4); /* Fundo escuro semi-transparente */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Loader Animation */
#loader {
    border: 8px solid rgba(255, 255, 255, 0.3);
    border-top: 8px solid #FFD700; /* Cor do loader */
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 1s linear infinite;
}

/* Animação do Loader */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}